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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'FF Mark Pro';
  src: url("../assets/FF Mark Pro Bold.otf");
  font-weight: 700; }

@font-face {
  font-family: 'FF Mark Pro';
  src: url("../assets/FF Mark Pro Medium.otf");
  font-weight: 600; }

@font-face {
  font-family: 'FF Mark Pro';
  src: url("../assets/FF Mark Pro Book.otf");
  font-weight: 500; }

@font-face {
  font-family: 'FF Mark Pro';
  src: url("../assets/FF Mark Pro Regular.otf");
  font-weight: 400; }

@font-face {
  font-family: 'FF Mark Pro';
  src: url("../assets/FF Mark Pro Light.otf");
  font-weight: 200; }

@font-face {
  font-family: 'E Fill';
  src: url("../assets/Epilepsja Fill.otf"); }

@font-face {
  font-family: 'E Outline';
  src: url("../assets/Epilepsja Outline.otf"); }

@font-face {
  font-family: 'E Solid';
  src: url("../assets/Epilepsja Solid.otf"); }

@font-face {
  font-family: 'SerifGothic-Heavy';
  src: url("../assets/fonts/SerifGotHea.otf"); }

@font-face {
  font-family: 'FranklinGothic-Book';
  src: url("../assets/fonts/ITCFranklinGothicStd-Book.otf"); }

@font-face {
  font-family: 'FranklinGothic-Demi';
  src: url("../assets/fonts/ITCFranklinGothicStd-Demi.otf"); }

