/* alexerlandsson/css-fadeshow */
[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-next-btn,
[data-fadeshow~="prev-next-nav"] .fs-prev-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-next-btn,
  [data-fadeshow~="prev-next-nav"] .fs-prev-btn {
    width: 20%;
  }
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn:before,
[data-fadeshow~="prev-next-nav"] .fs-prev-btn:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  width: 30px;
}
[data-fadeshow~="prev-next-nav"] .fs-prev-btn {
  left: 0;
}
[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%;
}
[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-prev-btn:before {
    left: 30px;
  }
  [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; */
  bottom: 5px;
  left: 50%;
  white-space: nowrap;
  z-index: 2;
}
[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: 0.2s ease;
  z-index: 2;
}
[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]
  input[type="radio"]:checked:nth-of-type(1)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(1),
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(2)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(2),
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(3)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(3),
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(4)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(4),
[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] .fs-slide {
  opacity: 0;
  z-index: 0;
}
[data-fadeshow] .fs-slide:first-child {
  opacity: 1;
  z-index: 1;
}
[data-fadeshow] input[type="radio"] {
  position: fixed;
  left: -9999px;
  opacity: 0;
  z-index: 0;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(1)
  ~ .fs-slides
  .fs-slide:nth-child(1) {
  opacity: 1;
  z-index: 1;
}
[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: 2;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(1)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(1):hover {
  opacity: 1;
  z-index: 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;
  z-index: 1;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(2)
  ~ .fs-next-nav
  .fs-next-btn:nth-child(3),
[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: 2;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(2)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(2):hover {
  opacity: 1;
  z-index: 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;
  z-index: 1;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(3)
  ~ .fs-next-nav
  .fs-next-btn:nth-child(4),
[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: 2;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(3)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(3):hover {
  opacity: 1;
  z-index: 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;
  z-index: 1;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(4)
  ~ .fs-next-nav
  .fs-next-btn:nth-child(5),
[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: 2;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(4)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(4):hover {
  opacity: 1;
  z-index: 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;
  z-index: 1;
}
[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: 2;
}
[data-fadeshow]
  input[type="radio"]:checked:nth-of-type(5)
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(5):hover {
  opacity: 1;
  z-index: 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 ~ .fs-slides .fs-slide {
  opacity: 0;
  z-index: 0;
  transition: opacity 1s linear;
  -webkit-animation: none !important;
  animation: none !important;
}
[data-fadeshow]
  input[type="radio"]:checked
  ~ .fs-slides
  .fs-slide
  .fs-slide-bg {
  -webkit-animation: none !important;
  animation: none !important;
}
[data-fadeshow] input[type="radio"]:checked ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(255, 255, 255, 0.4);
  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 5s ease 1s;
}
[data-fadeshow~="ken-burns"]
  input[type="radio"]:checked:nth-of-type(1)
  ~ .fs-slides
  .fs-slide:nth-child(1)
  .fs-slide-bg,
[data-fadeshow~="ken-burns"]
  input[type="radio"]:checked:nth-of-type(2)
  ~ .fs-slides
  .fs-slide:nth-child(2)
  .fs-slide-bg,
[data-fadeshow~="ken-burns"]
  input[type="radio"]:checked:nth-of-type(3)
  ~ .fs-slides
  .fs-slide:nth-child(3)
  .fs-slide-bg,
[data-fadeshow~="ken-burns"]
  input[type="radio"]:checked:nth-of-type(4)
  ~ .fs-slides
  .fs-slide:nth-child(4)
  .fs-slide-bg,
[data-fadeshow~="ken-burns"]
  input[type="radio"]:checked:nth-of-type(5)
  ~ .fs-slides
  .fs-slide:nth-child(5)
  .fs-slide-bg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition-delay: -1s;
}
[data-fadeshow~="prev-next-nav"] .fs-next-nav,
[data-fadeshow~="prev-next-nav"] .fs-prev-nav {
  z-index: 2;
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn,
[data-fadeshow~="prev-next-nav"] .fs-prev-btn {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn:nth-child(2),
[data-fadeshow~="prev-next-nav"] .fs-prev-btn:last-child {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
[data-fadeshow~="prev-next-nav"]
  input[type="radio"]:checked
  ~ .fs-next-nav
  .fs-next-btn,
[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:first-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:last-child,
[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: 2;
}
[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;
  z-index: 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: 2;
}
[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%,
  100%,
  60% {
    opacity: 0;
    z-index: 0;
  }
  10%,
  50% {
    opacity: 1;
    z-index: 1;
  }
}
@keyframes slidesAutoplay-2 {
  0%,
  100%,
  60% {
    opacity: 0;
    z-index: 0;
  }
  10%,
  50% {
    opacity: 1;
    z-index: 1;
  }
}
@-webkit-keyframes prevNextNavAutoplay-2 {
  0%,
  100%,
  60% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  10%,
  50% {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@keyframes prevNextNavAutoplay-2 {
  0%,
  100%,
  60% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  10%,
  50% {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@-webkit-keyframes quickNavAutoplay-2 {
  0%,
  100%,
  60% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  10%,
  50% {
    background-color: #fff;
    width: 40px;
  }
}
@keyframes quickNavAutoplay-2 {
  0%,
  100%,
  60% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  10%,
  50% {
    background-color: #fff;
    width: 40px;
  }
}
@-webkit-keyframes kenBurnsAutoplay-2 {
  0% {
    transform: none;
  }
  100%,
  60% {
    transform: scale(1.05);
  }
}
@keyframes kenBurnsAutoplay-2 {
  0% {
    transform: none;
  }
  100%,
  60% {
    transform: scale(1.05);
  }
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-slides
  .fs-slide {
  -webkit-animation: slidesAutoplay-2 10s linear infinite;
  animation: slidesAutoplay-2 10s linear infinite;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-next-nav
  .fs-next-btn,
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-2 10s linear infinite;
  animation: prevNextNavAutoplay-2 10s linear infinite;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-2 10s linear infinite;
  animation: quickNavAutoplay-2 10s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-slides
  .fs-slide
  .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-2 10s linear infinite;
  animation: kenBurnsAutoplay-2 10s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(1)
  .fs-slide-bg {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(2):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(2)
  .fs-slide-bg {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes slidesAutoplay-3 {
  0% {
    opacity: 0;
    z-index: 0;
  }
  33.33333%,
  6.66667% {
    opacity: 1;
    z-index: 1;
  }
  100%,
  40% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes slidesAutoplay-3 {
  0% {
    opacity: 0;
    z-index: 0;
  }
  33.33333%,
  6.66667% {
    opacity: 1;
    z-index: 1;
  }
  100%,
  40% {
    opacity: 0;
    z-index: 0;
  }
}
@-webkit-keyframes prevNextNavAutoplay-3 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  33.33333%,
  6.66667% {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  100%,
  40% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes prevNextNavAutoplay-3 {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  33.33333%,
  6.66667% {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  100%,
  40% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@-webkit-keyframes quickNavAutoplay-3 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  33.33333%,
  6.66667% {
    background-color: #fff;
    width: 40px;
  }
  100%,
  40% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}
@keyframes quickNavAutoplay-3 {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  33.33333%,
  6.66667% {
    background-color: #fff;
    width: 40px;
  }
  100%,
  40% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
}
@-webkit-keyframes kenBurnsAutoplay-3 {
  0% {
    transform: none;
  }
  100%,
  40% {
    transform: scale(1.05);
  }
}
@keyframes kenBurnsAutoplay-3 {
  0% {
    transform: none;
  }
  100%,
  40% {
    transform: scale(1.05);
  }
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-slides
  .fs-slide {
  -webkit-animation: slidesAutoplay-3 15s linear infinite;
  animation: slidesAutoplay-3 15s linear infinite;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(3) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-next-nav
  .fs-next-btn,
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-3 15s linear infinite;
  animation: prevNextNavAutoplay-3 15s linear infinite;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-3 15s linear infinite;
  animation: quickNavAutoplay-3 15s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-slides
  .fs-slide
  .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-3 15s linear infinite;
  animation: kenBurnsAutoplay-3 15s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(1)
  .fs-slide-bg {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(2)
  .fs-slide-bg {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(3):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(3)
  .fs-slide-bg {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
@-webkit-keyframes slidesAutoplay-4 {
  0%,
  100%,
  30% {
    opacity: 0;
    z-index: 0;
  }
  25%,
  5% {
    opacity: 1;
    z-index: 1;
  }
}
@keyframes slidesAutoplay-4 {
  0%,
  100%,
  30% {
    opacity: 0;
    z-index: 0;
  }
  25%,
  5% {
    opacity: 1;
    z-index: 1;
  }
}
@-webkit-keyframes prevNextNavAutoplay-4 {
  0%,
  100%,
  30% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  25%,
  5% {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@keyframes prevNextNavAutoplay-4 {
  0%,
  100%,
  30% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  25%,
  5% {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@-webkit-keyframes quickNavAutoplay-4 {
  0%,
  100%,
  30% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  25%,
  5% {
    background-color: #fff;
    width: 40px;
  }
}
@keyframes quickNavAutoplay-4 {
  0%,
  100%,
  30% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  25%,
  5% {
    background-color: #fff;
    width: 40px;
  }
}
@-webkit-keyframes kenBurnsAutoplay-4 {
  0% {
    transform: none;
  }
  100%,
  30% {
    transform: scale(1.05);
  }
}
@keyframes kenBurnsAutoplay-4 {
  0% {
    transform: none;
  }
  100%,
  30% {
    transform: scale(1.05);
  }
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide {
  -webkit-animation: slidesAutoplay-4 20s linear infinite;
  animation: slidesAutoplay-4 20s linear infinite;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(4),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(4),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(3) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(4),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(4) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-next-nav
  .fs-next-btn,
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-4 20s linear infinite;
  animation: prevNextNavAutoplay-4 20s linear infinite;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-4 20s linear infinite;
  animation: quickNavAutoplay-4 20s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide
  .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-4 20s linear infinite;
  animation: kenBurnsAutoplay-4 20s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(1)
  .fs-slide-bg {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(2)
  .fs-slide-bg {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(3)
  .fs-slide-bg {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(4):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(4)
  .fs-slide-bg {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
@-webkit-keyframes slidesAutoplay-5 {
  0%,
  100%,
  24% {
    opacity: 0;
    z-index: 0;
  }
  20%,
  4% {
    opacity: 1;
    z-index: 1;
  }
}
@keyframes slidesAutoplay-5 {
  0%,
  100%,
  24% {
    opacity: 0;
    z-index: 0;
  }
  20%,
  4% {
    opacity: 1;
    z-index: 1;
  }
}
@-webkit-keyframes prevNextNavAutoplay-5 {
  0%,
  100%,
  24% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  20%,
  4% {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@keyframes prevNextNavAutoplay-5 {
  0%,
  100%,
  24% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
  20%,
  4% {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@-webkit-keyframes quickNavAutoplay-5 {
  0%,
  100%,
  24% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  20%,
  4% {
    background-color: #fff;
    width: 40px;
  }
}
@keyframes quickNavAutoplay-5 {
  0%,
  100%,
  24% {
    background-color: rgba(255, 255, 255, 0.4);
    width: 20px;
  }
  20%,
  4% {
    background-color: #fff;
    width: 40px;
  }
}
@-webkit-keyframes kenBurnsAutoplay-5 {
  0% {
    transform: none;
  }
  100%,
  24% {
    transform: scale(1.05);
  }
}
@keyframes kenBurnsAutoplay-5 {
  0% {
    transform: none;
  }
  100%,
  24% {
    transform: scale(1.05);
  }
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide {
  -webkit-animation: slidesAutoplay-5 25s linear infinite;
  animation: slidesAutoplay-5 25s linear infinite;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(5),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(4),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(2),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(3) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(5),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(3),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(4),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(4) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-next-nav
  .fs-next-btn:nth-child(1),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn:nth-child(4),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn:nth-child(5),
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(5) {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-next-nav
  .fs-next-btn,
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-prev-nav
  .fs-prev-btn {
  -webkit-animation: prevNextNavAutoplay-5 25s linear infinite;
  animation: prevNextNavAutoplay-5 25s linear infinite;
}
[data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-quick-nav
  .fs-quick-btn {
  -webkit-animation: quickNavAutoplay-5 25s linear infinite;
  animation: quickNavAutoplay-5 25s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide
  .fs-slide-bg {
  -webkit-animation: kenBurnsAutoplay-5 25s linear infinite;
  animation: kenBurnsAutoplay-5 25s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(1)
  .fs-slide-bg {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(2)
  .fs-slide-bg {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(3)
  .fs-slide-bg {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(4)
  .fs-slide-bg {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"]
  input[type="radio"]:nth-of-type(5):last-of-type
  ~ .fs-slides
  .fs-slide:nth-child(5)
  .fs-slide-bg {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}
[data-fadeshow~="autoplay"] .fs-slide-counter {
  display: none;
}
