@import url("https://fonts.googleapis.com/css?family=Hind:400,700&display=swap");
/* line 5, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'futura_bold';
  src: url("../fonts/a_futuraorto-bold_2258-webfont.woff2") format("woff2"), url("../fonts/a_futuraorto-bold_2258-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura_book';
  src: url("../fonts/futura-t-ot-book_19064-webfont.woff2") format("woff2"), url("../fonts/futura-t-ot-book_19064-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hk_serif_italic';
  src: url("../fonts/hkserif-italic-webfont.woff2") format("woff2"), url("../fonts/hkserif-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hk_serif_medium';
  src: url("../fonts/hkserif-medium-webfont.woff2") format("woff2"), url("../fonts/hkserif-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hk_serif_regular';
  src: url("../fonts/hkserif-regular-webfont.woff2") format("woff2"), url("../fonts/hkserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/_flexboxgrid.scss */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

/* line 7, ../sass/_flexboxgrid.scss */
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 12, ../sass/_flexboxgrid.scss */
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 30, ../sass/_flexboxgrid.scss */
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 37, ../sass/_flexboxgrid.scss */
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 44, ../sass/_flexboxgrid.scss */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 78, ../sass/_flexboxgrid.scss */
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

/* line 87, ../sass/_flexboxgrid.scss */
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

/* line 93, ../sass/_flexboxgrid.scss */
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

/* line 99, ../sass/_flexboxgrid.scss */
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

/* line 105, ../sass/_flexboxgrid.scss */
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

/* line 111, ../sass/_flexboxgrid.scss */
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

/* line 117, ../sass/_flexboxgrid.scss */
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

/* line 123, ../sass/_flexboxgrid.scss */
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

/* line 129, ../sass/_flexboxgrid.scss */
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

/* line 135, ../sass/_flexboxgrid.scss */
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

/* line 141, ../sass/_flexboxgrid.scss */
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

/* line 147, ../sass/_flexboxgrid.scss */
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

/* line 153, ../sass/_flexboxgrid.scss */
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/* line 159, ../sass/_flexboxgrid.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

/* line 163, ../sass/_flexboxgrid.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 167, ../sass/_flexboxgrid.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 171, ../sass/_flexboxgrid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 175, ../sass/_flexboxgrid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 179, ../sass/_flexboxgrid.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 183, ../sass/_flexboxgrid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 187, ../sass/_flexboxgrid.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 191, ../sass/_flexboxgrid.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 195, ../sass/_flexboxgrid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 199, ../sass/_flexboxgrid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 203, ../sass/_flexboxgrid.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 207, ../sass/_flexboxgrid.scss */
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

/* line 214, ../sass/_flexboxgrid.scss */
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 221, ../sass/_flexboxgrid.scss */
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

/* line 228, ../sass/_flexboxgrid.scss */
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 234, ../sass/_flexboxgrid.scss */
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 240, ../sass/_flexboxgrid.scss */
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 246, ../sass/_flexboxgrid.scss */
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 251, ../sass/_flexboxgrid.scss */
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 257, ../sass/_flexboxgrid.scss */
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

