body {
  margin: 0;
  padding: 0;
  background: #131313;
}
body > #static-container > #loading {
  display: none;
}
body > #static-container > #loading.active {
  display: block;
}
body > #static-container > #loading::before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #131313;
  opacity: 0.75;
}
body > #static-container > #loading::after {
  display: block;
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  border-radius: 50px;
  box-sizing: border-box;
  animation: spin 1s infinite linear;
}
body > #static-container #go-back {
  display: none;
  position: fixed;
  top: 65px;
  left: 5%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #ffffff;
  cursor: pointer;
}
body > #static-container #go-back.active {
  display: block;
}
body > #static-container > video {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
body > #static-container > video.active {
  display: block;
}
body > #static-container .page > h2 {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 41px;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
body > #static-container > #page-intro {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
body > #static-container > #page-intro.active {
  display: block;
}
body > #static-container > #page-intro > #intro-fade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #131313;
  animation: startUp 2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body > #static-container > #page-intro > #intro-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #ffffff;
}
body > #static-container > #page-intro > button {
  position: fixed;
  top: 70%;
  left: 50%;
  width: 260px;
  height: 70px;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
body > #static-container > #page-intro > button:hover {
  background: rgba(255, 255, 255, 0.1);
}
body > #static-container > #page-intro > button:hover::before, body > #static-container > #page-intro > button:hover::after {
  width: calc(100% + 2px);
  height: 100%;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}
body > #static-container > #page-intro > button::before {
  display: block;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 46px;
  height: 22px;
  box-sizing: border-box;
  border: none;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}
body > #static-container > #page-intro > button::after {
  display: block;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 46px;
  height: 22px;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}
body > #static-container > #page-intro > #btn-shine-fx {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 70px;
  opacity: 0.2;
}
body > #static-container > #page-intro > #btn-shine-fx.active {
  display: block;
}
body > #static-container > #page-intro > #btn-shine-fx::before {
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -70px;
  width: 250%;
  height: 70px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 60%, transparent 100%);
  animation: btnShine 3s ease-in-out infinite;
}
body > #static-container > #page-intro > .footer {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #ffffff;
  font-size: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body > #static-container > #page-main {
  display: none;
}
body > #static-container > #page-main.active {
  display: block;
}
body > #static-container > #page-main ul {
  list-style-type: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
body > #static-container > #page-main ul > li {
  width: 100%;
  min-height: 90px;
  border: none;
  border-top: 1px solid #636363;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  cursor: pointer;
}
body > #static-container > #page-main ul > li:hover {
  background: #272727;
}
body > #static-container > #page-main ul > li:hover::before {
  position: absolute;
  left: 55%;
  display: block;
  content: "";
  height: 90px;
  width: 10%;
  background: linear-gradient(to left, #272727, transparent);
}
body > #static-container > #page-main ul > li:hover::after {
  position: absolute;
  transform: translateY(-69px);
  left: 65%;
  display: block;
  content: "";
  height: 90px;
  width: 10%;
  background: linear-gradient(to right, #272727, transparent);
}
body > #static-container > #page-main ul > li:hover > video {
  display: block;
}
body > #static-container > #page-main ul > li:hover > header {
  display: block;
}
body > #static-container > #page-main ul > li > header {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #636363;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0px 20px 0 20px;
  height: 17px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body > #static-container > #page-main ul > li > h3 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-indent: 20px;
}
body > #static-container > #page-main ul > li > p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0;
  color: #BEBEBE;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-indent: 20px;
}
body > #static-container > #page-main ul > li > video {
  display: none;
  position: absolute;
  right: 0;
  width: 35%;
  height: 89px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-68px);
}
body #content-builder {
  margin: 0 auto;
  width: 60%;
}
body #content-builder .container-full {
  display: block;
  position: relative;
  width: 100%;
}
body #content-builder .container-half {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: middle;
}
body #content-builder .container-half > p {
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
body #content-builder .container-third {
  display: inline-block;
  position: relative;
  width: 33.33%;
  text-align: center;
  vertical-align: top;
}
body #content-builder h2 {
  color: #ffffff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.22em;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
}
body #content-builder h3 {
  color: #BEBEBE;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: 0.22em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
}
body #content-builder .sub-line {
  height: 1px;
  background: #BEBEBE;
  position: relative;
  top: 69px;
}
body #content-builder p {
  color: #ffffff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
