body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
body {
  background: gray;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  overflow: hidden;
}
body b {
  font-weight: 700;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body li,
body p,
body span,
body ul {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
body #root {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body #preload {
  align-items: center;
  background: #000;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
body #preload.complete {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition: opacity 0.45s 1.2s,
    -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.45s 1.2s,
    transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.45s 1.2s,
    transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 1.2s,
    -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
body #preload.complete .line.bottom,
body #preload.complete .line.left,
body #preload.complete .line.right,
body #preload.complete .line.top {
  opacity: 1;
}
body #preload.complete .line.bottom,
body #preload.complete .line.top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.15s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.15s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.15s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body #preload.complete .line.left,
body #preload.complete .line.right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.15s 0.3s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.15s 0.3s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.15s 0.3s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
body #preload .line {
  background: #fff;
  opacity: 0;
  position: absolute;
}
body #preload .line.bottom,
body #preload .line.top {
  height: 4px;
  width: 100%;
}
body #preload .line.left,
body #preload .line.right {
  height: 100%;
  width: 4px;
}
body #preload .line.top {
  top: 0;
  -webkit-transform: translate3D(0, 60px, 0);
  transform: translate3D(0, 60px, 0);
}
body #preload .line.bottom {
  bottom: 0;
  -webkit-transform: translate3D(0, -60px, 0);
  transform: translate3D(0, -60px, 0);
}
body #preload .line.left {
  left: 0;
  -webkit-transform: translate3D(60px, 0, 0);
  transform: translate3D(60px, 0, 0);
}
body #preload .line.right {
  right: 0;
  -webkit-transform: translate3D(-60px, 0, 0);
  transform: translate3D(-60px, 0, 0);
}
body #preload img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
body #preload #counter {
  color: #fff;
  position: relative;
  z-index: 1;
}
body #site {
  display: flex;
  height: calc(100vh - 100px);
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(4);
  transform: scale(4);
  width: 100vw;
}
body #site.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s,
    -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
body .header {
  line-height: 1;
}
body .decor-container {
  display: none;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
body .decor-container .corner {
  height: 10px;
  position: absolute;
  width: 10px;
}
body .decor-container .corner:before {
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
body .decor-container .corner:after {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
}
body .decor-container .corner.tl {
  left: 2px;
  top: 2px;
}
body .decor-container .corner.tl:after,
body .decor-container .corner.tl:before {
  left: 0;
  top: 0;
}
body .decor-container .corner.tr {
  right: 2px;
  top: 2px;
}
body .decor-container .corner.tr:after,
body .decor-container .corner.tr:before {
  right: 0;
  top: 0;
}
body .decor-container .corner.bl {
  bottom: 2px;
  left: 2px;
}
body .decor-container .corner.bl:after,
body .decor-container .corner.bl:before {
  bottom: 0;
  left: 0;
}
body .decor-container .corner.br {
  bottom: 2px;
  right: 2px;
}
body .decor-container .corner.br:after,
body .decor-container .corner.br:before {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 500px) {
  body #site {
    height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  body .decor-container {
    display: block;
  }
}
#viewer .animatable {
  transition: opacity 2s;
}
#viewer .hide {
  opacity: 0;
}
#viewer .show {
  opacity: 1;
}
#background {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
#background:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  pointer-events: none;
}
#background .bg-img,
#background:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#background .bg-img {
  background-color: #000;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  transition: background-image 0.5s;
}
#background .dot-matrix {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjU2NmViYzViNCwgMjAyMi8wNS8wOS0wODoyNTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDgzNzk2NUJCQ0Q5MTFFRThBN0U4MDVFMzc5RDlCOTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDgzNzk2NUFCQ0Q5MTFFRThBN0U4MDVFMzc5RDlCOTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMzgwOTBDMEZDREQxMUVEODQ4RUIzRUY0MzRGOTJFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMzgwOTBDMUZDREQxMUVEODQ4RUIzRUY0MzRGOTJFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhQCuZUAAAAiSURBVHjaYmBgYPgOwv///2dgAjIYgAxOEM0IEoEBgAADAPQECvKZdqfQAAAAAElFTkSuQmCC);
  bottom: 10px;
  height: calc(100% - 114px);
  left: 10px;
  position: absolute;
  width: calc(100vw - 20px);
}
#background .vignette {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#background .border {
  border: 8px solid #fff;
  height: calc(100% - 8px);
  left: -4px;
  position: absolute;
  top: -4px;
  width: calc(100% - 8px);
  z-index: 1;
}
.project-page {
  bottom: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 132px);
  left: 10px;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  width: calc(100% - 20px);
  z-index: 5;
}
.project-page.animIn {
  opacity: 1;
  transition: opacity 3s;
}
.project-page.animInComplete {
  opacity: 1;
}
.project-page.animOut {
  opacity: 0;
}
.project-page .bg {
  background: #000;
  overflow: hidden;
}
.project-page .bg,
.project-page .bg .fill {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.project-page .bg .fill {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-filter 0.5s, -webkit-transform 0.5s;
  transition: filter 0.5s, transform 0.5s;
  transition: filter 0.5s, transform 0.5s, -webkit-filter 0.5s,
    -webkit-transform 0.5s;
}
.project-page .bg .darken {
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 18%,
    #000 99%,
    #000 100%
  );
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.project-page .bg .transition-container {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.project-page .bg .transition-container .pane {
  background: #000;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1.2s;
  width: 20%;
}
.project-page .bg .transition-container .pane#p1 {
  left: 0;
}
.project-page .bg .transition-container .pane#p2 {
  left: 20%;
}
.project-page .bg .transition-container .pane#p3 {
  left: 40%;
}
.project-page .bg .transition-container .pane#p4 {
  left: 60%;
}
.project-page .bg .transition-container .pane#p5 {
  left: 80%;
}
.project-page .content-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  margin-top: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px;
  position: relative;
}
.project-page .content-container .left,
.project-page .content-container .right {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 6px;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.project-page .content-container .left .info,
.project-page .content-container .right .info {
  display: flex;
  flex-direction: column;
}
.project-page .content-container .left .info .role,
.project-page .content-container .right .info .role {
  color: #000;
  font-family: Syncopate, sans-serif;
  font-size: 16px;
  font-weight: 800;
  mix-blend-mode: screen;
  padding: 2px 4px 0;
  text-transform: uppercase;
}
.project-page .content-container .left .info .role span,
.project-page .content-container .right .info .role span {
  line-height: 1;
}
.project-page .content-container .left .info .partners,
.project-page .content-container .right .info .partners {
  font-size: 12px;
  font-weight: 800;
  margin-top: 4px;
}
.project-page .content-container .left .info .separator,
.project-page .content-container .right .info .separator {
  background: #fff;
  height: 1px;
  margin: 4px 0 10px;
  width: 100%;
}
.project-page .content-container .left .info .skills,
.project-page .content-container .right .info .skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2px;
}
.project-page .content-container .left .info .skills .skill-item,
.project-page .content-container .right .info .skills .skill-item {
  background: #fff;
  border-radius: 3px;
  color: #000;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
  margin-right: 4px;
  mix-blend-mode: screen;
  padding: 2px 4px;
  text-transform: uppercase;
}
.project-page .content-container .left .info .skills .skill-item:last-child,
.project-page .content-container .right .info .skills .skill-item:last-child {
  margin-right: 0;
}
.project-page .content-container .left .list,
.project-page .content-container .right .list {
  margin-top: 20px;
}
.project-page .content-container .left .list:first-child,
.project-page .content-container .right .list:first-child {
  margin-top: 0;
}
.project-page .content-container .left .list:last-child,
.project-page .content-container .right .list:last-child {
  margin-bottom: 30px;
}
.project-page .content-container .left .list#features,
.project-page .content-container .right .list#features {
  display: none;
}
.project-page .content-container .left .list .list-title,
.project-page .content-container .right .list .list-title {
  color: #000;
  font-family: Syncopate, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  mix-blend-mode: screen;
  padding: 2px 0 0 3px;
  text-transform: uppercase;
}
.project-page .content-container .left .list .list-container,
.project-page .content-container .right .list .list-container {
  display: flex;
  flex-direction: column;
}
.project-page .content-container .left .list .list-container a.list-item,
.project-page .content-container .right .list .list-container a.list-item {
  align-items: center;
  display: flex;
}
.project-page .content-container .left .list .list-container a.list-item:after,
.project-page
  .content-container
  .right
  .list
  .list-container
  a.list-item:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAgJsrThgAAAAqSURBVBjTYxhygGkVCCwAMRkRTIZMhAopBziTbQKcybgETJGuOIFhEAIAGXIMRFfwV5MAAAAASUVORK5CYII=)
    no-repeat 50%;
  background-size: contain;
  content: "";
  height: 20px;
  margin-left: 4px;
  position: relative;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 20px;
}
.project-page
  .content-container
  .left
  .list
  .list-container
  a.list-item
  span:before,
