@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
html {
  height: 100%;
}
body {
  background-color: white;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  min-height: 100%;
}
.clear {
  clear: both;
}
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: white;
}
#loading .holder {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -1px;
  height: 3px;
  width: 120px;
}
#loading.visible {
  display: block;
}
#loading.first .holder {
  margin-top: -26px;
  height: 52px;
}
#loading.first .fg {
  display: block;
}
#loading.first .progress {
  top: 100%;
  margin-top: 10px;
}
#loading .fg,
#loading .bg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 52px;
}
#loading .fg {
  z-index: 100;
  display: none;
}
#loading .bg {
  z-index: 50;
  display: none;
}
#loading .progress {
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 20px;
  width: 80px;
  height: 3px;
}
#loading .progress .pfg,
#loading .progress .pbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
}
#loading .progress .pfg {
  z-index: 100;
  background-color: #000;
  width: 0;
}
#loading .progress .pbg {
  z-index: 50;
  background-color: #EEE;
}
#page {
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}
#page header.page {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 35px;
  padding: 0 20px;
  z-index: 1000;
  color: #000000;
}
#page header.page .inner {
  margin: auto;
  position: relative;
}
#page header.page .link,
#page header.page .item {
  font-weight: 700;
  font-size: 14px;
  color: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#page header.page .link.left,
#page header.page .item.left {
  float: left;
  margin-right: 10px;
}
#page header.page .link.right,
#page header.page .item.right {
  float: right;
  margin-left: 10px;
}
#page header.page .name .full {
  display: block;
}
#page header.page .name .short {
  display: none;
}
@media only screen and (max-width: 529px) {
  #page header.page .item.name .full {
    display: none;
  }
  #page header.page .item.name .short {
    display: block;
  }
}
#page header.home {
  position: fixed;
}
@media only screen and (max-width: 529px) {
  #page header.home {
    position: relative;
    height: 100px;
  }
}
#page header.info {
  color: white;
}
#work-holder {
  position: relative;
  display: block;
  max-width: 1280px;
  margin: auto;
  width: 100%;
  min-height: 100vh;
}
.mode-button {
  width: 18px;
  height: 17px;
  font-size: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  float: right;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.mode-button:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.mode-button:hover > span {
  background-color: #a9b7c6;
}
.mode-button.list > span {
  margin-right: 0;
  width: 6px;
}
.mode-button.list > span:nth-child(3n+3) {
  width: 5px;
}
.mode-button > span {
  width: 5px;
  height: 5px;
  margin: 0 1px 1px 0;
  background-color: #d5d5d5;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
#work {
  width: 100%;
  position: relative;
}
#work .article-spacer {
  width: 100%;
  position: relative;
}
#work article {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
#work article .inner {
  position: relative;
  padding: 150px 20px 100px 20px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
#work article .wrapper {
  position: relative;
  height: 100%;
  cursor: pointer;
  max-height: 768px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#work article .image {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
#work article .image:hover {
  -webkit-clip-path: inset(8px 8px 8px 8px);
  clip-path: inset(8px 8px 8px 8px);
}
#work article .image img {
  max-height: 100%;
}
#work article .text {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  line-height: 1em;
}
#work article .text h1 {
  /* Google Play: */
  font-family: "didonesqueroman";
  font-size: 120px;
  color: #000000;
  line-height: 120px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
#work article .text .description {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #7A7A7A;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 140px;
  max-width: 340px;
}
#work article .text .learn-more {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-left: 140px;
}
#work article .text .learn-more:after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  margin: 11px 15px;
  vertical-align: middle;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: width .5s ease-out;
  -moz-transition: width .5s ease-out;
  -ms-transition: width .5s ease-out;
  -o-transition: width .5s ease-out;
}
#work article .text .learn-more:hover:after {
  width: 100px;
}
#work article:nth-child(odd) .text {
  left: 50%;
}
#work article:nth-child(even) .text {
  left: 0;
}
#work.animating .article .image {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 ease-in;
  transition: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
