@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("/assets/style/css/jquery.fullPage.css");
body {
  background: #666;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: "Titillium Web", "Helvetica Neue", Arial, sans-serif;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased; }
  body.section--home {
    height: 100vh;
    border: 10px solid #fff; }

p {
  font-size: 1em; }
  p.lead {
    font-weight: 100;
    font-size: 1.75rem;
    line-height: 1.15;
    opacity: 0.8; }
    p.lead small {
      font-size: 0.6em; }

.section a:not(.btn) {
  color: #fff;
  text-decoration: underline;
  font-weight: 400; }

.section p,
.section h2 {
  margin-bottom: 1.5rem; }

strong {
  font-weight: 600; }

small {
  font-weight: 100;
  opacity: 0.9; }

.red, .navbar.red {
  background: #cb2d3e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #ef473a, #cb2d3e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ef473a, #cb2d3e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.btn {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  border-radius: 2rem;
  line-height: 1.5; }
  .btn:after {
    content: "";
    position: absolute;
    bottom: .75rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: 2px;
    opacity: 0; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
  border-color: transparent;
  font-weight: 600; }
  .btn-primary:hover {
    color: rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border-color: transparent;
    opacity: 0.9; }
  .btn-primary:after {
    background: rgba(0, 0, 0, 0.6); }

.btn-secondary {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff; }
  .btn-secondary:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff; }

.twitter-share-button {
  vertical-align: bottom; }

.btn.direction {
  background: transparent;
  padding: 0;
  font-size: 2rem;
  display: block; }
.btn.btn-lg {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px; }
.btn.btn-xl {
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1px; }
.btn.mw-400 {
  max-width: 400px; }

hr.dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%; }

.dot-separated .list-inline-item:not(:last-child):after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.cursor-pointer {
  cursor: pointer; }

.device {
  width: 375px;
  height: 667px;
  border: 2px solid #c4c4c4;
  border-radius: 2rem;
  margin: auto;
  display: flex;
  padding: 15px;
  align-items: center;
  transition: width 0.2s linear 0s, height 0.2s linear 0s; }
  .device .iframe-container {
    border-radius: 1.1rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex: 0 0 100%; }
    .device .iframe-container .item, .device .iframe-container .owl-item, .device .iframe-container .owl-stage, .device .iframe-container .owl-stage-outer {
      height: 100%; }
  .device iframe {
    width: 100%;
    height: 100%;
    border: 0; }
  .device img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .device .fa-angle-right, .device .fa-angle-left {
    flex: 0 0 2em;
    cursor: pointer;
    text-align: center;
    opacity: 0.8; }
  .device .fa-angle-right {
    margin-right: -2em; }
  .device .fa-angle-left {
    margin-left: -2em; }
  .device.device__tablet {
    width: 600px;
    height: 450px; }
    .device.device__tablet video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right; }
    .device.device__tablet.small {
      width: 540px;
      height: 405px;
      max-width: 100%; }