/* line 263, ../sass/_flexboxgrid.scss */
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  /* line 270, ../sass/_flexboxgrid.scss */
  .container {
    width: 49rem;
  }

  /* line 274, ../sass/_flexboxgrid.scss */
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 308, ../sass/_flexboxgrid.scss */
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 317, ../sass/_flexboxgrid.scss */
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 323, ../sass/_flexboxgrid.scss */
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 329, ../sass/_flexboxgrid.scss */
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 335, ../sass/_flexboxgrid.scss */
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 341, ../sass/_flexboxgrid.scss */
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 347, ../sass/_flexboxgrid.scss */
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 353, ../sass/_flexboxgrid.scss */
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 359, ../sass/_flexboxgrid.scss */
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 365, ../sass/_flexboxgrid.scss */
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 371, ../sass/_flexboxgrid.scss */
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 377, ../sass/_flexboxgrid.scss */
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 383, ../sass/_flexboxgrid.scss */
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 389, ../sass/_flexboxgrid.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }

  /* line 393, ../sass/_flexboxgrid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 397, ../sass/_flexboxgrid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 401, ../sass/_flexboxgrid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 405, ../sass/_flexboxgrid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 409, ../sass/_flexboxgrid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 413, ../sass/_flexboxgrid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 417, ../sass/_flexboxgrid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 421, ../sass/_flexboxgrid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 425, ../sass/_flexboxgrid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 429, ../sass/_flexboxgrid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 433, ../sass/_flexboxgrid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 437, ../sass/_flexboxgrid.scss */
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 444, ../sass/_flexboxgrid.scss */
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 451, ../sass/_flexboxgrid.scss */
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 458, ../sass/_flexboxgrid.scss */
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 464, ../sass/_flexboxgrid.scss */
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 470, ../sass/_flexboxgrid.scss */
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 476, ../sass/_flexboxgrid.scss */
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 481, ../sass/_flexboxgrid.scss */
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 487, ../sass/_flexboxgrid.scss */
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 493, ../sass/_flexboxgrid.scss */
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  /* line 501, ../sass/_flexboxgrid.scss */
  .container {
    width: 65rem;
  }

  /* line 505, ../sass/_flexboxgrid.scss */
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 539, ../sass/_flexboxgrid.scss */
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 548, ../sass/_flexboxgrid.scss */
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 554, ../sass/_flexboxgrid.scss */
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 560, ../sass/_flexboxgrid.scss */
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 566, ../sass/_flexboxgrid.scss */
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 572, ../sass/_flexboxgrid.scss */
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 578, ../sass/_flexboxgrid.scss */
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 584, ../sass/_flexboxgrid.scss */
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 590, ../sass/_flexboxgrid.scss */
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 596, ../sass/_flexboxgrid.scss */
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 602, ../sass/_flexboxgrid.scss */
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 608, ../sass/_flexboxgrid.scss */
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 614, ../sass/_flexboxgrid.scss */
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 620, ../sass/_flexboxgrid.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 624, ../sass/_flexboxgrid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 628, ../sass/_flexboxgrid.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 632, ../sass/_flexboxgrid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 636, ../sass/_flexboxgrid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 640, ../sass/_flexboxgrid.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 644, ../sass/_flexboxgrid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 648, ../sass/_flexboxgrid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 652, ../sass/_flexboxgrid.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 656, ../sass/_flexboxgrid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 660, ../sass/_flexboxgrid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 664, ../sass/_flexboxgrid.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 668, ../sass/_flexboxgrid.scss */
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 675, ../sass/_flexboxgrid.scss */
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 682, ../sass/_flexboxgrid.scss */
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 689, ../sass/_flexboxgrid.scss */
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 695, ../sass/_flexboxgrid.scss */
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 701, ../sass/_flexboxgrid.scss */
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 707, ../sass/_flexboxgrid.scss */
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 712, ../sass/_flexboxgrid.scss */
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 718, ../sass/_flexboxgrid.scss */
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 724, ../sass/_flexboxgrid.scss */
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  /* line 732, ../sass/_flexboxgrid.scss */
  .container {
    width: 76rem;
  }

  /* line 736, ../sass/_flexboxgrid.scss */
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 770, ../sass/_flexboxgrid.scss */
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 779, ../sass/_flexboxgrid.scss */
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 785, ../sass/_flexboxgrid.scss */
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 791, ../sass/_flexboxgrid.scss */
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 797, ../sass/_flexboxgrid.scss */
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 803, ../sass/_flexboxgrid.scss */
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 809, ../sass/_flexboxgrid.scss */
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 815, ../sass/_flexboxgrid.scss */
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 821, ../sass/_flexboxgrid.scss */
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 827, ../sass/_flexboxgrid.scss */
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 833, ../sass/_flexboxgrid.scss */
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 839, ../sass/_flexboxgrid.scss */
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 845, ../sass/_flexboxgrid.scss */
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 851, ../sass/_flexboxgrid.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 855, ../sass/_flexboxgrid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 859, ../sass/_flexboxgrid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 863, ../sass/_flexboxgrid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 867, ../sass/_flexboxgrid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 871, ../sass/_flexboxgrid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 875, ../sass/_flexboxgrid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 879, ../sass/_flexboxgrid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 883, ../sass/_flexboxgrid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 887, ../sass/_flexboxgrid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 891, ../sass/_flexboxgrid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 895, ../sass/_flexboxgrid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 899, ../sass/_flexboxgrid.scss */
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 906, ../sass/_flexboxgrid.scss */
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 913, ../sass/_flexboxgrid.scss */
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 920, ../sass/_flexboxgrid.scss */
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 926, ../sass/_flexboxgrid.scss */
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 932, ../sass/_flexboxgrid.scss */
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 938, ../sass/_flexboxgrid.scss */
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 943, ../sass/_flexboxgrid.scss */
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 949, ../sass/_flexboxgrid.scss */
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 955, ../sass/_flexboxgrid.scss */
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Slider */
/* line 2, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../sass/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 35, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, ../sass/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, ../sass/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 72, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, ../sass/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, ../sass/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 93, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/*
    GitHub URL: https://github.com/gucastiliao/video-popup-js
*/
/* line 5, ../sass/_video.popup.scss */
.videopopupjs {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: start !important;
}