.project-page
  .content-container
  .right
  .list
  .list-container
  a.list-item
  span:before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
  width: 100%;
}
.project-page .content-container .left .list .list-container .list-item,
.project-page .content-container .right .list .list-container .list-item {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
  text-decoration: none;
}
.project-page .content-container .left .list .list-container .list-item span,
.project-page .content-container .right .list .list-container .list-item span {
  align-items: center;
  display: flex;
  line-height: 1;
  position: relative;
}
.project-page .content-container .left .noise,
.project-page .content-container .right .noise {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjU2NmViYzViNCwgMjAyMi8wNS8wOS0wODoyNTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ODc0NTJDMUJDREExMUVFOEE3RTgwNUUzNzlEOUI5NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NzUwN0Q2OUJEQTgxMUVFOEE3RTgwNUUzNzlEOUI5NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NzUwN0Q2OEJEQTgxMUVFOEE3RTgwNUUzNzlEOUI5NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQzMWMyZDZjLTI4OTgtNDQxZC1hOTIxLTdiZTQ2YzVmZTA3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ODc0NTJDMUJDREExMUVFOEE3RTgwNUUzNzlEOUI5NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnKVxKQAAAA1SURBVHjaYvgPAflAzICEfUFEIVSyAFkSxshH14msHUWShQEBJkLpCUDMBLYIzWKwToAAAwAmVmPefHeGsQAAAABJRU5ErkJggg==);
  background-position: 1px;
  flex: 1 1;
  margin-top: 6px;
  opacity: 0.3;
}
.project-page .content-container .content {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 8px;
  overflow-y: scroll;
  padding: 10px;
}
.project-page .content-container .content .video {
  background: rgba(0, 0, 0, 0.3);
  max-width: 900px;
  opacity: 0;
  padding: 6px;
  position: relative;
  transition: opacity 0.3s;
  width: calc(100% - 12px);
}
.project-page .content-container .content .video .video-container:after {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  content: "";
  height: calc(100% - 2px);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
}
.project-page .content-container .content .video .video-container iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.project-page .content-container .content .title {
  align-items: center;
  display: flex;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.75s, -webkit-filter 0.75s;
  transition: filter 0.75s, opacity 0.75s;
  transition: filter 0.75s, opacity 0.75s, -webkit-filter 0.75s;
}
.project-page .content-container .content .title .arrow {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  cursor: pointer;
  height: 40px;
  position: relative;
  width: 40px;
}
.project-page .content-container .content .title .arrow:hover:before {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.project-page .content-container .content .title .arrow:hover.next:before {
  -webkit-transform: scaleX(-1.25) scaleY(1.25);
  transform: scaleX(-1.25) scaleY(1.25);
}
.project-page .content-container .content .title .arrow:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAgJsrThgAAAAoSURBVBjTY6ApYGyAM9kc4ExJhIIUhNIJVFaKEEWoRZhAM8UNDHQBAJF2B3VXDyowAAAAAElFTkSuQmCC)
    no-repeat 50%;
  content: "";
  height: 50%;
  left: 25%;
  position: absolute;
  top: 25%;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
  width: 50%;
}
.project-page .content-container .content .title .arrow.next:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.project-page .content-container .content .title .header-container {
  align-items: center;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  margin: 0 20px;
  width: calc(100% - 80px);
}
.project-page .content-container .content .title .header-container p {
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
}
.project-page .content-container .content .title .header-container p.subtitle {
  margin-top: 6px;
  text-align: center;
}
.project-page
  .content-container
  .content
  .title
  .header-container
  .title-container
  h1 {
  font-family: Syncopate, sans-serif;
  font-size: 20px;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.project-page
  .content-container
  .content
  .title
  .header-container
  .title-container
  h1:after {
  background: #fff;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 100%;
}
.project-page .content-container .content .flex-content {
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 900px;
  opacity: 0;
  padding: 6px;
  width: calc(100% - 15px);
}
.project-page .content-container .content .flex-content .layout {
  color: #fff;
  position: relative;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message {
  background: rgba(0, 0, 0, 0.7);
  padding: 16px 16px 30px 16px;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message
  .title-container {
  font-family: Syncopate, sans-serif;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message
  .title-container:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
  width: 100%;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message
  .text-container {
  margin-top: 20px;
}

.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message
  .text-container li {
  margin-left: 30px;
}

.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message
  .text-container
  p {
  margin-top: 18px;
}

.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message
  .text-container
  h2 {
  margin-top: 18px;
}

.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message
  .text-container
  p
  b,
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-main-message
  .text-container
  p
  strong {
  font-weight: 800;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-snapshots
  .snapshots-container {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-snapshots
  .snapshots-container
  .snapshot {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  margin-bottom: 0;
  margin-top: 8px;
  position: relative;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-snapshots
  .snapshots-container
  .snapshot:first-child {
  margin-top: 0;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-snapshots
  .snapshots-container
  .snapshot
  .img {
  display: flex;
  position: relative;
  width: 100%;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-snapshots
  .snapshots-container
  .snapshot
  .img
  img {
  width: 100%;
}
.project-page
  .content-container
  .content
  .flex-content
  .layout.fc-snapshots
  .snapshots-container
  .snapshot
  .caption {
  background: #000;
  bottom: 0;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 4px 8px;
  position: absolute;
  width: calc(100% - 16px);
}
.project-page .close-btn {
  align-items: center;
  background: none;
  border-radius: 0;
  border-style: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.project-page .close-btn:hover .icon .bg {
  border-radius: 0 0 20px 0;
}
.project-page .close-btn .bg-fill {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.project-page .close-btn .bg-fill:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(8px, 0, 0);
  transform: translate3d(8px, 0, 0);
  width: 6px;
}
.project-page .close-btn .icon {
  height: 40px;
  position: relative;
  width: 40px;
}
.project-page .close-btn .icon .bg {
  background: #fff;
  border-radius: 0;
  height: 100%;
  position: absolute;
  transition: border-radius 0.25s;
  width: 100%;
}
.project-page .close-btn .icon:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjU2NmViYzViNCwgMjAyMi8wNS8wOS0wODoyNTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjNGRhNzAyZi0zOTA0LTQ5YmYtOWI1NC05M2Y1ZTE3NWE5ZDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTk0RDdDQzdCQTRDMTFFRUIxQUY4OURDQUFDMjY2QzYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTk0RDdDQzZCQTRDMTFFRUIxQUY4OURDQUFDMjY2QzYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjNGRhNzAyZi0zOTA0LTQ5YmYtOWI1NC05M2Y1ZTE3NWE5ZDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YzRkYTcwMmYtMzkwNC00OWJmLTliNTQtOTNmNWUxNzVhOWQ5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7AOEwwAAAIJJREFUeNrs2EsKwDAIRdFYuvB05WkCGdt8NYUrOOqzHBxJJKUUTq4rHF4AAQIECBAgQID/Bt7aRxHZdizmO1RWbPBxX2G5qLXOFUusdvzKr+62kCOyPeiE7As7IPsHjJFjQ4bI8UEj5NywAXL+BxW5a4PC0wdAgAABAgQIUKtXgAEAEj3yhBs/XDAAAAAASUVORK5CYII=)
    no-repeat 50%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.project-page .close-btn span {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.project-page .fg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.project-page .fg .line {
  background: #fff;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s 0.7s, -webkit-transform 0.8s 0.4s;
  transition: opacity 0.5s 0.7s, transform 0.8s 0.4s;
  transition: opacity 0.5s 0.7s, transform 0.8s 0.4s,
    -webkit-transform 0.8s 0.4s;
}
.project-page .fg .line.bottom,
.project-page .fg .line.top {
  height: 1px;
  width: 100%;
}
.project-page .fg .line.left,
.project-page .fg .line.right {
  height: 100%;
  width: 1px;
}
.project-page .fg .line.top {
  top: 0;
  -webkit-transform: translate3D(0, 60px, 0);
  transform: translate3D(0, 60px, 0);
}
.project-page .fg .line.bottom {
  bottom: 0;
  -webkit-transform: translate3D(0, -60px, 0);
  transform: translate3D(0, -60px, 0);
}
.project-page .fg .line.left {
  left: 0;
  -webkit-transform: translate3D(60px, 0, 0);
  transform: translate3D(60px, 0, 0);
}
.project-page .fg .line.right {
  right: 0;
  -webkit-transform: translate3D(-60px, 0, 0);
  transform: translate3D(-60px, 0, 0);
}
.project-page.out .bg .transition-container {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.project-page.out .bg .transition-container .pane {
  opacity: 1;
}
.project-page.out .bg .transition-container .pane#p1 {
  transition: opacity 0.25s;
}
.project-page.out .bg .transition-container .pane#p2 {
  transition: opacity 0.25s 0.15s;
}
.project-page.out .bg .transition-container .pane#p3 {
  transition: opacity 0.25s 0.3s;
}
.project-page.out .bg .transition-container .pane#p4 {
  transition: opacity 0.25s 0.15s;
}
.project-page.out .bg .transition-container .pane#p5 {
  transition: opacity 0.25s;
}
.project-page.out .content-container .left {
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.project-page.out .content-container .content .video {
  opacity: 0;
  transition: opacity 0.3s;
}
.project-page.out .content-container .content .title {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.75s, -webkit-filter 0.75s;
  transition: filter 0.75s, opacity 0.75s;
  transition: filter 0.75s, opacity 0.75s, -webkit-filter 0.75s;
}
.project-page.out
  .content-container
  .content
  .title
  .header-container
  .title-container
  h1:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.project-page.out .content-container .content .flex-content {
  opacity: 0;
  transition: opacity 0.3s;
}
.project-page.out .content-container .right {
  -webkit-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.project-page.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
.project-page.visible .bg .fill {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-filter 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: filter 0.5s 0.5s, transform 0.5s 0.5s;
  transition: filter 0.5s 0.5s, transform 0.5s 0.5s, -webkit-filter 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}
.project-page.visible .fg .line {
  opacity: 1;
}
.project-page.visible .fg .line.bottom,
.project-page.visible .fg .line.top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 50ms,
    -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 50ms, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 50ms, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-page.visible .fg .line.left,
.project-page.visible .fg .line.right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 50ms 0.5s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
  transition: opacity 50ms 0.5s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
  transition: opacity 50ms 0.5s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
}
.project-page.visible .left {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.3s 0.25s;
  transition: transform 0.3s 0.25s;
  transition: transform 0.3s 0.25s, -webkit-transform 0.3s 0.25s;
}
.project-page.visible .content .video {
  opacity: 1;
  transition: opacity 0.3s 0.3s;
}
.project-page.visible .content .title {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transition: opacity 0.25s 0.8s, -webkit-filter 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.25s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.25s 0.8s, -webkit-filter 0.5s 0.8s;
}
.project-page.visible
  .content
  .title
  .header-container
  .title-container
  h1:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 1.2s 1.5s;
  transition: transform 1.2s 1.5s;
  transition: transform 1.2s 1.5s, -webkit-transform 1.2s 1.5s;
}
.project-page.visible .content .flex-content {
  opacity: 1;
  transition: opacity 0.3s 0.3s;
}
.project-page.visible .right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.3s 0.25s;
  transition: transform 0.3s 0.25s;
  transition: transform 0.3s 0.25s, -webkit-transform 0.3s 0.25s;
}
@media screen and (min-width: 500px) {
  .project-page {
    height: calc(100% - 120px);
    width: calc(100% - 20px);
  }
  .project-page .content-container .content .title .header-container p {
    font-size: 18px;
  }
  .project-page
    .content-container
    .content
    .title
    .header-container
    .title-container
    h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .project-page .content-container .content .title .header-container p {
    font-size: 22px;
  }
  .project-page
    .content-container
    .content
    .title
    .header-container
    .title-container
    h1 {
    font-size: 36px;
  }
  .project-page .content-container .right {
    grid-gap: 4px;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
  }
  .project-page .content-container .right .list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1001px) {
  .project-page .content-container {
    flex-direction: row;
    gap: 4px;
    margin: 46px 0 6px;
    padding: 0 6px;
  }
  .project-page .content-container .content {
    margin-top: 0;
  }
  .project-page .content-container .left,
  .project-page .content-container .right {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 200px;
  }
  .project-page .content-container .left .info .list-title,
  .project-page .content-container .left .info .role,
  .project-page .content-container .right .info .list-title,
  .project-page .content-container .right .info .role {
    font-size: 21px;
  }
  .project-page .content-container .left .info .partners,
  .project-page .content-container .right .info .partners {
    font-size: 16px;
  }
  .project-page .content-container .left .list,
  .project-page .content-container .right .list {
    margin-top: 20px;
  }
  .project-page .content-container .left .list#features,
  .project-page .content-container .right .list#features {
    display: flex;
    flex-direction: column;
  }
  .project-page .content-container .content {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    margin-bottom: 0;
    width: 50vw;
  }
  .project-page .content-container .content .title .header-container p {
    font-size: 22px;
  }
  .project-page
    .content-container
    .content
    .title
    .header-container
    .title-container
    h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1201px) {
  .project-page .content-container {
    flex-direction: row;
    gap: 4px;
  }
  .project-page .content-container .left,
  .project-page .content-container .right {
    width: 250px;
  }
}
@media screen and (min-width: 3001px) {
  .project-page {
    height: calc(100% - 172px);
  }
  .project-page .close-btn {
    font-size: 24px;
  }
  .project-page .close-btn .bg-fill:before {
    -webkit-transform: translate3d(16px, 0, 0);
    transform: translate3d(16px, 0, 0);
    width: 12px;
  }
  .project-page .close-btn .icon {
    height: 80px;
    width: 80px;
  }
  .project-page .close-btn span {
    margin-left: 40px;
    margin-right: 40px;
  }
  .project-page .content-container {
    flex-direction: row;
    gap: 4px;
    margin: 100px 0 20px;
    padding: 0 12px;
  }
  .project-page .content-container .left,
  .project-page .content-container .right {
    gap: 8px;
    padding: 12px;
    width: 500px;
  }
  .project-page .content-container .left .info .role,
  .project-page .content-container .right .info .role {
    font-size: 42px;
    padding: 4px 8px 0;
  }
  .project-page .content-container .left .info .partners,
  .project-page .content-container .right .info .partners {
    font-size: 32px;
    margin-top: 8px;
  }
  .project-page .content-container .left .info .separator,
  .project-page .content-container .right .info .separator {
    height: 2px;
    margin: 8px 0 20px;
  }
  .project-page .content-container .left .info .skills,
  .project-page .content-container .right .info .skills {
    margin-bottom: 4px;
  }
  .project-page .content-container .left .info .skills .skill-item,
  .project-page .content-container .right .info .skills .skill-item {
    border-radius: 6px;
    font-size: 20px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px 8px;
  }
  .project-page .content-container .left .list,
  .project-page .content-container .right .list {
    margin-top: 40px;
  }
  .project-page .content-container .left .list .list-title,
  .project-page .content-container .right .list .list-title {
    font-size: 36px;
    padding: 4px 0 0 6px;
  }
  .project-page .content-container .left .list .list-container,
  .project-page .content-container .right .list .list-container {
    font-size: 36px;
  }
  .project-page .content-container .left .list .list-container .list-item,
  .project-page .content-container .right .list .list-container .list-item {
    font-size: 32px;
    margin-top: 16px;
  }
  .project-page
    .content-container
    .left
    .list
    .list-container
    a.list-item:after,
  .project-page
    .content-container
    .right
    .list
    .list-container
    a.list-item:after {
    height: 40px;
    margin-left: 8px;
    width: 40px;
  }
  .project-page .content-container .left .noise,
  .project-page .content-container .right .noise {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjU2NmViYzViNCwgMjAyMi8wNS8wOS0wODoyNTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ODc0NTJDMUJDREExMUVFOEE3RTgwNUUzNzlEOUI5NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxODZFQjZCOUJENjAxMUVFOEE3RTgwNUUzNzlEOUI5NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxODZFQjZCOEJENjAxMUVFOEE3RTgwNUUzNzlEOUI5NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQzMWMyZDZjLTI4OTgtNDQxZC1hOTIxLTdiZTQ2YzVmZTA3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ODc0NTJDMUJDREExMUVFOEE3RTgwNUUzNzlEOUI5NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvQPDewAAABQSURBVHjaYvwPBAwMDD+AmJOBCMAEVczBQCRggprMCMQgm74TowEGiLIJWQNRNjFhEcNrEyMkkLCC70g247UBL8BnA1abaGIDik0k2wAQYADMkxgAbTfsZgAAAABJRU5ErkJggg==);
    margin-top: 12px;
  }
  .project-page .content-container .content {
    margin: 0 20px 20px;
  }
  .project-page .content-container .content .video {
    max-width: none;
    padding: 12px;
  }
  .project-page .content-container .content .title {
    margin-top: 110px;
  }
  .project-page .content-container .content .title .arrow {
    height: 80px;
    width: 80px;
  }
  .project-page .content-container .content .title .header-container p {
    font-size: 52px;
  }
  .project-page
    .content-container
    .content
    .title
    .header-container
    .title-container:after {
    height: 2px;
  }
  .project-page
    .content-container
    .content
    .title
    .header-container
    .title-container
    h1 {
    font-size: 80px;
  }
  .project-page .content-container .content .flex-content {
    font-size: 40px;
    margin-top: 110px;
    max-width: 100%;
  }
  .project-page
    .content-container
    .content
    .flex-content
    .layout.fc-main-message
    .text-container
    p {
    margin-top: 30px;
  }
}
.fc {
  align-items: center;
  display: flex;
  display: none;
  flex-direction: column;
  margin: 0;
  position: relative;
  width: 100%;
}
.fc .fc-item {
  margin: 0 0 43px;
  max-width: 1200px;
  width: 100%;
}
.fc .fc-item.fc_main_message {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fc .fc-item.fc_main_message.magnified .text p {
  font-size: 24px;
}
.fc .fc-item.fc_main_message .title {
  color: #fff;
  font-family: Syncopate, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.fc .fc-item.fc_main_message .content {
  position: relative;
}
.fc .fc-item.fc_main_message .content .outline {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fc .fc-item.fc_main_message .content .outline .line {
  position: absolute;
}
.fc .fc-item.fc_main_message .content .outline .line.bottom,
.fc .fc-item.fc_main_message .content .outline .line.top {
  background: #fff;
  height: 2px;
  width: 100%;
}
.fc .fc-item.fc_main_message .content .outline .line.left,
.fc .fc-item.fc_main_message .content .outline .line.right {
  background: #fff;
  height: 100%;
  width: 2px;
}
.fc .fc-item.fc_main_message .content .outline .line.top {
  left: 0;
  top: 0;
}
.fc .fc-item.fc_main_message .content .outline .line.bottom {
  bottom: 0;
  left: 0;
}
.fc .fc-item.fc_main_message .content .outline .line.left {
  left: 0;
  top: 0;
}
.fc .fc-item.fc_main_message .content .outline .line.right {
  right: 0;
  top: 0;
}
.fc .fc-item.fc_main_message .content .background {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.fc .fc-item.fc_main_message .content .text {
  margin: 15px 0 20px;
  position: relative;
  width: calc(100% - 30px);
}
.fc .fc-item.fc_block_chunks {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1200px;
  padding: 0;
  position: relative;
}
.fc .fc-item.fc_block_chunks .title {
  color: #fff;
  font-family: Syncopate, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.fc .fc-item.fc_block_chunks .chunks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}
.fc .fc-item.fc_block_chunks .chunks.double,
.fc .fc-item.fc_block_chunks .chunks.single {
  justify-content: center;
}
.fc .fc-item.fc_block_chunks .chunks.double .chunk,
.fc .fc-item.fc_block_chunks .chunks.single .chunk {
  aspect-ratio: 1;
  height: auto;
  position: relative;
  width: 100%;
}
.fc .fc-item.fc_block_chunks .chunks.double .chunk.gallery .gallery-img,
.fc .fc-item.fc_block_chunks .chunks.single .chunk.gallery .gallery-img {
  aspect-ratio: 1;
}
.fc .fc-item.fc_block_chunks .chunks .chunk {
  aspect-ratio: 9/12;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.textover {
  align-items: center;
  display: flex;
  justify-content: center;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.textover:before {
  background: url(https://cms.jeremytani.com/wp-content/uploads/2023/06/dot-matrix-white-20.png);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.textover .text {
  background: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  font-weight: 700;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.textover .text p {
  margin: 10px 0;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.textover .text h2 {
  font-family: Syncopate, sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery {
  display: block;
  position: relative;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .gallery-img,
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .glider-contain,
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .glider-contain .glider,
.fc
  .fc-item.fc_block_chunks
  .chunks
  .chunk.gallery
  .glider-contain
  .glider
  .glider-track {
  height: 100%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .dots {
  bottom: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .dots button {
  background: #fff;
  position: relative;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .dots button:before {
  border: 1px solid #fff;
  border-radius: 50px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-1px, -1px, 0);
  transform: translate3d(-1px, -1px, 0);
  width: 100%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .dots button.active:before {
  -webkit-transform: translate3d(-1px, -1px, 0) scale(1.4);
  transform: translate3d(-1px, -1px, 0) scale(1.4);
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 100%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow {
  align-items: center;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  height: 30px;
  justify-content: center;
  position: relative;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 30px;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow.prev {
  margin-left: 10px;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow.next {
  margin-right: 10px;
  -webkit-transform: translate3d(0, -50%, 0) scaleX(-1);
  transform: translate3d(0, -50%, 0) scaleX(-1);
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow:after,
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow:before {
  background: #373737;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  width: 30%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow:before {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(36deg);
  transform: translate3d(-50%, 0, 0) rotate(36deg);
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow:after {
  -webkit-transform: translate3d(-66%, 0, 0) rotate(-36deg);
  transform: translate3d(-66%, 0, 0) rotate(-36deg);
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow:hover:after,
.fc
  .fc-item.fc_block_chunks
  .chunks
  .chunk.gallery
  .arrows
  .arrow:hover:before {
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.fc
  .fc-item.fc_block_chunks
  .chunks
  .chunk.gallery
  .arrows
  .arrow:hover:before {
  -webkit-transform: translate3d(-70%, 0, 0) rotate(36deg);
  transform: translate3d(-70%, 0, 0) rotate(36deg);
}
.fc .fc-item.fc_block_chunks .chunks .chunk.gallery .arrows .arrow:hover:after {
  -webkit-transform: translate3d(-78%, 0, 0) rotate(-36deg);
  transform: translate3d(-78%, 0, 0) rotate(-36deg);
}
.fc .fc-item.fc_block_chunks .chunks .chunk .bg {
  border-radius: 0;
}
.fc .fc-item.fc_block_chunks .chunks .chunk .bg,
.fc .fc-item.fc_block_chunks .chunks .chunk .outline {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line {
  position: absolute;
}
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line.bottom,
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line.top {
  background: #fff;
  height: 2px;
  width: 100%;
}
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line.left,
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line.right {
  background: #fff;
  height: 100%;
  width: 2px;
}
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line.top {
  left: 0;
  top: 0;
}
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line.bottom {
  bottom: 0;
  left: 0;
}
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line.left {
  left: 0;
  top: 0;
}
.fc .fc-item.fc_block_chunks .chunks .chunk .outline .line.right {
  right: 0;
  top: 0;
}
@media screen and (min-width: 501px) {
  .fc .fc-item.fc_block_chunks .chunks {
    flex-direction: row;
  }
  .fc .fc-item.fc_block_chunks .chunks.double .chunk,
  .fc .fc-item.fc_block_chunks .chunks.double .chunk.gallery .gallery-img,
  .fc .fc-item.fc_block_chunks .chunks.single .chunk,
  .fc .fc-item.fc_block_chunks .chunks.single .chunk.gallery .gallery-img {
    aspect-ratio: 10/8;
  }
}
@media screen and (min-width: 600px) {
  .fc .fc-item.fc_block_chunks .chunks.double .chunk,
  .fc .fc-item.fc_block_chunks .chunks.double .chunk.gallery .gallery-img,
  .fc .fc-item.fc_block_chunks .chunks.single .chunk {
    aspect-ratio: 10/6;
  }
}
@media screen and (min-width: 800px) {
  .fc .fc-item.fc_block_chunks .chunks .chunk {
    aspect-ratio: 10/5;
  }
  .fc .fc-item.fc_block_chunks .chunks .chunk.textover .text,
  .fc .fc-item.fc_block_chunks .chunks .chunk.textover .text h2 {
    font-size: 17px;
  }
  .fc .fc-item.fc_block_chunks .chunks .chunk.gallery .gallery-img {
    aspect-ratio: 10/5;
  }
  .fc .fc-item.fc_block_chunks .chunks.double .chunk {
    aspect-ratio: 10/5;
    width: calc(50% - 5px);
  }
  .fc .fc-item.fc_block_chunks .chunks.double .chunk.gallery .gallery-img {
    aspect-ratio: 10/5;
  }
}
@media screen and (min-width: 1200px) {
  .fc .fc-item.fc_block_chunks .chunks .chunk {
    aspect-ratio: 10/5;
  }
  .fc .fc-item.fc_block_chunks .chunks .chunk.textover .text {
    font-size: 24px;
  }
  .fc .fc-item.fc_block_chunks .chunks .chunk.textover .text h2 {
    font-size: 28px;
  }
  .fc .fc-item.fc_block_chunks .chunks.single .chunk {
    aspect-ratio: 20/5;
  }
  .fc .fc-item.fc_block_chunks .chunks.double .chunk {
    width: calc(50% - 5px);
  }
}
.fc-cover {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
.fc-cover,
.fc-cover:before {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.fc-cover:before {
  background: hsla(0, 0%, 100%, 0.2);
  content: "";
  opacity: 0;
  top: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}
.fc-cover.in {
  pointer-events: auto;
}
.fc-cover.in:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover.in .fc-item:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover.in .fc-item.fc_main_message .content-container .fc-content .text {
  opacity: 1;
  padding: 15px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 1.25s 0.75s, -webkit-transform 1.25s 0.75s;
  transition: opacity 1.25s 0.75s, transform 1.25s 0.75s;
  transition: opacity 1.25s 0.75s, transform 1.25s 0.75s,
    -webkit-transform 1.25s 0.75s;
}
.fc-cover.in .fc-item.fc_block_chunks {
  display: flex;
  height: 100%;
}
.fc-cover.in .fc-item.fc_block_chunks .content-container .fc-content {
  display: flex;
  flex: 1 1;
}
.fc-cover.in .fc-item.fc_block_chunks .content-container .fc-content .chunks {
  flex: 1 1;
  height: 100%;
  position: relative;
  width: 100%;
}
.fc-cover.in .fc-item .content-container .title-container:before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
}
.fc-cover.in .fc-item .content-container .title-container .close-btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.25s 0.5s;
  transition: transform 0.25s 0.5s;
  transition: transform 0.25s 0.5s, -webkit-transform 0.25s 0.5s;
}
.fc-cover.in
  .fc-item
  .content-container
  .title-container
  .close-btn:hover:after {
  background-size: 100%;
  transition: background-size 0.25s;
}
.fc-cover.in .fc-item .content-container .title-container .close-btn:hover .bg {
  background: hsla(0, 0%, 100%, 0.3);
  transition: background 0.25s;
}
.fc-cover.in .fc-item .content-container .title-container .title span {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.4s 0.25s;
  transition: transform 0.4s 0.25s;
  transition: transform 0.4s 0.25s, -webkit-transform 0.4s 0.25s;
}
.fc-cover.in .fc-item .content-container .fc-content {
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  padding-top: 4px;
  transition: background 0.65s;
}
.fc-cover .fc-item {
  color: #fff;
  height: 100%;
  margin-bottom: 25px;
  max-height: calc(100vh - 225px);
  overflow-y: auto;
  padding: 8px;
  position: relative;
  width: calc(100% - 36px);
}
.fc-cover .fc-item:before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition: -webkit-transform 0.25s 0.5s;
  transition: transform 0.25s 0.5s;
  transition: transform 0.25s 0.5s, -webkit-transform 0.25s 0.5s;
  width: 100%;
}
.fc-cover .fc-item.fc_main_message {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fc-cover .fc-item.fc_main_message .content-container .fc-content {
  text-align: center;
}
.fc-cover .fc-item.fc_main_message .content-container .fc-content .text {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover .fc-item.fc_main_message .content-container .fc-content .text b {
  color: #b7defc;
  font-weight: 400;
}
.fc-cover .fc-item .content-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  overflow: hidden;
}
.fc-cover .fc-item .content-container .title-container {
  display: flex;
  gap: 5px;
  padding-bottom: 4px;
  position: relative;
}
.fc-cover .fc-item .content-container .title-container:before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 100%;
}
.fc-cover .fc-item .content-container .title-container .close-btn {
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: flex-end;
  left: 0;
  margin-right: 2px;
  position: relative;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 24px;
  z-index: 1;
}
.fc-cover .fc-item .content-container .title-container .close-btn .bg {
  border-radius: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fc-cover .fc-item .content-container .title-container .close-btn:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAgMBakZ4lAAAAUklEQVQY02MYSHCBgYEdyvzCwCDvAGHWghAIgIQYv0CZ7BfYL0CZjF9ASqGKgUphir/AmdwPMEQRahEmIMxF2IZwgwNUKVDiANy9LDAjQMwBBAAKbxS8h8Y/1QAAAABJRU5ErkJggg==)
    no-repeat 50%;
  background-size: 150%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(1px, 1px, 0);
  transform: translate3d(1px, 1px, 0);
  transition: background-size 1s;
  width: 100%;
  z-index: 2;
}
.fc-cover .fc-item .content-container .title-container .title {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 1 1;
  font-family: Syncopate, sans-serif;
  font-weight: 800;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.fc-cover .fc-item .content-container .title-container .title span {
  font-size: 26px;
  line-height: 1;
  position: relative;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover .fc-item .content-container .fc-content {
  background: transparent;
  font-size: 23px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  transition: background 0.25s 0.5s;
}
.fc-cover .fc-item .content-container .fc-content .chunks {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fc-cover,
  .fc-cover.in {
    align-items: center;
  }
  .fc-cover .fc-item,
  .fc-cover.in .fc-item {
    margin-bottom: 0;
    max-height: 500px;
    max-width: 1330px;
  }
  .fc-cover .fc-item:before,
  .fc-cover.in .fc-item:before {
    opacity: 0.35;
  }
  .fc-cover .fc-item .content-container .title-container .title span,
  .fc-cover.in .fc-item .content-container .title-container .title span {
    font-size: 32px;
  }
  .fc-cover .fc-item .content-container .fc-content,
  .fc-cover.in .fc-item .content-container .fc-content {
    flex: 1 1;
    overflow: visible;
    overflow: initial;
  }
  .fc-cover .fc-item.fc_main_message .content-container .fc-content,
  .fc-cover.in .fc-item.fc_main_message .content-container .fc-content {
    align-items: center;
    display: flex;
  }
  .fc-cover .fc-item.fc_main_message .content-container .fc-content .text,
  .fc-cover.in .fc-item.fc_main_message .content-container .fc-content .text {
    padding: 0;
  }
}
@media screen and (min-width: 1201px) {
  .fc-cover .fc-item.fc_main_message .content-container .fc-content {
    font-size: 28px;
  }
}
@media screen and (max-height: 770px) {
  .fc-cover.in .fc-item.fc_main_message .content-container .fc-content {
    align-items: flex-start;
  }
  .fc-cover.in .fc-item .content-container .fc-content {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (min-width: 3001px) {
  .fc-cover .fc-item.fc_main_message .content-container .fc-content .text,
  .fc-cover.in .fc-item.fc_main_message .content-container .fc-content .text {
    padding: 30px;
  }
}
#menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 500px;
  position: absolute;
  right: 0;
  width: calc(100% - 20px);
}
#menu.compacted .more {
  margin-top: 0;
}
#menu .items {
  display: none;
  height: 150px;
  position: relative;
  width: 100%;
}
#menu .items .bg {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 100%;
}
#menu .items .project-thumb {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition: opacity 0.5s 1.5s;
  width: 100%;
}
#menu .items .project-thumb.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s;
  z-index: 1;
}
#menu .items .project-thumb .tooltip {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
}
#menu .items .project-thumb .tooltip:after {
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
}
#menu .items .project-thumb .tooltip p {
  padding: 0 4px;
  text-align: right;
  text-decoration: none;
}
#menu .items .project-thumb .img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#menu .items .feat-label {
  align-items: flex-end;
  background: #fff;
  bottom: 0;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(-18px, 0, 0);
  transform: translate3d(-18px, 0, 0);
  width: 15px;
  z-index: 1;
}
#menu .items .feat-label p {
  bottom: 4px;
  color: #494949;
  display: block;
  font-size: 10px;
  font-weight: 700;
  left: 4px;
  text-align: center;
  -webkit-transform: rotate(-90deg) translate3d(4px, 15px, 0);
  transform: rotate(-90deg) translate3d(4px, 15px, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  width: calc(100% - 8px);
}
#menu .more {
  align-items: center;
  background: none;
  border-radius: 0;
  border-style: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  margin-top: 4px;
  position: relative;
  text-transform: uppercase;
}
#menu .more .bg-fill {
  right: 0;
  width: 100%;
}
#menu .more .bg-fill,
#menu .more .bg-fill:before {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  top: 0;
}
#menu .more .bg-fill:before {
  content: "";
  left: 0;
  -webkit-transform: translate3d(-8px, 0, 0);
  transform: translate3d(-8px, 0, 0);
  width: 6px;
}
#menu .more span {
  text-wrap: nowrap;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
#menu .more .plus {
  height: 40px;
  position: relative;
  width: 40px;
}
#menu .more .plus:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAgJsrThgAAAAuSURBVBjTYxhIwBgaGuoAYTKtWrUKwVyJULIEzmSbAGdKOcCZmfRTyjCBYdAAAFTkDK+JGeh9AAAAAElFTkSuQmCC)
    no-repeat 50%;
  right: 0;
  top: 0;
  z-index: 2;
}
#menu .more .plus .bg,
#menu .more .plus:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#menu .more .plus .bg {
  background: #fff;
  transition: border-radius 0.25s;
}
#menu .more:hover .plus .bg {
  border-radius: 0 0 0 20px;
}
#menu .more:hover span {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media screen and (min-width: 1001px) {
  #menu {
    max-width: 200px;
  }
}
@media screen and (max-height: 700px) {
  #menu .items {
    display: none;
  }
}
@media screen and (min-width: 3001px) {
  #menu {
    max-width: 400px;
    width: calc(100% - 40px);
  }
  #menu .items {
    height: 240px;
  }
  #menu .items .project-thumb .tooltip {
    font-size: 20px;
  }
  #menu .items .feat-label {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    width: 30px;
  }
  #menu .items .feat-label p {
    font-size: 20px;
    -webkit-transform: rotate(-90deg) translate3d(8px, 30px, 0);
    transform: rotate(-90deg) translate3d(8px, 30px, 0);
    width: calc(100% - 8px);
  }
  #menu .more {
    font-size: 24px;
    margin-top: 8px;
  }
  #menu .more .bg-fill {
    -webkit-transform: translate3d(-16px, 0, 0);
    transform: translate3d(-16px, 0, 0);
    width: 12px;
  }
  #menu .more span {
    margin-left: 20px;
    margin-right: 20px;
  }
  #menu .more .plus {
    height: 80px;
    width: 80px;
  }
  #menu .more .plus:after {
    background-size: 100%;
  }
}
.navigation {
  background: green;
  left: 0;
  position: fixed;
  top: 0;
}
.site-header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.site-header .title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-family: Syncopate, sans-serif;
  margin-left: 10px;
  margin-top: 8px;
  position: relative;
  width: calc(100% - 20px);
}
.site-header .title h1 {
  color: #fff;
  font-size: 39px;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-header .title h2 {
  color: #fff;
  font-size: 14px;
  line-height: 0.6;
  margin-bottom: 13px;
  position: relative;
  text-transform: uppercase;
}
.site-header .title h2:before {
  background: #fff;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(calc(100% + 6px), -3px, 0);
  transform: translate3d(calc(100% + 6px), -3px, 0);
  width: 100vw;
}
.site-header .links-container {
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
  margin-top: 0;
  position: relative;
  width: calc(100% - 20px);
}
.site-header .links-container:before {
  align-self: flex-end;
  background: #fff;
  content: "";
  display: none;
  flex: 1 1;
  height: 1px;
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.site-header .links-container .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3px;
  max-width: 450px;
  position: relative;
  width: 100%;
}
.site-header .links-container .links .link-container {
  display: block;
  margin-bottom: 8px;
  margin-left: 8px;
  overflow: visible;
  position: relative;
}
.site-header .links-container .links .link-container:first-child {
  margin-left: 0;
}
.site-header .links-container .links .link-container .text-link {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .links-container .links .link-container .text-link:hover {
  color: #fff;
}
@media screen and (min-width: 500px) {
  .site-header .title h1 {
    font-size: 46px;
  }
  .site-header .title h2 {
    font-size: 20px;
  }
  .site-header .links-container:before {
    display: block;
  }
  .site-header .links-container .links {
    justify-content: space-between;
    margin-left: auto;
    margin-right: 10px;
  }
  .site-header .links-container .links .link-container {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .site-header .links-container .links .link-container:first-child {
    margin-left: 8px;
  }
  .site-header .links-container .links .link-container .text-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .title {
    align-items: flex-end;
    flex-direction: row;
  }
  .site-header .title h1 {
    font-size: 60px;
  }
  .site-header .title h2 {
    font-size: 28px;
    margin-left: 18px;
    white-space: nowrap;
  }
  .site-header .title h2:before {
    -webkit-transform: translate3d(calc(100% + 6px), -4px, 0);
    transform: translate3d(calc(100% + 6px), -4px, 0);
  }
}
@media screen and (min-width: 3001px) {
  .site-header .title h1 {
    font-size: 90px;
  }
  .site-header .title h2 {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .site-header .links-container:before {
    height: 2px;
  }
  .site-header .links-container .links {
    margin-top: 6px;
    max-width: 900px;
  }
  .site-header .links-container .links .link-container .text-link {
    font-size: 28px;
  }
}
#allProjects {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
  left: 10px;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 10px;
  transition: opacity 1.2s;
  width: calc(100% - 20px);
  z-index: 10;
}
#allProjects.visible {
  pointer-events: all;
}
#allProjects.visible .bg .fill {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.25s 0.8s;
  transition: transform 0.25s 0.8s;
  transition: transform 0.25s 0.8s, -webkit-transform 0.25s 0.8s;
}
#allProjects.visible .header .close-btn {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  transition: border-radius 0.5s, -webkit-transform 0.8s 1.2s;
  transition: border-radius 0.5s, transform 0.8s 1.2s;
  transition: border-radius 0.5s, transform 0.8s 1.2s,
    -webkit-transform 0.8s 1.2s;
}
#allProjects.visible .header .title h1 {
  -webkit-transform: translate3d(3px, 7px, 0);
  transform: translate3d(3px, 7px, 0);
  transition: -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1) 1.2s,
    -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