@media (min-width: 768px) {
  .col-md-5ths {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media screen and (max-width: 1600px) {
  .device {
    width: 300px;
    height: 533.6px; } }
/* MEDIA QUERY */
@media (max-width: 768px) {
  .mt-m-1 {
    margin-top: 1rem !important; }

  .mt-m-2 {
    margin-top: 1.5rem !important; }

  .mt-m-3 {
    margin-top: 2rem !important; }

  .mb-m-1 {
    margin-bottom: 1rem !important; }

  .mb-m-2 {
    margin-bottom: 1.5rem !important; }

  .mb-m-3 {
    margin-bottom: 2rem !important; }

  .tc-md {
    text-align: center !important; }

  .device {
    max-width: 100%; }

  .mw80 {
    max-width: 80%; }

  .mw70 {
    max-width: 70%; } }
@media (max-width: 992px) {
  .mt-lg-2 {
    margin-top: 1.5rem !important; } }
.navbar {
  font-size: 16px;
  margin: 0;
  padding-right: 20px;
  padding: 20px;
  border: 10px solid #fff;
  border-bottom-color: transparent;
  align-items: flex-start;
  background: transparent;
  transition: all 0.3s, background 0.35s linear 0s; }
  .navbar.navbar--shown {
    border-color: #fff;
    background: rgba(0, 0, 0, 0); }
  .navbar.red {
    transition: background 0.35s linear 0s; }
  @media screen and (max-width: 1200px) {
    .navbar {
      font-size: 16px; } }
  .navbar .navbar-nav {
    align-items: center;
    text-transform: uppercase;
    font-weight: 400; }
    .navbar .navbar-nav[role=main-menu] {
      justify-content: center;
      width: 100%; }
      .navbar .navbar-nav[role=main-menu] .nav-link {
        color: #fff;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.9rem;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
        position: relative; }
        .navbar .navbar-nav[role=main-menu] .nav-link:after {
          content: "";
          position: absolute;
          bottom: .5rem;
          left: 0.75rem;
          width: calc(100% - 1.5rem);
          height: 2px;
          background: #fff;
          transform: scale(0, 1);
          transition: transform 0.3s; }
        .navbar .navbar-nav[role=main-menu] .nav-link .fa {
          color: rgba(0, 0, 0, 0.4); }
        .navbar .navbar-nav[role=main-menu] .nav-link:hover:after, .navbar .navbar-nav[role=main-menu] .nav-link.active:after {
          transform: scale(1, 1); }
  .navbar .navbar-brand {
    position: relative;
    color: #ffffff !important;
    font-weight: 200;
    margin: 0;
    padding: 0;
    padding-right: 1rem;
    transition: all 0.3s; }
    .navbar .navbar-brand strong {
      color: rgba(0, 0, 0, 0.6);
      font-weight: 600; }
    .navbar .navbar-brand .navbar-brand--glyph {
      width: auto;
      height: 70px;
      object-fit: contain;
      object-position: top;
      transition: all 0.3s; }
      @media screen and (max-width: 1600px) {
        .navbar .navbar-brand .navbar-brand--glyph {
          height: 55px; } }
  .navbar .nav-link.btn {
    font-size: 14px;
    margin-left: 1rem;
    padding: 0.5rem 0.9rem !important; }
  .navbar .dropdown-menu .nav-link {
    font-size: 14px; }
  @media screen and (min-width: 1200px) {
    .navbar.navbar--small {
      padding: 10px;
      font-size: 16px;
      margin: 0;
      align-items: center;
      box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3); }
      .navbar.navbar--small .navbar-brand {
        font-size: 1em; }
        .navbar.navbar--small .navbar-brand .navbar-brand--glyph {
          height: 50px; } }

body:not(.section--home) .navbar {
  border: none !important; }

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block; } }
.dropdown .dropdown-menu {
  border: 0;
  right: 0;
  left: auto;
  border-radius: 4px;
  background: #fff;
  margin-top: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .dropdown .dropdown-menu a:hover {
    color: #c41a18; }
  .dropdown .dropdown-menu .nav-link {
    color: #c54747; }
    .dropdown .dropdown-menu .nav-link:hover {
      color: #6b2222; }

nav.nav {
  position: absolute;
  bottom: 30px;
  margin-left: -318px;
  left: 50%;
  display: block;
  transition: 300ms ease; }
  @media (max-width: 900px) {
    nav.nav {
      margin-left: -260px; } }
  @media (max-width: 720px) {
    nav.nav {
      left: 10%;
      margin-left: 0; } }
  nav.nav .nav__item {
    width: 150px;
    outline: none;
    height: 16px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: #fff;
    border: 0;
    background: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    @media (max-width: 900px) {
      nav.nav .nav__item {
        width: 120px; } }
    @media (max-width: 720px) {
      nav.nav .nav__item {
        width: 90px; } }
    nav.nav .nav__item::before, nav.nav .nav__item::after {
      content: '';
      position: absolute; }
    nav.nav .nav__item:not(:first-child) .nav__item-progress, nav.nav .nav__item:not(:first-child)::before {
      /* kreseczka */
      top: 7px;
      left: -140px;
      width: 140px;
      height: 2px;
      background: rgba(0, 0, 0, 0.6);
      transition: transform 0.6s, border-color 0.6s, border-width 0.6s, background 0.6s; }
      @media (max-width: 900px) {
        nav.nav .nav__item:not(:first-child) .nav__item-progress, nav.nav .nav__item:not(:first-child)::before {
          width: 110px;
          left: -110px; } }
      @media (max-width: 720px) {
        nav.nav .nav__item:not(:first-child) .nav__item-progress, nav.nav .nav__item:not(:first-child)::before {
          width: 80px;
          left: -80px; } }
    nav.nav .nav__item:not(:first-child) .nav__item-progress {
      position: absolute;
      background: #fff;
      transform-origin: top left;
      transform: scale(0, 1); }
    nav.nav .nav__item::after {
      /* kropeczka */
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      margin: 0;
      border: 2px solid rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      background: transparent;
      transition: transform 0.3s, border-color 0.3s, border-width 0.3s, background 0.3s; }
    nav.nav .nav__item:not(.nav__item--current):focus::after, nav.nav .nav__item:not(.nav__item--current):hover::after {
      background: rgba(0, 0, 0, 0.6);
      border-color: transparent; }
    nav.nav .nav__item.nav__item--current::after {
      border-width: 1px;
      border-color: #fff;
      background: #fff;
      transition: transform 0.3s ease 0.6s, border 0.3s ease 0.6s, background 0.3s ease 0.6s; }
    nav.nav .nav__item.nav__item--current .nav__item-progress {
      transform: scale(1, 1); }
    nav.nav .nav__item .nav__item-title {
      font-family: "Titillium Web", "Lato", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      display: block;
      line-height: 1;
      position: absolute;
      white-space: nowrap;
      text-align: center;
      width: 150px;
      top: -25px;
      left: -65px;
      color: rgba(0, 0, 0, 0.8);
      transition: color 0.3s; }
      @media (max-width: 900px) {
        nav.nav .nav__item .nav__item-title {
          width: 120px; } }
      @media (max-width: 720px) {
        nav.nav .nav__item .nav__item-title {
          display: none; } }
    nav.nav .nav__item .nav__item-title:hover {
      text-decoration: none; }
    nav.nav .nav__item.nav__item--current .nav__item-title {
      transition: color 0.3s ease 0.6s;
      color: #fff; }

.collapse.show, .collapsing {
  width: 100%; }
  .collapse.show .nav-item, .collapsing .nav-item {
    width: 100%;
    font-size: 18px; }
    .collapse.show .nav-item .dropdown-item, .collapsing .nav-item .dropdown-item {
      text-align: center; }
    .collapse.show .nav-item .nav-link, .collapsing .nav-item .nav-link {
      padding: 0.75em 1em; }
    .collapse.show .nav-item.button-fb, .collapse.show .nav-item.button-mobigate, .collapse.show .nav-item.button-sdk, .collapsing .nav-item.button-fb, .collapsing .nav-item.button-mobigate, .collapsing .nav-item.button-sdk {
      padding: 0.5em 1em; }
      .collapse.show .nav-item.button-fb .btn, .collapse.show .nav-item.button-mobigate .btn, .collapse.show .nav-item.button-sdk .btn, .collapsing .nav-item.button-fb .btn, .collapsing .nav-item.button-mobigate .btn, .collapsing .nav-item.button-sdk .btn {
        margin-left: 0;
        font-size: 16px; }
  .collapse.show #dropdown01, .collapse.show #dropdown02, .collapsing #dropdown01, .collapsing #dropdown02 {
    margin-left: 16px; }

.slides.fullpage-wrapper {
  margin-top: -10px; }

.section {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }
  .section header {
    margin: 50px;
    margin-top: 0; }
    .section header .display-3 {
      font-weight: 100;
      display: inline-block; }
  .section .btn {
    margin: 0.5rem; }
    .section .btn.btn-primary {
      color: #cb2d3e; }
  .section .align-items-top {
    height: 40%; }
  .section .align-items-bottom {
    height: 100%; }
  .section.header .display-1 {
    font-weight: 100;
    font-size: 7rem; }
    .section.header .display-1 span {
      font-size: 7rem; }
    @media screen and (max-width: 1200px) {
      .section.header .display-1 {
        font-size: 4rem;
        line-height: 1.2; }
        .section.header .display-1 span {
          font-size: 4rem; } }
    .section.header .display-1 strong {
      font-weight: 600; }
      .section.header .display-1 strong.border-bottom:after {
        border-bottom: 0.1em solid rgba(0, 0, 0, 0.6);
        bottom: 0.2em; }
  .section.header .list-inline, .section.header span {
    font-weight: 100;
    font-size: 2rem;
    margin: 0;
    margin-top: 0rem;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .section.header .list-inline, .section.header span {
        font-size: 1.5rem; } }
    .section.header .list-inline strong, .section.header span strong {
      font-weight: 600; }
    .section.header .list-inline .list-inline-item, .section.header span .list-inline-item {
      margin: 0 1rem;
      width: 13em; }
  .section.header .btn {
    font-weight: 100;
    text-transform: lowercase;
    color: rgba(0, 0, 0, 0.4);
    font-size: 3rem;
    margin: 1rem auto !important; }
  .section.brief p {
    margin-bottom: 2rem; }
  .section.brief h2 {
    margin-bottom: 1rem; }
  .section.brief .top.right {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    object-fit: cover;
    object-position: center right; }
    .section.brief .top.right img {
      width: 100vw;
      height: 100vh;
      left: 0;
      filter: saturate(0) brightness(5); }
  .section.brief .bottom.right.video-background {
    position: absolute;
    width: 70vw;
    height: 75vh;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    bottom: 0; }
    .section.brief .bottom.right.video-background video {
      width: 70vw;
      height: 75vh;
      filter: contrast(1.15) saturate(0.15) brightness(1.5);
      object-position: 90% 50%; }
  .section.strategia img.top.left {
    width: 70vw;
    height: 100vh;
    left: 5vw;
    object-fit: cover;
    object-position: 0 -5vh; }
  .section.strategia .bottom {
    clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
    width: 45vw;
    height: 100vh;
    left: 0; }
    .section.strategia .bottom img, .section.strategia .bottom video {
      object-fit: cover;
      object-position: -30vw 0;
      left: 0;
      width: 45vw;
      background: #0c0e0d; }
  .section.kreacja .bg img.top.right {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    width: 45vw;
    height: 100vh;
    object-fit: cover;
    object-position: 80% 50%; }
  .section.targetowanie p.lead {
    line-height: 1.4; }
  .section.targetowanie .border-bottom:after {
    transition: transform 700ms ease;
    transform: scale(0, 1); }
  .section.targetowanie .border-bottom.active:after {
    transform: scale(1, 1); }
  .section.targetowanie .bottom.left {
    clip-path: polygon(0% 0%, 20% 0, 100% 100%, 0% 100%, 0 100%);
    -webkit-clip-path: polygon(0% 0%, 20% 0, 100% 100%, 0% 100%, 0 100%);
    width: 40vw;
    height: 100vh;
    object-fit: cover;
    left: 0;
    object-position: -18vw 0; }
  .section.targetowanie .bottom.right {
    position: absolute;
    width: 40vw;
    height: 100vh;
    overflow: hidden;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    top: 0; }
    .section.targetowanie .bottom.right video {
      width: 100vw;
      height: 100vh;
      left: 0;
      padding: 10px; }
      .section.targetowanie .bottom.right video.grey {
        filter: saturate(1) brightness(1.5); }
  .section.raportowanie .content {
    padding-left: 10%; }
    @media (max-width: 768px) {
      .section.raportowanie .content {
        padding-left: 0; } }
  .section.raportowanie #chart {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media (max-width: 768px) {
      .section.raportowanie #chart {
        opacity: 0.65; } }
  .section.raportowanie .bottom.right {
    position: absolute;
    width: 45vw;
    height: 100vh;
    overflow: hidden;
    clip-path: polygon(0% 0, 100% 0, 100% 99%, 40% 100%);
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 99%, 40% 100%);
    right: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center right; }
    .section.raportowanie .bottom.right img, .section.raportowanie .bottom.right video {
      object-position: left center;
      object-fit: cover;
      right: 0; }
  .section.kontakt .fa {
    color: rgba(0, 0, 0, 0.4); }
  .section.kontakt .img-fluid {
    border-radius: 50%;
    width: 120px;
    height: 120px; }
  .section.kontakt a {
    text-decoration: none; }
  .section .center-group {
    padding-top: 100px; }

.row {
  position: relative; }

.content {
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0); }

.bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1, 1) translate3d(0, 0, 0);
  transition: all 700ms ease; }
  .bg.up {
    transform: scale(1, 1) translate3d(0, -25%, 0); }
  .bg.down {
    transform: scale(1, 1) translate3d(0, 25%, 0); }
  .bg.middle {
    transform: scale(1, 1) translate3d(0, 0, 0); }
  .bg img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }
    .bg img.top {
      top: 0; }
    .bg img.right {
      right: 0; }
    .bg img.left {
      left: 0; }
    .bg img.bottom {
      bottom: 0; }
    .bg img.top.left {
      object-position: 0 0; }
    .bg img.top.right {
      object-position: 100% 100%; }
    .bg img.bottom.right {
      object-position: 100% 100%; }
    .bg img.bottom.left {
      object-position: 0 0; }
    .bg img.grey {
      mix-blend-mode: multiply;
      opacity: 0.75; }
  .bg video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
    top: 0;
    left: 0; }
    .bg video.grey {
      mix-blend-mode: multiply;
      opacity: 0.5;
      filter: saturate(0); }

