@charset "UTF-8";
/* Basic Reset */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px; }

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

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

img {
  max-width: 100%;
  height: auto; }

button {
  display: inline-block;
  border: none;
  padding: 1rem 1.5rem;
  text-decoration: none;
  text-align: center;
  background: none;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none; }

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none; }

/**********/
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot");
  src: url("/fonts/icomoon.eot") format("embedded-opentype"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.wofff") format("woff"), url("/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-thin-right:before {
  content: "\e904"; }

.icon-arrow-long-down:before {
  content: "\e903"; }

.icon-arrow-long-up:before {
  content: "\e902"; }

.icon-arrow-right:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e901"; }

.icon-remove:before {
  content: "\e901"; }

.icon-times:before {
  content: "\e901"; }

.icon-list2:before {
  content: "\e9bb"; }

h1 {
  font-family: Trocchi;
  font-size: 4rem;
  text-align: center; }

h2 {
  font-family: Trocchi;
  font-size: 4rem;
  text-align: center; }

h3 {
  font-family: Trocchi;
  font-size: 1.5rem;
  text-align: center; }

p {
  font-size: 1.2rem;
  font-family: Karla;
  color: #222222;
  line-height: 150%;
  letter-spacing: .01rem;
  width: 80%;
  max-width: 650px; }

.container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.row {
  height: 100%;
  width: 100%;
  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; }

.wrapper {
  overflow: scroll;
  height: 100%;
  width: 100%; }

.para-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-overflow-scrolling: touch; }

.exit-box .exit-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  background: white;
  z-index: 400;
  color: #000;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .exit-box .exit-btn:hover {
    color: #0080FF; }

.btn {
  text-transform: uppercase;
  font-family: Karla;
  font-weight: 700; }

.btn-frosted-glass {
  background: inherit;
  -webkit-box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.9);
  color: #FF4136; }

#pp-nav ul,
.pp-slidesNav ul {
  display: none; }

button > * {
  pointer-events: none; }

.no-scroll {
  overflow: hidden; }

.hidden {
  display: none; }

.overlay {
  z-index: 20;
  position: absolute;
  /* color with alpha transparency */
  background-color: rgba(0, 0, 0, 0.8);
  /* stretch to screen edges */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  width: 100%; }

.logo {
  margin-top: -1.5rem;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  display: flex;
  justify-content: center; }

#random {
  -webkit-animation: color 5s infinite;
  animation: color 5s infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

#random-2 {
  -webkit-animation: color9 5s infinite;
  animation: color9 5s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

#random-3 {
  -webkit-animation: color13 5s infinite;
  animation: color13 5s infinite; }

#random-4 {
  -webkit-animation: color1 5s infinite;
  animation: color1 5s infinite; }

#random-5 {
  -webkit-animation: color4 5s infinite;
  animation: color4 5s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#random-6 {
  -webkit-animation: color3 5s infinite;
  animation: color3 5s infinite; }

#random-7 {
  -webkit-animation: color2 5s infinite;
  animation: color2 5s infinite; }

#random-8 {
  -webkit-animation: color9 5s infinite;
  animation: color9 5s infinite; }

#random-9 {
  -webkit-animation: color5 5s infinite;
  animation: color5 5s infinite; }

#random-10 {
  -webkit-animation: color6 5s infinite;
  animation: color6 5s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#random-11 {
  -webkit-animation: color7 5s infinite;
  animation: color7 5s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

#random-12 {
  -webkit-animation: color8 5s infinite;
  animation: color8 5s infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

#random-13 {
  -webkit-animation: color5 5s infinite;
  animation: color5 5s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

#random-14 {
  -webkit-animation: color1 5s infinite;
  animation: color1 5s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

#random-15 {
  -webkit-animation: color4 5s infinite;
  animation: color4 5s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

#random-6 {
  -webkit-animation: color1 5s infinite;
  animation: color1 5s infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

#random-17 {
  -webkit-animation: color3 5s infinite;
  animation: color3 5s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#random-18 {
  -webkit-animation: color2 5s infinite;
  animation: color2 5s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

#random-19 {
  -webkit-animation: color5 5s infinite;
  animation: color5 5s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

#random-20 {
  -webkit-animation: color11 5s infinite;
  animation: color11 5s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#random-21 {
  -webkit-animation: color11 5s infinite;
  animation: color11 5s infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

#random-21 {
  -webkit-animation: color12 5s infinite;
  animation: color12 5s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#random-22 {
  -webkit-animation: color13 5s infinite;
  animation: color13 5s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

