.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  margin: 0 auto;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  max-width: 1600px;
}

.op-col-start-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.op-col-start-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.op-col-start-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.op-col-start-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.op-col-start-5 {
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.op-col-start-6 {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.op-col-start-7 {
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.op-col-start-8 {
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.op-col-start-9 {
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.op-col-start-10 {
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.op-col-end-12 {
  grid-column-end: -1;
}

.op-col-end-11 {
  grid-column-end: 12;
}

.op-col-end-10 {
  grid-column-end: 11;
}

.op-col-end-9 {
  grid-column-end: 10;
}

.op-col-end-8 {
  grid-column-end: 9;
}

.op-col-end-7 {
  grid-column-end: 8;
}

.op-col-end-6 {
  grid-column-end: 7;
}

.op-col-end-5 {
  grid-column-end: 6;
}

.op-col-end-4 {
  grid-column-end: 5;
}

.op-col-end-3 {
  grid-column-end: 4;
}

body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  background-color: #f2f2f2;
}

@media (max-width: 40em) {
  body, html {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

body {
  margin: 0;
}

nav {
  z-index: 99;
  width: 75px;
  height: 100%;
  background-color: #f2f2f2;
  position: fixed;
  right: 0;
  top: 0;
  border-left: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 40em) {
  nav {
    display: none;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  nav {
    display: none;
  }
}

nav .nav-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

nav .nav-content-wrapper .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .nav-content-wrapper .scroll-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav .nav-content-wrapper .scroll-text h4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .nav-content-wrapper .arrow {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 40em) {
  nav .nav-content-wrapper .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.loading-bar--wrapper {
  display: block;
  width: 100vw;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-bar--wrapper .bar {
  position: relative;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222;
}

.wrapper {
  opacity: 0;
  visibility: hidden;
}

.content-con-logo {
  display: block;
  background-color: #f2f2f2;
  width: 100vw;
  height: 15vh;
  overflow: hidden;
}

.content-con-logo .logo-wrapper {
  width: 80%;
  height: 100%;
  padding-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 40em) {
  .content-con-logo .logo-wrapper svg {
    width: 60%;
    height: auto;
  }
}

.project--desktop .outer-wrapper {
  width: 100vh;
  height: 100vw;
  -webkit-transform: rotate(-90deg) translateX(-100vh);
          transform: rotate(-90deg) translateX(-100vh);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.project--desktop .outer-wrapper .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 700vw;
  -webkit-transform: rotate(90deg) translateY(-100vh);
          transform: rotate(90deg) translateY(-100vh);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.project--desktop .outer-wrapper .wrapper .slide {
  width: 100vw;
  height: 85vh;
}

.project--desktop .outer-wrapper .wrapper .one .inner-con-wrapper {
  height: 100%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.project--desktop .outer-wrapper .wrapper .one .inner-con-wrapper .content {
  width: 80%;
  height: auto;
  padding: 15% 0px 60px 0px;
}

.project--desktop .outer-wrapper .wrapper .one .inner-con-wrapper .content h1, .project--desktop .outer-wrapper .wrapper .one .inner-con-wrapper .content p {
  visibility: hidden;
  opacity: 0;
}

.project--desktop .outer-wrapper .wrapper .one .inner-con-wrapper .arrow-con {
  width: 80%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.project--desktop .outer-wrapper .wrapper .one .inner-con-wrapper .arrow-con svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 45em) {
  .project--desktop .outer-wrapper .wrapper .one .inner-con-wrapper .arrow-con svg {
    width: 30px;
    height: auto;
  }
}

.project--desktop .outer-wrapper .wrapper .two .inner-con-wrapper {
  height: 90%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.project--desktop .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper {
  width: 100%;
  height: 95%;
  background-image: url(img/case-studies/MD_hangar_mn@2x.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  cursor: none;
}

.project--desktop .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
  width: 100%;
  height: 100%;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .img {
  width: 100%;
}

.project--desktop .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .img img {
  pointer-events: none;
}

.project--desktop .outer-wrapper .wrapper .two .inner-con-wrapper .title-con {
  margin-top: 25px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .three .inner-con-wrapper {
  height: 90%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.project--desktop .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper {
  width: 100%;
  height: 95%;
  background-image: url(img/case-studies/MD_DRG@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: none;
}

.project--desktop .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
  width: 100%;
  height: 100%;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .img {
  width: 100%;
}

.project--desktop .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .img img {
  pointer-events: none;
}

.project--desktop .outer-wrapper .wrapper .three .inner-con-wrapper .title-con {
  margin-top: 25px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .four .inner-con-wrapper {
  height: 90%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.project--desktop .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper {
  width: 100%;
  height: 95%;
  background-image: url(img/case-studies/MD_shelter_architecture@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: none;
}

.project--desktop .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
  width: 100%;
  height: 100%;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .img {
  width: 100%;
}

.project--desktop .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .img img {
  pointer-events: none;
}

.project--desktop .outer-wrapper .wrapper .four .inner-con-wrapper .title-con {
  margin-top: 25px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .five .inner-con-wrapper {
  height: 90%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.project--desktop .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper {
  width: 100%;
  height: 95%;
  background-image: url(img/case-studies/MD_border_foods@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: none;
}

.project--desktop .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
  width: 100%;
  height: 100%;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .img {
  width: 100%;
}

.project--desktop .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .img img {
  pointer-events: none;
}

.project--desktop .outer-wrapper .wrapper .five .inner-con-wrapper .title-con {
  margin-top: 25px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .six .inner-con-wrapper {
  height: 90%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.project--desktop .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper {
  width: 100%;
  height: 95%;
  background-image: url(img/case-studies/MD_faith_covenant@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: none;
}

.project--desktop .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
  width: 100%;
  height: 100%;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .img {
  width: 100%;
}

.project--desktop .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .img img {
  pointer-events: none;
}

.project--desktop .outer-wrapper .wrapper .six .inner-con-wrapper .title-con {
  margin-top: 25px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project--desktop .outer-wrapper .wrapper .cta .inner-con-wrapper {
  height: 100%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.project--desktop .outer-wrapper .wrapper .cta .inner-con-wrapper .content {
  width: 80%;
  height: auto;
  padding: 15% 0px 60px 0px;
}

.project--desktop .outer-wrapper .wrapper .cta .inner-con-wrapper .content h4 {
  margin-top: 75px;
  position: relative;
  text-decoration: underline;
}

.project--desktop .outer-wrapper .wrapper .cta .inner-con-wrapper .content h4:hover {
  opacity: .4;
  cursor: pointer;
}

@media (max-width: 40em) {
  .project--desktop {
    display: none;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .project--desktop {
    display: none;
  }
}

.project--mobile {
  display: none;
}

@media (max-width: 40em) {
  .project--mobile {
    display: block;
  }
  .project--mobile .outer-wrapper {
    width: 100vh;
    height: 100vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .project--mobile .outer-wrapper .wrapper .slide {
    width: 100vw;
    height: auto;
  }
  .project--mobile .outer-wrapper .wrapper .one .inner-con-wrapper {
    height: auto;
    padding-bottom: 25px;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .one .inner-con-wrapper .content {
    width: 100%;
    height: auto;
    padding: 15% 0px 40px 0px;
  }
  .project--mobile .outer-wrapper .wrapper .one .inner-con-wrapper .arrow-con {
    display: none;
  }
}

@media (max-width: 40em) and (max-width: 45em) {
  .project--mobile .outer-wrapper .wrapper .one .inner-con-wrapper .arrow-con svg {
    width: 30px;
    height: auto;
  }
}

@media (max-width: 40em) {
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .cta .inner-con-wrapper {
    height: 100%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .cta .inner-con-wrapper .content {
    width: 100%;
    height: auto;
    padding: 15% 0px 60px 0px;
  }
  .project--mobile .outer-wrapper .wrapper .cta .inner-con-wrapper .content h4 {
    margin-top: 75px;
    position: relative;
    text-decoration: underline;
  }
  .project--mobile .outer-wrapper .wrapper .cta .inner-con-wrapper .content h4:hover {
    opacity: .4;
    cursor: pointer;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .project--mobile {
    display: block;
  }
  .project--mobile .outer-wrapper {
    width: 100vh;
    height: 100vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .project--mobile .outer-wrapper .wrapper .slide {
    width: 100vw;
    height: auto;
  }
  .project--mobile .outer-wrapper .wrapper .one .inner-con-wrapper {
    height: auto;
    padding-bottom: 25px;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .one .inner-con-wrapper .content {
    width: 100%;
    height: auto;
    padding: 15% 0px 40px 0px;
  }
  .project--mobile .outer-wrapper .wrapper .one .inner-con-wrapper .arrow-con {
    display: none;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) and (max-width: 45em) {
  .project--mobile .outer-wrapper .wrapper .one .inner-con-wrapper .arrow-con svg {
    width: 30px;
    height: auto;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .two .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .three .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .four .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .five .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper {
    height: 90%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper {
    width: 100%;
    height: auto;
    cursor: none;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .image-cover {
    display: none;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .img {
    width: 100%;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .image-thumbnail-wrapper .img img {
    pointer-events: none;
  }
  .project--mobile .outer-wrapper .wrapper .six .inner-con-wrapper .title-con {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
  }
  .project--mobile .outer-wrapper .wrapper .cta .inner-con-wrapper {
    height: 100%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project--mobile .outer-wrapper .wrapper .cta .inner-con-wrapper .content {
    width: 100%;
    height: auto;
    padding: 15% 0px 60px 0px;
  }
  .project--mobile .outer-wrapper .wrapper .cta .inner-con-wrapper .content h4 {
    margin-top: 75px;
    position: relative;
    text-decoration: underline;
  }
  .project--mobile .outer-wrapper .wrapper .cta .inner-con-wrapper .content h4:hover {
    opacity: .4;
    cursor: pointer;
  }
}

.modal-wrapper-h {
  height: 100vh;
  width: 75vw;
  background-color: #222;
  position: absolute;
  top: 0;
  left: -75vw;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
}

.modal-wrapper-h .content-con {
  width: 85%;
  margin-top: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-h .content-con {
    margin-top: 25px;
  }
}

.modal-wrapper-h .content-con .project-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-h .content-con .project-wrapper {
    padding-bottom: 25px;
  }
}

.modal-wrapper-h .content-con .project-wrapper .modal-close {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  top: 0;
}

.modal-wrapper-h .content-con .project-wrapper .modal-close:hover {
  cursor: pointer;
}

.modal-wrapper-h .content-con .project-wrapper .modal-close:hover h5 {
  opacity: .4;
}

.modal-wrapper-h .content-con .project-wrapper .headline-con {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.modal-wrapper-h .content-con .project-wrapper .content {
  width: 100%;
  height: auto;
}

.modal-wrapper-h .content-con .project-wrapper .content .image-wrapper {
  width: 100%;
  min-height: 100px;
  margin-top: 24px;
}

.modal-wrapper-h .content-con .project-wrapper .content .img {
  width: 100%;
}

.modal-wrapper-h .content-con .project-wrapper .content img {
  pointer-events: none;
}

.modal-wrapper-h .content-con .project-wrapper .content .paragragh-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.modal-wrapper-h .content-con .project-wrapper .cta-con {
  margin-top: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 40em) {
  .modal-wrapper-h .content-con .project-wrapper .cta-con {
    margin-top: 50px;
  }
  .modal-wrapper-h .content-con .project-wrapper .cta-con h4 {
    text-align: center;
  }
}

.modal-wrapper-h .content-con .project-wrapper .underlined {
  border-bottom: 1px solid #f2f2f2;
}

.modal-wrapper-h .content-con .project-wrapper .underlined:hover {
  opacity: .4;
  cursor: pointer;
}

.modal-wrapper-o {
  height: 100vh;
  width: 75vw;
  background-color: #222;
  position: absolute;
  top: 0;
  left: -75vw;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
}

.modal-wrapper-o .content-con {
  width: 85%;
  margin-top: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-o .content-con {
    margin-top: 25px;
  }
}

.modal-wrapper-o .content-con .project-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-o .content-con .project-wrapper {
    padding-bottom: 25px;
  }
}

.modal-wrapper-o .content-con .project-wrapper .modal-close {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  top: 0;
}

.modal-wrapper-o .content-con .project-wrapper .modal-close:hover {
  cursor: pointer;
}

.modal-wrapper-o .content-con .project-wrapper .modal-close:hover h5 {
  opacity: .4;
}

.modal-wrapper-o .content-con .project-wrapper .headline-con {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.modal-wrapper-o .content-con .project-wrapper .content {
  width: 100%;
  height: auto;
}

.modal-wrapper-o .content-con .project-wrapper .content .image-wrapper {
  width: 100%;
  min-height: 100px;
  margin-top: 24px;
}

.modal-wrapper-o .content-con .project-wrapper .content .img {
  width: 100%;
}

.modal-wrapper-o .content-con .project-wrapper .content img {
  pointer-events: none;
}

.modal-wrapper-o .content-con .project-wrapper .content .paragragh-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.modal-wrapper-o .content-con .project-wrapper .cta-con {
  margin-top: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-wrapper-o .content-con .project-wrapper .underlined {
  border-bottom: 1px solid #f2f2f2;
}

.modal-wrapper-o .content-con .project-wrapper .underlined:hover {
  opacity: .4;
  cursor: pointer;
}

.modal-wrapper-s {
  height: 100vh;
  width: 75vw;
  background-color: #222;
  position: absolute;
  top: 0;
  left: -75vw;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
}

.modal-wrapper-s .content-con {
  width: 85%;
  margin-top: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-s .content-con {
    margin-top: 25px;
  }
}

.modal-wrapper-s .content-con .project-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-s .content-con .project-wrapper {
    bottom-padding: 25px;
  }
}

.modal-wrapper-s .content-con .project-wrapper .modal-close {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  top: 0;
}

.modal-wrapper-s .content-con .project-wrapper .modal-close:hover {
  cursor: pointer;
}

.modal-wrapper-s .content-con .project-wrapper .modal-close:hover h5 {
  opacity: .4;
}

.modal-wrapper-s .content-con .project-wrapper .headline-con {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.modal-wrapper-s .content-con .project-wrapper .content {
  width: 100%;
  height: auto;
}

.modal-wrapper-s .content-con .project-wrapper .content .image-wrapper {
  width: 100%;
  min-height: 100px;
  margin-top: 24px;
}

.modal-wrapper-s .content-con .project-wrapper .content .img {
  width: 100%;
}

.modal-wrapper-s .content-con .project-wrapper .content img {
  pointer-events: none;
}

.modal-wrapper-s .content-con .project-wrapper .content .paragragh-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.modal-wrapper-s .content-con .project-wrapper .cta-con {
  margin-top: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-wrapper-s .content-con .project-wrapper .underlined {
  border-bottom: 1px solid #f2f2f2;
}

.modal-wrapper-s .content-con .project-wrapper .underlined:hover {
  opacity: .4;
  cursor: pointer;
}

.modal-wrapper-b {
  height: 100vh;
  width: 75vw;
  background-color: #222;
  position: absolute;
  top: 0;
  left: -75vw;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
}

.modal-wrapper-b .content-con {
  width: 85%;
  margin-top: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-b .content-con {
    margin-top: 25px;
  }
}

.modal-wrapper-b .content-con .project-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-b .content-con .project-wrapper {
    padding-bottom: 25px;
  }
}

.modal-wrapper-b .content-con .project-wrapper .modal-close {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  top: 0;
}

.modal-wrapper-b .content-con .project-wrapper .modal-close:hover {
  cursor: pointer;
}

.modal-wrapper-b .content-con .project-wrapper .modal-close:hover h5 {
  opacity: .4;
}

.modal-wrapper-b .content-con .project-wrapper .headline-con {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.modal-wrapper-b .content-con .project-wrapper .content {
  width: 100%;
  height: auto;
}

.modal-wrapper-b .content-con .project-wrapper .content .image-wrapper {
  width: 100%;
  min-height: 100px;
  margin-top: 24px;
}

.modal-wrapper-b .content-con .project-wrapper .content .img {
  width: 100%;
}

.modal-wrapper-b .content-con .project-wrapper .content img {
  pointer-events: none;
}

.modal-wrapper-b .content-con .project-wrapper .content .paragragh-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.modal-wrapper-b .content-con .project-wrapper .cta-con {
  margin-top: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-wrapper-b .content-con .project-wrapper .underlined {
  border-bottom: 1px solid #f2f2f2;
}

.modal-wrapper-b .content-con .project-wrapper .underlined:hover {
  opacity: .4;
  cursor: pointer;
}

.modal-wrapper-f {
  height: 100vh;
  width: 75vw;
  background-color: #222;
  position: absolute;
  top: 0;
  left: -75vw;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
}

.modal-wrapper-f .content-con {
  width: 85%;
  margin-top: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-f .content-con {
    margin-top: 25px;
  }
}

.modal-wrapper-f .content-con .project-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  position: relative;
}

@media (max-width: 61.25em) {
  .modal-wrapper-f .content-con .project-wrapper {
    padding-bottom: 25px;
  }
}

.modal-wrapper-f .content-con .project-wrapper .modal-close {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  top: 0;
}

.modal-wrapper-f .content-con .project-wrapper .modal-close:hover {
  cursor: pointer;
}

.modal-wrapper-f .content-con .project-wrapper .modal-close:hover h5 {
  opacity: .4;
}

.modal-wrapper-f .content-con .project-wrapper .headline-con {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.modal-wrapper-f .content-con .project-wrapper .content {
  width: 100%;
  height: auto;
}

.modal-wrapper-f .content-con .project-wrapper .content .image-wrapper {
  width: 100%;
  min-height: 100px;
  margin-top: 24px;
}

.modal-wrapper-f .content-con .project-wrapper .content .img {
  width: 100%;
}

.modal-wrapper-f .content-con .project-wrapper .content img {
  pointer-events: none;
}

.modal-wrapper-f .content-con .project-wrapper .content .paragragh-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.modal-wrapper-f .content-con .project-wrapper .cta-con {
  margin-top: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-wrapper-f .content-con .project-wrapper .underlined {
  border-bottom: 1px solid #f2f2f2;
}

.modal-wrapper-f .content-con .project-wrapper .underlined:hover {
  opacity: .4;
  cursor: pointer;
}

.modal-close-buffer {
  height: 100vh;
  width: 25vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}

::-moz-selection {
  background-color: transparent;
  color: #E54096;
}

::selection {
  background-color: transparent;
  color: #E54096;
}

::-webkit-scrollbar {
  display: none;
}

.next-project-cursor-con {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.next-project-cursor-con .ui-picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.next-project-cursor-con .ui-picture .next-project-cursor-img {
  width: auto;
  height: 100%;
  outline: none;
}

.next-project-cursor-con .next-project-arrow {
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

a {
  color: #222;
  text-decoration: none;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

h1 {
  font-family: 'Crimson Text';
  font-size: 3.5em;
  color: #222;
  margin: 0;
  font-weight: 100;
}

@media (max-width: 87em) {
  h1 {
    font-size: 3.2em;
  }
}

@media (max-width: 67.5em) {
  h1 {
    font-size: 2.8em;
  }
}

@media (max-width: 45em) {
  h1 {
    font-size: 2.4em;
  }
}

@media (max-width: 35em) {
  h1 {
    font-size: 1.8em;
    line-height: 38px;
  }
}

h2 {
  font-family: 'Crimson Text';
  font-size: 3.375em;
  color: #f2f2f2;
  margin: 0;
  font-weight: 100;
}

@media (max-width: 87em) {
  h2 {
    font-size: 3.2em;
  }
}

@media (max-width: 67.5em) {
  h2 {
    font-size: 2.8em;
  }
}

@media (max-width: 45em) {
  h2 {
    font-size: 2.2em;
  }
}

h3 {
  font-family: 'Crimson Text';
  font-size: 1.5em;
  color: #222;
  margin: 0;
  font-weight: 100;
}

h4 {
  color: #222;
  font-family: termina,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .75em;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.5em;
}

@media (max-width: 87em) {
  h4 {
    font-size: .6em;
  }
}

@media (max-width: 67.5em) {
  h4 {
    font-size: .5em;
    line-height: 1.5em;
  }
}

h5 {
  color: #f2f2f2;
  font-family: termina,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.5em;
}

.light {
  color: #f2f2f2;
}

.large {
  color: #f2f2f2;
  font-size: 1.6em;
  line-height: 46px;
}

@media (max-width: 87em) {
  .large {
    font-size: 1.4em;
    line-height: 42px;
  }
}

@media (max-width: 67.5em) {
  .large {
    font-size: 1em;
    line-height: 28px;
  }
}

.medium {
  font-size: 1.2em;
}

@media (max-width: 87em) {
  .medium {
    font-size: 1em;
  }
}

@media (max-width: 45em) {
  .medium {
    font-size: .8em;
  }
}

@media (max-width: 40em) {
  .medium {
    font-size: .5em;
  }
}

p {
  font-family: 'Crimson Text';
  font-size: 1.3em;
  line-height: 34px;
  color: #808080;
  margin: 0;
  font-weight: 100;
  margin-top: 45px;
}

@media (max-width: 61.25em) {
  p {
    font-size: 1.1em;
    line-height: 30px;
  }
}

@media (max-width: 40em) {
  p {
    margin-top: 35px;
    font-size: 1em;
    line-height: 28px;
  }
}
/*# sourceMappingURL=main.css.map */