#allProjects.visible .content .mobile-select-toggle {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#allProjects.visible .content .mobile-title {
  opacity: 1;
  transition: opacity 0.5s 1.2s;
}
#allProjects.visible .content .mobile-title span {
  opacity: 1;
  -webkit-transform: translate3d(6px, 2px, 0);
  transform: translate3d(6px, 2px, 0);
  transition: opacity 0.5s 1.5s, -webkit-transform 0.5s 1.5s;
  transition: transform 0.5s 1.5s, opacity 0.5s 1.5s;
  transition: transform 0.5s 1.5s, opacity 0.5s 1.5s,
    -webkit-transform 0.5s 1.5s;
}
#allProjects.visible .content .skill-selector {
  opacity: 1;
}
#allProjects.visible .content .skill-selector:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.25s 0.7s;
  transition: transform 0.25s 0.7s;
  transition: transform 0.25s 0.7s, -webkit-transform 0.25s 0.7s;
}
#allProjects.visible .fg .line {
  opacity: 1;
}
#allProjects.visible .fg .line.bottom,
#allProjects.visible .fg .line.top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 50ms,
    -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 50ms, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 50ms, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#allProjects.visible .fg .line.left,
#allProjects.visible .fg .line.right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 50ms 0.5s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
  transition: opacity 50ms 0.5s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
  transition: opacity 50ms 0.5s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
}
#allProjects .bg,
#allProjects .bg .fill {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#allProjects .bg .fill {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#allProjects .header {
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#allProjects .header .title {
  align-items: flex-start;
  display: flex;
  height: 40px;
  width: calc(100% - 44px);
}
#allProjects .header .title h1 {
  color: #fff;
  font-family: Syncopate, sans-serif;
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 0.8;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(-100%, -1px, 0);
  transform: translate3d(-100%, -1px, 0);
  transition: -webkit-transform 0.55s;
  transition: transform 0.55s;
  transition: transform 0.55s, -webkit-transform 0.55s;
  width: 100%;
}
#allProjects .header .close-btn {
  aspect-ratio: 1/1;
  background: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.85) translate3d(120%, 0, 0);
  transform: scale(0.85) translate3d(120%, 0, 0);
  transition: border-radius 0.5s, -webkit-transform 0.25s;
  transition: border-radius 0.5s, transform 0.25s;
  transition: border-radius 0.5s, transform 0.25s, -webkit-transform 0.25s;
  width: 40px;
}
#allProjects .header .close-btn:hover {
  border-radius: 0 0 0 20px;
}
#allProjects .header .close-btn:after,
#allProjects .header .close-btn:before {
  background: #000;
  content: "";
  height: 2px;
  left: 10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
