@font-face {
  font-family: "druk-wide";
  src: url("../fonts/DrukTextWide-Heavy-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
}
.container-fluid .row .col, .container-fluid .row .col-1, .container-fluid .row .col-10, .container-fluid .row .col-11, .container-fluid .row .col-12, .container-fluid .row .col-2, .container-fluid .row .col-3, .container-fluid .row .col-4, .container-fluid .row .col-5, .container-fluid .row .col-6, .container-fluid .row .col-7, .container-fluid .row .col-8, .container-fluid .row .col-9, .container-fluid .row .col-auto, .container-fluid .row .col-lg, .container-fluid .row .col-lg-1, .container-fluid .row .col-lg-10, .container-fluid .row .col-lg-11, .container-fluid .row .col-lg-12, .container-fluid .row .col-lg-2, .container-fluid .row .col-lg-3, .container-fluid .row .col-lg-4, .container-fluid .row .col-lg-5, .container-fluid .row .col-lg-6, .container-fluid .row .col-lg-7, .container-fluid .row .col-lg-8, .container-fluid .row .col-lg-9, .container-fluid .row .col-lg-auto, .container-fluid .row .col-md, .container-fluid .row .col-md-1, .container-fluid .row .col-md-10, .container-fluid .row .col-md-11, .container-fluid .row .col-md-12, .container-fluid .row .col-md-2, .container-fluid .row .col-md-3, .container-fluid .row .col-md-4, .container-fluid .row .col-md-5, .container-fluid .row .col-md-6, .container-fluid .row .col-md-7, .container-fluid .row .col-md-8, .container-fluid .row .col-md-9, .container-fluid .row .col-md-auto, .container-fluid .row .col-sm, .container-fluid .row .col-sm-1, .container-fluid .row .col-sm-10, .container-fluid .row .col-sm-11, .container-fluid .row .col-sm-12, .container-fluid .row .col-sm-2, .container-fluid .row .col-sm-3, .container-fluid .row .col-sm-4, .container-fluid .row .col-sm-5, .container-fluid .row .col-sm-6, .container-fluid .row .col-sm-7, .container-fluid .row .col-sm-8, .container-fluid .row .col-sm-9, .container-fluid .row .col-sm-auto, .container-fluid .row .col-xl, .container-fluid .row .col-xl-1, .container-fluid .row .col-xl-10, .container-fluid .row .col-xl-11, .container-fluid .row .col-xl-12, .container-fluid .row .col-xl-2, .container-fluid .row .col-xl-3, .container-fluid .row .col-xl-4, .container-fluid .row .col-xl-5, .container-fluid .row .col-xl-6, .container-fluid .row .col-xl-7, .container-fluid .row .col-xl-8, .container-fluid .row .col-xl-9, .container-fluid .row .col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 900px) {
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: black;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}

.hidden-for-accessibility {
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}

h1.h1-styling,
h2.h1-styling,
h3.h1-styling,
h4.h1-styling,
h5.h1-styling,
h6.h1-styling,
p.h1-styling,
span.h1-styling, h1 {
  font-family: "druk-wide", serif;
  font-size: 40px;
  line-height: 43px;
  text-transform: uppercase;
}

h1.h2-styling,
h2.h2-styling,
h3.h2-styling,
h4.h2-styling,
h5.h2-styling,
h6.h2-styling,
p.h2-styling,
span.h2-styling, h2 {
  font-size: 52px;
  line-height: 55px;
}

h1.h3-styling,
h2.h3-styling,
h3.h3-styling,
h4.h3-styling,
h5.h3-styling,
h6.h3-styling,
p.h3-styling,
span.h3-styling, h3 {
  font-size: 40px;
  line-height: 43px;
}

h1.h4-styling,
h2.h4-styling,
h3.h4-styling,
h4.h4-styling,
h5.h4-styling,
h6.h4-styling,
p.h4-styling,
span.h4-styling, h4 {
  font-size: 34px;
  line-height: 37px;
}