/* line 16, ../sass/_video.popup.scss */
.videopopupjs--hide {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJsHide;
  animation-name: videoPopupJsHide;
}

/* line 24, ../sass/_video.popup.scss */
.videopopupjs__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.59);
}

/* line 32, ../sass/_video.popup.scss */
.videopopupjs__close:after {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  content: 'X';
  font-family: 'Verdana';
  border-radius: 50%;
  background: #333;
  line-height: 2.2;
  font-size: 13px;
}

/* line 44, ../sass/_video.popup.scss */
.videopopupjs__close:hover {
  opacity: 0.5;
}

/* line 47, ../sass/_video.popup.scss */
.videopopupjs--animation {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJs;
  animation-name: videoPopupJs;
}

/* line 56, ../sass/_video.popup.scss */
.videopopupjs__content {
  margin: 0 auto;
  height: 100%;
  height: 500px;
  width: 100%;
  margin-top: 5%;
}

/* line 63, ../sass/_video.popup.scss */
.videopopupjs__content iframe {
  width: 100%;
  height: 100%;
}

/* line 67, ../sass/_video.popup.scss */
.videopopupjs__block--notfound {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 500px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 500px;
  font-family: 'Arial';
  font-size: 20px;
}

@media (max-width: 768px) {
  /* line 82, ../sass/_video.popup.scss */
  .videopopupjs__content {
    max-width: 90% !important;
  }
}
@-webkit-keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 38, ../sass/screen.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Hind", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* line 46, ../sass/screen.scss */
.container {
  width: calc(100% - 40px);
  max-width: 1425px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 55, ../sass/screen.scss */
a {
  text-decoration: none !important;
  transition: color 350ms ease-in-out;
}
/* line 59, ../sass/screen.scss */
a:hover {
  color: #1e1e1e;
}

/* line 64, ../sass/screen.scss */
img {
  max-width: 100%;
}

/* line 68, ../sass/screen.scss */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 92, ../sass/screen.scss */
p {
  font-size: 16px;
  line-height: 20px;
}

/* line 97, ../sass/screen.scss */
strong {
  font-weight: 700;
}

/* line 101, ../sass/screen.scss */
#main-content {
  min-height: calc(100vh - 450px);
}

/* line 108, ../sass/screen.scss */
.page-title {
  margin-bottom: 40px;
}
/* line 111, ../sass/screen.scss */
.page-title h1 {
  font-family: "futura_bold";
  font-size: 65px;
  line-height: 68px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 120, ../sass/screen.scss */
.page-title__intro {
  font-family: "hk_serif_italic";
  padding: 25px 0;
}
/* line 124, ../sass/screen.scss */
.page-title__intro p {
  font-size: 30px;
  line-height: 34px;
  color: #808080;
}

/* line 132, ../sass/screen.scss */
.section-title {
  color: #808080;
  text-align: center;
  padding: 45px 0 45px 0;
  position: relative;
  margin-bottom: 40px;
}
/* line 140, ../sass/screen.scss */
.section-title:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -50px;
  content: "";
  width: 100px;
  border-top: 1px #707070 solid;
}
/* line 150, ../sass/screen.scss */
.section-title h2 {
  font-family: "futura_bold";
  letter-spacing: 3px;
  font-size: 62px;
  line-height: 65px;
  text-transform: uppercase;
}
/* line 158, ../sass/screen.scss */
.section-title--small h2 {
  font-size: 26px;
  line-height: 29px;
}
/* line 163, ../sass/screen.scss */
.section-title__subtitle {
  font-family: "hk_serif_italic";
  text-transform: none;
  font-size: 20px;
}

/* line 170, ../sass/screen.scss */
.section-title--white {
  color: #fff;
}
/* line 173, ../sass/screen.scss */
.section-title--white:after {
  border-top-color: #fff;
}