#allProjects .header .close-btn:before {
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
#allProjects .header .close-btn:after {
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}
#allProjects .content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
#allProjects .content .mobile-select-toggle {
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: Syncopate, sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-left: 6px;
  opacity: 0;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  width: 250px;
}
#allProjects .content .mobile-select-toggle,
#allProjects .content .mobile-select-toggle:hover .arrow {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
#allProjects .content .mobile-select-toggle:hover .skill-text {
  fill: #fff;
  stroke: transparent;
  transition: fill 0.5s, stroke 0.5s;
}
#allProjects .content .mobile-select-toggle .skill-text {
  fill: transparent;
  stroke: #fff;
  transition: fill 1.2s, stroke 1.2s;
}
#allProjects .content .mobile-select-toggle .arrow,
#allProjects .content .mobile-title {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#allProjects .content .mobile-title {
  color: rgba(0, 0, 0, 0.8);
  font-family: Syncopate, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  opacity: 0;
  position: relative;
}
#allProjects .content .mobile-title:before {
  background: #fff;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#allProjects .content .mobile-title span {
  display: block;
  line-height: 0.6;
  opacity: 0;
  -webkit-transform: translate3d(10px, 2px, 0);
  transform: translate3d(10px, 2px, 0);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
#allProjects .content .skill-selector {
  height: calc(100% - 30px);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  top: 30px;
  -webkit-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
  z-index: 1;
}
#allProjects .content .skill-selector,
#allProjects .content .skill-selector:before {
  position: absolute;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}