body {
  font-family: "FF Mark Pro";
  transition: 0.5s ease-in-out background-color;
  background-color: #111; }

body.case {
  background-color: #fff; }

body.black {
  background-color: #111; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

a {
  color: white;
  text-decoration: none; }

.b, .client-list {
  box-sizing: border-box; }

body.grey {
  background-color: #111111; }

body.lightgrey {
  background-color: #272727; }

body.black {
  background-color: #111111; }

body.yellow {
  background-color: #ffcb05; }

body.white {
  background-color: white; }

.bg-white {
  isolation: isolate; }

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

.height-one {
  min-height: 90vh; }

.height-two {
  min-height: 60vh; }

.link-dark {
  color: black; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.social-btn {
  width: 30px;
  display: inline-block;
  margin-right: 3px;
  margin-top: 3px; }
  .social-btn img {
    width: 100%; }

.awards {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  .awards img {
    max-width: 100%; }
  .awards iframe {
    height: 260px; }
    @media screen and (min-width: 575px) {
      .awards iframe {
        height: 310px; } }
    @media screen and (min-width: 768px) {
      .awards iframe {
        height: 506px; } }
  .awards .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .awards .container {
        padding-right: 60px;
        padding-left: 60px; } }
    @media screen and (min-width: 992px) {
      .awards .container {
        padding-left: 90px;
        padding-right: 90px; } }
  .awards.starwars {
    background-color: #000;
    background-image: url("../awards/starwars/img/starscape.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top; }
    .awards.starwars .starwars__section--header {
      padding-top: 70px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__section--header {
          padding-top: 115px; } }
    .awards.starwars .starwars__logo {
      width: 125px;
      display: block;
      margin: 0 auto;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__logo {
          width: 153px;
          margin-bottom: 40px; } }
    .awards.starwars .starwars__heading {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 305px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__heading {
          width: 515px;
          margin-bottom: 70px; } }
    .awards.starwars .starwars__video {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: 260px; }
      @media screen and (min-width: 575px) {
        .awards.starwars .starwars__video {
          height: 310px; } }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__video {
          margin: 0 auto;
          width: 900px;
          height: 506px; } }
    .awards.starwars .starwars__section--info {
      margin: 0 auto;
      background-image: url("../awards/starwars/img/gradient.png");
      background-size: contain;
      background-position: top;
      padding-top: 75px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__section--info {
          padding-top: 174px; } }
    .awards.starwars .starwars__info-inner {
      margin: 0 auto;
      margin-bottom: 80px;
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__info-inner {
          padding: 0;
          max-width: 660px;
          margin-bottom: 145px; } }
    .awards.starwars .starwars__title {
      color: #44c2d9;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 5px;
      margin-bottom: 15px;
      font-family: "FranklinGothic-Demi"; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__title {
          font-size: 21px;
          letter-spacing: 5px;
          margin-bottom: 15px; } }
    .awards.starwars .starwars__description {
      color: #ffffff;
      font-size: 12px;
      line-height: 26px;
      margin-bottom: 35px;
      font-family: "FranklinGothic-Book"; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__description {
          font-size: 16px;
          line-height: 32px;
          margin-bottom: 50px; } }
    .awards.starwars .starwars__section--stats {
      padding-bottom: 65px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__section--stats {
          padding-bottom: 75px; } }
    .awards.starwars .starwars__stats-inner {
      max-width: 700px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__stats-inner {
          max-width: 740px;
          margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .awards.starwars .starwars__stat-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; } }
    .awards.starwars .starwars__stat-item {
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__stat-item {
          margin: 10px 30px 65px; } }
    .awards.starwars .starwars__tagline {
      color: #44c2d9;
      font-size: 12px;
      line-height: 1.7;
      letter-spacing: 2.3px;
      text-transform: uppercase;
      margin-bottom: 70px;
      font-family: "FranklinGothic-Demi"; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__tagline {
          font-size: 18px;
          line-height: 1.78;
          letter-spacing: 4.3px;
          margin-bottom: 85px; } }
      .awards.starwars .starwars__tagline .white {
        color: #ffffff; }
    .awards.starwars .starwars__stat-info {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 28px;
      margin-bottom: 6px;
      font-family: "FranklinGothic-Demi"; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__stat-info {
          font-size: 28px;
          margin-bottom: 15px;
          letter-spacing: 2px; } }
    .awards.starwars .starwars__stat-name {
      color: #44c2d9;
      text-transform: uppercase;
      font-size: 12px;
      font-family: "FranklinGothic-Demi";
      letter-spacing: 2px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__stat-name {
          font-size: 12px; } }
    .awards.starwars .starwars__section--social {
      display: none; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__section--social {
          display: block;
          margin-bottom: 150px; } }
    .awards.starwars .starwars__social-img {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__social-img {
          max-width: 1200px; } }
    .awards.starwars .starwars__gallery-img {
      margin-bottom: 3px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__gallery-img {
          width: 1000px;
          margin-bottom: 40px; } }
    .awards.starwars .starwars__logo2 {
      width: 88px;
      margin-top: 55px;
      margin-bottom: 90px; }
      @media screen and (min-width: 768px) {
        .awards.starwars .starwars__logo2 {
          width: 88px;
          margin-top: 65px;
          margin-bottom: 105px; } }
  .awards.sex {
    background-color: #19ace0;
    background-image: url("../awards/sextortion/img/background.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top; }
    .awards.sex .sex__section--header {
      color: transparent;
      height: 50vw; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__section--header {
          height: 45vw; } }
    .awards.sex .sex__video {
      max-width: 100%;
      margin-bottom: 23px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__video {
          width: 1000px;
          margin-bottom: 90px;
          height: 560px; } }
    .awards.sex .sex__quote-img {
      margin-bottom: 65px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__quote-img {
          width: 1000px;
          margin-bottom: 150px; } }
    .awards.sex .sex__section--info {
      text-align: left;
      margin-bottom: 55px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__section--info {
          margin-bottom: 85px; } }
    @media screen and (min-width: 768px) {
      .awards.sex .sex__info-inner {
        max-width: 660px;
        margin: 0 auto; } }
    .awards.sex .sex__title {
      font-family: "Impact";
      font-size: 24px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fdc4c7;
      margin-bottom: 7px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__title {
          font-size: 34px;
          letter-spacing: 2px;
          margin-bottom: 13px; } }
    .awards.sex .sex__description {
      color: #ffffff;
      font-family: "Helvetica";
      font-size: 12px;
      line-height: 25px;
      margin-bottom: 45px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__description {
          font-size: 16px;
          line-height: 32px;
          margin-bottom: 75px; } }
    .awards.sex .sex__section--stats {
      margin-bottom: 80px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__section--stats {
          margin-bottom: 85px; } }
    @media screen and (min-width: 768px) {
      .awards.sex .sex__stats-inner {
        max-width: 660px;
        margin: 0 auto;
        text-align: left; } }
    @media screen and (min-width: 768px) {
      .awards.sex .sex__stat-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px; } }
    .awards.sex .sex__stat-item {
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__stat-item {
          margin-bottom: 0px; } }
    @media screen and (min-width: 768px) {
      .awards.sex .sex__sat-item--adjust {
        width: 226px; } }
    .awards.sex .sex__stat-info {
      font-family: "Impact";
      color: #ffffff;
      font-size: 35px;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__stat-info {
          font-size: 48px;
          letter-spacing: 2px; } }
    .awards.sex .sex__stat-name {
      font-family: "Impact";
      color: #fdc4c7;
      font-size: 16px;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 22px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__stat-name {
          font-size: 18px;
          letter-spacing: 1px;
          line-height: 32px; } }
    .awards.sex .sex__gallery-video {
      margin-bottom: 3px;
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__gallery-video {
          width: 1000px;
          margin-bottom: 40px;
          height: 560px; } }
    .awards.sex .sex__gallery-img {
      margin-bottom: 3px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__gallery-img {
          width: 1000px;
          margin-bottom: 40px; } }
    .awards.sex .sex__logo {
      width: 145px;
      margin-top: 55px;
      margin-bottom: 55px; }
      @media screen and (min-width: 768px) {
        .awards.sex .sex__logo {
          width: 171px;
          margin-top: 65px;
          margin-bottom: 105px; } }

@media screen and (min-width: 768px) {
  .team {
    -ms-transform: none !important;
    transform: none !important; } }

.team .top {
  width: 100%;
  position: relative; }

@media screen and (min-width: 768px) {
  .team .team__mobile {
    display: none; } }

.team .team__desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .team .team__desktop {
      display: block; } }

.team #ourteam-image {
  pointer-events: none; }

.team__mobile .team-mobile__header {
  margin-bottom: 65px; }
  .team__mobile .team-mobile__header .copy {
    color: white;
    font-size: 12px;
    line-height: 1.92;
    letter-spacing: 0.3px; }

.team__mobile .title-small {
  color: #ffcb05;
  margin-bottom: 10px; }

.team__mobile .team-mobile__gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10vw;
  margin-right: -10vw;
  position: relative; }

.team__mobile .team-mobile__item {
  width: calc(25% - 2px);
  margin: 1px;
  transition: all 1s ease; }
  .team__mobile .team-mobile__item .team-mobile__overlay {
    display: none; }
  .team__mobile .team-mobile__item.active {
    padding-bottom: 514px; }
    @media screen and (min-width: 350px) {
      .team__mobile .team-mobile__item.active {
        padding-bottom: 550px; } }
    .team__mobile .team-mobile__item.active .team-mobile__overlay {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.7); }
    .team__mobile .team-mobile__item.active .team-mobile__overlay-close {
      width: 50px; }

.team__mobile .team-mobile__link {
  display: block;
  position: relative; }

.team__mobile .team-mobile__thumb {
  width: 100%;
  display: block; }

.team__mobile .team-mobile__inner {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 1s ease; }
  .team__mobile .team-mobile__inner.active {
    max-height: 550px; }

.team__mobile .team-mobile__img {
  width: 100%;
  max-width: 455px;
  display: block;
  margin: auto; }

.team__mobile .team-mobile__info {
  background-color: #ffcb05;
  text-align: center;
  padding: 40px 50px 50px;
  height: 205px;
  position: relative; }
  @media screen and (min-width: 350px) {
    .team__mobile .team-mobile__info {
      height: 205px; } }

.team__mobile .team-mobile__name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 7px; }

.team__mobile .team-mobile__title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px; }

.team__mobile .team-mobile__bio {
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 1.4; }

.team__mobile .team-mobile__controls {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  right: 0; }

.team__mobile .team-mobile__control {
  width: 50px;
  height: 50px;
  background-color: rgba(17, 17, 17, 0.62);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .team__mobile .team-mobile__control img {
    width: 11px; }

.team__mobile .team-mobile__control--left {
  float: left; }

.team__mobile .team-mobile__control--right {
  float: right; }

@media screen and (min-width: 768px) {
  #team__desktop-trigger {
    position: relative;
    top: -100px; } }

@media screen and (min-width: 992px) {
  #team__desktop-trigger {
    position: relative;
    top: 0px; } }

.team-grid {
  margin: auto;
  width: 465px;
  transition: all 1s ease;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (min-width: 992px) {
    .team-grid {
      width: 665px;
      position: relative; } }
  @media screen and (min-width: 1200px) {
    .team-grid {
      width: 1000px; } }
  @media screen and (min-width: 1900px) {
    .team-grid {
      width: 1250px; } }
  .team-grid.active {
    opacity: 0.25; }
  .team-grid .team-grid__row {
    pointer-events: none;
    display: -ms-flexbox;
    display: flex; }
  .team-grid .team-grid__item {
    height: 100px;
    width: 100px;
    pointer-events: all;
    margin: 1px;
    background-size: cover;
    opacity: 0; }
    @media screen and (min-width: 768px) {
      .team-grid .team-grid__item {
        height: 75px;
        width: 75px; } }
    @media screen and (min-width: 992px) {
      .team-grid .team-grid__item {
        height: 100px;
        width: 100px; } }
    @media screen and (min-width: 1200px) {
      .team-grid .team-grid__item {
        height: 140px;
        width: 140px; } }
    @media screen and (min-width: 1900px) {
      .team-grid .team-grid__item {
        height: 175px;
        width: 175px; } }
    .team-grid .team-grid__item.hide {
      opacity: 0;
      pointer-events: none; }
  .team-grid .team-grid__item {
    background-size: cover;
    position: relative;
    background-position: center; }
  .team-grid .team-grid__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover; }
    .team-grid .team-grid__link:hover {
      background-color: rgba(255, 203, 5, 0.6); }

.team-slider {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 21vw;
  left: calc(50% - 375px);
  pointer-events: none;
  transition: all 1s ease; }
  @media screen and (min-width: 1200px) {
    .team-slider {
      top: 24vw; } }
  @media screen and (min-width: 1400px) {
    .team-slider {
      top: 18vw; } }
  .team-slider.active {
    opacity: 1;
    z-index: 99;
    pointer-events: initial; }
  .team-slider .team-slider__inner {
    width: 750px;
    margin: auto; }
  .team-slider .slick-list {
    -webkit-clip-path: polygon(0 0, 650px 0, 100% 100px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 650px 0, 100% 100px, 100% 100%, 0 100%);
    overflow: hidden; }
  .team-slider .team-slider__close-btn {
    width: 18px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 8px;
    padding: 10px;
    z-index: 100; }
    .team-slider .team-slider__close-btn img {
      width: 100%; }
  .team-slider .team-slider__item-inner {
    display: -ms-flexbox;
    display: flex; }
  .team-slider .team-slider__img-container,
  .team-slider .team-slider__info-container {
    width: 50%;
    vertical-align: middle; }
  .team-slider .team-slider__info-container {
    background-color: #ffcb05;
    color: black;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end; }
  .team-slider .team-slider__info-inner {
    padding: 52px; }
  .team-slider .team-slider__name {
    font-size: 21px;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    font-weight: bold; }
  .team-slider .team-slider__title {
    font-size: 16px;
    line-height: 1.12;
    letter-spacing: 0.4px;
    margin-bottom: 14px; }
  .team-slider .team-slider__bio {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.3px; }
  .team-slider .team-slider__img {
    width: 100%; }
  .team-slider .slick-prev {
    background-image: url("../assets/sprites/arrow-yellow-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .team-slider .slick-prev:before {
      content: ''; }
  .team-slider .slick-next {
    background-image: url("../assets/sprites/arrow-yellow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .team-slider .slick-next:before {
      content: ''; }

.overlay--team-slider.active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98; }

.work {
  padding-top: 50px;
  padding-bottom: 20vw; }
  @media screen and (min-width: 768px) {
    .work {
      padding-top: 20vh;
      padding-bottom: 5vh; } }
  @media screen and (max-width: 767px) {
    .work.content-block {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 25vw; } }
  @media screen and (min-width: 768px) {
    .work.content-block {
      padding-right: 15vw; } }
  @media screen and (max-width: 767px) {
    .work .work__inner {
      padding-right: 10vw;
      padding-left: 10vw;
      width: 100%; } }
  .work .work__mobile {
    width: 100%; }
  .work .work__mobile-item {
    height: 190px;
    position: relative; }
  .work .work__mobile-link {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.4; }
  .work .work__img {
    width: 100%;
    opacity: 0.4; }
    .work .work__img:hover {
      opacity: 1; }
  .work .work__slider {
    width: 100%; }
  .work .work__info-container {
    padding: 0 10vw 20px 10vw; }
    @media screen and (max-width: 767px) {
      .work .work__info-container {
        position: absolute;
        bottom: 0;
        pointer-events: none; } }
    @media screen and (min-width: 768px) {
      .work .work__info-container {
        padding: 10px 10px; } }
    @media screen and (min-width: 992px) {
      .work .work__info-container {
        padding: 20px 15px; } }
  .work .work__client {
    color: #ffcb05;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .work .work__client {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.3px; } }
  .work .work__project {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .work .work__project {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.3px; } }
  .work .slick-prev {
    right: 30px;
    top: -20px;
    left: initial;
    background-image: url("../assets/sprites/arrow-yellow-left.png");
    background-size: contain;
    background-repeat: no-repeat; }
    .work .slick-prev:before {
      content: ''; }
  .work .slick-next {
    right: 0;
    top: -20px;
    background-image: url("../assets/sprites/arrow-yellow-right.png");
    background-size: contain;
    background-repeat: no-repeat; }
    .work .slick-next:before {
      content: ''; }
  .work .slick-dots {
    bottom: -35px; }
  .work .slick-dots li {
    margin: 0 1px; }
  .work .slick-dots li button:before {
    font-size: 16px;
    color: #414141; }
  .work .slick-dots li.slick-active button:before {
    color: #ffcb05;
    font-size: 16px; }

body {
  font-family: "FF Mark Pro";
  transition: 0.5s ease-in-out background-color;
  background-color: #111; }

body.case {
  background-color: #fff; }

header {
  position: fixed;
  width: 100%;
  top: 50px;
  padding-left: 7.5vw;
  padding-right: 105px;
  color: white;
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: 0.9s ease-in-out transform, 0.9s ease-in-out opacity;
  z-index: 15; }
  header.open {
    -ms-transform: none;
    transform: none; }

a {
  color: white;
  text-decoration: none; }

.mobile-header, .mobile-side-nav {
  display: none; }

html body #logo svg path.I {
  fill: #ffcb05 !important; }

#logo svg {
  width: 120px; }

#logo svg path, #logo svg rect {
  transition: 0.3s ease-in-out fill, 0.3s ease-in-out transform;
  fill: white; }

#logo.black svg path {
  fill: black; }

#logo.black .I {
  fill: black; }

#logo.yellow svg path {
  fill: black; }

#logo.yellow .X {
  fill: black; }

#sm {
  display: none; }
  #sm .sm-link {
    display: inline-block;
    margin-left: 10px;
    mix-blend-mode: difference; }
  #sm svg {
    fill: white;
    width: 20px;
    transition: 0.3s ease-in-out fill; }
    #sm svg.invert {
      fill: black; }