/* line 179, ../sass/screen.scss */
.list header, .list li {
  font-family: "futura_book";
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 185, ../sass/screen.scss */
.list header {
  margin-bottom: 25px;
  padding-left: 20px;
}
/* line 190, ../sass/screen.scss */
.list ul {
  border-left: 1px #808080 solid;
  padding-left: 20px;
}
/* line 195, ../sass/screen.scss */
.list li {
  font-size: 15px;
  line-height: 19px;
  color: #808080;
  margin-bottom: 10px;
}
/* line 202, ../sass/screen.scss */
.list a {
  color: #808080;
}
/* line 205, ../sass/screen.scss */
.list a:hover {
  color: #EB595C;
}
/* line 210, ../sass/screen.scss */
.list section {
  margin-bottom: 40px;
}

/* line 215, ../sass/screen.scss */
.button {
  font-family: "futura_book";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 3px 12px 3px 12px;
  font-size: 16px;
  line-height: 14px;
  transition: all 300ms ease-in-out;
}
/* line 224, ../sass/screen.scss */
.button--peach {
  color: #fff;
  background-color: #EB595C;
}
/* line 228, ../sass/screen.scss */
.button--peach:hover {
  background-color: #000;
  color: #EB595C;
}
/* line 233, ../sass/screen.scss */
.button--white {
  background-color: #fff;
  color: #000;
}
/* line 237, ../sass/screen.scss */
.button--white:hover {
  background-color: #EB595C;
  color: #fff;
}

/* line 244, ../sass/screen.scss */
.cta-buttons {
  text-align: center;
  padding: 30px 0;
}

/* line 251, ../sass/screen.scss */
.diagonal-box.neg-top {
  margin-top: -250px;
}
@media (max-width: 991px) {
  /* line 257, ../sass/screen.scss */
  .diagonal-box .diagonal-box__background clipPath {
    display: none;
  }
  /* line 261, ../sass/screen.scss */
  .diagonal-box.neg-top {
    margin-top: 0;
  }
}

/* line 267, ../sass/screen.scss */
.overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* line 271, ../sass/screen.scss */
.text-block {
  margin: 25px;
}
/* line 274, ../sass/screen.scss */
.text-block__title {
  font-family: "futura_bold";
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
/* line 283, ../sass/screen.scss */
.text-block__subtitle {
  font-family: "hk_serif_italic";
  color: #808080;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
/* line 291, ../sass/screen.scss */
.text-block p {
  font-size: 15px;
  line-height: 19px;
}
/* line 296, ../sass/screen.scss */
.text-block__cta {
  padding: 25px 0;
}

/* line 303, ../sass/screen.scss */
.text-block--light .text-block__title, .text-block--light .text-block__subtitle, .text-block--light p {
  color: #fff;
}

/* line 308, ../sass/screen.scss */
.film-timeline-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

/* line 313, ../sass/screen.scss */
.film-timeline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 85%;
  flex-direction: column;
  justify-content: center;
}
/* line 319, ../sass/screen.scss */
.film-timeline .film {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 319, ../sass/screen.scss */
  .film-timeline .film {
    flex-direction: column;
  }
}
/* line 328, ../sass/screen.scss */
.film-timeline .film__thumbnail, .film-timeline .film__content {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  /* line 328, ../sass/screen.scss */
  .film-timeline .film__thumbnail, .film-timeline .film__content {
    flex-basis: auto;
  }
}
/* line 336, ../sass/screen.scss */
.film-timeline .film__thumbnail {
  order: 1;
  background-color: #808080;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  /* line 336, ../sass/screen.scss */
  .film-timeline .film__thumbnail {
    height: 380px;
  }
}
/* line 348, ../sass/screen.scss */
.film-timeline .film__thumbnail .control-play {
  position: absolute;
  width: 58px;
  height: 57px;
  background-image: url(../img/icon-play.png);
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-29px, -28px);
}
/* line 360, ../sass/screen.scss */
.film-timeline .film__content {
  order: 2;
}
@media (min-width: 991px) {
  /* line 360, ../sass/screen.scss */
  .film-timeline .film__content {
    padding: 80px 120px 80px 45px;
  }
}
@media (max-width: 991px) {
  /* line 360, ../sass/screen.scss */
  .film-timeline .film__content {
    padding: 80px 60px;
  }
}
@media (max-width: 767px) {
  /* line 360, ../sass/screen.scss */
  .film-timeline .film__content {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  /* line 360, ../sass/screen.scss */
  .film-timeline .film__content {
    padding: 30px 0;
  }
}
/* line 379, ../sass/screen.scss */
.film-timeline .film__content header {
  font-family: "futura_bold";
  font-size: 60px;
  line-height: 65px;
  color: #808080;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 12px;
}
/* line 388, ../sass/screen.scss */
.film-timeline .film__content header:before {
  position: absolute;
  border-top: 3px #808080 solid;
  content: "";
  width: 110%;
  top: -15px;
  z-index: 10;
  left: -45px;
}
@media (max-width: 991px) {
  /* line 388, ../sass/screen.scss */
  .film-timeline .film__content header:before {
    display: none;
  }
}
/* line 403, ../sass/screen.scss */
.film-timeline .film__content p {
  font-family: "hk_serif_italic";
  font-size: 20px;
  line-height: 24px;
  color: #808080;
}

/* line 414, ../sass/screen.scss */
.film-timeline .film:nth-of-type(even) .film__thumbnail {
  order: 2;
}
@media (max-width: 767px) {
  /* line 414, ../sass/screen.scss */
  .film-timeline .film:nth-of-type(even) .film__thumbnail {
    order: 1;
  }
}
/* line 422, ../sass/screen.scss */
.film-timeline .film:nth-of-type(even) .film__content {
  order: 1;
  text-align: right;
}
@media (min-width: 991px) {
  /* line 422, ../sass/screen.scss */
  .film-timeline .film:nth-of-type(even) .film__content {
    padding: 80px 45px 80px 120px;
  }
}
@media (max-width: 767px) {
  /* line 422, ../sass/screen.scss */
  .film-timeline .film:nth-of-type(even) .film__content {
    order: 2;
    text-align: left;
  }
}
/* line 435, ../sass/screen.scss */
.film-timeline .film:nth-of-type(even) .film__content header:before {
  width: 120%;
}

/* line 442, ../sass/screen.scss */
.testimonial {
  background: #fff;
  padding: 30px;
  text-align: center;
  min-height: 315px;
}
/* line 448, ../sass/screen.scss */
.testimonial__image {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #cacaca;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
/* line 460, ../sass/screen.scss */
.testimonial__icon {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 45px;
  height: 45px;
  background-color: #C1C1C1;
  border: 1px #fff solid;
  border-radius: 50%;
  z-index: 10;
  background-image: url(../img/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
/* line 476, ../sass/screen.scss */
.testimonial__name {
  font-family: "futura_book";
  font-size: 17px;
  letter-spacing: 2px;
  padding: 25px 0 6px 0;
  text-transform: uppercase;
}
/* line 484, ../sass/screen.scss */
.testimonial__subtitle {
  font-family: "hk_serif_italic";
  color: #E09632;
}
/* line 489, ../sass/screen.scss */
.testimonial__content {
  padding: 25px 0;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}

/* line 497, ../sass/screen.scss */
.image-banner {
  padding: 40px 0;
  background-size: cover;
  background-position: center center;
}

/* line 503, ../sass/screen.scss */
.friend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
/* line 507, ../sass/screen.scss */
.friend__logo {
  flex-basis: 50%;
}
/* line 510, ../sass/screen.scss */
.friend__logo__image {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-color: #cacaca;
  background-image: cover;
  background-position: center center;
}
/* line 521, ../sass/screen.scss */
.friend__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 70%;
  padding: 20px;
}
/* line 528, ../sass/screen.scss */
.friend__content header {
  font-family: "futura_bold";
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 3px;
}
/* line 535, ../sass/screen.scss */
.friend__content a {
  font-family: "hk_serif_italic";
  color: #808080;
}
/* line 540, ../sass/screen.scss */
.friend__content a:hover {
  color: #EB595C;
}

/* line 546, ../sass/screen.scss */
.industry {
  margin-bottom: 60px;
}
/* line 549, ../sass/screen.scss */
.industry__name {
  font-size: 23px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #808080;
  position: relative;
  padding-top: 80px;
  padding-left: 20px;
}
/* line 559, ../sass/screen.scss */
.industry__name:after {
  content: "";
  position: absolute;
  width: 130px;
  top: 90px;
  right: 25px;
  height: 1px;
  border-top: 1px #808080 solid;
}
@media (max-width: 991px) {
  /* line 549, ../sass/screen.scss */
  .industry__name {
    margin-bottom: 30px;
  }
}

/* line 575, ../sass/screen.scss */
.filters {
  padding: 25px 0 50px 0;
}
/* line 578, ../sass/screen.scss */
.filters header {
  font-family: "futura_book";
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
/* line 588, ../sass/screen.scss */
.filters a {
  color: #808080;
}
/* line 591, ../sass/screen.scss */
.filters a:hover {
  color: #EB595C;
}
/* line 596, ../sass/screen.scss */
.filters ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  /* line 596, ../sass/screen.scss */
  .filters ul {
    flex-direction: column;
  }
}
/* line 605, ../sass/screen.scss */
.filters li {
  font-family: "futura_book";
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 30px;
  letter-spacing: 2px;
}
/* line 612, ../sass/screen.scss */
.filters li:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  /* line 605, ../sass/screen.scss */
  .filters li {
    padding: 12px 0;
    border-bottom: 1px #808080 solid;
    text-align: center;
    margin-right: 0;
  }
}

/* line 628, ../sass/screen.scss */
.screen-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.2s;
}
/* line 642, ../sass/screen.scss */
.screen-overlay__skin {
  padding: 25px;
  width: calc(100vw - 50px);
  max-width: 500px;
}
/* line 647, ../sass/screen.scss */
.screen-overlay__skin h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
/* line 656, ../sass/screen.scss */
.screen-overlay .close-menu {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  position: absolute;
  top: 83px;
  right: 22px;
}
/* line 664, ../sass/screen.scss */
.screen-overlay .close-menu:hover {
  color: #fff;
}

/* line 670, ../sass/screen.scss */
#overlayNav {
  background-color: rgba(23, 255, 188, 0.85);
}
/* line 673, ../sass/screen.scss */
#overlayNav li {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}
/* line 680, ../sass/screen.scss */
#overlayNav li a {
  color: #fff;
}