#allProjects .content .skill-selector:before {
  background: #000;
  content: "";
  height: 100%;
  pointer-events: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
#allProjects .content .skill-selector.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#allProjects .content .skill-selector .skill-btn {
  color: hsla(0, 0%, 100%, 0.3);
  cursor: pointer;
  font-family: Syncopate, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.8;
  margin: 0 0 12px;
  padding: 0;
  text-transform: uppercase;
  transition: color 0.8s;
}
#allProjects .content .skill-selector .skill-btn:hover {
  color: hsla(0, 0%, 100%, 0.7);
  transition: none;
}
#allProjects .content .skill-selector .skill-btn.selected {
  color: hsla(0, 0%, 100%, 0.8);
}
#allProjects .content .skill-selector .skill-btn.in span {
  -webkit-transform: translate3d(-2px, 0, 0);
  transform: translate3d(-2px, 0, 0);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#allProjects .content .skill-selector .skill-btn span {
  display: inline-block;
  line-height: 0.8;
  pointer-events: none;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#allProjects .content .items {
  flex: 1 1;
  height: calc(100% - 20px);
  margin-left: 0;
  margin-right: auto;
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 6px;
  position: relative;
  width: 100%;
}
#allProjects .content .items .items-container .project-thumb {
  aspect-ratio: 14/8;
  display: none;
  margin: 6px 0 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