.legacy-mode .bg {
  display: none; }
.legacy-mode .section {
  background: no-repeat center center;
  background-size: cover; }
  .legacy-mode .section.header {
    background-image: url("/assets/img/legacy/explorer-home.png"); }
  .legacy-mode .section.brief {
    background-image: url("/assets/img/legacy/explorer-brief.png"); }
  .legacy-mode .section.strategia {
    background-image: url("/assets/img/legacy/explorer-strategia.png"); }
  .legacy-mode .section.kreacja {
    background-image: url("/assets/img/legacy/explorer-kreacja.png"); }
  .legacy-mode .section.targetowanie {
    background-image: url("/assets/img/legacy/explorer-targetowanie.png"); }
  .legacy-mode .section.raportowanie {
    background-image: url("/assets/img/legacy/explorer-raportowanie.png"); }

/************************************************
	HOME: animacja intro
************************************************/
.header .word, .header button {
  display: inline-block;
  margin: 0 !important;
  transition: 500ms ease; }
.header .border-bottom:after {
  transition: 700ms ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 0; }
.header.visited .border-bottom:after {
  transform: scale3d(1, 1, 1); }
.header.visited .display-1 .word {
  opacity: 1;
  transform: scale3d(1, 1, 1); }
  .header.visited .display-1 .word:nth-of-type(1) {
    transition-delay: 200ms; }
  .header.visited .display-1 .word:nth-of-type(2) {
    transition-delay: 600ms; }
  .header.visited .display-1 .word:nth-of-type(3) {
    transition-delay: 1000ms; }
    .header.visited .display-1 .word:nth-of-type(3) .border-bottom:after {
      transition-delay: 1200ms; }
  .header.visited .display-1 .word:nth-of-type(4) {
    transition-delay: 1600ms; }
  .header.visited .display-1 .word:nth-of-type(5) {
    transition-delay: 1600ms; }
    .header.visited .display-1 .word:nth-of-type(5) .border-bottom:after {
      transition-delay: 2000ms; }
  .header.visited .display-1 .word:nth-of-type(6) {
    transition-delay: 1600ms; }

/***********************************************/
.active .component-papers .paper:nth-last-of-type(1) {
  transform: rotate(-10deg); }
.active .component-papers .paper:nth-last-of-type(2) {
  transform: rotate(6deg); }
.active .component-papers .paper:nth-last-of-type(3) {
  transform: rotate(20deg); }

.component-papers {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.85, 0.85); }
  .component-papers img {
    position: absolute; }
    .component-papers img.paper {
      top: -20%;
      left: -15%;
      width: 100%;
      height: 150%;
      object-fit: contain;
      transform-origin: 50% 75%;
      transition: 2000ms ease;
      z-index: 1; }
      .component-papers img.paper:nth-last-of-type(1) {
        transform: rotate(0); }
      .component-papers img.paper:nth-last-of-type(2) {
        transform: rotate(0); }
      .component-papers img.paper:nth-last-of-type(3) {
        transform: rotate(0deg); }
    .component-papers img.pencil {
      width: 50%;
      height: 50%;
      object-fit: contain;
      z-index: 2;
      object-position: center center;
      top: 50%;
      left: 33%;
      transform: rotate(-40deg); }

