html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  a {
    background-color: transparent;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0
  }

  img {
    border: 0;
  }
  
  button{
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
  }
  
  img::-moz-selection {
    background: transparent;
  }
  
  img::selection {
    background: transparent;
  }
  
  img::-moz-selection {
    background: transparent;
  }
  
  body {
    margin: 0;
    background-color: #E6E6E6;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color: #0c0c0c;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }
  
  .l-viewport {
    position: relative;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
    overflow: hidden;
  }
  
  .l-wrapper {
    position: relative;
    width: 1440px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  
  .l-side-nav {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    max-height: 750px;
    background-color: #555;
    opacity: 0.35;
    z-index: 10;
  }
  
  @media (max-width: 1180px) {
    .l-side-nav {
      display: none;
    }
  }
  
  .l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  
  @media (max-width: 1180px) {
    .intro {
      max-width: 100%;
    }
  }
  
  .intro--banner {
    position: relative;
    height: 475px;
  }
  
  .intro--banner::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: -15px;
    right: 0;
    height: 2px;
    background-color: #282828;
  }
  
  .intro--banner::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #6378ea;
  }
  
  .intro--banner h1 {
    position: relative;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    z-index: 1;
  }
  
  .intro--banner button {
    position: relative;
    padding: 5px 12px 5px 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
  }
  
  .intro--banner button .btn-background {
    position: absolute;
    top: 0;
    left: 0px;
    right: 60%;
    height: 100%;
    background-color: #6378ea;
    z-index: -1;
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    outline: none;
  }
  
  .intro--banner button:hover .btn-background {
    right: 0;
  }
  
  .intro--banner button:focus {
    outline: none;
  }
  
  .intro--banner img {
    position: absolute;
    bottom: 21px;
    right: -12px;
  }
  
  .intro--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .intro--options>a {
    max-width: 250px;
    text-decoration: none;
    color: #282828;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  
  .intro--options>a:hover {
    color: #6378ea;
  }
  
  .intro--options h3 {
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .intro--options p {
    margin-bottom: 0;
  }
  
  @media (max-width: 900px) {
    .intro--banner {
      height: 380px
    }
    .intro--banner h1 {
      font-size: 55px;
    }
    .intro--banner img {
      width: 430px;
    }
    .intro--options>a {
      margin-right: 30px;
    }
    .intro--options>a:last-child {
      margin-right: 0;
    }
  }
  
  @media (max-width: 767px) {
    .intro--banner {
      height: 305px;
    }
    .intro--banner h1 {
      font-size: 44px;
    }
    .intro--banner img {
      width: 330px;
    }
    .intro--options {
      display: block;
    }
    .intro--options>a {
      display: block;
      max-width: 100%;
      margin: 0 0 30px 0;
    }
    .intro--options>a:last-child {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 600px) {
    .intro--banner {
      height: 360px;
    }
    .intro--banner h1 {
      font-size: 55px;
    }
    .intro--banner img {
      display: none;
    }
  }
  
  @media (max-width: 600px) and (max-height: 750px) {
    .intro--banner {
      height: auto;
    }
    
    .intro--banner::before,
    .intro--banner::after {
      display: none;
    }
    
    .intro--banner h1 {
      margin-top: 0;
    }
    .intro--options {
      display: none;
    }
  }
  
  .perspective {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .perspective--modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px;
  }
  
  .container {
    position: relative;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    outline: 30px solid #6378ea;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  
  .modalview .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .effect-rotate-left .container {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  
  .effect-rotate-left--animate .container {
    -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    outline: 30px solid #6378ea;
  }
  
  .outer-nav {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.2s;
    transition: visibility 0s 0.2s;
  }
  
  .outer-nav.is-vis {
    visibility: visible;
  }
  
  .outer-nav--return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 11;
  }
  
  .outer-nav--return.is-vis {
    display: block;
  }
  
  .outer-nav>li {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(350px) translateZ(-1000px);
    transform: translateX(350px) translateZ(-1000px);
    font-size: 55px;
    font-weight: 900;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  }
  
  .outer-nav>li.is-vis {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    opacity: 1;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }
  
  .outer-nav>li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    width: 110%;
    height: 15px;
    opacity: 0;
    background-color:#6378ea;
  }
  
  .outer-nav>li.is-active::before {
    opacity: 1;
  }
  
  @media (max-width: 767px) {
    .outer-nav>li {
      font-size: 44px;
    }
  }
  
  @media (max-width: 600px) {
    .outer-nav>li {
      font-size: 34px;
    }
  }
  
  .outer-nav li.is-vis:nth-child(2) {
    -webkit-transition-delay: 0.04s;
    transition-delay: 0.04s;
  }
  
  .outer-nav li.is-vis:nth-child(3) {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
  }
  
  .outer-nav li.is-vis:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
  
  .outer-nav li.is-vis:nth-child(5) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
  }