.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: D;
  animation-name: D;
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  -o-transition: scale 0.1s ease;
  transition: scale 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

[type="range"]:focus {
  outline: 0;
}

[type="range"]::-ms-track {
  background: 0 0;
}

@-webkit-keyframes a {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes a {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes b {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes b {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes c {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes c {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes d {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@keyframes d {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@-webkit-keyframes e {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes e {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes f {
  0%,
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
}

@keyframes f {
  0%,
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
}

@-webkit-keyframes g {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes g {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes h {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}

@keyframes h {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}

@-webkit-keyframes i {
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
}

@keyframes i {
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
}

@-webkit-keyframes j {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.563deg) skewY(1.563deg);
    transform: skewX(1.563deg) skewY(1.563deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.781deg) skewY(-0.781deg);
    transform: skewX(-0.781deg) skewY(-0.781deg);
  }

  77.7% {
    -webkit-transform: skewX(0.391deg) skewY(0.391deg);
    transform: skewX(0.391deg) skewY(0.391deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.195deg) skewY(-0.195deg);
    transform: skewX(-0.195deg) skewY(-0.195deg);
  }
}

@keyframes j {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.563deg) skewY(1.563deg);
    transform: skewX(1.563deg) skewY(1.563deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.781deg) skewY(-0.781deg);
    transform: skewX(-0.781deg) skewY(-0.781deg);
  }

  77.7% {
    -webkit-transform: skewX(0.391deg) skewY(0.391deg);
    transform: skewX(0.391deg) skewY(0.391deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.195deg) skewY(-0.195deg);
    transform: skewX(-0.195deg) skewY(-0.195deg);
  }
}

@-webkit-keyframes k {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes k {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes l {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes l {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes m {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes m {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes n {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes n {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes o {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes o {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes p {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes p {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes q {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes q {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes r {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes r {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes s {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes s {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes t {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes t {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes u {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes u {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes v {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes v {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes w {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes w {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes y {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes y {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes z {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes z {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes A {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes A {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes C {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes C {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes D {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes D {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes E {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes E {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes F {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes F {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes G {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes G {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes H {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes H {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes I {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes I {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes J {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes J {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes K {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes K {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes L {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes L {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes M {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes M {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes N {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes N {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes O {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes O {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes P {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes P {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes Q {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes Q {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes R {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    opacity: 1;
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes R {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    opacity: 1;
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes S {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes S {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes T {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
    -webkit-transform-origin: center;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes T {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
    -webkit-transform-origin: center;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes U {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes U {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes V {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes V {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes W {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes W {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes X {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes X {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes Y {
  0% {
    transform-origin: center;
    opacity: 1;
    -webkit-transform-origin: center;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes Y {
  0% {
    transform-origin: center;
    opacity: 1;
    -webkit-transform-origin: center;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-webkit-keyframes Z {
  0% {
    transform-origin: left bottom;
    opacity: 1;
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes Z {
  0% {
    transform-origin: left bottom;
    opacity: 1;
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes ab {
  0% {
    transform-origin: right bottom;
    opacity: 1;
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes ab {
  0% {
    transform-origin: right bottom;
    opacity: 1;
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@-webkit-keyframes bb {
  0% {
    transform-origin: left bottom;
    opacity: 1;
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes bb {
  0% {
    transform-origin: left bottom;
    opacity: 1;
    -webkit-transform-origin: left bottom;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@-webkit-keyframes cb {
  0% {
    transform-origin: right bottom;
    opacity: 1;
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes cb {
  0% {
    transform-origin: right bottom;
    opacity: 1;
    -webkit-transform-origin: right bottom;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes db {
  0% {
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes db {
  0% {
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes eb {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes eb {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fb {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes fb {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@-webkit-keyframes gb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes gb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes hb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes hb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes ib {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes ib {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes jb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes jb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes kb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes kb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes lb {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@keyframes lb {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes mb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes nb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes nb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes ob {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes ob {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes pb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes pb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes qb {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes qb {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes rb {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rb {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes sb {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes sb {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes tb {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes tb {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes ub {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes ub {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes vb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes vb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes wb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes wb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes xb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes xb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes yb {
  0%,
  to {
    top: 40px;
  }

  50% {
    top: 56px;
  }
}

@keyframes yb {
  0%,
  to {
    top: 40px;
  }

  50% {
    top: 56px;
  }
}

@keyframes zb {
  0%,
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}

@-webkit-keyframes zb {
  0%,
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}

@-webkit-keyframes Ab {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes Ab {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes Bb {
  0%,
  to {
    top: 50px;
  }

  50% {
    top: 70px;
  }
}

@keyframes Bb {
  0%,
  to {
    top: 50px;
  }

  50% {
    top: 70px;
  }
}

@-webkit-keyframes Cb {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes Cb {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.bounce {
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.flash {
  -webkit-animation-name: b;
  animation-name: b;
}

.pulse {
  -webkit-animation-name: c;
  animation-name: c;
}

.rubberBand {
  -webkit-animation-name: d;
  animation-name: d;
}

.shake {
  -webkit-animation-name: e;
  animation-name: e;
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: f;
  animation-name: f;
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: g;
  animation-name: g;
}

.tada {
  -webkit-animation-name: h;
  animation-name: h;
}

.wobble {
  -webkit-animation-name: i;
  animation-name: i;
}

.jello {
  -webkit-animation-name: j;
  animation-name: j;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.bounceIn {
  -webkit-animation-name: k;
  animation-name: k;
}

.bounceInDown {
  -webkit-animation-name: l;
  animation-name: l;
}

.bounceInLeft {
  -webkit-animation-name: m;
  animation-name: m;
}

.bounceInRight {
  -webkit-animation-name: n;
  animation-name: n;
}

.bounceInUp {
  -webkit-animation-name: o;
  animation-name: o;
}

.bounceOut {
  -webkit-animation-name: p;
  animation-name: p;
}

.bounceOutDown {
  -webkit-animation-name: q;
  animation-name: q;
}

.bounceOutLeft {
  -webkit-animation-name: r;
  animation-name: r;
}

.bounceOutRight {
  -webkit-animation-name: s;
  animation-name: s;
}

.bounceOutUp {
  -webkit-animation-name: t;
  animation-name: t;
}

.fadeIn {
  -webkit-animation-name: u;
  animation-name: u;
}

.fadeInDown {
  -webkit-animation-name: v;
  animation-name: v;
}

.fadeInDownBig {
  -webkit-animation-name: w;
  animation-name: w;
}

.fadeInLeft {
  -webkit-animation-name: x;
  animation-name: x;
}

.fadeInLeftBig {
  -webkit-animation-name: y;
  animation-name: y;
}

.fadeInRight {
  -webkit-animation-name: z;
  animation-name: z;
}

.fadeInRightBig {
  -webkit-animation-name: A;
  animation-name: A;
}

.fadeInUp {
  -webkit-animation-name: B;
  animation-name: B;
}

.fadeInUpBig {
  -webkit-animation-name: C;
  animation-name: C;
}

.fadeOut {
  -webkit-animation-name: D;
  animation-name: D;
}

.fadeOutDown {
  -webkit-animation-name: E;
  animation-name: E;
}

.fadeOutDownBig {
  -webkit-animation-name: F;
  animation-name: F;
}

.fadeOutLeft {
  -webkit-animation-name: G;
  animation-name: G;
}

.fadeOutLeftBig {
  -webkit-animation-name: H;
  animation-name: H;
}

.fadeOutRight {
  -webkit-animation-name: I;
  animation-name: I;
}

.fadeOutRightBig {
  -webkit-animation-name: J;
  animation-name: J;
}

.fadeOutUp {
  -webkit-animation-name: K;
  animation-name: K;
}

.fadeOutUpBig {
  -webkit-animation-name: L;
  animation-name: L;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: M;
  animation-name: M;
}

.flipInX,
.flipInY,
.flipOutX,
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: N;
  animation-name: N;
}

.flipInY,
.flipOutX,
.flipOutY {
  -webkit-animation-name: O;
  animation-name: O;
}

.flipOutX,
.flipOutY {
  -webkit-animation-name: P;
  animation-name: P;
}

.flipOutY {
  -webkit-animation-name: Q;
  animation-name: Q;
}

.lightSpeedIn {
  -webkit-animation-name: R;
  animation-name: R;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.lightSpeedOut {
  -webkit-animation-name: S;
  animation-name: S;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.rotateIn {
  -webkit-animation-name: T;
  animation-name: T;
}

.rotateInDownLeft {
  -webkit-animation-name: U;
  animation-name: U;
}

.rotateInDownRight {
  -webkit-animation-name: V;
  animation-name: V;
}

.rotateInUpLeft {
  -webkit-animation-name: W;
  animation-name: W;
}

.rotateInUpRight {
  -webkit-animation-name: X;
  animation-name: X;
}

.rotateOut {
  -webkit-animation-name: Y;
  animation-name: Y;
}

.rotateOutDownLeft {
  -webkit-animation-name: Z;
  animation-name: Z;
}

.rotateOutDownRight {
  -webkit-animation-name: ab;
  animation-name: ab;
}

.rotateOutUpLeft {
  -webkit-animation-name: bb;
  animation-name: bb;
}

.rotateOutUpRight {
  -webkit-animation-name: cb;
  animation-name: cb;
}

.hinge {
  -webkit-animation-name: db;
  animation-name: db;
}

.rollIn {
  -webkit-animation-name: eb;
  animation-name: eb;
}

.rollOut {
  -webkit-animation-name: fb;
  animation-name: fb;
}

.zoomIn {
  -webkit-animation-name: gb;
  animation-name: gb;
}

.zoomInDown {
  -webkit-animation-name: hb;
  animation-name: hb;
}

.zoomInLeft {
  -webkit-animation-name: ib;
  animation-name: ib;
}

.zoomInRight {
  -webkit-animation-name: jb;
  animation-name: jb;
}

.zoomInUp {
  -webkit-animation-name: kb;
  animation-name: kb;
}

.zoomOut {
  -webkit-animation-name: lb;
  animation-name: lb;
}

.zoomOutDown {
  -webkit-animation-name: mb;
  animation-name: mb;
}

.zoomOutLeft {
  -webkit-animation-name: nb;
  animation-name: nb;
}

.zoomOutRight {
  -webkit-animation-name: ob;
  animation-name: ob;
}

.zoomOutUp {
  -webkit-animation-name: pb;
  animation-name: pb;
}

.slideInDown {
  -webkit-animation-name: qb;
  animation-name: qb;
}

.slideInLeft {
  -webkit-animation-name: rb;
  animation-name: rb;
}

.slideInRight {
  -webkit-animation-name: sb;
  animation-name: sb;
}

.slideInUp {
  -webkit-animation-name: tb;
  animation-name: tb;
}

.slideOutDown {
  -webkit-animation-name: ub;
  animation-name: ub;
}

.slideOutLeft {
  -webkit-animation-name: vb;
  animation-name: vb;
}

.slideOutRight {
  -webkit-animation-name: wb;
  animation-name: wb;
}

.slideOutUp {
  -webkit-animation-name: xb;
  animation-name: xb;
}

#contact-form input[type="email"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#stay-up-to-date .people .container input:focus,
.menu button:focus,
[type="range"]:focus {
  outline: 0;
}

.down,
.scroll-up {
  cursor: pointer;
  width: 30px;
}

.scroll-up {
  height: 30px;
  background: #421c72;
  bottom: 110px;
  right: 40px;
  display: none;
  z-index: 65;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
}

.scroll-up svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  top: -2px;
}

.scroll-up:hover,
section#header a.scroll-down:hover {
  background: #fff;
}

.scroll-up:hover svg,
section#header a.scroll-down:hover svg path {
  fill: #000;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.active .case-text h6,
.case-study .case-text h6 {
  padding-top: 59px;
  padding-left: 71px;
  font-size: 14px;
}

#contact-form h3 span > span.active,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

.logo h1 {
  font-size: 30px;
  font-weight: 200;
  font-family: lato;
  color: #fff;
  text-transform: uppercase;
}

.case-study .case-text h6 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.active .case-text h6 {
  color: #fff;
  opacity: 1 !important;
}

.down {
  top: 40px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: yb 5s infinite;
  animation: yb 5s infinite;
}

#cookieBanner a,
.quick-nav.black li a {
  color: #421c72;
}

#cookieBanner {
  width: 150px;
  height: 150px;
  position: fixed;
  bottom: 60px;
  background: url(../../images/cookie.svg) no-repeat;
  z-index: 1000;
  text-align: center;
  right: 20px;
  font-size: 13px;
  padding: 40px 25px 0;
}

.akcept {
  background: url(../../images/akcept.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  right: 23px;
  bottom: 8px;
  position: absolute;
}

.nomargin,
.uc {
  text-transform: uppercase;
}

body {
  line-height: 1;
  font-family: "Saira Semi Condensed", sans-serif;
  overflow-x: hidden;
}

#wiadomoscwyslana1 {
  position: relative;
  top: 20px;
  color: #fff;
}

.nomargin {
  margin-top: 5px !important;
}

ol,
section#references .slider-controls ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

.textpos {
  position: relative;
  bottom: 50px;
}

.logofooterfill,
section#header .logo svg path,
section#header .logo svg polygon,
section#header .logo svg rect,
section#menu a.close-menu svg polygon,
section#references .quote svg path {
  fill: #fff;
}

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

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

[type="range"] {
  -webkit-appearance: none;
  margin: 8px 0;
  width: 100%;
}

[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
  box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
  background: #421c72;
  border: 1px solid #421c72;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

[type="range"]::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
  box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
  border: 0 solid #fff;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #421c72;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

[type="range"]:focus::-webkit-slider-runnable-track {
  background: #421c72;
}

[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
  background: #421c72;
  border: 1px solid #421c72;
  border-radius: 5px;
}

[type="range"]::-moz-range-thumb {
  box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
  border: 0 solid #fff;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #421c72;
  cursor: pointer;
}

[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: 0 0;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

[type="range"]::-ms-fill-lower,
[type="range"]::-ms-fill-upper {
  box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
  background: #421c72;
  border: 1px solid #421c72;
  border-radius: 10px;
}

[type="range"]::-ms-thumb {
  box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
  border: 0 solid #fff;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #421c72;
  cursor: pointer;
}

[type="range"]:focus::-ms-fill-lower {
  background: #421c72;
}

[type="range"]:focus::-ms-fill-upper {
  background: #421c72;
}

html {
  overflow-x: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

#bg_video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #421c72;
  opacity: 0.6;
}

#bg_video video {
  opacity: 0.4;
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

section#header {
  background-color: #421c72;
  min-height: 100vh;
  padding-bottom: 234px;
  overflow: hidden;
}

section#creation,
section#header .unskew {
  position: relative;
}

section#header a.scroll-down {
  border: 2px solid #fff;
  width: 130px;
  margin: 72px auto 0 -65px;
  height: 180px;
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

section#header a.scroll-down svg path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #fff;
}

section#header .who-we-are {
  text-align: center;
  margin-top: -63px;
  position: relative;
  z-index: 2;
}

section#header .beauty-innovate p,
section#header .who-we-are h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
}

section#header .who-we-are h3 {
  margin-bottom: 15px;
}

section#header .who-we-are h2 {
  font-family: Lato;
  color: #fff;
  text-transform: uppercase;
  font-size: 62px;
  font-weight: 100;
}

section#header .who-we-are p {
  text-align: center;
  color: #fff;
  font-family: Lato;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  max-width: 760px;
  margin: 59px auto 0;
}

section#header .beauty-innovate {
  padding-top: 110px;
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section#header .beauty-innovate.loaded,
section#numbers .numbers > .number.loaded {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

section#header .beauty-innovate p {
  font-weight: 700;
  max-width: 560px;
  margin: 0 auto 22px;
  text-align: center;
  line-height: 22px;
}

section#creation {
  padding-top: 570px;
  text-align: center;
  top: -460px;
}

#creation .creation {
  margin-top: -30px;
}

#creation .container {
  top: 170px;
  position: relative;
}

#creation .content:before {
  content: " ";
  display: block;
  height: 630%;
  width: 1px;
  background: #fff;
  position: absolute;
  z-index: 40;
  left: 50%;
}

section#creation:before {
  background: #421c72;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(0, -25deg);
  -ms-transform: skew(0, -155deg);
  transform: skew(0, -155deg);
  width: 100%;
  height: 3166px;
  z-index: 16;
}

section#references.left-cursor {
  cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNDEuNyAxNzAuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQxLjcgMTcwLjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBjbGFzcz0ic3QwIiBmaWxsPSIjZmZmZmZmIiBkPSJNNjUuMiw3Ni4zYzAuNC0wLjQsMC45LTAuNCwxLjMsMGMwLjMsMC4zLDAuMywwLjksMCwxLjNMNjAuMSw4NGgyMS4yYzAuNSwwLDAuOSwwLjQsMC45LDAuOWMwLDAuNS0wLjQsMC45LTAuOSwwLjlINjAuMWw2LjQsNi40YzAuMywwLjQsMC4zLDAuOSwwLDEuM2MtMC40LDAuNC0wLjksMC40LTEuMywwbC04LThjLTAuMy0wLjMtMC4zLTAuOSwwLTEuM0w2NS4yLDc2LjN6IE02NS4yLDc2LjMiLz48L2c+PC9zdmc+),
    auto;
}

#creation .creation h2,
section#header .beauty-innovate h2 {
  color: #fff;
  font-family: Playfair Display, serif;
  font-size: 54px;
  max-width: 526px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-bottom: 67px;
  line-height: 62px;
  position: relative;
}

#creation .content h2,
#creation .content p {
  font-family: Lato, sans-serif;
  text-align: left;
}

#creation .content h2,
#creation .content p,
#creation .content span {
  z-index: 20;
  position: relative;
}

#creation .content span {
  color: #fff;
  float: left;
}

#creation .content h2 {
  font-size: 34px;
  line-height: 42px;
  color: #fff;
  font-weight: 300;
  clear: both;
  margin: 30px 0;
}

#creation .content p {
  color: #fff;
  line-height: 20px;
  padding: 20px 0;
}

#creation .content {
  margin-top: 50px;
}

.c_left,
.c_right {
  width: 40%;
  display: inline-block;
  margin-top: 100px;
}

.c_left {
  float: left;
  clear: both;
}

.c_right {
  float: right;
  position: relative;
  top: 220px;
}

.c_left:before,
.c_right:before {
  content: " ";
  width: 50px;
  height: 50px;
  display: block;
  z-index: 52;
  margin-left: -24px;
  background-color: #421c72 !important;
  left: 50%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  -webkit-background-size: 60% 60% !important;
  background-size: 60% !important;
  border: 3px solid #fff;
}

.c_right:before {
  left: -25%;
}

.c_before:first-child:before {
  background: url(../../images/creation_1.svg) 50% no-repeat;
  background-color: #fff !important;
}

.c_before:nth-child(2):before {
  background: url(../../images/creation_2.svg) 50% no-repeat;
}

.c_before:nth-child(3):before {
  background: url(../../images/creation_3.svg) 50% no-repeat;
}

.c_before:nth-child(4):before {
  background: url(../../images/creation_4.svg) 50% no-repeat;
}

.c_before:nth-child(5):before {
  background: url(../../images/creation_5.svg) 50% no-repeat;
}

.c_before:nth-child(6):before {
  background: url(../../images/creation_6.svg) 50% no-repeat;
}

#creation .creation h2 {
  z-index: 20;
}

#creation .creation h2 em,
section#header .beauty-innovate h2 em {
  font-style: italic;
}

#creation .creation h2:after,
section#header .beauty-innovate h2:after {
  content: "";
  height: 1px;
  width: 100000px;
  position: absolute;
  background: #fff;
  top: 39px;
  margin-left: 57px;
  opacity: 0.2;
}

#creation .creation h2:before,
section#header .beauty-innovate h2:before {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -57px;
  top: 37px;
}

section#header .video-box {
  max-width: 1170px;
  width: 100%;
  display: red;
  background: #000;
  margin: 0 auto;
  height: 659px;
  z-index: 1;
  position: relative;
}

section#header .video-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

section#header .video-box a:before {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 200px;
  height: 200px;
  left: -50px;
  top: -50px;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  -webkit-animation-name: Ab;
  animation-name: Ab;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

section#header .line:after,
section#header .video-box a:after {
  top: 0;
  left: 0;
  background: #fff;
  content: "";
}

section#header .video-box a:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 11;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  -webkit-animation-name: Cb;
  animation-name: Cb;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

section#header .video-box a svg {
  width: 24px;
  margin: 35px auto 0 39px;
  z-index: 13;
  display: block;
  position: relative;
}

section#header .video-box a svg path {
  fill: #000;
}

section#header .video-box video {
  width: 100%;
  height: auto;
}

section#header .first-screen {
  height: 100vh;
  z-index: 3;
  position: relative;
  display: table;
  width: 100%;
}

section#header .container {
  z-index: 3;
  position: relative;
}

section#header .line {
  width: 1px;
  height: 50px;
  display: block;
  margin: 36px auto 30px;
  position: relative;
}

section#header .line:after {
  position: absolute;
  width: 1px;
  height: 0;
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section#header .line.loaded:after {
  height: 100%;
}

section#header .logo {
  opacity: 0;
  display: table-cell;
  height: auto;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#map-holder .change-location li a.active span,
#stay-up-to-date button.on,
.boxify span.active,
.quick-nav li a.active,
.quick-nav li a:hover,
section#header .logo.loaded,
section#header .style.loaded,
section#header .style.loaded span:hover,
section#portfolio .case-studies .case-study.active .case-text a,
section#portfolio .case-studies .case-study.active .case-text h3,
section#portfolio .case-studies .case-study.active .case-text p {
  opacity: 1;
}

section#header .logo > svg {
  width: 169px;
}

section#header .style {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 77px;
  top: 80px;
  opacity: 0;
}

section#header .style.loaded span {
  opacity: 0.2;
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

section#header .style span {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  color: #fff;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
}

section#header .style span:first-child,
section#numbers .numbers > .number:first-child {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

section#header .style span:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

section#header .style span:nth-child(3) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
  clear: left;
}

section#header .style span:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

section#header .style span:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.menu,
section#menu {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu,
.menu:before {
  width: 445px;
  height: 208px;
}

.menu {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 100;
}

.menu.loaded {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: -223px;
  -webkit-transform: skew(-65deg);
  -ms-transform: skew(-65deg);
  transform: skew(-65deg);
}

.menu button {
  border: 0;
  background: 0 0;
  height: 30px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  top: 56px;
  position: relative;
  left: 80px;
}

.menu button:hover span,
.menu button:hover span:after,
.menu button:hover span:before {
  width: 34px;
}

.menu button span,
.menu button span:before {
  height: 3px;
  background: #421c72;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu button span {
  display: block;
  width: 26px;
  position: relative;
}

.menu button span:after {
  top: -10px;
  width: 34px;
}

.menu button span:before {
  left: 0;
  position: absolute;
  content: "";
  top: 10px;
  width: 32px;
}

.menu-button p {
  position: relative;
  top: -3px;
  left: -1px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 10px;
  font-family: Lato;
  text-decoration: none;
  color: #421c72;
}

section#header .down .mouse-down {
  width: 30px;
  position: relative;
  top: 50px;
  -webkit-animation-name: Bb;
  animation-name: Bb;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

section#menu {
  overflow: hidden;
  background: #000;
  z-index: 200;
  height: 0;
  width: 0;
}

section#menu a.close-menu {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 100;
}

section#menu a.close-menu svg {
  width: 33px;
  height: 33px;
}

section#menu.active {
  height: 100vh;
  width: 100vw;
}

section#menu ul {
  height: 100%;
  display: block;
}

section#menu li {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  width: 33.33333%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  border: 0 solid #fff;
}

section#menu li:first-child a:hover span.text {
  left: 40%;
}

section#menu li:not(:first-child) a:hover span.text {
  left: 30%;
}

section#menu li a {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 160%;
  left: -30%;
}

section#menu li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}

section#menu li a:hover:before {
  opacity: 0 !important;
}

section#menu li a span.image {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  background-position: 50%;
}

section#menu li a span.text {
  position: absolute;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 32px;
  line-height: 44px;
  top: 39.25%;
  left: 37%;
  text-align: center;
  z-index: 3;
}

section#menu li a video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

section#numbers {
  position: relative;
  margin-top: -390px;
  background: #f6f8f9;
  padding-bottom: 310px;
  z-index: 20;
  overflow: hidden;
  width: 100%;
}

section#numbers.active:before {
  -webkit-transform: skew(0, -25deg);
  -ms-transform: skew(0, -25deg);
  transform: skew(0, -25deg);
}

section#numbers .bg-text-1 {
  font-size: 640px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 308px;
  left: 0;
  font-family: BGB;
  z-index: 35;
  line-height: 16px;
}

section#numbers .container {
  margin-top: 71.5vh;
  position: relative;
  z-index: 55;
}

section#numbers h2 {
  font-family: Lato, sans-serif;
  font-size: 72px;
  font-weight: 200;
  text-align: right;
  margin-top: 257px;
  float: right;
  line-height: 82px;
  color: #421c72;
}

section#numbers .numbers {
  float: left;
}

section#numbers .numbers > .number {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 270px;
  width: 270px;
  background: #421c72;
  color: #fff;
  margin-bottom: 2px;
  margin-right: 2px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
}

section#numbers .numbers > .number:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  clear: left;
}

section#numbers .numbers > .number:nth-child(3) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

section#numbers .numbers > .number:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
  clear: left;
  margin-left: 272px;
}

section#numbers .numbers > .number .number {
  font-family: "Lato", sans-serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 21px;
}

section#numbers .numbers > .number .title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.3px;
}

section#numbers .numbers > .number .title:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin-top: 24px;
}

section#numbers .people .image,
section#numbers .people .in {
  width: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  section#numbers .people .image,
  section#numbers .people .in {
    display: none !important;
  }
}

section#numbers .people {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 33;
}

section#numbers .people .in {
  height: 1390px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(https://www.websitestyle.pl/Digital360/assets/images/tmp_people.jpeg);
}

section#numbers .people img {
  width: 100%;
}

section#numbers .people .image {
  -webkit-transform: skew(0, -25deg);
  -ms-transform: skew(0, -25deg);
  transform: skew(0, -25deg);
  height: 100%;
}

section#numbers:after,
section#portfolio:before {
  width: 100%;
  background: #fff;
  position: absolute;
  content: "";
}

section#numbers:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f6f8f9;
  -webkit-transform: skew(0, -25deg) translateY(200px);
  -ms-transform: skew(0, -25deg) translateY(200px);
  transform: skew(0, -25deg) translateY(200px);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  z-index: 35;
  right: 0;
  top: 95.9vh;
}

section#numbers:after {
  height: 100vh;
  -webkit-transform: skew(0, 25deg);
  -ms-transform: skew(0, 25deg);
  transform: skew(0, 25deg);
  top: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  z-index: 107;
}

section#portfolio {
  background: #fff;
  z-index: 20;
  position: relative;
  padding-top: 172px;
}

section#portfolio .case-studies .case-study,
section#portfolio:before {
  -webkit-transform: skew(0, -25deg);
  -ms-transform: skew(0, -25deg);
  transform: skew(0, -25deg);
}

section#portfolio:before {
  z-index: -1;
  height: 100%;
}

section#portfolio h2 {
  font-family: Lato, sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 82px;
  color: #421c72;
}

section#portfolio .text {
  margin-top: -74px;
}

section#portfolio .text p {
  font-size: 14px;
  margin-top: 41px;
  letter-spacing: 1.5px;
  color: #421c72;
}

section#portfolio .case-studies {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 120px;
}

.case-studies__column {
  width: -webkit-calc(100%/3 - 20px);
  width: calc(100% / 3 - 20px);
}

section#portfolio .case-studies .case-study {
  width: 100%;
  height: 611px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #421c72;
  overflow: hidden;
  margin-bottom: 50px;
}

section#portfolio .case-studies .case-study .inner {
  position: relative;
  z-index: 1;
}

section#portfolio .case-studies .case-study:first-child {
  left: 0;
  top: 68px;
}

section#portfolio .case-studies .case-study:nth-child(2) {
  left: 401px;
  top: -29px;
}

section#portfolio .case-studies .case-study:nth-child(3) {
  right: 0;
  top: -462px;
}

section#portfolio .case-studies .case-study:nth-child(4) {
  top: 706px;
  left: 0;
}

section#portfolio .case-studies .case-study:nth-child(5) {
  top: 610px;
  left: 401px;
}

section#portfolio .case-studies .case-study:nth-child(6) {
  right: 0;
  top: 195px;
}

section#portfolio .case-studies .case-study:nth-child(7) {
  left: 0;
  top: 1350px;
}

section#portfolio .case-studies .case-study:nth-child(8) {
  left: 401px;
  top: 1250px;
}

section#portfolio .case-studies .case-study:nth-child(9) {
  right: 0;
  top: 840px;
}

section#portfolio .case-studies .case-study:nth-child(10) {
  left: 0;
  top: 1994px;
}

section#portfolio .case-studies .case-study:nth-child(11) {
  left: 401px;
  top: 1890px;
}

section#portfolio .case-studies .case-study:nth-child(12) {
  right: 0;
  top: 1480px;
}

section#portfolio .case-studies .case-study:nth-child(13) {
  left: 0;
  top: 2638px;
}

section#portfolio .case-studies .case-study:nth-child(14) {
  left: 401px;
  top: 2530px;
}

section#portfolio .case-studies .case-study:nth-child(15) {
  right: 0;
  top: 2120px;
}

section#portfolio .case-studies .case-study:nth-child(16) {
  left: 0;
  top: 3282px;
}

section#portfolio .case-studies .case-study:nth-child(17) {
  left: 401px;
  top: 3170px;
}

section#portfolio .case-studies .case-study:nth-child(18) {
  right: 0;
  top: 2760px;
}

section#portfolio .case-studies .case-study:nth-child(19) {
  left: 0;
  top: 3926px;
}

section#portfolio .case-studies .case-study:nth-child(20) {
  left: 401px;
  top: 3810px;
}

section#portfolio .case-studies .case-study:nth-child(21) {
  right: 0;
  top: 3400px;
}

section#portfolio .case-studies .case-study:nth-child(22) {
  left: 0;
  top: 4570px;
}

section#portfolio .case-studies .case-study:nth-child(23) {
  left: 401px;
  top: 4450px;
}

section#portfolio .case-studies .case-study:nth-child(24) {
  right: 0;
  top: 4040px;
}

section#portfolio .case-studies .case-study.active {
  height: 720px;
}

section#portfolio .case-studies .case-study.active .case-image {
  opacity: 0.2;
}

section#portfolio .case-studies .case-study.active .case-text a:before {
  width: 171px;
}

section#portfolio .case-studies .case-study img {
  top: -86px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

section#portfolio .case-studies .case-study .inner,
section#portfolio .case-studies .case-study img {
  -webkit-transform: skew(0, 25deg);
  -ms-transform: skew(0, 25deg);
  transform: skew(0, 25deg);
}

section#portfolio .case-studies .case-study .case-text {
  position: relative;
  z-index: 3;
}

section#portfolio .case-studies .case-study .case-text h3 {
  padding-top: 164px;
  padding-left: 71px;
  font-size: 42px;
  line-height: 44px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section#portfolio .case-studies .case-study .case-text p {
  color: #fff;
  padding-top: 59px;
  font-size: 14px;
  padding-left: 71px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

section#portfolio .case-studies .case-study .case-text a {
  float: right;
  text-decoration: none;
  color: #421c72;
  background: #fff;
  text-align: right;
  font-size: 14px;
  margin-top: 12px;
  padding: 19px 16px 17px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

section#portfolio .case-studies .case-study .case-text a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 129px;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

section#our-service:after,
section#our-service:before {
  width: 100%;
  left: 0;
  content: "";
}

section#portfolio .case-studies .case-study .case-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section#people {
  background: red;
  height: 100vh;
}

section#our-service {
  background-color: #421c72;
  padding-bottom: 240px;
  margin-top: -34px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  section#our-service {
    padding-bottom: 0;
  }
}

section#our-service:after {
  height: 40%;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

section#our-service:before {
  position: absolute;
  background: #fff;
  height: 100%;
  z-index: 4;
  top: 0;
  -webkit-transform: skew(0, -25deg);
  -ms-transform: skew(0, -25deg);
  transform: skew(0, -25deg);
}

section#our-service .bg-text-1 {
  top: 0;
  left: 0;
  z-index: 40;
}

section#our-service .bg-text-1,
section#our-service .bg-text-2 {
  font-size: 640px;
  color: #000;
  font-weight: 700;
  opacity: 0.03;
  position: absolute;
  font-family: BGB;
}

section#our-service .container {
  position: relative;
  z-index: 58;
}

section#our-service .bg-text-2 {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  z-index: 56;
}

section#our-service h2 {
  text-align: right;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 72px;
  padding-top: 79px;
  line-height: 72px;
  color: #421c72;
}

section#our-service h3 {
  margin-top: 102px;
  font-family: Lato;
  font-weight: 200;
  font-size: 72px;
  margin-left: 70px;
  line-height: 82px;
  max-width: 500px;
  float: left;
  margin-bottom: 84px;
  color: #421c72;
}

section#our-service .boxes:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

section#our-service .box-holder {
  width: 370px;
  height: 270px;
  float: left;
  margin-top: 30px;
  background: #fff;
}

section#our-service .box-holder .box .back {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section#our-service .box-holder:hover .box .back {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

section#our-service .box-holder:first-child {
  float: right;
  margin-top: 83px;
}

section#our-service .box-holder:not(:first-child) {
  margin-right: 30px;
}

section#our-service .box-holder:nth-child(4),
section#our-service .box-holder:nth-child(6) {
  margin-right: 0;
}

section#our-service .box-holder:nth-child(5) {
  margin-left: 34%;
}

section#our-service .box {
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

section#our-service .box .back,
section#our-service .box .front,
section#our-service .box .inner {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

section#our-service .box .front,
section#our-service .box .inner {
  display: block;
}

section#our-service .box .back,
section#our-service .box .front {
  top: 0;
  left: 0;
}

section#our-service .box .front {
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section#our-service .box .front h4 {
  font-size: 18px;
  color: #421c72;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 21px;
}

section#our-service .box .front p {
  font-weight: 300;
  font-size: 22px;
  color: #421c72;
  font-family: Lato, sans-serif;
  line-height: 26px;
  letter-spacing: -0.2px;
}

section#our-service .box .back {
  background: #421c72;
  padding: 54px 130px 20px 55px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}

section#our-service .box .back .bg-text {
  font-size: 82px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 100;
  line-height: 42px;
  position: absolute;
  top: 100px;
  text-transform: uppercase;
  left: -46px;
  letter-spacing: 1px;
  opacity: 0.2;
}