h1.h5-styling,
h2.h5-styling,
h3.h5-styling,
h4.h5-styling,
h5.h5-styling,
h6.h5-styling,
p.h5-styling,
span.h5-styling, h5 {
  font-size: 28px;
  line-height: 31px;
}

h1.h6-styling,
h2.h6-styling,
h3.h6-styling,
h4.h6-styling,
h5.h6-styling,
h6.h6-styling,
p.h6-styling,
span.h6-styling, h6 {
  font-size: 22px;
  line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0 0 15px 0;
}

a.crossout,
span.crossout {
  color: white !important;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none !important;
  cursor: pointer;
}
a.crossout:before,
span.crossout:before {
  width: calc(100% + 6px);
  height: 1px;
  background-color: white;
  opacity: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: -3px;
  z-index: 2;
  content: "";
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
a.crossout:hover:before,
span.crossout:hover:before {
  opacity: 0.75;
}

ul {
  margin-bottom: 15px;
  padding-left: 18px;
  list-style-type: none;
}
ul li {
  margin: 0 0 8px 0;
  padding: 0;
  position: relative;
}
ul li:before {
  width: 7px;
  height: 1px;
  background-color: white;
  border-radius: 999999px;
  display: block;
  position: absolute;
  top: 10px;
  right: calc(100% + 10px);
  content: "";
}
ul.unlisted {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.unlisted li:before {
  display: none;
}
ul.inline > li {
  display: inline-block;
  vertical-align: top;
}

a.btn,
button.btn {
  width: auto;
  background-color: white;
  color: black;
  border: 1px solid white !important;
  border-radius: 10px;
  margin: 20px 0 15px 0;
  padding: 9px 19px 9px 19px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
a.btn:hover,
button.btn:hover {
  background-color: transparent;
  color: white;
}

header.header-home nav ul.unlisted.inline li,
header.header-project nav ul.unlisted.inline li {
  margin: 0 26px 0 0;
  font-size: 0;
}
header.header-home nav ul.unlisted.inline li a,
header.header-home nav ul.unlisted.inline li span,
header.header-project nav ul.unlisted.inline li a,
header.header-project nav ul.unlisted.inline li span {
  font-size: 16px;
  line-height: 18px;
}
header.header-home nav ul.unlisted.inline li a:before,
header.header-home nav ul.unlisted.inline li span:before,
header.header-project nav ul.unlisted.inline li a:before,
header.header-project nav ul.unlisted.inline li span:before {
  top: 11px;
}
header.header-home nav ul.unlisted.inline li:last-child,
header.header-project nav ul.unlisted.inline li:last-child {
  margin: 0;
}

header.header-home {
  text-align: right;
  position: fixed;
  top: 27px;
  right: 30px;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

header.header-project {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 94px;
  padding: 30px 0 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
header.header-project .header-me h1 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
}
header.header-project .header-me h1 a {
  color: white !important;
  margin: 0;
  display: block;
  text-decoration: none !important;
}

body.work-nav-open header.header-home,
body.about-open header.header-home {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 900px) {
  header.header-home {
    top: 47px;
    right: 50px;
  }
}
footer {
  width: 100%;
  padding: 0 0 64px 0;
}
footer .row > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}
footer ul.unlisted.inline {
  margin: 0;
}
footer ul.unlisted.inline li {
  margin: 0 30px 0 0;
}
footer ul.unlisted.inline li a {
  color: white !important;
}
footer ul.unlisted.inline li:last-child {
  margin-right: 0;
}

.landing-hero {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: black url(../img/landing-hero-background.webp) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 0 140px 150px rgba(9, 11, 8, 0.75);
  overflow: hidden;
  position: relative;
}
.landing-hero .landing-hero__grained {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 2;
}
.landing-hero .landing-hero__ghost {
  position: absolute;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}
.landing-hero .landing-hero__ghost.landing-hero__ghost--1 {
  width: 55vw;
  height: 55vw;
  top: 50%;
  left: 50%;
  z-index: 3;
  filter: blur(40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.landing-hero .landing-hero__ghost.landing-hero__ghost--1 path {
  fill: rgba(210, 218, 195, 0.85);
}
.landing-hero .landing-hero__ghost.landing-hero__ghost--2, .landing-hero .landing-hero__ghost.landing-hero__ghost--3 {
  width: 50vw;
  height: 50vw;
  filter: blur(30px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) skew(-20deg);
  -moz-transform: translateX(-50%) translateY(-50%) skew(-20deg);
  -ms-transform: translateX(-50%) translateY(-50%) skew(-20deg);
  -o-transform: translateX(-50%) translateY(-50%) skew(-20deg);
  transform: translateX(-50%) translateY(-50%) skew(-20deg);
}
.landing-hero .landing-hero__ghost.landing-hero__ghost--2 {
  top: 60%;
  z-index: 4;
}
.landing-hero .landing-hero__ghost.landing-hero__ghost--2 path {
  fill: rgba(0, 130, 255, 0.2);
}
.landing-hero .landing-hero__ghost.landing-hero__ghost--3 {
  top: 40%;
  z-index: 5;
}
.landing-hero .landing-hero__ghost.landing-hero__ghost--3 path {
  fill: rgba(255, 30, 110, 0.2);
}
.landing-hero .landing-hero__lines {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.landing-hero .landing-hero__lines:before {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  position: absolute;
  top: 10%;
  left: -35%;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.work-nav-open .landing-hero .landing-hero__ghost,
body.work-nav-open .landing-hero .landing-hero__lines:after {
  opacity: 0;
  visibility: hidden;
}

body.about-open .landing-hero .landing-hero__ghost,
body.about-open .landing-hero .landing-hero__lines:before {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 576px) {
  .landing-hero .landing-hero__lines:after {
    width: 100%;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    position: absolute;
    top: 85%;
    left: 35%;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
}
@media (min-width: 768px) {
  .landing-hero .landing-hero__ghost.landing-hero__ghost--1 {
    width: 45vw;
    height: 45vw;
  }
  .landing-hero .landing-hero__ghost.landing-hero__ghost--2, .landing-hero .landing-hero__ghost.landing-hero__ghost--3 {
    width: 40vw;
    height: 40vw;
  }
}
@media (min-width: 900px) {
  .landing-hero .landing-hero__ghost {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .landing-hero .landing-hero__ghost.landing-hero__ghost--1 {
    width: 35vw;
    height: 35vw;
  }
  .landing-hero .landing-hero__ghost.landing-hero__ghost--2, .landing-hero .landing-hero__ghost.landing-hero__ghost--3 {
    width: 30vw;
    height: 30vw;
  }
  body.work-nav-open .landing-hero .landing-hero__ghost {
    left: 40%;
  }
}
.work-nav-close {
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.work-nav-close:before, .work-nav-close:after {
  width: 1px;
  height: 22px;
  background-color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
.work-nav-close:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.work-nav-close:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.work-nav {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 60px 30px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
  perspective: 1250px;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.work-nav::-webkit-scrollbar {
  display: none;
}
.work-nav ul.unlisted {
  width: 100%;
  text-align: center;
}
.work-nav ul.unlisted li {
  margin: 0 0 30px 0;
}
.work-nav ul.unlisted li a {
  color: white;
  display: inline-block;
  font-family: "druk-wide", serif;
  font-size: 28px;
  line-height: 31px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-in-out, -webkit-text-stroke 0.25s ease-out, transform 0.25s ease-out;
  -moz-transition: color 0.25s ease-in-out, -webkit-text-stroke 0.25s ease-out, transform 0.25s ease-out;
  -ms-transition: color 0.25s ease-in-out, -webkit-text-stroke 0.25s ease-out, transform 0.25s ease-out;
  -o-transition: color 0.25s ease-in-out, -webkit-text-stroke 0.25s ease-out, transform 0.25s ease-out;
  transition: color 0.25s ease-in-out, -webkit-text-stroke 0.25s ease-out, transform 0.25s ease-out;
  transform-origin: right center;
}

body.work-nav-open .work-nav-close,
body.work-nav-open .work-nav {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 900px) {
  .work-nav-close {
    top: 50px;
    left: 50px;
  }
  .work-nav {
    background-color: transparent;
  }
  .work-nav ul.unlisted {
    width: 75%;
    text-align: right;
    float: right;
    -webkit-transform: rotateY(-45deg);
    -moz-transform: rotateY(-45deg);
    -ms-transform: rotateY(-45deg);
    -o-transform: rotateY(-45deg);
    transform: rotateY(-45deg);
    transform-origin: right center;
  }
  .work-nav ul.unlisted li {
    margin: 0 0 30px 0;
  }
  .work-nav ul.unlisted li a {
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-size: 80px;
    line-height: 76px;
  }
  .work-nav ul.unlisted li a:hover {
    color: white;
    -webkit-text-stroke: 1px transparent;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.about-close {
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 33px;
  right: 30px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.about-close:before, .about-close:after {
  width: 1px;
  height: 22px;
  background-color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
.about-close:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.about-close:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.about-shade {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.about-main {
  width: calc(100% - 60px);
  height: 130px;
  position: absolute;
  top: calc(var(--vh, 1vh) * 100 - 130px - 32px);
  left: 30px;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, top 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, top 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, top 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, top 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, top 0.25s ease-in-out;
}
.about-main h1 {
  color: white;
  margin: 0 0 10px 0;
  font-family: "druk-wide", serif;
  font-size: 35px;
  line-height: 38px;
  text-transform: uppercase;
}
.about-main p {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 17px;
}

.about-more {
  width: 100%;
  max-height: calc(var(--vh, 1vh) * 100 - 130px - 49px);
  padding: 0 0 15px 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 90;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, bottom 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, bottom 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, bottom 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, bottom 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, bottom 0.25s ease-in-out;
}
.about-more::-webkit-scrollbar {
  display: none;
}
.about-more p.about-more__first {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.about-more h2 {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
.about-more ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

body.work-nav-open .about-main {
  opacity: 0;
  visibility: hidden;
}

body.about-open .about-close,
body.about-open .about-shade {
  opacity: 1;
  visibility: visible;
}
body.about-open .about-main {
  top: 27px;
}
body.about-open .about-more {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

@media (min-width: 400px) {
  .about-main {
    height: 90px;
    top: calc(var(--vh, 1vh) * 100 - 90px - 36px);
  }
  .about-more {
    max-height: calc(var(--vh, 1vh) * 100 - 90px - 53px);
  }
}
@media (min-width: 900px) {
  .about-close {
    top: 46px;
    right: 50px;
  }
  .about-main {
    top: calc(var(--vh, 1vh) * 100 - 90px - 45px);
    opacity: 1 !important;
    visibility: visible !important;
  }
  .about-more .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  body.about-open .about-main {
    top: 47px;
  }
}
.project-background {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.project-background .project-background__grain {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0.06;
  mix-blend-mode: multiply;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 2;
}
.project-background svg {
  width: 90%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  filter: blur(150px);
  -webkit-filter: blur(150px);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  will-change: filter;
}

.project-content {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 3;
}
.project-content .project-content__intro {
  margin: 0 0 100px 0;
}
.project-content .project-content__intro h1 {
  color: transparent;
  -webkit-text-stroke: 1px white;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 35px;
}
.project-content .project-content__intro p strong {
  font-size: 21px;
}
.project-content img {
  width: 100%;
  margin: 0 0 60px 0;
}

@media (min-width: 576px) {
  .project-background svg {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .project-background svg {
    width: 65%;
  }
  .project-content .project-content__intro h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  .project-background svg {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .project-background svg {
    width: 45%;
  }
}

/*# sourceMappingURL=styles.css.map */
