@font-face {
  font-family: 'okomitolight';
  src: url("../fonts/okomito-light-webfont.woff2") format("woff2"), url("../fonts/okomito-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'okomitobold';
  src: url("../fonts/okomito-bold-webfont.woff2") format("woff2"), url("../fonts/okomito-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'okomitomedium';
  src: url("../fonts/okomito-medium-webfont.woff2") format("woff2"), url("../fonts/okomito-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'okomitoregular';
  src: url("../fonts/okomito-regular-webfont.woff2") format("woff2"), url("../fonts/okomito-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  box-sizing: border-box;
  list-style-type: none;
  outline: none !important; }

html,
body {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-family: "okomitoregular", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

a {
  color: #999;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    color: #222; }

ul {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.copy {
  font-size: 18px;
  line-height: 28px;
  font-family: "okomitoregular", sans-serif;
  color: #222; }
  .copy--small {
    font-size: 14px; }
  .copy--large {
    font-size: 36px;
    line-height: 56px;
    font-family: "okomitomedium", sans-serif; }
  .copy--grey {
    color: #999; }

.headline {
  display: inline-block;
  font-family: "okomitobold", sans-serif;
  font-size: 56px;
  color: #222;
  text-align: right; }
  .headline--outlined {
    color: #fff;
    text-shadow: -1px 0 #999, 0 1px #999, 1px 0 #999, 0 -1px #999;
    padding-right: 0.5rem; }

@media (max-width: 500px) {
  .copy {
    font-size: 18px;
    line-height: 28px; }
    .copy--small {
      font-size: 16px; }
    .copy--large {
      font-size: 24px;
      line-height: 36px; }

  .headline {
    font-size: 38px; } }
.btn {
  display: inline-block;
  background: #111;
  text-align: center; }
  .btn i {
    display: inline-block; }
    .btn i svg {
      fill: #fff;
      width: 10px; }
  .btn--play {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    padding-top: 38px; }
    .btn--play:hover {
      background: #fff; }
      .btn--play:hover svg {
        fill: #222; }

.separator {
  margin: 2rem 0;
  width: 100%;
  height: 6px;
  display: block;
  background: #222; }
  .separator--small {
    margin: 1rem 0;
    height: 5px; }

.lazyload {
  opacity: 0;
  transition: opacity .3s ease-in; }

.desktop-only {
  display: inline-block; }

.mobile-only {
  display: none; }

@media (max-width: 1000px) {
  .desktop-only {
    display: none; }

  .mobile-only {
    display: inline-block; } }
.u-margin-top {
  margin-top: 2rem; }

.u-margin-top--big {
  margin-top: 4rem; }

.u-margin-bottom {
  margin-bottom: 2rem; }

.u-margin-bottom--big {
  margin-bottom: 4rem; }

@media (max-width: 500px) {
  .u-margin-top {
    margin-top: 1rem; }

  .u-margin-top--big {
    margin-top: 2rem; }

  .u-margin-bottom {
    margin-bottom: 1rem; }

  .u-margin-bottom--big {
    margin-bottom: 2rem; } }
.top-nav {
  margin-top: 7rem; }
  .top-nav .logo {
    font-family: "okomitobold", sans-serif;
    color: #222; }
  .top-nav .social {
    text-align: right; }
    .top-nav .social li {
      display: inline-block; }
      .top-nav .social li a {
        display: block;
        padding: 0 1rem 0.5rem; }
      .top-nav .social li a:last-child {
        padding-right: 0; }

@media (max-width: 500px) {
  .top-nav {
    margin-top: 5rem; }

  .social {
    text-align: left; }
    .social li {
      display: block; }
      .social li a {
        font-size: 18px;
        line-height: 38px; } }
.header--home {
  margin: 11rem 0 13rem; }

@media (max-width: 500px) {
  .header--home {
    margin: 6rem 0 7rem; } }
.work-caption {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 15rem; }

@media (max-width: 500px) {
  .work-caption {
    margin: 0.5rem 0 5rem; } }
.home-up {
  margin-top: 0;
  display: block;
  height: 20rem;
  padding-top: 9rem;
  background: #fff;
  color: #222;
  font-family: "okomitomedium", sans-serif;
  font-size: 16px; }
  .home-up i svg {
    width: 8px;
    margin-top: 10px;
    fill: #222; }
  .home-up:hover {
    cursor: pointer;
    color: #fff;
    background: #ddd; }
    .home-up:hover i svg {
      width: 8px;
      margin-top: 10px;
      fill: #fff; }

@media (max-width: 500px) {
  .home-up {
    margin-top: 0;
    height: 10rem;
    padding-top: 4rem;
    background: #ddd;
    color: #fff;
    font-family: "okomitomedium", sans-serif;
    font-size: 16px; }
    .home-up i svg {
      margin-top: 10px;
      fill: #fff; } }
.work-header .work-headlines {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 16rem; }
.work-header h1 {
  text-align: left;
  vertical-align: bottom; }
.work-header h2 {
  text-align: right;
  vertical-align: bottom; }
  .work-header h2 span {
    display: block;
    font-family: "okomitobold", sans-serif;
    font-size: 100px;
    line-height: 85px;
    color: #fff;
    text-shadow: -1px 0 #999, 0 1px #999, 1px 0 #999, 0 -1px #999; }

@media (max-width: 500px) {
  .work-header .work-headlines {
    margin-top: 6rem; }
  .work-header h2 span {
    font-size: 70px;
    line-height: 60px; } }
.work-cover {
  margin: 5rem 0;
  display: block;
  height: 50rem;
  width: 100%;
  background: url("../../img/acf0.jpg") center;
  background-size: cover; }

@media (max-width: 500px) {
  .work-cover {
    height: 30rem; } }
.work-images {
  margin-top: 12rem; }

@media (max-width: 500px) {
  .work-images {
    margin-top: 2rem; } }
.work-videos {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center; }
  .work-videos--acf {
    background: url("../../img/acf1.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  .work-videos .btn {
    margin-top: 260px; }

.work-next {
  margin-top: 14rem;
  display: block;
  height: 20rem;
  padding-top: 9rem;
  background: #ddd;
  color: #fff;
  font-family: "okomitobold", sans-serif; }
  .work-next i svg {
    width: 8px;
    margin-top: 10px;
    fill: #fff; }
  .work-next:hover {
    cursor: pointer;
    color: #fff;
    background: #111; }

@media (max-width: 500px) {
  .work-next {
    margin-top: 7rem;
    height: 10rem;
    padding-top: 4rem; } }
.iframe {
  margin-top: 10%;
  text-align: center; }

iframe, object, embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=style.css.map */