section#our-service .box .back .text {
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -0.4px;
}

section#our-service .box .back .link {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 70px;
  margin-top: 4px;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

section#our-service .box .back .link:after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background: #fff;
  margin-top: 11px;
}

section#reality {
  position: relative;
  background: #fff;
  padding-bottom: 241px;
}

section#reality .lead-text {
  text-align: center;
}

section#reality .lead-text p.small-text {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-top: 99px;
}

section#reality .lead-text p:not(.small-text) {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #000;
}

section#reality .lead-text h3 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 100;
  font-size: 62px;
  line-height: 82px;
  float: none;
  margin: 6px 0 29px;
  text-transform: uppercase;
}

section#reality .lead-text a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  letter-spacing: 1.3px;
  margin: 38px auto 0;
  width: 100%;
  position: relative;
  height: 50px;
  padding-top: 20px;
  max-width: 190px;
}

section#reality .boxes:after,
section#reality .container:after {
  display: table;
  content: "";
  clear: both;
  float: none;
}

section#reality .lead-text a:after,
section#reality .lead-text a:before {
  content: "";
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  width: -webkit-calc(100% - 3px);
  width: calc(100% - 3px);
}

section#reality .lead-text a:before {
  top: 0;
  left: 0;
}

section#reality .lead-text a:after {
  top: 3px;
  left: 3px;
}

