/*
 * .-----------------------------------------------------.
 * |                        LIMBS                        |
 * '-----------------------------------------------------'
 */

.swop21-limbs {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.swop21-limbs-vertline {
  position: absolute;
  top: 0;
  left: 70%;
  height: 15%;
  z-index: 1;
}

.swop21-limbs-row1,
.swop21-limbs-row2 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.swop21-limbs img {
  max-width: none;
}

.swop21-limbs-row1-img1 img {
  width: 50vw;
}

.swop21-limbs-row1-img2 img {
  display: none;
}

.swop21-limbs-row2-img1 {
  order: 2;
  align-self: flex-end;
}

.swop21-limbs-row1-text p {
  font-size: 18px;
  line-height: 27px;
  padding: 4% 5% 2%;
  background: #000;
}

.swop21-limbs-row2-text {
  max-width: 100%;
  position: relative;
}

.swop21-limbs-row2-text p {
  font-size: 18px;
  line-height: 27px;
  /*padding: 2% 5% 12%;*/
  padding: 2% 5% 30%;
  background: #000;
}

.swop21-limbs-row2-text-vertline {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 15%;
  z-index: 1;
}

.swop21-limbs-row2-img1 img {
  width: 50vw;
  vertical-align: bottom;
}

.swop21-limbs-row2-mobile {
  display: block;
  width: 100vw;
  text-align: right;
  margin-bottom: 5%;
}

.swop21-limbs-row2-mobile img {
  width: 60%;
  margin-left: auto;
}

.swop21-limbs-partline {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
}

.swop21-limbs-img3 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.swop21-limbs-quoteblock {
  padding: 1.5% 5% 5% 0;
  max-width: 100%;
}

.swop21-limbs-tablet {
  display: flex;
  flex-direction: column;
}

.swop21-limbs-quoteblock-partline {
  position: absolute;
  top: -11%;
  height: 115%;
}

.swop21-limbs-quoteblock .swop21-limbs-quote {
  display: flex;
  background: url(images/icon-quote.svg) no-repeat top left;
  background-size: 40px;
  padding-top: 14%;
  margin-left: 5%;
}

.swop21-limbs-quoteblock .swop21-limbs-quote p {
  font-size: 21px;
  line-height: 28px;
  font-style: italic;
}

.swop21-limbs-quoteblock .swop21-limbs-link {
  text-align: right;
  text-transform: uppercase;
  margin: 20px 0 6px;
}

.swop21-limbs-quoteblock .swop21-limbs-link a {
  background: url(images/icon-arrow-right.svg) no-repeat center right;
  background-size: 20px;
  padding: 10px 30px 10px 10px;
  white-space: nowrap;
}

.swop21-limbs-row1-img1 {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .swop21-limbs-row1,
  .swop21-limbs-row2 {
    flex-direction: row;
  }

  .swop21-limbs-vertline {
    height: 0;
  }

  .swop21-limbs-row1-text p {
    font-size: 21px;
    line-height: 28px;
    padding: 13% 28% 4% 10.5%;
    background: none;
  }

  .swop21-limbs-row2-text {
    max-width: 47.8%;
  }

  .swop21-limbs-row2-text-vertline {
    display: none;
  }

  .swop21-limbs-row2-text p {
    font-size: 21px;
    line-height: 28px;
    padding: 10.5% 1% 6.5% 9%;
  }

  .swop21-limbs-row1-img1 img {
    width: 35vw;
  }

  .swop21-limbs-row1-img2 img {
    display: none;
  }

  .swop21-limbs-row2-img1 {
    order: initial;
  }

  .swop21-limbs-row2-img1 img {
    width: 20vw;
  }

  .swop21-limbs-row2-mobile {
    display: none;
  }

  .swop21-limbs-img3 {
    flex-direction: row;
  }

  .swop21-limbs-quoteblock {
    padding: 1% 5% 5% 0;
    max-width: 60%;
  }

  .swop21-limbs-quoteblock .swop21-limbs-quote {
    margin-left: 13%;
    padding-top: 30%;
    background-size: 57px;
  }

  .swop21-limbs-quoteblock .swop21-limbs-quote p {
    font-size: 28px;
    line-height: 36px;
  }

  .swop21-limbs-quoteblock-partline {
    top: 0;
    height: 100%;
  }

  .swop21-limbs-partline {
    width: 46%;
  }
}

@media all and (min-width: 850px) {
  .swop21-limbs-row1-img2 img {
    display: block;
  }

  .swop21-limbs-tablet .swop21-limbs-row1-img2 {
    align-self: flex-end;
  }
}

@media all and (min-width: 1000px) {
  .swop21-limbs-tablet {
    flex-direction: row;
  }

  .swop21-limbs-tablet .swop21-limbs-row1-img2 {
    align-self: initial;
  }

  .swop21-limbs-row1-img1 img {
    width: 15vw;
    margin-left: -15px;
  }

  .swop21-limbs-vertline {
    left: 17.5%;
    height: 50%;
  }

  .swop21-limbs-row1-img2 img {
    display: block;
    width: 25vw;
  }

  .swop21-limbs-row2-img1 img {
    width: 18vw;
  }

  .swop21-limbs-row2-text p {
    padding: 10.5% 1% 6.5% 26%;
  }

  .swop21-limbs-quoteblock {
    padding: 10% 5% 5% 0;
    max-width: 40%;
  }

  .swop21-limbs-quoteblock-partline {
    top: -15%;
    height: 115%;
  }

  .swop21-limbs-quoteblock .swop21-limbs-quote {
    margin-left: 14%;
  }
}

/*
 * .-----------------------------------------------------.
 * |                        VIDEO                        |
 * '-----------------------------------------------------'
 */

.swop21-video {
  padding-bottom: 170%;
}

.swop21-video-vid {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}

.swop21-video-line-top {
  display: none;
}

.swop21-video-vid-inner {
  width: 91%;
  padding-left: 4%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop21-video-holder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}

.swop21-video-holder iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #767676;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop21-video-holder:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #767676;
  background: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop21-video-img {
  width: 70%;
  height: 100%;
  position: absolute;
  right: 16%;
  bottom: 0;
}

.swop21-video-img-holder {
  width: 100%;
  height: 0;
  padding-bottom: 151.1335%;
  position: absolute;
  bottom: 0;
}

.swop21-video-img-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swop21-video-sharelink.swop21-video-sharelink-mobile {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: -90px;
  margin-left: -30px;
  z-index: 2;
}

.swop21-video-sharelink a {
  background-color: #000;
}

.swop21-video-share-lines-mobile {
  bottom: -190px;
  height: 50px;
  position: absolute;
  width: 100%;
}

.swop21-video-share-line.swop21-video-line-vertic {
  position: absolute;
  top: -50px;
  left: 50%;
  height: 100%;
  z-index: 1;
}

@media all and (max-width: 768px) {
  .swop21-video-sharelink.swop21-video-sharelink-wide {
    display: none;
  }
}

@media all and (min-width: 400px) {
  .swop21-video {
    padding-bottom: 160%;
  }
}

@media all and (min-width: 500px) {
  .swop21-video {
    padding-bottom: 150%;
  }
}

@media all and (min-width: 768px) {
  .swop21-video {
    padding-bottom: 190px;
  }

  .swop21-video-vid {
    width: 58%;
    padding: 170px 24px 26px 24px;
  }

  .swop21-video-line-top {
    width: 82.4859%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
  }

  .swop21-video-line-vertic {
    top: 0;
    position: absolute;
    z-index: 1;
  }

  .swop21-video-line-1 {
    left: 1.5%;
    height: 460px;
  }

  .swop21-video-line-2 {
    left: 9.5%;
    height: 300px;
  }

  .swop21-video-line-3 {
    left: 17.6%;
    height: 100%;
  }

  .swop21-video-line-4 {
    left: 25.6%;
    height: 300px;
  }

  .swop21-video-line-5 {
    left: 50%;
    height: 100%;
  }

  .swop21-video-vid-inner {
    width: 95%;
    padding-left: 11%;
  }

  .swop21-video-holder:after {
    top: 24px;
    right: 24px;
  }

  .swop21-video-img {
    width: 26%;
    height: 100%;
    position: absolute;
    right: 7%;
    bottom: 0;
  }

  .swop21-video-sharelink.swop21-video-sharelink-wide {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 84px;
    margin-left: -30px;
    z-index: 2;
  }

  .swop21-video-share-lines-mobile,
  .swop21-video-sharelink.swop21-video-sharelink-mobile{
    display: none;
  }
}

@media all and (min-width: 1000px) {}

/*
 * .-----------------------------------------------------.
 * |                       SUB A                         |
 * '-----------------------------------------------------'
 */

.swop21-suba {
  min-height: 500px;
}

.swop21-suba-topline {
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 0;*/
  /*width: 58.2%;*/
  /*z-index: 1;*/
  display: none;
}

.swop21-suba-vertline {
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 42.1%;*/
  /*height: 100%;*/
  /*z-index: 1;*/
  display: none;
}

.swop21-suba-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  flex-direction: column-reverse;
}

