@font-face {
  font-family: uni;
  src: url('../fonts/NeueHaasUnica-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: uni;
  src: url('../fonts/NeueHaasUnica-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: uni;
  src: url('../fonts/NeueHaasUnica-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --gapdefault: 1rem;
  --bright: #0051ff;
  --font: uni, Arial, sans-serif;
  --fontsize: .75rem;
  --fontleading: 1rem;
  --fontweight: 300;
  --round-default: .2rem;
  --background: #fff;
  --rollover2: #cfdeff;
  --postit: #f4f5ee;
  --rollover: #daf192;
  --white: white;
  --text-color: #000;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  filter: none;
  color: var(--black);
  text-decoration: none;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.right-arrow {
  cursor: e-resize;
  width: 50%;
}

.left-arrow {
  cursor: w-resize;
  width: 50%;
}

.icon {
  filter: invert();
  display: none;
}

.icon-2 {
  display: none;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image.cover {
  object-fit: cover;
}

.image.contain {
  object-fit: contain;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.portfolio {
  z-index: 0;
  width: 100vw;
  height: 100svh;
  position: relative;
}

.div-block-2 {
  z-index: 2;
  width: 100%;
  padding-top: var(--gapdefault);
  padding-right: var(--gapdefault);
  padding-left: var(--gapdefault);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text {
  filter: none;
  width: 100%;
  font-family: var(--font);
  color: var(--bright);
  font-size: var(--fontsize);
  line-height: var(--fontleading);
  font-weight: var(--fontweight);
  text-decoration: none;
}

.text.credit {
  z-index: 1;
  width: 100%;
  padding-right: var(--gapdefault);
  padding-bottom: var(--gapdefault);
  padding-left: var(--gapdefault);
  text-align: center;
  white-space: pre-wrap;
  word-break: normal;
  position: fixed;
  inset: auto 0% 0%;
}

.text.dim {
  opacity: .5;
}

.div-block-3 {
  grid-column-gap: var(--gapdefault);
  grid-row-gap: var(--gapdefault);
  display: flex;
}

.max {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.double {
  aspect-ratio: 3 / 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 60%;
  display: flex;
  position: relative;
}

.smaller-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video, .mask {
  width: 100%;
  height: 100%;
}

.code-embed {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.button {
  cursor: pointer;
  border-radius: .2rem;
  width: auto;
  padding: .2rem .4rem;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #ececec;
}

.button:active {
  transform: scale(.92);
}

.button.not {
  width: 1.5rem;
  padding-left: 0;
}

.button.not:hover {
  background-color: #fff0;
}

.info-popup {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.div-block-5 {
  z-index: 12;
  width: 22rem;
  padding: var(--gapdefault);
  aspect-ratio: 2 / 3;
  border-radius: var(--round-default);
  background-color: var(--background);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  box-shadow: .3rem .3rem 1rem #0000001a;
}

.div-block-6 {
  width: 100%;
  margin-top: var(--gapdefault);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: relative;
}

.div-block-9 {
  z-index: 14;
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-block-10 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 4rem;
  display: flex;
}

.text-block {
  color: #fff;
}

.button2 {
  cursor: pointer;
  border-radius: .2rem;
  width: auto;
  padding: .2rem .4rem;
  transition: color .2s, transform .2s, background-color .2s;
  display: flex;
}

.button2:hover {
  background-color: var(--rollover2);
}

.button2.not {
  width: 1.5rem;
  padding-left: 0;
}

.button2.not:hover {
  background-color: #fff0;
}

.button2.not:active {
  transform: none;
}

.button2.hover-dif {
  border-radius: var(--round-default);
  background-color: var(--background);
  color: var(--bright);
  transition: color .2s, transform .2s, background-color .2s;
}

.button2.hover-dif:hover {
  background-color: var(--rollover2);
}

.button2.inv {
  opacity: 0;
  cursor: auto;
}

.top-nav {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-2-copy {
  z-index: 2;
  width: 100%;
  height: 1px;
  padding-top: var(--gapdefault);
  padding-right: var(--gapdefault);
  padding-left: var(--gapdefault);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gap {
  height: 1rem;
}

.image-2 {
  opacity: .62;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sign {
  width: 8rem;
  margin-top: var(--gapdefault);
  margin-left: var(--gapdefault);
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-3 {
  color: #000;
  height: .8rem;
  padding-right: .3rem;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.timeversionone {
  font-family: var(--font);
  color: #000;
  font-size: var(--fontsize);
  line-height: var(--fontleading);
  font-weight: var(--fontweight);
  text-decoration: none;
}

.timeversionone.credit {
  z-index: 1;
  width: 100%;
  padding-right: var(--gapdefault);
  padding-bottom: var(--gapdefault);
  padding-left: var(--gapdefault);
  text-align: center;
  white-space: pre-wrap;
  word-break: normal;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-12 {
  grid-column-gap: var(--gapdefault);
  grid-row-gap: var(--gapdefault);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pop-up {
  z-index: 10;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -1.8rem;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--background);
  color: var(--bright);
  background-image: none;
}

.div-block-12-copy {
  grid-column-gap: var(--gapdefault);
  grid-row-gap: var(--gapdefault);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.code-embed-2 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-13 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

.volume {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.code-embed-3 {
  display: none;
}

.double-gap {
  grid-column-gap: 2rem;
  aspect-ratio: 3 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 75%;
  display: grid;
  position: relative;
}

.div-block-16 {
  background-color: var(--bright);
  opacity: .44;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-17, .div-block-18 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .double {
    width: 75%;
  }

  .double-gap {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .text.credit {
    text-align: left;
  }

  .double {
    justify-content: space-between;
    width: 100%;
  }

  .timeversionone.credit {
    text-align: left;
  }

  .double-gap {
    grid-column-gap: 1rem;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --black: #000;
    --gapdefault: .5rem;
    --bright: #0051ff;
    --font: uni, Arial, sans-serif;
    --fontsize: .65rem;
    --fontleading: .8rem;
    --fontweight: 300;
    --round-default: .2rem;
    --background: #fff;
    --rollover2: #cfdeff;
    --postit: #f4f5ee;
    --rollover: #daf192;
    --white: white;
    --text-color: #000;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .info-popup {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-5 {
    width: 100%;
  }

  .button2.not {
    width: .8rem;
  }

  .double-gap {
    grid-column-gap: .75rem;
  }
}


@font-face {
  font-family: 'uni';
  src: url('../fonts/NeueHaasUnica-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'uni';
  src: url('../fonts/NeueHaasUnica-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'uni';
  src: url('../fonts/NeueHaasUnica-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}