body:not(.section--home) .content {
  background: #eef2f5;
  text-align: left;
  font-size: 20px;
  font-weight: lighter;
  color: #111;
  /* HEADER */
  /* OGÓLNE */
  /* SLIDER */
  /* STRZAŁKI ODDZIELAJĄCE SEKCJE */
  /* VIDEO */
  /* sekcja z video */
  /* video w tle */
  /* video w pojemniku */
  /* PADDINGI */
  /* FOOTER */
  /* PODSTRONY */
  /* mobigate */
  /* mobience */
  /* spicybuzz */
  /* happypixel */
  /* sms */
  /* onas */
  /* rynek */
  /* strona artykulu */
  /* casestudy */ }
  body:not(.section--home) .content header {
    padding-top: 240px;
    padding-bottom: 300px;
    text-align: center;
    color: #fff;
    position: relative;
    background: no-repeat top center;
    background-size: cover; }
    body:not(.section--home) .content header.small-padding {
      padding: 13rem 0; }
    body:not(.section--home) .content header h1, body:not(.section--home) .content header h2, body:not(.section--home) .content header h3 {
      color: #fff; }
    @media (max-width: 768px) and (orientation: landscape) {
      body:not(.section--home) .content header {
        padding-top: 120px;
        padding-bottom: 150px; } }
    @media (max-width: 768px) {
      body:not(.section--home) .content header .display-2 {
        font-size: 4rem; }
      body:not(.section--home) .content header .display-3 {
        font-size: 3rem; }
      body:not(.section--home) .content header .display-4 {
        font-size: 2.5rem; }
      body:not(.section--home) .content header .display-5 {
        font-size: 1.5rem; } }
    @media (max-width: 400px) {
      body:not(.section--home) .content header .display-2 {
        font-size: 3.5rem; }
      body:not(.section--home) .content header .display-3 {
        font-size: 2.5rem; }
      body:not(.section--home) .content header .display-4 {
        font-size: 2rem; }
      body:not(.section--home) .content header .display-5 {
        font-size: 1.3rem; } }
  body:not(.section--home) .content h1, body:not(.section--home) .content h2, body:not(.section--home) .content h3, body:not(.section--home) .content h4, body:not(.section--home) .content h5 {
    font-weight: lighter; }
  body:not(.section--home) .content h1, body:not(.section--home) .content h2, body:not(.section--home) .content h3, body:not(.section--home) .content h4, body:not(.section--home) .content h5 {
    color: #c54747; }
  body:not(.section--home) .content h2.section-title {
    font-size: 52px;
    margin-bottom: 1.5em; }
    @media (max-width: 768px) {
      body:not(.section--home) .content h2.section-title {
        font-size: 44px;
        margin-bottom: 1rem; } }
    @media (max-width: 400px) {
      body:not(.section--home) .content h2.section-title {
        font-size: 32px; } }
  body:not(.section--home) .content h1.section-title {
    font-size: 52px;
    margin-bottom: 1em; }
    @media (max-width: 768px) {
      body:not(.section--home) .content h1.section-title {
        font-size: 44px;
        margin-bottom: 1rem; } }
    @media (max-width: 400px) {
      body:not(.section--home) .content h1.section-title {
        font-size: 32px; } }
  body:not(.section--home) .content .bg-white {
    background: #fff; }
  body:not(.section--home) .content .text-dark {
    color: #111 !important; }
  body:not(.section--home) .content .black-icons img {
    filter: grayscale(100%); }
  body:not(.section--home) .content .avatar {
    max-width: 300px;
    float: right;
    background-color: #eef2f5; }
    @media (max-width: 768px) {
      body:not(.section--home) .content .avatar {
        float: none;
        margin: auto; } }
  body:not(.section--home) .content .subtitle {
    opacity: 0.8;
    font-size: 1.3rem; }
  body:not(.section--home) .content .secondary-link {
    text-transform: uppercase;
    color: #c95858;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0.5rem;
    border-radius: 2rem; }
    body:not(.section--home) .content .secondary-link:hover {
      text-decoration: none;
      color: #e2a5a5; }
  body:not(.section--home) .content .has-background {
    background: no-repeat center center;
    background-size: cover; }
    body:not(.section--home) .content .has-background.bg-white {
      background-color: #fff; }
  body:not(.section--home) .content .btn-primary {
    background-color: transparent;
    color: #c95858;
    border-color: #c95858; }
    body:not(.section--home) .content .btn-primary:focus, body:not(.section--home) .content .btn-primary:hover {
      background-color: #c95858;
      color: #fff; }
    body:not(.section--home) .content .btn-primary.btn-inverse {
      background-color: #c95858;
      color: #fff; }
      body:not(.section--home) .content .btn-primary.btn-inverse:focus, body:not(.section--home) .content .btn-primary.btn-inverse:hover {
        background-color: #fff;
        border-color: #fff;
        color: #c95858; }
  body:not(.section--home) .content .justified {
    text-align: justify;
    letter-spacing: -1px; }
  body:not(.section--home) .content .section-slider {
    /* pojedynczy slajd */ }
    body:not(.section--home) .content .section-slider h2, body:not(.section--home) .content .section-slider p {
      color: #fff; }
    body:not(.section--home) .content .section-slider .owl-carousel {
      width: 100%;
      height: 100%;
      display: block;
      /* strzałki */
      /* kropki */ }
      body:not(.section--home) .content .section-slider .owl-carousel .owl-nav {
        position: absolute;
        width: 100%;
        top: 45%; }
        body:not(.section--home) .content .section-slider .owl-carousel .owl-nav .owl-prev, body:not(.section--home) .content .section-slider .owl-carousel .owl-nav .owl-next {
          margin: 0;
          padding: 0;
          width: 30px;
          height: 66px;
          background: no-repeat center center;
          background-size: contain;
          border-radius: 0; }
        body:not(.section--home) .content .section-slider .owl-carousel .owl-nav .owl-prev {
          float: left;
          margin-left: 20px; }
          @media (max-width: 900px) {
            body:not(.section--home) .content .section-slider .owl-carousel .owl-nav .owl-prev {
              margin-left: 10px;
              width: 20px; } }
        body:not(.section--home) .content .section-slider .owl-carousel .owl-nav .owl-next {
          float: right;
          margin-right: 20px; }
          @media (max-width: 900px) {
            body:not(.section--home) .content .section-slider .owl-carousel .owl-nav .owl-next {
              margin-right: 10px;
              width: 20px; } }
      body:not(.section--home) .content .section-slider .owl-carousel .owl-dots {
        position: absolute;
        width: 20%;
        left: 40%;
        bottom: 55px; }
        @media (max-width: 768px) {
          body:not(.section--home) .content .section-slider .owl-carousel .owl-dots {
            width: 50%;
            left: 25%; } }
        body:not(.section--home) .content .section-slider .owl-carousel .owl-dots .owl-dot span {
          width: 12px;
          height: 12px;
          background: url("/assets/img/shared/shared_dot.png") no-repeat center center;
          background-size: contain; }
        body:not(.section--home) .content .section-slider .owl-carousel .owl-dots .owl-dot.active span {
          background-image: url("/assets/img/shared/shared_dot_active.png"); }
    body:not(.section--home) .content .section-slider .slide {
      width: 100%;
      height: 700px;
      box-sizing: border-box;
      padding: 140px 0 140px;
      background: no-repeat center center;
      background-size: cover;
      display: flex; }
      @media (max-width: 768px) {
        body:not(.section--home) .content .section-slider .slide {
          padding: 120px 30px 160px; }
          body:not(.section--home) .content .section-slider .slide .container {
            text-align: center !important; } }
      @media (max-width: 400px) {
        body:not(.section--home) .content .section-slider .slide {
          padding: 100px 20px 140px; } }
      body:not(.section--home) .content .section-slider .slide.small-padding {
        height: 650px;
        padding-top: 40px;
        padding-bottom: 100px; }
        @media (max-width: 768px) {
          body:not(.section--home) .content .section-slider .slide.small-padding {
            height: 900px; } }
    body:not(.section--home) .content .section-slider.no-background h2 {
      color: #c54747; }
    body:not(.section--home) .content .section-slider.no-background p {
      color: #111; }
    body:not(.section--home) .content .section-slider.no-background .slide {
      background: #eef2f5; }
    body:not(.section--home) .content .section-slider.no-background.bg-white .slide {
      background: #fff; }
    body:not(.section--home) .content .section-slider.no-background .owl-dot span {
      background-image: url("/assets/img/shared/shared_reddot.png") !important; }
    body:not(.section--home) .content .section-slider.no-background .owl-dot.active span {
      background-image: url("/assets/img/shared/shared_reddot_active.png") !important; }
  body:not(.section--home) .content .arrow-grey, body:not(.section--home) .content .arrow-white {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: no-repeat bottom center;
    background-size: 100% auto; }
  body:not(.section--home) .content .arrow-top, body:not(.section--home) .content .arrow-top-grey {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: no-repeat top center;
    background-size: 100% auto; }
  @media (max-width: 1200px) {
    body:not(.section--home) .content .arrow-grey, body:not(.section--home) .content .arrow-white, body:not(.section--home) .content .arrow-top, body:not(.section--home) .content .arrow-top-grey {
      background-size: auto 100%;
      height: 40px; } }
  body:not(.section--home) .content .arrow-grey {
    background-image: url("/assets/img/shared/bg_arrow_grey.png"); }
    body:not(.section--home) .content .arrow-grey.pattern {
      background-image: url("/assets/img/shared/bg_arrow_patterngrey.png"); }
  body:not(.section--home) .content .arrow-white {
    background-image: url("/assets/img/shared/bg_arrow_white.png"); }
  body:not(.section--home) .content .arrow-top {
    background-image: url("/assets/img/shared/bg_arrow_top.png"); }
  body:not(.section--home) .content .arrow-top-grey {
    background-image: url("/assets/img/shared/bg_arrow_topgrey.png"); }
    body:not(.section--home) .content .arrow-top-grey.checkered {
      background-image: url("/assets/img/shared/bg_arrow_topgrey2.png"); }
  body:not(.section--home) .content .video-section {
    color: #fff;
    overflow: hidden; }
    body:not(.section--home) .content .video-section h2 {
      color: #fff; }
    body:not(.section--home) .content .video-section .device {
      border-color: #fff; }
    @media (max-width: 400px) {
      body:not(.section--home) .content .video-section {
        color: #111; }
        body:not(.section--home) .content .video-section h2 {
          color: #c54747; }
        body:not(.section--home) .content .video-section .bg_video, body:not(.section--home) .content .video-section .device__tablet {
          display: none; } }
  body:not(.section--home) .content .bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000; }
    body:not(.section--home) .content .bg_video video {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      filter: blur(8px) saturate(0.5) opacity(0.75);
      transform: scale(1.1); }
  body:not(.section--home) .content .video_container {
    overflow: hidden;
    background: #000;
    position: relative;
    cursor: pointer; }
    body:not(.section--home) .content .video_container .icons {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 100;
      pointer-events: none;
      display: flex;
      align-items: center;
      font-family: FontAwesome;
      font-size: 95px;
      color: #fff;
      text-align: center;
      transition: transform 0.35s ease 0s, opacity 0.35s linear 0s; }
      body:not(.section--home) .content .video_container .icons::before {
        width: 100%;
        opacity: 0.85;
        content: "\f144";
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
    body:not(.section--home) .content .video_container[data-status="playing"] .icons {
      opacity: 0;
      transform: scale(1.5); }
      body:not(.section--home) .content .video_container[data-status="playing"] .icons::before {
        content: "\f144"; }
    body:not(.section--home) .content .video_container[data-status="paused"] .icons {
      opacity: 1;
      transform: scale(1); }
      body:not(.section--home) .content .video_container[data-status="paused"] .icons::before {
        content: "\f28b"; }
    body:not(.section--home) .content .video_container video {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover; }
  body:not(.section--home) .content .content--section {
    padding: 100px 0 180px;
    position: relative;
    font-size: 0.95em; }
    @media (max-width: 768px) {
      body:not(.section--home) .content .content--section {
        padding: 100px 0 140px; } }
    @media (max-height: 600px) {
      body:not(.section--home) .content .content--section {
        padding: 80px 0 100px; } }
    body:not(.section--home) .content .content--section.kreacje_video, body:not(.section--home) .content .content--section.dostep, body:not(.section--home) .content .content--section.kampanie-sms {
      padding: 180px 0 180px; }
      @media (max-width: 768px) {
        body:not(.section--home) .content .content--section.kreacje_video, body:not(.section--home) .content .content--section.dostep, body:not(.section--home) .content .content--section.kampanie-sms {
          padding: 140px 0 140px; } }
      @media (max-height: 600px) {
        body:not(.section--home) .content .content--section.kreacje_video, body:not(.section--home) .content .content--section.dostep, body:not(.section--home) .content .content--section.kampanie-sms {
          padding: 100px 0 100px; } }
    body:not(.section--home) .content .content--section.happyslider, body:not(.section--home) .content .content--section.buzzslider, body:not(.section--home) .content .content--section.mobislider, body:not(.section--home) .content .content--section.targetowanie, body:not(.section--home) .content .content--section.no-padding {
      padding: 0 !important; }
    body:not(.section--home) .content .content--section.footer, body:not(.section--home) .content .content--section.extra, body:not(.section--home) .content .content--section.metoda, body:not(.section--home) .content .content--section.kilka_krokow, body:not(.section--home) .content .content--section.targetowanie-sms, body:not(.section--home) .content .content--section.mobilize {
      padding: 100px 0 100px; }
      @media (max-height: 600px) {
        body:not(.section--home) .content .content--section.footer, body:not(.section--home) .content .content--section.extra, body:not(.section--home) .content .content--section.metoda, body:not(.section--home) .content .content--section.kilka_krokow, body:not(.section--home) .content .content--section.targetowanie-sms, body:not(.section--home) .content .content--section.mobilize {
          padding: 80px 0 100px; } }
    body:not(.section--home) .content .content--section.dysponujemy {
      padding: 100px 0 140px; }
      @media (max-height: 600px) {
        body:not(.section--home) .content .content--section.dysponujemy {
          padding: 80px 0 100px; } }
    body:not(.section--home) .content .content--section.pobierz {
      padding-bottom: 0; }
  body:not(.section--home) .content footer.content--section {
    padding: 0;
    font-weight: 200; }
  body:not(.section--home) .content footer #map {
    width: 100%;
    height: 300px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff; }
  body:not(.section--home) .content footer .small {
    margin: 0;
    display: block;
    font-weight: 200; }
  body:not(.section--home) .content footer a {
    text-decoration: none;
    color: #111;
    font-weight: 200; }
  body:not(.section--home) .content footer .mid {
    color: #fff;
    background: #434A54; }
    body:not(.section--home) .content footer .mid a {
      color: #fff; }
    body:not(.section--home) .content footer .mid img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    body:not(.section--home) .content footer .mid .fa {
      min-height: 50px;
      line-height: 50px; }
    body:not(.section--home) .content footer .mid p {
      margin: 0; }
  body:not(.section--home) .content footer .end {
    color: #fff;
    background: #2e333a; }
    body:not(.section--home) .content footer .end a {
      color: #fff; }
  body:not(.section--home) .content.mobigate header {
    background-image: url("/assets/img/mobigate/mobigate_header_bg.jpg"); }
  body:not(.section--home) .content.mobigate .poznaj {
    background: url("/assets/img/mobigate/mobigate_poznaj_bg.jpg") no-repeat top center;
    background-size: contain; }
    @media (max-width: 1200px) {
      body:not(.section--home) .content.mobigate .poznaj {
        background-size: cover; } }
  body:not(.section--home) .content.mobigate .analityka {
    background: url("/assets/img/mobigate/mobigate_analityka_bg.png") no-repeat left center #fff !important;
    background-size: auto 76% !important; }
    @media (max-width: 1200px) {
      body:not(.section--home) .content.mobigate .analityka {
        background-size: 50% auto !important; } }
    @media (max-width: 768px) {
      body:not(.section--home) .content.mobigate .analityka {
        background: #fff !important; } }
  body:not(.section--home) .content.mobigate .targetowanie .slide1 {
    background-image: url("/assets/img/mobigate/mobigate_targetowanie_img1.jpg"); }
  body:not(.section--home) .content.mobigate .targetowanie .slide2 {
    background-image: url("/assets/img/mobigate/mobigate_targetowanie_img2.jpg"); }
  body:not(.section--home) .content.mobigate .targetowanie .slide .row {
    height: 100%; }
  body:not(.section--home) .content.mobience header {
    background-image: url("/assets/img/mobience/mobience_header_bg.jpg"); }
  body:not(.section--home) .content.mobience .zbieramy {
    background: url("/assets/img/mobience/mobience_zbieramy_bg.jpg") no-repeat center center;
    background-size: cover; }
  body:not(.section--home) .content.mobience .mobislider {
    color: #fff; }
    body:not(.section--home) .content.mobience .mobislider .slide1 {
      background-image: url("/assets/img/mobience/mobience_slider_bg1.jpg"); }
    body:not(.section--home) .content.mobience .mobislider .slide2 {
      background-image: url("/assets/img/mobience/mobience_slider_bg2.jpg"); }
    body:not(.section--home) .content.mobience .mobislider .slide3 {
      background-image: url("/assets/img/mobience/mobience_slider_bg3.jpg"); }
    body:not(.section--home) .content.mobience .mobislider .slide4 {
      background-image: url("/assets/img/mobience/mobience_slider_bg4.jpg"); }
    body:not(.section--home) .content.mobience .mobislider .slide5 {
      background-image: url("/assets/img/mobience/mobience_slider_bg5.jpg"); }
    body:not(.section--home) .content.mobience .mobislider .slide6 {
      background-image: url("/assets/img/mobience/mobience_slider_bg6.jpg"); }
    body:not(.section--home) .content.mobience .mobislider h4 {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.2rem; }
    body:not(.section--home) .content.mobience .mobislider h2 {
      font-size: 2.5rem; }
    body:not(.section--home) .content.mobience .mobislider img {
      display: block;
      width: 200px;
      max-width: 100%;
      margin: auto; }
    body:not(.section--home) .content.mobience .mobislider ul {
      list-style-type: none;
      margin-bottom: 0; }
    @media (max-width: 768px) {
      body:not(.section--home) .content.mobience .mobislider .slide {
        height: 800px;
        font-size: 16px; } }
  body:not(.section--home) .content.spicybuzz header {
    background-image: url("/assets/img/spicybuzz/spicybuzz_header_bg.jpg"); }
  body:not(.section--home) .content.spicybuzz .info {
    background: url("/assets/img/spicybuzz/spicybuzz_info_bg.jpg") no-repeat bottom center;
    background-size: contain; }
    @media (max-width: 1200px) {
      body:not(.section--home) .content.spicybuzz .info {
        background-size: cover; } }
  body:not(.section--home) .content.spicybuzz .buzzslider .slide1 {
    background-image: url("/assets/img/spicybuzz/spicybuzz_slider_bg1.jpg"); }
  body:not(.section--home) .content.spicybuzz .buzzslider .slide2 {
    background-image: url("/assets/img/spicybuzz/spicybuzz_slider_bg2.jpg"); }
  body:not(.section--home) .content.spicybuzz .buzzslider .slide3 {
    background-image: url("/assets/img/spicybuzz/spicybuzz_slider_bg3.jpg"); }
  body:not(.section--home) .content.happypixel header {
    background-image: url("/assets/img/happypixel/happypixel_header_bg.jpg"); }
  body:not(.section--home) .content.happypixel .tworzymy {
    background: url("/assets/img/happypixel/happypixel_tworzymy_bg.jpg") no-repeat bottom center;
    background-size: cover; }
  body:not(.section--home) .content.happypixel .standardy strong {
    font-weight: 400; }
  body:not(.section--home) .content.happypixel .standardy img {
    width: 450px; }
    @media (max-width: 768px) {
      body:not(.section--home) .content.happypixel .standardy img {
        width: 350px; } }
  body:not(.section--home) .content.happypixel .happyslider .slide1 {
    background-image: url("/assets/img/happypixel/happypixel_slider_bg1.jpg"); }
    @media (max-width: 768px) {
      body:not(.section--home) .content.happypixel .happyslider .slide1 {
        background-position: 30% 50%; } }
  body:not(.section--home) .content.happypixel .happyslider .slide2 {
    background-image: url("/assets/img/happypixel/happypixel_slider_bg2.jpg"); }
  body:not(.section--home) .content.happypixel .happyslider .slide3 {
    background-image: url("/assets/img/happypixel/happypixel_slider_bg3.jpg"); }
    @media (max-width: 768px) {
      body:not(.section--home) .content.happypixel .happyslider .slide3 {
        background-position: 30% 50%; } }
  body:not(.section--home) .content.happypixel .happyslider .slide4 {
    background-image: url("/assets/img/happypixel/happypixel_slider_bg4.jpg"); }
  body:not(.section--home) .content.happypixel .happyslider .slide5 {
    background-image: url("/assets/img/happypixel/happypixel_slider_bg5.jpg"); }
  body:not(.section--home) .content.happypixel .happyslider .slide6 {
    background-image: url("/assets/img/happypixel/happypixel_slider_bg6.jpg"); }
  body:not(.section--home) .content.sms header {
    background-image: url("/assets/img/sms/sms_header_bg.jpg"); }
  body:not(.section--home) .content.sms .info {
    background: url("/assets/img/sms/sms_info_bg.jpg") no-repeat bottom center;
    background-size: cover; }
  body:not(.section--home) .content.sms .kampanie-sms {
    background: url("/assets/img/sms/sms_kampanie_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    color: #fff; }
    @media (max-width: 1200px) {
      body:not(.section--home) .content.sms .kampanie-sms {
        background-position: 75% 50%; } }
    body:not(.section--home) .content.sms .kampanie-sms h2 {
      color: #fff; }
  body:not(.section--home) .content.sms .targetowanie-sms h3 {
    text-transform: uppercase;
    font-size: 1.25rem; }
  @media (max-width: 768px) {
    body:not(.section--home) .content.sms ul {
      list-style-type: none;
      padding: 0; } }
  body:not(.section--home) .content.onas header {
    background-image: url("/assets/img/onas/onas_header_bg.jpg"); }
  body:not(.section--home) .content.onas .ksztaltujemy {
    background: url("/assets/img/onas/onas_ksztaltujemy_bg.jpg") no-repeat top center;
    background-size: cover; }
  body:not(.section--home) .content.onas .dysponujemy {
    background: url("/assets/img/onas/onas_dysponujemy_bg.jpg") no-repeat center center;
    background-size: cover;
    color: #fff; }
    body:not(.section--home) .content.onas .dysponujemy p {
      margin: 0; }
  body:not(.section--home) .content.onas .zaufali h2.section-title {
    margin-bottom: 1.2em; }
  body:not(.section--home) .content.onas .zaufali .col-md-5ths {
    padding-bottom: 25px;
    padding-top: 25px; }
    @media (max-width: 768px) {
      body:not(.section--home) .content.onas .zaufali .col-md-5ths {
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 15px; } }
    @media (max-width: 500px) {
      body:not(.section--home) .content.onas .zaufali .col-md-5ths {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        body:not(.section--home) .content.onas .zaufali .col-md-5ths img {
          max-width: 50%; } }
  body:not(.section--home) .content.rynek h2.section-title {
    font-size: 42px; }
    @media (max-width: 400px) {
      body:not(.section--home) .content.rynek h2.section-title {
        font-size: 32px; } }
  body:not(.section--home) .content.rynek header {
    padding: 0; }
    body:not(.section--home) .content.rynek header a:hover, body:not(.section--home) .content.rynek header a:focus {
      text-decoration: none; }
    body:not(.section--home) .content.rynek header .content--section {
      padding: 0; }
      body:not(.section--home) .content.rynek header .content--section .slide {
        padding: 180px 0 180px;
        height: 700px; }
        @media (max-width: 768px) and (orientation: landscape) {
          body:not(.section--home) .content.rynek header .content--section .slide {
            padding: 120px 0 150px;
            height: 600px; } }
        @media (max-width: 400px) {
          body:not(.section--home) .content.rynek header .content--section .slide {
            height: 600px;
            padding: 80px 0 100px; } }
        body:not(.section--home) .content.rynek header .content--section .slide .background {
          bottom: 0;
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 100%;
          background: no-repeat center center;
          background-size: cover; }
        body:not(.section--home) .content.rynek header .content--section .slide .container {
          z-index: 2; }
        body:not(.section--home) .content.rynek header .content--section .slide h2, body:not(.section--home) .content.rynek header .content--section .slide h3 {
          width: 80%; }
  body:not(.section--home) .content.articles header {
    background: #cb2d3e;
    background: -webkit-linear-gradient(to left, #ef473a, #cb2d3e);
    background: linear-gradient(to left, #ef473a, #cb2d3e);
    padding: 200px 0 200px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) and (orientation: landscape) {
      body:not(.section--home) .content.articles header {
        padding: 120px 0 150px; } }
    body:not(.section--home) .content.articles header .container {
      position: relative;
      z-index: 1; }
    body:not(.section--home) .content.articles header .img-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .15;
      object-fit: cover;
      filter: saturate(0) blur(2px); }
  body:not(.section--home) .content.articles .article {
    padding: 50px 0 100px; }
    body:not(.section--home) .content.articles .article p {
      margin-bottom: 25px; }
      body:not(.section--home) .content.articles .article p strong {
        font-weight: 400; }
      body:not(.section--home) .content.articles .article p:first-of-type {
        font-size: 1.2em; }
        @media (max-width: 768px) {
          body:not(.section--home) .content.articles .article p:first-of-type {
            font-size: 1.1em; } }
    body:not(.section--home) .content.articles .article img {
      width: 100%;
      display: block;
      margin: 30px auto; }
      @media (max-width: 768px) {
        body:not(.section--home) .content.articles .article img {
          max-width: 80%; } }
    body:not(.section--home) .content.articles .article .col > img {
      margin-top: 0; }
    @media (max-width: 600px) {
      body:not(.section--home) .content.articles .article .social {
        display: flex;
        justify-content: center; } }
  body:not(.section--home) .content.casestudy header {
    background-image: url("/assets/img/case-study.jpg"); }
  body:not(.section--home) .content.casestudy .content--section {
    overflow: hidden; }
    body:not(.section--home) .content.casestudy .content--section dt {
      color: rgba(0, 0, 0, 0.6); }
    body:not(.section--home) .content.casestudy .content--section ul {
      margin-bottom: 0.5rem;
      padding-left: 20px; }
      @media (max-width: 768px) {
        body:not(.section--home) .content.casestudy .content--section ul {
          list-style-type: none;
          padding: 0;
          text-align: center !important; } }
    body:not(.section--home) .content.casestudy .content--section li {
      font-size: 0.9em;
      color: rgba(0, 0, 0, 0.6); }
      body:not(.section--home) .content.casestudy .content--section li span {
        color: #111; }
  body:not(.section--home) .content.specyfikacja .inline {
    display: inline; }
  body:not(.section--home) .content.specyfikacja header {
    background-image: url("/assets/img/case-study.jpg"); }
  body:not(.section--home) .content.specyfikacja h1.section-title {
    margin-bottom: 2.5rem;
    text-align: center; }
    body:not(.section--home) .content.specyfikacja h1.section-title small {
      font-size: 30%; }
  body:not(.section--home) .content.specyfikacja h3 {
    font-size: 1.85rem;
    margin-bottom: 1rem;
    text-align: center; }
  body:not(.section--home) .content.specyfikacja h4 {
    color: grey; }
    body:not(.section--home) .content.specyfikacja h4.inline {
      margin-right: 0.5rem; }
  body:not(.section--home) .content.specyfikacja p {
    font-size: 18px; }
    body:not(.section--home) .content.specyfikacja p.lead {
      font-size: 120%;
      line-height: 1.3;
      margin-bottom: 1.5rem; }
  body:not(.section--home) .content.specyfikacja pre {
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 1rem auto;
    font-size: 14px;
    tab-size: 2; }
  body:not(.section--home) .content.specyfikacja ul {
    margin-top: 2.5rem; }
    body:not(.section--home) .content.specyfikacja ul.nomargin {
      margin-top: 0; }
    body:not(.section--home) .content.specyfikacja ul.inside {
      margin-top: 1.5rem; }
      body:not(.section--home) .content.specyfikacja ul.inside li {
        margin-bottom: 1.5rem; }
  body:not(.section--home) .content.specyfikacja ul, body:not(.section--home) .content.specyfikacja ol {
    list-style-type: none;
    padding: 0; }
    body:not(.section--home) .content.specyfikacja ul li, body:not(.section--home) .content.specyfikacja ol li {
      margin-bottom: 2.5rem; }
      body:not(.section--home) .content.specyfikacja ul li.middle, body:not(.section--home) .content.specyfikacja ol li.middle {
        margin-bottom: 3rem; }
      body:not(.section--home) .content.specyfikacja ul li:last-child, body:not(.section--home) .content.specyfikacja ol li:last-child {
        margin-bottom: 0 !important; }

.navbar .nav-link span {
  display: none; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5); }

@media (max-width: 1024px) {
  html, body {
    font-size: 14px; }

  .navbar {
    font-size: 12px;
    align-items: center; }

  nav.nav {
    display: none; }

  p {
    font-size: 1.25rem;
    text-align: center; }

  p.lead {
    font-size: 1.5rem; }

  h2, h5 {
    text-align: center; }

  .section a.btn {
    display: block;
    margin: 1rem; }

  .display-3 {
    font-size: 3rem; }

  .section.header video {
    transform: scale(1.4, 1.4); }

  .section.kontakt {
    padding-top: 3rem; }

  .section.kontakt h3,
  .section.kontakt dl {
    font-size: 1.25rem; }

  .section.kontakt .img-fluid {
    width: 60px;
    height: 60px; } }
@media (max-width: 768px) {
  .section.kontakt dl {
    margin: 0; }
    .section.kontakt dl dt {
      display: none; }
    .section.kontakt dl dd {
      margin: 0; }

  .content--section {
    overflow: hidden; }

  .device__phone {
    width: 225px;
    height: 400px;
    max-width: 80%; }

  .device__tablet {
    width: 400px;
    height: 300px;
    max-width: 80%; } }
@media (max-width: 600px) {
  nav.navbar .navbar-collapse {
    background: #c41a18;
    background: linear-gradient(to left, #ef473a, #cb2d3e);
    margin: -70px -25px;
    width: calc(100% + 50px);
    padding: 100px 0;
    z-index: -1;
    height: 100vh;
    transform: scale(1.5, 1.5);
    opacity: 0;
    transition: transform .35s ease, opacity .35s ease; }
    nav.navbar .navbar-collapse.collapsing {
      transition: transform .35s ease, opacity .35s ease; }
    nav.navbar .navbar-collapse.show {
      opacity: 0.9;
      transform: scale(1, 1); }
    nav.navbar .navbar-collapse .btn.btn-secondary {
      border: 0; }
    nav.navbar .navbar-collapse .nav-link {
      font-size: 18px !important;
      padding: 0.25em 1em  !important; }
      nav.navbar .navbar-collapse .nav-link.active:after {
        display: none; }
    nav.navbar .navbar-collapse .nav-item.button-fb {
      padding: 0; }
    nav.navbar .navbar-collapse .nav-link i {
      display: none; }
    nav.navbar .navbar-collapse .nav-link span {
      display: inline; }
    nav.navbar .navbar-collapse .nav-item.dropdown .dropdown-toggle {
      display: none; }
    nav.navbar .navbar-collapse .nav-item.dropdown .dropdown-menu {
      display: block;
      background: transparent;
      box-shadow: none;
      margin: 0;
      padding: 0; }
      nav.navbar .navbar-collapse .nav-item.dropdown .dropdown-menu .nav-link {
        color: #fff; }

  .content--section p {
    font-size: 1.2rem; }
    .content--section p.small {
      font-size: 80%; }

  .section.brief .bg {
    background: url("/assets/img/home/mobile-brief.jpg") no-repeat center center;
    background-size: cover; }
    .section.brief .bg img, .section.brief .bg .video-background {
      display: none; }

  .section.strategia .col-md-4 {
    display: none; }
  .section.strategia .bg {
    background: url("/assets/img/home/mobile-strategia.jpg") no-repeat center center;
    background-size: cover; }
    .section.strategia .bg img {
      display: none; }

  .section.kreacja .col:last-child, .section.kreacja .device {
    display: none; }
  .section.kreacja .bg {
    background: url("/assets/img/home/mobile-kreacja.jpg") no-repeat center center;
    background-size: cover; }
    .section.kreacja .bg img {
      display: none; }

  .section.targetowanie .bg {
    background: url("/assets/img/home/mobile-targetowanie.jpg") no-repeat center center;
    background-size: cover; }
    .section.targetowanie .bg img, .section.targetowanie .bg .bottom.right {
      display: none; }

  .section.raportowanie .bg {
    background: url("/assets/img/home/mobile-raportowanie.jpg") no-repeat center center;
    background-size: cover; }
    .section.raportowanie .bg img {
      display: none; }

  .fp-tableCell {
    padding: 15px; }

  .change-device {
    display: none; } }
@media (max-width: 400px) {
  .navbar {
    align-items: flex-start;
    padding: 15px; }
    .navbar .navbar-brand .navbar-brand--glyph {
      height: 45px; }

  .section.header .display-1 {
    font-size: 3.5rem;
    margin-bottom: 1rem; }
    .section.header .display-1 span {
      font-size: 3.5rem; }

  .content--section img.icon {
    max-width: 60%; }
  .content--section .fa-4x {
    font-size: 3em; }
  .content--section h2 {
    font-size: 26px; } }
@media (max-height: 900px) {
  .device {
    max-height: 70vh; }
    .device.device__tablet {
      max-height: 60vh; } }
@media (max-height: 600px) {
  .section.header .display-1 {
    font-size: 3rem; }
    .section.header .display-1 span {
      font-size: 3rem; }
  .section.header .list-inline, .section.header span {
    font-size: 1.3rem; }

  .section a.btn {
    padding: .5rem 1rem;
    margin: .5rem; }
  .section p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    line-height: 1.3; }
    .section p.lead {
      font-size: 1.2rem;
      margin-bottom: 1.5rem;
      line-height: 1.2 !important; }
    .section p:last-child {
      margin-bottom: 0; }
  .section.brief .fp-tableCell, .section.strategia .fp-tableCell, .section.kreacja .fp-tableCell {
    padding-top: 60px; }
  .section.strategia .list-inline-item {
    display: block; }
    .section.strategia .list-inline-item:not(:last-child) {
      margin-right: 0; }
      .section.strategia .list-inline-item:not(:last-child):after {
        display: none; }
  .section.kreacja a.btn {
    margin: 1rem; }
  .section.kontakt {
    overflow: scroll;
    padding-top: 0; }
    .section.kontakt .fp-tableCell {
      padding-top: 80px; }

  nav.navbar .navbar-collapse.show {
    padding-top: 85px;
    overflow: scroll; }

  .collapse.show .nav-item, .collapsing .nav-item {
    font-size: 15px; } }
.corner {
  position: fixed;
  width: 220px;
  height: 220px;
  max-width: 40%;
  max-height: 40%;
  z-index: 111; }
  .corner a {
    display: block;
    width: 100%;
    height: 100%; }
    .corner a img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom right; }
  .corner.bottom-right {
    bottom: 10px;
    right: 10px; }

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