nav {
  position: fixed;
  -ms-transform: rotate(-90deg) translateY(1000%);
  transform: rotate(-90deg) translateY(1000%);
  top: 46%;
  right: -188px;
  font-size: 10px;
  letter-spacing: 0.2em;
  height: 20px;
  z-index: 15;
  transition: 0.9s ease-in-out transform; }
  nav.open {
    -ms-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%); }
  nav a {
    color: white;
    position: relative;
    padding-bottom: 5px;
    transition: 0.3s ease-in-out color, 0.3s ease-in-out font-size; }
    nav a.white {
      color: white; }
    nav a.black {
      color: #111111; }
  nav .line-nav {
    width: 0;
    border-top: 1px solid #ffcb05;
    position: absolute;
    left: 0;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    bottom: 0;
    transition: 0.3s ease-in-out width; }
  nav .selected .line-nav {
    width: 100%; }
  nav a.selected {
    color: #ffcb05;
    font-size: 13px; }
  nav a.selected.yellow-also {
    color: white; }
    nav a.selected.yellow-also .line-nav {
      border-top: 1px solid white; }

.nav-link {
  margin-right: 20px; }

.content-block {
  padding-left: 15vw;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 5vw;
  opacity: 0;
  transition: 1s ease-in-out opacity, 1s ease-in-out transform;
  -ms-transform: translateY(100px);
  transform: translateY(100px); }
  .content-block.show-me {
    opacity: 1;
    -ms-transform: none;
    transform: none; }

.title-large {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  width: 750px; }

.title-small {
  font-weight: bold;
  margin-bottom: 50px; }

.copy {
  line-height: 2;
  font-weight: 400;
  font-size: 12px; }
  .copy p:not(last-child) {
    margin-bottom: 10px; }

#news {
  padding-top: 25px;
  padding-bottom: 55px; }
  @media only screen and (min-width: 48em) {
    #news {
      padding-top: 10vh;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 64em) {
    #news {
      padding-top: 5vh;
      padding-left: 75px;
      padding-right: 150px; } }
  @media only screen and (min-width: 75em) {
    #news {
      padding-left: 107px; } }
  #news .news-item {
    position: relative;
    box-sizing: border-box;
    height: auto;
    color: white;
    padding: 20px 0 30px;
    transition: opacity .15s ease-in-out; }
    @media only screen and (min-width: 640px) {
      #news .news-item {
        height: 400px; } }
    @media only screen and (min-width: 750px) {
      #news .news-item {
        height: 350px; } }
    @media only screen and (min-width: 800px) {
      #news .news-item {
        height: 325px; } }
    @media only screen and (min-width: 1024px) {
      #news .news-item {
        height: 410px; } }
    @media only screen and (min-width: 1280px) {
      #news .news-item {
        height: 350px; } }
    @media only screen and (min-width: 1660px) {
      #news .news-item {
        height: 310px; } }
    @media only screen and (min-width: 64em) {
      #news .news-item {
        padding: 0 20px 0 0;
        opacity: 0.5; } }
    #news .news-item:hover {
      opacity: 1; }
  #news .news-item-provider {
    height: 55px; }
    #news .news-item-provider img {
      height: 24px; }
    #news .news-item-provider--marketing img {
      height: 18px; }
    #news .news-item-provider--oneshow img {
      position: relative;
      top: -5px;
      height: 52px; }
  #news .news-item-headline {
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    margin: 10px 0 15px;
    padding-right: 25px; }
    @media only screen and (min-width: 64em) {
      #news .news-item-headline {
        margin-bottom: 20px;
        min-height: 120px;
        padding-right: 15px; } }
    @media only screen and (min-width: 75em) {
      #news .news-item-headline {
        margin-bottom: 15px;
        min-height: 90px; } }
  #news .news-item-caption {
    padding-top: 0px;
    font-size: 12px;
    line-height: 15px;
    padding-right: 25px;
    /* width:50%;
        @media only screen and (min-width: 64em) {
        width:100%;
        }*/ }
  #news .news-item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9; }
    #news .news-item-link .icon-arrow {
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("../assets/news/icon-arrow.png") bottom left no-repeat;
      background-size: 18%;
      width: 50px;
      height: 50px;
      display: block; }
      @media only screen and (min-width: 48em) {
        #news .news-item-link .icon-arrow {
          background-size: 25%; } }
      @media only screen and (min-width: 64em) {
        #news .news-item-link .icon-arrow {
          bottom: 10px; } }
  @media only screen and (min-width: 320px) {
    #news .swiper-container {
      height: 550px; } }
  @media only screen and (min-width: 350px) {
    #news .swiper-container {
      height: 500px; } }
  @media only screen and (min-width: 375px) {
    #news .swiper-container {
      height: 450px; } }
  @media only screen and (min-width: 474px) {
    #news .swiper-container {
      height: 350px; } }
  @media only screen and (min-width: 640px) {
    #news .swiper-container {
      height: 500px; } }

