/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

.container {
  max-width: 960px;
  margin: 0 auto; }
  @media (max-width: 720px) {
    .container {
      max-width: 100%;
      padding: 0 5px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.aligin-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.aligin-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.aligin-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

body {
  background: #000000; }

.parallax .parallax-content-holder {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  z-index: -1; }

.parallax .parallax-content-holder .parallax-content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

.sticky.sticky-fixed.is-sticky {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important; }

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important; }

.sticky.sticky-fixed.is-absolute {
  position: absolute; }

.navbar {
  background: #000;
  z-index: 100;
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  padding-bottom: 10px;
  max-width: 100vw;
  z-index: 2000; }
  .navbar .container {
    position: relative; }
  .navbar nav {
    width: 100%;
    z-index: 10; }
  .navbar__list {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    margin-top: 25px; }
    @media (max-width: 520px) {
      .navbar__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0; } }
  .navbar__list-item {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: italic;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 520px) {
      .navbar__list-item {
        font-size: 27px;
        margin: 15px 0; } }
  .navbar__logo {
    margin-top: 15px; }
    @media (max-width: 520px) {
      .navbar__logo {
        margin-top: 10px; } }
    .navbar__logo img {
      cursor: pointer; }
      @media (max-width: 520px) {
        .navbar__logo img {
          height: 30px;
          width: auto; } }
  .navbar__social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    @media (max-width: 1024px) {
      .navbar__social_icons {
        margin-right: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 520px) {
      .navbar__social_icons {
        display: none; } }
    .navbar__social_icons img {
      margin: 0 4px;
      cursor: pointer; }
      @media (max-width: 720px) {
        .navbar__social_icons img {
          margin: 0 7px; } }
  @media (max-width: 520px) {
    .navbar__row_logo {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .navbar__hamburger {
    display: none; }
    .navbar__hamburger img {
      cursor: pointer; }
    @media (max-width: 520px) {
      .navbar__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .navbar__mobile_wrapper {
    display: block; }
    @media (max-width: 520px) {
      .navbar__mobile_wrapper {
        display: none; }
        .navbar__mobile_wrapper.active {
          display: block; } }

.video {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
  height: 100vh;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  @media (max-width: 520px) {
    .video {
      height: 100vh; } }
  .video video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1; }
    @media (max-width: 520px) {
      .video video {
        width: 100vw;
        position: absolute;
        z-index: 1;
        bottom: 0;
        top: initial; } }
  .video video::-webkit-media-controls {
    display: none !important; }

.mission_text__logo-row {
  padding: 20px 0; }
  @media (max-width: 520px) {
    .mission_text__logo-row {
      display: none; } }

.mission_text__desc-row {
  padding: 0 40px; }
  @media (max-width: 520px) {
    .mission_text__desc-row {
      padding: 0; } }

.mission_text__desc {
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 38px;
  color: #fff; }

.mission {
  background: rgba(0, 0, 0, 0.75);
  max-height: 100vh;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10000; }
  @media (max-width: 520px) {
    .mission {
      background: black;
      overflow-x: hidden;
      height: 100vh;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .mission .container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 520px) {
      .mission .container {
        height: auto; } }
  .mission__box-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 150px;
    height: 100%;
    max-height: 180px; }
    @media (max-width: 720px) {
      .mission__box-row {
        margin-top: 150px; } }
    @media (max-width: 520px) {
      .mission__box-row {
        width: 100%;
        display: block;
        text-align: center;
        margin: 80px 0 40px;
        padding: 0; } }
  .mission__box {
    width: 140px !important;
    height: 140px;
    border: 13px solid #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    margin: 0 auto; }
  .mission__arrow-row {
    margin-bottom: 15px; }
    @media (max-width: 520px) {
      .mission__arrow-row {
        display: none; } }
    .mission__arrow-row img {
      cursor: pointer; }
  @media (max-width: 520px) {
    .mission .mission_text {
      padding: 0 10px; }
      .mission .mission_text .mission_text__desc {
        line-height: 28px; } }
  .mission .video {
    display: none; }
    @media (max-width: 520px) {
      .mission .video {
        display: block !important; } }

.slider {
  padding: 80px 0;
  background: #ffffff; }
  .slider__header {
    font-family: "Source Sans Pro", sans-serif;
    color: #000000;
    font-size: 18px;
    font-style: italic; }
  .slider__item {
    height: 120px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px 0 0;
    outline: none !important; }
  .slider__wrapper {
    display: block;
    max-width: 960px; }
    @media (max-width: 520px) {
      .slider__wrapper {
        padding: 0 5px; } }
  .slider .row {
    padding: 0; }
  .slider__row {
    padding: 0;
    overflow-x: hidden; }

.footer {
  background-color: #730cf2;
  height: 160px; }
  .footer .container {
    height: 160px; }
  .footer h3 {
    margin: 0 25px 0 0;
    font-family: "Source Sans Pro", sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px; }
  .footer img {
    margin: 0 15px 0 0;
    height: 25px;
    line-height: 38px;
    cursor: pointer; }

.navbar__social_icons a {
  z-index: 1000; }

.works__title {
  margin: 80px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 33px;
  font-weight: 900;
  font-style: italic;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  width: 100%; }

.works__text {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 38px;
  color: #fff; }

.recent {
  background: url("/../static/img/recent_bg.png") #8403df;
  background-repeat: no-repeat;
  background-position: top;
  background-repeat: repeat-x;
  min-height: 840px;
  padding-bottom: 100px; }
  .recent__title {
    margin: 80px 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 33px;
    font-weight: 900;
    font-style: italic;
    line-height: 38px;
    text-align: center;
    color: #ffffff; }
  .recent__video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .recent__video iframe,
    .recent__video object,
    .recent__video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (max-width: 520px) {
    .recent .container {
      padding-left: 0;
      padding-right: 0; } }

.whoweare {
  background: url("/../static/img/whoweare_bg.png") #ffffff;
  background-repeat: no-repeat;
  background-position: top;
  background-repeat: repeat-x;
  min-height: 760px; }
  .whoweare__box {
    margin: 80px 0;
    border: 18px solid #000000;
    width: 205px;
    height: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 33px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif; }
  .whoweare__desc {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    color: #000000;
    margin: 80px 0;
    line-height: 38px;
    padding: 0 140px; }
    @media (max-width: 520px) {
      .whoweare__desc {
        padding: 0; } }
  .whoweare__row_logo {
    margin-top: 80px; }

@charset "UTF-8";
.contact {
  background: #ffffff; }
  .contact__person_row {
    position: relative; }
    @media (max-width: 720px) {
      .contact__person_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .contact__person--left, .contact__person--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact__person--left img, .contact__person--right img {
      cursor: pointer; }
    .contact__person--left .contact__person-desc p, .contact__person--right .contact__person-desc p {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px;
      font-weight: 900;
      font-style: italic;
      color: #000000;
      text-align: center;
      line-height: 1.25; }
      .contact__person--left .contact__person-desc p:first-child, .contact__person--right .contact__person-desc p:first-child {
        margin-bottom: 35px; }
  .contact__person--left {
    margin-right: -18px;
    position: relative;
    bottom: 0;
    left: -25px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .contact__person--left .contact__person_img_wrapper.active:before {
      content: "Do\15Bwiadczenie zdobyte podczas realizacji kampani dla m.in.: Philips, WizzAir, Electrolux, GoodYear, Dunlop, Bakoma, Grant's, Stock, Ministerstwo Rozwoju Regionalnego, PKP Intercity, BeActive, Orange.";
      height: 100%;
      width: 100%;
      position: absolute;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 16px;
      font-style: italic;
      line-height: 19px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 1000; }
    .contact__person--left .contact__person_img_wrapper.active:after {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background: rgba(255, 255, 255, 0.5);
      z-index: 999; }
    @media (max-width: 520px) {
      .contact__person--left {
        margin-top: 40px; } }
    @media (max-width: 720px) {
      .contact__person--left {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 1024px) {
      .contact__person--left {
        left: 0 !important; } }
  .contact__person--right {
    margin-left: -14px;
    position: relative;
    bottom: 0;
    right: -25px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    .contact__person--right .contact__person_img_wrapper.active:before {
      content: "Do\15Bwiadczenie zdobyte podczas realizacji kampanii dla m.in.: Philips, Alior Bank, Carlsberg, Bakoma, Mazda, DOZ Apteka, BeActive, PKP Intercity, Orange.";
      height: 100%;
      width: 100%;
      position: absolute;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 16px;
      font-style: italic;
      line-height: 19px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px 25px 25px 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 1000; }
    .contact__person--right .contact__person_img_wrapper.active:after {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background: rgba(255, 255, 255, 0.5);
      z-index: 999; }
    @media (max-width: 720px) {
      .contact__person--right {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 1024px) {
      .contact__person--right {
        right: 0 !important; } }
  .contact__box {
    margin: 80px 0;
    border: 18px solid #000000;
    width: 205px;
    height: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 33px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
    bottom: -25px;
    z-index: 200;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 720px) {
      .contact__box {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
    @media (max-width: 520px) {
      .contact__box {
        bottom: 0 !important; } }
  .contact__company-details {
    margin-top: 30px; }
    @media (max-width: 520px) {
      .contact__company-details {
        margin-top: 0; } }
    .contact__company-details p {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px;
      font-style: italic;
      text-align: center;
      margin: 15px 0; }
  @media (max-width: 720px) {
    .contact__logo_row_after_text {
      display: none; } }
  .contact__logo_row_mobile {
    display: none; }
    @media (max-width: 720px) {
      .contact__logo_row_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 40px 0; } }