section#reality .boxes {
  margin-right: -1px;
}

section#reality .boxes img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section#reality .boxes img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

section#reality .boxes .box {
  overflow: hidden;
}

section#reality .boxes .big-box-horizontal {
  float: left;
  width: 540px;
  height: 270px;
}

section#reality .boxes .big-box-horizontal.box-black {
  padding: 71px 0 71px 69px;
  background: #000;
}

section#reality .boxes .big-box-horizontal.box-black p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #fff;
  margin-bottom: 10px;
}

section#reality .boxes .big-box-horizontal.box-black h4 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -0.3px;
}

section#reality .boxes .box-text h4 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 900;
  padding: 92px 70px;
  line-height: 42px;
}

section#reality .boxes .big-box {
  width: 360px;
  height: 540px;
  float: left;
  overflow: hidden;
}

section#reality .boxes .box.box-black {
  background: #000;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#reality .boxes .box.box-black h4,
section#reality .boxes .box.box-black p {
  color: #fff;
}

section#reality .boxes .box.box-black h4 {
  font-family: Lato;
  font-size: 34px;
  font-weight: 300;
  margin-top: 17px;
  line-height: 42px;
}

section#reality .boxes .box.box-black p {
  font-size: 14px;
  letter-spacing: 1.3px;
}

