html, body {
  font-size: 18px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
p {
  font-size: 0.8889rem;
  line-height: 1.5;
  margin-top: 0;
}
img {
  max-width: 100%;
}
button {
  cursor: pointer;
}
a {
  color: #64060B;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1222px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px){

  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.overflow-hidden {
  overflow: hidden;
}
@media only screen and (min-width: 768px){

  .hide-tablet-up {
    display: none;
  }
}
.bg {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.bg video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.garamond {
  font-family: 'EB Garamond', serif;
}
.franklin {
  font-family: 'Libre Franklin', sans-serif;
}
.franklin strong {
  font-weight: 600;
}
.text-white {
  color: #ffffff;
}
.text-center {
  text-align: center;
}
@media only screen and (min-width: 768px){

  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
.upper {
  text-transform: uppercase;
}
.gold {
  color: #d9ba71;
}
.red {
  color: #6f0509;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero header {
  left: 0;
  top: 45px;
  width: 100%;
}
.hero .logo {
  width: 256px;
}
.hero .author {
  color: #d9ba71;
  font-size: 1.0556rem;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.1em;
  margin-top: 0;
  text-transform: uppercase;
}  
.hero .heading {
  color: #fefeff;
  font-family: 'EB Garamond', serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 0 9px rgba(8,11,16,0.56);
}
.hero .bg {
  background-image: url('../media/DS-hero-mobile.jpg');
  background-position: center;
  background-size: cover;
}
.hero .container {
  margin-bottom: 50px;
}
.hero .mobile-cover {
  margin: 0 auto;
  max-width: 60vw;
  padding-top: 114px;
}
.hero .basic-lightbox {
  background-color: transparent;
  border: 0;
  font-size: 1.1111rem;
  font-weight: 600;
  opacity: 0.6;
  z-index: 1;
}
.hero .basic-lightbox:before {
  background-image: url('../media/play-button.png');
  background-size: contain;
  content: '';
  display: inline-block;
  height: 55px;
  margin-right: 20px;
  vertical-align: middle;
  width: 55px;
}
@media only screen and (max-width: 767px){

  .hero .bg video {
    display: none;
  }
}
@media only screen and (min-width: 768px){

  .hero {
    min-height: 46.2857vw;
  }
  .hero .bg:after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.9)), to(transparent));
    background-image: linear-gradient(to right, rgba(0,0,0,0.9), transparent);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }  
}
@media only screen and (min-width: 1024px){

  .hero .heading {
    font-size: 3.3333rem;
  }
  .hero .container {
    margin-bottom: 100px;
  }  
}

