@import url("https://p.typekit.net/p.css?s=1&k=duo3tdm&ht=tk&f=19121.19123&a=12497077&app=typekit&e=css");
@font-face {
  font-family: "akzidenz-grotesk";
  src: url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "akzidenz-grotesk";
  src: url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
a {
  background-color: transparent;
}
strong {
  font-weight: bolder;
}
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[type=button],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body {
  background: url(../img/MARS_repeat@4x.png);
}
@media screen and (max-width: 786px) {
  body {
    background-size: 32%;
  }
}
body,
button {
  font-family: akzidenz-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: Druk Wide Web;
  src: url(../fonts/DrukWide-Medium-Web.eot);
  src: url(../fonts/DrukWide-Medium-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/DrukWide-Medium-Web.woff2) format("woff2"), url(../fonts/DrukWide-Medium-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Druk Wide Web;
  src: url(../fonts/DrukWide-Super-Web.eot);
  src: url(../fonts/DrukWide-Super-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/DrukWide-Super-Web.woff2) format("woff2"), url(../fonts/DrukWide-Super-Web.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
h2,
h5,
strong {
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 500;
}
h2:first-of-type,
h5:first-of-type {
  margin-top: 0;
}
h2 {
  font-size: 30px;
}
h5 {
  font-size: 18px;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto;
}
body {
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  overflow-x: hidden;
}
.curtain {
  opacity: 0;
}
body.loading {
  overflow: hidden;
}
body.loading .curtain {
  opacity: 1;
}
button.link {
  display: inline-block;
  position: relative;
  font: inherit;
}
.btn-back,
button.link {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none;
}
.btn-back {
  display: none;
  position: fixed;
  top: 5vh;
  right: 60px;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  text-transform: none;
  transform: translateX(120px);
}
.btn-back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
  transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .btn-back {
    top: 5vw;
    right: 15px;
  }
  .btn-back:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .btn-back {
    display: block;
  }
}
.btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
}
.icon-close {
  display: block;
}
.icon-close:after,
.icon-close:before {
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
}
.icon-close {
  position: relative;
}
.icon-close:after,
.icon-close:before {
  content: "";
  display: block;
}
.icon-close:before {
  transform: translateX(-50%) rotate(-45deg);
}
.icon-close:after {
  transform: translateX(-50%) rotate(45deg);
}
body.ultra-mode {
  background-color: #000;
  color: #f2f2f2;
}
body.ultra-mode .ui {
  color: #f2f2f2;
}
body.ultra-mode .ui .copyright {
  color: #fff;
}
body.ultra-mode .mobile-nav {
  border-color: #f2f2f2;
}
body.ultra-mode .mobile-nav-inner,
body.ultra-mode .mobile-nav-inner:after,
body.ultra-mode .mobile-nav-inner:before {
  background-color: #f2f2f2;
}
body.ultra-mode .ui a:not(.logo),
body.ultra-mode .ui button.link {
  color: #f2f2f2;
}
body.ultra-mode .ui .links .about-li:after,
body.ultra-mode .ui .links .journal-li:after {
  background-color: #f2f2f2;
}
body.ultra-mode .icon-close:after,
body.ultra-mode .icon-close:before {
  background-color: #f2f2f2;
}
body.ultra-mode .about:before {
  background-color: rgba(0, 0, 0, 0.85);
}
body.ultra-mode .about .left,
body.ultra-mode .about .right {
  color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  body.ultra-mode .about:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.ultra-mode .ui .info {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
body.ultra-mode {
  background-color: #4801ff;
}
body.ultra-mode .curtain {
  background-color: #4801ff !important;
}
body.ultra-mode .about:before {
  background-color: rgba(72, 1, 255, 0.85);
}
body.ultra-mode .logo {
  color: #fff;
}
@supports (-webkit-text-stroke:1px #fff) or (text-stroke:1px #fff) {
  body.ultra-mode .logo {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  body.ultra-mode .ui .info {
    background-color: rgba(72, 1, 255, 0.85);
  }
}
@supports (-webkit-text-stroke:3px #000) or (text-stroke:3px #000) {
  body.ultra-mode.home-page .projects a {
    color: #000;
    -webkit-text-stroke: 3px #000;
    text-stroke: 3px #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  @supports (-webkit-text-stroke: 2px #000) or (text-stroke:2px #000) {
    body.ultra-mode.home-page .projects a {
      color: #000;
      -webkit-text-stroke: 2px #000;
      text-stroke: 2px #000;
    }
  }
}
@media screen and (max-width: 767px) {
  @supports (-webkit-text-stroke: 1px #151515) or (text-stroke:1px #151515) {
    body.ultra-mode.home-page .projects a {
      color: #000;
      -webkit-text-stroke: 0 #151515;
      text-stroke: 0 #151515;
    }
  }
}
.ui {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.ui .logo {
  display: block;
  position: absolute;
  bottom: calc(7.5vh + 67px);
  left: 60px;
  z-index: 1;
  font-family: Druk Wide Web;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 0.85em;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@supports (-webkit-text-stroke:1px #000) or (text-stroke:1px #000) {
  .ui .logo {
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }
}
.ui .logo .slideUp {
  padding-bottom: 2px;
  display: none;
}
.large-logo {
  position: absolute;
  content: url(../img/marsgroup_90.png);
  height: 100%;
}
@media screen and (max-width: 812px) {
  .large-logo {
    display: none;
  }
  .ui .logo .slideUp {
    padding-bottom: 2px;
    display: block;
  }
}
.ui ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.ui li {
  margin-bottom: 5px;
}
.ui li span {
  margin-right: 15px;
  font-size: 10px;
}
.ui a {
  text-decoration: none;
}
.ui a,
.ui button.link {
  color: #000;
}
.ui .contact,
.ui .info,
.ui .left,
.ui .right,
.ui .social {
  display: -ms-flexbox;
  display: flex;
}
.ui .left {
  width: 70%;
}
.ui .left,
.ui .right {
  -ms-flex-align: end;
  align-items: flex-end;
}
.ui .right {
  position: relative;
  width: 30%;
  max-width: 250px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ui .copyright {
  position: absolute;
  bottom: 22px;
  left: 60px;
  width: 50%;
  font-size: 10px;
  color: #000;
  opacity: 0.25;
}
.ui .bottom {
  width: 100%;
  height: 70px;
  bottom: 0;
  background-color: #fff;
}
.ui .bottom > div {
  position: relative;
  float: left;
  height: 70px;
}
.ui .bottom > div.orange {
  background: #e64727;
  width: 50%;
}
.ui .bottom > div.orange .channel-logo {
  padding: 1vh 60px 5vh;
}
.ui .bottom > div.orange .channel-logo img {
  height: 60px;
}
.ui .bottom > div.yellow {
  background: #f49f15;
  width: 15%;
}
.ui .bottom > div.pink {
  background: #ec77a1;
  width: 20%;
}
.ui .bottom > div.blue {
  background: #0f2443;
  width: 5%;
}
.ui .bottom > div.light-pink {
  background: #eea3c6;
  width: 10%;
}
@media screen and (max-height: 550px) and (min-width: 1025px) {
  .ui .copyright {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .ui .copyright {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .ui .copyright {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ui .copyright {
    width: calc(95% - 50px);
    font-size: 12px;
  }
}
body.home-page .ui .copyright {
  color: #fff;
  opacity: 0.5;
}
@media screen and (min-width: 1025px) {
  body.home-page .ui .copyright {
    opacity: 0;
  }
}
.ui .info {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100vw;
  padding: 2.5vh 110px 5vh;
}
.ui .info a,
.ui .info button.link {
  display: inline-block;
  position: relative;
  transform: rotateY(0deg) translateZ(0);
  transform-origin: left center;
}
.ui .info li {
  perspective: 250px;
  perspective-origin: 0;
}
.ui .info .contact li {
  perspective: 400px;
}
.ui .info .contact .email {
  display: inline-block;
}
.ui .links .about-li:after,
.ui .links .journal-li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
  transform-origin: left center;
  transform: scaleX(0) translateZ(0);
}
.ui .credit-link {
  perspective: 250px;
  perspective-origin: 0;
}
.ui .credit-link a {
  transform-origin: left center;
  margin-right: 12px;
}
.ui .contact ul {
  margin-right: 3vw;
}
.ui .credits,
.ui .social {
  width: 50%;
}
.ui .credits {
  text-align: right;
}
.ui .credits div:not(:last-of-type) {
  margin-bottom: 5px;
}
.ui .color-mode {
  position: absolute;
  top: 12px;
  right: -55px;
  opacity: 0;
}
@media screen and (max-width: 1355px) {
  .ui .color-mode {
    top: auto;
    position: fixed;
    bottom: 6px;
    right: 6px;
  }
}
.ui .color-mode .circle {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  border-top: 4px solid #f2f2f2;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  border-left: 4px solid #f2f2f2;
  box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.25), 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: rotate(-180deg) scale(0);
}
.ui .color-mode .circle:after,
.ui .color-mode .circle:before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
}
.ui .color-mode .circle:before {
  border: 4px solid transparent;
  border-top: 4px solid #4801ff;
  transform: rotate(60deg);
}
.ui .color-mode .circle:after {
  border: 4px solid transparent;
  border-top: 4px solid #4801ff;
  transform: rotate(30deg);
}
.ui .color-mode .dot {
  position: absolute;
  top: 50%;
  right: calc(50% - 4px);
  transform: translate3d(-50%, -50%, 0);
  width: 4px;
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.ui .color-mode button {
  position: absolute;
  z-index: 1;
  border: 0;
  background-color: transparent;
  outline: 0;
}
.ui .color-mode button.night-mode {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
.ui .color-mode button.light-mode {
  top: 0;
  left: 0;
  width: 50%;
  height: calc(100% - 10px);
}
.ui .color-mode button.ultra-mode {
  top: 0;
  right: 0;
  width: 50%;
  height: calc(100% - 10px);
}
.mobile-nav {
  display: none;
  border: 0;
  margin: 0 -11px 0 0;
  padding: 0;
  overflow: visible;
  background-color: transparent;
  text-transform: none;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
}
.mobile-nav-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
}
.mobile-nav-inner {
  display: block;
}
.mobile-nav-inner,
.mobile-nav-inner:after,
.mobile-nav-inner:before {
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
}
.mobile-nav-inner {
  position: relative;
}
.mobile-nav-inner:after,
.mobile-nav-inner:before {
  content: "";
  display: block;
}
.mobile-nav-inner:before {
  top: -7px;
}
.mobile-nav-inner:after {
  bottom: -7px;
}
@media screen and (width: 1024px) {
  .ui .info {
    opacity: 1;
  }
}
@media screen and (width: 768px) {
  .ui .info {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .ui li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (width: 812px) and (height: 375px) {
  .ui .logo {
    position: relative;
    bottom: auto;
    top: 0;
    left: 0;
    font-size: 18px;
  }
  .ui .info {
    padding: 2.5vh 20px 5vh !important;
  }
  .ui .contact,
  .ui .info,
  .ui .left,
  .ui .right,
  .ui .social {
    display: table-row !important;
  }
  .home-page .ui .links {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ui {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 5vw 30px 0;
  }
  .ui,
  .ui .logo {
    top: 0;
    bottom: auto;
  }
  .ui .logo {
    position: relative;
    left: 0;
    font-size: 18px;
  }
  .ui .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 30vh 30px 25vh;
    background-color: hsla(0, 0%, 95%, 0.95);
    opacity: 0;
  }
  .ui .left {
    width: 60%;
  }
  .ui .right {
    width: 40%;
  }
  .ui .links .about-li:after,
  .ui .links .journal-li:after {
    display: none;
  }
  .ui .credits .label {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .ui .contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ui .contact ul {
    width: 100%;
  }
  .ui .contact {
    width: 55%;
  }
  .ui .links {
    width: 45%;
  }
  .ui .info a,
  .ui .info button.link {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .ui li {
    font-size: 16px;
  }
  .ui li span {
    font-size: 12px;
  }
  .mobile-nav {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 0;
    border: 0;
    animation: g 0.4s 0.5s forwards;
  }
}
@media screen and (min-width: 420px) and (max-width: 767px) {
  .ui .contact ul:first-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 414px) {
  .credits {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 420px) {
  .ui .info {
    padding: 15vh 30px 10vh;
  }
  .ui .contact,
  .ui .left,
  .ui .right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
  .ui .right {
    max-width: 100%;
  }
  .ui .links {
    width: 50%;
  }
  .ui .contact ul,
  .ui .social ul {
    width: 100%;
  }
  .ui .contact ul {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .ui .credits,
  .ui .social {
    width: 50%;
  }
  .ui .credit-link {
    margin-bottom: 0;
  }
  .ui .info .links a,
  .ui .info .links button.link,
  .ui .info .social a {
    display: block;
    padding-top: 5vw;
  }
  .ui .info .social li:last-of-type {
    margin-bottom: 0;
  }
}
@keyframes g {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slideUp {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slideUp span {
  display: block;
  transform: translateY(120%);
  animation: h 1s forwards;
}
.slideUp:nth-child(2) span {
  animation-delay: 0.2s;
}
.slideUp:nth-child(3) span {
  animation-delay: 0.35s;
}
body.home-page .slideUp span {
  animation-delay: 2s;
}
body.home-page .slideUp:nth-child(2) span {
  animation-delay: 2.2s;
}
body.home-page .slideUp:nth-child(3) span {
  animation-delay: 2.35s;
}
@keyframes h {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0);
  }
}
.ui .contact ul,
.ui .credits,
.ui .links,
.ui .social {
  opacity: 0;
  transform: translateY(-101%);
  animation: i 1s 0.4s forwards;
}
.ui .contact ul:nth-child(2) {
  animation-delay: 0.6s;
  animation-delay: 0.8s;
}
.ui .social {
  animation-delay: 1s;
}
.ui .credits {
  animation-delay: 1.2s;
}
@keyframes i {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-page .ui .contact ul,
.home-page .ui .credits,
.home-page .ui .links,
.home-page .ui .social {
  animation-delay: 2.4s;
}
.home-page .ui .contact ul:nth-child(2) {
  animation-delay: 2.6s;
}
.home-page .ui .links {
  animation-delay: 2.8s;
}
.home-page .ui .social {
  animation-delay: 3s;
}
.home-page .ui .credits {
  animation-delay: 3.2s;
}
.home-page .stagePerspective {
  position: relative;
  width: 100%;
  perspective: 100vw;
}
.home-page:not(.isMobile) .stagePerspective {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.home-page .stageContainer {
  position: relative;
  width: 100%;
  transform: translateZ(0);
  transform-style: preserve-3d;
}
.home-page .stage {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 5vw 5vw calc(7.5vw + 67px) 0;
  transform-style: preserve-3d;
  opacity: 1;
}
.home-page .projects {
  position: relative;
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
  width: 95%;
  transform-style: preserve-3d;
}
.home-page .projectsLi {
  transform-style: preserve-3d;
}
.home-page .projectContainer {
  transform: rotateY(-45deg) translateZ(0) scale(1);
  transform-origin: right center;
  transform-style: preserve-3d;
  will-change: transform;
}
.home-page .projects a {
  position: relative;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Druk Wide Web;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-size: 9.6vw;
  letter-spacing: 0.02em;
  line-height: 0.9em;
}
@supports (-webkit-text-stroke:3px #000) or (text-stroke:3px #000) {
  .home-page .projects a {
    -webkit-text-stroke: 3px #000;
    text-stroke: 3px #000;
  }
}
.home-page .projects a:before {
  content: attr(data-info);
  white-space: pre;
  position: absolute;
  top: 3.7em;
  left: -250px;
  width: 200px;
  text-align: right;
  font-size: 0.7vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  color: #000 !important;
}
@supports (-webkit-text-stroke:3px #000) or (text-stroke:3px #000) {
  .home-page .projects a:before {
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
  }
}
.home-page .projects a:after {
  content: "";
  position: absolute;
  top: 0.23em;
  left: -0.3em;
  width: 2px;
  height: 0.85em;
  background-color: #000;
  transform: rotate(25deg);
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .home-page .projects a {
    font-size: 7.4vw;
  }
  @supports (-webkit-text-stroke:2px #000) or (text-stroke:2px #000) {
    .home-page .projects a {
      -webkit-text-stroke-width: 2px;
      text-stroke-width: 2px;
    }
  }
  .home-page .projects a:after {
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .home-page {
    overflow-x: hidden;
  }
  .home-page .stagePerspective {
    perspective: 400vw;
  }
  .home-page .stage {
    padding-top: 17vw;
    padding-bottom: 17vw;
  }
  @supports (-webkit-text-stroke:1px #000) or (text-stroke:1px #000) {
    .home-page .projects a {
      -webkit-text-stroke-width: 1px;
      text-stroke-width: 1px;
    }
  }
  .home-page .projects a:after {
    width: 1px;
  }
}
@media screen and (max-width: 420px) {
  .home-page .stage {
    padding-top: 25vw;
  }
  .home-page .projects a:before {
    top: 10px;
    left: -220px;
    font-size: 7px;
  }
  .home-page .projects a:after {
    top: 10px;
    left: -15px;
  }
  .home-page .projects {
    width: 100%;
  }
  .home-page .projects a {
    font-size: 13vw;
    letter-spacing: normal;
  }
}
.home-page .parallaxPerspective {
  perspective-origin: 50% var(--perspective-origin-y);
  will-change: perspective-origin;
}
@media screen and (min-width: 768px) {
  body:not(.aboutShow) .about .container {
    transform: translate3d(0, 30px, 0);
  }
}
.about {
  z-index: 1;
  opacity: 0;
}
.about,
.about:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about:before {
  content: "";
  z-index: -1;
  background-color: hsla(0, 0%, 95%, 0.95);
}
.about .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: calc(1440px + 10vw);
  height: calc(100vh - (106px + 15vh));
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: calc(106px + 15vh) auto calc(107px + 5vh);
  padding-left: 5vw;
  padding-right: 5vw;
  transform: translateZ(0);
}
.about .left {
  width: 55%;
  padding-right: 10%;
  font-size: 30px;
  line-height: 1.2em;
  color: #000;
}
.about .left p {
  font-size: 24px;
}
.about .left p:last-of-type {
  margin-bottom: 50px;
}
.about .right {
  -ms-flex-pack: justify;
  width: 45%;
  padding-top: 8px;
  color: #000;
}
.about .col-1,
.about .right {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.about .col-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-pack: justify;
  width: 50%;
  margin-bottom: 30px;
}
.about .left .heading {
  line-height: 1.2em;
}
.about .right .heading {
  width: 100%;
  margin-bottom: 20px;
}
.about p {
  width: 100%;
  margin-bottom: 5px;
}
.about .info {
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .about .right {
    position: relative;
  }
}
@media screen and (max-width: 1070px) {
  .about .left {
    width: 45%;
  }
  .about .right {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .about {
    z-index: 2;
  }
  .about .container {
    display: block;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
  }
  .about .left {
    width: 100%;
    max-width: 414px;
    padding-top: calc(71px + 10vw);
    padding-right: 0;
  }
  .about .left .heading {
    font-size: 24px;
  }
  .about .left p {
    font-size: 20px;
    line-height: 1.4em;
  }
  .about .right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
  .about .col-1 {
    width: 100%;
  }
}
