@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

@font-face {
  font-family: "io";
  src: url("/assets/fonts/io.ttf?daazff") format("truetype"), url("/assets/fonts/io.woff?daazff") format("woff"), url("/assets/fonts/io.svg?daazff#io") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "io" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-vimeo:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-brand1:before {
  content: ""; }

.icon-social1:before {
  content: ""; }

.icon-BanqueNationale:before {
  content: ""; }

.icon-Cadbury:before {
  content: ""; }

.icon-CanadianDermatologyAsso:before {
  content: ""; }

.icon-CanadianTire .path1:before {
  content: "";
  color: #e5e5e5; }

.icon-CanadianTire .path2:before {
  content: "";
  margin-left: -1.9560546875em;
  color: white; }

.icon-CanadianTire .path3:before {
  content: "";
  margin-left: -1.9560546875em;
  color: black; }

.icon-CanadianTire .path4:before {
  content: "";
  margin-left: -1.9560546875em;
  color: black; }

.icon-CanadianTire .path5:before {
  content: "";
  margin-left: -1.9560546875em;
  color: white; }

.icon-CanadianTire .path6:before {
  content: "";
  margin-left: -1.9560546875em;
  color: white; }

.icon-CanExel:before {
  content: ""; }

.icon-CanopyGrowth:before {
  content: ""; }

.icon-Corona:before {
  content: ""; }

.icon-OlympicFoundation:before {
  content: ""; }

.icon-RayMont:before {
  content: ""; }

.icon-Salton:before {
  content: ""; }

.icon-Swire:before {
  content: ""; }

.icon-Tesla:before {
  content: ""; }

.icon-TheVoid:before {
  content: ""; }

.icon-TimHortons:before {
  content: ""; }

.icon-Tweed:before {
  content: ""; }

.icon-UnderArmour:before {
  content: ""; }

.icon-Uniden:before {
  content: ""; }

.icon-YouNow:before {
  content: ""; }

/*! Avalanche | MIT License | @colourgarden */
/**
 * SETTINGS
 */
/**
 * LOGIC aka THE MAGIC
 */
/**
 * GRID LAYOUT
 */
.grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
  font-size: 0; }

.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem; }

.grid--center {
  text-align: center; }
  .grid--center > .grid__cell {
    text-align: left; }

.grid__cell--center {
  display: block;
  margin: 0 auto; }

.grid--right {
  text-align: right; }
  .grid--right > .grid__cell {
    text-align: left; }

.grid--middle > .grid__cell {
  vertical-align: middle; }

.grid--bottom > .grid__cell {
  vertical-align: bottom; }

.grid--flush {
  margin-left: 0; }
  .grid--flush > .grid__cell {
    padding-left: 0; }

.grid--tiny {
  margin-left: -5px; }
  .grid--tiny > .grid__cell {
    padding-left: 5px; }

.grid--small {
  margin-left: -10px; }
  .grid--small > .grid__cell {
    padding-left: 10px; }

.grid--large {
  margin-left: -40px; }
  .grid--large > .grid__cell {
    padding-left: 40px; }

.grid--huge {
  margin-left: -80px; }
  .grid--huge > .grid__cell {
    padding-left: 80px; }

.grid--auto > .grid__cell {
  width: auto; }

.grid--rev {
  direction: rtl; }
  .grid--rev > .grid__cell {
    direction: ltr; }

/**
 * GRID WIDTHS
 */
.\31\/2, .\32\/4 {
  width: 50%; }

.\31\/3 {
  width: 33.3333333333%; }

.\32\/3 {
  width: 66.6666666667%; }

.\31\/4 {
  width: 25%; }

.\33\/4 {
  width: 75%; }

