.interview-body {
  color:#fff;
  background:#000;
}

  .template .interview-body .interview-top-heading, .template .interview-body .interview-inner-highlight, .template .interview-body .interview-banner-heading {
      color: #0093FF;
    }

  .youthloser .interview-body .interview-top-heading, .youthloser .interview-body .interview-inner-highlight, .youthloser .interview-body .interview-banner-heading {
      color: #00C498;
    }

  .recouture .interview-body .interview-top-heading, .recouture .interview-body .interview-inner-highlight, .recouture .interview-body .interview-banner-heading {
      color: #C97E47;
    }

  .shinya .interview-body .interview-top-heading, .shinya .interview-body .interview-inner-highlight, .shinya .interview-body .interview-banner-heading {
      color: #0093FF;
    }

  .nowear .interview-body .interview-top-heading, .nowear .interview-body .interview-inner-highlight, .nowear .interview-body .interview-banner-heading {
      color: #425FDB;
    }

  .edenworks .interview-body .interview-top-heading, .edenworks .interview-body .interview-inner-highlight, .edenworks .interview-body .interview-banner-heading {
      color: #9DB7B6;
    }

  .sudok .interview-body .interview-top-heading, .sudok .interview-body .interview-inner-highlight, .sudok .interview-body .interview-banner-heading {
      color: #BFAB83;
    }

  .interview-body .pageHero {
    position: relative;
    height: calc(100vh - 110px);
  }

  .interview-body .pageHero:after {
      content: '';
      width: 100%;
      height: 100%;
      background: rgb(0,0,0);
      background: -webkit-gradient(linear, left bottom, left top, color-stop(21%, rgba(0,0,0,0.41360294117647056)), to(rgba(255,255,255,0)));
      background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.41360294117647056) 21%, rgba(255,255,255,0) 100%);
      background: linear-gradient(0deg, rgba(0,0,0,0.41360294117647056) 21%, rgba(255,255,255,0) 100%);
      position: absolute;
      top: 0;
      left: 0;
    }

  .interview-body .pageHero h1 {
      position: absolute;
      bottom: 10%;
      z-index: 1;
    }

  .interview-body .pageHero .interview-top-content {
      font-size: 34.5px;
      line-height: 1.53623;
    }

  .interview-body .interview-top-heading {
    font-size: 34.5px;
    line-height: 1.53623;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 1;
  }

  .interview-body .interview-top-heading p {
      font-weight: 600;
    }

  .interview-body .interview-top {
    font-size: 21px;
    line-height: 1.5;
    position: relative;
    text-align: center;
    height: calc(100vh - 110px);
  }

  .interview-body .interview-top span {
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      display: block;
    }

  .interview-body .interview-top-date {
    font-size: 20.5px;
    line-height: 1.56098;
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .interview-body .interview-top-footer {
    font-size: 27.5px;
    line-height: 1.18182;
    margin: 20px 0 0;
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
  }

  .interview-body .interview-content {
    position: relative;
    padding-bottom: 30px;
    width: 830px;
    margin: 0 auto;
  }

  .interview-body .interview-hero {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
  }

  .interview-body .interview-hero img {
      width: 100%;
      height: auto;
    }

  .interview-body .interview-hero:after {
      content: '';
      width: 100%;
      height: 100%;
      background: rgb(0,0,0);
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.1)));
      background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 100%);
      background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 100%);
      position: absolute;
      top: 0;
      left: 0;
    }

  .interview-body .interview-intro {
    line-height: 2;
    font-size: 15px;
    margin: 45px 0 70px;
    padding: 0 55px;
  }

  .interview-body .interview-card {
    padding: 30px 42px 39px;
    font-size: 14px;
    line-height: 1.78571;
    margin: 0 54px 45px;
  }

  .interview-body .interview-card p a {
        color: #fff;
        text-decoration: underline;
      }

  .interview-body .interview-card.interview-card-double {
      margin-bottom: 0;
      padding-bottom: 0;
    }

  .template .interview-body .interview-card {
      background-color: #0093FF;
    }

  .youthloser .interview-body .interview-card {
      background-color: #00C498;
    }

  .recouture .interview-body .interview-card {
      background-color: #C97E47;
    }

  .shinya .interview-body .interview-card {
      background-color: #0093FF;
    }

  .nowear .interview-body .interview-card {
      background-color: #425FDB;
    }

  .edenworks .interview-body .interview-card {
      background-color: #9DB7B6;
    }

  .sudok .interview-body .interview-card {
      background-color: #BFAB83;
    }

  .interview-body .interview-top-btn a {
      background-color: #FEFEFE;
      color: #000;
      padding: 18px;
      display: block;
      width: 265px;
      border-radius: 30px;
      text-align: center;
      margin: 39px auto;
      font-size: 16px;
    }

  .interview-body .card-heading {
    display: block;
    font-size: 27px;
    line-height: 1.03704;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
  }

  .interview-body .card-heading-small {
    display: block;
    font-size: 13px;
    line-height: 1.84615;
    margin: 0 0 10px;
  }

  .interview-body .card-footer {
    font-size: 13px;
    line-height: 1.61538;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .interview-body .card-footer img {
      width: 20px;
      margin-right: 12px;
    }

  .interview-body .card-footer ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

  .interview-body .card-footer ul li:first-child:before {
            display: none;
          }

  .interview-body .card-footer ul li:before {
          content: '/';
          margin: 0 5px;
        }

  .interview-body .card-footer ul li a {
          color: #fff;
          text-decoration: underline;
        }

  .interview-body .interview-banner {
    display: block;
    width: 86%;
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .interview-body .interview-banner img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

  .interview-body .interview-banner-heading {
    padding: 0 55px;
    margin: 50px 0;
  }

  .interview-body .interview-banner-heading p {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 600;
    }

  .interview-body .interview-banner-heading p br {
        display: none;
      }

  .interview-body .interview-inner {
    padding: 0 55px;
  }

  .interview-body .interview-inner-item {
    margin: 25px 0;
  }

  .interview-body .interview-inner-highlight {
    font-size: 18px;
    line-height: 1.66;
    font-weight: 600;
    margin-top: 40px;
  }

  .interview-body .interview-inner-dash p {
      font-size: 15px;
      line-height: 1.86667;
      margin: 43px 0 30px;
      position: relative;
      padding-left: 14px;
    }

  .interview-body .interview-inner-dash p:before {
        content: '';
        width: 12px;
        height: 1px;
        top: 13px;
        background-color: white;
        display: block;
        left: 0;
        position: absolute;
      }

  .interview-body .interview-inner-text {
    font-size: 14px;
    line-height: 2;
  }

  .interview-body .interview-inner-text span {
      font-weight: 700;
      font-size: 15px;
      line-height: 2;
    }

  .interview-body .interview-inner-text span:after {
        content: ":";
        margin: 0 5px;
        font-weight: 100;
      }

  .interview-body .interview-inner-text p {
      display: inline;
      font-size: 15px;
      line-height: 2;
      font-weight: 300;
    }

  .interview-body .interview-image {
    padding: 0 30px;
    width: 480px;
    margin: 0 auto;
  }

  .interview-body .interview-image img {
      width: 100%;
      height: auto;
    }

  .interview-body .interview-small-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.84615;
    color: #AAAAAA;
    padding: 0 30px;
    margin: 10px 0 15px;
    width: 480px;
    margin: 20px auto;
  }

  .recouture .interview-body .interview-small-text {
      padding: 0 20px;
    }

  .interview-body .interview-inner-list {
    margin: 50px 0;
  }

  .interview-body .interview-small-text-left {
    text-align: left;
  }

  .interview-body .interview-footer-text {
    position: relative;
    margin: 50px 55px;
    padding: 50px 0 0;
    line-height: 1.86667;
    font-size: 15px;
  }

  .interview-body .interview-footer-text:before {
      content: '';
      position: absolute;
      width: 42px;
      height: 1px;
      background-color: #fff;
      top: 0;
      left: 0;
    }

  .interview-body .interview-share {
    margin: 66px 0 26px;
  }

  .interview-body .interview-related {
    margin: 90px 7px;
  }

  .interview-body .interview-related h3 {
      text-align: center;
      font-size: 31.5px;
      line-height: 0.95238;
      font-family: futura-pt, sans-serif;
      font-weight: bold;
      margin: 0 0 45px;
    }

  .interview-body .interview-related-inner {
    position: relative;
    width: 360px;
    margin: 0 auto;
  }

  .interview-body .interview-related-inner a {
      display: block;
      width: 100%;
      height: 100%;
    }

  .interview-body .interview-related-inner a {
      color: #fff;
    }

  .interview-body .interview-related-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 66.5% 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .interview-body .interview-related-image img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

  .interview-body .interview-hero-image {
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: fixed;
  }

  .nowear .interview-body .interview-hero-image {
      background-position: center top 50px;
    }

  .interview-body .interview-hero-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0.2)));
      background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
      background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
      z-index: 1;
      pointer-events: none;
    }

  .interview-body .interview-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 10px 0;
    position: relative;
    z-index: 1;
  }

  .interview-body .interview-related-date {
    font-size: 10px;
    line-height: 2.5;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 0 8px;
  }

  .interview-body .interview-related-desc {
    display: block;
    font-size: 11px;
    line-height: 2.27273;
    margin-top: 5px;
  }

  .interview-body .interview-related-content {
    padding: 0 40px 0 35px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    position: relative;
    z-index: 1;
  }

  .interview-body .interview-related-content p {
      font-weight: 600;
    }

  .interview-body .action-share {
    border-top: none;
    padding: 20px 0;
  }

.page-interview .breadcrumb {
    position: relative;
  }

.page-interview .couponBanner {
    position: relative;
    z-index: 1;
  }

.page-interview #gblFooter {
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