#ourwhy {
  -ms-flex-align: start;
  align-items: flex-start;
  color: white;
  padding-top: 200px; }
  #ourwhy .title-large span {
    color: #ffcb05; }
  #ourwhy .copy-container {
    padding-left: 40%;
    padding-right: 300px;
    margin-left: auto;
    margin-top: 70px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 0px; }
    #ourwhy .copy-container .copy {
      position: relative; }
    #ourwhy .copy-container .x {
      position: absolute;
      top: -60px;
      left: -60px;
      color: #ffcb05;
      font-family: "E Outline";
      font-size: 70px;
      margin-top: 0; }

#ourcore {
  position: relative; }
  #ourcore .title-small {
    opacity: 0; }
  #ourcore.fixed .left-side {
    position: fixed;
    top: 40%;
    left: 10vw;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #ourcore .left-side {
    position: relative; }
  #ourcore .about-content {
    width: 300px; }

#option-container {
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  margin-bottom: 30px; }
  #option-container .option {
    font-family: "FF Mark Pro";
    font-size: 20px;
    cursor: default;
    color: #eaeaea;
    transition: 0.3s ease-in-out color;
    font-weight: bold;
    vertical-align: middle; }
    #option-container .option span {
      font-family: "E Fill";
      color: transparent;
      transition: 0.3s ease-in-out color;
      font-size: 25px;
      vertical-align: middle; }
    #option-container .option.selected {
      color: #111111; }
      #option-container .option.selected span {
        color: #ffcb05; }