#allProjects .content .items .items-container .project-thumb:first-child {
  margin: 0;
}
#allProjects .content .items .items-container .project-thumb:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
#allProjects .content .items .items-container .project-thumb.active {
  display: block;
}
#allProjects .content .items .items-container .project-thumb.in {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
#allProjects .content .items .items-container .project-thumb .tooltip {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  padding-right: 10px;
  position: absolute;
  right: 0;
  width: 100%;
}
#allProjects .content .items .items-container .project-thumb .tooltip p {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3px;
  text-align: right;
  text-shadow: 0 0 3px #000;
}
#allProjects .content .items .items-container .project-thumb .img {
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 100%;
}
#allProjects .fg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#allProjects .fg .line {
  background: #fff;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s 0.7s, -webkit-transform 0.8s 0.4s;
  transition: opacity 0.5s 0.7s, transform 0.8s 0.4s;
  transition: opacity 0.5s 0.7s, transform 0.8s 0.4s,
    -webkit-transform 0.8s 0.4s;
}
#allProjects .fg .line.bottom,
#allProjects .fg .line.top {
  height: 1px;
  width: 100%;
}
#allProjects .fg .line.left,
#allProjects .fg .line.right {
  height: 100%;
  width: 1px;
}
#allProjects .fg .line.top {
  top: 0;
  -webkit-transform: translate3D(0, 60px, 0);
  transform: translate3D(0, 60px, 0);
}
#allProjects .fg .line.bottom {
  bottom: 0;
  -webkit-transform: translate3D(0, -60px, 0);
  transform: translate3D(0, -60px, 0);
}
#allProjects .fg .line.left {
  left: 0;
  -webkit-transform: translate3D(60px, 0, 0);
  transform: translate3D(60px, 0, 0);
}
#allProjects .fg .line.right {
  right: 0;
  -webkit-transform: translate3D(-60px, 0, 0);
  transform: translate3D(-60px, 0, 0);
}
@media screen and (min-width: 768px) {
  #allProjects .content {
    flex-direction: row;
    justify-content: space-between;
  }
  #allProjects .content .mobile-select-toggle,
  #allProjects .content .mobile-title {
    display: none;
  }
  #allProjects .content .skill-selector {
    margin-right: 6px;
    margin-top: 20px;
    max-width: 520px;
    min-width: 520px;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
    top: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0ms;
    transition: transform 0ms;
    transition: transform 0ms, -webkit-transform 0ms;
    white-space: nowrap;
    width: 700px;
  }
  #allProjects .content .skill-selector .skill-btn {
    font-size: 27px;
  }
  #allProjects .content .skill-selector .skill-btn:first-child {
    font-size: 70px;
  }
  #allProjects .content .skill-selector .skill-btn:nth-child(2),
  #allProjects .content .skill-selector .skill-btn:nth-child(3) {
    font-size: 28px;
  }
  #allProjects .content .skill-selector .skill-btn.in span {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  #allProjects .content .items {
    flex-grow: 1;
  }
  #allProjects .content .items .project-thumb .tooltip {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #allProjects .content {
    align-items: flex-start;
  }
  #allProjects .content .items .items-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #allProjects .content .items .items-container .project-thumb {
    margin: 0 4px 4px 0 !important;
  }
  #allProjects .content .items .items-container .project-thumb .tooltip {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  #allProjects .content {
    align-items: flex-start;
  }
  #allProjects .content .items .items-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #allProjects .content .items .items-container .project-thumb {
    margin: 0 4px 4px 0 !important;
  }
  #allProjects .content .items .items-container .project-thumb .tooltip {
    width: 100%;
  }
}
@media screen and (min-width: 3001px) {
  #allProjects {
    font-size: 36px;
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
  }
  #allProjects .header .title {
    height: 80px;
    width: calc(100% - 88px);
  }
  #allProjects .header .title h1 {
    font-size: 80px;
  }
  #allProjects .header .close-btn {
    width: 80px;
  }
  #allProjects .header .close-btn:after,
  #allProjects .header .close-btn:before {
    height: 4px;
    left: 20px;
    width: 40px;
  }
  #allProjects .content .items .project-thumb {
    margin: 0 4px 4px 0 !important;
  }
  #allProjects .content .items .project-thumb .tooltip {
    padding-right: 0;
  }
  #allProjects .content .items .project-thumb .tooltip p {
    font-size: 26px;
    margin: 8px 10px;
    text-shadow: 0 0 6px #000;
  }
}
#cover {
  background: url(https://cms.jeremytani.com/wp-content/uploads/2023/06/dot-matrix-white-150.png);
  background-position: -50%;
  bottom: 10px;
  height: calc(100% - 132px);
  position: fixed;
  width: calc(100% - 20px);
  z-index: 3;
}
#cover,
#cover .content {
  display: flex;
  justify-content: flex-start;
}
#cover .content {
  align-items: center;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