section#reality .boxes .box:first-child {
  float: right;
  margin-top: 184px;
  margin-left: 270px;
}

section#reality .boxes .box:nth-child(2) {
  margin-left: 62px;
}

section#reality .box {
  width: 270px;
  height: 270px;
  float: left;
}

section#reality .container {
  z-index: 25;
  position: relative;
}

section#reality h3 {
  font-family: Lato;
  font-weight: 200;
  font-size: 72px;
  color: #fff;
  margin-top: 164px;
  line-height: 85px;
  float: left;
  margin-left: -15px;
}

section#reality h2 {
  color: #fff;
  float: right;
  font-weight: 700;
  margin-top: 26px;
  font-size: 72px;
  text-align: right;
}

section#reality:before {
  transform: skew(0, -25deg);
  background: #000;
  width: 100%;
  height: 878px;
  position: absolute;
  z-index: 21;
  top: 0;
}

section#reality:after {
  content: "";
}

section#reality:before {
  content: "";
  -webkit-transform: skew(0, -25deg);
  -ms-transform: skew(0, -25deg);
}

section#references:before {
  content: "";
}

section#reality:after,
section#references:before {
  position: absolute;
  -webkit-transform: skew(0, -25deg);
  -ms-transform: skew(0, -25deg);
  transform: skew(0, -25deg);
  width: 100%;
}

section#reality:after {
  background: #f6f8f9;
  bottom: 0;
  height: 848px;
  z-index: 21;
}

section#references {
  padding-top: 370px;
  padding-bottom: 160px;
  text-align: center;
}

section#references .slider-controls {
  position: absolute;
  right: 80px;
  top: 40px;
  z-index: 50;
}

section#references .slider-controls li a {
  display: block;
  position: relative;
  margin-bottom: 4px;
  width: 97px;
  text-align: left;
  text-decoration: none;
}

section#references .slider-controls li a.active span,
section#references .slider-controls li a:hover span {
  opacity: 1;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

section#references .slider-controls li a.active:after,
section#references .slider-controls li a:hover:after {
  width: 60px;
  opacity: 1;
}

section#blog .news-box img,
section#references .slider-controls li a:after {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section#references .slider-controls li a:after {
  content: "";
  display: block;
  background: #fff;
  right: 0;
  width: 30px;
  height: 1px;
  opacity: 0.2;
  top: 6px;
}

section#references .slider-controls li a span {
  color: #fff;
  letter-spacing: 0.6px;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  text-decoration: none;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#contact-form h3 span > span,
section#references .references > .reference {
  display: none;
}

section#blog .news-items:after,
section#references .references:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

section#references .container {
  position: relative;
  z-index: 20;
}

section#references .quote {
  display: block;
  margin: 0 auto;
  border: 1px solid hsla(0, 0, 100%, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 76px;
  width: 76px;
}

section#references .quote svg {
  height: 68px;
  position: relative;
  top: 1px;
  left: 1px;
}

section#references h3 {
  font-family: Lato, sans-serif;
  font-weight: 100;
  font-size: 52px;
  line-height: 62px;
  color: #fff;
  margin-top: 64px;
  margin-bottom: 40px;
}

section#references .author {
  max-width: 290px;
  margin: 52px auto 0;
}

section#references .author .details p.company,
section#references .author .details p.name {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

section#references .author .details p.company {
  color: #505050;
  margin-top: 8px;
  margin-right: 0;
  letter-spacing: 0.4px;
}

#stay-up-to-date button {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

section#references .author .image .author-company {
  margin-left: -29px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

section#references:before {
  background: #421c72;
  top: 0;
  left: 0;
  height: 1148px;
  z-index: 16;
}

#contact-form:before,
section#blog:before {
  content: "";
}

#stay-up-to-date,
section#blog,
section#references {
  position: relative;
  background: #fff;
}

section#blog .bg-text-1 {
  position: absolute;
  font-size: 640px;
  color: #000;
  opacity: 0.03;
  z-index: 21;
  font-family: BGB;
  bottom: -353px;
  right: -185px;
}

section#blog:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: skew(0, -25deg);
  -webkit-transform: skew(0, -25deg);
  transform: skew(0, -25deg);
  width: 100%;
  z-index: 18;
  height: 848px;
}

#stay-up-to-date .people .container p,
section#blog h2 {
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
}

section#blog h2 {
  text-align: center;
  width: 100%;
  padding-top: 50px;
  z-index: 22;
  position: relative;
  font-weight: 700;
  color: #000;
}

section#blog h2:after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  margin: 34px auto 0;
  background: #000;
}

section#blog .news-items {
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
}

section#blog .news-box {
  width: 33.33333%;
  float: left;
  background: #fff;
  height: 370px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
}

section#blog .news-box:hover {
  background: #000;
}

section#blog .news-box:hover h4,
section#blog .news-box:hover p.date {
  color: #fff;
}

section#blog .news-box:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0.4;
}

section#blog .news-box img {
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

section#blog .news-box h4 {
  font-family: Lato, sans-serif;
  font-size: 34px;
  line-height: 42px;
  color: #421c72;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

section#blog .news-box h4:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #f2f2f2;
  display: block;
  margin-top: 13px;
}

section#blog .news-box p.date {
  font-size: 11px;
  color: #421c72;
  margin-top: 22px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

section#blog .container {
  position: relative;
  z-index: 30;
  padding-top: 0;
}

#stay-up-to-date {
  margin-top: 1400px;
}

#stay-up-to-date form {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#stay-up-to-date button {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 14px;
}