.about-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility; }
  .about-content span {
    display: none;
    font-family: "E Fill";
    font-size: 25px;
    cursor: default;
    color: #eaeaea; }
  .about-content:first-of-type {
    position: relative; }
  .about-content.visible {
    opacity: 1;
    visibility: visible;
    display: block; }

.parallax-container {
  padding-top: 20vh;
  height: 100%;
  -ms-flex-align: start;
  align-items: flex-start; }
  .parallax-container .line {
    position: absolute;
    font-weight: bold;
    color: #ffcb05;
    top: 50%;
    z-index: -1;
    right: 200px;
    text-align: center;
    font-family: "E Solid";
    opacity: 0;
    display: none; }
    .parallax-container .line.visible {
      opacity: 1;
      display: block; }
  .parallax-container .letter-x {
    font-family: "E Outline"; }
  .parallax-container .letter-n {
    left: 200px; }
  .parallax-container .line-top {
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    right: 500px; }
  .parallax-container .line-middle {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    right: 400px; }
  .parallax-container .line-bottom {
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .parallax-container .line-botbot {
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .parallax-container .letter {
    display: inline-block;
    font-size: 120px; }

#ourteam-mobile {
  display: none; }

.team #ourteam-image {
  visibility: visible;
  opacity: 1; }

#ourteam-image {
  position: fixed;
  height: 100vh;
  z-index: -1;
  width: 100vw;
  opacity: 0;
  transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
  visibility: hidden;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center; }

.bold {
  font-weight: 900; }

.person .span {
  font-weight: 900; }

#ourteam {
  padding-top: 20vw;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 20vw; }
  @media screen and (min-width: 768px) {
    #ourteam {
      padding-top: 10vh;
      padding-left: 7.5vw;
      padding-right: 7.5vw;
      padding-bottom: 15vh;
      margin-top: 25vh;
      position: relative;
      -ms-flex-align: start;
      align-items: flex-start;
      overflow: hidden; }
      #ourteam .subtitle {
        width: 400px;
        font-size: 14px;
        margin-bottom: 60px;
        line-height: 2; }
      #ourteam .copy {
        color: white;
        width: 360px; } }
  @media screen and (min-width: 2000px) {
    #ourteam {
      padding-top: 9vw; } }

.team #ourteam {
  color: white; }

.yellow #ourteam .copy {
  color: #111111; }

