/* --- Slider --- */

.swop22-facts-slider {
  position: relative;
  /* Opposite of .swop22-facts-fact pull top. */
  margin-bottom: -40px;
}

.swop22-facts-slides {
  position: relative;
  z-index: 1;
}

.swop22-facts-slide {
  display: none;
  width: 100%;
}

.swop22-facts-slide:first-child,
html.js .swop22-facts-slide {
  display: block;
}

/* --- Slider Controls --- */

.swop22-facts-slider-prev,
.swop22-facts-slider-next {
  display: block;
  width: 26px;
  height: 26px;
  background: center center no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 60px;
  z-index: 2;
}

.swop22-facts-slider-prev {
  left: 20px;
  background-image: url(images/icon-prev.svg);
}

.swop22-facts-slider-next {
  left: 56px;
  background-image: url(images/icon-next.svg);
}

.swop22-facts-slider-pager {
  display: none;
}

/* --- Slide Content --- */

.swop22-facts-myth-title,
.swop22-facts-fact-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.23em;
  letter-spacing: 1px;
}

/* Myth */
.swop22-facts-myth {
  position: relative;
  z-index: 2;
}

.swop22-facts-myth-holder {
  padding-bottom: 65.68228%;
  background: url(images/speech.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.swop22-facts-myth-content {
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swop22-facts-myth-content-inner {
  width: 64%;
  padding-bottom: 15px;
}

.swop22-facts-myth-title-deco {
  display: inline-block;
  min-width: 177px;
  padding: 0 15px 0 23px;
  background: url(images/underline.png) center bottom 2px no-repeat;
  background-size: 100% 50%;
}

.swop22-facts-myth-text {
  margin: 3px 0 0 0;
  font-size: 16px;
  line-height: 1.43em;
  letter-spacing: 0.61px;
}

.swop22-facts-slide-6 .swop22-facts-myth-text {
  font-size: 14px;
  line-height: 1.33em;
}

/* Fact */
.swop22-facts-fact {
  position: relative;
  top: -40px;
  z-index: 1;
}

.swop22-facts-fact-inner {
  padding: 20px 20px 75px;
  background: #fff;
  box-shadow: 0 2px 18px rgba(137, 136, 136, 0.5);
}

.swop22-facts-fact-title-deco {
  display: inline-block;
  min-width: 177px;
  padding: 19px 26px 21px 24px;
  background: url(images/circle.png) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.swop22-facts-fact-text {
  margin: 25px 0 0 0;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 1.88px;
}

/* --- Share --- */

.swop22-facts-share {
  margin-top: 24px;
}

.swop22-facts-share .swop22-sharelink {
  float: right;
}

/* --- Responsive --- */

@media all and (min-width: 560px) {
  .swop22-facts-slider-prev,
  .swop22-facts-slider-next {
    width: 36px;
    height: 36px;
  }

  .swop22-facts-slider-prev {
    left: 20px;
  }

  .swop22-facts-slider-next {
    left: 66px;
  }

  .swop22-facts-myth-title,
  .swop22-facts-fact-title {
    font-size: 35px;
    line-height: 1.23em;
  }

  .swop22-facts-myth-text {
    margin-top: 15px;
    font-size: 21px;
    line-height: 1.43em;
  }

  .swop22-facts-slide-6 .swop22-facts-myth-text {
    font-size: 19px;
    line-height: 1.43em;
  }

  .swop22-facts-fact-inner {
    padding: 20px 20px 85px;
  }

  .swop22-facts-fact-text {
    font-size: 24px;
    line-height: 1.5em;
  }
}

@media all and (min-width: 768px) {
  .swop22-facts-slider {
    margin-bottom: 0;
  }

  .swop22-facts-slider-prev,
  .swop22-facts-slider-next {
    width: 46px;
    height: 46px;
    bottom: 0;
    left: 0;
  }

  .swop22-facts-slider-next {
    left: 64px;
  }

  .swop22-facts-myth-title,
  .swop22-facts-fact-title {
    font-size: 24px;
    line-height: 1.23em;
  }

  .swop22-facts-myth-text {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.43em;
  }

  .swop22-facts-slide-6 .swop22-facts-myth-text {
    font-size: 14px;
    line-height: 1.33em;
  }

  .swop22-facts-fact-text {
    font-size: 18px;
    line-height: 1.5em;
  }

  .swop22-facts-myth,
  .swop22-facts-fact {
    float: left;
    width: 53%;
    top: 0;
  }

  .swop22-facts-myth {
    width: 47%;
  }

  .swop22-facts-fact-inner {
    padding: 40px;
    width: 106%;
    position: relative;
    left: -6%;
  }
}

@media all and (min-width: 1100px) {
  .swop22-facts-myth-title,
  .swop22-facts-fact-title {
    font-size: 35px;
    line-height: 1.23em;
  }

  .swop22-facts-myth-text {
    margin-top: 15px;
    font-size: 21px;
    line-height: 1.43em;
  }

  .swop22-facts-slide-6 .swop22-facts-myth-text {
    font-size: 19px;
    line-height: 1.43em;
  }

  .swop22-facts-fact-text {
    font-size: 24px;
    line-height: 1.5em;
  }

  .swop22-facts-myth {
    width: 40%;
  }

  .swop22-facts-fact {
    width: 60%;
  }

  .swop22-facts-fact-inner {
    padding: 40px 100px;
    width: 111%;
    left: -11%;
  }
}

@media all and (min-width: 1360px) {
  .swop22-facts-slider-prev,
  .swop22-facts-slider-next {
    bottom: 50%;
    transform: translate(0, 50%);
  }

  .swop22-facts-slider-prev {
    left: -64px;
  }

  .swop22-facts-slider-next {
    left: auto;
    right: -64px;
  }
}
