@charset "UTF-8";
body {
  margin: 0;
}

body,
.n-type h1 {
  font-size: 15px;
  font-family: "Karla";
}

* {
  box-sizing: border-box;
}

.n-header {
  padding: 2em;
}
.n-header .n-nav ul.n-list {
  justify-content: flex-end;
}
.n-header img {
  padding: 0 1em 1em 1em;
}
.n-header h1 * {
  display: inline-block;
  vertical-align: middle;
}

.meta {
  color: #909090;
}

.n-type a[href] {
  text-decoration: none;
}

main .n-aspect {
  align-items: center;
  background-size: cover;
  display: flex;
}

.n-aspect > div {
  width: 100%;
}

main {
  color: #fff;
}
main a > div {
  display: grid;
}

main.n-row > * {
  --width: 1/5;
}

@media (max-width: 2400px) {
  main.n-row > * {
    --width: 1/4;
  }
}
@media (max-width: 1800px) {
  main.n-row > * {
    --width: 1/3;
  }
}
@media (max-width: 1200px) {
  main.n-row > * {
    --width: 1/2;
  }
}
.n-modal {
  overflow: hidden;
}

.n-modal .bg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.n-modal:hover .bg {
  opacity: 0;
  top: -2em;
  right: -2em;
  bottom: -2em;
  left: -2em;
}

.n-modal .n-aspect > div {
  transform: scale(2);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.n-modal:hover .n-aspect > div {
  transform: scale(1);
  opacity: 1;
}

footer {
  position: absolute;
  bottom: 1em;
  z-index: 1;
  padding: 1em;
}

.n-ovrl {
  background: rgba(0, 0, 0, 0.1);
  text-align: right;
  font-size: 0;
}
.n-ovrl .n-ovrl--content {
  background: #fff;
  padding: 2em 5em 5em 5em;
  width: 950px;
  max-width: 100%;
  display: inline-block;
  font-size: 1rem;
  left: auto;
}
.n-ovrl .n-ovrl--close {
  width: 2rem;
  right: 1rem;
  height: 2rem;
  font-size: 0;
  background: #fff;
  color: #000;
  text-align: center;
  top: 1rem;
  left: auto;
}
.n-ovrl .n-ovrl--close:after {
  font-size: 1rem;
  content: "╳";
  line-height: 2;
}
.n-ovrl .n-carousel {
  margin: 0;
  position: fixed;
  background: #fff;
  bottom: 0;
  height: 100% !important;
}

.n-demo-apex .n-modal.n-modal--full {
  margin-inline-start: 32%;
  width: calc(66% - 2 * env(safe-area-inset-left));
}
.n-demo-apex .n-carousel > .n-carousel__index {
  white-space: normal;
}
.n-demo-apex .n-carousel.n-carousel--overlay > .n-carousel__index > :not(button) {
  display: none;
}
.n-demo-apex .n-carousel:not(.n-carousel--overlay) > .n-carousel__index img {
  width: 100%;
  height: auto;
}
.n-demo-apex .n-carousel__content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}

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