.swop21-suba-img {
  /*width: 50%;*/
  width: 100%;
  padding: 55px 6% 55px 8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop21-suba-img-inner {
  width: 100%;
}

.swop21-suba-img-holder {
  width: 100%;
  height: 0;
  padding-bottom: 72.336%;
  position: relative;
}

.swop21-suba-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swop21-suba-txt {
  /*width: 50%;*/
  width: 100%;
  /*padding: 65px 24px 85px 3%;*/
  padding: 45px 18px 0 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop21 .swop21-suba-txt p {
  max-width: 610px;
  /*padding: 60px 0;*/
  padding: 0;
  background: #000;
  font-size: 21px;
  line-height: 28px;
}

@media all and (min-width: 768px) {
  .swop21-suba-topline {
    position: absolute;
    top: 0;
    right: 0;
    width: 58.2%;
    z-index: 1;
    display: block;
  }

  .swop21-suba-vertline {
    position: absolute;
    top: 0;
    right: 42.1%;
    height: 46px;
    z-index: 1;
    display: block;
  }

  .swop21-suba-content {
    flex-direction: row;
    padding: 40px 0 90px 0;
  }
}

@media all and (min-width: 1000px) {}

/*
 * .-----------------------------------------------------.
 * |                       SUB B                         |
 * '-----------------------------------------------------'
 */

.swop21-subb-texts {
  width: 100vw;
}

.swop21-subb-text {
  padding: 7% 4%;
}

.swop21-subb-text p {
  font-size: 21px;
  line-height: 28px;
}

.swop21-subb-lines {
  width: 38%;
  display: none;
}

.swop21-subb-line {
  display: none;
}

.swop21-subb-quote .swop21-line-vertic {
  display: none;
}

.swop21-subb-quoteblock {
  padding: 8% 5%;
}

.swop21-subb-quoteblock blockquote.swop21-subb-quote {
  display: flex;
  background: url(images/icon-quote.svg) no-repeat top left;
  padding-top: 87px;
}

.swop21-subb-quoteblock blockquote.swop21-subb-quote p {
  font-style: italic;
  font-size: 28px;
  line-height: 36px;
}

.swop21-subb-quote-lines {
  display: none;
}

.swop21-subb-quote-lines > div {
  height: 50%;
  display: block;
}

.swop21-subb-part-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
}

.swop21-subb-link {
  text-transform: uppercase;
  text-align: right;
  margin: 16px 0 6px;
}

.swop21-subb-link a {
  background: url(images/icon-arrow-right.svg) no-repeat center right;
  background-size: 20px;
  padding: 10px 30px 10px 10px;
  white-space: nowrap;
}

.swop21-subb-img {
  margin-top: 3%;
  margin-left: 1%;
  text-align: right;
}

.swop21-subb-img img {
  height: auto;
}

.swop21-subb-img-mobile {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.swop21-subb-img-mobile img {
  max-width: 80%;
}

.swop21-subb-img-mobile .swop21-subb-mobile-line {
  bottom: 0;
}

.swop21-subb-img-desktop {
  display: none;
  margin: 0;
}

@media all and (max-width: 768px) {
  .swop21-subb-texts .swop21-line,
  .swop21-subb-top-line {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .swop21-subb {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .swop21-subb-texts {
    width: 50vw;
  }

  .swop21-subb-text {
    padding: 24.5% 15% 10% 18.6%;
  }

  .swop21-subb-vertline {
    position: absolute;
    top: -46px;
    right: 35%;
    height: 46px;
    z-index: 1;
    display: block;
  }

  /*.swop21-subb-vertline .swop21-line-vertic{*/
  /*  height: 100% !important;*/
  /*}*/

  .swop21-subb-lines {
    min-height: 90px;
    width: 39.5%;
    display: block;
  }

  .swop21-subb-line {
    display: block;
    height: 70px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 35%;
  }

  .swop21-subb-quote {
    width: 66.5vw;
    display: flex;
    border: none;
    margin-top: 0;
  }

  .swop21-subb-quote .swop21-line-vertic {
    display: block;
  }

  .swop21-subb-quoteblock-horiz-line {
    top: 50%;
    position: relative;
    width: 80px;
    left: -80px;
  }

  .swop21-subb-quoteblock {
    padding: 9% 35% 7% 5.5%;
  }

  .swop21-subb-quote-lines {
    min-width: 14%;
    display: block;
  }

  .swop21-subb-img img {
    max-height: 740px;
  }

  .swop21-subb-img-mobile {
    visibility: hidden;
    height: 0;
  }

  .swop21-subb-img-desktop {
    height: auto;
    display: flex;
    align-items: flex-end;
  }
}

@media all and (min-width: 1000px) {
  .swop21-subb-texts {
    width: 65.5vw;
  }

  .swop21-subb-text {
    padding: 17.5% 32% 10% 18.6%;
  }

  .swop21-subb-part-line {
    width: 20%;
  }

  .swop21-subb-quote-lines {
    min-width: 51%;
  }
}