#cover .content .heading {
  position: absolute;
  right: 4px;
  top: 4px;
  width: calc(100% - 28px);
  z-index: 10;
}
#cover .content .introbox {
  background: rgba(0, 0, 0, 0.85);
  margin-bottom: 26px;
  margin-top: 52px;
  max-width: 500px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: calc(100% - 36px);
}
#cover .content .introbox .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
#cover .content .introbox .content .img,
#cover .content .introbox .content .img img {
  display: block;
  width: 100%;
}
#cover .content .introbox .content .bio-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  width: 100%;
}
#cover .content .introbox .content .bio-container .bio-text {
  color: #fff;
}
#cover .content .introbox .content .bio-container .links-container {
  display: none;
  flex-direction: column;
  margin-top: 4px;
  position: relative;
}
#cover .content .footer {
  align-items: center;
  bottom: 4px;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  width: calc(100% - 8px);
}
#cover .content .footer:before {
  background: #fff;
  content: "";
  height: 11px;
  width: 11px;
}
#cover .content .footer .note {
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 501px) {
  #cover {
    width: calc(100% - 20px);
  }
  #cover .content .heading {
    margin-left: 0;
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 769px) {
  #cover .content {
    justify-content: center;
  }
  #cover .content .introbox {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 940px;
  }
  #cover .content .introbox .content {
    align-items: stretch;
    flex-direction: row;
    gap: 8px;
  }
  #cover .content .introbox .content .img {
    max-width: 300px;
  }
  #cover .content .introbox .content .bio-container {
    justify-content: space-between;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  #cover .content .introbox .content .bio-container .bio-text p {
    font-size: 22px;
  }
}
@media screen and (max-height: 770px) {
  #cover .fc-cover {
    align-items: flex-end;
  }
  #cover .fc-cover.in .fc-item:before {
    opacity: 0.8;
  }
  #cover .fc-cover .fc_block_chunks,
  #cover .fc-cover .fc_main_message {
    height: calc(100% - 100px);
    margin-bottom: 26px;
  }
}
@media screen and (max-height: 600px) {
  #cover .content {
    justify-content: flex-end;
  }
  #cover .content .introbox {
    height: calc(100% - 100px);
    margin-bottom: 26px;
  }
  #cover .content .introbox .content .img {
    max-width: none;
    width: auto;
  }
  #cover .content .introbox .content .img img {
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 3001px) {
  #cover {
    height: calc(100% - 172px);
  }
  #cover .content .heading {
    width: calc(100% - 440px);
  }
  #cover .content .introbox {
    max-width: 2000px;
    padding: 16px;
  }
  #cover .content .introbox .content {
    gap: 16px;
  }
  #cover .content .introbox .content .img {
    max-width: 700px;
  }
  #cover .content .introbox .content .bio-container {
    gap: 16px;
  }
  #cover .content .introbox .content .bio-container .bio-text p {
    font-size: 44px;
  }
  #cover
    .content
    .introbox
    .content
    .bio-container
    .links-container
    .textbox-link {
    margin-top: 8px;
    padding: 8px 8px 0;
  }
  #cover
    .content
    .introbox
    .content
    .bio-container
    .links-container
    .textbox-link
    span {
    font-size: 32px;
  }
  #cover .content .fc-cover {
    font-size: 36px;
  }
  #cover .content .fc-cover .fc-item {
    max-height: 1000px;
    max-width: 2660px;
    padding: 16px;
  }
  #cover .content .fc-cover .fc-item .content-container .title-container {
    gap: 10px;
    padding-bottom: 8px;
  }
  #cover
    .content
    .fc-cover
    .fc-item
    .content-container
    .title-container:before {
    height: 2px;
  }
  #cover
    .content
    .fc-cover
    .fc-item
    .content-container
    .title-container
    .title
    span {
    font-size: 64px;
  }
  #cover
    .content
    .fc-cover
    .fc-item
    .content-container
    .title-container
    .close-btn {
    height: 48px;
    width: 48px;
  }
  #cover .content .fc-cover .fc-item .content-container .fc-content {
    padding-top: 8px;
  }
  #cover
    .content
    .fc-cover
    .fc-item.fc_main_message
    .content-container
    .fc-content {
    font-size: 56px;
  }
  #cover .content .footer {
    gap: 8px;
    width: calc(100% - 16px);
  }
  #cover .content .footer:before {
    height: 22px;
    width: 22px;
  }
  #cover .content .footer .note {
    font-size: 26px;
  }
}
.messager {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  width: 100%;
  z-index: 20;
}
.messager.displayed {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.messager .text-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 50px 30px 40px;
  position: relative;
  width: calc(100% - 100px);
}
.messager .text-container .close-btn {
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 20px;
}
.messager .text-container .close-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.messager .text-container .close-btn:after,
.messager .text-container .close-btn:before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 13px;
}
.messager .text-container .close-btn:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.messager .text-container .close-btn:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.messager .text-container .text {
  font-weight: 700;
  text-align: center;
}
.textbox-link {
  background: hsla(0, 0%, 100%, 0.45);
  cursor: pointer;
  font-family: Syncopate, sans-serif;
  margin-top: 4px;
  padding: 4px 4px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.textbox-link:first-child {
  margin-top: 0;
}
.textbox-link:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.textbox-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.25s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.25s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.25s cubic-bezier(1, 0, 0, 1),
    -webkit-transform 0.25s cubic-bezier(1, 0, 0, 1);
}
.textbox-link:hover span {
  color: #494949;
  transition: color 0.25s;
}
.textbox-link span {
  color: #fff;
  font-weight: 800;
  line-height: 1;
  position: relative;
  transition: color 0.3s;
}
.fc-cover .chunkcollectioncover .glider-contain {
  height: calc(100% - 25px);
  width: 100%;
}
.fc-cover .chunkcollectioncover .glider-contain .glider {
  height: calc(100% - 2px);
  overflow: hidden;
}
.fc-cover .chunkcollectioncover .glider-contain .glider .glider-track {
  height: 100%;
}
.fc-cover .chunkcollectioncover .chunk {
  color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
.fc-cover .chunkcollectioncover .chunk .bg {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: calc(100% - 8px);
}
.fc-cover .chunkcollectioncover .chunk .chunk-content {
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: calc(100% - 24px);
}
.fc-cover .chunkcollectioncover .chunk .chunk-content:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.25s, -webkit-transform 1s;
  transition: transform 1s, background 0.25s;
  transition: transform 1s, background 0.25s, -webkit-transform 1s;
  width: 100%;
}
.fc-cover .chunkcollectioncover .chunk .chunk-content:hover:before {
  -webkit-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition: background 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, background 0.25s;
  transition: transform 0.25s, background 0.25s, -webkit-transform 0.25s;
}
.fc-cover .chunkcollectioncover .chunk .chunk-content:hover .play-btn {
  -webkit-transform: scale(0.8) translate3d(-60%, -60%, 0);
  transform: scale(0.8) translate3d(-60%, -60%, 0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.fc-cover .chunkcollectioncover .chunk .chunk-content .text {
  -webkit-transform: translate3d(0, -130%, 0);
  transform: translate3d(0, -130%, 0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover .chunkcollectioncover .chunk .chunk-content .text p {
  font-size: 16px;
  margin-bottom: 10px;
}
.fc-cover .chunkcollectioncover .chunk .chunk-content .text p strong {
  font-size: 23px;
}
.fc-cover .chunkcollectioncover .chunk .chunk-content .play-btn {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 100px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 100px;
}
.fc-cover .chunkcollectioncover .chunk .chunk-content .play-btn:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAGFBMVEUAAAD///////////////////////////8jfp1fAAAAB3RSTlMAgL30IR7w+vRSwQAAADdJREFUKM9jGBRAAIsYYyE2leJDVymrsiqmUqbyIkylzOVlEFMJqmRRVoEqJOzQoawQmEIGNwAAu4QLHeoKNOcAAAAASUVORK5CYII=)
    no-repeat 50%;
  background-size: contain;
  content: "";
  height: 65%;
  left: 55%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 65%;
}
.fc-cover .chunkcollectioncover .dots {
  opacity: 0;
}
.fc-cover .chunkcollectioncover .arrows {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  width: 100%;
}
.fc-cover .chunkcollectioncover .arrows .arrow {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 40px;
  pointer-events: auto;
  position: relative;
  transition: background 1s;
  width: 40px;
}
.fc-cover .chunkcollectioncover .arrows .arrow.prev {
  border-radius: 0 20px 20px 0;
  left: 4px;
  -webkit-transform: scale(0.65) translate3d(-80px, 0, 0);
  transform: scale(0.65) translate3d(-80px, 0, 0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover .chunkcollectioncover .arrows .arrow.prev:before {
  -webkit-transform: scale(0.65) translate3d(-2px, 0, 0);
  transform: scale(0.65) translate3d(-2px, 0, 0);
}
.fc-cover .chunkcollectioncover .arrows .arrow.next {
  border-radius: 20px 0 0 20px;
  right: 4px;
  -webkit-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover .chunkcollectioncover .arrows .arrow.next:before {
  -webkit-transform: scaleX(-0.65) scaleY(0.65) translateZ(0);
  transform: scaleX(-0.65) scaleY(0.65) translateZ(0);
}
.fc-cover .chunkcollectioncover .arrows .arrow:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAgJsrThgAAAAoSURBVBjTY6ApYGyAM9kc4ExJhIIUhNIJVFaKEEWoRZhAM8UNDHQBAJF2B3VXDyowAAAAAElFTkSuQmCC)
    no-repeat 50%;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.fc-cover .chunkcollectioncover .arrows .arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transition: background 1s;
}
.fc-cover .chunkcollectioncover .arrows .arrow:hover.prev:before {
  -webkit-transform: scale(0.85) translate3d(-7px, 0, 0);
  transform: scale(0.85) translate3d(-7px, 0, 0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover .chunkcollectioncover .arrows .arrow:hover.next:before {
  -webkit-transform: scaleX(-0.85) scaleY(0.85) translate3d(-7px, 0, 0);
  transform: scaleX(-0.85) scaleY(0.85) translate3d(-7px, 0, 0);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.fc-cover.in .chunkcollectioncover .chunk .bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.fc-cover.in .chunkcollectioncover .chunk .chunk-content:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0, transparent);
  transition: background 0.25s 0.5s, -webkit-transform 0.25s;
  transition: transform 0.25s, background 0.25s 0.5s;
  transition: transform 0.25s, background 0.25s 0.5s, -webkit-transform 0.25s;
}
.fc-cover.in .chunkcollectioncover .chunk .chunk-content .text {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.fc-cover.in .chunkcollectioncover .chunk .chunk-content .play-btn {
  opacity: 1;
}
.fc-cover.in .chunkcollectioncover .dots {
  opacity: 1;
  transition: opacity 0.25s 0.75s;
}
.fc-cover.in .chunkcollectioncover .arrows .arrow.next,
.fc-cover.in .chunkcollectioncover .arrows .arrow.prev {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s 0.75s;
  transition: transform 0.25s 0.75s;
  transition: transform 0.25s 0.75s, -webkit-transform 0.25s 0.75s;
}
@media screen and (min-width: 3001px) {
  .fc-cover .chunkcollectioncover .glider-contain {
    height: calc(100% - 50px);
  }
  .fc-cover .chunkcollectioncover .chunk .bg {
    width: calc(100% - 16px);
  }
  .fc-cover .chunkcollectioncover .chunk .chunk-content {
    padding: 16px;
    width: calc(100% - 48px);
  }
  .fc-cover .chunkcollectioncover .chunk .chunk-content .text p {
    font-size: 32px;
  }
  .fc-cover .chunkcollectioncover .chunk .chunk-content .text p b,
  .fc-cover .chunkcollectioncover .chunk .chunk-content .text p strong {
    font-size: 46px;
  }
  .fc-cover .chunkcollectioncover .dots {
    margin-top: 4px;
  }
  .fc-cover .chunkcollectioncover .dots .glider-dot {
    height: 24px;
    width: 24px;
  }
  .fc-cover .chunkcollectioncover .arrows .arrow {
    height: 80px;
    width: 80px;
  }
  .fc-cover .chunkcollectioncover .arrows .arrow.prev {
    left: 8px;
  }
  .fc-cover .chunkcollectioncover .arrows .arrow.next {
    right: 8px;
  }
}
.glider,
.glider-contain {
  margin: 0 auto;
  position: relative;
}
.glider,
.glider-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  outline: 0;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}
.glider-contain {
  width: 100%;
}
.glider {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow-y: hidden;
}
.glider-track {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.glider.draggable {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.glider.drag {
  cursor: grabbing;
}
.glider-slide {
  align-content: center;
  justify-content: center;
  min-width: 150px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  height: 0;
  opacity: 0;
}
.glider-next,
.glider-prev {
  background: 0 0;
  color: #666;
  cursor: pointer;
  font-size: 40px;
  left: -23px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  text-decoration: none;
  top: 30%;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  z-index: 2;
}
.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #ccc;
}
.glider-next {
  left: auto;
  right: -23px;
}
.glider-next.disabled,
.glider-prev.disabled {
  color: #666;
  cursor: default;
  opacity: 0.25;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}
.glider-dot {
  background: #ccc;
  border-radius: 999px;
  color: #ccc;
  cursor: pointer;
  display: block;
  height: 12px;
  margin: 7px;
  width: 12px;
}
.glider-dot:focus,
.glider-dot:hover {
  background: #ddd;
}
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 3px;
    opacity: 1;
    width: 7px;
  }
  .glider::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 61%, 0.25);
    border-radius: 99px;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.25);
    opacity: 1;
  }
}


@media (orientation: landscape) and (max-width: 1024px) {
    body:after{
      background:black url(https://jeremytani.com/images/turndevice.jpg)no-repeat center;
      background-size:contain;
      content:'';
      height:100%;
      left:0;
      position:absolute;
      top:0;
      Width:100%;
    }
}