* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1.7;
  font-family: "Playfair Display";
  color: #434343;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2 {
  color: #2c3c55;
  font-weight: 600; }

@media screen and (min-width: 0) and (max-width: 999px) {
  #value .copy{
    overflow: hidden;
    position: relative;
  }
  .overlay {
    display: none; }
  html {
    font-size: 4vw;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden; }
  section > div.media {
    background: #eee;
    min-height: 100vw;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  section > div.copy {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vw;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #opening .copy {
    position: relative;
    z-index: 999;
    background: none; }
  #opening .copy > div {
    padding: 10vw 26vw 10vw 10vw; }
    #opening .copy > div h2 {
      position: relative;
      margin-bottom: 2rem;
      font-family: abolition, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.1em;
      line-height: 1.2;
      font-size: 8vw; }
      #opening .copy > div h2:after {
        content: "";
        height: 0.2rem;
        width: 10vw;
        background: #d9be9b;
        display: block;
        position: absolute;
        bottom: -1rem;
        left: 0; }
  #opening .media {
    position: relative;
    overflow: hidden;
    background: #eee;
    z-index: 998;
    -webkit-box-shadow: 0 0 10rem 5rem #fff;
    box-shadow: 0 0 10rem 5rem #fff; }
    #opening .media > div {
      position: absolute;
      top: -5rem;
      left: 0rem;
      bottom: -5rem;
      right: 0rem;
      background: url("../img/image-1.png") no-repeat center center/cover; }
  #opening svg {
    position: fixed;
    top: 10vw;
    right: 9vw;
    width: 10vw;
    z-index: 1; }
  #value {
    z-index: 1000;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #value .copy {
      position: relative;
      background: #fff;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: calc( 100vw + 2.5rem); }
      #value .copy > div {
        text-align: center;
        max-width: 60vw; }
        #value .copy > div img {
          width: 2rem;
          margin-top: -5vw; }
        #value .copy > div h2 {
          line-height: 1.2;
          margin: 0 0 1rem 0; }
    #value .media {
      position: relative;
      overflow: hidden;
      background: #fff; }
      #value .media > div {
        position: absolute;
        top: 0rem;
        left: 0rem;
        bottom: -15rem;
        right: 0rem;
        background: url("../img/image-2.png") no-repeat center center/cover; }
    #value .circleContainer {
      top: 50%;
      left: 50%;
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
      #value .circleContainer svg {
        fill: #999;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 85vw;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
    #value .flexslider {
      position: relative;
      z-index: 4; }
    #value .flex-direction-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100vw;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 2vw; }
      #value .flex-direction-nav img {
        width: 5vw !important;
        display: block; }
  #process {
    background: #1d2e42;
    color: #fff;
    position: relative;
    z-index: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vw;
    overflow: hidden;
    padding: 10vw 0; }
    #process .zigzagContainer {
      overflow: hidden;
      position: absolute;
      height: 2vw;
      width: 15vw;
      top: 9vw;
      left: 20vw; }
      #process .zigzagContainer.alt {
        left: 46.2vw;
        width: 14vw; }
    #process .zigzag {
      background: url("../img/zigzag.svg") repeat-x center center/17vw;
      width: 500vw;
      height: 10rem;
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      -webkit-animation: slide 80s linear infinite;
      animation: slide 80s linear infinite;
      display: none; }
    #process .bg {
      background: url("../img/image-bulb.png") no-repeat center center/cover;
      position: absolute;
      top: 0rem;
      left: 0;
      right: 0;
      bottom: -10rem;
      mix-blend-mode: hard-light;
      opacity: 0.3; }
    #process .content {
      margin: 0 auto;
      padding: 0 10vw;
      display: block;
      position: relative;
      z-index: 999; }
      #process .content h2 {
        color: #fff;
        font-size: 7vw;
        margin: 0 0 3vw;
        line-height: 1.2; }
      #process .content #word_4 {
        color: #f5e6d0; }
      #process .content > div > div {
        padding: 1rem 0; }
      #process .content > div h3 {
        color: #f5e6d0;
        font-family: abolition, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 7vw;
        letter-spacing: 0.1em; }
      #process .content .col:nth-of-type(1) {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
      #process .content .col:nth-of-type(2) {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s; }
      #process .content .col:nth-of-type(3) {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s; }
  #about {
    background: #7b7477;
    position: relative;
    z-index: 999; }
    #about .media,
    #about .image {
      display: none; }
    #about .copy {
      background: #7b7477;
      color: #fff;
      padding: 10vw; }
      #about .copy > div {
        margin: 0 auto; }
      #about .copy h2 {
        margin: 0 0 1vw 0;
        font-family: abolition, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 7vw;
        letter-spacing: 0.1em;
        color: #f5e6d0; }
    #about .sig {
      width: 30vw;
      margin: 7vw 0 0 0;
      opacity: 1; }
  #contact {
    background: #2c3c55;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vw;
    padding: 10vw; }
    #contact .bg {
      background: url("../img/image-handshake.png") no-repeat center center/cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      mix-blend-mode: soft-light;
      opacity: 0.3; }
    #contact .content {
      text-align: center;
      margin: 0 auto;
      -ms-flex-preferred-size: 65vw;
      flex-basis: 65vw;
      display: block;
      position: relative;
      z-index: 999; }
      #contact .content #word_10,
      #contact .content #word_11,
      #contact .content #word_12,
      #contact .content #word_13,
      #contact .content #word_14,
      #contact .content #word_15 {
        color: #f5e6d0; }
      #contact .content h2 {
        color: #fff;
        font-size: 6vw;
        margin: 0 0 8vw;
        line-height: 1.4; }
      #contact .content a {
        width: 30vw;
        height: 30vw;
        display: block;
        margin: 0 auto;
        position: relative; }
        #contact .content a img:nth-of-type(1) {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: auto;
          display: block;
          -webkit-animation: rotate2 30s linear infinite;
          animation: rotate2 30s linear infinite; }
        #contact .content a img:nth-of-type(2) {
          position: absolute;
          width: 36%;
          height: auto;
          display: block;
          top: 50%;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
    #contact .credit {
      font-size: 3vw;
      font-weight: 600;
      position: absolute;
      bottom: 2rem;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
      #contact .credit a {
        color: #fff; } }