#random-23 {
  -webkit-animation: color 5s infinite;
  animation: color 5s infinite; }

#upper {
  -webkit-animation: colorl 5s infinite;
  animation: colorl 5s infinite; }

#upper2 {
  -webkit-animation: colorl 5s infinite;
  animation: colorl 5s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

#upper3 {
  -webkit-animation: colorl 5s infinite;
  animation: colorl 5s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

@-webkit-keyframes color {
  0% {
    fill: #000; }
  50% {
    fill: #FF4136; }
  100% {
    fill: #000; } }

@keyframes color {
  0% {
    fill: #000; }
  50% {
    fill: #FF4136; }
  100% {
    fill: #000; } }

@-webkit-keyframes color1 {
  0% {
    fill: #000; }
  50% {
    fill: #FDFD95; }
  100% {
    fill: #000; } }

@keyframes color1 {
  0% {
    fill: #000; }
  50% {
    fill: #FDFD95; }
  100% {
    fill: #000; } }

@-webkit-keyframes color2 {
  0% {
    fill: #000; }
  50% {
    fill: #EE6BA4; }
  100% {
    fill: #000; } }

@keyframes color2 {
  0% {
    fill: #000; }
  50% {
    fill: #EE6BA4; }
  100% {
    fill: #000; } }

@-webkit-keyframes color3 {
  0% {
    fill: #000; }
  50% {
    fill: #FF6038; }
  100% {
    fill: #000; } }

@keyframes color3 {
  0% {
    fill: #000; }
  50% {
    fill: #FF6038; }
  100% {
    fill: #000; } }

@-webkit-keyframes color4 {
  0% {
    fill: #000; }
  50% {
    fill: #FFC630; }
  100% {
    fill: #000; } }

@keyframes color4 {
  0% {
    fill: #000; }
  50% {
    fill: #FFC630; }
  100% {
    fill: #000; } }

@-webkit-keyframes color5 {
  0% {
    fill: #000; }
  50% {
    fill: #A4D478; }
  100% {
    fill: #000; } }

@keyframes color5 {
  0% {
    fill: #000; }
  50% {
    fill: #A4D478; }
  100% {
    fill: #000; } }

@-webkit-keyframes color6 {
  0% {
    fill: #000; }
  50% {
    fill: #FF6038; }
  100% {
    fill: #000; } }

@keyframes color6 {
  0% {
    fill: #000; }
  50% {
    fill: #FF6038; }
  100% {
    fill: #000; } }

@-webkit-keyframes color7 {
  0% {
    fill: #000; }
  50% {
    fill: #835A95; }
  100% {
    fill: #000; } }

@keyframes color7 {
  0% {
    fill: #000; }
  50% {
    fill: #835A95; }
  100% {
    fill: #000; } }

@-webkit-keyframes color8 {
  0% {
    fill: #000; }
  50% {
    fill: #710C40; }
  100% {
    fill: #000; } }

@keyframes color8 {
  0% {
    fill: #000; }
  50% {
    fill: #710C40; }
  100% {
    fill: #000; } }

@-webkit-keyframes color9 {
  0% {
    fill: #000; }
  50% {
    fill: #83dbfd; }
  100% {
    fill: #000; } }

@keyframes color9 {
  0% {
    fill: #000; }
  50% {
    fill: #83dbfd; }
  100% {
    fill: #000; } }

@-webkit-keyframes color10 {
  0% {
    fill: #000; }
  50% {
    fill: #C66FFD; }
  100% {
    fill: #000; } }

@keyframes color10 {
  0% {
    fill: #000; }
  50% {
    fill: #C66FFD; }
  100% {
    fill: #000; } }

@-webkit-keyframes color11 {
  0% {
    fill: #000; }
  50% {
    fill: #0080FF; }
  100% {
    fill: #000; } }

@keyframes color11 {
  0% {
    fill: #000; }
  50% {
    fill: #0080FF; }
  100% {
    fill: #000; } }

@-webkit-keyframes color12 {
  0% {
    fill: #000; }
  50% {
    fill: #691E06; }
  100% {
    fill: #000; } }

@keyframes color12 {
  0% {
    fill: #000; }
  50% {
    fill: #691E06; }
  100% {
    fill: #000; } }

@-webkit-keyframes color13 {
  0% {
    fill: #000; }
  50% {
    fill: #E3170A; }
  100% {
    fill: #000; } }

@keyframes color13 {
  0% {
    fill: #000; }
  50% {
    fill: #E3170A; }
  100% {
    fill: #000; } }

@-webkit-keyframes color14 {
  0% {
    fill: #000; }
  50% {
    fill: #F8B32A; }
  100% {
    fill: #000; } }

@keyframes color14 {
  0% {
    fill: #000; }
  50% {
    fill: #F8B32A; }
  100% {
    fill: #000; } }

@-webkit-keyframes color15 {
  0% {
    fill: #000; }
  50% {
    fill: #F5D346; }
  100% {
    fill: #000; } }

@keyframes color15 {
  0% {
    fill: #000; }
  50% {
    fill: #F5D346; }
  100% {
    fill: #000; } }

@-webkit-keyframes colorl {
  0% {
    fill: #000; }
  50% {
    fill: #eeeeee; }
  100% {
    fill: #000; } }

@keyframes colorl {
  0% {
    fill: #000; }
  50% {
    fill: #eeeeee; }
  100% {
    fill: #000; } }

.arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.arrow-case1 {
  position: absolute;
  top: 15%;
  left: -100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.arrow-case2 {
  position: absolute;
  top: 15%;
  left: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.arrow {
  width: 170px;
  height: 170px; }

#arrow-top {
  opacity: 10;
  fill: #FF4136;
  -webkit-animation: arrow-top 5s infinite;
  animation: arrow-top 5s infinite; }

#arrow-top-end {
  opacity: 10;
  fill: #FDFD95;
  -webkit-animation: arrow-top-end 5s infinite;
  animation: arrow-top-end 5s infinite; }

#arrow-mid {
  opacity: 10;
  fill: #710C40;
  -webkit-animation: arrow-mid 5s infinite;
  animation: arrow-mid 5s infinite; }

#arrow-mid-bottom {
  opacity: 10;
  fill: #F5D346;
  -webkit-animation: arrow-mid-bottom 5s infinite;
  animation: arrow-mid-bottom 5s infinite; }

#arrow-tip {
  opacity: 10;
  fill: #C66FFD;
  -webkit-animation: arrow-tip 5s infinite;
  animation: arrow-tip 5s infinite; }

@-webkit-keyframes arrow-top {
  0% { }
  20% {
    fill: #691E06; }
  40% {
    fill: #FFC630; }
  100% { } }

@keyframes arrow-top {
  0% { }
  20% {
    fill: #691E06; }
  40% {
    fill: #FFC630; }
  100% { } }

@-webkit-keyframes arrow-top-end {
  0% { }
  30% {
    fill: #0080FF; }
  50% {
    fill: #FFC630; }
  100% { } }

@keyframes arrow-top-end {
  0% { }
  30% {
    fill: #0080FF; }
  50% {
    fill: #FFC630; }
  100% { } }

@-webkit-keyframes arrow-mid {
  0% { }
  40% {
    fill: #FF6038; }
  60% {
    fill: #FFC630; }
  100% { } }

@keyframes arrow-mid {
  0% { }
  40% {
    fill: #FF6038; }
  60% {
    fill: #FFC630; }
  100% { } }

@-webkit-keyframes arrow-mid-bottom {
  0% { }
  50% {
    fill: #83dbfd; }
  70% {
    fill: #FFC630; }
  100% { } }

@keyframes arrow-mid-bottom {
  0% { }
  50% {
    fill: #83dbfd; }
  70% {
    fill: #FFC630; }
  100% { } }

@-webkit-keyframes arrow-tip {
  0% { }
  60% {
    fill: #C66FFD; }
  80% {
    fill: #FFC630; }
  100% { } }

@keyframes arrow-tip {
  0% { }
  60% {
    fill: #C66FFD; }
  80% {
    fill: #FFC630; }
  100% { } }

#section1 {
  z-index: 20 !important; }
  #section1 .container {
    background: white; }
    #section1 .container .title-box {
      margin-top: 1rem; }

#section2 .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0rem 1rem; }
  #section2 .container .row .text-box {
    max-width: 800px; }
    #section2 .container .row .text-box h2 {
      color: white;
      font-size: 3rem; }
    #section2 .container .row .text-box span {
      color: #0080FF; }
  #section2 .container .row button {
    font-family: Karla;
    margin-top: 2rem;
    color: white;
    border-top: 2px solid white;
    transition: all .3s; }
    #section2 .container .row button span {
      position: relative;
      top: 2px;
      left: 5px; }
    #section2 .container .row button:hover {
      color: #0080FF; }

#section3 .container .vh-draw-container {
  width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  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;
  padding: 1rem 2rem; }
  #section3 .container .vh-draw-container button {
    padding: .5rem;
    flex: 25%;
    transition: all .3s; }
    #section3 .container .vh-draw-container button:hover {
      background-color: rgba(255, 105, 97, 0.4); }


#about {
  position: absolute;
  bottom: 9999px;
  left: 0;
  background: white;
  z-index: 22;
  overflow-x: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch; }
  #about .container {
    padding-top: 3rem;
    -webkit-overflow-scrolling: touch; }
    #about .container .wrapper {
      margin-bottom: 1.5rem; }
      #about .container .wrapper h2 {
        margin-bottom: 1.5rem; }
      #about .container .wrapper img {
        width: 100px;
        height: 100px; }
      #about .container .wrapper .btn-box {
        width: 100%;
        display: flex;
        justify-content: center; }
        #about .container .wrapper .btn-box .btn {
          margin-top: 3rem;
          margin-bottom: 2rem;
          border: 3px solid #000;
          transition: all .3s; }
          #about .container .wrapper .btn-box .btn:hover {
            color: #0080FF; }

#case-study {
  position: absolute;
  bottom: 9999px;
  left: 0;
  background: white;
  z-index: 22;
  overflow-x: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch; }
  #case-study .exit-box .exit-btn {
    top: 0;
    left: 0;
    height: 2rem;
    background: white;
    z-index: 400;
    color: #000;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #case-study .exit-box .exit-btn:hover {
      color: #0080FF; }
  #case-study .container {
    padding-top: 1rem;
    -webkit-overflow-scrolling: touch; }
    #case-study .container .wrapper {
      -webkit-overflow-scrolling: touch; }
      #case-study .container .wrapper .img-box img {
        width: 100%;
        width: 100vw; }
      #case-study .container .wrapper .para-box {
        -webkit-overflow-scrolling: touch;
        margin-bottom: 5rem; }
        #case-study .container .wrapper .para-box p {
          margin-top: 1rem; }
        #case-study .container .wrapper .para-box h2 {
          margin-bottom: 2rem; }
          #case-study .container .wrapper .para-box h2 span {
            display: block;
            font-size: 1.2rem; }
        #case-study .container .wrapper .para-box .case-study-sub {
          width: 85vw; }
          #case-study .container .wrapper .para-box .case-study-sub span {
            font-style: italic; }
        #case-study .container .wrapper .para-box .genre-background {
          width: 100vw;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #case-study .container .wrapper .para-box .genre-background img {
            margin-top: 2rem;
            margin-bottom: 2rem;
            -o-object-fit: contain;
            object-fit: contain;
            max-width: 800px;
            height: 100%;
            width: 75vw; }
          #case-study .container .wrapper .para-box .genre-background .case-study-graphic {
            width: 100vw;
            height: 100%;
            min-height: 350px;
            max-height: 1200px;
            max-width: 100vw;
            -o-object-fit: cover;
            object-fit: cover;
            margin-bottom: 0; }
      #case-study .container .wrapper .para-box:nth-child(3) {
        margin-bottom: 0rem; }
      #case-study .container .wrapper .para-box:nth-child(4) {
        background-color: #FFC630;
        margin-bottom: 0; }
        #case-study .container .wrapper .para-box:nth-child(4) .title {
          margin-top: 3rem; }
      #case-study .container .wrapper .font-color {
        width: 100%;
        max-width: 800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: white;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2rem; }
        #case-study .container .wrapper .font-color .font {
          margin-top: 3rem;
          margin-bottom: 3rem; }
          #case-study .container .wrapper .font-color .font h3 {
            font-size: 4rem; }
          #case-study .container .wrapper .font-color .font span {
            font-weight: 700; }
          #case-study .container .wrapper .font-color .font p {
            margin-top: 1rem;
            text-align: center;
            width: 100%;
            color: white; }
          #case-study .container .wrapper .font-color .font .font-1 {
            margin-bottom: 3rem; }
            #case-study .container .wrapper .font-color .font .font-1 h3 {
              font-family: Roboto; }
            #case-study .container .wrapper .font-color .font .font-1 span {
              font-weight: 700; }
          #case-study .container .wrapper .font-color .font .font-2 h3 {
            font-family: OpenSans; }
        #case-study .container .wrapper .font-color .color {
          margin-bottom: 3rem;
          margin-top: 3rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 300px;
          overflow-x: hidden;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #case-study .container .wrapper .font-color .color .color-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: .5rem;
            border-radius: 20px;
            height: 100px;
            width: 100px; }
            #case-study .container .wrapper .font-color .color .color-box p {
              color: white;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -ms-flex-item-align: center;
              align-self: center; }
            #case-study .container .wrapper .font-color .color .color-box:nth-of-type(5) p {
              color: #000; }
            #case-study .container .wrapper .font-color .color .color-box:nth-of-type(1) {
              background-color: #6495ED; }
            #case-study .container .wrapper .font-color .color .color-box:nth-of-type(2) {
              background-color: #7FDBFF; }
            #case-study .container .wrapper .font-color .color .color-box:nth-of-type(3) {
              background-color: #141823; }
            #case-study .container .wrapper .font-color .color .color-box:nth-of-type(4) {
              background-color: #0e1111; }
            #case-study .container .wrapper .font-color .color .color-box:nth-of-type(5) {
              background-color: #fff; }
      #case-study .container .wrapper .case-study-footer {
        height: 75px;
        width: 100%;
        background-color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #case-study .container .wrapper .case-study-footer button {
          transition: all .2s;
          color: white; }
          #case-study .container .wrapper .case-study-footer button span {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            font-weight: 700;
            font-size: 3rem;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
          #case-study .container .wrapper .case-study-footer button:hover {
            color: #0080FF; }

#my-projects {
  position: absolute;
  bottom: 9999px;
  left: 0;
  background: white;
  z-index: 22;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  #my-projects .container {
    padding-top: 4rem;
    -webkit-overflow-scrolling: touch; }
    #my-projects .container .wrapper {
      margin-bottom: 2rem; }
      #my-projects .container .wrapper .project-btn-wrapp {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: space-between; }
        #my-projects .container .wrapper .project-btn-wrapp button {
          justify-content: center;
          font-size: 1.7rem;
          text-align: center;
          padding-bottom: .5rem;
          border-bottom: 2px solid grey;
          font-family: Trocchi;
          transition: all .3s; }
        #my-projects .container .wrapper .project-btn-wrapp button:hover {
          color: #0080FF;
          border-bottom: 2px solid #222222; }

.slide-menu {
  -webkit-animation: slide-menu .2s;
  animation: slide-menu .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes slide-menu {
  0% {
    left: -20%; }
  100% {
    left: 0; } }

.slide-menu-out {
  -webkit-animation: slide-menu-out .6s;
  animation: slide-menu-out .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes slide-menu-out {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

.slide-in {
  -webkit-animation: slide-up .7s;
  animation: slide-up .7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes slide-up {
  0% {
    bottom: -100%; }
  100% {
    bottom: 0; } }

.slide-out {
  -webkit-animation: slide-down .7s;
  animation: slide-down .7s;
  webkit-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes slide-down {
  0% {
    bottom: 0; }
  100% {
    bottom: -100%; } }

.feature-drama {
  width: 250px;
  height: 320px; }

.feature {
  width: 100vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.rain {
  background-image: url(/imgs/rain.svg);
  background-size: 100% 100%;
  width: 250px;
  height: 120px;
  will-change: background-position;
  -webkit-animation-name: rain-cycle;
  animation-name: rain-cycle;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  .rain--one {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }

.rain-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  will-change: transform;
  -webkit-animation-name: rain-one;
  animation-name: rain-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  .rain-container--one {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes rain-cycle {
  100% {
    background-position: -900px 0; } }

@keyframes rain-cycle {
  100% {
    background-position: -900px 0; } }

#backgrounds-container div {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute; }

#backgrounds-container #background1 {
  background: white;
  z-index: 3; }
  #backgrounds-container #background1 .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  #backgrounds-container #background1 .background-img {
    background-size: cover;
    background-image: url(/imgs/about-bg.jpg);
    background-position: center; }

#backgrounds-container #background2 {
  position: absolute;
  top: 0;
  left: 0;
  background: #FF4136;
  z-index: 3; }

#backgrounds-container #background4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #db1563;
  background: -webkit-linear-gradient(45deg, rgba(213, 0, 125, 0.8), #e53935);
  background: -o-linear-gradient(45deg, rgba(213, 0, 125, 0.8), #e53935);
  background: -moz-linear-gradient(45deg, rgba(213, 0, 125, 0.8), #e53935);
  background: linear-gradient(45deg, rgba(213, 0, 125, 0.8), #e53935); }

.vh-logo {
  width: 23vw;
  height: 100%; }

.outline path {
  stroke-width: 2; }

.delay-no path {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.delay-short path {
  -webkit-animation-delay: .2s;
  animation-delay: .5s; }

.delay-short-semi path {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay-med path {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-2 path {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay-long path {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.one path {
  fill-opacity: 0;
  stroke: cornflowerblue;
  stroke-width: 2;
  stroke-dasharray: 3319;
  stroke-dashoffset: 3319;
  -webkit-animation-name: draw-one;
  animation-name: draw-one;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.two path {
  fill-opacity: 0;
  stroke: #0e1111;
  stroke-dasharray: 3319;
  stroke-dashoffset: 3319;
  -webkit-animation-name: draw-two;
  animation-name: draw-two;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.three path {
  fill-opacity: 0;
  stroke: cornflowerblue;
  stroke-width: 1;
  stroke-dasharray: 1900;
  stroke-dashoffset: 1900;
  -webkit-animation-name: draw-three;
  animation-name: draw-three;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.four path {
  fill-opacity: 0;
  stroke: cornflowerblue;
  stroke-width: .5;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation-name: draw-four;
  animation-name: draw-four;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-webkit-keyframes draw-one {
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 0; }
  75% {
    stroke-width: 1;
    fill-opacity: .2; }
  100% {
    stroke-width: 0;
    fill-opacity: 1; } }

@keyframes draw-one {
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 0; }
  75% {
    stroke-width: 1;
    fill-opacity: .2; }
  100% {
    stroke-width: 0;
    fill-opacity: 1; } }

@-webkit-keyframes draw-two {
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 0; }
  75% {
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill-opacity: .5; }
  100% {
    stroke-width: 0;
    fill-opacity: 1; } }

@keyframes draw-two {
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 0; }
  75% {
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill-opacity: .5; }
  100% {
    stroke-width: 0;
    fill-opacity: 1; } }

@-webkit-keyframes draw-three {
  0% {
    stroke-width: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    fill-opacity: 0; }
  25% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: .5; }
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 1; }
  75% {
    stroke-dashoffset: 0;
    fill-opacity: 1; }
  100% {
    stroke-width: 0;
    fill-opacity: 1; } }

@keyframes draw-three {
  0% {
    stroke-width: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    fill-opacity: 0; }
  25% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: .5; }
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 1; }
  75% {
    stroke-dashoffset: 0;
    fill-opacity: 1; }
  100% {
    stroke-width: 0;
    fill-opacity: 1; } }

@-webkit-keyframes draw-four {
  50% {
    stroke-dashoffset: 0;
    stroke-width: .5;
    fill-opacity: 0; }
  75% {
    stroke-dashoffset: 0;
    stroke-width: .5;
    fill-opacity: .5; }
  100% {
    stroke-width: 0;
    fill-opacity: 1; } }

@keyframes draw-four {
  50% {
    stroke-dashoffset: 0;
    stroke-width: .5;
    fill-opacity: 0; }
  75% {
    stroke-dashoffset: 0;
    stroke-width: .5;
    fill-opacity: .5; }
  100% {
    stroke-width: 0;
    fill-opacity: 1; } }

.comedy-mask-on {
  fill-opacity: 1;
  -webkit-animation-name: comedy-mask-on;
  animation-name: comedy-mask-on;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.comedy-mask-off {
  fill-opacity: 1;
  -webkit-animation-name: comedy-mask-off;
  animation-name: comedy-mask-off;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-webkit-keyframes comedy-mask-on {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes comedy-mask-on {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes comedy-mask-off {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes comedy-mask-off {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#section5 {
  /*---------------------------------------------*/
  /*---------------------------------------------*/
  /*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/
  /*------------------------------------------------------------------
[  ]*/
  /*------------------------------------------------------------------
[  ]*/
  /*---------------------------------------------*/
  /*------------------------------------------------------------------
[ Button ]*/
  /*------------------------------------------------------------------
[ Responsive ]*/
  /*------------------------------------------------------------------
[ Alert validate ]*/ }
  #section5 input {
    outline: none;
    border: none; }
  #section5 textarea {
    outline: none;
    border: none; }
  #section5 textarea:focus,
  #section5 input:focus {
    border-color: transparent !important; }
  #section5 input:focus::-webkit-input-placeholder {
    color: transparent; }
  #section5 input:focus:-moz-placeholder {
    color: transparent; }
  #section5 input:focus::-moz-placeholder {
    color: transparent; }
  #section5 input:focus:-ms-input-placeholder {
    color: transparent; }
  #section5 textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  #section5 textarea:focus:-moz-placeholder {
    color: transparent; }
  #section5 textarea:focus::-moz-placeholder {
    color: transparent; }
  #section5 textarea:focus:-ms-input-placeholder {
    color: transparent; }
  #section5 input::-webkit-input-placeholder {
    color: #999999; }
  #section5 input:-moz-placeholder {
    color: #999999; }
  #section5 input::-moz-placeholder {
    color: #999999; }
  #section5 input:-ms-input-placeholder {
    color: #999999; }
  #section5 textarea::-webkit-input-placeholder {
    color: #999999; }
  #section5 textarea:-moz-placeholder {
    color: #999999; }
  #section5 textarea::-moz-placeholder {
    color: #999999; }
  #section5 textarea:-ms-input-placeholder {
    color: #999999; }
  #section5 button {
    outline: none !important;
    border: none;
    background: transparent; }
  #section5 button:hover {
    cursor: pointer; }
  #section5 iframe {
    border: none !important; }
  #section5 .bg-contact2 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #section5 .container-contact2 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1.5rem; }
  #section5 .wrap-contact2 {
    height: 35rem;
    width: 35rem;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 3rem;
    padding: 1rem 1.5rem 1rem 1.5rem; }
  #section5 .contact2-form {
    width: 100%; }
  #section5 .contact2-form-title {
    display: block;
    font-size: 2.5rem;
    color: #333333;
    line-height: 1;
    text-align: center;
    padding-bottom: 4rem; }
  #section5 .wrap-input2 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 2.5rem; }
  #section5 .input2 {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #555555;
    line-height: 1.2; }
  #section5 .focus-input2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; }
  #section5 .focus-input2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #db1563;
    background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
    background: -o-linear-gradient(45deg, #d5007d, #e53935);
    background: -moz-linear-gradient(45deg, #d5007d, #e53935);
    background: linear-gradient(45deg, #d5007d, #e53935); }
  #section5 .focus-input2::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 13px;
    color: #999999;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
  #section5 input.input2 {
    height: 45px; }
  #section5 input.input2 + .focus-input2::after {
    top: 16px;
    left: 0; }
  #section5 textarea.input2 {
    min-height: 115px;
    max-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px; }
  #section5 textarea.input2 + .focus-input2::after {
    top: 16px;
    left: 0; }
  #section5 .input2:focus + .focus-input2::after {
    top: -13px; }
  #section5 .input2:focus + .focus-input2::before {
    width: 100%; }
  #section5 .has-val.input2 + .focus-input2::after {
    top: -13px; }
  #section5 .has-val.input2 + .focus-input2::before {
    width: 100%; }
  #section5 .container-contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px; }
  #section5 .wrap-contact2-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    width: auto;
    overflow: hidden;
    margin: 0 auto; }
  #section5 .contact2-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #db1563;
    background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
  #section5 .contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2; }
  #section5 .wrap-contact2-form-btn:hover .contact2-form-bgbtn {
    left: 0; }
  @media (max-width: 576px) {
    #section5 .wrap-contact2 {
      padding: 1rem 1.5rem 1rem 1.5rem;
      margin-top: 3.5rem;
      height: 30rem;
      width: 30rem; }
    #section5 .contact2-form-title {
      font-size: 2rem;
      padding-bottom: 1.5rem; }
    #section5 textarea.input2 {
      min-height: 2rem;
      padding-top: 13px;
      padding-bottom: 13px; } }
  #section5 .validate-input {
    position: relative; }
  #section5 .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  #section5 .alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px; }
  #section5 .alert-validate:hover:before {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 992px) {
    #section5 .alert-validate::before {
      visibility: visible;
      opacity: 1; } }

#navigation-box .nav-box {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  #navigation-box .nav-box .menu-btn {
    z-index: 8 !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: white;
    font-size: 1.5rem; }
    #navigation-box .nav-box .menu-btn:hover {
      color: #0080FF; }
  #navigation-box .nav-box .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
    height: 100%;
    background-color: white;
    z-index: 8;
    position: absolute;
    top: 0;
    left: -99999px; }
    #navigation-box .nav-box .nav-menu ul {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #navigation-box .nav-box .nav-menu ul li {
        font-family: Trocchi;
        font-size: 1.2rem;
        line-height: 5rem;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        #navigation-box .nav-box .nav-menu ul li:hover {
          color: #0080FF; }

#navigation-box .nav-current {
  z-index: 19;
  color: white;
  position: absolute;
  top: 85px;
  left: 25px;
  padding-bottom: .5rem;
  border-bottom: 2px solid white;
  font-family: Karla; }

#navigation-box .container {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #navigation-box .container .button-box {
    width: 100%;
    position: absolute;
    top: 100;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white; }
    #navigation-box .container .button-box .btn {
      padding: 8px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #000;
      font-size: 1rem; }
    #navigation-box .container .button-box span {
      margin-top: .1rem;
      color: #000; }
  #navigation-box .container .list-nav {
    font-size: 2rem; }

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #242f3f;
  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;
  z-index: 9999; }

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease; }

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
@media only screen and (min-width: 1600px) {
  .logo {
    max-height: 1400px;
 }
  h1 {
    font-size: 4rem; }
  .arrow {
    width: 350px;
    height: 350px; }
  #section2 .text-box {
    max-width: 1200px; }
    #section2 .text-box h2 {
      font-size: 3rem !important; }
  #section2 button {
    font-size: 2rem; }
  p {
    font-size: 1.5rem;
    width: 80%;
    max-width: 800px; } }

@media only screen and (max-width: 980px) {
  #section3 .container .row .vh-draw-container {
    width: 100%;
    height: 45vh;
    max-height: 550px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #section3 .container .row .vh-draw-container button {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 25% !important;
      -ms-flex: 25% !important;
      flex: 25% !important; }
  .vh-logo {
    width: 23vw;
    height: 100%; } }

@media only screen and (max-width: 780px) {
  .vh-logo {
    width: 30vw;
    height: 100%; }
  #about .exit-box .exit-btn {
    z-index: 400;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
    font-size: 1.5rem; }
    #about .exit-box .exit-btn:hover {
      color: #0080FF; }
  #about .container {
    width: 100vw; }
    #about .container .wrapper {
      margin-top: 3rem; }
  #case-study .exit-box .exit-btn {
    top: 0;
    left: 0;
    height: 2rem;
    background: white;
    z-index: 400;
    color: #000;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #case-study .exit-box .exit-btn:hover {
      color: #0080FF; }
  #case-study .container {
    padding-top: 1rem; }
    #case-study .container .wrapper {
      padding-top: 1rem; }
      #case-study .container .wrapper .img-box img {
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 250px; }
      #case-study .container .wrapper .case-study-graphic {
        -o-object-fit: contain;
        object-fit: contain;
        margin-bottom: 0; }
      #case-study .container .wrapper .font-color {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center; }
        #case-study .container .wrapper .font-color .color {
          margin-left: auto;
          margin-right: auto; } }

@media only screen and (max-width: 620px) {
  .title-box h1 {
    margin-top: 1rem; }
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 3rem; }
  p {
    width: 85%; }
  #navigation-box .button-box .btn {
    font-size: 1rem !important; }
  #section1 .container .arrow-box {
    margin-bottom: 5rem; }
  #section2 .container .row .text-box h2 {
    font-size: 2rem; } }

@media only screen and (max-width: 520px) {
  .header .title-box h1 {
    font-size: 2.5rem; }
  .vh-logo {
    width: 35vw;
    height: 100%; }
  .slide .slide-controller-wrap .slide-controller-box {
    margin-left: 1rem;
    margin-right: 1rem; }
    .slide .slide-controller-wrap .slide-controller-box h3 {
      font-size: 1.3rem; }
  #my-projects .project-btn-wrapp {
    max-width: 250px !important; }
    #my-projects .project-btn-wrapp button {
      font-size: 1.3rem !important; } }

@media only screen and (max-width: 430px) {
  .vh-draw-container {
    width: 100%;
    height: 45vh;
    max-height: 475px; }
  #about h2 {
    margin-bottom: 3rem !important; } }

@media only screen and (max-width: 350px) {
  .vh-draw-container .vh-draw-box {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }
  .text-box h2 {
    font-size: 1.7rem !important; } }

@media only screen and (min-device-width: 300px) and (max-device-width: 1000px) and (orientation: landscape) {
  h2 {
    font-size: 2rem; }
  .logo-box .logo {
    height: 65vh; }
  .logo-box .title-box h1 {
    font-size: 2rem; }
  #section2 .container .row .text-box h2 {
    font-size: 2rem; }
  .arrow {
    width: 100px;
    height: 100px; }
  .vh-draw-container {
    width: 100%;
    height: 30vh;
    max-height: 250px; }
    .vh-draw-container button {
      -webkit-box-flex: 25% !important;
      -ms-flex: 25% !important;
      flex: 25% !important; }
  .vh-logo {
    width: 17vw;
    height: 100%; } }

@media only screen and (min-device-width: 300px) and (max-device-width: 600px) and (orientation: landscape) {
  .vh-logo {
    width: 14vw;
    height: 100%; } }

@media (orientation: landscape) {
  #section4 .container .row .slider .slide {
    background-position: right 0 bottom 0; } }