body #content-builder video {
  width: 100%;
}
body #content-builder img {
  width: 100%;
}
body #content-builder audio {
  width: 100%;
}
body #content-builder ul {
  list-style-type: circle;
  padding-bottom: 20px;
}
body #content-builder ul > li {
  color: #ffffff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 21px;
  letter-spacing: 0.12em;
  font-weight: 300;
  line-height: 31px;
}
body #content-builder a {
  color: #ffffff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 21px;
  letter-spacing: 0.12em;
  font-weight: 300;
  line-height: 31px;
}

@media screen and (max-width: 1024px) {
  body #static-container .page > h2 {
    font-size: 4vw;
    top: 5%;
  }
  body #static-container #page-intro > #intro-content {
    width: calc(100vw - 100px);
    height: 50vh;
    overflow-y: scroll;
    top: 10%;
    transform: translate(-50%, 0);
    font-size: 3.5vw;
  }
  body #static-container #page-intro > button {
    top: 75%;
    width: 30vw;
    height: 8vw;
    font-size: 2.5vw;
  }
  body #static-container #page-intro > #btn-shine-fx {
    top: 75%;
    width: 30vw;
    height: 8vw;
  }
  body #static-container #page-intro > .footer {
    bottom: 10%;
    font-size: 3vw;
  }
  body #static-container #page-main > ul {
    top: 20%;
    left: 0;
    margin: 0 10%;
    padding: 0;
    transform: translate(0);
  }
  body #static-container #page-main > ul > li {
    z-index: 100;
    min-height: auto;
  }
  body #static-container #page-main > ul > li:hover {
    background: #272727;
  }
  body #static-container #page-main > ul > li:hover > header {
    display: none;
  }
  body #static-container #page-main > ul > li:hover > video {
    display: none;
  }
  body #static-container #page-main > ul > li:hover::before {
    display: none;
  }
  body #static-container #page-main > ul > li:hover::after {
    display: none;
  }
  body #static-container #page-main > ul > li > h3 {
    z-index: 120;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-indent: 0;
    font-size: 2vw;
  }
  body #static-container #page-main > ul > li > p {
    text-indent: 0;
    padding: 0 20px;
    margin-bottom: 25px;
    font-size: 2vw;
  }
  body #content-builder h2 {
    font-size: 4.5vw;
  }
  body #content-builder p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 430px) {
  body #static-container #go-back {
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
    border-right: 2.5vw solid #ffffff;
    top: 59px;
  }
  body #static-container .page > h2 {
    font-size: 6vw;
  }
  body #static-container #page-intro > button {
    width: 45vw;
    height: 13vw;
    font-size: 4vw;
  }
  body #static-container #page-intro > #btn-shine-fx {
    width: 45vw;
    height: 13vw;
  }
  body #static-container #page-intro > .footer {
    font-size: 4vw;
  }
  body #static-container #page-main > ul {
    width: 100vw;
    max-height: 80vh;
    overflow-y: scroll;
    margin: 0;
  }
  body #static-container #page-main > ul > li {
    width: 100%;
  }
  body #static-container #page-main > ul > li > h3 {
    font-size: 3vw;
    padding: 0 10vw;
  }
  body #static-container #page-main > ul > li > p {
    font-size: 3vw;
    padding: 0 10vw;
  }
  body #content-builder {
    margin: 0;
    width: 100%;
  }
  body #content-builder > .container-full {
    width: 100vw;
    display: block;
  }
  body #content-builder > .container-half {
    width: 100vw;
    display: block;
  }
  body #content-builder > .container-third {
    width: 100vw;
    display: block;
    text-align: start;
  }
  body #content-builder video {
    width: 100vw;
  }
  body #content-builder img {
    width: 100vw;
  }
  body #content-builder h2 {
    font-size: 6vw;
    padding: 50px 10vw 50px 10vw;
    width: 100vw;
    box-sizing: border-box;
  }
  body #content-builder p {
    font-size: 3vw;
    padding: 0 10vw;
    width: 100vw;
    box-sizing: border-box;
  }
  body #content-builder audio {
    padding: 0 10vw;
    width: 80vw;
  }
  body #content-builder .spacer {
    width: 100vw;
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes startUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnShine {
  0% {
    bottom: -70px;
  }
  70% {
    bottom: -70px;
  }
  100% {
    bottom: 140px;
  }
}