@media screen and (min-width: 1000px) {
  .centerText, #opening .copy > div {
    max-width: 40vw;
    margin: 0 auto; }
  .secondaryFont, #opening .copy > div h2, #process .content > div h3, #about .copy h2, .indicator span {
    font-family: abolition, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    letter-spacing: 0.1em; }
  html {
    font-size: 1.3vw;
    overflow: hidden; }
    html body {
      overflow: hidden; }
  .wave div {
    display: inline-block;
    margin: 0 0.75vw 0 0; }
  .wave span {
    display: inline-block;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wave.hidden span {
    opacity: 0;
    -webkit-transform: translate3d(0, -3rem, 0);
    transform: translate3d(0, -3rem, 0); }
  .wave2 div {
    display: inline-block;
    margin: 0 0.75vw 0 0; }
  .wave2 span {
    display: inline-block;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wave2.hidden span {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0); }
  .scroller {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .scroller[rel="0"] {
      -webkit-transform: translate3d(0, 0vh, 0);
      transform: translate3d(0, 0vh, 0); }
    .scroller[rel="1"] {
      -webkit-transform: translate3d(0, -100vh, 0);
      transform: translate3d(0, -100vh, 0); }
    .scroller[rel="2"] {
      -webkit-transform: translate3d(0, -200vh, 0);
      transform: translate3d(0, -200vh, 0); }
    .scroller[rel="3"] {
      -webkit-transform: translate3d(0, -300vh, 0);
      transform: translate3d(0, -300vh, 0); }
    .scroller[rel="4"] {
      -webkit-transform: translate3d(0, -400vh, 0);
      transform: translate3d(0, -400vh, 0); }
  section {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    overflow: hidden; }
    section .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #1d2e42;
      opacity: 1;
      -webkit-transition: all 1.5s;
      -o-transition: all 1.5s;
      transition: all 1.5s;
      z-index: 999;
      pointer-events: none; }
    section > div {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
      section > div.media {
        background: #eee; }
      section > div.copy {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    section.active .overlay {
      opacity: 0; }
  #opening {
    z-index: 5;
    position: relative; }
    #opening .overlay {
      display: none; }
    #opening .copy > div {
      padding-left: 13vw; }
      #opening .copy > div h2 {
        position: relative;
        margin-bottom: 2rem; }
        #opening .copy > div h2:after {
          content: "";
          height: 0.2rem;
          width: 10vw;
          background: #d9be9b;
          display: block;
          position: absolute;
          bottom: -1rem;
          left: 0; }
      #opening .copy > div p {
        position: relative;
        overflow: hidden; }
        #opening .copy > div p:after {
          content: "";
          background: #fff;
          position: absolute;
          top: 0%;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-box-shadow: 0 0 5rem 5rem #fff;
          box-shadow: 0 0 5rem 5rem #fff;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 4s;
          -o-transition: all 4s;
          transition: all 4s; }
    #opening .media {
      position: relative;
      overflow: hidden;
      background: #fff;
      -webkit-transform: translate3d(10rem, 0, 0);
      transform: translate3d(10rem, 0, 0);
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
      #opening .media > div {
        position: absolute;
        top: 0rem;
        left: 0rem;
        bottom: 0rem;
        right: 0rem;
        background: url("../img/image-1.png") no-repeat center center/cover;
        -webkit-transform: translate3d(-10rem, 0rem, 0) scale(1.2) rotate(10deg);
        transform: translate3d(-10rem, 0rem, 0) scale(1.2) rotate(10deg);
        opacity: 0;
        -webkit-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s; }
    #opening svg {
      position: absolute;
      top: 50%;
      left: calc( (50% - 30vw) / 4);
      width: 8vw;
      -webkit-transform: translate3d(0, -50%, 0) scale(1.5);
      transform: translate3d(0, -50%, 0) scale(1.5);
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
      #opening svg path {
        stroke: #eee;
        stroke-width: 5;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        -webkit-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s; }
    #opening.active .copy > div p:after {
      -webkit-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0); }
    #opening.active .media {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      #opening.active .media > div {
        -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
        opacity: 1; }
    #opening.active svg {
      -webkit-transform: translate3d(0, -50%, 0) scale(1);
      transform: translate3d(0, -50%, 0) scale(1); }
      #opening.active svg path {
        stroke: #2c3c55;
        stroke-width: 35;
        stroke-dashoffset: 200; }
  #value {
    z-index: 4;
    position: relative;
    background: #2c3c55;
    background: #fff; }
    #value .copy {
      position: relative;
      background: #2c3c55;
      background: #fff; }
      #value .copy > div {
        text-align: center;
        max-width: 23vw; }
        #value .copy > div img {
          width: 4vw;
          margin-top: -3vw; }
        #value .copy > div h2 {
          font-size: 3.5vw;
          line-height: 1.2;
          margin: 0 0 1rem 0; }
    #value .media {
      position: relative;
      overflow: hidden;
      background: #fff;
      -webkit-transform: translate3d(-10rem, 0, 0);
      transform: translate3d(-10rem, 0, 0);
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
      #value .media > div {
        position: absolute;
        top: 0rem;
        left: 0rem;
        bottom: 0rem;
        right: 0rem;
        background: url("../img/image-2.png") no-repeat center center/cover;
        -webkit-transform: translate3d(10rem, 0rem, 0) scale(1.2) rotate(5deg);
        transform: translate3d(10rem, 0rem, 0) scale(1.2) rotate(5deg);
        opacity: 0;
        -webkit-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s; }
    #value .circleContainer {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
      transform: translate3d(-50%, -50%, 0) scale(1.5);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
      #value .circleContainer svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 35vw;
        -webkit-animation: rotate 50s linear infinite;
        animation: rotate 50s linear infinite;
        opacity: 0;
        -webkit-transition: opacity 3s, -webkit-transform 3s;
        transition: opacity 3s, -webkit-transform 3s;
        -o-transition: opacity 3s, transform 3s;
        transition: opacity 3s, transform 3s;
        transition: opacity 3s, transform 3s, -webkit-transform 3s;
        fill: #2c3c55; }
    #value .flexslider {
      position: relative;
      z-index: 4; }
    #value .flex-direction-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50vw;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1.5);
      transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 2vw;
      opacity: 0;
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
      #value .flex-direction-nav img {
        width: 2.5vw !important;
        display: block; }
    #value.active .flex-direction-nav {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
      transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1); }
    #value.active .circleContainer {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
      transform: translate3d(-50%, -50%, 0) scale(1); }
      #value.active .circleContainer svg {
        opacity: 0.5;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1); }
    #value.active .media {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      #value.active .media > div {
        -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
        opacity: 1; }
  #process {
    background: #1d2e42;
    color: #fff;
    position: relative;
    z-index: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #process .zigzagContainer {
      overflow: hidden;
      position: absolute;
      height: 2vw;
      width: 15vw;
      top: 9vw;
      left: 20vw;
      opacity: 0;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s; }
      #process .zigzagContainer.alt {
        left: 46.2vw;
        width: 14vw; }
    #process .zigzag {
      background: url("../img/zigzag.svg") repeat-x center center/17vw;
      width: 500vw;
      height: 10rem;
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      -webkit-animation: slide 80s linear infinite;
      animation: slide 80s linear infinite; }
    #process .bg {
      background: url("../img/image-bulb.png") no-repeat center center/cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      mix-blend-mode: hard-light;
      opacity: 0.3;
      -webkit-transform: translate3d(0, 0, 0) scale(1.5) rotate(10deg);
      transform: translate3d(0, 0, 0) scale(1.5) rotate(10deg);
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
    #process .content {
      text-align: center;
      margin: 0 auto;
      -ms-flex-preferred-size: 80vw;
      flex-basis: 80vw;
      display: block;
      position: relative;
      z-index: 999; }
      #process .content h2 {
        color: #fff;
        text-align: center;
        font-size: 3.7vw;
        margin: 0 0 3vw;
        line-height: 1.2; }
      #process .content #word_4 {
        color: #f5e6d0; }
      #process .content > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #process .content > div > div {
          padding: 0 5vw; }
        #process .content > div h3 {
          color: #f5e6d0; }
      #process .content .col {
        opacity: 0;
        -webkit-transform: translate3d(0, 4vw, 0) scale(0.7) rotate(5deg);
        transform: translate3d(0, 4vw, 0) scale(0.7) rotate(5deg);
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
        #process .content .col:nth-of-type(1) {
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
        #process .content .col:nth-of-type(2) {
          -webkit-transition-delay: 1.3s;
          -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }
        #process .content .col:nth-of-type(3) {
          -webkit-transition-delay: 1.6s;
          -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }
    #process.active .zigzagContainer {
      opacity: 1; }
    #process.active .col {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
    #process.active .bg {
      -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
  #about {
    background: #7b7477; }
    #about .copy {
      background: #7b7477;
      color: #fff; }
      #about .copy > div {
        max-width: 35vw;
        margin: 0 auto; }
      #about .copy h2 {
        color: #f5e6d0;
        margin: 0 0 1vw 0; }
      #about .copy p {
        position: relative;
        overflow: hidden; }
        #about .copy p:after {
          content: "";
          background: #7b7477;
          position: absolute;
          top: 0%;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-box-shadow: 0 0 5rem 5rem #7b7477;
          box-shadow: 0 0 5rem 5rem #7b7477;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 4s;
          -o-transition: all 4s;
          transition: all 4s;
          -webkit-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
    #about .image {
      position: absolute;
      z-index: 1;
      bottom: -10vw;
      left: -2vw;
      width: 58vw;
      -webkit-transform: translate3d(0, -10vw, 0) scale(1) rotate(0deg);
      transform: translate3d(0, -10vw, 0) scale(1) rotate(0deg);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    #about .sig {
      width: 11vw;
      margin: 2vw 0 0 0;
      opacity: 0;
      -webkit-transform: translate3d(-3vw, 0, 0) rotate(5deg);
      transform: translate3d(-3vw, 0, 0) rotate(5deg);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    #about .media {
      position: relative;
      overflow: hidden;
      background: #eee;
      -webkit-transform: translate3d(-10rem, 0, 0);
      transform: translate3d(-10rem, 0, 0);
      -webkit-transition: all 2s;
      -o-transition: all 2s;
      transition: all 2s; }
      #about .media > div {
        position: absolute;
        top: 0rem;
        left: 0rem;
        bottom: 0rem;
        right: 0rem;
        background: #eee;
        background: #ddd;
        -webkit-transform: translate3d(10rem, 0rem, 0) scale(1.2) rotate(5deg);
        transform: translate3d(10rem, 0rem, 0) scale(1.2) rotate(5deg);
        opacity: 0;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s; }
    #about.active .sig {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
      transform: translate3d(0, 0, 0) rotate(0deg); }
    #about.active p:after {
      -webkit-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0); }
    #about.active .image {
      -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
    #about.active .media {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      #about.active .media > div {
        -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
        opacity: 1; }
  #contact {
    background: #2c3c55;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #contact .bg {
      background: url("../img/image-handshake.png") no-repeat center center/cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      mix-blend-mode: soft-light;
      opacity: 0.3;
      -webkit-transform: translate3d(0, 0, 0) scale(1.5) rotate(10deg);
      transform: translate3d(0, 0, 0) scale(1.5) rotate(10deg);
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
    #contact .content {
      text-align: center;
      margin: 0 auto;
      -ms-flex-preferred-size: 65vw;
      flex-basis: 65vw;
      display: block;
      position: relative;
      z-index: 999; }
      #contact .content #word_10,
      #contact .content #word_11,
      #contact .content #word_12,
      #contact .content #word_13,
      #contact .content #word_14,
      #contact .content #word_15 {
        color: #f5e6d0; }
      #contact .content h2 {
        color: #fff;
        text-align: center;
        font-size: 3.7vw;
        margin: 0 0 3vw;
        line-height: 1.2; }
      #contact .content a {
        width: 12vw;
        height: 12vw;
        display: block;
        margin: 0 auto;
        position: relative; }
        #contact .content a img:nth-of-type(1) {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: auto;
          display: block;
          -webkit-animation: rotate2 50s linear infinite;
          animation: rotate2 50s linear infinite; }
        #contact .content a img:nth-of-type(2) {
          position: absolute;
          width: 36%;
          height: auto;
          display: block;
          top: 50%;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
    #contact .credit {
      font-size: 1vw;
      font-weight: 600;
      position: absolute;
      bottom: 2rem;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
      #contact .credit a {
        color: #fff; }
    #contact.active .bg {
      -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg); }
  .indicator {
    position: fixed;
    bottom: 3vw;
    left: 50%;
    background: #fff;
    -webkit-transform: translate3d(-50%, 10vw, 0);
    transform: translate3d(-50%, 10vw, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5vw 1.15vw;
    -webkit-box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.2);
    border-radius: .1rem;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .indicator img {
      width: 2vw;
      margin-right: 1vw;
      opacity: 0.5; }
    .indicator span {
      font-size: 1.5vw;
      opacity: 0.5; }
    .indicator.active {
      opacity: 1;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); } }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: translate3d(-400vw, -50%, 0);
    transform: translate3d(-400vw, -50%, 0); } }

@keyframes slide {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: translate3d(-400vw, -50%, 0);
    transform: translate3d(-400vw, -50%, 0); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-360deg);
    transform: translate3d(-50%, -50%, 0) rotate(-360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-360deg);
    transform: translate3d(-50%, -50%, 0) rotate(-360deg); } }

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

@keyframes rotate2 {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }
