/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "HK Grotesk Web";
  src: url("../fonts/hkgrotesk-medium.woff2") format("woff2"),
    url("../fonts/hkgrotesk-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HK Grotesk Web";
  src: url("../fonts/hkgrotesk-semibold.woff2") format("woff2"),
    url("../fonts/hkgrotesk-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Bagnard";
  src: url("../fonts/bagnard.woff2") format("woff2"),
    url("../fonts/bagnard.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "HK Grotesk Web";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  color: #f2f0e9;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: auto;
}

::-webkit-scrollbar {
  display: none;
}

.body-container {
  white-space: nowrap;
  float: left;
}

.sticky-trigger {
  position: absolute;
  top: 0;
  left: 100vw;
}

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden !important;
  }

  body {
    overflow-y: auto;
    overflow-x: hidden !important;
  }

  .body-container {
    white-space: normal;
    overflow-x: hidden !important;
    float: none;
  }
}

.bg1 {
  background-image: url(../img/bkg1_black.png);
  background-position: top center;
}

.bg2 {
  background-image: url(../img/bkg2_black.png);
}

.bg3 {
  background-image: url(../img/bkg3_black.png);
}

.logo {
  width: 125px;
  height: auto;
  margin-top: 5px;
}

.logo g path {
  fill: #f2f0e9;
}

.home-header-block {
  position: relative;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-header-meta-block {
  margin: 2.5vw 5vw 0 5vw;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 18px;
}

.home-header-meta-cinema span,
.home-header-meta-centre span {
  display: block;
}

.home-header-meta-logo {
  width: 125px;
}

.home-header-meta-centre {
  width: 30vw;
}

.home-header-meta-cinema {
  width: 15vw;
}

.home-header-meta-centre {
  width: 20vw;
}

.home-header-meta-location span {
  margin-right: 10vw;
}

.link {
  text-decoration: none;
  color: inherit;
  position: relative;
}

.link.block {
  margin-right: 40px;
}

.home-header-date-block {
  font-size: 15vw;
  line-height: 15vw;
  cursor: default;
  letter-spacing: -0.75vw;
  width: 100%;
  text-align: center;
  margin-bottom: 2.5vh;
}

.home-header-date-block span {
  display: block;
}

.home-header-date-block a {
  text-decoration: none;
  color: #f2f0e9;
}

.home-header-desc-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 5vw 2.5vw 5vw;
}

.home-header-desc-desc {
  font-size: 16px;
  line-height: 18px;
  max-width: 370px;
  white-space: normal;
}

.home-header-desc-links {
  font-size: 11px;
}

.home-header-tickets {
  white-space: nowrap;
  height: 40px;
  line-height: 38px;
  bottom: -40px;
  background-color: #f2f0e9;
  font-weight: 600;
  color: #000;
  position: absolute;
  overflow: hidden;
  display: block;
  transform-origin: top left;
  transform: rotate(-90deg);
}

.home-header-tickets .home-header-ticker {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  height: 38px;
  font-size: 12px;
  text-transform: uppercase;
  animation: 60s ticketanimate linear infinite;
}

@keyframes ticketanimate {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media screen and (max-width: 768px) {
  .home-header-meta-block {
    margin: calc(5vw + 40px) 5vw 0 5vw;
    font-size: 11px;
    line-height: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .home-header-meta-block > div {
    flex: 1 0 33.3%;
  }

  .home-header-meta-block > div:first-child {
    flex: 0 1 100%;
  }

  .home-header-tickets {
    top: 0;
    transform: rotate(0deg);
    width: 100vw;
    overflow: hidden !important;
  }

  .home-header-meta-logo {
    margin-bottom: 20px;
  }

  .home-header-desc-block {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 5vw 5vw 5vw;
  }

  .home-header-desc-desc {
    font-size: 14px;
  }

  .home-header-meta-cinema span,
  .home-header-meta-centre span,
  .home-header-meta-location span {
    margin: 0;
  }
}

.agency-list {
  margin: 0;
  top: -120px;
  display: inline-block;
  position: relative;
  width: 100vw;
  float: left;
  padding: 0;
  transform-origin: left top;
  transform: rotate(-90deg) translate(-100px, 0);
}

.agency-list li {
  list-style: none;
  font-size: 7vw;
  font-weight: 400;
  line-height: 7.7vw;
  font-family: "Bagnard";
  width: 100vh;
  cursor: default;
  transform: skewY(0);
  transition-duration: 0.1s;
  transform-origin: bottom left;
}

.agency-list-container {
  position: absolute;
  left: 100vw;
  min-width: 100vw;
}

.agency-list-container.fix-position {
  position: fixed;
  left: 0;
}

.agency-list-container.unfix-position {
  position: absolute;
}

.agency-list-spacer {
  position: relative;
  padding: 50px 50px 50px 75vw;
  height: 100vh;
  left: 100vw;
  top: -100vh;
  display: flex;
  float: left;
}

.agency-list-spacer:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 768px) {
  .agency-list-container {
    position: relative;
    margin: 50px 5vw 20vw 5vw;
    left: 0;
    overflow: auto;
  }

  .agency-list-container {
    min-width: auto;
  }

  .agency-list-spacer {
    top: 0;
    padding: 0 20px 0 20px;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    left: 0;
    height: auto;
    float: none;
  }

  .agency-list {
    top: 0;
    transform: rotate(0deg);
  }

  .agency-list li {
    white-space: normal;
    width: auto;
    font-size: 9.5vw;
    line-height: 11vw;
  }
}

.speaker-block-container {
  margin: 0 50vw 0 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
  position: relative;
  float: left;
}

.speaker-block {
  margin: 0 30px;
  width: 30vw;
  height: 22.5vw;
  background: #f2f0e9;
  list-style: none;
  position: relative;
}

.speaker-top {
  align-self: flex-start;
}

.speaker-bottom {
  align-self: flex-end;
}

.speaker-mid {
  align-self: center;
}

.speaker-name,
.speaker-company,
.speaker-speaker {
  margin: 10px 15px;
  padding: 0;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.speaker-company {
  position: absolute;
  bottom: 0;
}

.speaker-speaker {
  position: absolute;
  bottom: 0;
  right: 0;
}

.speaker-image {
  background: #000;
  width: 15vw;
  height: 15vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.speaker-image img {
  width: 100%;
  height: auto;
}

.speaker-image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2f0e9;
  content: "";
  mix-blend-mode: color;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .speaker-block-container {
    white-space: normal;
    float: none;
    width: 100%;
    flex-direction: column;
  }

  .speaker-block {
    width: 75vw;
    height: 60vw;
    margin: 10px 0;
  }

  .speaker-top {
    margin: 10px auto 10px 0;
    align-self: auto;
  }

  .speaker-bottom {
    margin: 10px 0 10px auto;
    align-self: auto;
  }

  .speaker-mid {
    margin: 10px auto;
    align-self: auto;
  }

  .speaker-image {
    width: 37.5vw;
    height: 37.5vw;
  }

  .speaker-image:after {
    display: none;
  }
}

.applications-block {
  position: relative;
  float: left;
  left: 30vw;
  width: 100vw;
  height: 100vh;
}

.interviews-title {
  position: absolute;
  display: inline-block;
  font-size: 10vw;
  line-height: 10vw;
  top: 2vw;
  left: -2.5vw;
  cursor: default;
  font-family: "Bagnard";
  white-space: nowrap;
  margin: 0;
  padding: 0;
  color: #f2f0e9;
}

.interview-copy {
  width: 400px;
  position: relative;
  left: 10vw;
  top: 20vh;
  white-space: normal;
  display: inline-block;
}

.learn-more-link {
  color: #f2f0e9;
}

.program-info {
  width: 400px;
  position: absolute;
  bottom: 40vh;
  right: 30vw;
  white-space: normal;
}

.siat-logo {
  position: absolute;
  width: 65vw;
  top: 60vh;
  right: 0;
}

.siat-logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .interviews-title {
    left: -7vw;
    font-size: 15vw;
  }

  .applications-block {
    float: none;
    left: 0;
    clear: both;
    height: auto;
    margin-top: 50px;
    width: auto;
    margin-bottom: 150px;
  }

  .siat-logo {
    width: 90vw;
    top: auto;
    left: 15vw;
  }

  .interview-copy {
    width: auto;
    top: auto;
    left: auto;
    margin-top: 20vw;
    margin-bottom: 50px;
  }

  .program-info {
    bottom: auto;
    width: auto;
    right: auto;
    position: relative;
  }
}

.interviews-body {
  overflow-x: hidden;
  overflow-y: auto !important;
}

.interviews-h1 {
  color: #f2f0e9;
  font-weight: normal;
  font-size: 18vw;
  margin-left: -2.5vw;
  font-family: "Bagnard";
}

.interviews-h2 {
  font-family: "Bagnard";
  font-weight: normal;
  font-size: 48px;
  width: 500px;
  margin-left: auto;
  margin-right: 15vw;
  margin-bottom: 10px;
  margin-top: 48px;
}

.interviews-h2 span {
  display: block;
}

.interviews-hero {
  display: block;
  position: relative;
}

.interviews-quote {
  font-family: "Bagnard";
  font-size: 32px;
  margin: 48px 5vw auto 5vw;
}

.interviews-ul {
  width: 500px;
  margin-left: auto;
  margin-right: 15vw;
}

.interviews-p {
  width: 500px;
  margin-left: auto;
  margin-right: 15vw;
}

.interviews-p.serif {
  font-family: "Bagnard";
  font-size: 24px;
}

.interviews-link {
  color: #f2f0e9;
  font-size: 24px;
  font-family: "Bagnard";
}

.interviews-link-p {
  margin-top: 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .interviews-ul,
  .interviews-p {
    width: 75vw;
    margin-left: auto;
    margin-right: 5vw;
  }
}

.schedule-list {
  margin: 200px auto;
  padding: 0;
  max-width: 760px;
}

.schedule-list li {
  list-style: none;
}

.schedule-subheading {
  font-family: "Bagnard";
  margin: 50px 0;
}

.schedule-list-sub {
  margin-left: 75px;
  padding: 0;
}

.schedule-list-sub li {
  display: flex;
  align-items: baseline;
}

.schedule-time {
  font-family: "Bagnard";
  font-size: 21px;
}

.schedule-speaker {
  font-family: "Bagnard";
  font-size: 72px;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .schedule-list {
    margin: 100px 5vw;
  }

  .schedule-list-sub {
    margin-left: 20px;
  }

  .schedule-speaker {
    font-size: 36px;
    margin-left: 25px;
  }
}
