html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#__bs_notify__ {
  opacity: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.aliasing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

@font-face {
  font-family: "suisseintl-semibold";
  src: url("../fonts/suisseintl-semibold-webfont.woff2") format("woff2"), url("../fonts/suisseintl-semibold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
html {
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.2em;
  font-family: "suisseintl-semibold", serif;
  color: #000;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  margin: 0;
  overflow: hidden;
  position: relative;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  transition: background-color 0.3s linear, color 0.15s linear;
}
.no-touch body {
  cursor: none;
}

body.invert {
  color: #FFF;
}
@media all and (min-width: 1000px) and (min-height: 400px) {
  body {
    font-size: 16px;
  }
}
@media all and (min-width: 1800px) and (min-height: 900px) {
  body {
    font-size: 18px;
  }
}
body a {
  cursor: none;
}

sup {
  font-size: 0.55em;
  line-height: 1.2em;
  vertical-align: top;
}

.page-content {
  visibility: hidden;
}

.cursor {
  display: none;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: difference;
}
.cursor__dot {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  background-color: #FFF;
  background-size: 110% 110%;
  background-position: center;
  transition: background-color 0.2s linear, left 0.25s cubic-bezier(0.34, 0, 0.36, 1);
}
.cursor__ring {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate3d(-50%, -50%, 1px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.cursor__ring:before, .cursor__ring:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: 20px;
  background-color: #FFF;
  transition: opacity 0.15s linear 0.1s, transform 0.15s cubic-bezier(0.34, 0, 0.36, 1) 0.1s;
}
.cursor__ring:before {
  left: -9px;
  transform: translate3d(5px, -50%, 1px);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.cursor__ring:after {
  left: 43px;
  transform: translate3d(-5px, -50%, 1px);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.cursor.no-blend {
  mix-blend-mode: normal;
}
.cursor.lighten {
  mix-blend-mode: lighten;
}
.cursor.darken {
  mix-blend-mode: darken;
}
.cursor.is-dragging .cursor__ring {
  opacity: 1;
}
.cursor.is-dragging .cursor__ring:before, .cursor.is-dragging .cursor__ring:after {
  transform: translate3d(0, -50%, 1px);
  transition: opacity 0.15s linear, transform 0.15s cubic-bezier(0.34, 0, 0.36, 1);
}
.cursor.is-dragging-left .cursor__dot {
  left: 7px;
}
.cursor.is-dragging-left .cursor__ring:before {
  opacity: 0;
}
.cursor.is-dragging-left .cursor__ring:after {
  opacity: 1;
}
.cursor.is-dragging-right .cursor__dot {
  left: -7px;
}
.cursor.is-dragging-right .cursor__ring:before {
  opacity: 1;
}
.cursor.is-dragging-right .cursor__ring:after {
  opacity: 0;
}

.button-pill {
  position: relative;
  display: inline-block;
  border-radius: 25px;
  margin-top: -5px;
  padding: 10px 25px 11px;
  font-size: 13px;
  font-family: "suisseintl-semibold", serif;
  cursor: inherit;
  border: 1.5px solid #000;
  color: #000;
  overflow: hidden;
  background-color: #FFF;
  transition: color 0.1s linear, background-color 0.1s linear;
}
@media all and (min-width: 1000px) and (min-height: 400px) {
  .button-pill {
    font-size: 15px;
  }
}
.touch .button-pill:active {
  color: #FFF;
  background-color: #000;
}

.button-pill em {
  position: relative;
  color: #FFF;
  mix-blend-mode: difference;
  z-index: 1;
  pointer-events: none;
}
.button-pill span {
  pointer-events: none;
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #000;
  transform: translate3d(0, 0, 1px);
  z-index: 0;
}

.mobile-nav-button {
  position: absolute;
  padding: 17px 20px;
  top: 0px;
  right: 0px;
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  z-index: 2;
  visibility: visible;
  cursor: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.mobile-nav-button.show {
  opacity: 1;
}
@media all and (min-width: 800px) {
  .mobile-nav-button {
    visibility: hidden;
  }
}

.flyout-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  color: #FFF;
}
.flyout-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #000;
}
.flyout-menu__email {
  line-height: 0.8em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s linear;
}
.flyout-menu__email:hover {
  border-color: #FFF;
}
.flyout-menu .text-highlighter br {
  display: none;
}
.flyout-menu .text-highlighter > span {
  overflow: hidden;
  display: inline-block;
  line-height: 0.9em;
  height: 1.13em;
}
.flyout-menu .text-highlighter > span span {
  position: relative;
  top: 1.1em;
}
.flyout-menu .text-highlighter > span.animate-in span {
  top: 0;
  transition: top 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.flyout-menu .text-highlighter > span.animate-out span {
  transition: top 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.flyout-menu .text-highlighter > span.animate-out-fast span {
  transition: top 0.15s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.flyout-menu__email {
  position: absolute;
  bottom: 14px;
  right: 20px;
  line-height: 0.8em;
}
.flyout-menu__email span {
  text-align: right;
}
.flyout-menu .projects-gallery__name {
  bottom: 15px;
  line-height: 0.8em;
}
.flyout-menu .logo {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: none;
}
.flyout-menu ul {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 180px;
  transform: translateY(-50%);
}
.flyout-menu li {
  text-align: right;
  font-size: 28px;
  line-height: 1.2em;
  overflow: hidden;
  height: 1.2em;
}
.flyout-menu li a {
  position: relative;
  transform: translateY(90%);
}
.flyout-menu li.animate-in a {
  transform: translateY(0%);
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.flyout-menu li.animate-out a {
  transform: translateY(-90%);
  transition: transform 0.25s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.logo {
  padding-left: 20px;
  padding-top: 17px;
  max-width: 250px;
  position: relative;
  z-index: 2;
  transition: opacity 0.75s linear;
  opacity: 0;
}
.logo.show {
  opacity: 1;
}
.logo.minimal span {
  opacity: 0;
}
.logo.allow-transition span {
  transition: opacity 0.25s linear;
}
@media all and (min-width: 700px) and (min-height: 400px) {
  .logo {
    max-width: 265px;
  }
}
@media all and (min-width: 1800px) and (min-height: 900px) {
  .logo {
    max-width: 310px;
  }
}
.logo sup {
  font-size: 8px;
  line-height: 8px;
  vertical-align: top;
}

.intro {
  position: absolute;
  opacity: 0;
  width: 100%;
}
.intro > div {
  position: absolute;
  top: 17px;
  left: 20px;
  white-space: nowrap;
}
.intro > div .little-word {
  position: absolute;
  top: 0;
  left: 33px;
}
@media all and (min-width: 1000px) and (min-height: 400px) {
  .intro > div .little-word {
    left: 38px;
  }
}
@media all and (min-width: 1800px) and (min-height: 900px) {
  .intro > div .little-word {
    left: 42.5px;
  }
}
.intro > div > span {
  overflow: hidden;
  display: inline-block;
  height: 1.2em;
}
.intro > div > span span {
  position: relative;
  top: 1.2em;
}
.intro > div > span.animate-in span {
  top: 0;
  transition: top 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s linear;
}
.intro > div > span.animate-out span {
  opacity: 0;
}
.intro__counter {
  position: absolute;
  top: 17px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.25s linear;
}
@media all and (min-width: 800px) {
  .intro__counter {
    right: auto;
    left: 350px;
  }
}
@media screen and (min-width: 1350px) {
  .intro__counter {
    left: 26vw;
  }
}
.intro__counter.animate-in {
  opacity: 1;
}
.intro__counter.animate-out {
  opacity: 0;
}

.list-stack li.hover span, .list-stack li:hover span, .list-stack li.selected span {
  transform: translate3d(25px, 0, 1px);
}
.list-stack li a {
  display: block;
}
.list-stack li a span {
  display: inline-block;
  transform: translate3d(0, 0, 1px);
  transition: transform 0.3s cubic-bezier(0.34, 0, 0.36, 1);
}
.list-stack--right li.hover span, .list-stack--right li:hover span, .list-stack--right li.selected span {
  transform: translate3d(-30px, 0, 1px);
}

.main-nav {
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 2;
  display: none;
  padding: 17px 40px 20px 20px;
  transform: translateX(-20px);
  visibility: hidden;
}
@media all and (min-width: 500px) {
  .main-nav {
    left: 350px;
    width: 150px;
  }
}
@media all and (min-width: 800px) {
  .main-nav {
    visibility: visible;
  }
}
@media all and (min-width: 1350px) {
  .main-nav {
    left: 26%;
  }
}
.main-nav.show {
  display: block;
}
.main-nav.remove-overflow li {
  overflow: visible;
}
.main-nav li {
  overflow: hidden;
  height: 1.2em;
  padding-right: 25px;
}
.main-nav li a {
  position: relative;
  transform: translateY(90%);
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.main-nav li.animate-in a {
  transform: translateY(0%);
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 155, 70, 0.3);
}
.footer.show-mobile-category .footer__category {
  display: block;
}
.footer__category {
  position: absolute;
  bottom: 17px;
  left: 20px;
  width: 170px;
}
@media all and (min-width: 800px) {
  .footer__category {
    left: 350px;
  }
}
@media all and (min-width: 1350px) {
  .footer__category {
    left: 26%;
  }
}
.footer__year {
  position: absolute;
  bottom: 17px;
  right: 20px;
  width: 80px;
}
.footer__year span {
  text-align: right;
}

.home-gallery {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.home-gallery .image-ticker {
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 60px;
  left: 20px;
}
@media all and (min-width: 1100px) {
  .home-gallery .image-ticker {
    left: auto;
    right: 20px;
  }
}
@media all and (min-width: 1350px) {
  .home-gallery .image-ticker {
    height: 70px;
  }
}
@media all and (min-width: 1800px) and (min-height: 900px) {
  .home-gallery .image-ticker {
    height: 80px;
  }
}
.home-gallery .image-ticker img, .home-gallery .image-ticker video {
  position: absolute;
  height: 100%;
  width: auto;
  -webkit-user-drag: none;
  user-drag: none;
}
.home-gallery.show {
  display: block;
}
.home-gallery.show .project-list {
  opacity: 1;
}
.home-gallery__category {
  position: absolute;
  bottom: 17px;
  left: 350px;
  width: 170px;
  display: none;
}
@media all and (min-width: 1000px) {
  .home-gallery__category {
    display: block;
  }
}
@media all and (min-width: 1350px) {
  .home-gallery__category {
    left: 26%;
  }
}
.home-gallery__year {
  position: absolute;
  bottom: 17px;
  right: 20px;
  width: 80px;
}
.home-gallery__year span {
  text-align: right;
}
.home-gallery__container {
  position: absolute;
  width: 70%;
  height: 50px;
  right: 20px;
  display: none;
}
.home-gallery__container.show {
  display: block;
}
.home-gallery .project-list {
  position: absolute;
  bottom: 17px;
  left: 20px;
  transition: opacity 0.25s linear;
  opacity: 0;
}
.home-gallery .project-list sup {
  font-size: 10px;
  line-height: 1.2em;
  vertical-align: top;
}
.home-gallery .project-list li {
  transform: translateX(-125%);
  transition: transform 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  padding: 0 0 2px;
}
@media all and (max-height: 470px) {
  .home-gallery .project-list li {
    padding: 0;
  }
}
@media all and (min-width: 700px) {
  .home-gallery .project-list li {
    padding: 0;
  }
}
.home-gallery .project-list li br {
  display: none;
}
.home-gallery .project-list li.show {
  transform: translateX(0);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-gallery {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.about-gallery.show {
  display: block;
}
.about-gallery__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #031446;
  z-index: -1;
  display: none;
}
.about-gallery__bg.show {
  display: block;
}
.about-gallery__gradient {
  position: absolute;
  width: 200vw;
  height: 200vw;
  background: radial-gradient(#2752D0 0%, transparent 80%);
}
.about-gallery__bts {
  position: absolute;
  top: 17px;
  right: 20px;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.15s linear;
}
.about-gallery__bts:hover {
  border-color: #000;
}
.invert .about-gallery__bts:hover {
  border-color: #FFF;
}

.about-gallery__name {
  position: absolute;
  bottom: 17px;
  transform: translate3d(calc(-100% - 20px), 0, 1px);
  transition: transform 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.about-gallery__name sup {
  font-size: 10px;
  line-height: 1.2em;
  vertical-align: top;
}
.about-gallery__name.show {
  transform: translate3d(20px, 0, 1px);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.about-gallery__name br {
  display: none;
}
.about-gallery__category {
  position: absolute;
  bottom: 0;
  left: 350px;
  padding: 17px 20px;
  margin-left: -20px;
  width: 170px;
}
@media all and (min-width: 1350px) {
  .about-gallery__category {
    left: 26%;
  }
}
.about-gallery__year {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 17px 20px;
  width: 80px;
}
.about-gallery__year span {
  text-align: right;
}
.about-gallery__container {
  position: absolute;
  width: 100%;
}
.about-gallery .text-carousel {
  font-size: 36px;
  width: 25vw;
  line-height: 1.1em;
  max-width: 340px;
}
.about-gallery .text-carousel .text-highlighter {
  position: absolute;
  top: 0;
}
.about-gallery .text-carousel .text-highlighter > span {
  overflow: hidden;
  display: inline-block;
  line-height: 1.1em;
  height: 1.1em;
}
.about-gallery .text-carousel .text-highlighter > span.additional-line {
  position: relative;
  top: -8px;
}
.about-gallery .text-carousel .text-highlighter > span span {
  position: relative;
  top: 1.1em;
}
.about-gallery .text-carousel .text-highlighter > span.animate-in span {
  top: 0;
  transition: top 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.about-gallery .text-carousel .text-highlighter > span.animate-out span {
  transition: top 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.about-gallery .text-carousel sup {
  font-size: 20px;
  line-height: 1.2em;
  vertical-align: top;
}

.projects-gallery {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.projects-gallery.show {
  display: block;
}
.projects-gallery__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}
.projects-gallery__bg.show {
  display: block;
}
.projects-gallery__close {
  position: absolute;
  padding: 17px 20px;
  top: 0px;
  right: 0px;
}
.projects-gallery__name {
  position: absolute;
  bottom: 17px;
  transform: translate3d(calc(-100% - 20px), 0, 1px);
  transition: transform 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  max-width: calc(50% - 60px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
}
.projects-gallery__name sup {
  font-size: 10px;
  line-height: 1.2em;
  vertical-align: top;
}
.projects-gallery__name.show {
  transform: translate3d(20px, 0, 1px);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.projects-gallery__name br {
  display: none;
}
.projects-gallery__category {
  position: absolute;
  bottom: 0;
  left: 350px;
  padding: 17px 20px;
  margin-left: -20px;
  width: 180px;
  display: none;
}
@media screen and (min-width: 1000px) {
  .projects-gallery__category {
    display: block;
  }
}
@media screen and (min-width: 1350px) {
  .projects-gallery__category {
    left: 26%;
  }
}
.projects-gallery__year {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 17px 20px;
  width: 80px;
}
.projects-gallery__year span {
  text-align: right;
}
.projects-gallery__container {
  position: absolute;
  width: 100%;
}
.projects-gallery .text-carousel {
  font-size: 28px;
  line-height: 1.1em;
  width: 245px;
  position: absolute;
  left: 20px;
}
@media screen and (min-width: 1000px) {
  .projects-gallery .text-carousel {
    left: 350px;
    width: 300px;
    font-size: 36px;
  }
}
@media screen and (min-width: 1350px) {
  .projects-gallery .text-carousel {
    left: 26%;
  }
}
@media screen and (min-width: 1800px) and (min-height: 900px) {
  .projects-gallery .text-carousel {
    width: 380px;
    font-size: 42px;
  }
}
.projects-gallery .text-carousel .text-highlighter {
  position: absolute;
  top: 0;
  text-wrap: balance;
}
.projects-gallery .text-carousel .text-highlighter br {
  display: none;
}
.projects-gallery .text-carousel .text-highlighter .has-break {
  display: table-column;
}
.projects-gallery .text-carousel .text-highlighter > span {
  overflow: hidden;
  display: inline-block;
  line-height: 1.1em;
  height: 1.1em;
}
.projects-gallery .text-carousel .text-highlighter > span.additional-line {
  position: relative;
  top: -8px;
}
.projects-gallery .text-carousel .text-highlighter > span span {
  position: relative;
  top: 1.1em;
}
.projects-gallery .text-carousel .text-highlighter > span.animate-in span {
  top: 0;
  transition: top 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.projects-gallery .text-carousel .text-highlighter > span.animate-out span {
  transition: top 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}

.gallery-item {
  position: absolute;
  width: 1000vw;
  height: 100%;
  transform: translate3d(0, 0, 1px);
}
@media screen and (min-width: 1350px) {
  .gallery-item {
    padding-left: 26vw;
  }
}
.gallery-item__name {
  font-size: 28px;
  width: 245px;
  line-height: 1.1em;
  text-wrap: balance;
  float: left;
}
@media screen and (min-width: 1000px) {
  .gallery-item__name {
    font-size: 36px;
    width: 300px;
    margin-right: 5vw;
  }
}
@media screen and (min-width: 1800px) and (min-height: 900px) {
  .gallery-item__name {
    font-size: 42px;
    width: 380px;
  }
}
.gallery-item__name.remove-transition span {
  transition: none !important;
}
.gallery-item__name .has-break {
  display: table-column;
}
.gallery-item__name > span {
  overflow: hidden;
  display: inline-block;
  line-height: 1.1em;
  height: 1.1em;
}
.gallery-item__name > span.additional-line {
  position: relative;
  top: -8px;
}
.type-about .gallery-item__name > span.additional-line {
  top: 0;
}

.gallery-item__name > span span {
  position: relative;
  top: 1.1em;
}
.gallery-item__name > span.animate-in span {
  top: 0;
  transition: top 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gallery-item__name > span.animate-out span {
  transition: top 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.gallery-item__name > span.animate-out-fast span {
  transition: top 0.15s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.gallery-item__description {
  position: absolute;
  width: 260px;
  line-height: 1.4em;
  text-wrap: balance;
}
.type-about .gallery-item__description {
  position: relative;
}

@media all and (min-width: 1000px) {
  .gallery-item__description {
    position: static;
    float: left;
  }
}
@media screen and (min-width: 1000px) {
  .gallery-item__description {
    width: 380px;
  }
}
@media screen and (min-width: 1800px) and (min-height: 900px) {
  .gallery-item__description {
    width: 420px;
  }
}
.gallery-item__description a {
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.15s linear;
}
.gallery-item__description a:hover {
  border-color: #000;
}
.invert .gallery-item__description a:hover {
  border-color: #FFF;
}

.gallery-item__description .text-highlighter br {
  display: none;
}
.gallery-item__description .text-highlighter > span {
  overflow: hidden;
  display: inline-block;
  line-height: 1.1em;
  height: 1.1em;
}
.gallery-item__description .text-highlighter > span span {
  position: relative;
  top: 1.1em;
}
.gallery-item__description .text-highlighter > span.animate-in span {
  top: 0;
  transition: top 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gallery-item__description .text-highlighter > span.animate-out span {
  transition: top 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.gallery-item__asset {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.type-about .gallery-item__asset {
  overflow: visible;
}

.gallery-item__asset img,
.gallery-item__asset video {
  position: absolute;
  height: 100%;
  width: auto;
  -webkit-user-drag: none;
  user-drag: none;
}
.gallery-item__asset .gallery-item__audio-button {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  left: 15px;
  bottom: 15px;
  border: 1.5px solid #000;
  cursor: none;
  transform: translateZ(1px);
  transition: border-color 0.15s linear;
}
.is-minimized .gallery-item__asset .gallery-item__audio-button {
  display: none;
}

.gallery-item__asset .gallery-item__audio-button .svg-icons__unmuted {
  display: block;
}
.gallery-item__asset .gallery-item__audio-button .svg-icons__muted {
  display: none;
}
.gallery-item__asset .gallery-item__audio-button.is-muted .svg-icons__unmuted {
  display: none;
}
.gallery-item__asset .gallery-item__audio-button.is-muted .svg-icons__muted {
  display: block;
}
.no-touch .gallery-item__asset .gallery-item__audio-button:hover, .touch .gallery-item__asset .gallery-item__audio-button:active {
  border-color: #FFF;
}
.no-touch .gallery-item__asset .gallery-item__audio-button:hover svg path, .touch .gallery-item__asset .gallery-item__audio-button:active svg path {
  fill: #FFF;
  stroke: #FFF;
}

.gallery-item__asset .gallery-item__audio-button svg {
  position: absolute;
  pointer-events: none;
}
.gallery-item__asset .gallery-item__audio-button svg.svg-icons__unmuted {
  top: 6.5px;
  left: 6.5px;
}
.gallery-item__asset .gallery-item__audio-button svg.svg-icons__muted {
  top: 8.5px;
  left: 6.5px;
}
.gallery-item__asset .gallery-item__audio-button svg path {
  fill: #000;
  stroke: #000;
  transition: fill 0.15s linear, stroke 0.15s linear;
}
.gallery-item__asset .person-name {
  position: absolute;
  bottom: -170px;
}
.gallery-item__asset .person-name .text-highlighter br {
  display: none;
}
.gallery-item__asset .person-name .text-highlighter > span {
  overflow: hidden;
  display: inline-block;
  line-height: 1.1em;
  height: 1.1em;
}
.gallery-item__asset .person-name .text-highlighter > span span {
  position: relative;
  top: 1.1em;
}
.gallery-item__asset .person-name .text-highlighter > span.animate-in span {
  top: 0;
  transition: top 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gallery-item__asset .person-name .text-highlighter > span.animate-out span {
  transition: top 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.gallery-item__asset .person-name .text-highlighter > span.animate-out-fast span {
  transition: top 0.15s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.gallery-item__asset p {
  position: absolute;
  min-width: 260px;
  width: 25vw;
  line-height: 1.4em;
  height: 100%;
}
.type-about .gallery-item__asset p {
  height: auto;
  bottom: 0;
  width: 25vw;
}

.gallery-item__asset p.top-align {
  height: 100%;
}

.about {
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
}
.about.show {
  visibility: visible;
}
.about__info {
  position: absolute;
  top: 150px;
  left: 350px;
  width: 400px;
}
@media all and (min-width: 1350px) {
  .about__info {
    left: 26%;
  }
}
.about__info p {
  margin-bottom: 1.5em;
}
.about__info p:last-child {
  margin-bottom: 0;
}

.contact {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
.contact.show {
  visibility: visible;
  display: block;
}
.contact__info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #FFF;
  z-index: 1;
  width: 200px;
  text-wrap: balance;
}
@media all and (min-width: 800px) {
  .contact__info {
    left: 350px;
  }
}
@media all and (min-width: 1350px) {
  .contact__info {
    left: 26%;
  }
}
.contact__info a {
  line-height: 0.8em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s linear;
}
.contact__info a:hover {
  border-color: #FFF;
}
.contact__info .text-highlighter br {
  display: none;
}
.contact__info .text-highlighter > span {
  overflow: hidden;
  display: inline-block;
  line-height: 0.9em;
  height: 1.13em;
}
.contact__info .text-highlighter > span span {
  position: relative;
  top: 1.1em;
}
.contact__info .text-highlighter > span.animate-in span {
  top: 0;
  transition: top 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.contact__info .text-highlighter > span.animate-out span {
  transition: top 0.35s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  top: -1.1em;
}
.contact video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.contact video.show {
  opacity: 1;
  transition: opacity 0.5s linear;
}

.text-slot-machine {
  overflow-y: hidden;
}
.text-slot-machine__container {
  position: relative;
  overflow: hidden;
  right: 0;
  height: 1.2em;
}
.text-slot-machine__container span {
  position: absolute;
  width: 100%;
  white-space: nowrap;
}

.bts-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: #FFF;
}
.bts-overlay .ambient-animation__spotlight {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.bts-overlay__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bts-overlay .logo {
  position: absolute;
  top: 0;
  transition: none;
}
.bts-overlay .footer__year {
  text-align: right;
}
.bts-overlay .footer__category {
  display: none;
}
@media all and (min-width: 800px) {
  .bts-overlay .footer__category {
    display: block;
  }
}
.bts-overlay iframe {
  width: 100.1%;
  height: calc(100% + 50px);
  position: absolute;
  z-index: 2;
}
.bts-overlay__frame-bg {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
  overflow: hidden;
}
.bts-overlay__loader {
  position: absolute;
  z-index: 1;
}

.zoom-tutorial {
  position: absolute;
  bottom: 34px;
  left: 50%;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 799px) {
  .touch .zoom-tutorial {
    display: block;
  }
}
.zoom-tutorial.show-label .zoom-tutorial__icon {
  top: -30px;
}
.zoom-tutorial.show-label .zoom-tutorial__label {
  opacity: 1;
  transition: opacity 0.15s linear 0.15s;
}
.zoom-tutorial.show-icon .zoom-tutorial__icon {
  transform: translateX(-50%) scale(1);
}
.zoom-tutorial__icon {
  position: absolute;
  background-color: #000;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -6px;
  background-size: 100% 100%;
  background-position: center;
  transform: translateX(-50%) scale(0);
  transform-origin: center;
  transition: top 0.3s cubic-bezier(0.34, 0, 0.36, 1), transform 0.2s cubic-bezier(0.34, 0, 0.36, 1);
}
.zoom-tutorial__label {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.15s linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 10;
  color: #000;
  text-align: center;
  display: none;
}
@media all and (orientation: landscape) and (max-height: 430px) and (min-width: 400px) {
  .blocker {
    display: block !important;
  }
}
.blocker__top {
  position: absolute;
  top: 22px;
  width: 100%;
  z-index: 1;
}
.blocker__middle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  color: #000;
  z-index: 1;
  transform: translate3d(-50%, -50%, 1px);
}
.blocker__bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #000;
  left: 50%;
  border-radius: 50%;
  margin-left: -20px;
  bottom: 25px;
  background-image: url("../images/icons/logo-black.png");
  background-size: 100%;
  animation-name: spin;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}