#stay-up-to-date .people {
  margin-top: 30px;
  max-height: 1368px;
  background: #421c72;
  width: 100%;
  overflow: hidden;
}

#stay-up-to-date .people .container {
  position: absolute;
  top: 484px;
  text-align: center;
  max-width: 1024px;
}

#stay-up-to-date .people .container h3 {
  font-family: Lato;
  font-weight: 100;
  font-size: 212px;
  color: #fff;
  opacity: 0.2;
}

#stay-up-to-date .people .container p {
  font-weight: 900;
  color: #fff;
  margin-top: -75px;
  margin-bottom: 50px;
}

#stay-up-to-date .people .container input {
  background: 0 0;
  border: 0;
  border-bottom: 2px solid #fff;
  font-weight: 900;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 35px;
  padding-bottom: 12px;
  max-width: 300px;
  width: 100%;
  padding-right: 30px;
}

#stay-up-to-date .people .container input::-webkit-input-placeholder {
  color: #fff;
}

#stay-up-to-date .people .container input:-moz-placeholder,
#stay-up-to-date .people .container input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#stay-up-to-date .people .container input:-ms-input-placeholder {
  color: #fff;
}

#contact-form .form-item-row:after,
#stay-up-to-date .people:after,
.quick-nav li:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

#stay-up-to-date .people img {
  display: block;
  float: left;
  width: 40%;
  opacity: 0.12;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background: #000;
}

#stay-up-to-date:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(0, 25deg);
  -ms-transform: skew(0, 25deg);
  transform: skew(0, 25deg);
  background: #fff;
  width: 305%;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  height: 100%;
  z-index: 11;
}

.social-media i {
  font-size: 15px;
  color: #6a4e01;
  padding: 9px 1px 0 10px;
}

.social-media i:hover {
  color: #333;
}

#contact-form {
  position: relative;
  z-index: 2;
}

#contact-form .contact-window {
  width: 369px;
  background: #fff;
  margin-top: -40px;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding-left: 69px;
  padding-top: 45px;
  padding-bottom: 66px;
  pointer-events: all;
}

#contact-form .contact-window h3,
#contact-form h2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

#contact-form .contact-window h3,
#contact-form .contact-window h5 {
  text-transform: uppercase;
  color: #000;
  font-family: "Saira Semi Condensed", sans-serif;
}

#contact-form .contact-window h3 {
  line-height: 22px;
  text-align: left;
  margin-bottom: 5px;
}

#contact-form .contact-window h3 span {
  font-family: "Saira Semi Condensed", sans-serif;
  font-style: normal;
}

#contact-form .contact-window h2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 23px;
  color: #421c72;
}

#contact-form .contact-window h5 {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 14px;
}

#contact-form .contact-window .phone,
#contact-form .contact-window a.mail {
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
}

#contact-form .contact-window hr {
  border: 0;
  margin-top: 32px;
  border-top: 1px solid #e9ebec;
  margin-bottom: 39px;
}

#contact-form .contact-window p.address {
  color: #4b4b4b;
  font-size: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 30px;
}

#contact-form .contact-window .phone {
  color: #535252;
  line-height: 22px;
  margin-top: -4px;
}

.animate-out {
  pointer-events: none;
}

#contact-form .contact-window .phone a {
  color: #000000;
  text-decoration: none;
}

#contact-form .contact-window .social-media {
  font-size: 11px;
  color: #535252;
  text-transform: uppercase;
  display: inline-block;
}

#contact-form .form-item {
  width: 33.333333333%;
  float: left;
  padding: 0 15px;
}

#contact-form .form-item.full {
  width: 100%;
}

#contact-form .form-item-row {
  margin: 0 -15px;
}

#contact-form label {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 23px;
  display: block;
  color: #421c72;
}

#contact-form .container {
  position: absolute;
  top: -487px;
  z-index: 111111111111111110000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  pointer-events: none;
  right: 0;
  color: #421c72;
}

#contact-form .form-range {
  margin-bottom: 54px;
}

#contact-form .range-slide {
  width: 62%;
  float: left;
  position: relative;
}

#contact-form .range-slide:after {
  position: absolute;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #421c72;
  content: "";
  right: -30px;
  top: 32px;
}

#contact-form .range-slide + p {
  float: left;
  width: 38%;
  margin-top: 34px;
  padding-left: 58px;
}

#contact-form .range-slide + p small {
  font-size: 16px;
  font-weight: 700;
  color: #421c72;
}

#contact-form .range-slide + p span.price {
  font-size: 31px;
  font-weight: 700;
  margin-left: -3px;
  letter-spacing: -0.4px;
  color: #421c72;
}

#contact-form .range-slide + p span.gray {
  font-weight: 700;
  font-size: 14px;
  color: #421c72;
  text-transform: uppercase;
  margin-left: 9px;
}

#contact-form input[type="email"],
#contact-form input[type="text"] {
  border-bottom: 2px solid #421c72;
  font-weight: 900;
  padding-bottom: 10px;
  font-family: "Saira Semi Condensed";
  margin-bottom: 58px;
}

#contact-form .brief,
#contact-form button,
#contact-form input[type="email"],
#contact-form input[type="text"],
#contact-form textarea {
  oveflow: hidden;
  border: 0;
  background: 0 0;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}

#contact-form textarea {
  border-bottom: 2px solid #421c72;
  padding-bottom: 10px;
  resize: none;
  margin-bottom: 0;
  font-weight: 900;
  font-family: "Saira Semi Condensed";
  height: 32px;
}

a.brief {
  padding-top: 20px !important;
}

#contact-form .brief,
#contact-form button {
  text-decoration: none;
  color: #421c72;
  display: block;
  letter-spacing: 0.8px;
  margin: 38px auto 0;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  height: 60px;
  max-width: 240px;
  padding-top: 7px;
  font-family: "Saira Semi Condensed", sans-serif;
}

#contact-form .brief:after {
  content: "";
  border: 1px solid #421c72;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
}

#contact-form .brief:before {
  top: 0;
  left: 0;
}

#contact-form .brief:before,
#contact-form button:after,
#contact-form button:before {
  content: "";
  border: 1px solid #421c72;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
}

#contact-form button:before {
  top: 0;
  left: 0;
}

#contact-form .brief:before,
#contact-form button:before {
  width: -webkit-calc(100% - 3px);
  width: calc(100% - 3px);
}

#contact-form .brief:after,
#contact-form button:after {
  top: 3px;
  left: 3px;
  width: -webkit-calc(100% - 3px);
  width: calc(100% - 3px);
}

#contact-form form {
  position: relative;
  max-width: 969px;
  margin: 151px auto 0;
  pointer-events: all;
}

#contact-form h3 {
  margin-top: 19px;
  text-align: right;
  font-family: Lato, sans-serif;
  font-weight: 200;
  font-size: 72px;
  color: #421c72;
  line-height: 82px;
  white-space: nowrap;
}

#contact-form h3 span {
  font-family: Playfair Display;
  font-style: italic;
}

#contact-form h2 {
  text-align: right;
}

.show-more,
a.brief,
footer {
  text-align: center;
}

#contact-form:before {
  position: absolute;
  -ms-transform: skew(0, -25deg);
  -webkit-transform: skew(0, -25deg);
  transform: skew(0, -25deg);
  background: #f6f8f9;
  width: 100%;
  height: 1040px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  top: 0;
  left: 0;
}

#map-holder,
#map-holder .container,
.boxify span,
.webs-reset {
  position: relative;
}

#map-holder {
  height: 1600px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
}

#map-holder #map {
  width: 100%;
  height: 100%;
}

#map-holder .change-location {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#map-holder .change-location li {
  float: left;
  display: block;
  width: 12.5%;
}

#map-holder .change-location li a,
footer {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#map-holder .change-location li a {
  text-align: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  top: 30px;
  position: relative;
  display: table;
  width: 100%;
  height: 120px;
}

#map-holder .change-location li a.gdy:after {
  background-image: url(../../../assets-onas/images/header4.jpg);
}

#map-holder .change-location li a.wwa:after {
  background-image: url(../../images/wwa.jpg);
}

#map-holder .change-location li a.wroclaw:after {
  background-image: url(../../images/Wroclaw.jpg);
}

#map-holder .change-location li a.szczecin:after {
  background-image: url(../../images/Szczecin.jpg);
}

#map-holder .change-location li a.krakow:after {
  background-image: url(../../images/Krakow.jpg);
}

#map-holder .change-location li a.katowice:after {
  background-image: url(../../images/Katowice.jpg);
}

#map-holder .change-location li a.ldz:after {
  background-image: url(../../images/lodz.jpg);
}

#map-holder .change-location li a.poz:after {
  background-image: url(../../images/poznan.jpg);
}

#map-holder .change-location li a:after {
  content: "";
  opacity: 0.2;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#map-holder .change-location li a span {
  opacity: 0.5;
  z-index: 2;
  letter-spacing: 4.4px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

#map-holder .change-location li a:hover {
  top: 15px;
  height: 135px;
}

#map-holder .change-location li a.active {
  height: 150px;
  top: 0;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
}

#map-holder .change-location li a.active:after {
  opacity: 0.5;
}

.webs-reset {
  background: #f6f8f9;
  height: 790px;
  z-index: 20;
}

footer {
  height: 0;
  overflow: hidden;
  background: #fff;
}

footer.active {
  height: 211px;
}

footer p.copyright,
footer p.reserved {
  padding-top: 68px;
  display: inline-block;
  font-size: 13px;
  opacity: 0.3;
  font-weight: 700;
  vertical-align: top;
  margin-top: 34px;
  letter-spacing: 2.6px;
}

footer a {
  display: inline-block;
  padding-top: 68px;
  padding-bottom: 68px;
  margin-left: 28px;
  margin-right: 28px;
}

footer a svg {
  width: 85px;
  height: auto;
}

.boxify span {
  opacity: 0;
}

.boxify span.active:before {
  width: 0;
  left: 50%;
}

.boxify span.active:after {
  width: 0;
}