.person-img {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 1;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out visiblity; }
  .person-img.visible {
    opacity: 1;
    visibility: visible; }
  .person-img .img-container {
    position: relative; }
  .person-img .yellow-mix {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffcb05;
    opacity: 0; }
  .person-img img {
    width: 100%; }

#people-list {
  font-size: 25px;
  font-weight: bold;
  padding-right: 25vw;
  line-height: 1.6;
  z-index: 2;
  display: block;
  position: relative; }
  #people-list .person {
    display: inline-block;
    transition: 0.3s ease-in-out color;
    cursor: pointer;
    position: relative;
    color: white; }
    #people-list .person:hover, #people-list .person.selected {
      color: #111111;
      z-index: 4; }

.people-copy {
  position: relative;
  margin-top: 30px; }
  .people-copy .copy {
    position: absolute;
    color: #272727;
    left: 0;
    bottom: 50px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out visibility, 0.3s ease-in-out transform, 0.3s ease-in-out color; }
    .people-copy .copy.visible {
      opacity: 1;
      visibility: visible;
      -ms-transform: none;
      transform: none; }

#ourwork {
  -ms-flex-align: start;
  align-items: flex-start; }
  #ourwork .title-small {
    color: #ffcb05;
    width: 100%;
    opacity: 0; }

.video-container video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 9;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.video-container {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out visibility, 0.3s ease-in-out opacity; }
  .video-container.visible {
    visibility: visible;
    opacity: 1; }
  .video-container .opacity {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    background-color: #111111;
    opacity: 0.85; }
  .video-container.cybertip .opacity {
    opacity: 0.5; }

#scan-lines {
  background-image: url("../assets/scan.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  z-index: 9;
  position: fixed;
  top: 0;
  opacity: 0.2;
  left: 0; }

#projects {
  width: 100%;
  padding-right: 10%; }
  #projects .project {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    z-index: 11;
    color: white;
    cursor: pointer;
    margin-bottom: 120px;
    position: relative;
    transition: 0.3s ease-in-out color; }
    #projects .project:hover {
      color: #ffcb05; }
    #projects .project.visible {
      z-index: 2; }
  #projects .client {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px; }
  #projects .project-name {
    font-size: 20px;
    font-weight: 200;
    display: none; }

#ourclients.content-block {
  padding-right: 15vw;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10vw;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh; }
  #ourclients.content-block .title-small {
    opacity: 0;
    display: none; }

.client-list {
  -webkit-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%);
  padding: 5px 10px;
  width: 25%;
  text-align: center;
  transition: 0.3s ease-in-out opacity, 0.3s ease-in-out filter;
  -webkit-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out -webkit-filter; }
  .client-list img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 170px; }
  .client-list:hover {
    -webkit-filter: none;
    filter: none; }
  .client-list.dark-logo {
    -webkit-filter: grayscale(100%) opacity(30%);
    filter: grayscale(100%) opacity(30%); }
    .client-list.dark-logo:hover {
      -webkit-filter: none;
      filter: none; }

#ourcontact {
  padding-right: 15vw;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  #ourcontact .contact-link {
    color: black;
    font-weight: bold; }
  #ourcontact .left {
    width: 100%; }
  @media screen and (min-width: 992px) {
    #ourcontact .left {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: (1fr)[5];
      grid-template-rows: repeat(5, 1fr); }
    #ourcontact .contact:first-child {
      grid-area: 1 / 1 / 2 / 2; }
    #ourcontact .contact:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    #ourcontact .contact:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; }
    #ourcontact .contact:nth-child(4) {
      grid-area: 2 / 2 / 4 / 3; }
    #ourcontact .contact:nth-child(5) {
      grid-area: 3 / 1 / 4 / 2; }
    #ourcontact .contact:nth-child(6) {
      grid-area: 4 / 1 / 5 / 2; }
    #ourcontact .contact:nth-child(7) {
      grid-area: 4 / 2 / 5 / 3; }
    #ourcontact .contact:nth-child(8) {
      grid-area: 5 / 1 / 6 / 2; } }
  #ourcontact .contact {
    line-height: 1.6;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  #ourcontact .email {
    color: #111111;
    font-size: 20px;
    font-weight: bold; }
  #ourcontact .name {
    color: white; }
  #ourcontact .right {
    color: white;
    line-height: 1.5;
    position: relative;
    font-weight: 200;
    display: none; }
    #ourcontact .right .x {
      position: absolute;
      top: -60px;
      left: -60px;
      font-size: 100px;
      color: #272727;
      font-family: "E Outline"; }
  #ourcontact .address--adjust {
    margin-top: 20px; }
  #ourcontact .address p {
    font-size: 13px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #ourcontact .address p {
        font-size: 14px; } }
  #ourcontact .mischief {
    display: inline-block;
    margin-top: 5px; }

.project-container {
  width: 100%;
  padding-bottom: 0vw; }

#project-header {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 23vh;
  -ms-flex-pack: center;
  justify-content: center; }
  #project-header a {
    color: #ffcb05; }
  #project-header .title {
    margin-bottom: 20px;
    font-size: 22px; }
  #project-header .subtitle {
    font-size: 50px;
    letter-spacing: 0.09em;
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 1.2; }
  #project-header .copy {
    width: 600px;
    display: inline-block; }

.side-nav {
  width: 350px;
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  text-align: center;
  position: fixed;
  z-index: 10;
  right: -200px;
  transition: 0.7s ease-in-out right;
  top: 46%; }
  .side-nav.open {
    right: -60px; }
  .side-nav a {
    color: #ffcb05;
    font-size: 11px;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 5px; }
    .side-nav a .line-nav {
      width: 100%;
      border-top: 1px solid #ffcb05;
      position: absolute;
      left: -2px;
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      bottom: 0;
      transition: 0.3s ease-in-out width; }