/* line 686, ../sass/screen.scss */
.masthead {
  align-items: center;
  background: #fff;
}
/* line 690, ../sass/screen.scss */
.masthead .row {
  height: 145px;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 695, ../sass/screen.scss */
  .masthead__menu {
    display: none;
  }
}
/* line 700, ../sass/screen.scss */
.masthead__menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
/* line 705, ../sass/screen.scss */
.masthead__menu li {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 60px;
}
/* line 710, ../sass/screen.scss */
.masthead__menu li:last-of-type {
  margin-right: 0;
}
/* line 715, ../sass/screen.scss */
.masthead__menu a {
  color: #808080;
}
/* line 719, ../sass/screen.scss */
.masthead__menu a:hover {
  color: #EB595C;
}
/* line 724, ../sass/screen.scss */
.masthead__cta {
  text-align: right;
}
@media (min-width: 991px) {
  /* line 728, ../sass/screen.scss */
  .masthead__mobile {
    display: none;
  }
}
/* line 734, ../sass/screen.scss */
.masthead .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  /* line 740, ../sass/screen.scss */
  .masthead .buttons .button {
    font-size: 24px;
    line-height: 30px;
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  /* line 749, ../sass/screen.scss */
  .masthead .buttons .button {
    font-size: 17px;
    line-height: 30px;
    margin-left: 25px;
  }
}

