@keyframes scroll {
  0% {
    margin: 7px 0 0 8px; }
  50%, 100% {
    margin: 14px 0 0 8px; } }
@-webkit-keyframes scroll {
  0% {
    margin: 7px 0 0 8px; }
  50%, 100% {
    margin: 14px 0 0 8px; } }
@keyframes charge {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes charge {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes flicker {
  0%, 49% {
    opacity: .75; }
  50%, 100% {
    opacity: 1; } }
@-webkit-keyframes flicker {
  0%, 49% {
    opacity: .75; }
  50%, 100% {
    opacity: 1; } }
body, html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; }
  body *, html * {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 0;
    box-sizing: border-box; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

.none {
  display: none !important; }

.clear {
  clear: both; }

::selection {
  color: #fff;
  background: #000; }

::-moz-selection {
  color: #fff;
  background: #000; }

nav {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 0 40px; }
  nav ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul li {
      display: inline-block;
      margin: 0 10px; }
      nav ul li a {
        transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        display: block;
        padding: 40px 20px 20px 20px;
        font-size: 20px;
        font-weight: 400;
        color: #000; }
        nav ul li a:hover {
          background: #fafafa; }
        nav ul li a.active {
          color: #fff;
          background: #000; }
  nav .back {
    float: left;
    padding: 20px 0 0 0; }
    nav .back a.arrow {
      width: 60px;
      height: 60px;
      float: left;
      margin: 0 2px 0 0;
      padding: 5px 0 0 0;
      font-size: 36px;
      color: #fff;
      text-align: center;
      background: #000; }
    nav .back .label {
      transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -webkit-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -moz-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -o-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      height: 60px;
      float: left;
      margin: 0;
      padding: 18px 0 0 0;
      font-size: 20px;
      font-weight: 400;
      color: #fff;
      text-align: center;
      background: #000;
      opacity: 0; }
    nav .back:hover .label {
      padding: 18px 30px 0 30px;
      opacity: 1; }

@media (max-width: 1023px) {
  nav {
    padding: 0 20px; }
    nav ul li a {
      padding: 20px 10px 10px 10px;
      font-size: 16px;
      color: #000; }
    nav a.back .arrow {
      width: 50px;
      height: 50px;
      font-size: 24px;
      padding-top: 12px; }
    nav a.back .label {
      height: 50px;
      padding: 16px 0 0 0;
      font-size: 16px;
      opacity: 0; }
    nav a.back:hover .label {
      padding: 16px 20px 0 20px; } }
@media (max-width: 767px) {
  nav ul {
    display: none; } }
section .content {
  display: block;
  width: 1280px;
  margin: 0 auto; }
  section .content.home {
    background: url(../img/raster.png) -80px -100px no-repeat;
    background-size: 535px 285px;
    margin-bottom: 30px;
    overflow: hidden; }
    section .content.home .copy {
      float: left;
      width: 50%;
      padding: 0 40px 0 20px; }
      section .content.home .copy img {
        width: 170px;
        margin: 0 10px 40px 0; }
      section .content.home .copy ul {
        margin: 0 0 40px 0;
        list-style: none; }
        section .content.home .copy ul li {
          list-style: none;
          display: inline-block;
          width: 45%;
          font-size: 20px; }
    section .content.home h1 {
      margin: 0;
      padding: 60px 0 30px 0;
      font-family: "Mansalva", sans-serif;
      font-size: 48px; }
    section .content.home h2 {
      margin: 0 0 20px 0;
      font-size: 20px;
      font-weight: 700; }
    section .content.home p {
      margin: 0 0 30px 0;
      font-size: 20px;
      line-height: 28px; }
      section .content.home p strong {
        font-weight: 700; }
    section .content.home .postits {
      width: 50%;
      height: 700px;
      float: right;
      margin-top: 100px;
      background: url(../img/postits.jpg) center center no-repeat;
      background-size: contain; }
  section .content.header h2 {
    margin: 0 0 70px 0;
    padding: 0;
    font-family: "Bakbak One", sans-serif;
    font-size: 48px; }
  section .content.project {
    transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
    -webkit-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
    -moz-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
    -o-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
    height: 700px;
    margin: 0 auto 144px auto;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    cursor: pointer; }
    section .content.project.ptmate {
      background-image: url(../img/teaser-ptmate.jpg); }
      section .content.project.ptmate .edge {
        background: #1DC5C9; }
    section .content.project.pexx {
      background-image: url(../img/teaser-pexx.jpg); }
      section .content.project.pexx .edge {
        background: #3ADD80; }
    section .content.project.resolve {
      background-image: url(../img/teaser-resolve.jpg); }
      section .content.project.resolve .edge {
        background: #1B1A3D; }
    section .content.project.bound {
      background-image: url(../img/teaser-bound.jpg); }
      section .content.project.bound .edge {
        background: #ef8611; }
    section .content.project.fincrime {
      background-image: url(../img/teaser-fincrime.jpg); }
      section .content.project.fincrime .edge {
        background: #D11E1E; }
    section .content.project.insights {
      background-image: url(../img/teaser-insights.jpg); }
      section .content.project.insights .edge {
        background: #2B26FF; }
    section .content.project.ursa {
      background-image: url(../img/teaser-ursa.jpg); }
      section .content.project.ursa .edge {
        background: #27154E; }
    section .content.project.aircube {
      background-image: url(../img/teaser-aircube.jpg); }
      section .content.project.aircube .edge {
        background: #1DA2B4; }
    section .content.project.finalcall {
      background-image: url(../img/teaser-finalcall.jpg); }
      section .content.project.finalcall .edge {
        background: #2C3D40; }
    section .content.project .info {
      width: 350px;
      height: 350px;
      transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -webkit-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -moz-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -o-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      float: left;
      margin: 300px 40px 0 40px;
      padding: 20px;
      background: #fff; }
      section .content.project .info h2 {
        margin: 0 0 10px 0;
        padding: 0;
        font-family: "Bakbak One", sans-serif;
        font-size: 36px;
        line-height: 40px; }
      section .content.project .info p {
        margin: 0 0 24px 0;
        font-size: 20px; }
    section .content.project .edge {
      transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -webkit-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -moz-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      -o-transition: all 0.25s cubic-bezier(0.09, 0.97, 0.97, 1.02);
      float: right;
      width: 240px;
      height: 800px;
      margin: 0;
      position: relative;
      right: -240px; }
      section .content.project .edge p {
        margin: 640px 0 0 40px;
        transform: rotate(-5deg);
        color: #fff;
        font-size: 24px; }
    section .content.project:hover {
      transform: scale(0.98); }
      section .content.project:hover .info {
        transform: scale(1.03); }
      section .content.project:hover .edge {
        transform: rotate(5deg);
        right: -100px; }

@media (max-width: 1280px) {
  section .content {
    width: 100%; }
    section .content.project {
      width: calc(100% - 40px); }
    section .content.header {
      padding: 0 20px; } }
@media (max-width: 1159px) {
  section .content.home .unicorn {
    left: 60%; } }
@media (max-width: 1023px) {
  section .content.home h1 {
    padding: 80px 0 20px 0;
    font-size: 40px; }
  section .content.home h2 {
    width: calc(100% - 150px);
    font-size: 16px; }
  section .content.home .copy img {
    width: 85px;
    margin: 0 5px 20px 5px; }
  section .content.home p, section .content.home ul, section .content.home li {
    font-size: 16px !important;
    line-height: 22px; }
  section .content.header h2 {
    margin: 0 0 40px 0;
    font-size: 36px; }
  section .content.project {
    height: 500px;
    margin-bottom: 72px; }
    section .content.project .info {
      width: 240px;
      height: 240px;
      margin: 240px 20px 0 20px;
      padding: 20px; }
      section .content.project .info h2 {
        font-size: 20px;
        line-height: 24px; }
      section .content.project .info p {
        font-size: 16px;
        line-height: 20px; }
    section .content.project .edge {
      height: 600px; }
      section .content.project .edge p {
        margin: 440px 0 0 40px;
        transform: rotate(-5deg);
        color: #fff;
        font-size: 20px; } }
@media (max-width: 767px) {
  section .content.home .copy {
    float: none;
    width: 100%; }
  section .content.home .postits {
    float: none;
    width: 100%;
    margin: 0;
    height: 500px; }
  section .content.about {
    padding: 20px 20px 0 20px; }
    section .content.about ul li {
      float: none;
      width: 100%; }
    section .content.about .lft {
      float: none;
      width: 100%; }
    section .content.about .pine {
      margin: 0;
      height: 200px; }
  section .content.project {
    height: 400px; }
    section .content.project .info {
      margin-top: 160px; } }
.content.hero {
  height: 700px;
  margin: 0 auto 144px auto;
  background-size: cover;
  background-position: center center; }
  .content.hero.ptmate {
    background-image: url(../img/teaser-ptmate.jpg); }
  .content.hero.pexx {
    background-image: url(../img/teaser-pexx.jpg); }
  .content.hero.resolve {
    background-image: url(../img/teaser-resolve.jpg); }
  .content.hero.bound {
    background-image: url(../img/teaser-bound.jpg); }
  .content.hero.fincrime {
    background-image: url(../img/teaser-fincrime.jpg); }
  .content.hero.insights {
    background-image: url(../img/teaser-insights.jpg); }
  .content.hero.ursa {
    background-image: url(../img/teaser-ursa.jpg); }
  .content.hero.aircube {
    background-image: url(../img/teaser-aircube.jpg); }
  .content.hero.finalcall {
    background-image: url(../img/teaser-finalcall.jpg); }
  .content.hero .info {
    float: left;
    margin: 460px 40px 0 40px;
    color: #fff; }
    .content.hero .info h1 {
      margin: 0 0 0 0;
      padding: 0;
      font-family: "Bakbak One", sans-serif;
      font-size: 36px; }
    .content.hero .info p {
      margin: 0 0 24px 0;
      font-size: 20px; }
.content.text {
  margin: 0 auto 72px auto; }
  .content.text h2 {
    margin: 0 0 24px 0;
    padding: 0;
    font-family: "Bakbak One", sans-serif;
    font-size: 36px;
    text-align: center; }
  .content.text .text {
    margin: 0 auto;
    width: 700px; }
    .content.text .text p {
      margin: 0 0 20px 0;
      font-size: 20px;
      line-height: 32px; }
      .content.text .text p strong {
        font-weight: 600; }
      .content.text .text p.images {
        text-align: center; }
        .content.text .text p.images img {
          width: 200px;
          margin: 10px; }
.content .finisher {
  clear: both;
  height: 100px; }
.content.quote {
  margin: 0 auto 72px auto;
  padding: 0 20px;
  font-weight: 100;
  font-size: 48px;
  color: #474747;
  text-align: center; }
.content.image {
  margin: 0 auto 72px auto; }
  .content.image img {
    width: 100%; }
  .content.image p {
    padding: 0 10px;
    font-size: 12px; }

@media (max-width: 1279px) {
  .content.text h2 {
    padding-left: 40px; } }
@media (max-width: 1023px) {
  .content.hero {
    height: 500px;
    margin: 0 auto 72px auto; }
    .content.hero .info {
      margin: 270px 40px 0 40px; }
      .content.hero .info h1 {
        font-size: 24px; }
      .content.hero .info p {
        margin: 0 0 20px 0;
        font-size: 16px; }
  .content.text h2 {
    font-size: 24px; }
  .content.text .text {
    width: calc(100% - 340px); }
    .content.text .text p {
      font-size: 16px; }
  .content.quote {
    font-size: 36px; } }
@media (max-width: 767px) {
  .content.text h2 {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 20px 0; }
  .content.text .text {
    width: 100%;
    padding: 0 20px; } }

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