.boxify span:after,
.boxify span:before {
  background: #000;
  width: 50%;
  height: 87%;
  top: 0;
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.boxify span:before {
  left: 0;
}

.typed-cursor {
  -webkit-animation: zb 0.7s infinite;
  animation: zb 0.7s infinite;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  color: #0d0d0d;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.quick-nav {
  position: fixed;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.quick-nav li span,
.show-more {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.quick-nav.black li a:before {
  border-color: #000;
}

.quick-nav.black li a.active:after {
  background-color: #000;
}

.quick-nav li {
  display: block;
  margin-bottom: 10px;
}

.quick-nav li:last-child {
  margin-bottom: 0;
}

.quick-nav li a {
  opacity: 0.4;
}

.quick-nav li a:hover span {
  opacity: 1;
  padding-left: 27px;
}

.quick-nav li a:before {
  content: "";
  height: 7px;
  width: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fff;
  display: block;
  float: left;
}

.quick-nav li a.active:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #fff;
  display: block;
  margin-left: 3px;
  margin-top: 5px;
  margin-bottom: 4px;
}

.quick-nav li span {
  opacity: 0;
  display: block;
  white-space: nowrap;
  padding-left: 0;
  margin-top: -3px;
  font-size: 13px;
  top: -3px;
  letter-spacing: 1.1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show-more {
  width: 102px;
  height: 40px;
  padding-top: 15px;
  font-size: 15px;
  letter-spacing: 1.3px;
  margin: -20px auto 120px;
  display: block;
}

.show-more:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  margin-top: 5px;
}

#bg-poster,
.not-loaded section {
  display: none;
}

.slidetel {
  padding: 20px 0;
}

.quick-nav li a,
.slidetel a {
  color: #fff;
  text-decoration: none;
}

.slidetel a,
.slidetel p {
  display: inline-block;
  padding: 0 5px;
}

#wiadomoscwyslana {
  clear: both;
  text-align: center;
  margin-top: 60px;
}

section#portfolio .case-studies .case-study {
  -webkit-transform: translateZ(0) skew(0, -25deg);
  transform: translateZ(0) skew(0, -25deg);
}

section#numbers:after {
  right: 0;
}

@media (max-width: 750px) {
  [type="range"] {
    margin: 12px 0;
  }

  [type="range"]::-webkit-slider-thumb {
    height: 24px;
    width: 24px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-top: -12px;
  }

  [type="range"]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border-radius: 16px;
  }

  [type="range"]::-ms-track {
    border-width: 24px 0;
  }

  [type="range"]::-ms-thumb {
    height: 24px;
    width: 24px;
    border-radius: 16px;
  }

  #creation .content p {
    font-size: 12px;
    line-height: 16px;
  }

  #creation .content span {
    float: left;
    font-size: 12px;
  }

  #creation .content h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 25px 0 -9px;
  }

  #creation .container {
    top: 0;
  }

  .c_left,
  .c_right {
    margin-top: 20px !important;
  }

  #contact-form {
    margin-top: 840px;
  }

  footer a,
  footer p.copyright,
  footer p.reserved {
    padding-top: 0;
    display: block;
  }

  footer a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer p.reserved {
    margin-top: 0;
  }

  #bg-poster {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/poster.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    background-position: center;
  }

  #bg_video,
  #contact-form .contact-window .social-media,
  #contact-form .contact-window h3,
  #contact-form .contact-window hr,
  .quick-nav {
    display: none;
  }

  #portfolio,
  #stay-up-to-date {
    overflow: hidden;
  }

  .container {
    width: 100%;
    padding: 0 55px;
    max-width: none;
  }

  #map-holder .change-location {
    bottom: 110px;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
  }

  #map-holder {
    margin-top: 1850px;
  }

  #contact-form .contact-window {
    padding-left: 60px;
    padding-top: 50px;
    width: 100%;
    max-width: 390px;
    margin-top: 147px;
    padding-bottom: 54px;
  }

  #contact-form .contact-window p.address {
    font-size: 21px;
    letter-spacing: -0.2px;
    margin-top: 24px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  #contact-form .contact-window h5 {
    margin-top: 35px;
    font-size: 21px;
  }

  #contact-form .contact-window .phone {
    margin-top: -2px;
    font-size: 21px;
  }

  #contact-form .contact-window a.mail {
    font-size: 21px;
  }

  #contact-form .contact-window h2 {
    font-size: 38px;
    margin-bottom: 47px;
  }

  #contact-form button {
    font-size: 26px;
    letter-spacing: 2.8px;
    margin-top: 24px;
    height: 70px;
    max-width: 352px;
    padding-top: 7px;
  }

  #contact-form:before {
    height: 1264px;
  }

  #contact-form textarea {
    height: 54px;
  }

  #contact-form .form-range {
    margin-bottom: 37px;
  }

  #contact-form form {
    margin-top: 71px;
  }

  #contact-form .range-slide {
    width: 53.2%;
  }

  #contact-form .range-slide:after {
    width: 51px;
    height: 51px;
    right: -50px;
    top: 67px;
  }

  #contact-form .range-slide + p {
    width: 46.8%;
    margin-top: 65px;
    text-align: right;
  }

  #contact-form .range-slide + p span.gray {
    display: block;
    margin-top: 4px;
    font-size: 26px;
  }

  #contact-form input[type="email"],
  #contact-form input[type="text"],
  #contact-form textarea {
    margin-bottom: 33px;
    font-size: 26px;
    padding-bottom: 15px;
    font-weight: 900;
  }

  #contact-form label {
    font-size: 26px;
    padding-top: 6px;
    margin-bottom: 47px;
  }

  #contact-form .container {
    top: -113px;
  }

  #contact-form h2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.3px;
  }

  #contact-form h3 {
    margin-top: 27px;
  }

  #contact-form .form-item {
    width: 100%;
    float: none;
  }

  section#stay-up-to-date .people {
    max-height: 978px;
  }

  section#stay-up-to-date .people img {
    width: 33.33333%;
  }

  section#stay-up-to-date .people .container {
    top: 345px;
  }

  section#stay-up-to-date .people .container input {
    font-size: 26px;
    margin-top: 30px;
    padding-bottom: 7px;
    padding-left: 25px;
    letter-spacing: -1.6px;
    font-weight: 700;
  }

  section#stay-up-to-date:before {
    top: -69%;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: skew(0, -25deg);
    -ms-transform: skew(0, -25deg);
    transform: skew(0, -25deg);
  }

  section#blog .news-box {
    width: 100%;
    float: none;
    padding-left: 0;
    height: 293px;
  }

  section#blog .news-box h4 {
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
  }

  section#blog .news-box h4:after {
    height: 3px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  section#blog .news-box p.date {
    text-align: center;
    font-size: 21px;
  }

  section#references {
    padding-top: 111px;
    margin-top: -20px;
    z-index: 22;
  }

  section#references:before {
    height: 876px;
  }

  section#references .author {
    max-width: 411px;
  }

  section#references .author .image {
    margin-top: 17px;
  }

  section#references .author .details p.name {
    text-align: left;
    font-size: 26px;
    margin-top: 38px;
  }

  section#references .author .details p.company {
    font-size: 21px;
    text-align: left;
  }

  section#numbers:after,
  section#portfolio .case-studies .case-study .case-text h3 br,
  section#reality h2 br,
  section#reality h3 br,
  section#references .slider-controls,
  section#references h3 br {
    display: none;
  }

  .bg-text-1,
  .bg-text-2 {
    display: none !important;
  }

  section#reality {
    padding-bottom: 153px;
    margin-top: -80px;
  }

  section#reality .lead-text a {
    font-size: 26px;
    letter-spacing: 2.3px;
    margin-top: 59px;
    height: 71px;
    padding-top: 27px;
    max-width: 357px;
  }

  section#reality .lead-text p.small-text {
    font-size: 25px;
    letter-spacing: 2.3px;
  }

  section#reality .lead-text p:not(.small-text) {
    font-size: 31px;
    margin-top: 32px;
    max-width: 500px;
    line-height: 39px;
    margin-left: auto;
    margin-right: auto;
  }

  section#reality .boxes .big-box,
  section#reality .boxes .big-box-horizontal {
    width: 50%;
    height: 320px;
  }

  section#reality .boxes .box {
    width: 50%;
  }

  section#reality .boxes .big-box-horizontal.box-black {
    width: 100%;
    height: 320px;
  }

  section#reality .boxes .box:nth-child(6) {
    margin-right: 0;
  }

  section#reality .boxes .box:nth-child(9) {
    margin-left: 0;
  }

  section#reality .boxes .box.box-black {
    padding-top: 57px;
    padding-left: 60px;
  }

  section#reality .boxes .box.box-black p {
    font-size: 26px;
    letter-spacing: 2.3px;
  }

  section#reality .boxes .box img {
    width: 100%;
    height: 100%;
  }

  section#reality .boxes .box:first-child {
    margin-left: 0;
    float: right;
  }

  section#reality h3 {
    margin-top: 26px;
    margin-left: 0;
  }

  section#reality h2 {
    float: left;
    font-size: 36px;
    margin-top: 209px;
    text-align: left;
  }

  section#portfolio {
    margin-top: -3px;
  }

  section#portfolio .show-more {
    float: right;
    font-size: 26px;
    width: 200px;
    padding: 0;
    margin: 20px -16px 233px 0;
    letter-spacing: 2.4px;
  }

  section#portfolio .case-studies {
    height: auto;
  }

  section#portfolio .case-studies .case-study {
    width: -webkit-calc(100% + 110px);
    width: calc(100% + 110px);
    margin-left: -55px;
    height: 506px;
    position: static;
  }

  section#portfolio .case-studies .case-study .case-text {
    text-align: center;
  }

  section#portfolio .case-studies .case-study .case-text h3 {
    padding-top: 225px;
    padding-left: 0;
    font-size: 52px;
    letter-spacing: -0.4px;
  }

  section#portfolio .case-studies .case-study .case-text p {
    padding-left: 0;
    font-size: 26px;
    padding-top: 13px;
  }

  section#portfolio .case-studies .case-study.active {
    height: 506px;
  }

  section#portfolio .case-studies .case-study.active a {
    display: block;
    right: 40%;
    padding-right: 16px;
  }

  section#numbers {
    padding-bottom: 44px;
  }

  section#numbers h2 {
    margin-top: 32px;
  }

  section#numbers .numbers {
    width: 100%;
    float: none;
    margin-top: 701px;
  }

  #stay-up-to-date {
    background-color: #421c72;
  }

  #stay-up-to-date .people img:nth-child(6),
  #stay-up-to-date .people img:nth-child(5),
  #stay-up-to-date .people img:nth-child(4) {
    display: none !important;
  }

  section#numbers .numbers > .number {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 51px 10px 10px 69px;
    height: 315px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  section#numbers .numbers > .number:last-child {
    margin-left: 0;
  }

  section#numbers .numbers > .number .number {
    margin-bottom: 11px;
  }

  section#numbers .numbers > .number .title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 2.3px;
  }

  section#numbers .numbers > .number .title:after {
    margin-top: 12px;
  }

  section#numbers:before {
    top: 136vh;
  }

  section#our-service {
    margin-top: -9px;
  }

  section#our-service .box-holder {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 45px;
  }

  section#our-service .box-holder > * {
    float: none;
  }

  section#our-service .box-holder .box .front {
    padding: 47px 35px 0 70px;
  }

  section#our-service .box-holder .box .front h4 {
    font-size: 28px;
    margin-bottom: 7px;
  }

  section#header .who-we-are p,
  section#our-service .box-holder .box .front p {
    font-size: 31px;
    line-height: 39px;
  }

  section#our-service:before {
    top: -39px;
    z-index: 27;
    height: 92.4%;
  }

  section#our-service h3 {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
    margin-top: 9px;
    max-width: 500px;
    float: none;
  }

  section#our-service h2 {
    font-size: 36px;
    padding-top: 41px;
    padding-right: 0;
    letter-spacing: -0.2px;
    line-height: 40px;
  }

  section#header a.scroll-down {
    margin-top: 75px;
  }

  section#header .who-we-are {
    margin-top: -44px;
  }

  section#header .who-we-are p {
    margin-top: 37px;
    max-width: 654px;
  }

  section#header .who-we-are h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  section#header .who-we-are h2 {
    line-height: 71px;
    letter-spacing: -1.9px;
    max-width: 500px;
    margin: 0 auto;
  }

  section#header .video-box {
    max-width: 640px;
    height: auto;
  }

  section#header .video-box video,
  section#reality .boxes .box img {
    display: block;
  }

  section#header .beauty-innovate h2:after,
  section#header .beauty-innovate h2:before,
  section#header .beauty-innovate p br,
  section#header .style {
    display: none;
  }

  section#header .line {
    margin: 50px auto 40px;
    width: 3px;
  }

  section#header .line:after {
    width: 3px;
    left: -1px;
  }

  section#header .beauty-innovate p {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 2.5px;
    margin-bottom: 34px;
  }

  section#header .beauty-innovate h2 {
    text-align: center;
    margin-bottom: 42px;
  }

  section#header .logo > svg {
    width: 273px;
  }

  .menu button {
    top: 56px;
    left: 55px;
  }

  .menu button span {
    height: 5px;
    width: 36px;
  }

  .menu button span:before {
    height: 5px;
    width: 42px;
    top: 14px;
  }

  .menu button span:after {
    height: 5px;
    top: -14px;
    width: 44px;
  }

  .menu:before {
    width: 404px;
  }

  section#reality .boxes .box {
    height: auto;
  }

  section#reality .boxes .box.box-black {
    width: 100%;
  }

  section#reality .boxes .box:nth-child(2) {
    clear: none;
  }

  section#reality .boxes .box:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  #creation {
    display: none !important;
  }

  #stay-up-to-date {
    margin: initial !important;
  }

  #contact-form {
    margin-top: 0 !important;
  }

  section#stay-up-to-date .people .container {
    top: 38% !important;
  }

  section#stay-up-to-date .people img {
    width: 100% !important;
  }

  .c_left:before,
  .c_right:before {
    width: 30px;
    height: 30px;
    margin-left: -14px;
  }
}