#project-content .img-container {
  padding: 5vw 10vw; }
  #project-content .img-container img {
    width: 100%; }
  #project-content .img-container.padding-bottom {
    padding-bottom: 10vw; }

#project-content .img-container-full-bleed {
  width: 100%;
  margin: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: middle; }
  #project-content .img-container-full-bleed img {
    width: 100%;
    display: inline-block; }

#project-content .img-container-full {
  width: 100%;
  padding: 5vw 0;
  line-height: 0;
  vertical-align: middle; }
  #project-content .img-container-full img {
    width: 100%;
    display: inline-block; }
  #project-content .img-container-full.no-bottom {
    padding-bottom: 0; }

.video-project {
  width: 100%;
  height: 0;
  padding-bottom: 56.95%;
  overflow: hidden;
  position: relative;
  background-color: #111111; }
  .video-project video {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    cursor: pointer; }
  .video-project.margin-bottom-video {
    margin-bottom: 7vw; }

.splash-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 110%;
  z-index: 2;
  cursor: pointer;
  display: block; }

.play-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  transition: 0.3s ease-in-out opacity, 0.3s ease-in-out transform; }

.play-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out opacity;
  cursor: pointer; }
  .play-container.paused {
    opacity: 0; }
    .play-container.paused .play-button {
      opacity: 0;
      -ms-transform: translate(-50%, -50%) scale(0.8, 0.8);
      transform: translate(-50%, -50%) scale(0.8, 0.8); }

.fadeinting {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  transition: 0.5s ease-in-out opacity, 0.5s ease-in-out transform; }
  .fadeinting.shown {
    opacity: 1;
    -ms-transform: none;
    transform: none; }

#awards {
  padding: 100px 0 200px 0;
  max-width: 650px;
  width: 80%;
  margin: 0 auto; }
  #awards .title {
    margin-bottom: 30px;
    font-size: 22px; }
  @media screen and (min-width: 992px) {
    #awards .awards-container {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: max-content;
      grid-auto-columns: max-content;
      -ms-flex-align: center;
      align-items: center;
      grid-gap: 40px;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      -ms-grid-column-align: center;
      justify-items: center;
      grid-auto-flow: column; } }
  @media screen and (max-width: 991px) {
    #awards .awards-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; } }
  #awards .award {
    max-width: 140px;
    max-height: 50px;
    object-fit: contain; }
    @media screen and (max-width: 991px) {
      #awards .award {
        width: 50%;
        margin-bottom: 40px; } }

@media screen and (max-height: 700px) {
  #ourwhy {
    padding-top: 150px; }
    #ourwhy .copy-container {
      padding-left: 30%; } }

@media screen and (max-width: 1156px) {
  nav {
    right: -195px; }
  header {
    padding-right: 75px; }
  #projects {
    margin-left: 0; } }

@media screen and (max-width: 1000px) {
  header {
    padding-left: 10vw;
    padding-right: 55px; }
  nav {
    right: -250px; }
  #projects {
    padding-right: 0; }
  .content-block {
    padding-left: 10vw;
    padding-right: 10vw; }
  .title-large {
    font-size: 35px; }
  #ourwhy {
    padding-bottom: 200px; }
    #ourwhy .copy-container {
      padding-right: 100px; }
  #ourcore {
    padding-left: 10vw; }
    #ourcore .left-side {
      width: 80%; }
  .height-two {
    height: auto; }
  #projects {
    margin-left: 0; } }

@media screen and (max-width: 900px) {
  .side-nav.open {
    right: -125px; }
  .person-img {
    width: 320px; }
  .parallax-container .line-top {
    right: 200px; }
  .parallax-container .line-middle {
    right: 0px; }
  .parallax-container .line-bottom {
    right: -0px; }
  .parallax-container .letter {
    font-size: 80px; } }

@media screen and (max-width: 800px) {
  #ourcontact {
    padding-top: 35vw;
    padding-bottom: 35vw;
    padding-right: 10vw; }
    #ourcontact .contact {
      padding-right: 50px; } }