@media screen and (max-width: 767px) {
  .\31\/2--mobile, .\32\/4--mobile {
    width: 50%; }

  .\31\/3--mobile {
    width: 33.3333333333%; }

  .\32\/3--mobile {
    width: 66.6666666667%; }

  .\31\/4--mobile {
    width: 25%; }

  .\33\/4--mobile {
    width: 75%; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  .\31\/2--tablet, .\32\/4--tablet {
    width: 50%; }

  .\31\/3--tablet {
    width: 33.3333333333%; }

  .\32\/3--tablet {
    width: 66.6666666667%; }

  .\31\/4--tablet {
    width: 25%; }

  .\33\/4--tablet {
    width: 75%; } }
@media screen and (min-width: 768px) {
  .\31\/2--tablet-and-up, .\32\/4--tablet-and-up {
    width: 50%; }

  .\31\/3--tablet-and-up {
    width: 33.3333333333%; }

  .\32\/3--tablet-and-up {
    width: 66.6666666667%; }

  .\31\/4--tablet-and-up {
    width: 25%; }

  .\33\/4--tablet-and-up {
    width: 75%; } }
@media screen and (max-width: 960px) and (max-width: 1279px) {
  .\31\/2--laptop, .\32\/4--laptop {
    width: 50%; }

  .\31\/3--laptop {
    width: 33.3333333333%; }

  .\32\/3--laptop {
    width: 66.6666666667%; }

  .\31\/4--laptop {
    width: 25%; }

  .\33\/4--laptop {
    width: 75%; } }
@media screen and (min-width: 960px) {
  .\31\/2--laptop-and-up, .\32\/4--laptop-and-up {
    width: 50%; }

  .\31\/3--laptop-and-up {
    width: 33.3333333333%; }

  .\32\/3--laptop-and-up {
    width: 66.6666666667%; }

  .\31\/4--laptop-and-up {
    width: 25%; }

  .\33\/4--laptop-and-up {
    width: 75%; } }
@media screen and (min-width: 1280px) {
  .\31\/2--desktop, .\32\/4--desktop {
    width: 50%; }

  .\31\/3--desktop {
    width: 33.3333333333%; }

  .\32\/3--desktop {
    width: 66.6666666667%; }

  .\31\/4--desktop {
    width: 25%; }

  .\33\/4--desktop {
    width: 75%; } }
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .\31\/2--retina, .\32\/4--retina {
    width: 50%; }

  .\31\/3--retina {
    width: 33.3333333333%; }

  .\32\/3--retina {
    width: 66.6666666667%; }

  .\31\/4--retina {
    width: 25%; }

  .\33\/4--retina {
    width: 75%; } }
body {
  background-color: #e5e5e5;
  color: #404040;
  font-family: "brandon-grotesque"; }

