@font-face {
  font-family: "Simplon Mono";
  src: url("../fonts/SimplonMono-Regular.woff2") format("woff2"), url("../fonts/SimplonMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon Mono";
  src: url("../fonts/SimplonMono-RegularItalic.woff2") format("woff2"), url("../fonts/SimplonMono-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
html, body {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  color: #010101;
  background-color: #ffffff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9vw;
}
@media (max-width: 1120px) {
  html, body {
    font-size: 14px;
  }
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}

body::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

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

h1, h2, h3, h4, h5, h6, b, strong {
  margin: 0;
  font-weight: normal;
}

img {
  border: none;
  margin: 0;
  max-width: 100%;
  height: auto;
}

input, textarea, button {
  color: currentColor;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input:active, textarea:active, button:active,
input:focus, textarea:focus, button:focus {
  outline: 0;
}

.o-content {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .o-content {
    width: calc(100% - 2rem);
  }
}
.o-content--lateral {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-gap: 1rem;
}
@media (max-width: 900px) {
  .o-content--lateral {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.o-content--lateral .o-content__title * {
  margin: 0;
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  line-height: 1.82rem;
}
.o-content--lateral .o-content__int {
  font-size: 1.2rem;
}
.o-content--list {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 4rem 1fr 26rem;
  grid-template-columns: 4rem 1fr 0.42fr;
  grid-template-rows: auto 1fr;
}
@media (max-width: 1120px) {
  .o-content--list {
    grid-template-columns: 4rem 1fr;
  }
}
.o-content--list .c-nav {
  grid-row: 1;
  grid-column: 1/3;
}
.o-content--list .c-table {
  grid-row: 2;
  grid-column: 1/3;
}
.o-content--list .c-table__window {
  grid-row: 1/3;
  grid-column: 3;
}
.o-content--min {
  max-width: 58rem;
}
.o-content--min.o-grid {
  gap: 2rem 1.5rem;
}
@media (max-width: 1120px) {
  .o-content--min.o-grid {
    grid-gap: 2rem 1rem;
  }
}
.o-content--padding {
  padding-left: 5rem;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .o-content--padding {
    padding-left: 0;
  }
}

.o-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 3rem 2rem;
}
.o-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .o-grid--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.o-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1120px) {
  .o-grid--4 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem 1rem;
  }
}
@media (max-width: 900px) {
  .o-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.o-grid--6 {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4.5rem 1.5rem;
}
@media (max-width: 1280px) {
  .o-grid--6 {
    grid-gap: 4.5rem 1rem;
  }
}
@media (max-width: 1120px) {
  .o-grid--6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 620px) {
  .o-grid--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.o-grid--6 .c-post--min:nth-child(6n+6):not(:last-child)::after {
  content: "";
  width: calc(600% + 5rem + 5.4rem);
  height: 1px;
  display: block;
  position: absolute;
  bottom: -2rem;
  right: -1.4rem;
  background-color: currentColor;
}
@media (max-width: 1120px) {
  .o-grid--6 .c-post--min:nth-child(6n+6):not(:last-child)::after {
    right: -1.5rem;
    width: calc(600% + 12.9rem);
    display: none;
  }
}
@media (max-width: 1120px) {
  .o-grid--6 .c-post--min:nth-child(4n+4):not(:last-child)::after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: -2rem;
    background-color: currentColor;
    right: -1.5rem;
    width: calc(600% + 12.9rem);
  }
}
@media (max-width: 620px) {
  .o-grid--6 .c-post--min:nth-child(4n+4):not(:last-child)::after {
    display: none;
  }
  .o-grid--6 .c-post--min:nth-child(2n+2):not(:last-child)::after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: -2rem;
    background-color: currentColor;
    right: -1.5rem;
    width: calc(600% + 12.9rem);
  }
}

.o-wrapper {
  min-height: calc(100vh - 5rem);
}
.o-wrapper--list {
  min-height: initial;
}

.o-hidden {
  display: none;
}

.o-letters {
  display: block;
  width: 0%;
  white-space: nowrap;
  transition: 0.2s ease;
  font-family: "Simplon Mono", monospace;
}
.o-letters.is-active {
  letter-spacing: 1em;
  text-align-last: justify;
  transition: 0.5s ease;
  width: 100%;
}
@media (min-width: 1120px) {
  .o-letters:hover {
    letter-spacing: 1em;
    text-align-last: justify;
    transition: 0.5s ease;
    width: 100%;
  }
}

.o-space {
  width: 100%;
  height: 1.3333333333rem;
}

.o-title * {
  text-align: center;
  font-size: 1.57rem;
}

.o-btn {
  width: fit-content;
  padding: 0.2em 4rem;
  text-align: center;
  font-size: 1.57rem;
  border: 1px solid currentColor;
  display: block;
}
.o-btn--center {
  margin: 0 auto;
}
.o-btn--corchete {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  padding: 0;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
}
.o-btn--corchete span::before {
  content: "[";
}
.o-btn--corchete span::after {
  content: "]";
}
.o-btn--corchete.is-active span {
  text-decoration: underline;
}
.o-btn--corchete.is-disable {
  pointer-events: none;
  opacity: 0.4;
}

.o-line {
  width: 100%;
  height: 1px;
  background-color: #010101;
}

.o-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" -25, "opsz" 20;
}

.o-checkbox {
  display: inline-block;
}
.o-checkbox label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.o-checkbox label::before {
  content: "[";
}
.o-checkbox label::after {
  content: "]";
}
.o-checkbox input[type=checkbox] {
  display: none;
}
.o-checkbox input[type=checkbox][type=checkbox]:checked + label {
  text-decoration: underline;
}

.o-radio {
  display: inline-block;
}
.o-radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.o-radio label::before {
  content: "[";
}
.o-radio label::after {
  content: "]";
}
.o-radio input[type=radio] {
  display: none;
}
.o-radio input[type=radio][type=radio]:checked + label {
  text-decoration: underline;
}

.o-search {
  cursor: pointer;
  display: flex;
  position: relative;
}
.o-search::before {
  content: "[";
}
.o-search::after {
  content: "]";
}
.o-search__top {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.o-search__input {
  width: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
}
.o-search__button {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  pointer-events: none;
  padding: 0;
  display: inline;
}
@media (min-width: 1120px) {
  .o-search__button:hover {
    text-decoration: underline;
  }
}
.o-search__close {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  display: none;
  padding-left: 0.5em;
}
@media (min-width: 1120px) {
  .o-search__close:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1120px) {
  .o-search.is-active:hover {
    text-decoration: none;
  }
}
.o-search.is-active .o-search__top {
  display: none;
}
.o-search.is-active .o-search__input {
  width: 10rem;
}
.o-search.is-active .o-search__button {
  pointer-events: auto;
}
.o-search.is-active .o-search__close {
  display: inline;
}

.c-header {
  background-color: #ffffff;
  border-bottom: 1px solid currentColor;
  font-family: "Simplon Mono", monospace;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 10;
}
.c-header__logo img {
  display: block;
  max-width: 4rem;
  height: auto;
}
.c-header__int {
  display: grid;
  grid-template-columns: 4rem 1fr auto;
  grid-gap: 1rem;
  align-items: baseline;
}
@media (max-width: 1120px) {
  .c-header__int {
    min-height: 3rem;
    align-content: end;
  }
}
.c-header__btn {
  cursor: pointer;
  white-space: nowrap;
}
.c-header__btn.is-arrow .c-header__btn-icon::before {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  background-color: transparent;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-header__btn.is-arrow .c-header__btn-icon::after {
  transform: translate(-50%, -50%);
}
.c-header__btn-icon {
  width: 1rem;
  height: 0.7rem;
  position: relative;
  display: inline;
  vertical-align: baseline;
  display: inline-block;
  margin-left: 4rem;
}
.c-header__btn-icon::before {
  content: "";
  width: 0.6rem;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.c-header__btn-icon::after {
  content: "";
  width: 0.6rem;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-header__btn-phrase {
  display: inline-block;
  white-space: nowrap;
}
.c-header__btn-space {
  display: inline-flex;
}
.c-header.is-menu .c-header__btn-icon {
  transform-origin: center;
  transform: rotate(45deg);
}
.c-header.is-menu .c-header__btn-icon::before {
  content: "";
  width: 0.6rem;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  border: none;
}
.c-header.is-menu .c-header__btn-icon::after {
  content: "";
  width: 0.6rem;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(90deg);
  border: none;
}
@media (max-width: 900px) {
  .c-header.is-menu .c-header__right {
    display: flex;
  }
}
.c-header__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 2rem;
}
@media (max-width: 900px) {
  .c-header__right {
    display: none;
    position: fixed;
    bottom: 1rem;
    height: 3rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0;
    width: calc(100% - 2rem);
  }
}
.c-header__right-sub {
  display: flex;
  flex-direction: row;
}
.c-header__right-sub > *:not(:last-child)::after {
  content: " / ";
  margin: 0 0.5em;
}
.c-header__right-item {
  padding: 1.4rem 0 0.3em;
  line-height: 1em;
}
.c-header__right-item.is-active span {
  color: transparent;
  text-decoration: underline;
  text-decoration-color: #010101;
}
@media (min-width: 1120px) {
  .c-header__right-item:hover span {
    color: transparent;
    text-decoration: underline;
    text-decoration-color: #010101;
  }
}
.c-header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  position: fixed;
  top: calc(2.7rem + 1px);
  background-color: #ffffff;
  height: calc(100% - (2.7rem + 1px));
  overflow: auto;
  box-sizing: border-box;
  padding-bottom: 1rem;
  display: none;
  z-index: 9;
}
@media (max-width: 1120px) {
  .c-header__menu {
    top: calc(3rem + 1px);
  }
}
.c-header__menu.is-active {
  display: flex;
}
.c-header__menu.is-hover .c-header__phrase-item:not(.c-header__phrase-item.is-active) {
  opacity: 0;
}
.c-header__menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  font-family: "Simplon Mono", monospace;
}
.c-header__menu-item {
  border-bottom: 1px solid currentColor;
  position: relative;
  width: 100%;
}
.c-header__menu-item-content {
  line-height: 1em;
  padding: 0.3em 0 0.2em;
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-gap: 1rem;
  align-items: baseline;
}
@media (max-width: 1120px) {
  .c-header__menu-item-content {
    padding: 1em 0 1em;
  }
}
.c-header__menu-item-content > *:first-child {
  text-align: right;
  font-size: 0.82rem;
}
@media (min-width: 1120px) {
  .c-header__menu-item:hover .o-letters {
    letter-spacing: 1em;
    text-align-last: justify;
    transition: 0.5s ease;
    width: 100%;
  }
}
@media (min-width: 1120px) and (max-width: 900px) {
  .c-header__menu-item:hover .o-letters {
    letter-spacing: 0.3em;
  }
}
.c-header__menu-item.is-active .o-letters {
  letter-spacing: 1em;
  text-align-last: justify;
  transition: 0.5s ease;
  width: 100%;
}
@media (max-width: 900px) {
  .c-header__menu-item.is-active .o-letters {
    letter-spacing: 0.3em;
  }
}
.c-header__menu-item.is-active .o-letters {
  letter-spacing: 1em;
  text-align-last: justify;
  transition: 0.5s ease;
  width: 100%;
}
@media (max-width: 900px) {
  .c-header__menu-item.is-active .o-letters {
    letter-spacing: 0.3em;
  }
}
.c-header__menu-item.is-title {
  background-color: #010101;
  color: #ffffff;
}
.c-header__menu-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-header__phrase {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .c-header__phrase {
    display: none;
  }
}
.c-header__phrase-item {
  position: relative;
  text-align: justify;
}
.c-header__phrase-item * {
  margin: 0;
}
.c-header__phrase-item p:not(:nth-child(2)) {
  padding-left: 5rem;
  box-sizing: border-box;
}
.c-header__phrase-item img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 1120px) {
  .c-header__phrase-item:hover img {
    opacity: 1;
  }
  .c-header__phrase-item:hover .c-header__phrase-fix {
    opacity: 1;
  }
}
.c-header__phrase-item.is-active img {
  opacity: 1;
}
.c-header__phrase-item.is-active .c-header__phrase-fix {
  opacity: 1;
}
.c-header__phrase-fix {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.c-header__phrase-fix::before {
  content: "[";
}
.c-header__phrase-fix::after {
  content: "]";
}
@media (min-width: 1120px) {
  .c-header__phrase-fix:hover {
    background-color: #010101;
    color: #ffffff;
  }
}
.c-header__title {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  top: calc(2.7rem + 1px);
  z-index: 7;
  background-color: #ffffff;
}
@media (max-width: 1120px) {
  .c-header__title {
    top: initial;
    position: relative;
  }
}
@media (max-width: 900px) {
  .c-header__title {
    top: initial;
    position: relative;
  }
}

.is-animation-header .c-header {
  overflow: hidden;
}
.is-animation-header .c-header__btn {
  width: calc(100vw - 4rem - 4rem);
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  animation-name: headerBtn;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  align-items: center;
}
.is-animation-header .c-header__btn-phrase {
  width: 100%;
}
.is-animation-header .c-header__btn-space {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: inherit;
  margin-left: 0.5em;
  animation-name: headerSpan;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  width: 100%;
}
.is-animation-header .c-header__right {
  white-space: nowrap;
}

@keyframes headerBtn {
  from {
    width: calc(100vw - 4rem - 4rem);
  }
  to {
    width: 20rem;
  }
}
@keyframes headerSpan {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
.c-footer {
  width: 100%;
  border-top: 1px solid currentColor;
  padding: 2rem 0;
}
.c-footer__int > * {
  max-width: 70%;
}
@media (max-width: 620px) {
  .c-footer__int > * {
    max-width: 100%;
  }
}
@media (min-width: 1120px) {
  .c-footer__int a:hover {
    text-decoration: underline;
  }
}

.c-stream {
  min-height: calc(100vh - 4rem);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.c-stream__content {
  width: 32rem;
  position: relative;
}
.c-stream__content-frame {
  width: 100%;
  padding-bottom: 56.6%;
  height: 0;
  position: relative;
}
.c-stream__content-frame * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-post {
  width: 100%;
  display: grid;
  grid-template-columns: 7rem 1fr;
  grid-gap: 0.5rem;
  font-size: 0.92rem;
  border: 1px solid transparent;
  padding: 0.5rem;
  margin: -0.5rem;
  position: relative;
}
@media (min-width: 1120px) {
  .c-post:hover {
    border: 1px solid currentColor;
  }
}
@media (max-width: 1120px) {
  .c-post {
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .c-post {
    grid-template-columns: 1fr;
    padding: 0rem;
    margin: 0rem;
    grid-gap: 0;
    grid-template-rows: auto 1fr;
  }
}
.c-post__link {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-post__first {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .c-post__first {
    grid-column: initial;
    grid-row: 2;
  }
}
.c-post__first img {
  width: 17rem;
  max-width: 100%;
}
@media (max-width: 900px) {
  .c-post__first img {
    width: 100%;
  }
}
.c-post__first .s-text h3 {
  font-size: 1.2rem;
  margin: 0;
  text-decoration: underline;
}
.c-post__first .s-text h4 {
  font-size: 1rem;
  margin: 0;
}
.c-post__first-date {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  margin: 1rem 0 0;
}
.c-post__second {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 900px) {
  .c-post__second {
    grid-column: initial;
    grid-row: 1;
    gap: 0;
  }
  .c-post__second .c-post__list {
    display: none;
  }
}
.c-post__second h4 {
  line-height: 1.68rem;
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 900px) {
  .c-post__second h4 {
    display: inline;
    width: auto;
    text-decoration: underline;
  }
}
.c-post__second h4::after {
  content: "";
  width: calc(100% + 0.5rem);
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: currentColor;
  bottom: 0.3rem;
}
@media (max-width: 900px) {
  .c-post__second h4::after {
    display: none;
  }
}
.c-post__list {
  position: relative;
  padding-top: 1em;
}
.c-post__list::before {
  content: "+";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-post__list-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-post__list * {
  margin: 0;
  font-size: 0.92rem;
}
.c-post__list h5 {
  font-style: italic;
}
.c-post:first-child:not(.c-post--full, .c-post--min) {
  grid-column: span 2;
}
.c-post--min {
  display: block;
}
.c-post--min:first-child {
  grid-column: span 1;
}
.c-post--min .c-post__title * {
  font-size: 0.82rem;
  margin: 0;
  font-family: "Simplon Mono", monospace;
}
.c-post--min .c-post__first {
  min-height: 100%;
}
.c-post--min .c-post__first > *:first-child {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-gap: 0.5rem;
}
.c-post--min .c-post__first > *:first-child .s-text > *:not(b, strong) {
  font-size: 0.92rem;
  margin: 0;
  text-decoration: none;
}
.c-post--min .c-post__first > *:first-child .s-text b, .c-post--min .c-post__first > *:first-child .s-text strong {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
}
.c-post--min .c-post__first > *:first-child .s-text h3 {
  font-style: italic;
}
.c-post--full {
  display: block;
  grid-column: 1/5;
}
@media (min-width: 1120px) {
  .c-post--full:hover {
    border: 1px solid transparent;
  }
}
@media (max-width: 1120px) {
  .c-post--full {
    grid-column: 1/4;
  }
}
@media (max-width: 900px) {
  .c-post--full {
    grid-column: 1/3;
  }
}

.c-page__int {
  font-size: 1.57rem;
}
.c-page__int.s-text > * {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}
.c-page__int.s-text p {
  position: relative;
}
.c-page__int.s-text h1 {
  font-size: 2.72rem;
  line-height: 1.2em;
  margin: 0 auto;
  text-align: center;
}
.c-page__int.s-text h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 2.72rem;
  line-height: 1.2em;
}
.c-page__int.s-text h4 {
  margin: 2.03rem auto;
  text-align: center;
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
}
.c-page__int.s-text sup {
  border-radius: 50%;
  border: 1px solid currentColor;
  line-height: 0.92rem;
  min-height: 0.92rem;
  font-size: 0.92rem;
  min-width: 0.92rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
}
.c-page__int--ideas.s-text h4:first-child {
  margin-top: 4rem;
}
.c-page__caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(100% + 1rem);
  width: calc((100vw - 4rem - 58rem - 2rem) / 2);
  text-align: left;
  font-size: 0.82rem;
  border: 1px solid currentColor;
  padding: 0.5rem;
  font-family: "Simplon Mono", monospace;
  line-height: 1.4em;
  min-height: 13rem;
  box-sizing: border-box;
}
.c-page__caption.is-active {
  display: block;
}
@media (max-width: 1120px) {
  .c-page__caption {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    min-height: initial;
    margin: 0.5rem 0;
  }
}
.c-page__info {
  min-height: calc(100vh - 12rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  grid-gap: 2rem;
  grid-template-rows: 1fr auto;
}
@media (max-width: 900px) {
  .c-page__info {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
  }
}
.c-page__info .s-text {
  text-align: justify;
}
.c-page__info .s-text a {
  text-decoration: underline;
}
.c-page__info .s-text:first-child {
  grid-column: 1/3;
}
@media (max-width: 900px) {
  .c-page__info .s-text:first-child {
    grid-column: initial;
  }
}
.c-page__info .s-text:first-child > *:not(h1, h2) {
  width: calc(50% - 1rem);
}
@media (max-width: 900px) {
  .c-page__info .s-text:first-child > *:not(h1, h2) {
    grid-column: initial;
    width: 100%;
  }
}
.c-page__info .s-text:first-child h1, .c-page__info .s-text:first-child h2 {
  font-size: 2.72rem;
  line-height: 1.2em;
  margin: 0;
}
@media (max-width: 900px) {
  .c-page__info .s-text:first-child h1, .c-page__info .s-text:first-child h2 {
    font-size: 1.9rem;
  }
}
.c-page__info .s-text:not(:first-child) > * {
  margin: 0;
}
.c-page--info {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  padding: 1rem 0;
}

.c-bio {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
}
.c-bio.s-text {
  text-align: justify;
}
.c-bio.s-text h1, .c-bio.s-text h2, .c-bio.s-text h3 {
  font-size: 1.57rem;
  text-align: center;
}
.c-bio.s-text ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: baseline;
  justify-content: space-around;
  padding: 0;
  margin: 1rem 0;
}
@media (min-width: 1120px) {
  .c-bio.s-text ul a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1120px) {
  .c-bio--min.s-text a:hover {
    text-decoration: underline;
  }
}
.c-bio--min.s-text ul {
  justify-content: center;
  gap: 1rem;
}
.c-bio--min.s-text ul a::before {
  content: "[";
}
.c-bio--min.s-text ul a::after {
  content: "]";
}
.c-bio--page {
  margin: 0;
  font-size: 1.57rem;
}
.c-bio--page.s-text h1 {
  font-size: 3rem;
  text-align: left;
  margin: 1rem 0;
}
.c-bio--page.s-text ul {
  justify-content: flex-start;
  gap: 1rem;
}
.c-bio--page.s-text ul a::before {
  content: "[";
}
.c-bio--page.s-text ul a::after {
  content: "]";
}

.c-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid currentColor;
}
.c-list__item {
  width: 100%;
  border-bottom: 1px solid currentColor;
  padding: 2rem 0;
  position: relative;
}
.c-list__item-grid {
  display: grid;
  grid-template-columns: 19rem 1fr;
  grid-gap: 1rem;
}
@media (max-width: 620px) {
  .c-list__item-grid {
    grid-template-columns: 10rem 1fr;
  }
}
.c-list__item-img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 67%;
}
.c-list__item-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-list__item-info {
  max-width: 40rem;
}
.c-list__item-info * {
  margin: 0;
}
.c-list__item-info h3 {
  font-size: 1.2rem;
}
.c-list__item-info h4 {
  font-size: 1rem;
}
.c-list__item-info p {
  font-family: "Simplon Mono", monospace;
  font-size: 0.82rem;
}
@media (min-width: 1120px) {
  .c-list__item:hover {
    background-color: #010101;
    color: #ffffff;
  }
}

.c-filter__item {
  display: inline-block;
  vertical-align: baseline;
  font-size: 3rem;
  margin-right: 1rem;
}
@media (max-width: 1120px) {
  .c-filter__item {
    font-size: 1.9rem;
  }
}
.c-filter__item::before {
  content: "[";
}
.c-filter__item::after {
  content: "]";
}
.c-filter__item--btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.92rem;
  padding: 0.2em 1rem;
  border: 1px solid #010101;
  background-color: #010101;
  color: #ffffff;
  font-family: "Simplon Mono", monospace;
  font-size: 0.82rem;
  margin-top: 2rem;
}
.c-filter__item--btn::before {
  content: "";
}
.c-filter__item--btn::after {
  content: "";
}
@media (min-width: 1120px) {
  .c-filter__item--btn:hover {
    background-color: #ffffff;
    color: #010101;
  }
}
.c-filter__item--title {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  margin-right: 8rem;
}
.c-filter__item--title::before {
  content: "";
}
.c-filter__item--title::after {
  content: "";
}
.c-filter--list {
  flex-direction: column;
}
.c-filter--list .c-filter__item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.c-single {
  display: grid;
  grid-template-columns: 4rem 21.5rem 1fr;
  grid-gap: 1rem;
}
@media (max-width: 1120px) {
  .c-single {
    grid-template-columns: 4rem 1fr;
  }
}
@media (max-width: 900px) {
  .c-single {
    grid-template-columns: 1fr;
  }
}
.c-single .s-text {
  text-align: justify;
}
@media (max-width: 1120px) {
  .c-single .s-text {
    max-width: 40rem;
  }
}
.c-single .s-text h1, .c-single .s-text h2, .c-single .s-text h3, .c-single .s-text h4 {
  margin: 0;
}
.c-single .s-text h4 {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
}
.c-single > *:first-child {
  text-align: right;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 900px) {
  .c-single > *:first-child {
    margin: 0;
  }
}
.c-single__slider {
  display: grid;
  grid-template-columns: 4rem 1fr 26rem;
  grid-gap: 1rem;
  grid-template-rows: 5rem 1fr;
  align-items: flex-end;
  height: calc(100vh - 10rem);
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
}
@media (max-width: 1120px) {
  .c-single__slider {
    position: relative;
    top: initial;
    grid-column: 1/3;
    margin-bottom: 4rem;
    grid-template-columns: 4rem 4rem 1fr;
  }
}
@media (max-width: 900px) {
  .c-single__slider {
    grid-column: initial;
  }
}
.c-single__slider-fraction {
  grid-column: 1;
  grid-row: 1;
}
.c-single__slider-fraction::before {
  content: "[";
}
.c-single__slider-fraction::after {
  content: "]";
}
.c-single__slider-item {
  display: grid;
  grid-template-columns: 4rem 1fr 26rem;
  grid-gap: 1rem;
  grid-template-rows: 5rem 1fr;
  width: 100%;
  height: calc(100vh - 10rem);
  align-items: flex-end;
}
@media (max-width: 1120px) {
  .c-single__slider-item {
    grid-template-columns: 4rem 4rem 1fr;
  }
}
@media (max-width: 900px) {
  .c-single__slider-item {
    height: calc(100vh - 20rem);
  }
}
.c-single__slider-info {
  grid-row: 1;
  grid-column: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 1rem;
  grid-auto-rows: min-content;
  overflow: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: 0s ease 600ms;
}
.c-single__slider-info * {
  margin: 0;
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
}
.c-single__slider-img {
  grid-column: 1/4;
  grid-row: 2;
  height: calc(100vh - 16rem);
}
@media (max-width: 900px) {
  .c-single__slider-img {
    height: calc(100vh - 26rem);
  }
}
.c-single__slider-img img {
  position: relative;
  max-width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.c-single__slider .splide {
  grid-column: 1/4;
  grid-row: 1/3;
  height: 100%;
  position: relative;
}
.c-single__slider .splide__track {
  width: 100%;
  height: 100%;
}
.c-single__slider .splide__list {
  width: 100%;
  height: 100%;
}
.c-single__slider .splide__slide.is-active .c-single__slider-info {
  opacity: 1;
  visibility: visible;
}
.c-single__slider .splide__slide.is-next {
  transform: 0s ease 0ms;
}
.c-single__slider .splide__slide.is-prev {
  transform: 0s ease 0ms;
}
.c-single__slider .splide__arrows {
  position: absolute;
  top: 3.8rem;
  left: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
}
.c-single__slider .splide__arrow {
  background-color: transparent;
  opacity: 1;
  position: relative;
  transform: initial;
  top: initial;
  left: initial;
  right: initial;
  height: 1rem;
}
.c-single__slider .splide__arrow .material-symbols-outlined {
  font-size: 1.3rem;
}
.c-single--video {
  grid-template-columns: 1fr 4rem 21.5rem;
}
@media (max-width: 1120px) {
  .c-single--video {
    grid-template-columns: 4rem 1fr;
  }
}
@media (max-width: 900px) {
  .c-single--video {
    grid-template-columns: 1fr;
  }
}
.c-single--video .c-single__close {
  grid-row: 1;
  grid-column: 2;
}
@media (max-width: 1120px) {
  .c-single--video .c-single__close {
    grid-row: 1;
    grid-column: 1;
  }
}
.c-single--video .c-single__close span {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: block;
}
.c-single--video .c-single__close span::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.c-single--video .c-single__close span::before {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
.c-single--video .c-single__video {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  height: calc(100vh - 11rem);
  background-color: #010101;
}
@media (max-width: 1120px) {
  .c-single--video .c-single__video {
    grid-row: initial;
    grid-column: 2;
    width: 100%;
    height: 0;
    padding-bottom: 56.6%;
  }
}
@media (max-width: 900px) {
  .c-single--video .c-single__video {
    grid-column: initial;
  }
}
.c-single--video .c-single__video iframe, .c-single--video .c-single__video video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.c-single--video .s-text {
  grid-row: 1;
  grid-column: 3;
}
@media (max-width: 1120px) {
  .c-single--video .s-text {
    grid-row: initial;
    grid-column: 2;
  }
}
@media (max-width: 900px) {
  .c-single--video .s-text {
    grid-column: initial;
  }
}

.c-table__file {
  display: grid;
  grid-template-columns: 4rem 1fr 1fr 4rem;
  grid-gap: 1rem;
  position: relative;
}
@media (min-width: 1120px) {
  .c-table__file:hover::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid currentColor;
    left: -2rem;
    width: calc(100% + 3rem);
    bottom: 0;
  }
}
@media (max-width: 1120px) {
  .c-table__file {
    min-height: 3rem;
    align-items: center;
  }
  .c-table__file::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid currentColor;
    left: -1rem;
    width: calc(100% + 2rem);
    bottom: 0;
  }
}
@media (max-width: 900px) {
  .c-table__file {
    grid-template-columns: 4rem 1fr;
    grid-gap: 0 1rem;
    padding: 0.5rem 0;
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  .c-table__column {
    grid-column: 2;
  }
  .c-table__column:first-child {
    grid-column: 1;
  }
}
.c-table__column * {
  margin: 0;
  font-size: 1rem;
  display: inline-block;
  vertical-align: baseline;
}
.c-table__column h3 {
  margin-right: 2rem;
}
.c-table__column:first-child {
  text-align: right;
  font-family: "Simplon Mono", monospace;
}
.c-table__column:first-child * {
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
  margin-left: auto;
}
.c-table__column:first-child *::before {
  content: "[";
}
.c-table__column:first-child *::after {
  content: "]";
}
.c-table__window {
  border-left: 1px solid currentColor;
  height: calc(100vh - 7.7rem);
  position: sticky;
  position: -webkit-sticky;
  box-sizing: border-box;
  padding: 1.5rem 0 0 1.5rem;
  overflow: auto;
}
@media (max-width: 1120px) {
  .c-table__window {
    display: none;
  }
}
.c-table__slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  display: none;
  grid-area: 1rem;
}
.c-table__slide.is-active {
  display: flex;
}
@media (min-width: 1120px) {
  .c-table__slide:hover {
    display: flex;
  }
}
.c-table__slide-info {
  grid-row: 1;
  grid-column: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 1rem;
  grid-auto-rows: min-content;
}
.c-table__slide-info * {
  margin: 0;
  font-size: 0.82rem;
  font-family: "Simplon Mono", monospace;
}
.c-table__slide-img {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.c-table__slide-img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-table__slide--sound .c-table__slide-img {
  width: 100%;
  height: calc(100% - 8rem);
  background-color: currentColor;
  align-items: center;
  justify-content: center;
}
.c-table__slide--sound .c-table__slide-img img {
  width: 100%;
  height: auto;
}
.c-table--min .c-table__file {
  grid-template-columns: 4rem 1fr 1fr 0.5fr;
}
.c-table--max .c-table__file {
  grid-template-columns: 4rem 1fr 0.5fr 1fr 0.5fr;
}
@media (min-width: 1120px) {
  .c-table--max .c-table__file:hover::after {
    width: calc(100% + 3rem + 26rem + 2rem);
  }
}

.o-content--error .c-table__file {
  grid-template-columns: 4rem 1fr auto;
}
.o-content--error .c-table__window {
  height: calc(100vh - 2rem);
}
.o-content--error .c-table__window::after {
  content: "";
}

.c-nav {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-gap: 0 1rem;
  padding-top: 1rem;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 7.7rem;
  z-index: 4;
  padding-bottom: 0.5em;
  font-family: "Simplon Mono", monospace;
}
@media (max-width: 1120px) {
  .c-nav {
    top: calc(3rem + 1px);
  }
}
.c-nav > * {
  margin-left: auto;
}
.c-nav__content {
  margin-left: 0;
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-nav__filters {
  width: 100%;
  left: 0;
  grid-column: 2;
}
.c-nav__filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: baseline;
  justify-content: flex-start;
  display: none;
  padding: 1rem 0;
}
.c-nav__filters-list.is-active {
  display: flex;
}
.c-nav.is-active::after {
  content: "";
  height: 1px;
  width: calc(100% + 3rem);
  margin-left: -2rem;
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1120px) {
  .c-nav.is-active::after {
    background-color: transparent;
    height: 0;
  }
}
.c-nav--full {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1120px) {
  .c-nav--full {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 900px) {
  .c-nav--full {
    border-bottom: 1px solid currentColor;
  }
}
.c-nav--full.is-active::after {
  width: 100%;
  margin-left: 0;
}
.c-nav--index {
  top: 4rem;
}
@media (max-width: 1120px) {
  .c-nav--index {
    top: calc(3rem + 1px);
  }
}
@media (max-width: 1120px) {
  .c-nav--column {
    width: 100%;
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid currentColor;
  }
  .c-nav--column .c-nav__filters.is-active::after {
    display: none;
  }
}

.s-text > * {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.4em;
}
.s-text > *:first-child {
  margin-top: 0;
}
.s-text > *:last-child {
  margin-bottom: 0;
}
.s-text p {
  margin: 1em 0;
}
.s-text h3 {
  font-size: 1.16rem;
}
.s-text hr {
  clear: both;
  margin: 0;
  height: 0;
  border: none;
  opacity: 0;
  display: block;
}
.s-text blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 1px solid currentColor;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1rem;
}
.s-text .wp-caption {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  width: fit-content;
}
.s-text .wp-caption img {
  margin: 0;
  max-width: 100%;
}
.s-text .wp-caption p {
  margin: 0.3em auto 0;
  text-align: center;
}
.s-text .aligncenter {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 1em auto;
  text-align: center;
}
.s-text .aligncenter.wp-caption {
  max-width: 100%;
}
.s-text .aligncenter.wp-caption p {
  text-align: left;
}
.s-text .alignleft {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
  float: left;
  max-width: calc(100% - 1em);
  position: relative;
}
.s-text .alignleft.wp-caption {
  max-width: calc(100% - 1em);
}
.s-text .alignright {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  float: right;
  max-width: calc(100% - 1em);
  position: relative;
}
.s-text .alignright.wp-caption {
  max-width: calc(100% - 1em);
}
.s-text .alignright.wp-caption p {
  text-align: right;
}
.s-text .u-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.6%;
  position: relative;
}
.s-text .u-iframe iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.s-text video {
  width: 100%;
  position: relative;
}
.s-text audio {
  width: 100%;
}

.splide__sr {
  display: none !important;
}

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