@media screen and (max-width: 750px) {
  #project-header {
    padding-top: 50px; }
  .line, .parallax-container .visible.line {
    display: none; }
  .color-section {
    background-color: #151515; }
  .side-nav {
    -ms-transform: none;
    transform: none;
    position: relative;
    right: 0;
    padding-top: 110px;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .side-nav.open {
      right: 0; }
  nav {
    display: none; }
  .study {
    opacity: 0; }
  #ourcontact {
    padding-top: 35vw;
    padding-bottom: 35vw;
    padding-right: 10vw;
    padding-top: 40px; }
    #ourcontact .contact {
      padding-right: 0px;
      margin-right: 0px; }
    #ourcontact .email {
      font-size: 15px; }
    #ourcontact .left, #ourcontact .right {
      width: 100%; }
    #ourcontact .right {
      box-sizing: border-box;
      margin-left: 0;
      margin-top: 20px; }
      #ourcontact .right .x {
        display: none; }
  header, nav {
    display: none !important; }
  .title-small {
    letter-spacing: 0.09em; }
  .content-block {
    padding-top: 20vw; }
  #ourcore .about-content span {
    font-family: "FF Mark Pro";
    font-weight: bold; }
  #ourcore .title-small {
    opacity: 1; }
  #ourwork .title-small {
    opacity: 1; }
  .mobile-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    z-index: 20;
    -ms-flex-align: center;
    align-items: center;
    padding: 10vw;
    padding-bottom: 10px;
    background-color: #111111;
    padding-top: 10px;
    width: 100%;
    top: 0; }
    .mobile-header #logo-mobile {
      width: 80px; }
      .mobile-header #logo-mobile svg {
        width: 100%;
        fill: yellow !important; }
      .mobile-header #logo-mobile.white-mobile svg {
        fill: #111111; }
      .mobile-header #logo-mobile.black-mobile svg path {
        fill: white; }
    .mobile-header #hamburger {
      width: 35px;
      margin-top: 15px; }
      .mobile-header #hamburger svg {
        width: 100%;
        fill: #ffcb05; }
      .mobile-header #hamburger svg g {
        fill: #ffcb05; }
  .mobile-side-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: Wrap;
    flex-wrap: Wrap;
    z-index: 30;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    min-height: 100vh;
    width: 100%;
    background-color: #111111;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10vh;
    padding-bottom: 15vh;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0.6s ease-in-out transform; }
    .mobile-side-nav.open {
      -ms-transform: none;
      transform: none; }
    .mobile-side-nav .close {
      position: fixed;
      top: 25px;
      right: 10vw;
      color: white;
      cursor: pointer; }
      .mobile-side-nav .close svg g path {
        fill: #ffcb05; }
    .mobile-side-nav a {
      display: block;
      width: 100%;
      -ms-transform: translateX(30%);
      transform: translateX(30%);
      transition: 0.6s ease-in-out transform, 0.6s ease-in-out opacity;
      opacity: 0;
      font-size: 30px;
      font-weight: 600; }
      .mobile-side-nav a.open {
        -ms-transform: none;
        transform: none;
        opacity: 1; }
    .mobile-side-nav .sm-link {
      display: inline-block;
      width: 50px; }
    .mobile-side-nav svg {
      width: 30px;
      fill: white; }
  body.grey {
    background-color: auto; }
  body.lightgrey {
    background-color: auto; }
  body.yellow {
    background-color: auto; }
  body.white {
    background-color: auto; }
  .bg-grey {
    background-color: #111111; }
  .bg-lightgrey {
    background-color: #272727; }
  .bg-yellow {
    background-color: #ffcb05; }
  .bg-white {
    background-color: white;
    isolation: isolate; }
  .about-content.second .title-small, .about-content.third .title-small, .about-content.fourth .title-small {
    display: none; }
  #ourcore .about-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-bottom: 40px;
    width: 100%; }
    #ourcore .about-content span {
      display: block;
      color: #ffcb05; }
  #ourwhy .copy-container .x {
    display: none; }
  #ourcore {
    padding-left: 10vw;
    padding-right: 10vw; }
    #ourcore .left-side {
      width: 100%; }
  #ourteam-mobile {
    display: block;
    padding-top: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 20vw; }
    #ourteam-mobile img {
      width: 100%; }
  #mobile-people .person {
    cursor: pointer; }
  #mobile-people .name {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700; }
  #mobile-people .img-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out max-height; }
    #mobile-people .img-content.open {
      max-height: 999px; }
    #mobile-people .img-content .content {
      margin: 20px auto;
      margin-bottom: 60px; }
  #ourclients.content-block .title-small {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    opacity: 1;
    display: block; }
  #ourclients {
    padding-bottom: 20vw;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  #ourclients.content-block {
    padding-right: 5vw; }
  .client-list {
    padding: 20px 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    .client-list img {
      max-width: 131px;
      max-height: 131px; }
  #option-container {
    display: none; }
  .parallax-container {
    padding-top: 20vw;
    padding-bottom: 20vw; }
  .content-block {
    opacity: 1;
    -ms-transform: none;
    transform: none; }
  .height-one {
    height: auto;
    min-height: auto; }
  .height-two {
    height: auto;
    min-height: auto; }
  #projects {
    padding-right: 5vw; }
  #projects .project:last-of-type {
    margin-bottom: 0; }
  #projects .project:hover {
    color: white; }
  .video-container video {
    position: relative;
    width: 100%;
    height: 50vw;
    min-height: auto;
    min-width: auto;
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none;
    display: none; }
  .video-container {
    visibility: visible;
    opacity: 1;
    display: none;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    box-sizing: border-box;
    position: relative; }
    .video-container .opacity {
      position: absolute;
      height: 100%;
      width: 100%; }
  .clock-wrap {
    position: relative;
    height: 50vw;
    opacity: 1;
    display: none;
    margin-top: 10px;
    font-size: 10vw;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px; }
  #projects .project {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px; }
  #ourwhy {
    padding-bottom: 25vw;
    padding-right: 10vw; }
    #ourwhy .copy-container {
      padding-right: 0px;
      padding-left: 0px;
      margin-top: 50px; }
  #ourcontact {
    padding-top: 40px;
    padding-bottom: 0;
    height: auto; } }

@media screen and (max-width: 650px) {
  .title-large {
    font-size: 30px; }
  .fadeinting {
    opacity: 1;
    -ms-transform: none;
    transform: none; }
  #projects .client {
    font-size: 30px; }
  #projects .project-name {
    font-size: 13px; }
  #project-header {
    height: auto;
    padding-top: 50px;
    padding-bottom: 15vw; }
  #project-header .subtitle {
    font-size: 32px;
    box-sizing: border-box;
    padding-right: 20vw;
    padding-left: 20vw; }
  #project-header .copy {
    width: 100%;
    box-sizing: border-box;
    padding-right: 10vw;
    padding-left: 10vw; } }

@media screen and (max-width: 992px) {
  #ourcontact .contact {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

.swiper-container {
  width: 100%;
  height: 400px;
  margin: 20px auto; }

.swiper-slide {
  /*text-align: center;
    font-size: 18px;*/
  /*background: #fff;*/
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .swiper-slide {
      -ms-flex-align: center;
      align-items: center; } }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: white; }

.swiper-pagination-bullet-active {
  background: #ffcb05; }

@media screen and (min-width: 800px) {
  .swiper-pagination-bullets {
    /*bottom: -15px !important;*/ } }