/* line 758, ../sass/screen.scss */
.hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 768, ../sass/screen.scss */
.hero__title {
  color: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 768, ../sass/screen.scss */
  .hero__title {
    padding: 20px;
  }
}
/* line 778, ../sass/screen.scss */
.hero__title h1 {
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 778, ../sass/screen.scss */
  .hero__title h1 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  /* line 778, ../sass/screen.scss */
  .hero__title h1 {
    font-size: 55px;
  }
}
/* line 791, ../sass/screen.scss */
.hero__title .hero__subtitle {
  font-family: "futura_bold";
  font-size: 23px;
  line-height: 27px;
  margin-top: 15px;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 767px) {
  /* line 791, ../sass/screen.scss */
  .hero__title .hero__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 806, ../sass/screen.scss */
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
/* line 815, ../sass/screen.scss */
.hero--short {
  height: 60vh;
  margin-bottom: 35px;
}
/* line 820, ../sass/screen.scss */
.hero--about {
  justify-content: flex-start;
  align-items: flex-end;
}
/* line 824, ../sass/screen.scss */
.hero--about .hero__title {
  width: 775px;
  padding: 80px 80px 120px 70px;
}

/* line 831, ../sass/screen.scss */
.video-hero {
  width: 100vw;
  height: calc(100vh - 140px);
  position: relative;
}
@media (max-width: 767px) {
  /* line 831, ../sass/screen.scss */
  .video-hero {
    height: calc(100vh - 200px);
  }
}
/* line 840, ../sass/screen.scss */
.video-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}
/* line 849, ../sass/screen.scss */
.video-hero__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 849, ../sass/screen.scss */
  .video-hero__logo {
    width: 70vw;
    padding: 0 25px;
  }
  /* line 860, ../sass/screen.scss */
  .video-hero__logo img {
    width: 100%;
  }
}
/* line 866, ../sass/screen.scss */
.video-hero__caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  z-index: 10;
}

