@font-face {
  font-family: 'BebasNeue';
  src: url('../../fonts/BebasNeue/BebasNeue_Regular.woff2') format('woff2'), url('../../fonts/BebasNeue/BebasNeue_Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url('../../fonts/BebasNeue/BebasNeue_Bold.woff2') format('woff2'), url('../../fonts/BebasNeue/BebasNeue_Bold.woff') format('woff');
  font-weight: 700;
}
/* Body */
/*mixins*/
.gradient-overlay {
  position: relative;
}
.gradient-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(78, 15, 38, 0.87) 0%, rgba(90, 106, 103, 0.52) 100%);
}
/*mixins*/
@media screen and (max-width: 974px) {
  .mejs__overlay-play {
    display: none !important;
  }
}
.mejs__captions-text {
  width: 100vw;
  display: block;
  max-width: 930px;
}
.mejs__captions-button {
  display: none;
}
.mejs__fullscreen .mejs__captions-text {
  max-width: none;
}
.qz-stacks-whn {
  box-sizing: border-box;
}
.qz-stacks-whn * {
  box-sizing: border-box;
}
.qz-stacks-whn a:hover {
  text-decoration: none;
}
.qz-stacks-whn .mobile-only {
  display: block;
}
.qz-stacks-whn .desktop-only {
  display: none;
}
@media screen and (min-width: 975px) {
  .qz-stacks-whn .mobile-only {
    display: none;
  }
  .qz-stacks-whn .desktop-only {
    display: block;
  }
}
.qz-stacks-whn .scroll-container {
  -webkit-overflow-scrolling: touch;
}
.whn-cards {
  background-color: #141414;
}
.whn-header-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  padding: 15px;
}
@media screen and (min-width: 975px) {
  .whn-header-content {
    height: 64px;
    padding: 25px 30px 0;
  }
}
.header-hidden .whn-header-content {
  opacity: 0;
  transition: opacity 0.5s;
}
.whn-header-content .whn-chapter-title a {
  font-family: 'BebasNeue';
  font-size: 18px;
  color: #fafafa;
  letter-spacing: 5px;
  filter: blur(0.5px);
}
.whn-header-content .whn-chapter-title a:hover {
  transition: filter 0.5s;
  filter: blur(0.25px);
}
@media screen and (min-width: 975px) {
  .whn-header-content .whn-chapter-title a {
    font-size: 26px;
    filter: blur(1px);
  }
}
.whn-header-content #whn-qz-logo {
  fill: #ffffff;
  height: 12px;
  width: 73px;
  display: block;
}
.whn-header-content #whn-qz-logo svg {
  height: 12px;
  width: 73px;
}
.whn-header-content #whn-qz-logo:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
@media screen and (min-width: 975px) {
  .whn-header-content #whn-qz-logo {
    height: 19px;
    width: 119px;
  }
  .whn-header-content #whn-qz-logo svg {
    height: 19px;
    width: 119px;
  }
}
.qz-stacks-card-type-intro.whn-card,
.qz-stacks-card-type-text.whn-card {
  padding: 60px 17px 94px;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-intro.whn-card,
  .qz-stacks-card-type-text.whn-card {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
  }
}
.qz-stacks-card-type-intro.whn-card .whn-intro-card-sponsor,
.qz-stacks-card-type-text.whn-card .whn-intro-card-sponsor {
  font-size: 10px;
  font-family: 'AdelleBold', 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffffff;
  margin-left: 11px;
  height: 15px;
}
.qz-stacks-card-type-intro.whn-card .whn-intro-card-sponsor .whn-intro-card-sponsor-label,
.qz-stacks-card-type-text.whn-card .whn-intro-card-sponsor .whn-intro-card-sponsor-label {
  margin-right: 13px;
}
.qz-stacks-card-type-intro.whn-card .whn-intro-card-sponsor img,
.qz-stacks-card-type-text.whn-card .whn-intro-card-sponsor img {
  display: inline-block;
  height: 15px;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-intro.whn-card .whn-intro-card-sponsor,
  .qz-stacks-card-type-text.whn-card .whn-intro-card-sponsor {
    position: absolute;
    bottom: 16px;
    left: 25px;
    font-size: 12px;
    z-index: 2;
    height: 23px;
    margin-left: 0;
  }
  .qz-stacks-card-type-intro.whn-card .whn-intro-card-sponsor img,
  .qz-stacks-card-type-text.whn-card .whn-intro-card-sponsor img {
    height: 23px;
  }
}
.qz-stacks-card-type-intro.whn-card .whn-intro-video,
.qz-stacks-card-type-text.whn-card .whn-intro-video {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  flex-shrink: 1;
}
.qz-stacks-card-type-intro.whn-card .whn-intro-video:after,
.qz-stacks-card-type-text.whn-card .whn-intro-video:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(78, 15, 38, 0.87) 0%, rgba(90, 106, 103, 0.52) 100%);
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-intro.whn-card .whn-intro-video,
  .qz-stacks-card-type-text.whn-card .whn-intro-video {
    height: 100%;
    flex-basis: 100%;
    flex-shrink: 1;
  }
}
.qz-stacks-card-type-intro.whn-card .whn-intro-video video,
.qz-stacks-card-type-text.whn-card .whn-intro-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.qz-stacks-card-type-intro.whn-card .whn-retro-report,
.qz-stacks-card-type-text.whn-card .whn-retro-report {
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
  letter-spacing: 0;
  position: absolute;
  top: 70px;
  right: 27px;
  font-family: 'AdelleBold', 'Helvetica Neue', Helvetica, sans-serif;
}
.qz-stacks-card-type-intro.whn-card .whn-retro-report img,
.qz-stacks-card-type-text.whn-card .whn-retro-report img {
  margin-left: 8px;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-intro.whn-card .whn-retro-report,
  .qz-stacks-card-type-text.whn-card .whn-retro-report {
    position: relative;
    top: auto;
    right: auto;
    padding-left: 11px;
  }
}
.qz-stacks-card-type-intro.whn-card .whn-intro-content,
.qz-stacks-card-type-text.whn-card .whn-intro-content {
  position: absolute;
  right: 17px;
  bottom: 17px;
  left: 17px;
  font-family: 'AdelleBold', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 33px;
  color: #E9E9E9;
  letter-spacing: 0;
  line-height: 37px;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-intro.whn-card .whn-intro-content,
  .qz-stacks-card-type-text.whn-card .whn-intro-content {
    height: 100%;
    width: 584px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    padding: 40px;
  }
}
.qz-stacks-card-type-intro.whn-card .whn-intro-content h1,
.qz-stacks-card-type-text.whn-card .whn-intro-content h1 {
  padding: 15px 44px 15px 11px;
}
.qz-stacks-card-type-intro.whn-card .whn-intro-content .whn-cta,
.qz-stacks-card-type-text.whn-card .whn-intro-content .whn-cta {
  width: 100%;
  height: 60px;
  margin-top: 17px;
  background-image: linear-gradient(-90deg, #2d6459 0%, #2d6459 50%, #4e0f26 100%);
  border-radius: 8px;
  font-family: 'AdelleHeavy', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-position 0.5s;
  background-size: 200% 100%;
  background-position-x: 0%;
}
.qz-stacks-card-type-intro.whn-card .whn-intro-content .whn-cta img,
.qz-stacks-card-type-text.whn-card .whn-intro-content .whn-cta img {
  margin-right: 14px;
}
.qz-stacks-card-type-intro.whn-card .whn-intro-content .whn-cta:hover,
.qz-stacks-card-type-text.whn-card .whn-intro-content .whn-cta:hover {
  background-position-x: 100%;
}
.whn-video-card-wrapper {
  position: relative;
  padding-top: 57px;
  padding-bottom: 25%;
}
@media screen and (min-width: 975px) {
  .whn-video-card-wrapper {
    max-width: 930px;
    margin: 0 auto;
    padding-top: 161px;
  }
}
.qz-stacks-card-type-video.whn-card .whn-video-container {
  width: 100%;
  height: 0;
  top: 0;
  padding-bottom: 56.25%;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-video-container {
    position: relative;
  }
}
.qz-stacks-card-type-video.whn-card .whn-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  lefT: 0;
}
.qz-stacks-card-type-video.whn-card .whn-video-wrapper .whn-video-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(78, 15, 38, 0.87) 0%, rgba(90, 106, 103, 0.52) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s 0s;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-video-wrapper:hover .whn-video-gradient {
    opacity: 1;
    transition-delay: 0.2s;
  }
}
.qz-stacks-card-type-video.whn-card .paused .whn-video-gradient {
  opacity: 1;
}
.qz-stacks-card-type-video.whn-card .whn-title-and-share {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transition: opacity 0.5s 1s;
  z-index: 2;
  opacity: 1;
}
.qz-stacks-card-type-video.whn-card .playing .whn-title-and-share {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .playing .whn-title-and-share {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .playing:hover .whn-title-and-share {
    transition-delay: 0.2s;
    transition-duration: 0s;
    opacity: 1;
  }
}
.qz-stacks-card-type-video.whn-card .whn-video-title {
  margin: 11px 0 0 15px;
  font-family: 'BebasNeueBold';
  font-size: 18px;
  line-height: 23px;
  color: #9efff3;
  letter-spacing: 5px;
  width: 120px;
  height: 70px;
  float: left;
  filter: blur(0.5px);
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-video-title {
    height: 110px;
    width: 170px;
    font-size: 32px;
    line-height: 38px;
    filter: blur(1px);
  }
}
.qz-stacks-card-type-video.whn-card .whn-video-share {
  max-width: 50%;
  float: right;
  display: none;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-video-share {
    display: block;
  }
}
.qz-stacks-card-type-video.whn-card .whn-video-share-item {
  filter: blur(0);
  pointer-events: auto;
  margin: 13px 15px 0 0;
}
.qz-stacks-card-type-video.whn-card .whn-video-share-item:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
.qz-stacks-card-type-video.whn-card .whn-video-share-item {
  color: #ffffff;
  z-index: 3;
}
.qz-stacks-card-type-video.whn-card .whn-video-share-item:hover {
  text-decoration: none;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-video-share-item {
    font-size: 26px;
  }
}
.qz-stacks-card-type-video.whn-card .whn-video-mute-button {
  pointer-events: auto;
  float: right;
  padding: 20px 20px 0 0;
  content: url("../../img/what-happens-next/volume_off@3x.svg");
  display: block;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-video-mute-button {
    display: none;
  }
}
.qz-stacks-card-type-video.whn-card .unmuted {
  content: url("../../img/what-happens-next/volume_on@3x.svg");
}
.qz-stacks-card-type-video.whn-card .whn-video-spacer {
  width: 100%;
  height: 100%;
}
.qz-stacks-card-type-video.whn-card .whn-video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qz-stacks-card-type-video.whn-card .whn-subtitles {
  font-family: 'Adelle', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  padding: 13px 20px;
  text-align: center;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-subtitles {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-share-card-items {
    position: relative;
    padding-left: 330px;
    flex-flow: column nowrap;
  }
}
.qz-stacks-card-type-video.whn-card .whn-share-card-item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  background: #3A3A3A;
  padding: 13px 15px 10px;
}
.qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type,
.qz-stacks-card-type-video.whn-card .whn-share-card-item:hover,
.qz-stacks-card-type-video.whn-card .whn-share-card-item:active {
  background: #000000;
  opacity: 0.7;
  transition: opacity 0.5s;
}
.qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type .whn-recirc-item-title,
.qz-stacks-card-type-video.whn-card .whn-share-card-item:hover .whn-recirc-item-title,
.qz-stacks-card-type-video.whn-card .whn-share-card-item:active .whn-recirc-item-title {
  transition: filter 0.5s;
  filter: blur(0.25px);
}
.qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type {
  margin-bottom: 40px;
}
.qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type .whn-recirc-item-now-playing {
  display: block;
}
.qz-stacks-card-type-video.whn-card .whn-share-card-item:nth-of-type(2) .whn-recirc-item-up-next {
  display: block;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-share-card-item {
    background: none;
  }
  .qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type {
    width: 250px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    flex-flow: column nowrap;
    background-color: inherit;
  }
  .qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type .whn-recirc-item-now-playing,
  .qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type .whn-recirc-item-up-next {
    flex-shrink: 1;
    width: 100%;
    flex-basis: unset;
    margin-bottom: 14px;
    position: relative;
  }
  .qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type .whn-recirc-item-thumbnail-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    width: 250px;
    height: 140px;
    margin-bottom: 24px;
  }
  .qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type .whn-recirc-item-title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 8.89px;
    padding: 10px 18px;
  }
  .qz-stacks-card-type-video.whn-card .whn-share-card-item:first-of-type .whn-recirc-item-description {
    flex-grow: 1;
    width: 100%;
    flex-basis: unset;
    padding-left: 0;
  }
  .qz-stacks-card-type-video.whn-card .whn-share-card-item .whn-recirc-item-description {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-thumbnail-wrapper {
  position: relative;
  height: 75px;
  width: 134px;
  flex-basis: 134px;
  flex-shrink: 0;
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-thumbnail-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-title {
  font-family: 'BebasNeueBold';
  font-size: 18px;
  line-height: 23px;
  color: #9efff3;
  letter-spacing: 5px;
  filter: blur(0.5px);
  padding: 3px 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-recirc-item-title {
    filter: blur(1px);
  }
}
.qz-stacks-card-type-video.whn-card .whn-sponsored-item .whn-recirc-item-title {
  color: #f1a33f;
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-sponsor-text {
  font-family: 'AdelleBold', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  display: inline;
  text-transform: uppercase;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-recirc-item-sponsor-text {
    font-size: 12px;
  }
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-sponsor-label {
  color: #f1a33f;
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-sponsor-name {
  color: #c0c0c0;
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-description {
  padding-left: 18px;
  font-family: 'Adelle', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #d7d7d7;
  letter-spacing: 0;
  flex-shrink: 1;
  flex-basis: calc( 100% - 134px );
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-now-playing,
.qz-stacks-card-type-video.whn-card .whn-recirc-item-up-next {
  flex-shrink: 0;
  display: none;
  font-family: 'AdelleBold', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 10px;
  color: #C0C0C0;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-now-playing {
  width: 100%;
}
.qz-stacks-card-type-video.whn-card .whn-recirc-item-up-next {
  position: absolute;
  bottom: 100%;
}
@media screen and (min-width: 975px) {
  .qz-stacks-card-type-video.whn-card .whn-recirc-item-up-next {
    position: relative;
    bottom: auto;
    width: 100%;
  }
}
.qz-stacks-card-type-video.whn-card .tapped video::cue,
.qz-stacks-card-type-video.whn-card .tapped video::-webkit-media-text-track-container {
  bottom: 30px;
}
.qz-stacks-card-type-video.whn-card .tapped .whn-title-and-share {
  transition-delay: 0.2s;
  transition-duration: 0s;
  opacity: 1;
}
.qz-stacks-card-type-video.whn-card .tapped .whn-video-gradient {
  opacity: 1;
}
@media all and (display-mode: fullscreen) {
  .qz-stacks-card-type-video.whn-card .tapped video::cue,
  .qz-stacks-card-type-video.whn-card .tapped video::-webkit-media-text-track-container {
    bottom: 30px;
  }
}
@media all and (display-mode: fullscreen) {
  .qz-stacks-card-type-video.whn-card video::cue,
  .qz-stacks-card-type-video.whn-card video::-webkit-media-text-track-container {
    bottom: 30px;
  }
}
.facebook-app .qz-stacks-card-type-text.whn-card .whn-intro-content,
.facebook-app .qz-stacks-card-type-intro.whn-card .whn-intro-content {
  bottom: 117px;
}
.facebook-app .qz-stacks-card-type-intro.whn-card,
.facebook-app .qz-stacks-card-type-text.whn-card {
  padding-bottom: 194px;
}
/*# sourceMappingURL=styles.css.map */