a {
  color: #404040;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

.section {
  min-height: 50vh;
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .section {
      scroll-snap-align: start; } }
  .section--small {
    min-height: 25px; }
  .section--full {
    min-height: 100vh;
    margin-top: 0; }

.text-container {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .text-container--large {
    max-width: 1280px; }

.header {
  position: sticky;
  top: 0px;
  width: 100%;
  background-color: #e5e5e5;
  z-index: 100; }
  .header__container {
    max-width: 960px;
    margin: 0 auto;
    position: relative; }
  .header__logo {
    display: inline-block;
    background: url("/assets/images/logoMobile.png");
    width: 40px;
    height: 20px;
    margin: 10px;
    background-size: 40px 20px;
    z-index: 501;
    position: relative; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .header__logo {
        background: url("/assets/images/logoMobile@2x.png");
        background-size: 40px 20px; } }
    @media screen and (min-width: 768px) {
      .header__logo {
        width: 162px;
        height: 40px;
        background: url("/assets/images/logoHeader.png"); } }
  @media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .header__logo {
      background: url("/assets/images/logoHeader@2x.png");
      background-size: 162px 40px; } }

.section-container {
  margin: 0 10px; }
  @media screen and (min-width: 768px) {
    .section-container {
      margin: 0; } }

.menu-header {
  margin: 0 auto;
  width: 200px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: calc(50% - 105px);
  line-height: 40px;
  font-size: 20px; }
  @media screen and (min-width: 960px) {
    .menu-header {
      display: none; } }
  .menu-header__container {
    position: relative; }
  .menu-header__dots {
    line-height: 30px;
    position: absolute;
    left: 25px; }
    .menu-header__dots--right {
      left: auto;
      right: 25px; }
  .menu-header__text {
    margin: 0 10px;
    font-weight: 700;
    width: 70px;
    display: inline-block;
    text-transform: capitalize; }

.menu-language {
  font-size: 20px;
  position: absolute;
  right: 10px;
  display: inline-block;
  line-height: 40px;
  z-index: 501; }
  .menu-language--selected {
    font-weight: 700; }
  @media screen and (min-width: 960px) {
    .menu-language {
      display: none; } }

.menu-mobile {
  background-image: linear-gradient(to bottom, #e5e5e5, #f1f1f1);
  transition: all 250ms;
  position: fixed;
  width: 100%;
  top: -20px;
  height: 120vh; }
  @media screen and (min-width: 960px) {
    .menu-mobile {
      display: none; } }
  .menu-mobile__item {
    user-select: none;
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 70px;
    font-weight: 300; }
    .menu-mobile__item-three-dots {
      color: #b2151b;
      line-height: 50px; }
      .menu-mobile__item-three-dots--last {
        line-height: 10px;
        margin-bottom: 50px; }
    .menu-mobile__item-close {
      background-color: #f9f9f9;
      font-weight: 300;
      width: 80px;
      border-radius: 100%;
      margin: 20px auto 50px;
      font-size: 72px; }
      .menu-mobile__item-close:hover {
        text-decoration: none; }

.menu {
  display: none; }
  @media screen and (min-width: 960px) {
    .menu {
      display: inline-block;
      vertical-align: top;
      margin: 15px 0 0 15px; } }
  .menu__item {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 18px;
    color: #404040;
    border-right: 1px solid #404040;
    font-weight: 300; }
    .menu__item:last-child {
      border-right: none;
      width: 50px; }
    .menu__item--selected {
      font-weight: 700;
      color: #404040; }

.about-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap-reverse;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .about-container {
      flex-wrap: nowrap; } }
  .about-container__cell {
    flex-basis: 100%; }
    @media screen and (min-width: 768px) {
      .about-container__cell {
        text-align: right; }
        .about-container__cell:last-child {
          text-align: left; } }

.scroll {
  display: none;
  padding-top: 30px;
  text-align: center;
  transition: all 500ms;
  opacity: 1; }
  @media screen and (min-width: 768px) {
    .scroll {
      display: block; } }
  .scroll__text {
    color: #b2151b; }

.hero {
  display: none;
  position: relative;
  margin: 50px auto;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero {
      display: block; } }
  .hero__mask {
    mask: url("/assets/images/CurvedMask.svg");
    width: 100%;
    margin: 0 auto;
    padding-bottom: 23.90625%;
    overflow: hidden;
    height: 0;
    position: relative; }
  .hero__video {
    min-width: 200%;
    margin: 0 auto;
    position: absolute;
    top: -25%; }
    @media screen and (max-width: 960px) and (max-width: 1279px) {
      .hero__video {
        min-width: 163.539%;
        top: -12.5%; } }
    @media screen and (min-width: 1280px) {
      .hero__video {
        min-width: 163.539%;
        top: 0; } }
    .hero__video--mouseout {
      transition: transform 150ms ease-out; }

.img-fx {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden; }
  .img-fx:hover .img-fx__initial {
    transform: translate(0%, -100%); }
  .img-fx:hover .img-fx__push {
    transform: translate(0%, -100%); }
  .img-fx__initial {
    max-width: inherit;
    height: inherit;
    transition: .5s ease;
    transform: translate(0%, 0%); }
  .img-fx__push {
    max-width: inherit;
    height: inherit;
    transition: .5s ease;
    transform: translate(0, 0%); }

.headline {
  margin: 20px 0; }
  .headline__container {
    text-align: center;
    padding: 10px 0; }
    @media screen and (min-width: 768px) {
      .headline__container {
        padding: 20px 0; } }
    .headline__container--right {
      text-align: right; }
    .headline__container--left {
      text-align: left; }
  .headline__large {
    font-family: "brandon-grotesque";
    font-size: 22px;
    line-height: 36px;
    color: #bfbfbf;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .headline__large {
        font-size: 36px;
        line-height: 48px;
        margin: auto 20px; } }
    .headline__large--huge {
      font-size: 36px;
      line-height: 48px;
      margin: auto 20px; }
    .headline__large--black {
      color: #404040; }
  .headline__medium {
    font-family: "brandon-grotesque";
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0; }
  .headline__contact {
    font-family: "brandon-grotesque";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px; }
  .headline__small {
    font-family: "brandon-grotesque";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .headline__link {
    display: block;
    font-family: "brandon-grotesque";
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
    text-decoration: underline;
    margin: 30px 0;
    text-align: center; }

.map {
  background-image: url("/assets/images/loctionMap.png");
  background-repeat: no-repeat;
  min-width: 230px;
  min-height: 328px;
  background-position: -15px 0;
  background-size: 230px 328px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .map {
      background-image: url("/assets/images/loctionMap@2x.png"); } }
  @media screen and (min-width: 768px) {
    .map {
      background-position: 50px 0; } }

.address {
  font-size: 14px;
  color: #404040;
  font-style: italic; }

.paragraph {
  font-size: 20px;
  margin: 10px 0; }
  .paragraph--no-margin-sides {
    margin-left: 0;
    margin-right: 0; }

.block-3d {
  text-align: right;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .block-3d {
      margin-top: 0; } }

.logos {
  max-height: 200px;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 1280px) {
    .logos {
      overflow: auto; } }
  .logos__row {
    margin: 20px auto 10px;
    width: 1080px; }
    .logos__row--second {
      width: 1080px; }
  .logos__brand {
    margin: 15px;
    font-size: 50px;
    color: #bfbfbf; }

.director-chair {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 960px) {
    .director-chair {
      justify-content: flex-end; } }
  .director-chair__image {
    text-align: center;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-image: url("/assets/images/sprites/chair.jpg"); }
    .director-chair__image.--sprite {
      width: 400px;
      height: 400px;
      background-image: url("/assets/images/sprites/chair_sprite.jpg");
      background-size: auto; }

.cinelens__image {
  width: 300px;
  height: 142.91px;
  background-image: url("/assets/images/sprites/cineLens.jpg");
  background-size: contain; }
  .cinelens__image.--sprite {
    width: 466px;
    height: 222px;
    background-image: url("/assets/images/sprites/cineLens_sprite.jpg");
    background-size: auto; }

.cases__image {
  width: 300px;
  height: 221.67px;
  background-image: url("/assets/images/sprites/cases.jpg");
  background-size: contain; }
  .cases__image.--sprite {
    width: 360px;
    height: 266px;
    background-image: url("/assets/images/sprites/cases_sprite.jpg");
    background-size: auto; }

.reel__main {
  text-align: center;
  margin: 30px auto 5px;
  padding: 0 5px; }
.reel__more {
  cursor: pointer; }
  .reel__more-container {
    transition: all 1s; }
.reel__cell:nth-child(odd) {
  text-align: right; }
.reel__cell:nth-child(even) {
  text-align: left; }
@media screen and (min-width: 960px) {
  .reel__cell {
    text-align: center; } }
.reel__thumb {
  cursor: pointer;
  background-color: #e4e4e4;
  padding: 5px;
  text-align: center;
  margin: 0 auto; }

.contact {
  margin: 50px auto 25px; }
  .contact-text {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .contact-text {
        text-align: right; } }
  .contact-info {
    padding: 20px 10px; }
    .contact-info-second {
      padding: 20px 0;
      text-align: center; }

.address-info {
  margin-left: 50%;
  width: 50%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container--wider {
    padding-bottom: 42.857%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.production-text {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .production-text {
      text-align: left;
      margin-left: 20px; } }

.production-carousel {
  overflow: hidden;
  height: 260px;
  margin: 10px auto;
  text-align: center;
  width: 320px; }
  @media screen and (max-width: 767px) {
    .production-carousel {
      display: none; } }

@media screen and (min-width: 768px) {
  .services-mobile {
    display: none; } }
.services-mobile__item {
  max-width: 90%;
  width: 320px;
  margin: 0 auto; }
.services-mobile__indicators {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .services-mobile__indicators {
      display: none; } }
.services-mobile__indicator {
  background-color: #bfbfbf;
  height: 4px;
  width: 40px;
  margin-right: 8px;
  border-radius: 1px;
  display: inline-block; }
  .services-mobile__indicator:last-child {
    margin-right: 0; }
  .services-mobile__indicator--active {
    background-color: #404040; }

.services {
  overflow: hidden;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .services {
      display: none; } }
  .services__thumb {
    width: 320px;
    height: 180px; }

.seperator {
  display: none;
  color: #b2151b;
  text-align: center;
  position: relative;
  font-size: 18px;
  margin: 75px 0;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .seperator {
      display: block; } }
  .seperator__border {
    margin: 0 auto;
    max-width: 80%;
    width: 700px;
    height: 1px;
    background-color: #b2151b; }
  .seperator__text {
    background-color: #e5e5e5;
    font-style: italic;
    position: absolute;
    left: calc(50% - 45px);
    width: 90px;
    top: -12px;
    background: #e5e5e5; }

.social {
  text-align: center;
  margin: 30px 0; }
  .social__icon {
    font-size: 50px;
    padding: 0 20px;
    color: #bfbfbf; }
    .social__icon:hover {
      color: #404040;
      text-decoration: none; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 990; }
  .modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 995;
    background: rgba(0, 0, 0, 0.85); }
  .modal__content {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow: auto;
    box-sizing: border-box;
    max-width: 720px;
    width: 100%; }
  .modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
    background: none;
    border: none;
    color: #bfbfbf;
    z-index: 2000;
    transition: opacity 0.2s ease; }

.is--centered {
  text-align: center; }

.is--hidden {
  visibility: hidden;
  height: 0;
  opacity: 0; }

@media screen and (min-width: 768px) {
  .is--mobile-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .is--desktop-only {
    display: none; } }

.has--padding {
  padding: 20px 10px; }