@media only screen and (min-width: 530px) {
  #work.static article {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #work.static article:nth-child(odd) .image {
    right: 50%;
    margin-right: -110px;
  }
  #work.static article:nth-child(odd) .text {
    left: 50%;
  }
  #work.static article:nth-child(even) .image {
    left: 50%;
    margin-left: -110px;
  }
  #work.static article:nth-child(even) .text {
    left: 0;
  }
}
@media only screen and (max-width: 529px) {
  #work article {
    height: auto !important;
    position: relative;
    margin-bottom: 50px;
  }
  #work article .inner {
    padding: 0;
    height: auto;
  }
  #work article .inner .wrapper {
    height: auto;
    max-height: auto;
  }
  #work article:nth-child(odd) .image,
  #work article:nth-child(even) .image {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    line-height: 0;
  }
  #work article:nth-child(odd) .image img,
  #work article:nth-child(even) .image img {
    width: 100%;
    max-height: none;
  }
  #work article:nth-child(odd) .text,
  #work article:nth-child(even) .text {
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }
  #work article:nth-child(odd) .text h1,
  #work article:nth-child(even) .text h1 {
    font-size: 60px;
    line-height: 80px;
  }
  #work article:nth-child(odd) .text .description,
  #work article:nth-child(even) .text .description {
    text-align: left;
    float: none;
    padding-left: 0;
    max-width: 100%;
  }
  #work article:nth-child(odd) .text .learn-more,
  #work article:nth-child(even) .text .learn-more {
    text-align: left;
    float: none;
    padding-left: 0;
    max-width: 100%;
  }
}
#work-grid {
  padding-top: 100px;
  columns: 3;
  column-gap: 10px;
}
#work-grid .work-grid-item {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 0;
}
#work-grid .work-grid-item img {
  max-width: 100%;
}
section.homepage-archive {
  padding: 0 40px 200px 40px;
}
section.homepage-archive h3 {
  font-family: "didonesqueroman";
  font-size: 100px;
  color: #000000;
  line-height: 120px;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  padding-top: 100px;
}
section.homepage-archive .items {
  font-family: "didonesqueroman";
  font-size: 40px;
  color: #000000;
  line-height: 60px;
  text-align: center;
}
section.homepage-archive .items a {
  text-decoration: none;
  color: inherit;
}
section.homepage-archive .items a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 529px) {
  section.homepage-archive h3 {
    font-size: 50px;
    line-height: 64px;
  }
  section.homepage-archive .items {
    font-size: 28px;
    line-height: 44px;
  }
}
#work-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 50;
  color: #000000;
  padding-top: 100%;
  padding-top: 100vh;
}
@media only screen and (max-width: 529px) {
  #work-popup {
    padding-top: 260px;
  }
}
#work-popup .inner {
  position: relative;
}
#work-popup header.work-header {
  width: 100%;
  height: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
}
#work-popup header.work-header.visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 529px) {
  #work-popup header.work-header {
    height: 260px;
  }
}
#work-popup header.work-header .icon {
  font-size: 24px;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-animation: workHeaderArrow 3s 2 2s linear both;
  animation: workHeaderArrow 3s 2 2s linear both;
}
#info-popup {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  min-height: 100%;
  z-index: 50;
  color: #fff;
  background-color: #dcc8c1;
}
#info-popup .inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#info-popup .inner h5 {
  font-weight: 400;
  font-size: 13px;
  color: #B09393;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#info-popup .inner h2 {
  /* Hi, I'm Vita, multi-: */
  font-family: "didonesqueroman";
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  max-width: 1024px;
  margin-top: 10px;
}
#info-popup .inner p {
  width: 100%;
  max-width: 640px;
  float: right;
  clear: both;
  font-weight: 300;
}
#info-popup .inner p.links a {
  font-weight: 500;
  font-size: 14px;
  color: #B09393;
  letter-spacing: 1px;
  text-decoration: none;
  margin-right: 10px;
}
#info-popup .inner p.links a:hover {
  text-decoration: underline;
}
@-webkit-keyframes workHeaderArrow {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  8% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  16% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes workHeaderArrow {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  8% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  16% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
section.work-title-text-module {
  width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
}
section.work-title-text-module .inner {
  max-width: 1024px;
  margin: auto;
}
section.work-title-text-module .inner h2 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
section.work-title-text-module .inner h3 {
  font-family: "didonesqueroman";
  font-size: 42px;
  line-height: 60px;
  width: 80%;
  margin: 0 0 50px 0;
  font-weight: 300;
}
section.work-title-text-module .inner div.description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  float: right;
  width: 70%;
}
section.work-title-text-module .inner div.small-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  width: 70%;
  float: right;
}
section.work-title-text-module .inner div.small-description .left,
section.work-title-text-module .inner div.small-description .right {
  vertical-align: top;
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 20px;
}
section.work-title-text-module .inner div.small-description .left {
  padding-right: 10px;
}
section.work-title-text-module .inner div.small-description .right {
  padding-left: 10px;
}
@media only screen and (max-width: 529px) {
  section.work-title-text-module .inner h3 {
    width: 100%;
  }
  section.work-title-text-module .inner div.description,
  section.work-title-text-module .inner div.small-description {
    float: none;
    width: 100%;
  }
  section.work-title-text-module .inner div.small-description .left,
  section.work-title-text-module .inner div.small-description .right {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
section.work-video-module {
  width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
}
section.work-video-module .inner {
  max-width: 1024px;
  margin: auto;
  position: relative;
}
section.work-video-module .inner video {
  width: 100%;
  height: 100vh;
  max-width: 1024px;
  max-height: 640px;
  margin: auto;
  display: block;
}
section.work-video-module .inner .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
  white-space: nowrap;
  background-color: white;
  color: #000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
section.work-video-module .inner .play-button .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000000;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 529px) {
  section.work-video-module .inner video {
    max-height: 260px;
  }
}
@media only screen and (max-width: 529px) {
  section.work-video-module {
    padding: 0 20px;
  }
}
section.work-description-text-module {
  width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
}
section.work-description-text-module .inner {
  max-width: 1024px;
  margin: auto;
}
section.work-description-text-module .inner h3 {
  float: left;
  width: 40%;
  font-family: "didonesqueroman";
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  vertical-align: top;
  margin: 0 0 20px 0;
}
section.work-description-text-module .inner .description {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  float: right;
  width: 60%;
  vertical-align: top;
}
@media only screen and (max-width: 529px) {
  section.work-description-text-module .inner h3 {
    float: none;
    width: 100%;
  }
  section.work-description-text-module .inner .description {
    float: none;
    width: 100%;
  }
}
section.work-standard-image-module {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}
section.work-standard-image-module .inner {
  max-width: 1024px;
  margin: auto;
}
section.work-standard-image-module .inner .image-holder img {
  width: 100%;
}
@media only screen and (max-width: 529px) {
  section.work-standard-image-module {
    padding: 10px 20px;
  }
}
section.work-multiple-image-module {
  width: 100%;
  padding: 30px 20px 70px 20px;
  box-sizing: border-box;
}
section.work-multiple-image-module .inner {
  max-width: 1024px;
  margin: auto;
  position: relative;
}
section.work-multiple-image-module .inner .image-holder {
  overflow: hidden;
  white-space: nowrap;
}
section.work-multiple-image-module .inner .image-holder img {
  width: 100%;
  display: inline-block;
}
section.work-multiple-image-module .inner .buttons {
  position: absolute;
  left: 60px;
  top: 100%;
  margin-top: -35px;
  width: 150px;
  height: 70px;
  z-index: 10;
  white-space: nowrap;
}
section.work-multiple-image-module .inner .buttons .prev,
section.work-multiple-image-module .inner .buttons .next {
  width: 70px;
  height: 70px;
  background-color: white;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}
section.work-multiple-image-module .inner .buttons .prev .arrow,
section.work-multiple-image-module .inner .buttons .next .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000000;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -6px;
}
section.work-multiple-image-module .inner .buttons .prev:hover,
section.work-multiple-image-module .inner .buttons .next:hover {
  background-color: #CCC;
}
section.work-multiple-image-module .inner .buttons .prev {
  margin-right: 10px;
}
section.work-multiple-image-module .inner .buttons .prev .arrow {
  border-width: 6px 9px 6px 0;
  border-color: transparent #000000 transparent transparent;
}
@media only screen and (max-width: 529px) {
  section.work-multiple-image-module .inner .buttons {
    left: 50%;
    margin-left: -75px;
  }
}
@media only screen and (max-width: 529px) {
  section.work-multiple-image-module {
    padding: 10px 20px 70px 20px;
  }
}
section.work-fullbleed-image-module {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
section.work-fullbleed-image-module .inner {
  width: 100%;
  margin: auto;
}
section.work-fullbleed-image-module .inner .image-holder img {
  width: 100%;
}
section.work-link-module {
  width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
}
section.work-link-module .inner {
  max-width: 1024px;
  margin: auto;
  text-align: center;
}
section.work-link-module .inner a {
  font-weight: 500;
  padding: 0 48px;
  line-height: 60px;
  background-color: transparent;
  border: 2px solid white;
  text-decoration: none;
  display: inline-block;
}
section.work-link-module .inner a:active,
section.work-link-module .inner a:visited {
  color: inherit;
}
.work-footer {
  width: 100%;
  padding: 40px 20px 150px 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.work-footer .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  background-color: white;
  padding: 40px;
  position: relative;
}
.work-footer .inner .wrapper {
  width: 50%;
}
.work-footer .inner h3 {
  font-size: 14px;
  color: #131722;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.work-footer .inner ul.project-links {
  padding: 40px 0;
}
.work-footer .inner ul.project-links li {
  line-height: 27px;
  list-style: none;
  padding: 20px 0;
}
.work-footer .inner ul.project-links li .number {
  font-size: 14px;
  color: #C9C9C9;
  letter-spacing: 1px;
}
.work-footer .inner ul.project-links li .dash {
  width: 40px;
  height: 1px;
  background-color: #C9C9C9;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  position: relative;
}
.work-footer .inner ul.project-links li .dash .fg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.work-footer .inner ul.project-links li a {
  font-family: "didonesqueroman";
  font-size: 18px;
  color: #131722;
  text-decoration: none;
}
.work-footer .inner ul.project-links li:hover .dash .fg {
  width: 40px;
}
.work-footer .inner a.back {
  font-size: 14px;
  color: #131722;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
.work-footer .inner .next-image {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 100%;
  min-width: 768px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.work-footer .inner .next-image:hover {
  -webkit-clip-path: inset(8px 8px 8px 8px);
  clip-path: inset(8px 8px 8px 8px);
}
@media only screen and (max-width: 529px) {
  .work-footer .inner .wrapper {
    width: 100%;
  }
  .work-footer .inner .next-image {
    display: none;
  }
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