@media (max-width: 800px) and (min-width: 500px) {
  .case-studies__column {
    width: -webkit-calc(100%/2 - 20px);
    width: calc(100% / 2 - 20px);
  }

  .case-studies__column:last-child {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .case-studies__column:last-child .case-study {
    width: -webkit-calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 500px) {
  .case-studies__column {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .case-studies__column:nth-child(2) {
    margin-top: -100px;
  }

  .case-studies__column:nth-child(3) {
    margin-top: -570px;
  }
}

@media (max-width: 700px) {
  section#portfolio .case-studies .case-study.active {
    height: 490px;
    width: 100%;
    margin: 0;
  }

  section#portfolio .case-studies .case-study img {
    width: 100%;
    height: 130%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.4;
  }
}

@media (max-width: 1024px) {
  section#our-service .box-holder .box .back {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: none !important;
  }

  section#our-service .box-holder .box .back.active {
    display: block !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .quick-nav,
  section#menu ul li a span.text br {
    display: none;
  }

  section#our-service .box .front {
    padding: 20px;
  }

  section#portfolio .case-studies .case-study.active {
    margin-bottom: 30px !important;
  }

  section#menu.active {
    height: auto;
  }

  section#menu ul li,
  section#menu ul li a {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  section#menu ul li {
    width: 100%;
    height: 20vh;
    float: none;
    position: static;
  }

  section#menu ul li a {
    position: relative;
    left: 0;
    top: 0;
  }

  section#menu ul li a span.text {
    top: 30%;
    font-size: 29px;
    line-height: 34px;
    left: -19%;
    width: 100%;
    text-align: center;
  }

  section#our-service .box-holder .box .back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  section#our-service .box .back .link {
    bottom: 40px;
  }
}

@media (min-width: 767px) {
  section#reality .boxes .box:nth-child(4) {
    margin-left: 90px;
  }
}

@media (min-width: 1100px) {
  section#reality .boxes .big-box-horizontal.box-black.box-small {
    width: 270px;
    padding: 30px 30px 0;
  }

  section#reality .boxes .box:last-child {
    float: right;
  }

  section#reality .lead-text {
    position: relative;
  }
}

@media (max-width: 768px) {
  section#reality .boxes .box:nth-child(2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  section#blog .news-box img {
    height: auto;
  }
}

@media (max-width: 1500px) {
  #stay-up-to-date .people .container {
    max-width: 784px;
  }

  #contact-form .container {
    top: -358px;
  }
}

@media (max-width: 1366px) {
  #stay-up-to-date .people {
    max-height: 1243px;
  }

  #stay-up-to-date .people .container {
    top: 525px;
  }

  #stay-up-to-date:before {
    width: 320%;
  }
}

@media (max-width: 550px) {
  .container {
    padding: 0 25px;
  }

  section#header .logo > svg {
    width: 125px;
  }

  .menu:before {
    width: 363px;
    left: -293px;
  }

  .menu button {
    top: 36px;
    left: 25px;
  }

  #contact-form input[type="email"],
  #contact-form input[type="text"],
  #contact-form label,
  #contact-form textarea {
    font-size: 20px;
  }

  section#header .beauty-innovate h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  section#header .beauty-innovate p {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  section#header .video-box a {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }

  section#header .who-we-are {
    margin-top: 25px;
  }

  section#header .who-we-are h2 {
    line-height: 45px;
    font-size: 33px;
  }

  section#header .who-we-are p {
    font-size: 20px;
    line-height: 29px;
  }

  section#numbers h2,
  section#our-service h3,
  section#portfolio h2 {
    font-size: 40px;
    line-height: 41px;
  }

  section#our-service .box-holder .box .front {
    padding: 30px;
  }

  section#our-service .box-holder .box .front p {
    line-height: 33px;
    font-size: 19px;
  }

  section#numbers .people .in {
    height: 546px;
  }

  section#numbers:before {
    top: 460px;
  }

  section#numbers .numbers > .number {
    width: 100%;
    margin-right: 0;
  }

  section#numbers .numbers,
  section#numbers .container {
    margin-top: 0px;
  }

  section#portfolio .show-more {
    margin-bottom: 113px;
    margin-top: 90px;
  }

  section#reality h2 {
    margin-top: 109px;
  }

  section#reality h3 {
    line-height: 43px;
    margin-bottom: 30px;
    font-size: 35px;
  }

  section#reality .boxes .box.box-black {
    height: auto;
    padding-bottom: 57px;
    padding-left: 30px;
    padding-right: 30px;
  }

  section#reality .boxes .big-box,
  section#reality .boxes .big-box-horizontal,
  section#reality .boxes .box {
    float: none;
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }

  section#reality .lead-text h3 {
    font-size: 32px;
    line-height: 42px;
  }

  section#reality .lead-text p:not(.small-text) {
    font-size: 25px;
    line-height: 34px;
  }

  section#blog h2,
  section#references h3 {
    font-size: 39px;
    line-height: 47px;
  }

  section#references .author .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }

  #map-holder .change-location li,
  section#references .author .details {
    float: none;
    width: 100%;
  }

  section#references .author .details > * {
    text-align: center !important;
  }

  section#blog .news-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  section#stay-up-to-date .people {
    max-height: 838px;
  }

  section#stay-up-to-date .people img {
    width: 50%;
  }

  #stay-up-to-date .people .container h3 {
    font-size: 122px;
  }

  #stay-up-to-date .people .container p {
    margin-top: -25px;
    line-height: 50px;
    font-size: 30px;
  }

  #contact-form .container {
    top: 0;
  }

  section#blog h2 {
    font-size: 44px;
    padding-top: 100px;
  }

  #contact-form h3 {
    line-height: 43px;
    font-size: 35px;
  }

  #contact-form .range-slide:after,
  section#portfolio .case-studies .case-study .case-text a:before {
    display: none;
  }

  #contact-form .range-slide {
    width: 100%;
  }

  #contact-form .range-slide + p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 30px;
  }

  #contact-form .contact-window h2 {
    font-size: 18px;
    line-height: 19px;
  }

  #contact-form .contact-window .phone,
  #contact-form .contact-window a.mail,
  #contact-form .contact-window p.address,
  section#our-service .box-holder .box .front h4 {
    font-size: 17px;
  }

  #contact-form .contact-window h5 {
    margin-top: 25px;
    font-size: 18px;
  }

  #contact-form .contact-window {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }

  #map-holder .change-location {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }

  section#our-service .box .back {
    padding: 30px;
    overflow: hidden;
  }

  section#portfolio .case-studies .case-study .case-text h3 {
    padding: 0;
  }

  section#reality .boxes .big-box-horizontal.box-black {
    padding: 50px 30px;
    height: auto !important;
  }

  section#reality .boxes .box-text h4 {
    padding: 50px 30px;
  }

  footer .container {
    margin-top: 70px;
  }

  footer.active {
    height: 275px;
  }

  section#portfolio .case-studies .case-study .case-text {
    height: 565px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section#portfolio .case-studies .case-study .case-text h6 {
    padding-left: 0;
  }

  section#portfolio .case-studies .case-study .case-text a {
    float: none;
    display: block;
    margin-top: 30px;
    position: static;
  }
}

@media (max-width: 400px) and (orientation: portrait) {
  section#our-service .box-holder {
    height: 310px;
  }

  section#numbers .numbers > .number {
    padding: 0 40px;
  }

  section#numbers .numbers > .number .title {
    font-size: 23px;
  }

  section#blog h2 {
    padding-top: 20px;
  }

  section#portfolio .case-studies {
    margin-top: 60px;
  }

  section#references h3 {
    font-size: 19px;
  }
}

@media (max-width: 600px) and (orientation: landscape) {
  section#numbers .numbers > .number {
    width: 100%;
  }
}