/* line 882, ../sass/screen.scss */
.video__frame {
  width: 100%;
  height: 100%;
}
/* line 886, ../sass/screen.scss */
.video__frame video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 894, ../sass/screen.scss */
.message-box {
  padding: 250px 0 400px 0;
}
@media (max-width: 767px) {
  /* line 894, ../sass/screen.scss */
  .message-box {
    padding: 90px 25px 60px 25px;
  }
}
/* line 901, ../sass/screen.scss */
.message-box h1, .message-box p {
  color: #808080;
}
/* line 905, ../sass/screen.scss */
.message-box h1 {
  font-size: 132px;
  line-height: 140px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  /* line 905, ../sass/screen.scss */
  .message-box h1 {
    font-size: 90px;
    line-height: 98px;
  }
}
/* line 917, ../sass/screen.scss */
.message-box p {
  font-family: "hk_serif_italic";
  font-size: 29px;
  line-height: 35px;
}
@media (max-width: 575px) {
  /* line 917, ../sass/screen.scss */
  .message-box p {
    font-size: 23px;
    line-height: 29px;
  }
}
/* line 928, ../sass/screen.scss */
.message-box .flex {
  justify-content: center;
}
/* line 932, ../sass/screen.scss */
.message-box__content {
  width: 100%;
  max-width: 800px;
}
/* line 937, ../sass/screen.scss */
.message-box__cta {
  margin: 40px 0;
}
/* line 941, ../sass/screen.scss */
.message-box.polygon-1 {
  background-position: -80px center;
}
@media (max-width: 991px) {
  /* line 941, ../sass/screen.scss */
  .message-box.polygon-1 {
    background-position: -120px center;
  }
}

/* line 950, ../sass/screen.scss */
.diagonal-box.has-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 950, ../sass/screen.scss */
  .diagonal-box.has-content {
    background: #000;
  }
}
/* line 960, ../sass/screen.scss */
.diagonal-box.has-content .diagonal-box__content {
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 960, ../sass/screen.scss */
  .diagonal-box.has-content .diagonal-box__content {
    width: calc(100% - 50px);
    padding: 45px 25px;
    position: static;
  }
}
/* line 971, ../sass/screen.scss */
.diagonal-box.has-content .diagonal-box__background {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 971, ../sass/screen.scss */
  .diagonal-box.has-content .diagonal-box__background {
    display: none;
  }
}

