[data-fadeshow] {
  width: 100%;
  height: 100%;
}

[data-fadeshow] .fs-slides {
  height: 100%;
}

[data-fadeshow] .fs-slide-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

[data-fadeshow~='prev-next-nav'] .fs-prev-btn, [data-fadeshow~='prev-next-nav'] .fs-next-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 500px) {
  [data-fadeshow~='prev-next-nav'] .fs-prev-btn, [data-fadeshow~='prev-next-nav'] .fs-next-btn {
    width: 50%;
  }
}

[data-fadeshow~='prev-next-nav'] .fs-prev-btn:before, [data-fadeshow~='prev-next-nav'] .fs-next-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;
}

[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=");
  left: 50%;
}

@media (max-width: 500px) {
  [data-fadeshow~='prev-next-nav'] .fs-prev-btn:before {
    left: 30px;
  }
}

[data-fadeshow~='prev-next-nav'] .fs-next-btn {
  right: 0;
}

[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==");
  right: 50%;
}

@media (max-width: 500px) {
  [data-fadeshow~='prev-next-nav'] .fs-next-btn:before {
    right: 30px;
  }
}

[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;
  left: 50%;
  white-space: nowrap;
  z-index: 1;
}

[data-fadeshow~='quick-nav'] .fs-quick-btn {
  background-color: rgba(255, 255, 255, 0.4);
  width: 20px;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  border-radius: 5px;
  cursor: pointer;
  transition: 200ms ease;
}

[data-fadeshow~='quick-nav'] .fs-quick-btn:hover {
  opacity: 0.8;
}

[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: 40px;
}