@media (max-width: 900px) and (min-width: 750px) {
  section#our-service .box-holder {
    width: 100% !important;
    float: none !important;
  }

  section#our-service .box-holder:nth-child(5) {
    margin-left: 0 !important;
  }

  section#our-service {
    padding-bottom: 0;
    position: relative;
  }

  section#portfolio h2 {
    margin-bottom: 160px;
  }

  section#portfolio .case-studies .case-study {
    position: static;
    float: left;
    margin: 20px 7px;
  }

  section#reality .boxes .box:nth-child(9),
  section#reality h3 {
    margin-left: 0;
  }

  section#portfolio .case-studies {
    height: auto;
    padding-bottom: 150px;
  }

  section#portfolio .case-studies:after {
    clear: both;
    display: table;
    float: none;
    content: "";
  }

  section#blog .news-box {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    height: auto;
    padding: 40px;
    -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
  }

  section#blog .news-box p.date {
    margin-top: 10px;
  }

  section#blog .news-box h4 {
    font-size: 30px;
  }

  section#reality .boxes .box:nth-child(6) {
    margin-right: 0;
  }

  .boxes {
    max-width: 540px;
    margin: 0 auto !important;
  }

  section#reality .boxes .big-box {
    margin-left: auto;
    margin-right: 0;
    float: none;
    width: 100%;
    height: auto;
  }

  section#reality .boxes .big-box img {
    width: 100%;
  }

  section#header .who-we-are {
    padding: 0 20px;
  }

  section#header .who-we-are h2 {
    font-size: 50px;
  }

  section#our-service h3 {
    float: none;
  }

  section#numbers .numbers {
    padding-top: 90px;
    margin-bottom: -90px;
  }

  #stay-up-to-date .people .container p {
    font-size: 42px;
    line-height: 53px;
    margin-top: -155px;
  }

  #stay-up-to-date form {
    margin-left: 0;
  }

  #stay-up-to-date .people .container {
    text-align: left;
    padding-left: 50px;
  }

  #contact-form h3 {
    margin-top: 179px;
    font-size: 61px;
  }

  section#reality h3 {
    padding-left: 50px;
    font-size: 55px;
  }

  section#reality h2 {
    padding-right: 50px;
    font-size: 54px;
  }

  #creation .content {
    padding: 0 50px;
  }

  #contact-form h3,
  section#numbers h2 {
    padding-right: 50px;
  }

  section#portfolio h2 {
    padding-left: 50px;
  }

  #map-holder {
    height: 1577px;
  }

  #stay-up-to-date .people .container h3 {
    margin-top: 100px;
  }

  section#creation {
    top: -360px;
  }

  section#blog .news-items,
  section#our-service h2,
  section#portfolio .text p {
    padding: 0 50px;
  }
}

@media (max-width: 900px) and (min-width: 767px) {
  section#reality .boxes .box:nth-child(4) {
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  section#numbers:after {
    height: 74vh;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  #our-service .boxes {
    padding-left: 30px;
  }

  section#our-service h2 {
    padding-top: 279px;
    padding-right: 30px;
  }

  section#our-service .box-holder {
    width: 33.33333%;
    padding-right: 30px;
    margin-right: 0 !important;
  }

  section#our-service .box-holder:nth-child(5) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  section#our-service .container {
    padding: 0 20px;
  }

  section#our-service .box-holder {
    width: -webkit-calc(100%/3 - 20px);
    width: calc(100% / 3 - 20px);
  }

  section#numbers {
    margin-top: -360px;
  }

  section#reality .container {
    padding: 0 20px;
  }
}

@media (max-width: 1170px) and (min-width: 768px) {
  section#reality .boxes .box:first-child {
    float: left;
    margin-left: 62px;
    margin-top: 0;
  }

  section#reality .boxes {
    max-width: 810px;
    margin: 0 auto;
    clear: both;
  }

  section#reality .boxes .box {
    float: left !important;
    margin-left: 0 !important;
  }

  section#reality .boxes .big-box {
    height: 270px;
    width: 33.33333%;
    position: relative;
  }

  section#reality .boxes .big-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }

  .big-box-horizontal.box-text + .box {
    margin-top: -270px;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  section#references h3 {
    font-size: 32px;
    padding: 0 20px;
  }
}

@media (max-width: 1170px) and (min-width: 1080px) {
  section#numbers:before {
    top: 58.9vh;
  }

  section#numbers:after {
    height: 50vh;
  }

  section#numbers h2 {
    margin-top: 0;
  }
}

@media (max-width: 860px) and (min-width: 750px) {
  section#reality .boxes .big-box {
    width: 270px;
  }

  section#reality .boxes {
    max-width: 540px;
    margin: 0 auto;
  }

  .big-box-horizontal.box-text + .box {
    margin-top: 0;
  }
}

@media (max-width: 1080px) and (min-width: 900px) {
  section#numbers {
    margin-top: -1340px;
  }
}

@media (max-width: 969px) {
  #contact-form form {
    padding: 0 30px;
    margin-bottom: 90px;
  }
}

@media (max-width: 600px) {
  section#reality h3 {
    margin-top: 90px;
  }

  section#portfolio .case-studies .case-study.active {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 750px) and (min-width: 550px) {
  section#our-service .box-holder .box .front {
    padding: 30px;
  }

  section#our-service .box-holder {
    height: 340px;
  }
}

@media (max-width: 767px) {
  section#portfolio .container {
    padding: 0;
  }
}

@media (max-width: 1024px) and (min-width: 900px) and (orientation: landscape) {
  section#numbers {
    margin-top: -460px;
  }
}

@media (max-width: 750px) and (min-width: 500px) {
  section#portfolio .case-studies .case-study {
    margin-left: 0;
    width: 100%;
  }

  .case-studies__column {
    width: 50%;
    padding: 0 5px;
  }
}

@media (max-width: 700px) and (orientation: landscape) {
  section#numbers .numbers > .number .title {
    word-break: break-word;
  }
}

@media (min-width: 1100px) {
  section#portfolio .case-studies .case-study img {
    transition: opacity 0.3s ease;
  }

  section#portfolio .case-studies .case-study.active img {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  section#blog h2 {
    padding-top: 270px !important;
  }
}

section#header {
  display: block;
}

section.preload {
  display: table !important;
}

.social-media {
  display: flex !important;
  align-items: center;
}

.social-media img {
  height: 20px;
  margin: 0 4px;
}

.social-media a {
  display: block;
}

.dn {
  display: none !important;
}

@media (max-width: 1024px) {
  #portfolio h2 {
    padding-left: 15px;
  }

  #portfolio p {
    padding-left: 15px;
  }

  #references:after {
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  section#references h3 {
    font-size: 30px;
    line-height: 32px;
  }

  section#blog .news-box img {
    transform: none;
    opacity: 1;
    position: static;
    margin-top: 30px;
  }

  section#blog .news-box {
    height: auto;
    padding: 30px 15px;
  }

  #contact-form h3 span {
    font-size: 28px;
  }

  #map-holder .change-location li a {
    height: 150px;
    top: 0;
  }

  section#menu a.close-menu {
    top: 15px;
    right: 15px;
  }

  section#menu a.close-menu svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  section#portfolio .case-studies .case-study img {
    top: 0;
    height: calc(100% + 210px);
    object-fit: cover;
  }

  #stay-up-to-date .people .container input {
    max-width: 180px;
  }

  #map-holder {
    height: 1877px;
  }

  #stay-up-to-date:before {
    display: none;
  }

  #stay-up-to-date .people img {
    width: 100%;
  }

  #stay-up-to-date .people .container {
    top: 600px;
  }

  #contact-form h2,
  #contact-form h3 {
    padding-right: 15px;
  }
}

.case-study {
  cursor: pointer;
}

#contact-form textarea {
  overflow: hidden;
}

.our-service {
  background-color: #000;
}

.map-item {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #4f3376;
}

.box-holder {
  cursor: pointer;
}

@media (max-width: 1350px) and (min-width: 1100px) {
  #stay-up-to-date .container {
    max-width: 644px !important;
  }

  #stay-up-to-date .people .container h3 {
    font-size: 167px;
  }

  #stay-up-to-date .people .container p {
    margin-top: -75px;
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 52px;
  }

  #contact-form h3 {
    padding-top: 120px;
  }
}

#contact-form .contact-window {
  width: 369px;
  background: #fff;
  margin-top: -40px;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding-left: 69px;
  padding-top: 45px;
  padding-bottom: 66px;
  padding: 30px;
  pointer-events: all;
  margin-bottom: -896px;
  margin-top: 200px;
  z-index: 2222;
  position: relative;
}

#contact-form .contact-window p {
  margin-bottom: 0;
  margin-top: 0;
}

#contact-form .contact-window h2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 23px;
  letter-spacing: normal;
}

#contact-form .contact-window p.address {
  color: #898989;
  font-size: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 30px;
}

#contact-form .contact-window .phone {
  color: #c5c5c5;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  line-height: 22px;
  margin-top: -4px;
  text-transform: uppercase;
}

#contact-form .contact-window .phone a {
  color: #421c72;
  text-decoration: none;
}

#contact-form .contact-window a.mail {
  text-decoration: none;
  line-height: 32px;
}

#contact-form .contact-window a.mail,
#contact-form .contact-window h5 {
  font-weight: 700;
  color: #421c72;
  font-size: 14px;
  text-transform: uppercase;
}

#contact-form .contact-window h5 {
  font-family: industry, sans-serif;
  margin-bottom: 14px;
}

#contact-form .contact-window hr {
  border: none;
  margin-top: 32px;
  border-top: 1px solid #e9ebec;
  margin-bottom: 39px;
}

#contact-form .contact-window .social-media {
  font-size: 11px;
  color: #c5c5c5;
  text-transform: uppercase;
  display: inline-block;
}

#contact-form .contact-window .social-media i {
  font-size: 15px;
  color: #421c72;
  padding: 9px 1px 0 10px;
}

section#blog .news-box h4:after {
  background: #421c72 !important;
}

#contact-form .form-item input::placeholder,
#contact-form .form-item textarea::placeholder {
  color: #421c72 !important;
}

@media screen and (min-width: 1921px) {
  #contact-form:before {
    height: 1400px;
  }
}

@media screen and (min-width: 2200px) {
  #contact-form:before {
    height: 1600px;
  }
}

@media screen and (min-width: 2400px) {
  #contact-form:before {
    height: 1800px;
  }
}

@media screen and (min-width: 2600px) {
  #contact-form:before {
    height: 2000px;
  }
}

@media screen and (min-width: 2800px) {
  #contact-form:before {
    height: 2200px;
  }
}

footer p.copyright {
  padding-top: 0 !important;
}

.newMenu .menu__col::before {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(66, 28, 114, 0.5)),
      color-stop(36%, rgba(66, 28, 114, 0.5)),
      to(rgba(66, 28, 114, 0.5))
    )
    0% 0% no-repeat !important;
  background: linear-gradient(
      0deg,
      rgba(66, 28, 114, 0.5) 0%,
      rgba(66, 28, 114, 0.5) 36%,
      rgba(66, 28, 114, 0.5) 100%
    )
    0% 0% no-repeat !important;
}

section#blog .news-box:hover {
  background: #421c72 !important;
}

.newMenu .menu__col::before {
  opacity: 0 !important;
  transition: opacity 1s ease-in-out !important;
}

.newMenu .menu__col:hover::before {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out !important;
}

.first-screen::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 8px -22px 76px 100px rgb(66 28 114);
  box-shadow: 8px -22px 76px 100px rgb(66 28 114);
}