/* line 980, ../sass/screen.scss */
.multiple-slider {
  padding-left: 17px;
  padding-right: 17px;
}
/* line 984, ../sass/screen.scss */
.multiple-slider__slide {
  padding: 20px;
  height: auto;
}
/* line 989, ../sass/screen.scss */
.multiple-slider .icon-chevron-left, .multiple-slider .icon-chevron-right {
  width: 16px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 996, ../sass/screen.scss */
.multiple-slider .icon-chevron-left {
  left: 0;
  background-image: url(../img/icon-arrow-left.png);
}
/* line 1001, ../sass/screen.scss */
.multiple-slider .icon-chevron-right {
  right: 0;
  background-image: url(../img/icon-arrow-right.png);
}
/* line 1006, ../sass/screen.scss */
.multiple-slider .slick-track {
  position: relative;
}
/* line 1010, ../sass/screen.scss */
.multiple-slider .slick-arrow {
  font-size: 20px;
  position: absolute;
  color: #fff;
  top: calc(50% - 40px);
  cursor: pointer;
}
/* line 1018, ../sass/screen.scss */
.multiple-slider .slick-dots {
  margin-top: 50px;
}

/* line 1031, ../sass/screen.scss */
.form__field label {
  font-size: 15px;
  margin-bottom: 0px;
  display: block;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 1040, ../sass/screen.scss */
.form__field input[type="text"], .form__field input[type="email"], .form__field textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #EBEBEB;
  margin-bottom: 25px;
  padding: 18px;
}
/* line 1049, ../sass/screen.scss */
.form__field input[type="submit"] {
  border: 0;
  border-radius: 0;
  background-color: #EB595C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "futura_book";
  letter-spacing: 2px;
  padding: 3px 12px 3px 12px;
  font-size: 16px;
  line-height: 14px;
  transition: all 300ms ease-in-out;
}

/* line 1066, ../sass/screen.scss */
.gallery {
  padding: 75px 0;
}
/* line 1069, ../sass/screen.scss */
.gallery__items {
  margin-bottom: 30px;
}

/* line 1075, ../sass/screen.scss */
.gallery__item {
  height: 400px;
  background-size: cover;
  position: relative;
  background-position: center center;
}
@media (max-width: 991px) {
  /* line 1075, ../sass/screen.scss */
  .gallery__item {
    margin-bottom: 25px;
  }
}
/* line 1085, ../sass/screen.scss */
.gallery__item .overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 300ms ease-in-out;
}
/* line 1097, ../sass/screen.scss */
.gallery__item .overlay__content {
  font-family: "futura_bold";
  color: #F8EB3C;
  font-size: 40px;
  text-transform: uppercase;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
/* line 1119, ../sass/screen.scss */
.gallery__item:hover .overlay {
  opacity: 1;
}
/* line 1122, ../sass/screen.scss */
.gallery__item:hover .overlay__content {
  animation: fade-in 700ms forwards;
}

/* line 1128, ../sass/screen.scss */
.quote-banner {
  background-size: cover;
  background-position: center center;
  padding: 120px 60px;
}
/* line 1133, ../sass/screen.scss */
.quote-banner__content {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}

/* line 1140, ../sass/screen.scss */
.site-end {
  padding: 120px 0 40px 0;
  background-image: url(../img/polygon-2.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 1140, ../sass/screen.scss */
  .site-end {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  /* line 1140, ../sass/screen.scss */
  .site-end {
    padding: 40px 10px;
  }
}
/* line 1154, ../sass/screen.scss */
.site-end__title {
  margin-bottom: 60px;
}
/* line 1157, ../sass/screen.scss */
.site-end__title h3 {
  font-family: "futura_bold";
  font-size: 70px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 3px;
  color: #808080;
}
@media (max-width: 575px) {
  /* line 1157, ../sass/screen.scss */
  .site-end__title h3 {
    font-size: 45px;
    margin-bottom: 0;
  }
}
/* line 1171, ../sass/screen.scss */
.site-end__title h4 {
  font-family: "hk_serif_italic";
  font-size: 62px;
  line-height: 66px;
  color: #D6D6D6;
}
@media (max-width: 575px) {
  /* line 1171, ../sass/screen.scss */
  .site-end__title h4 {
    font-size: 40px;
    line-height: 45px;
  }
}
/* line 1184, ../sass/screen.scss */
.site-end__caption {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px #000 solid;
}
@media (max-width: 991px) {
  /* line 1192, ../sass/screen.scss */
  .site-end .list {
    margin-bottom: 40px;
  }
}

/* line 1199, ../sass/screen.scss */
.home .site-end {
  margin-top: -200px;
  padding-top: 300px;
}

/* line 1204, ../sass/screen.scss */
.page-id-39 .site-end {
  display: none;
}

/* line 1208, ../sass/screen.scss */
.contact {
  padding-top: 100px;
}
@media (max-width: 991px) {
  /* line 1208, ../sass/screen.scss */
  .contact {
    padding-top: 40px;
  }
}
/* line 1215, ../sass/screen.scss */
.contact .form-border {
  border-right: 1px #808080 solid;
}
@media (max-width: 991px) {
  /* line 1215, ../sass/screen.scss */
  .contact .form-border {
    border-left: 0;
    border-top: 1px #808080 solid;
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 1225, ../sass/screen.scss */
  .contact__form {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  /* line 1231, ../sass/screen.scss */
  .contact .list {
    margin-bottom: 40px;
  }
}

/* line 1238, ../sass/screen.scss */
.quote {
  background-image: url(../img/eric-alves-145943-unsplash.jpg);
  background-repeat: no-repeat;
  background-position: -80px center;
}
@media (max-width: 991px) {
  /* line 1238, ../sass/screen.scss */
  .quote {
    background: none;
  }
}

/* line 1248, ../sass/screen.scss */
.grey-box {
  background-color: #e2e2e2;
  background-image: url(../img/bkg-rings.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 120px 50px;
}
@media (max-width: 767px) {
  /* line 1248, ../sass/screen.scss */
  .grey-box {
    background-image: none;
  }
}
@media (max-width: 575px) {
  /* line 1248, ../sass/screen.scss */
  .grey-box {
    padding: 60px 25px;
  }
}

@media (max-width: 575px) {
  /* line 1267, ../sass/screen.scss */
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  /* line 1273, ../sass/screen.scss */
  .hidden-s {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  /* line 1279, ../sass/screen.scss */
  .hidden-md {
    display: none;
  }
}

@media (min-width: 991px) {
  /* line 1285, ../sass/screen.scss */
  .hidden-lg {
    display: none;
  }
}

/* line 1291, ../sass/screen.scss */
.polygon-1 {
  background-image: url(../img/polygon-1.svg);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  /* line 1291, ../sass/screen.scss */
  .polygon-1 {
    background: none;
  }
}

/* line 1300, ../sass/screen.scss */
.polygon-3 {
  background-image: url(../img/polygon-3.svg);
  background-repeat: no-repeat;
  background-position: 113% top;
  margin-top: -173px;
  padding-top: 175px;
}

/* line 1309, ../sass/screen.scss */
.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
/* line 1314, ../sass/screen.scss */
.slick-dots li {
  text-indent: -9999px;
  background-color: #fff;
  border-radius: none;
  width: 60px;
  height: 2px;
  margin-right: 5px;
  opacity: 0.45;
}
/* line 1323, ../sass/screen.scss */
.slick-dots li.slick-active {
  opacity: 1;
}