[data-fadeshow] {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

[data-fadeshow] .fs-slide,
[data-fadeshow] .fs-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[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: #fff;
  width: 40px;
}

[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: #fff;
  width: 40px;
}

[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: #fff;
  width: 40px;
}

[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: #fff;
  width: 40px;
}

[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: #fff;
  width: 40px;
}

[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-next-nav .fs-next-btn:nth-child(7) {
  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: #fff;
  width: 40px;
}

[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:nth-of-type(7) ~ .fs-slides .fs-slide:nth-child(7) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(7) ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(7) ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(7) ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(7) ~ .fs-quick-nav .fs-quick-btn:nth-child(7):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(7) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "7";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(8) ~ .fs-slides .fs-slide:nth-child(8) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(8) ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(8) ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(8) ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(8) ~ .fs-quick-nav .fs-quick-btn:nth-child(8):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(8) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "8";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(9) ~ .fs-slides .fs-slide:nth-child(9) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(9) ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(9) ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(9) ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(9) ~ .fs-quick-nav .fs-quick-btn:nth-child(9):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(9) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "9";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(10) ~ .fs-slides .fs-slide:nth-child(10) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(10) ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(10) ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(10) ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(10) ~ .fs-quick-nav .fs-quick-btn:nth-child(10):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(10) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "10";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(11) ~ .fs-slides .fs-slide:nth-child(11) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(11) ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(11) ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(11) ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(11) ~ .fs-quick-nav .fs-quick-btn:nth-child(11):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(11) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "11";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(12) ~ .fs-slides .fs-slide:nth-child(12) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(12) ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(12) ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(12) ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(12) ~ .fs-quick-nav .fs-quick-btn:nth-child(12):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(12) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "12";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(13) ~ .fs-slides .fs-slide:nth-child(13) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(13) ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(13) ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(13) ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(13) ~ .fs-quick-nav .fs-quick-btn:nth-child(13):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(13) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "13";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(14) ~ .fs-slides .fs-slide:nth-child(14) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(14) ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(14) ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(14) ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(14) ~ .fs-quick-nav .fs-quick-btn:nth-child(14):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(14) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "14";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(15) ~ .fs-slides .fs-slide:nth-child(15) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(15) ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(15) ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(15) ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(15) ~ .fs-quick-nav .fs-quick-btn:nth-child(15):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(15) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "15";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(16) ~ .fs-slides .fs-slide:nth-child(16) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(16) ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(16) ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(16) ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(16) ~ .fs-quick-nav .fs-quick-btn:nth-child(16):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(16) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "16";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(17) ~ .fs-slides .fs-slide:nth-child(17) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(17) ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(17) ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(17) ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(17) ~ .fs-quick-nav .fs-quick-btn:nth-child(17):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(17) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "17";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(18) ~ .fs-slides .fs-slide:nth-child(18) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(18) ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(18) ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(18) ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(18) ~ .fs-quick-nav .fs-quick-btn:nth-child(18):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(18) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "18";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(19) ~ .fs-slides .fs-slide:nth-child(19) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(19) ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(19) ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(19) ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(19) ~ .fs-quick-nav .fs-quick-btn:nth-child(19):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(19) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "19";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(20) ~ .fs-slides .fs-slide:nth-child(20) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(20) ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(20) ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(20) ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(20) ~ .fs-quick-nav .fs-quick-btn:nth-child(20):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(20) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "20";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(21) ~ .fs-slides .fs-slide:nth-child(21) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(21) ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(21) ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(21) ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(21) ~ .fs-quick-nav .fs-quick-btn:nth-child(21):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(21) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "21";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(22) ~ .fs-slides .fs-slide:nth-child(22) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(22) ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(22) ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(22) ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(22) ~ .fs-quick-nav .fs-quick-btn:nth-child(22):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(22) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "22";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(23) ~ .fs-slides .fs-slide:nth-child(23) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(23) ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(23) ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(23) ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(23) ~ .fs-quick-nav .fs-quick-btn:nth-child(23):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(23) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "23";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(24) ~ .fs-slides .fs-slide:nth-child(24) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(24) ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(24) ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(24) ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(24) ~ .fs-quick-nav .fs-quick-btn:nth-child(24):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(24) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "24";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(25) ~ .fs-slides .fs-slide:nth-child(25) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(25) ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(25) ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(25) ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(25) ~ .fs-quick-nav .fs-quick-btn:nth-child(25):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(25) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "25";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(26) ~ .fs-slides .fs-slide:nth-child(26) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(26) ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(26) ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(26) ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(26) ~ .fs-quick-nav .fs-quick-btn:nth-child(26):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(26) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "26";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(27) ~ .fs-slides .fs-slide:nth-child(27) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(27) ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(27) ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(27) ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(27) ~ .fs-quick-nav .fs-quick-btn:nth-child(27):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(27) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "27";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(28) ~ .fs-slides .fs-slide:nth-child(28) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(28) ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(28) ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(28) ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(28) ~ .fs-quick-nav .fs-quick-btn:nth-child(28):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(28) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "28";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(29) ~ .fs-slides .fs-slide:nth-child(29) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(29) ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(29) ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(29) ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(29) ~ .fs-quick-nav .fs-quick-btn:nth-child(29):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(29) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "29";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(30) ~ .fs-slides .fs-slide:nth-child(30) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(30) ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(30) ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(30) ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(30) ~ .fs-quick-nav .fs-quick-btn:nth-child(30):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(30) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "30";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(31) ~ .fs-slides .fs-slide:nth-child(31) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(31) ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(31) ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(31) ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(31) ~ .fs-quick-nav .fs-quick-btn:nth-child(31):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(31) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "31";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(32) ~ .fs-slides .fs-slide:nth-child(32) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(32) ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(32) ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(32) ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(32) ~ .fs-quick-nav .fs-quick-btn:nth-child(32):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(32) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "32";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(33) ~ .fs-slides .fs-slide:nth-child(33) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(33) ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(33) ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(33) ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(33) ~ .fs-quick-nav .fs-quick-btn:nth-child(33):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(33) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "33";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(34) ~ .fs-slides .fs-slide:nth-child(34) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(34) ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(34) ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(34) ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(34) ~ .fs-quick-nav .fs-quick-btn:nth-child(34):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(34) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "34";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(35) ~ .fs-slides .fs-slide:nth-child(35) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(35) ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(35) ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(35) ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(35) ~ .fs-quick-nav .fs-quick-btn:nth-child(35):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(35) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "35";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(36) ~ .fs-slides .fs-slide:nth-child(36) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(36) ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(36) ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(36) ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(36) ~ .fs-quick-nav .fs-quick-btn:nth-child(36):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(36) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "36";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(37) ~ .fs-slides .fs-slide:nth-child(37) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(37) ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(37) ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(37) ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(37) ~ .fs-quick-nav .fs-quick-btn:nth-child(37):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(37) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "37";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(38) ~ .fs-slides .fs-slide:nth-child(38) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(38) ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(38) ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(38) ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(38) ~ .fs-quick-nav .fs-quick-btn:nth-child(38):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(38) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "38";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(39) ~ .fs-slides .fs-slide:nth-child(39) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(39) ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(39) ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(39) ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(39) ~ .fs-quick-nav .fs-quick-btn:nth-child(39):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(39) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "39";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(40) ~ .fs-slides .fs-slide:nth-child(40) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(40) ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(40) ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(40) ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(40) ~ .fs-quick-nav .fs-quick-btn:nth-child(40):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(40) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "40";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(41) ~ .fs-slides .fs-slide:nth-child(41) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(41) ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(41) ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(41) ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(41) ~ .fs-quick-nav .fs-quick-btn:nth-child(41):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(41) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "41";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(42) ~ .fs-slides .fs-slide:nth-child(42) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(42) ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(42) ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(42) ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(42) ~ .fs-quick-nav .fs-quick-btn:nth-child(42):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(42) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "42";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(43) ~ .fs-slides .fs-slide:nth-child(43) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(43) ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(43) ~ .fs-next-nav .fs-next-btn:nth-child(44) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(43) ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(43) ~ .fs-quick-nav .fs-quick-btn:nth-child(43):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(43) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "43";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(44) ~ .fs-slides .fs-slide:nth-child(44) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(44) ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(44) ~ .fs-next-nav .fs-next-btn:nth-child(45) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(44) ~ .fs-quick-nav .fs-quick-btn:nth-child(44) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(44) ~ .fs-quick-nav .fs-quick-btn:nth-child(44):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(44) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "44";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(45) ~ .fs-slides .fs-slide:nth-child(45) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(45) ~ .fs-prev-nav .fs-prev-btn:nth-child(44) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(45) ~ .fs-next-nav .fs-next-btn:nth-child(46) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(45) ~ .fs-quick-nav .fs-quick-btn:nth-child(45) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(45) ~ .fs-quick-nav .fs-quick-btn:nth-child(45):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(45) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "45";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(46) ~ .fs-slides .fs-slide:nth-child(46) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(46) ~ .fs-prev-nav .fs-prev-btn:nth-child(45) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(46) ~ .fs-next-nav .fs-next-btn:nth-child(47) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(46) ~ .fs-quick-nav .fs-quick-btn:nth-child(46) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(46) ~ .fs-quick-nav .fs-quick-btn:nth-child(46):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(46) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "46";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(47) ~ .fs-slides .fs-slide:nth-child(47) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(47) ~ .fs-prev-nav .fs-prev-btn:nth-child(46) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(47) ~ .fs-next-nav .fs-next-btn:nth-child(48) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(47) ~ .fs-quick-nav .fs-quick-btn:nth-child(47) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(47) ~ .fs-quick-nav .fs-quick-btn:nth-child(47):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(47) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "47";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(48) ~ .fs-slides .fs-slide:nth-child(48) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(48) ~ .fs-prev-nav .fs-prev-btn:nth-child(47) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(48) ~ .fs-next-nav .fs-next-btn:nth-child(49) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(48) ~ .fs-quick-nav .fs-quick-btn:nth-child(48) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(48) ~ .fs-quick-nav .fs-quick-btn:nth-child(48):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(48) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "48";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(49) ~ .fs-slides .fs-slide:nth-child(49) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(49) ~ .fs-prev-nav .fs-prev-btn:nth-child(48) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(49) ~ .fs-next-nav .fs-next-btn:nth-child(50) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(49) ~ .fs-quick-nav .fs-quick-btn:nth-child(49) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(49) ~ .fs-quick-nav .fs-quick-btn:nth-child(49):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(49) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "49";
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(50) ~ .fs-slides .fs-slide:nth-child(50) {
  opacity: 1;
  pointer-events: all;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(50) ~ .fs-prev-nav .fs-prev-btn:nth-child(49) {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(50) ~ .fs-quick-nav .fs-quick-btn:nth-child(50) {
  background-color: #fff;
  width: 40px;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(50) ~ .fs-quick-nav .fs-quick-btn:nth-child(50):hover {
  opacity: 1;
}

[data-fadeshow] input[type='radio']:checked:nth-of-type(50) ~ .fs-slide-counter .fs-slide-counter-current:before {
  content: "50";
}

[data-fadeshow] input[type='radio']:checked ~ .fs-slides .fs-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 2.5s 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);
  width: 20px;
  -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 15s ease 2.5s;
}

[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.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[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.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[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.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[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.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[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.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(6) ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(7) ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(8) ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(9) ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(10) ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(11) ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(12) ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(13) ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(14) ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(15) ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(16) ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(17) ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(18) ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(19) ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(20) ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(21) ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(22) ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(23) ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(24) ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(25) ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(26) ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(27) ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(28) ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(29) ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(30) ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(31) ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(32) ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(33) ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(34) ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(35) ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(36) ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(37) ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(38) ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(39) ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(40) ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(41) ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(42) ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(43) ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(44) ~ .fs-slides .fs-slide:nth-child(44) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(45) ~ .fs-slides .fs-slide:nth-child(45) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(46) ~ .fs-slides .fs-slide:nth-child(46) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(47) ~ .fs-slides .fs-slide:nth-child(47) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(48) ~ .fs-slides .fs-slide:nth-child(48) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(49) ~ .fs-slides .fs-slide:nth-child(49) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='ken-burns'] input[type='radio']:checked:nth-of-type(50) ~ .fs-slides .fs-slide:nth-child(50) .fs-slide-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-delay: -2.5s;
}

[data-fadeshow~='prev-next-nav'] .fs-prev-nav,
[data-fadeshow~='prev-next-nav'] .fs-next-nav {
  z-index: 1;
}

[data-fadeshow~='prev-next-nav'] .fs-prev-btn,
[data-fadeshow~='prev-next-nav'] .fs-next-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: #fff;
  width: 40px;
}

[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;
  }
  15.625%,
  50% {
    opacity: 1;
    pointer-events: all;
  }
  65.625%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-2 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  15.625%,
  50% {
    opacity: 1;
    pointer-events: all;
  }
  65.625%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-2 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  15.625%,
  50% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  65.625%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-2 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  15.625%,
  50% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  65.625%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-2 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  1.25%,
  50% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  51.25%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-2 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  1.25%,
  50% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  51.25%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-2 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  65.625%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-2 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  65.625%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-2 16s linear infinite;
  animation: slidesAutoplay-2 16s 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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(2):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-2 16s linear infinite;
  animation: prevNextNavAutoplay-2 16s 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 16s linear infinite;
  animation: prevNextNavAutoplay-2 16s 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 16s linear infinite;
  animation: quickNavAutoplay-2 16s 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 16s linear infinite;
  animation: kenBurnsAutoplay-2 16s 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: -2.5s;
  animation-delay: -2.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

@-webkit-keyframes slidesAutoplay-3 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  10.41667%,
  33.33333% {
    opacity: 1;
    pointer-events: all;
  }
  43.75%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-3 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  10.41667%,
  33.33333% {
    opacity: 1;
    pointer-events: all;
  }
  43.75%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-3 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  10.41667%,
  33.33333% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  43.75%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-3 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  10.41667%,
  33.33333% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  43.75%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-3 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.83333%,
  33.33333% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  34.16667%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-3 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.83333%,
  33.33333% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  34.16667%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-3 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  43.75%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-3 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  43.75%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-3 24s linear infinite;
  animation: slidesAutoplay-3 24s 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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(3):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-3 24s linear infinite;
  animation: prevNextNavAutoplay-3 24s 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 24s linear infinite;
  animation: prevNextNavAutoplay-3 24s 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 24s linear infinite;
  animation: quickNavAutoplay-3 24s 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 24s linear infinite;
  animation: kenBurnsAutoplay-3 24s 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: -2.5s;
  animation-delay: -2.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

@-webkit-keyframes slidesAutoplay-4 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  7.8125%,
  25% {
    opacity: 1;
    pointer-events: all;
  }
  32.8125%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-4 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  7.8125%,
  25% {
    opacity: 1;
    pointer-events: all;
  }
  32.8125%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-4 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  7.8125%,
  25% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  32.8125%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-4 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  7.8125%,
  25% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  32.8125%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-4 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.625%,
  25% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  25.625%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-4 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.625%,
  25% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  25.625%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-4 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  32.8125%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-4 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  32.8125%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-4 32s linear infinite;
  animation: slidesAutoplay-4 32s 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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[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: 21.5s;
  animation-delay: 21.5s;
}

[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: 21.5s;
  animation-delay: 21.5s;
}

[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: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(4):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-4 32s linear infinite;
  animation: prevNextNavAutoplay-4 32s 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 32s linear infinite;
  animation: prevNextNavAutoplay-4 32s 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 32s linear infinite;
  animation: quickNavAutoplay-4 32s 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 32s linear infinite;
  animation: kenBurnsAutoplay-4 32s 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: -2.5s;
  animation-delay: -2.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[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: 21.5s;
  animation-delay: 21.5s;
}

@-webkit-keyframes slidesAutoplay-5 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  6.25%,
  20% {
    opacity: 1;
    pointer-events: all;
  }
  26.25%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-5 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  6.25%,
  20% {
    opacity: 1;
    pointer-events: all;
  }
  26.25%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-5 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  6.25%,
  20% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  26.25%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-5 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  6.25%,
  20% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  26.25%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-5 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.5%,
  20% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  20.5%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-5 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.5%,
  20% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  20.5%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-5 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  26.25%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-5 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  26.25%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-5 40s linear infinite;
  animation: slidesAutoplay-5 40s 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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[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: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[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: 21.5s;
  animation-delay: 21.5s;
}

[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: 21.5s;
  animation-delay: 21.5s;
}

[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: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[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: 29.5s;
  animation-delay: 29.5s;
}

[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: 29.5s;
  animation-delay: 29.5s;
}

[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: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(5):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-5 40s linear infinite;
  animation: prevNextNavAutoplay-5 40s 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 40s linear infinite;
  animation: prevNextNavAutoplay-5 40s 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 40s linear infinite;
  animation: quickNavAutoplay-5 40s 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 40s linear infinite;
  animation: kenBurnsAutoplay-5 40s 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: -2.5s;
  animation-delay: -2.5s;
}

[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: 5.5s;
  animation-delay: 5.5s;
}

[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: 13.5s;
  animation-delay: 13.5s;
}

[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: 21.5s;
  animation-delay: 21.5s;
}

[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: 29.5s;
  animation-delay: 29.5s;
}

@-webkit-keyframes slidesAutoplay-6 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  5.20833%,
  16.66667% {
    opacity: 1;
    pointer-events: all;
  }
  21.875%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-6 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  5.20833%,
  16.66667% {
    opacity: 1;
    pointer-events: all;
  }
  21.875%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-6 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  5.20833%,
  16.66667% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  21.875%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-6 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  5.20833%,
  16.66667% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  21.875%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-6 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.41667%,
  16.66667% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  17.08333%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-6 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.41667%,
  16.66667% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  17.08333%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-6 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  21.875%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-6 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  21.875%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-6 48s linear infinite;
  animation: slidesAutoplay-6 48s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-6 48s linear infinite;
  animation: prevNextNavAutoplay-6 48s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-6 48s linear infinite;
  animation: prevNextNavAutoplay-6 48s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-6 48s linear infinite;
  animation: quickNavAutoplay-6 48s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-6 48s linear infinite;
  animation: kenBurnsAutoplay-6 48s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(6):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

@-webkit-keyframes slidesAutoplay-7 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  4.46429%,
  14.28571% {
    opacity: 1;
    pointer-events: all;
  }
  18.75%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-7 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  4.46429%,
  14.28571% {
    opacity: 1;
    pointer-events: all;
  }
  18.75%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-7 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  4.46429%,
  14.28571% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  18.75%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-7 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  4.46429%,
  14.28571% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  18.75%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-7 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.35714%,
  14.28571% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  14.64286%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-7 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.35714%,
  14.28571% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  14.64286%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-7 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  18.75%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-7 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  18.75%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-7 56s linear infinite;
  animation: slidesAutoplay-7 56s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-7 56s linear infinite;
  animation: prevNextNavAutoplay-7 56s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-7 56s linear infinite;
  animation: prevNextNavAutoplay-7 56s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-7 56s linear infinite;
  animation: quickNavAutoplay-7 56s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-7 56s linear infinite;
  animation: kenBurnsAutoplay-7 56s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(7):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

@-webkit-keyframes slidesAutoplay-8 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  3.90625%,
  12.5% {
    opacity: 1;
    pointer-events: all;
  }
  16.40625%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-8 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  3.90625%,
  12.5% {
    opacity: 1;
    pointer-events: all;
  }
  16.40625%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-8 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  3.90625%,
  12.5% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  16.40625%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-8 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  3.90625%,
  12.5% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  16.40625%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-8 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.3125%,
  12.5% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  12.8125%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-8 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.3125%,
  12.5% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  12.8125%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-8 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  16.40625%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-8 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  16.40625%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-8 64s linear infinite;
  animation: slidesAutoplay-8 64s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-8 64s linear infinite;
  animation: prevNextNavAutoplay-8 64s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-8 64s linear infinite;
  animation: prevNextNavAutoplay-8 64s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-8 64s linear infinite;
  animation: quickNavAutoplay-8 64s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-8 64s linear infinite;
  animation: kenBurnsAutoplay-8 64s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(8):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

@-webkit-keyframes slidesAutoplay-9 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  3.47222%,
  11.11111% {
    opacity: 1;
    pointer-events: all;
  }
  14.58333%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-9 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  3.47222%,
  11.11111% {
    opacity: 1;
    pointer-events: all;
  }
  14.58333%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-9 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  3.47222%,
  11.11111% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  14.58333%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-9 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  3.47222%,
  11.11111% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  14.58333%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-9 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.27778%,
  11.11111% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  11.38889%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-9 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.27778%,
  11.11111% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  11.38889%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-9 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  14.58333%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-9 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  14.58333%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-9 72s linear infinite;
  animation: slidesAutoplay-9 72s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-9 72s linear infinite;
  animation: prevNextNavAutoplay-9 72s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-9 72s linear infinite;
  animation: prevNextNavAutoplay-9 72s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-9 72s linear infinite;
  animation: quickNavAutoplay-9 72s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-9 72s linear infinite;
  animation: kenBurnsAutoplay-9 72s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(9):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

@-webkit-keyframes slidesAutoplay-10 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  3.125%,
  10% {
    opacity: 1;
    pointer-events: all;
  }
  13.125%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-10 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  3.125%,
  10% {
    opacity: 1;
    pointer-events: all;
  }
  13.125%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-10 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  3.125%,
  10% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  13.125%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-10 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  3.125%,
  10% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  13.125%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-10 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.25%,
  10% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  10.25%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-10 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.25%,
  10% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  10.25%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-10 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  13.125%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-10 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  13.125%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-10 80s linear infinite;
  animation: slidesAutoplay-10 80s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-10 80s linear infinite;
  animation: prevNextNavAutoplay-10 80s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-10 80s linear infinite;
  animation: prevNextNavAutoplay-10 80s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-10 80s linear infinite;
  animation: quickNavAutoplay-10 80s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-10 80s linear infinite;
  animation: kenBurnsAutoplay-10 80s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(10):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

@-webkit-keyframes slidesAutoplay-11 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.84091%,
  9.09091% {
    opacity: 1;
    pointer-events: all;
  }
  11.93182%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-11 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.84091%,
  9.09091% {
    opacity: 1;
    pointer-events: all;
  }
  11.93182%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-11 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.84091%,
  9.09091% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  11.93182%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-11 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.84091%,
  9.09091% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  11.93182%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-11 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.22727%,
  9.09091% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  9.31818%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-11 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.22727%,
  9.09091% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  9.31818%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-11 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  11.93182%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-11 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  11.93182%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-11 88s linear infinite;
  animation: slidesAutoplay-11 88s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-11 88s linear infinite;
  animation: prevNextNavAutoplay-11 88s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-11 88s linear infinite;
  animation: prevNextNavAutoplay-11 88s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-11 88s linear infinite;
  animation: quickNavAutoplay-11 88s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-11 88s linear infinite;
  animation: kenBurnsAutoplay-11 88s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(11):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

@-webkit-keyframes slidesAutoplay-12 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.60417%,
  8.33333% {
    opacity: 1;
    pointer-events: all;
  }
  10.9375%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-12 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.60417%,
  8.33333% {
    opacity: 1;
    pointer-events: all;
  }
  10.9375%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-12 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.60417%,
  8.33333% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  10.9375%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-12 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.60417%,
  8.33333% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  10.9375%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-12 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.20833%,
  8.33333% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  8.54167%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-12 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.20833%,
  8.33333% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  8.54167%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-12 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  10.9375%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-12 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  10.9375%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-12 96s linear infinite;
  animation: slidesAutoplay-12 96s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-12 96s linear infinite;
  animation: prevNextNavAutoplay-12 96s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-12 96s linear infinite;
  animation: prevNextNavAutoplay-12 96s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-12 96s linear infinite;
  animation: quickNavAutoplay-12 96s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-12 96s linear infinite;
  animation: kenBurnsAutoplay-12 96s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(12):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

@-webkit-keyframes slidesAutoplay-13 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.40385%,
  7.69231% {
    opacity: 1;
    pointer-events: all;
  }
  10.09615%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-13 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.40385%,
  7.69231% {
    opacity: 1;
    pointer-events: all;
  }
  10.09615%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-13 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.40385%,
  7.69231% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  10.09615%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-13 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.40385%,
  7.69231% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  10.09615%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-13 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.19231%,
  7.69231% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  7.88462%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-13 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.19231%,
  7.69231% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  7.88462%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-13 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  10.09615%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-13 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  10.09615%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-13 104s linear infinite;
  animation: slidesAutoplay-13 104s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-13 104s linear infinite;
  animation: prevNextNavAutoplay-13 104s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-13 104s linear infinite;
  animation: prevNextNavAutoplay-13 104s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-13 104s linear infinite;
  animation: quickNavAutoplay-13 104s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-13 104s linear infinite;
  animation: kenBurnsAutoplay-13 104s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(13):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

@-webkit-keyframes slidesAutoplay-14 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.23214%,
  7.14286% {
    opacity: 1;
    pointer-events: all;
  }
  9.375%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-14 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.23214%,
  7.14286% {
    opacity: 1;
    pointer-events: all;
  }
  9.375%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-14 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.23214%,
  7.14286% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  9.375%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-14 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.23214%,
  7.14286% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  9.375%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-14 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.17857%,
  7.14286% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  7.32143%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-14 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.17857%,
  7.14286% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  7.32143%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-14 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  9.375%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-14 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  9.375%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-14 112s linear infinite;
  animation: slidesAutoplay-14 112s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-14 112s linear infinite;
  animation: prevNextNavAutoplay-14 112s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-14 112s linear infinite;
  animation: prevNextNavAutoplay-14 112s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-14 112s linear infinite;
  animation: quickNavAutoplay-14 112s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-14 112s linear infinite;
  animation: kenBurnsAutoplay-14 112s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(14):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

@-webkit-keyframes slidesAutoplay-15 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.08333%,
  6.66667% {
    opacity: 1;
    pointer-events: all;
  }
  8.75%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-15 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  2.08333%,
  6.66667% {
    opacity: 1;
    pointer-events: all;
  }
  8.75%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-15 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.08333%,
  6.66667% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  8.75%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-15 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  2.08333%,
  6.66667% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  8.75%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-15 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.16667%,
  6.66667% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  6.83333%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-15 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.16667%,
  6.66667% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  6.83333%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-15 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  8.75%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-15 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  8.75%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-15 120s linear infinite;
  animation: slidesAutoplay-15 120s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-15 120s linear infinite;
  animation: prevNextNavAutoplay-15 120s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-15 120s linear infinite;
  animation: prevNextNavAutoplay-15 120s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-15 120s linear infinite;
  animation: quickNavAutoplay-15 120s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-15 120s linear infinite;
  animation: kenBurnsAutoplay-15 120s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(15):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

@-webkit-keyframes slidesAutoplay-16 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.95312%,
  6.25% {
    opacity: 1;
    pointer-events: all;
  }
  8.20312%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-16 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.95312%,
  6.25% {
    opacity: 1;
    pointer-events: all;
  }
  8.20312%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-16 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.95312%,
  6.25% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  8.20312%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-16 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.95312%,
  6.25% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  8.20312%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-16 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.15625%,
  6.25% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  6.40625%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-16 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.15625%,
  6.25% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  6.40625%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-16 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  8.20312%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-16 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  8.20312%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-16 128s linear infinite;
  animation: slidesAutoplay-16 128s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-16 128s linear infinite;
  animation: prevNextNavAutoplay-16 128s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-16 128s linear infinite;
  animation: prevNextNavAutoplay-16 128s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-16 128s linear infinite;
  animation: quickNavAutoplay-16 128s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-16 128s linear infinite;
  animation: kenBurnsAutoplay-16 128s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(16):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

@-webkit-keyframes slidesAutoplay-17 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.83824%,
  5.88235% {
    opacity: 1;
    pointer-events: all;
  }
  7.72059%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-17 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.83824%,
  5.88235% {
    opacity: 1;
    pointer-events: all;
  }
  7.72059%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-17 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.83824%,
  5.88235% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  7.72059%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-17 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.83824%,
  5.88235% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  7.72059%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-17 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.14706%,
  5.88235% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  6.02941%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-17 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.14706%,
  5.88235% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  6.02941%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-17 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  7.72059%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-17 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  7.72059%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-17 136s linear infinite;
  animation: slidesAutoplay-17 136s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-17 136s linear infinite;
  animation: prevNextNavAutoplay-17 136s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-17 136s linear infinite;
  animation: prevNextNavAutoplay-17 136s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-17 136s linear infinite;
  animation: quickNavAutoplay-17 136s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-17 136s linear infinite;
  animation: kenBurnsAutoplay-17 136s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(17):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

@-webkit-keyframes slidesAutoplay-18 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.73611%,
  5.55556% {
    opacity: 1;
    pointer-events: all;
  }
  7.29167%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-18 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.73611%,
  5.55556% {
    opacity: 1;
    pointer-events: all;
  }
  7.29167%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-18 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.73611%,
  5.55556% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  7.29167%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-18 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.73611%,
  5.55556% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  7.29167%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-18 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.13889%,
  5.55556% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  5.69444%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-18 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.13889%,
  5.55556% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  5.69444%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-18 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  7.29167%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-18 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  7.29167%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-18 144s linear infinite;
  animation: slidesAutoplay-18 144s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-18 144s linear infinite;
  animation: prevNextNavAutoplay-18 144s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-18 144s linear infinite;
  animation: prevNextNavAutoplay-18 144s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-18 144s linear infinite;
  animation: quickNavAutoplay-18 144s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-18 144s linear infinite;
  animation: kenBurnsAutoplay-18 144s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(18):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

@-webkit-keyframes slidesAutoplay-19 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.64474%,
  5.26316% {
    opacity: 1;
    pointer-events: all;
  }
  6.90789%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-19 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.64474%,
  5.26316% {
    opacity: 1;
    pointer-events: all;
  }
  6.90789%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-19 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.64474%,
  5.26316% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  6.90789%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-19 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.64474%,
  5.26316% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  6.90789%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-19 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.13158%,
  5.26316% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  5.39474%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-19 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.13158%,
  5.26316% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  5.39474%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-19 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  6.90789%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-19 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  6.90789%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-19 152s linear infinite;
  animation: slidesAutoplay-19 152s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-19 152s linear infinite;
  animation: prevNextNavAutoplay-19 152s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-19 152s linear infinite;
  animation: prevNextNavAutoplay-19 152s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-19 152s linear infinite;
  animation: quickNavAutoplay-19 152s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-19 152s linear infinite;
  animation: kenBurnsAutoplay-19 152s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(19):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

@-webkit-keyframes slidesAutoplay-20 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.5625%,
  5% {
    opacity: 1;
    pointer-events: all;
  }
  6.5625%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-20 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.5625%,
  5% {
    opacity: 1;
    pointer-events: all;
  }
  6.5625%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-20 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.5625%,
  5% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  6.5625%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-20 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.5625%,
  5% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  6.5625%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-20 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.125%,
  5% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  5.125%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-20 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.125%,
  5% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  5.125%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-20 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  6.5625%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-20 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  6.5625%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-20 160s linear infinite;
  animation: slidesAutoplay-20 160s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-20 160s linear infinite;
  animation: prevNextNavAutoplay-20 160s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-20 160s linear infinite;
  animation: prevNextNavAutoplay-20 160s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-20 160s linear infinite;
  animation: quickNavAutoplay-20 160s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-20 160s linear infinite;
  animation: kenBurnsAutoplay-20 160s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(20):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

@-webkit-keyframes slidesAutoplay-21 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.4881%,
  4.7619% {
    opacity: 1;
    pointer-events: all;
  }
  6.25%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-21 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.4881%,
  4.7619% {
    opacity: 1;
    pointer-events: all;
  }
  6.25%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-21 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.4881%,
  4.7619% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  6.25%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-21 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.4881%,
  4.7619% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  6.25%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-21 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.11905%,
  4.7619% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.88095%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-21 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.11905%,
  4.7619% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.88095%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-21 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  6.25%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-21 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  6.25%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-21 168s linear infinite;
  animation: slidesAutoplay-21 168s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-21 168s linear infinite;
  animation: prevNextNavAutoplay-21 168s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-21 168s linear infinite;
  animation: prevNextNavAutoplay-21 168s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-21 168s linear infinite;
  animation: quickNavAutoplay-21 168s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-21 168s linear infinite;
  animation: kenBurnsAutoplay-21 168s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(21):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

@-webkit-keyframes slidesAutoplay-22 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.42045%,
  4.54545% {
    opacity: 1;
    pointer-events: all;
  }
  5.96591%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-22 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.42045%,
  4.54545% {
    opacity: 1;
    pointer-events: all;
  }
  5.96591%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-22 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.42045%,
  4.54545% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.96591%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-22 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.42045%,
  4.54545% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.96591%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-22 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.11364%,
  4.54545% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.65909%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-22 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.11364%,
  4.54545% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.65909%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-22 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.96591%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-22 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.96591%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-22 176s linear infinite;
  animation: slidesAutoplay-22 176s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-22 176s linear infinite;
  animation: prevNextNavAutoplay-22 176s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-22 176s linear infinite;
  animation: prevNextNavAutoplay-22 176s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-22 176s linear infinite;
  animation: quickNavAutoplay-22 176s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-22 176s linear infinite;
  animation: kenBurnsAutoplay-22 176s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(22):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

@-webkit-keyframes slidesAutoplay-23 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.3587%,
  4.34783% {
    opacity: 1;
    pointer-events: all;
  }
  5.70652%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-23 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.3587%,
  4.34783% {
    opacity: 1;
    pointer-events: all;
  }
  5.70652%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-23 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.3587%,
  4.34783% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.70652%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-23 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.3587%,
  4.34783% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.70652%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-23 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.1087%,
  4.34783% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.45652%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-23 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.1087%,
  4.34783% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.45652%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-23 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.70652%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-23 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.70652%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-23 184s linear infinite;
  animation: slidesAutoplay-23 184s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-23 184s linear infinite;
  animation: prevNextNavAutoplay-23 184s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-23 184s linear infinite;
  animation: prevNextNavAutoplay-23 184s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-23 184s linear infinite;
  animation: quickNavAutoplay-23 184s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-23 184s linear infinite;
  animation: kenBurnsAutoplay-23 184s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(23):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

@-webkit-keyframes slidesAutoplay-24 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.30208%,
  4.16667% {
    opacity: 1;
    pointer-events: all;
  }
  5.46875%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-24 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.30208%,
  4.16667% {
    opacity: 1;
    pointer-events: all;
  }
  5.46875%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-24 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.30208%,
  4.16667% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.46875%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-24 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.30208%,
  4.16667% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.46875%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-24 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.10417%,
  4.16667% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.27083%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-24 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.10417%,
  4.16667% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.27083%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-24 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.46875%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-24 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.46875%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-24 192s linear infinite;
  animation: slidesAutoplay-24 192s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-24 192s linear infinite;
  animation: prevNextNavAutoplay-24 192s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-24 192s linear infinite;
  animation: prevNextNavAutoplay-24 192s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-24 192s linear infinite;
  animation: quickNavAutoplay-24 192s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-24 192s linear infinite;
  animation: kenBurnsAutoplay-24 192s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(24):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

@-webkit-keyframes slidesAutoplay-25 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.25%,
  4% {
    opacity: 1;
    pointer-events: all;
  }
  5.25%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-25 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.25%,
  4% {
    opacity: 1;
    pointer-events: all;
  }
  5.25%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-25 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.25%,
  4% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.25%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-25 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.25%,
  4% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.25%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-25 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.1%,
  4% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.1%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-25 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.1%,
  4% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  4.1%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-25 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.25%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-25 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.25%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-25 200s linear infinite;
  animation: slidesAutoplay-25 200s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-25 200s linear infinite;
  animation: prevNextNavAutoplay-25 200s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-25 200s linear infinite;
  animation: prevNextNavAutoplay-25 200s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-25 200s linear infinite;
  animation: quickNavAutoplay-25 200s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-25 200s linear infinite;
  animation: kenBurnsAutoplay-25 200s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(25):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

@-webkit-keyframes slidesAutoplay-26 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.20192%,
  3.84615% {
    opacity: 1;
    pointer-events: all;
  }
  5.04808%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-26 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.20192%,
  3.84615% {
    opacity: 1;
    pointer-events: all;
  }
  5.04808%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-26 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.20192%,
  3.84615% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.04808%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-26 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.20192%,
  3.84615% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  5.04808%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-26 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.09615%,
  3.84615% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.94231%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-26 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.09615%,
  3.84615% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.94231%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-26 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.04808%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-26 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  5.04808%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-26 208s linear infinite;
  animation: slidesAutoplay-26 208s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-26 208s linear infinite;
  animation: prevNextNavAutoplay-26 208s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-26 208s linear infinite;
  animation: prevNextNavAutoplay-26 208s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-26 208s linear infinite;
  animation: quickNavAutoplay-26 208s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-26 208s linear infinite;
  animation: kenBurnsAutoplay-26 208s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(26):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

@-webkit-keyframes slidesAutoplay-27 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.15741%,
  3.7037% {
    opacity: 1;
    pointer-events: all;
  }
  4.86111%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-27 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.15741%,
  3.7037% {
    opacity: 1;
    pointer-events: all;
  }
  4.86111%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-27 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.15741%,
  3.7037% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.86111%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-27 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.15741%,
  3.7037% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.86111%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-27 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.09259%,
  3.7037% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.7963%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-27 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.09259%,
  3.7037% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.7963%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-27 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.86111%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-27 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.86111%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-27 216s linear infinite;
  animation: slidesAutoplay-27 216s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-27 216s linear infinite;
  animation: prevNextNavAutoplay-27 216s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-27 216s linear infinite;
  animation: prevNextNavAutoplay-27 216s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-27 216s linear infinite;
  animation: quickNavAutoplay-27 216s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-27 216s linear infinite;
  animation: kenBurnsAutoplay-27 216s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(27):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

@-webkit-keyframes slidesAutoplay-28 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.11607%,
  3.57143% {
    opacity: 1;
    pointer-events: all;
  }
  4.6875%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-28 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.11607%,
  3.57143% {
    opacity: 1;
    pointer-events: all;
  }
  4.6875%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-28 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.11607%,
  3.57143% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.6875%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-28 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.11607%,
  3.57143% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.6875%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-28 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.08929%,
  3.57143% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.66071%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-28 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.08929%,
  3.57143% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.66071%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-28 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.6875%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-28 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.6875%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-28 224s linear infinite;
  animation: slidesAutoplay-28 224s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-28 224s linear infinite;
  animation: prevNextNavAutoplay-28 224s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-28 224s linear infinite;
  animation: prevNextNavAutoplay-28 224s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-28 224s linear infinite;
  animation: quickNavAutoplay-28 224s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-28 224s linear infinite;
  animation: kenBurnsAutoplay-28 224s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(28):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

@-webkit-keyframes slidesAutoplay-29 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.07759%,
  3.44828% {
    opacity: 1;
    pointer-events: all;
  }
  4.52586%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-29 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.07759%,
  3.44828% {
    opacity: 1;
    pointer-events: all;
  }
  4.52586%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-29 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.07759%,
  3.44828% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.52586%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-29 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.07759%,
  3.44828% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.52586%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-29 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.08621%,
  3.44828% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.53448%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-29 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.08621%,
  3.44828% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.53448%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-29 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.52586%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-29 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.52586%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-29 232s linear infinite;
  animation: slidesAutoplay-29 232s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-29 232s linear infinite;
  animation: prevNextNavAutoplay-29 232s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-29 232s linear infinite;
  animation: prevNextNavAutoplay-29 232s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-29 232s linear infinite;
  animation: quickNavAutoplay-29 232s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-29 232s linear infinite;
  animation: kenBurnsAutoplay-29 232s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(29):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

@-webkit-keyframes slidesAutoplay-30 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.04167%,
  3.33333% {
    opacity: 1;
    pointer-events: all;
  }
  4.375%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-30 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.04167%,
  3.33333% {
    opacity: 1;
    pointer-events: all;
  }
  4.375%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-30 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.04167%,
  3.33333% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.375%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-30 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.04167%,
  3.33333% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.375%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-30 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.08333%,
  3.33333% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.41667%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-30 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.08333%,
  3.33333% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.41667%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-30 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.375%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-30 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.375%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-30 240s linear infinite;
  animation: slidesAutoplay-30 240s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-30 240s linear infinite;
  animation: prevNextNavAutoplay-30 240s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-30 240s linear infinite;
  animation: prevNextNavAutoplay-30 240s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-30 240s linear infinite;
  animation: quickNavAutoplay-30 240s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-30 240s linear infinite;
  animation: kenBurnsAutoplay-30 240s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(30):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

@-webkit-keyframes slidesAutoplay-31 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.00806%,
  3.22581% {
    opacity: 1;
    pointer-events: all;
  }
  4.23387%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-31 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1.00806%,
  3.22581% {
    opacity: 1;
    pointer-events: all;
  }
  4.23387%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-31 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.00806%,
  3.22581% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.23387%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-31 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  1.00806%,
  3.22581% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.23387%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-31 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.08065%,
  3.22581% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.30645%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-31 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.08065%,
  3.22581% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.30645%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-31 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.23387%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-31 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.23387%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-31 248s linear infinite;
  animation: slidesAutoplay-31 248s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-31 248s linear infinite;
  animation: prevNextNavAutoplay-31 248s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-31 248s linear infinite;
  animation: prevNextNavAutoplay-31 248s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-31 248s linear infinite;
  animation: quickNavAutoplay-31 248s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-31 248s linear infinite;
  animation: kenBurnsAutoplay-31 248s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(31):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

@-webkit-keyframes slidesAutoplay-32 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.97656%,
  3.125% {
    opacity: 1;
    pointer-events: all;
  }
  4.10156%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-32 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.97656%,
  3.125% {
    opacity: 1;
    pointer-events: all;
  }
  4.10156%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-32 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.97656%,
  3.125% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.10156%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-32 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.97656%,
  3.125% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  4.10156%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-32 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.07812%,
  3.125% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.20312%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-32 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.07812%,
  3.125% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.20312%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-32 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.10156%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-32 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  4.10156%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-32 256s linear infinite;
  animation: slidesAutoplay-32 256s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-32 256s linear infinite;
  animation: prevNextNavAutoplay-32 256s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-32 256s linear infinite;
  animation: prevNextNavAutoplay-32 256s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-32 256s linear infinite;
  animation: quickNavAutoplay-32 256s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-32 256s linear infinite;
  animation: kenBurnsAutoplay-32 256s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(32):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

@-webkit-keyframes slidesAutoplay-33 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.94697%,
  3.0303% {
    opacity: 1;
    pointer-events: all;
  }
  3.97727%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-33 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.94697%,
  3.0303% {
    opacity: 1;
    pointer-events: all;
  }
  3.97727%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-33 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.94697%,
  3.0303% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.97727%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-33 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.94697%,
  3.0303% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.97727%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-33 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.07576%,
  3.0303% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.10606%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-33 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.07576%,
  3.0303% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.10606%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-33 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.97727%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-33 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.97727%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-33 264s linear infinite;
  animation: slidesAutoplay-33 264s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-33 264s linear infinite;
  animation: prevNextNavAutoplay-33 264s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-33 264s linear infinite;
  animation: prevNextNavAutoplay-33 264s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-33 264s linear infinite;
  animation: quickNavAutoplay-33 264s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-33 264s linear infinite;
  animation: kenBurnsAutoplay-33 264s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(33):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

@-webkit-keyframes slidesAutoplay-34 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.91912%,
  2.94118% {
    opacity: 1;
    pointer-events: all;
  }
  3.86029%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-34 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.91912%,
  2.94118% {
    opacity: 1;
    pointer-events: all;
  }
  3.86029%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-34 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.91912%,
  2.94118% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.86029%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-34 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.91912%,
  2.94118% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.86029%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-34 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.07353%,
  2.94118% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.01471%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-34 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.07353%,
  2.94118% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  3.01471%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-34 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.86029%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-34 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.86029%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-34 272s linear infinite;
  animation: slidesAutoplay-34 272s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-34 272s linear infinite;
  animation: prevNextNavAutoplay-34 272s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-34 272s linear infinite;
  animation: prevNextNavAutoplay-34 272s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-34 272s linear infinite;
  animation: quickNavAutoplay-34 272s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-34 272s linear infinite;
  animation: kenBurnsAutoplay-34 272s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(34):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

@-webkit-keyframes slidesAutoplay-35 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.89286%,
  2.85714% {
    opacity: 1;
    pointer-events: all;
  }
  3.75%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-35 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.89286%,
  2.85714% {
    opacity: 1;
    pointer-events: all;
  }
  3.75%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-35 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.89286%,
  2.85714% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.75%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-35 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.89286%,
  2.85714% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.75%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-35 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.07143%,
  2.85714% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.92857%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-35 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.07143%,
  2.85714% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.92857%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-35 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.75%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-35 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.75%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-35 280s linear infinite;
  animation: slidesAutoplay-35 280s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-35 280s linear infinite;
  animation: prevNextNavAutoplay-35 280s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-35 280s linear infinite;
  animation: prevNextNavAutoplay-35 280s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-35 280s linear infinite;
  animation: quickNavAutoplay-35 280s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-35 280s linear infinite;
  animation: kenBurnsAutoplay-35 280s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(35):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

@-webkit-keyframes slidesAutoplay-36 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.86806%,
  2.77778% {
    opacity: 1;
    pointer-events: all;
  }
  3.64583%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-36 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.86806%,
  2.77778% {
    opacity: 1;
    pointer-events: all;
  }
  3.64583%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-36 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.86806%,
  2.77778% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.64583%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-36 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.86806%,
  2.77778% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.64583%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-36 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.06944%,
  2.77778% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.84722%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-36 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.06944%,
  2.77778% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.84722%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-36 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.64583%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-36 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.64583%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-36 288s linear infinite;
  animation: slidesAutoplay-36 288s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-36 288s linear infinite;
  animation: prevNextNavAutoplay-36 288s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-36 288s linear infinite;
  animation: prevNextNavAutoplay-36 288s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-36 288s linear infinite;
  animation: quickNavAutoplay-36 288s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-36 288s linear infinite;
  animation: kenBurnsAutoplay-36 288s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(36):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

@-webkit-keyframes slidesAutoplay-37 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.84459%,
  2.7027% {
    opacity: 1;
    pointer-events: all;
  }
  3.5473%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-37 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.84459%,
  2.7027% {
    opacity: 1;
    pointer-events: all;
  }
  3.5473%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-37 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.84459%,
  2.7027% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.5473%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-37 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.84459%,
  2.7027% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.5473%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-37 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.06757%,
  2.7027% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.77027%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-37 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.06757%,
  2.7027% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.77027%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-37 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.5473%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-37 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.5473%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-37 296s linear infinite;
  animation: slidesAutoplay-37 296s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-37 296s linear infinite;
  animation: prevNextNavAutoplay-37 296s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-37 296s linear infinite;
  animation: prevNextNavAutoplay-37 296s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-37 296s linear infinite;
  animation: quickNavAutoplay-37 296s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-37 296s linear infinite;
  animation: kenBurnsAutoplay-37 296s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(37):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

@-webkit-keyframes slidesAutoplay-38 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.82237%,
  2.63158% {
    opacity: 1;
    pointer-events: all;
  }
  3.45395%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-38 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.82237%,
  2.63158% {
    opacity: 1;
    pointer-events: all;
  }
  3.45395%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-38 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.82237%,
  2.63158% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.45395%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-38 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.82237%,
  2.63158% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.45395%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-38 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.06579%,
  2.63158% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.69737%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-38 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.06579%,
  2.63158% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.69737%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-38 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.45395%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-38 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.45395%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-38 304s linear infinite;
  animation: slidesAutoplay-38 304s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-38 304s linear infinite;
  animation: prevNextNavAutoplay-38 304s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-38 304s linear infinite;
  animation: prevNextNavAutoplay-38 304s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-38 304s linear infinite;
  animation: quickNavAutoplay-38 304s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-38 304s linear infinite;
  animation: kenBurnsAutoplay-38 304s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(38):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

@-webkit-keyframes slidesAutoplay-39 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.80128%,
  2.5641% {
    opacity: 1;
    pointer-events: all;
  }
  3.36538%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-39 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.80128%,
  2.5641% {
    opacity: 1;
    pointer-events: all;
  }
  3.36538%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-39 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.80128%,
  2.5641% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.36538%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-39 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.80128%,
  2.5641% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.36538%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-39 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.0641%,
  2.5641% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.62821%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-39 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.0641%,
  2.5641% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.62821%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-39 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.36538%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-39 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.36538%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-39 312s linear infinite;
  animation: slidesAutoplay-39 312s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-39 312s linear infinite;
  animation: prevNextNavAutoplay-39 312s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-39 312s linear infinite;
  animation: prevNextNavAutoplay-39 312s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-39 312s linear infinite;
  animation: quickNavAutoplay-39 312s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-39 312s linear infinite;
  animation: kenBurnsAutoplay-39 312s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(39):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

@-webkit-keyframes slidesAutoplay-40 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.78125%,
  2.5% {
    opacity: 1;
    pointer-events: all;
  }
  3.28125%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-40 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.78125%,
  2.5% {
    opacity: 1;
    pointer-events: all;
  }
  3.28125%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-40 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.78125%,
  2.5% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.28125%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-40 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.78125%,
  2.5% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.28125%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-40 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.0625%,
  2.5% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.5625%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-40 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.0625%,
  2.5% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.5625%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-40 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.28125%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-40 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.28125%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-40 320s linear infinite;
  animation: slidesAutoplay-40 320s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-40 320s linear infinite;
  animation: prevNextNavAutoplay-40 320s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-40 320s linear infinite;
  animation: prevNextNavAutoplay-40 320s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-40 320s linear infinite;
  animation: quickNavAutoplay-40 320s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-40 320s linear infinite;
  animation: kenBurnsAutoplay-40 320s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(40):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

@-webkit-keyframes slidesAutoplay-41 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.7622%,
  2.43902% {
    opacity: 1;
    pointer-events: all;
  }
  3.20122%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-41 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.7622%,
  2.43902% {
    opacity: 1;
    pointer-events: all;
  }
  3.20122%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-41 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.7622%,
  2.43902% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.20122%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-41 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.7622%,
  2.43902% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.20122%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-41 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.06098%,
  2.43902% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.5%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-41 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.06098%,
  2.43902% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.5%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-41 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.20122%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-41 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.20122%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-41 328s linear infinite;
  animation: slidesAutoplay-41 328s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-41 328s linear infinite;
  animation: prevNextNavAutoplay-41 328s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-41 328s linear infinite;
  animation: prevNextNavAutoplay-41 328s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-41 328s linear infinite;
  animation: quickNavAutoplay-41 328s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-41 328s linear infinite;
  animation: kenBurnsAutoplay-41 328s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(41):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

@-webkit-keyframes slidesAutoplay-42 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.74405%,
  2.38095% {
    opacity: 1;
    pointer-events: all;
  }
  3.125%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-42 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.74405%,
  2.38095% {
    opacity: 1;
    pointer-events: all;
  }
  3.125%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-42 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.74405%,
  2.38095% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.125%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-42 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.74405%,
  2.38095% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.125%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-42 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05952%,
  2.38095% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.44048%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-42 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05952%,
  2.38095% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.44048%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-42 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.125%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-42 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.125%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-42 336s linear infinite;
  animation: slidesAutoplay-42 336s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-42 336s linear infinite;
  animation: prevNextNavAutoplay-42 336s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-42 336s linear infinite;
  animation: prevNextNavAutoplay-42 336s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-42 336s linear infinite;
  animation: quickNavAutoplay-42 336s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-42 336s linear infinite;
  animation: kenBurnsAutoplay-42 336s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(42):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

@-webkit-keyframes slidesAutoplay-43 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.72674%,
  2.32558% {
    opacity: 1;
    pointer-events: all;
  }
  3.05233%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-43 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.72674%,
  2.32558% {
    opacity: 1;
    pointer-events: all;
  }
  3.05233%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-43 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.72674%,
  2.32558% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.05233%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-43 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.72674%,
  2.32558% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  3.05233%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-43 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05814%,
  2.32558% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.38372%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-43 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05814%,
  2.32558% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.38372%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-43 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.05233%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-43 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  3.05233%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-43 344s linear infinite;
  animation: slidesAutoplay-43 344s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-43 344s linear infinite;
  animation: prevNextNavAutoplay-43 344s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-43 344s linear infinite;
  animation: prevNextNavAutoplay-43 344s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-43 344s linear infinite;
  animation: quickNavAutoplay-43 344s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-43 344s linear infinite;
  animation: kenBurnsAutoplay-43 344s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(43):last-of-type ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

@-webkit-keyframes slidesAutoplay-44 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.71023%,
  2.27273% {
    opacity: 1;
    pointer-events: all;
  }
  2.98295%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-44 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.71023%,
  2.27273% {
    opacity: 1;
    pointer-events: all;
  }
  2.98295%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-44 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.71023%,
  2.27273% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.98295%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-44 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.71023%,
  2.27273% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.98295%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-44 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05682%,
  2.27273% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.32955%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-44 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05682%,
  2.27273% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.32955%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-44 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.98295%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-44 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.98295%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-44 352s linear infinite;
  animation: slidesAutoplay-44 352s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(44) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(44) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-44 352s linear infinite;
  animation: prevNextNavAutoplay-44 352s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-44 352s linear infinite;
  animation: prevNextNavAutoplay-44 352s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-44 352s linear infinite;
  animation: quickNavAutoplay-44 352s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-44 352s linear infinite;
  animation: kenBurnsAutoplay-44 352s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(44):last-of-type ~ .fs-slides .fs-slide:nth-child(44) .fs-slide-bg {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

@-webkit-keyframes slidesAutoplay-45 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.69444%,
  2.22222% {
    opacity: 1;
    pointer-events: all;
  }
  2.91667%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-45 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.69444%,
  2.22222% {
    opacity: 1;
    pointer-events: all;
  }
  2.91667%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-45 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.69444%,
  2.22222% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.91667%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-45 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.69444%,
  2.22222% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.91667%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-45 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05556%,
  2.22222% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.27778%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-45 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05556%,
  2.22222% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.27778%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-45 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.91667%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-45 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.91667%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-45 360s linear infinite;
  animation: slidesAutoplay-45 360s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(45) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(44) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(45) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(44) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-45 360s linear infinite;
  animation: prevNextNavAutoplay-45 360s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-45 360s linear infinite;
  animation: prevNextNavAutoplay-45 360s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-45 360s linear infinite;
  animation: quickNavAutoplay-45 360s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-45 360s linear infinite;
  animation: kenBurnsAutoplay-45 360s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(44) .fs-slide-bg {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(45):last-of-type ~ .fs-slides .fs-slide:nth-child(45) .fs-slide-bg {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

@-webkit-keyframes slidesAutoplay-46 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.67935%,
  2.17391% {
    opacity: 1;
    pointer-events: all;
  }
  2.85326%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-46 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.67935%,
  2.17391% {
    opacity: 1;
    pointer-events: all;
  }
  2.85326%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-46 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.67935%,
  2.17391% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.85326%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-46 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.67935%,
  2.17391% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.85326%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-46 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05435%,
  2.17391% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.22826%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-46 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05435%,
  2.17391% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.22826%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-46 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.85326%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-46 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.85326%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-46 368s linear infinite;
  animation: slidesAutoplay-46 368s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(46) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(44) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(45) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(44) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(46) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(45) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-46 368s linear infinite;
  animation: prevNextNavAutoplay-46 368s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-46 368s linear infinite;
  animation: prevNextNavAutoplay-46 368s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-46 368s linear infinite;
  animation: quickNavAutoplay-46 368s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-46 368s linear infinite;
  animation: kenBurnsAutoplay-46 368s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(44) .fs-slide-bg {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(45) .fs-slide-bg {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(46):last-of-type ~ .fs-slides .fs-slide:nth-child(46) .fs-slide-bg {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

@-webkit-keyframes slidesAutoplay-47 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.66489%,
  2.12766% {
    opacity: 1;
    pointer-events: all;
  }
  2.79255%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-47 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.66489%,
  2.12766% {
    opacity: 1;
    pointer-events: all;
  }
  2.79255%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-47 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.66489%,
  2.12766% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.79255%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-47 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.66489%,
  2.12766% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.79255%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-47 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05319%,
  2.12766% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.18085%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-47 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05319%,
  2.12766% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.18085%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-47 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.79255%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-47 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.79255%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-47 376s linear infinite;
  animation: slidesAutoplay-47 376s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(47) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(44) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(45) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(44) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(46) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(45) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(47) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(47) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(47) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(46) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-47 376s linear infinite;
  animation: prevNextNavAutoplay-47 376s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-47 376s linear infinite;
  animation: prevNextNavAutoplay-47 376s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-47 376s linear infinite;
  animation: quickNavAutoplay-47 376s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-47 376s linear infinite;
  animation: kenBurnsAutoplay-47 376s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(44) .fs-slide-bg {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(45) .fs-slide-bg {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(46) .fs-slide-bg {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(47):last-of-type ~ .fs-slides .fs-slide:nth-child(47) .fs-slide-bg {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

@-webkit-keyframes slidesAutoplay-48 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.65104%,
  2.08333% {
    opacity: 1;
    pointer-events: all;
  }
  2.73438%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-48 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.65104%,
  2.08333% {
    opacity: 1;
    pointer-events: all;
  }
  2.73438%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-48 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.65104%,
  2.08333% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.73438%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-48 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.65104%,
  2.08333% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.73438%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-48 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05208%,
  2.08333% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.13542%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-48 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05208%,
  2.08333% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.13542%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-48 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.73438%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-48 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.73438%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-48 384s linear infinite;
  animation: slidesAutoplay-48 384s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(48) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(44) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(45) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(44) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(46) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(45) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(47) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(47) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(47) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(46) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(48) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(48) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(48) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(47) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-48 384s linear infinite;
  animation: prevNextNavAutoplay-48 384s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-48 384s linear infinite;
  animation: prevNextNavAutoplay-48 384s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-48 384s linear infinite;
  animation: quickNavAutoplay-48 384s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-48 384s linear infinite;
  animation: kenBurnsAutoplay-48 384s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(44) .fs-slide-bg {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(45) .fs-slide-bg {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(46) .fs-slide-bg {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(47) .fs-slide-bg {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(48):last-of-type ~ .fs-slides .fs-slide:nth-child(48) .fs-slide-bg {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

@-webkit-keyframes slidesAutoplay-49 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.63776%,
  2.04082% {
    opacity: 1;
    pointer-events: all;
  }
  2.67857%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-49 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.63776%,
  2.04082% {
    opacity: 1;
    pointer-events: all;
  }
  2.67857%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-49 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.63776%,
  2.04082% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.67857%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-49 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.63776%,
  2.04082% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.67857%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-49 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05102%,
  2.04082% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.09184%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-49 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05102%,
  2.04082% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.09184%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-49 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.67857%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-49 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.67857%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-49 392s linear infinite;
  animation: slidesAutoplay-49 392s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(49) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(44) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(45) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(44) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(46) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(45) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(47) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(47) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(47) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(46) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(48) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(48) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(48) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(47) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(49) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(49) {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(49) {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(48) {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-49 392s linear infinite;
  animation: prevNextNavAutoplay-49 392s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-49 392s linear infinite;
  animation: prevNextNavAutoplay-49 392s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-49 392s linear infinite;
  animation: quickNavAutoplay-49 392s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-49 392s linear infinite;
  animation: kenBurnsAutoplay-49 392s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(44) .fs-slide-bg {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(45) .fs-slide-bg {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(46) .fs-slide-bg {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(47) .fs-slide-bg {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(48) .fs-slide-bg {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(49):last-of-type ~ .fs-slides .fs-slide:nth-child(49) .fs-slide-bg {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

@-webkit-keyframes slidesAutoplay-50 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.625%,
  2% {
    opacity: 1;
    pointer-events: all;
  }
  2.625%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes slidesAutoplay-50 {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  0.625%,
  2% {
    opacity: 1;
    pointer-events: all;
  }
  2.625%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@-webkit-keyframes prevNextNavAutoplay-50 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.625%,
  2% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.625%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes prevNextNavAutoplay-50 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  0.625%,
  2% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  2.625%,
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes quickNavAutoplay-50 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05%,
  2% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.05%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@keyframes quickNavAutoplay-50 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  0.05%,
  2% {
    background-color: #fff;
    width: 40px;
    :hover {
      opacity: 1;
    }
  }
  2.05%,
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}

@-webkit-keyframes kenBurnsAutoplay-50 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.625%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes kenBurnsAutoplay-50 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  2.625%,
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide {
  -webkit-animation: slidesAutoplay-50 400s linear infinite;
  animation: slidesAutoplay-50 400s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(50) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(6) {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(7) {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(6) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(8) {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(8) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(7) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(9) {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(9) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(8) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(10) {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(10) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(9) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(11) {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(11) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(10) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(12) {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(12) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(11) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(13) {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(13) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(12) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(14) {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(14) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(13) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(15) {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(15) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(14) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(16) {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(16) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(15) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(17) {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(17) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(16) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(18) {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(18) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(17) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(19) {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(19) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(18) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(20) {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(20) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(19) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(21) {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(21) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(20) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(22) {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(22) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(21) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(23) {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(23) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(22) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(24) {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(24) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(23) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(25) {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(25) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(24) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(26) {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(26) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(25) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(27) {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(27) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(26) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(28) {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(28) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(27) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(29) {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(29) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(28) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(30) {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(30) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(29) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(31) {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(31) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(30) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(32) {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(32) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(31) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(33) {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(33) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(32) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(34) {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(34) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(33) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(35) {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(35) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(34) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(36) {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(36) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(35) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(37) {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(37) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(36) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(38) {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(38) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(37) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(39) {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(39) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(38) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(40) {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(40) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(39) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(41) {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(41) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(40) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(42) {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(42) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(41) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(43) {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(43) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(42) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(44) {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(44) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(43) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(45) {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(45) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(44) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(46) {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(46) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(45) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(47) {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(47) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(47) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(46) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(48) {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(48) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(48) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(47) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(49) {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(49) {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(49) {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(48) {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(50) {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(50) {
  -webkit-animation-delay: 389.5s;
  animation-delay: 389.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(50) {
  -webkit-animation-delay: 389.5s;
  animation-delay: 389.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(49) {
  -webkit-animation-delay: 389.5s;
  animation-delay: 389.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
  -webkit-animation-delay: 389.5s;
  animation-delay: 389.5s;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-prev-nav .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-50 400s linear infinite;
  animation: prevNextNavAutoplay-50 400s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-next-nav .fs-next-btn {
  -webkit-animation: prevNextNavAutoplay-50 400s linear infinite;
  animation: prevNextNavAutoplay-50 400s linear infinite;
}

[data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-quick-nav .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-50 400s linear infinite;
  animation: quickNavAutoplay-50 400s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-50 400s linear infinite;
  animation: kenBurnsAutoplay-50 400s linear infinite;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
  -webkit-animation-delay: 29.5s;
  animation-delay: 29.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(6) .fs-slide-bg {
  -webkit-animation-delay: 37.5s;
  animation-delay: 37.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(7) .fs-slide-bg {
  -webkit-animation-delay: 45.5s;
  animation-delay: 45.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(8) .fs-slide-bg {
  -webkit-animation-delay: 53.5s;
  animation-delay: 53.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(9) .fs-slide-bg {
  -webkit-animation-delay: 61.5s;
  animation-delay: 61.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(10) .fs-slide-bg {
  -webkit-animation-delay: 69.5s;
  animation-delay: 69.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(11) .fs-slide-bg {
  -webkit-animation-delay: 77.5s;
  animation-delay: 77.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(12) .fs-slide-bg {
  -webkit-animation-delay: 85.5s;
  animation-delay: 85.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(13) .fs-slide-bg {
  -webkit-animation-delay: 93.5s;
  animation-delay: 93.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(14) .fs-slide-bg {
  -webkit-animation-delay: 101.5s;
  animation-delay: 101.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(15) .fs-slide-bg {
  -webkit-animation-delay: 109.5s;
  animation-delay: 109.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(16) .fs-slide-bg {
  -webkit-animation-delay: 117.5s;
  animation-delay: 117.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(17) .fs-slide-bg {
  -webkit-animation-delay: 125.5s;
  animation-delay: 125.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(18) .fs-slide-bg {
  -webkit-animation-delay: 133.5s;
  animation-delay: 133.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(19) .fs-slide-bg {
  -webkit-animation-delay: 141.5s;
  animation-delay: 141.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(20) .fs-slide-bg {
  -webkit-animation-delay: 149.5s;
  animation-delay: 149.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(21) .fs-slide-bg {
  -webkit-animation-delay: 157.5s;
  animation-delay: 157.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(22) .fs-slide-bg {
  -webkit-animation-delay: 165.5s;
  animation-delay: 165.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(23) .fs-slide-bg {
  -webkit-animation-delay: 173.5s;
  animation-delay: 173.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(24) .fs-slide-bg {
  -webkit-animation-delay: 181.5s;
  animation-delay: 181.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(25) .fs-slide-bg {
  -webkit-animation-delay: 189.5s;
  animation-delay: 189.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(26) .fs-slide-bg {
  -webkit-animation-delay: 197.5s;
  animation-delay: 197.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(27) .fs-slide-bg {
  -webkit-animation-delay: 205.5s;
  animation-delay: 205.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(28) .fs-slide-bg {
  -webkit-animation-delay: 213.5s;
  animation-delay: 213.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(29) .fs-slide-bg {
  -webkit-animation-delay: 221.5s;
  animation-delay: 221.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(30) .fs-slide-bg {
  -webkit-animation-delay: 229.5s;
  animation-delay: 229.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(31) .fs-slide-bg {
  -webkit-animation-delay: 237.5s;
  animation-delay: 237.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(32) .fs-slide-bg {
  -webkit-animation-delay: 245.5s;
  animation-delay: 245.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(33) .fs-slide-bg {
  -webkit-animation-delay: 253.5s;
  animation-delay: 253.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(34) .fs-slide-bg {
  -webkit-animation-delay: 261.5s;
  animation-delay: 261.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(35) .fs-slide-bg {
  -webkit-animation-delay: 269.5s;
  animation-delay: 269.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(36) .fs-slide-bg {
  -webkit-animation-delay: 277.5s;
  animation-delay: 277.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(37) .fs-slide-bg {
  -webkit-animation-delay: 285.5s;
  animation-delay: 285.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(38) .fs-slide-bg {
  -webkit-animation-delay: 293.5s;
  animation-delay: 293.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(39) .fs-slide-bg {
  -webkit-animation-delay: 301.5s;
  animation-delay: 301.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(40) .fs-slide-bg {
  -webkit-animation-delay: 309.5s;
  animation-delay: 309.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(41) .fs-slide-bg {
  -webkit-animation-delay: 317.5s;
  animation-delay: 317.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(42) .fs-slide-bg {
  -webkit-animation-delay: 325.5s;
  animation-delay: 325.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(43) .fs-slide-bg {
  -webkit-animation-delay: 333.5s;
  animation-delay: 333.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(44) .fs-slide-bg {
  -webkit-animation-delay: 341.5s;
  animation-delay: 341.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(45) .fs-slide-bg {
  -webkit-animation-delay: 349.5s;
  animation-delay: 349.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(46) .fs-slide-bg {
  -webkit-animation-delay: 357.5s;
  animation-delay: 357.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(47) .fs-slide-bg {
  -webkit-animation-delay: 365.5s;
  animation-delay: 365.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(48) .fs-slide-bg {
  -webkit-animation-delay: 373.5s;
  animation-delay: 373.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(49) .fs-slide-bg {
  -webkit-animation-delay: 381.5s;
  animation-delay: 381.5s;
}

[data-fadeshow~="ken-burns"][data-fadeshow~='autoplay'] input[type='radio']:nth-of-type(50):last-of-type ~ .fs-slides .fs-slide:nth-child(50) .fs-slide-bg {
  -webkit-animation-delay: 389.5s;
  animation-delay: 389.5s;
}

[data-fadeshow~='autoplay'] .fs-slide-counter {
  display: none;
}
