.info-block ul, footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.info-block, .contact, footer, .loader {
  text-align: center; }

.modal.legal h2,
.modal.legal h3, .modal.legal p {
  text-align: left; }

html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body,
ul,
ol,
figure {
  margin: 0;
  padding: 0; }

::selection {
  background: #eeeeee; }

img {
  vertical-align: middle; }

h1,
h2,
h3 {
  margin: 0; }

p {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1.5em; }

body {
  font: 100% "Work Sans", Helvetica, sans-serif;
  color: #616161;
  background-color: #fafafa;
  line-height: 1.5; }
  body.noscroll {
    overflow: hidden; }

a {
  color: #9e9e9e;
  font-weight: 300;
  position: relative;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  outline: none; }
  a:hover, a:focus {
    color: #757575;
    outline: none; }

p {
  font-weight: 300; }

b {
  font-weight: 400; }

.wrapper {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2rem; }
  @media (max-width: 768px) {
    .wrapper {
      padding: 0 1rem; } }

.content {
  padding-top: 8rem;
  text-align: center; }

.arrow {
  height: 2rem;
  width: 2rem;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  transition: .4s;
  transform: rotate(45deg);
  cursor: pointer; }

.notification {
  display: none; }

.intro {
  position: fixed;
  top: 0;
  height: 80vh;
  width: 100%;
  z-index: -1; }
  .intro .intro-copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  .intro h1 {
    width: 50%;
    font-size: 2rem;
    font-size: calc(2rem + 1vw);
    line-height: 1.4;
    font-weight: 400; }
  @media (max-width: 768px) {
    .intro {
      text-align: center; }
      .intro h1 {
        width: 100%; } }
  .intro .arrow {
    bottom: 2.5rem; }
    .intro .arrow:hover {
      bottom: 2rem; }

.pacmen {
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0; }
  .pacmen li {
    width: 0;
    height: 0;
    border-right: .8rem solid transparent;
    border-top: 0.8rem solid #616161;
    border-left: 0.8rem solid #616161;
    border-bottom: 0.8rem solid #616161;
    border-radius: .8rem;
    display: inline-block;
    position: relative; }

.projects {
  margin-top: 80vh;
  background-color: #eeeeee; }
  .projects .projects-stage {
    max-width: 96rem;
    margin: 0 auto; }
    @media (min-width: 769px) {
      .projects .projects-stage {
        display: flex;
        flex-wrap: wrap; } }
    .projects .projects-stage img {
      max-width: 100%;
      height: auto; }

.project-tmb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #223;
  opacity: 0;
  transition: all .3s ease-in; }

a.project-preview {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 769px) {
    a.project-preview {
      flex: 0 0 50%;
      max-width: 50%; } }
  a.project-preview.moberries .project-tmb-overlay {
    background-color: #903; }
  a.project-preview.atomleap .project-tmb-overlay {
    background-color: #172c49; }
  a.project-preview.creamcredit .project-tmb-overlay {
    background-color: #172c49; }
  a.project-preview.cabrio .project-tmb-overlay {
    background-color: #0a1e2c; }
  a.project-preview.bos .project-tmb-overlay {
    background-color: #280f0a; }
  a.project-preview.mybet .project-tmb-overlay {
    background-color: #003f56; }
  a.project-preview:hover .project-tmb-overlay {
    opacity: .7; }
  a.project-preview:hover .project-caption {
    top: 50%;
    opacity: 1; }
    a.project-preview:hover .project-caption h2:after {
      transform: scaleX(1); }
  @media (max-width: 768px) {
    a.project-preview .project-tmb-overlay {
      opacity: .7; }
    a.project-preview .project-caption {
      top: 50%;
      opacity: 1; } }

.project-caption {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  line-height: 1;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-out;
  font-weight: 300;
  color: #fafafa; }
  .project-caption h2 {
    position: relative;
    font-size: 2rem;
    padding-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem; }
    .project-caption h2:after {
      content: "";
      display: block;
      background-color: #bdbdbd;
      position: absolute;
      height: 1px;
      width: 3.75rem;
      bottom: 0;
      left: 50%;
      margin-left: -1.875rem;
      transform-origin: 50% 0;
      transform: scaleX(0.3);
      transition: .7s; }
  .project-caption p {
    margin: 0;
    padding-top: 1.5rem; }

.info {
  padding-top: 8rem; }
  .info::after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 768px) {
    .info {
      display: none; } }

.info-block {
  position: relative;
  width: 33.333%;
  float: left;
  opacity: 0;
  transition: all 0.5s ease-out; }
  .info-block:nth-child(odd) {
    transform: translateY(-2rem); }
  .info-block:nth-child(even) {
    transform: translateY(2rem); }
  .info-block.visible {
    transform: none;
    opacity: 1; }
  .info-block h2 {
    font-size: 2rem;
    color: #757575;
    font-weight: 400; }
  .info-block ul li {
    font-size: 1.25rem;
    color: #9e9e9e;
    font-weight: 300; }

a.button-slide {
  position: relative;
  display: inline-block;
  outline: none;
  color: #f5f5f5;
  background-color: #616161;
  letter-spacing: .15rem;
  font-weight: 300;
  font-size: 1.5em;
  height: 5rem;
  line-height: 5rem;
  min-width: 22rem;
  overflow: hidden;
  transition: 0.3s; }
  a.button-slide span {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: inherit; }
  a.button-slide:before {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    transition: inherit;
    content: attr(data-hover);
    color: #45a; }
  a.button-slide:hover, a.button-slide:focus {
    background-color: #eeeeee; }
    a.button-slide:hover span, a.button-slide:focus span {
      transform: translateY(-100%); }
    a.button-slide:hover:before, a.button-slide:focus:before {
      top: 0; }

footer {
  padding: 6rem 0 3rem; }
  footer ul {
    transition: 1s; }
    footer ul li {
      display: inline-block;
      padding: 0 1rem;
      margin-right: -.375em;
      position: relative; }
      footer ul li:before {
        content: "";
        display: block;
        background-color: #e0e0e0;
        position: absolute;
        left: 0;
        top: 50%;
        line-height: 0;
        width: 1px;
        height: 0.75rem;
        margin-top: -0.375rem; }
      footer ul li:first-child:before {
        display: none; }
      footer ul li a {
        letter-spacing: 0.0625rem;
        cursor: pointer; }
        footer ul li a:after {
          content: "";
          display: block;
          background-color: transparent;
          position: absolute;
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 1px;
          transform-origin: 50% 0;
          transform: scaleX(0.6);
          transition: .3s; }
        footer ul li a:hover:after {
          background-color: #bdbdbd;
          transform: scaleX(1); }

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 500;
  overflow: auto;
  padding: 10rem 0 5rem;
  display: none;
  text-align: center;
  background-color: #ffffff;
  transform: translateY(100%); }
  .modal a {
    font-weight: 400; }
  .modal.opening {
    display: block;
    animation: modal-opening 0.5s; }
  .modal.open {
    display: block;
    transform: translateY(0); }
    .modal.open h1,
    .modal.open p {
      opacity: 1; }
  .modal.closing {
    animation: modal-closing 0.5s; }
  .modal.legal h2,
  .modal.legal h3 {
    font-weight: 400;
    margin-bottom: .5em; }
  .modal h1,
  .modal p {
    transition: all .5s ease-out;
    opacity: .3; }
  .modal h1 {
    color: #616161;
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-bottom: .25em;
    margin-bottom: .5em;
    position: relative;
    border-bottom: 1px solid #eeeeee; }
  .modal p {
    color: #757575; }
  .modal .label {
    display: inline-block;
    background-color: #f5f5f5;
    font-size: .8em;
    color: #9e9e9e;
    border-radius: 1em;
    padding: 0.125rem 1rem; }
  .modal img {
    display: block;
    max-width: 100%; }
  .modal .wrapper {
    max-width: 52rem;
    z-index: 110; }
  .modal .close {
    position: absolute;
    right: 2em;
    top: 2em;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    transition: .35s; }
    .modal .close:before, .modal .close:after {
      content: "";
      display: block;
      background-color: #9e9e9e;
      position: absolute;
      width: 100%;
      height: 1px;
      top: 50%; }
    .modal .close:before {
      transform: rotate(45deg); }
    .modal .close:after {
      transform: rotate(-45deg); }
    .modal .close:hover {
      transform: rotate(-180deg); }
  .modal .stage {
    background-color: #f5f5f5; }
    .modal .stage p {
      margin: 0; }
      .modal .stage p:first-child {
        padding-top: 2rem; }

@keyframes modal-opening {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }

@keyframes modal-closing {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(100%); } }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 600;
  opacity: 1;
  transition: opacity .5s ease-in-out; }
  #preloader.fade-out {
    opacity: 0; }

.loader {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%; }

@keyframes rotate_pacman_half_up {
  0% {
    transform: rotate(270deg); }
  50% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }

@keyframes pacman-ball {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-4rem); } }

.pacman {
  position: relative;
  left: 50%; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 2rem solid transparent;
    border-top: 2rem solid #9e9e9e;
    border-left: 2rem solid #9e9e9e;
    border-bottom: 2rem solid #9e9e9e;
    border-radius: 2rem;
    animation: rotate_pacman_half_up 1s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 2rem solid transparent;
    border-top: 2rem solid #9e9e9e;
    border-left: 2rem solid #9e9e9e;
    border-bottom: 2rem solid #9e9e9e;
    border-radius: 2rem;
    animation: rotate_pacman_half_down 1s 0s infinite;
    margin-top: -4rem;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3) {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    margin: 4px;
    background-color: #9e9e9e;
    position: absolute;
    animation: pacman-ball 1s 0s infinite linear;
    top: 1.5rem;
    left: 3.5rem; }

.opl {
  position: fixed;
  top: 5rem;
  right: 0;
  z-index: 100; }
  .opl a {
    width: 4.5625rem;
    height: 3.5rem;
    text-indent: -624.9375rem;
    display: block;
    background: url("https://s3.amazonaws.com/onepagelove/one-page-love-award-right.png") no-repeat; }

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