.cover-etc {
  background-color: #6f0509;
}
.cover-etc .expand {
  background-color: #c92822;
  border: 0;
  border-radius: 0;
  color: #ece0d3;
  font-size: 1.1667rem;
  font-weight: 900;
  line-height: 2.2;
  width: 176px;
}
@media only screen and (max-width: 767px){

  .cover-etc .cover {
    display: none;
  }
  .cover-etc .expand {
    width: 100%;
  }
  .cover-etc .expand-target .row {
    text-align: center;
  }
  .cover-etc .expand-target .row a {
    display: inline-block;
    margin: 10px;
  }
}
@media only screen and (min-width: 768px){

  .cover-etc .outer-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cover-etc .col {
    -ms-flex-preferred-size: 572px;
        flex-basis: 572px;
    margin-left: -120px;
    min-width: 562px;
    padding-bottom: 100px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 1;
  }
  .cover-etc .cover {
    -ms-flex-preferred-size: 733px;
        flex-basis: 733px;
    margin-top: -100px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .cover-etc .cover:before {
    background-color: #ece0d3;
    bottom: -190px;
    content: '';
    height: 260px;
    left: -20px;
    position: absolute;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
    width: 100vw;
  }
  .cover-etc .expand-target {
    background-color: rgba(201, 40, 34, 0.4);
    overflow: hidden;
    -webkit-transition: width 0.25s linear;
    transition: width 0.25s linear;
    width: 0;
  }
  .cover-etc .expand-target .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cover-etc .expand-target .row a {
    margin: 0 5px;
  }
  .cover-etc .expand-target .row img {
    max-width: none;
  }
  .cover-etc .expand-target.expanded {
    width: calc(100% - 176px);
  }
}
@media only screen and (max-width: 1023px){

  .cover-etc {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 1024px){

  .cover-etc .outer-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cover-etc .cover:before {
    bottom: -130px;
  }
  .cover-etc .col {
    margin-left: -240px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1222px){

  .cover-etc .cover:before {
    left: calc(((100vw - 1182px) / 2) * -1);
  }
}

.meteoric {
  background-color: #ece0d3;
}
.meteoric:before {
  border-color: #ece0d3 transparent transparent transparent;
  border-style: solid;
  border-width: 135px 0 0 100vw;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 1;
}
.meteoric .container--large {
  max-width: 1282px;
}
.meteoric .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.meteoric .heading {
  color: #6f0509;
  font-family: 'EB Garamond', serif;
  font-size: 2.6667rem;
  font-weight: 500;
  margin: 0;
}
.meteoric .col-2 {
  max-width: 600px;
}
@media only screen and (max-width: 767px){

  .meteoric {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 1024px){

  .meteoric img {
    margin-top: -210px;
  }
  .meteoric .heading {
    display: inline-block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.winner .bg {
  background-image: url('../media/winner-bg.jpg');
  background-position: center;
  background-size: cover;
}
.winner .heading {
  color: #ffffff;
  display: inline-block;
  font-family: 'EB Garamond', serif;
  font-size: 2.6667rem;
  font-weight: 500;
  margin: 0;
  padding: 250px 0;
}
.winner .heading:after {
  background-color: #dace94;
  content: '';
  display: inline-block;
  height: 3px;
  margin-left: 50px;
  vertical-align: middle;
  width: 160px;
}
@media only screen and (max-width: 767px){

  .winner .bg video {
    display: none;
  }
}


.corrupt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#272021), to(#6f0509));
  background-image: linear-gradient(to bottom, #272021 0%, #6f0509 100%);
}
.corrupt:before {
  border-color: transparent transparent #272021 transparent;
  border-style: solid;
  border-width: 0 100vw 135px 0;
  bottom: 100%;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}
.corrupt .heading {
  font-family: 'EB Garamond', serif;
  font-size: 2.6667rem;
  font-weight: 500;
  line-height: 1;
}
.corrupt .row-1 {
  margin-bottom: 60px;
  top: -65px;
  z-index: 2;
}
.corrupt .row-2 .col-2 {
  padding-top: 40px;
}
.corrupt .row-2 .col-2:before {
  background-color: #d0ac5c;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 164px;
}
@media only screen and (max-width: 767px){

  .corrupt {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 768px){

  .corrupt .bg-1 {
    background-image: url('../media/corrupt-bg-left.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.12;
  }
  .corrupt .bg-2 {
    background-image: url('../media/corrupt-bg-right.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
  }
  .corrupt .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }  
  .corrupt .row .col-1,
  .corrupt .row .col-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .corrupt .row-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px;
  }
  .corrupt .row-1 .col-1,
  .corrupt .row-1 .col-2 {
    -ms-flex-preferred-size: 532px;
        flex-basis: 532px;
  }
  .corrupt .row-2 .col-1 {
    -ms-flex-preferred-size: 759px;
        flex-basis: 759px;
  }
  .corrupt .row-2 .col-2 {
    -ms-flex-preferred-size: 394px;
        flex-basis: 394px;
  }
}

.testimonials {
  background-color: #f1f1f1;
  padding-bottom: 110px;
  padding-top: 60px;
}
.testimonials .container--small {
  max-width: 1084px;
}
.testimonials .swiper-container {
  margin-bottom: 70px;
}
.testimonials .swiper-wrapper {
  align-items: center;
}
.testimonials .slide-inner-wrap {
  margin: 0 auto;
  max-width: 734px;
}
.testimonials .swiper-button-prev,
.testimonials .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.testimonials .swiper-button-next,
.testimonials .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  background-repeat: no-repeat;
  background-size: contain;
  color: #cfcfcf;
  height: 50px;
}
.testimonials .swiper-button-next {
  background-image: url('../media/slider-next.png');
}
.testimonials .swiper-button-prev {
  background-image: url('../media/slider-prev.png');
}
.testimonials .swiper-button-next:after, 
.testimonials .swiper-button-prev:after {
  content: none !important;
}
.testimonials .heading {
  font-weight: 500;
  line-height: 1;
  padding-bottom: 50px;
}
.testimonials .heading:after {
  background-color: #d0ac5c;
  bottom: 0;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 164px;
}
.testimonials .attribution {
  font-size: 0.8333rem;
  padding-top: 0.8333rem;
}
.testimonials .row .heading-2 {
  font-size: 0.8333rem;
  letter-spacing: 0.1em;
}
.testimonials .col {
  margin-bottom: 20px;
}  
.testimonials .row .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.testimonials .row .row > * {
  margin-left: 10px;
  margin-right: 10px;
}
.testimonials .row .row p {
  font-size: 0.8889rem;
}
@media only screen and (min-width: 768px){

  .testimonials .heading {
    font-size: 2rem;
  }
  .testimonials .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 1023px){

  .testimonials .slide-inner-wrap p {
    padding: 0 30px;
  }
}

.footer {
  background-image: url('../media/footer-bg.jpg');
  background-size: cover;
  min-height: 780px;
}
.footer .container {
  max-width: 1124px;
}
.footer .cover {
  margin-top: -50px;
  z-index: 9;
}
.footer .logo {
  max-width: 100%;
  width: 342px;
}
.footer .author {
  font-size: 1.4444em;
  letter-spacing: 0.1em;
}
.footer .bg-red {
  background-color: rgba(180, 24, 27, 0.74);
}
.footer .bg-less-red {
  background-color: rgba(201, 40, 34, 0.4);
}
.footer .red-band:before,
.footer .red-band:after {
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
}
.footer .red-band:before {
  background-color: rgba(180, 24, 27, 0.74);
  left: -999px;
  right: 100%;
}
.footer .red-band:after {
  background-color: rgba(201, 40, 34, 0.4);
  left: 100%;
  right: -20px;
}
.read-it-now-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .red-band .read-it-now {
  color: #fff;
  font-size: 1.1667rem;
  font-weight: 900;
  line-height: 2.2;
  padding-right: 20px;
  white-space: nowrap;
}
.footer .red-band a {
  display: inline-block;
  margin: 10px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px){

  .footer .red-band {
    text-align: center;
  }
  .footer .red-band:after,
  .footer .red-band:before {
    content: none;
  }
}
@media only screen and (min-width: 768px){

  .footer .row--top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer .cover,
  .footer .col--scoot-left {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer .cover {
    -ms-flex-preferred-size: 384px;
        flex-basis: 384px;
  }
  .footer .row--top .col--scoot-left {
    -ms-flex-preferred-size: 601px;
        flex-basis: 601px;
    position: relative;
    z-index: 1;
  }
  .footer .booksellers {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1023px){

  .footer {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px){

  .footer .row--top .col--scoot-left {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1124px){

  .footer .red-band:after {
    right: calc(((100vw - 1084px) / 2) * -1);
  }
}
.copyright {
  background-color: #1b1515;
  padding: 2rem;
}
.copyright p {
  font-size: 0.5556rem;
  margin: 0;
  opacity: 0.4;
}