@font-face {
  font-family: "owners";
  src: url("../fonts/ownerstext-regular-webfont.woff2") format("woff2"), url("../fonts/ownerstext-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "owners";
  src: url("../fonts/ownerstext-regularitalic-webfont.woff2") format("woff2"), url("../fonts/ownerstext-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "owners";
  src: url("../fonts/ownerstext-bold-webfont.woff2") format("woff2"), url("../fonts/ownerstext-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "owners";
  src: url("../fonts/ownerstext-bolditalic-webfont.woff2") format("woff2"), url("../fonts/ownerstext-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "owners";
  src: url("../fonts/ownerstext-light-webfont.woff2") format("woff2"), url("../fonts/ownerstext-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "owners";
  src: url("../fonts/ownerstext-lightitalic-webfont.woff2") format("woff2"), url("../fonts/ownerstext-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "lexia_monoregular";
  src: url("../fonts/lexiamono-regular-webfont.woff2") format("woff2"), url("../fonts/lexiamono-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lexia_monoregular";
  src: url("../fonts/lexiamono-lightitalic-webfont.woff2") format("woff2"), url("../fonts/lexiamono-lightitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "AkzidenzGroteskBQ-Regular";
  src: url("../fonts/AkzidenzGroteskBQ-Regular.woff") format("woff"), url("../fonts/AkzidenzGroteskBQ-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html, body {
  width: 100%;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  font-size: 1.3vw;
  -webkit-overflow-scrolling: touch;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "owners", sans-serif;
  scroll-behavior: smooth;
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}
@media (min-width: 1920px) {
  html, body {
    font-size: 25px;
  }
}
@media (max-width: 1440px) {
  html, body {
    font-size: 18px;
  }
}

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;
  font-size: 1rem;
}
@media (max-width: 1120px) {
  h1, h2, h3, h4, h5, h6, b, strong {
    font-size: 0.88rem;
  }
}

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% - 2rem);
  margin: 0 auto;
}

.o-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 12.84rem calc(100% - 25.68rem) 12.84rem;
  grid-gap: 0;
}
@media (min-width: 1920px) {
  .o-wrapper {
    width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 1120px) {
  .o-wrapper {
    grid-template-columns: 12.84rem calc(100% - 12.84rem);
  }
}
@media (max-width: 900px) {
  .o-wrapper {
    grid-template-columns: 100%;
  }
}
.o-wrapper__int .o-content {
  width: calc(100% - 1.2rem);
}
@media (max-width: 1120px) {
  .o-wrapper__int {
    width: calc(100% - 1rem);
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 900px) {
  .o-wrapper__int {
    border-left: 1px solid currentColor;
    margin: 0 auto;
  }
}

.o-hidden {
  display: none;
}

.o-clock {
  width: 60%;
  height: auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: relative;
  margin: 1rem auto 1rem;
  aspect-ratio: 1/1;
}
@media (max-width: 900px) {
  .o-clock {
    width: 5rem;
  }
}
.o-clock__hand {
  position: absolute;
  width: 50%;
  height: 1px;
  background: transparent;
  top: 50%;
  transform-origin: 100%;
  transform: rotate(90deg);
  transition: transform 0.05s linear;
}
.o-clock__hand--hour::before {
  content: "";
  width: 60%;
  height: 100%;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.o-clock__hand--minute::before {
  content: "";
  width: 80%;
  height: 100%;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.o-clock__text {
  text-align: center;
  margin-top: 0;
}

.o-logo {
  padding: 0.6rem;
  border-bottom: 1px solid currentColor;
  top: 0;
  position: sticky;
  z-index: 5;
  background-color: #fff;
  display: block;
  margin-bottom: -1px;
}
@media (max-width: 900px) {
  .o-logo {
    display: flex;
    gap: 0.6rem;
  }
}
.o-logo img {
  max-height: 1.92rem;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 900px) {
  .o-logo img {
    max-height: 1.6rem;
  }
}
.o-logo--full {
  display: none;
}

body:has(.is-home) .o-logo {
  display: none;
}
@media (max-width: 900px) {
  body:has(.is-home) .o-logo {
    display: flex;
    gap: 0.6rem;
    border-top: 1px solid currentColor;
  }
  body:has(.is-home) .o-logo .o-logo__img {
    display: none;
  }
}
body:has(.is-home) .o-logo--full {
  display: block;
  z-index: initial;
  border: none;
}
body:has(.is-home) .o-logo--full img {
  max-height: 100dvh;
  margin: 0 auto;
}
body:has(.is-home).is-logo .o-logo {
  display: block;
}
@media (max-width: 900px) {
  body:has(.is-home).is-logo .o-logo {
    display: flex;
    gap: 0.6rem;
    border-top: none;
  }
  body:has(.is-home).is-logo .o-logo .o-logo__img {
    display: block;
  }
}
body:has(.is-home).is-logo .o-logo--full {
  display: none;
}
body:has(.is-home).is-logo .o-wrapper__int > .o-post {
  background-color: #fff;
  border-top: none;
  position: relative;
}
body:has(.is-home) .o-wrapper__int > .o-post {
  background-color: #fff;
  position: relative;
}

.o-title {
  padding: 0.6rem;
  border-bottom: 3px solid currentColor;
  scroll-margin-top: 3.12rem;
  border-top: 1px solid currentColor;
}
.o-title > * {
  font-size: 1rem;
}
.o-title__nav {
  display: flex;
  flex-direction: row;
  gap: 0 0.3rem;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1120px) {
  .o-title__nav > *:hover {
    text-decoration: underline;
  }
}
.o-title__nav > *.is-active {
  text-decoration: underline;
}
.o-title--page .o-title__date {
  margin: 0;
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
}
.o-title--page .o-title__title {
  font-size: 1.6rem;
  font-weight: 700;
}
.o-title--page .o-title__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
}
.o-title--flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0 1rem;
  align-items: center;
}

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

.o-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 700px) {
  .o-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.o-grid--1 {
  grid-template-columns: 1fr;
}
.o-grid--2 {
  grid-template-columns: 1fr 1fr;
}
.o-grid--2:has(.c-card--info) {
  border-top: 2px solid currentColor;
}
@media (max-width: 700px) {
  .o-grid--2 {
    grid-template-columns: 1fr;
  }
}
.o-grid--reverse .c-card--double {
  flex-direction: row;
}
.o-grid--reverse .c-card--double .c-card__info {
  border-left: 1px solid #000;
  border-right: none;
}

.o-btn--xs {
  border: 1px solid currentColor;
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
  padding: 0 0.3rem;
  width: fit-content;
  display: block;
}
@media (max-width: 700px) {
  .o-btn--xs {
    padding: 0.3rem 0.6rem;
  }
}
.o-btn--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  border-bottom: 1px solid currentColor;
  margin-bottom: -1px;
}
.o-btn--full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  box-sizing: border-box;
  min-height: 10rem;
  border-right: 1px solid currentColor;
  font-family: "AkzidenzGroteskBQ-Regular";
  text-align: center;
}
.o-btn--full:last-child {
  border: none;
}
.o-btn--menu {
  display: none;
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
  line-height: 1.6rem;
}
.o-btn--menu::before {
  content: "[";
}
.o-btn--menu::after {
  content: "]";
}
@media (max-width: 900px) {
  .o-btn--menu {
    display: block;
  }
}
.o-btn--menu-close {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid currentColor;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}

.o-checkbox {
  padding-left: 2rem;
  position: relative;
}
.o-checkbox a {
  text-decoration: underline;
}
.o-checkbox p {
  display: inline-block;
  margin: 0;
}
.o-checkbox__span {
  position: absolute;
  top: -0.1em;
  left: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0%;
  background-color: transparent;
  border: 1px solid currentColor;
  cursor: pointer;
}
.o-checkbox__span::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-checkbox__input:checked ~ .o-checkbox__span::before {
  content: "";
  display: block;
  top: 1px;
  left: 1px;
  background-color: currentColor;
  position: absolute;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 0%;
}
.o-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.o-alert {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
}
.o-alert p {
  margin: 0;
}
.o-alert--success {
  color: #0d6110;
}
.o-alert--error {
  color: #bd2419;
}
.o-alert--warning {
  color: #f19205;
}
.o-alert--info {
  color: #1a426e;
}

.o-pagination {
  display: flex;
  padding: 1rem 0.6rem;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  border-bottom: 1px solid currentColor;
}
.o-pagination__item {
  border: 1px solid currentColor;
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
  display: block;
  line-height: 1.6rem;
  width: 1.6rem;
  text-align: center;
}
@media (min-width: 1120px) {
  .o-pagination__item:not(.o-pagination__item-arrow):hover {
    background-color: #000;
    color: #fff;
  }
}
.o-pagination__item-arrow {
  border-color: transparent;
  background-color: transparent;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  color: transparent;
}
.o-pagination__item-arrow:last-child {
  transform-origin: center;
  transform: rotate(180deg);
}

.c-footer {
  border-top: 1px solid currentColor;
  padding-bottom: 5rem;
  position: sticky;
  top: 100%;
}
.c-footer__int {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 0;
  padding: 0.6rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .c-footer__int {
    grid-template-columns: 1fr;
  }
}
.c-footer__carousel {
  border-bottom: 1px solid currentColor;
  width: 100%;
  padding: 1rem 0;
}
.c-footer__carousel-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}
.c-footer__carousel-img img {
  max-height: 6rem;
  max-width: calc(100% - 2rem);
  width: auto;
  height: auto;
}

.c-column {
  width: 100%;
  height: 100dvh;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  overflow: auto;
  font-size: 0.88rem;
  padding: 0.6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-column--left {
  border-right: 1px solid currentColor;
}
.c-column--left > div:first-child {
  border-bottom: 1px solid currentColor;
}
@media (min-width: 1920px) {
  .c-column--left {
    border-left: 1px solid currentColor;
  }
}
@media (max-width: 900px) {
  .c-column--left {
    display: none;
  }
}
.c-column--right {
  border-left: 1px solid currentColor;
}
@media (min-width: 1920px) {
  .c-column--right {
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 1120px) {
  .c-column--right {
    display: none;
  }
}

@media (max-width: 900px) {
  .is-menu {
    overflow: hidden;
  }
}
@media (max-width: 900px) {
  .is-menu .c-column--left {
    display: block;
    z-index: 10;
    width: 12.84rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

.c-nav {
  display: flex;
  flex-direction: column;
  padding: 0.6rem 1rem;
  border-top: 1px solid currentColor;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .c-nav-item {
    line-height: 1.6rem;
  }
}
.c-nav-item.is-link {
  padding-left: 1em;
  box-sizing: border-box;
  position: relative;
}
.c-nav-item.is-link::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.c-nav-item.is-link::after {
  content: "";
  width: 0.7em;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}
.c-nav-item-cover {
  position: absolute;
  /*width: 100%;*/
  width: 1em;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.c-nav--menu-01 .c-nav-item {
  position: relative;
}
.c-nav--menu-01 .c-nav-item[data-name] {
  position: relative;
  font-weight: 700;
  visibility: hidden;
}
.c-nav--menu-01 .c-nav-item[data-name]::before {
  content: attr(data-name);
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.88rem;
  visibility: visible;
}
@media (min-width: 1120px) {
  .c-nav--menu-01 .c-nav-item[data-name]:hover {
    visibility: visible;
  }
  .c-nav--menu-01 .c-nav-item[data-name]:hover::before {
    font-size: 0.88rem;
    visibility: hidden;
  }
}
.c-nav--menu-01 .c-nav-item[data-name].is-active {
  visibility: visible;
}
.c-nav--menu-01 .c-nav-item[data-name].is-active::before {
  font-size: 0.88rem;
  visibility: hidden;
}
.c-nav--menu-01 .c-nav-item[data-name].is-active + .c-nav--sub {
  display: flex;
}
.c-nav--menu:has(> .is-active) > .c-nav-item:not(.is-active) {
  display: none;
}
.c-nav--menu > .c-nav-item {
  position: relative;
}
@media (min-width: 1120px) {
  .c-nav--menu > .c-nav-item:hover {
    padding-left: 1rem;
  }
  .c-nav--menu > .c-nav-item:hover::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .c-nav--menu > .c-nav-item:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.6em;
    height: 1px;
    background-color: currentColor;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-nav--menu > .c-nav-item.is-active {
  padding-left: 1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.c-nav--menu > .c-nav-item.is-active::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.c-nav--menu > .c-nav-item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 1px;
  background-color: currentColor;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-nav--menu > .c-nav-item.is-active + .c-nav--sub {
  display: flex;
}
.c-nav--menu > .c-nav-item.is-active .c-nav-item-cover {
  display: block;
  cursor: pointer;
}
.c-nav--menu.is-all:has(> .is-active) > .c-nav-item:not(.is-active) {
  display: block;
}
.c-nav--menu.is-all > .c-nav-item {
  display: block;
}
.c-nav--menu.is-all > .c-nav-item.is-active {
  margin-bottom: 0;
  padding-left: 0;
}
.c-nav--menu.is-all > .c-nav-item.is-active::after {
  display: none;
}
.c-nav--menu.is-all > .c-nav-item.is-active::before {
  display: none;
}
.c-nav--menu.is-all > .c-nav-item.is-active + .c-nav--sub {
  display: none;
}
.c-nav--menu.is-all-sub .c-nav--page-sub .c-nav-item.is-active {
  padding: 0;
  left: initial;
  width: initial;
  border: none;
}
.c-nav--menu.is-all-sub .c-nav--page-sub:has(> .is-active) > .c-nav-item:not(.is-active) {
  display: block;
}
.c-nav--menu.is-all-sub .c-nav--page-sub > .c-nav-item.is-active + .c-nav--sub {
  display: none;
}
.c-nav--language {
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
  flex-direction: row;
  color: #cbcbcb;
  gap: 1em;
  border: none;
  padding: 0.6rem 1rem;
}
@media (min-width: 1120px) {
  .c-nav--language .c-nav-item:hover {
    color: #000;
  }
}
.c-nav--language .c-nav-item.is-active {
  color: #000;
}
.c-nav--list {
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
  gap: 1em;
}
.c-nav--list p {
  margin: 0;
}
.c-nav--button {
  padding: 0;
  border: none;
}
.c-nav--button .c-nav-item {
  border-top: 1px solid currentColor;
  padding: 0.6rem 1rem;
}
@media (min-width: 1120px) {
  .c-nav--button .c-nav-item:hover {
    background-color: #000;
    color: #fff;
  }
}
.c-nav--xs {
  border: none;
  padding: 0;
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
}
.c-nav--xs .c-nav-item {
  padding-right: 1rem;
  box-sizing: border-box;
}
.c-nav--single {
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.6rem;
  margin-top: 1.92rem;
}
.c-nav--sub {
  display: none;
  padding: 0;
  border: none;
}
.c-nav--page {
  padding-left: 1rem;
  box-sizing: border-box;
}
@media (min-width: 1120px) {
  .c-nav--page .c-nav-item:hover {
    text-decoration: underline;
  }
}
.c-nav--page .c-nav-item.is-active {
  text-decoration: underline;
}
.c-nav--page-sub {
  box-sizing: border-box;
}
@media (min-width: 1120px) {
  .c-nav--page-sub .c-nav-item:hover {
    text-decoration: underline;
  }
}
.c-nav--page-sub .c-nav-item.is-active {
  text-decoration: underline;
  padding: 0.6rem 1rem;
  border-top: 1px solid currentColor;
  left: -1rem;
  width: calc(100% + 2rem);
  box-sizing: border-box;
}
.c-nav--page-sub:has(> .is-active) > .c-nav-item:not(.is-active) {
  display: none;
}
.c-nav--page-sub > .c-nav-item {
  position: relative;
}
.c-nav--page-sub > .c-nav-item.is-active + .c-nav--sub {
  display: flex;
}
.c-nav--page-sub > .c-nav-item.is-active .c-nav-item-cover {
  display: block;
  cursor: pointer;
}
.c-nav--accordion {
  padding: 0 0 0 1rem;
  border: none;
}
.c-nav--accordion > .c-nav-item {
  border-top: 1px solid currentColor;
  width: calc(100% + 3rem);
  left: -2rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.6rem 1rem 0.6rem 2rem;
}
.c-nav--accordion > .c-nav-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 1px;
  background-color: currentColor;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-nav--accordion > .c-nav-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 1px;
  background-color: currentColor;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.c-nav--accordion > .c-nav-item.is-active::before {
  display: none;
}
.c-nav--accordion > .c-nav-item + .c-accordion--menu {
  margin-top: 0;
}

.is-active#link-expo-pasadas ~ #expo-pasadas {
  display: block;
}

.c-calendar {
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
}
.c-calendar__single {
  padding: 0 1rem 0.6rem;
}
.c-calendar__title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.c-calendar__title-arrow {
  width: 1em;
  height: 1em;
  position: relative;
  cursor: pointer;
}
.c-calendar__title-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-calendar__title-arrow.is-next::before {
  transform: translate(-50%, -50%) rotate(225deg);
}
.c-calendar__table {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0;
}
.c-calendar__table-item {
  text-align: center;
  margin: 0 0 -1px -1px;
  border: 1px solid transparent;
  display: block;
}
.c-calendar__table-item.is-today {
  color: #0000ff;
}
.c-calendar__table-item.is-active {
  border-color: #000;
}

.c-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-card__label {
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
  margin: 0;
  display: inline-block;
}
.c-card__label::before {
  content: "[";
}
.c-card__label::after {
  content: "]";
}
.c-card__date {
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
  margin: 0;
  margin-top: 0.3rem;
}
.c-card__title {
  margin: 0;
}
.c-card__title:not(:first-child) {
  margin-top: 0.3rem;
}
.c-card__subtitle {
  margin: 0;
}
.c-card__subtitle span {
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
}
.c-card__img img {
  object-fit: cover;
}
.c-card--full {
  height: calc(100dvh - 6rem + 4px);
  border-bottom: 1px solid currentColor;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1120px) {
  .c-card--full {
    height: fit-content;
  }
}
@media (max-width: 700px) {
  .c-card--full {
    flex-direction: column-reverse;
  }
}
.c-card--full .c-card__title {
  font-size: 1.92rem;
}
.c-card--full .c-card__subtitle {
  font-size: 1.2rem;
}
.c-card--full .c-card__img {
  width: 100%;
  position: relative;
}
@media (max-width: 700px) {
  .c-card--full .c-card__img {
    aspect-ratio: 1/0.66;
  }
}
.c-card--full .c-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
@media (max-width: 1120px) {
  .c-card--full .c-card__img img {
    opacity: 1;
  }
}
.c-card--full .c-card__flex {
  width: 100%;
  border-right: 1px solid #000;
  padding: 0.6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
@media (max-width: 700px) {
  .c-card--full .c-card__flex {
    border: none;
  }
}
@media (min-width: 1120px) {
  .c-card--full:hover {
    color: #fff;
    background-color: #000;
  }
  .c-card--full:hover .c-card__img img {
    opacity: 1;
  }
}
.c-card--double {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  margin: -1px 0px 0px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  aspect-ratio: 1/0.64;
}
.c-card--double:nth-child(2n+2) {
  border-right: none;
}
@media (max-width: 700px) {
  .c-card--double {
    border-right: none;
  }
}
@media (min-width: 700px) {
  .c-card--double:nth-child(4n+3) {
    flex-direction: row;
  }
  .c-card--double:nth-child(4n+3) .c-card__info {
    border-right: none;
  }
  .c-card--double:nth-child(4n+3) .c-card__img {
    border-right: 1px solid #000;
  }
  .c-card--double:nth-child(4n+4) {
    flex-direction: row;
  }
  .c-card--double:nth-child(4n+4) .c-card__info {
    border-right: none;
  }
  .c-card--double:nth-child(4n+4) .c-card__img {
    border-right: 1px solid #000;
  }
}
@media (max-width: 700px) {
  .c-card--double:nth-child(2n+1) {
    flex-direction: row;
  }
  .c-card--double:nth-child(2n+1) .c-card__info {
    border-right: none;
    border-left: none;
  }
  .c-card--double:nth-child(2n+1) .c-card__img {
    border-right: 1px solid #000;
  }
  .c-card--double:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .c-card--double:nth-child(2n+2) .c-card__info {
    border-right: none;
    border-left: none;
  }
  .c-card--double:nth-child(2n+2) .c-card__img {
    border-left: 1px solid #000;
  }
}
.c-card--double .c-card__img {
  width: 100%;
  position: relative;
  padding: 0.6rem;
  box-sizing: border-box;
}
.c-card--double .c-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
@media (max-width: 1120px) {
  .c-card--double .c-card__img img {
    opacity: 1;
  }
}
.c-card--double .c-card__info {
  width: 100%;
  border-right: 1px solid #000;
  padding: 0.6rem;
  box-sizing: border-box;
}
@media (min-width: 1120px) {
  .c-card--double:hover {
    color: #fff;
    background-color: #000;
  }
  .c-card--double:hover .c-card__img img {
    opacity: 1;
  }
}
@media (min-width: 1120px) {
  .c-card--double-visible:hover {
    border-color: #000;
  }
}
.c-card--double-visible .c-card__img img {
  opacity: 1;
}
.c-card--double-visible .c-card__date {
  font-size: 1rem;
  font-family: "owners", sans-serif;
}
.c-card--large {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 0;
  min-height: 12rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}
@media (min-width: 1120px) {
  .c-card--large:hover {
    background-color: #000;
    color: #fff;
  }
  .c-card--large:hover .c-card__img {
    opacity: 1;
  }
}
@media (max-width: 700px) {
  .c-card--large {
    grid-template-columns: 1fr;
  }
}
.c-card--large .c-card__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  pointer-events: none;
  min-height: 12rem;
  opacity: 0;
}
@media (max-width: 700px) {
  .c-card--large .c-card__img {
    aspect-ratio: 1/0.66;
    opacity: 1;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
}
.c-card--large .c-card__img img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  min-height: 12rem;
  object-fit: cover;
  display: block;
}
.c-card--large .c-card__info {
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #000;
}
.c-card--large .c-card__info:has(.c-newsletter) {
  border-right: 1px solid currentColor;
}
@media (max-width: 700px) {
  .c-card--large .c-card__info {
    width: 100%;
    height: fit-content;
    border-right: none;
    border-bottom: 1px solid currentColor;
  }
}
.c-card--large .c-card__info .c-card__flex {
  height: 100%;
  padding: 0;
}
.c-card--large .c-card__title {
  font-size: 1.6rem;
  padding: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .c-card--large .c-card__title {
    position: relative;
  }
}
.c-card--large .c-card__flex {
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-card--large .c-card__flex .c-card__title {
  position: relative;
}
.c-card--page {
  border-bottom: 1px solid currentColor;
  border-top: 1px solid currentColor;
}
.c-card--page .c-card__info {
  padding: 3.84rem 0.6rem;
  text-align: center;
  border-bottom: 1px solid currentColor;
}
.c-card--page .c-card__info .o-btn {
  margin: 0 auto;
}
.c-card--page .c-card__title {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.c-card--page .c-card__text {
  padding: 0.6rem;
  box-sizing: border-box;
  width: 100%;
}
.c-card--2 {
  padding: 0.6rem;
  box-sizing: border-box;
  aspect-ratio: 1/0.71;
  border-bottom: 1px solid currentColor;
  margin-bottom: -1px;
}
.c-card--2:nth-child(2n+1) {
  border-right: 1px solid currentColor;
}
@media (max-width: 700px) {
  .c-card--2:nth-child(2n+1) {
    border-right: none;
  }
}
@media (min-width: 1120px) {
  .c-card--2:hover .c-card__img {
    display: block;
  }
}
.c-card--2 .c-card__subtitle {
  font-size: 0.7rem;
}
.c-card--2 .c-card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
@media (max-width: 1120px) {
  .c-card--2 .c-card__img {
    display: block;
    width: 50%;
    left: 50%;
  }
}
.c-card--2 .c-card__img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.c-card--1 {
  padding: 0.6rem;
  box-sizing: border-box;
  aspect-ratio: 1/1.35;
  border-top: 1px solid currentColor;
  margin-bottom: -1px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.c-card--1:nth-child(4n+4) {
  border-right: none;
}
@media (max-width: 700px) {
  .c-card--1:nth-child(2n+2) {
    border-right: none;
  }
}
.c-card--1:nth-child(1), .c-card--1:nth-child(2), .c-card--1:nth-child(3), .c-card--1:nth-child(4) {
  border-top: none;
}
@media (min-width: 1120px) {
  .c-card--1:hover .c-card__img {
    display: block;
  }
}
.c-card--1 .c-card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
.c-card--1 .c-card__img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.c-card--label .c-card__label::before {
  display: none;
}
.c-card--label .c-card__label::after {
  display: none;
}
.c-card--horiz {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 0;
  min-height: 12rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}
@media (max-width: 700px) {
  .c-card--horiz {
    grid-template-columns: 2fr 3fr;
    min-height: 5rem;
  }
}
.c-card--horiz .c-card__img {
  width: 100%;
  min-height: 12rem;
  border-right: 1px solid #000;
}
@media (max-width: 700px) {
  .c-card--horiz .c-card__img {
    min-height: 5rem;
  }
}
.c-card--horiz .c-card__img img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  min-height: 12rem;
  object-fit: cover;
  display: block;
  opacity: 0;
}
@media (max-width: 1120px) {
  .c-card--horiz .c-card__img img {
    opacity: 1;
  }
}
@media (max-width: 700px) {
  .c-card--horiz .c-card__img img {
    min-height: 5rem;
  }
}
.c-card--horiz .c-card__info {
  padding: 0.6rem;
}
@media (min-width: 1120px) {
  .c-card--horiz:hover {
    background-color: #000;
    color: #fff;
  }
  .c-card--horiz:hover .c-card__img img {
    opacity: 1;
  }
}
.c-card--color {
  flex-direction: row;
  border-color: #000;
}
.c-card--color:nth-child(4n+3) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .c-card--color:nth-child(4n+3) {
    flex-direction: initial;
  }
}
.c-card--color:nth-child(4n+3) .c-card__info {
  border-left: none;
}
.c-card--color:nth-child(4n+3) .c-card__img {
  border-right: none;
  border-left: 1px solid #000;
}
.c-card--color:nth-child(4n+4) {
  flex-direction: row-reverse;
}
.c-card--color:nth-child(4n+4) .c-card__info {
  border-left: none;
}
.c-card--color:nth-child(4n+4) .c-card__img {
  border-right: none;
  border-left: 1px solid #000;
}
@media (min-width: 1120px) {
  .c-card--color:hover .c-card__date {
    color: #fff;
  }
  .c-card--color:hover .c-card__img img {
    mix-blend-mode: initial;
    filter: initial;
  }
}
.c-card--color .c-card__info {
  border-left: 1px solid #000;
  border-right: none;
}
.c-card--color .c-card__img {
  background-color: #41471f;
}
.c-card--color .c-card__img img {
  opacity: 1;
  filter: grayscale(1);
  mix-blend-mode: screen;
}
.c-card--color .c-card__date {
  color: #41471f;
}
.c-card--color .c-card__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-card--new {
  box-sizing: border-box;
  aspect-ratio: 1/1.35;
  border-bottom: 1px solid currentColor;
  margin-bottom: -1px;
  border-right: 1px solid currentColor;
}
.c-card--new:nth-child(4n+4) {
  border-right: none;
}
@media (min-width: 1120px) {
  .c-card--new:hover {
    background-color: #000;
    color: #fff;
  }
}
@media (max-width: 700px) {
  .c-card--new:nth-child(2n+2) {
    border-right: none;
  }
}
.c-card--new .c-card__info {
  padding: 1rem;
  box-sizing: border-box;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.c-card--new .c-card__title {
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
}
.c-card--info {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  padding: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  margin-top: -1px;
  border-bottom: 1px solid currentColor;
}
@media (max-width: 700px) {
  .c-card--info {
    border-right: none;
  }
}
.c-card--info:nth-child(2n+2) {
  border-right: none;
}
.c-card--info .o-btn {
  z-index: 3;
  position: relative;
}
@media (min-width: 1120px) {
  .c-card--info .o-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
}
.c-card--info .c-card__title {
  font-size: 1.6rem;
}
.c-card--info .c-card__img {
  margin-top: 0.6rem;
}
.c-card--info .c-card__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.66;
  object-fit: cover;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.c-card--img {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 100%;
  box-sizing: border-box;
  margin-top: -1px;
}
.c-card--img:nth-child(4n+4) {
  border-right: none;
}
@media (max-width: 700px) {
  .c-card--img:nth-child(2n+2) {
    border-right: none;
  }
}
.c-card--img.js-over {
  cursor: pointer;
}
.c-card--img .c-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.27;
  position: relative;
}
.c-card--img .c-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card--img .c-card__info {
  padding: 0.6rem 0.6rem 1rem;
  box-sizing: border-box;
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
}
.c-card--img .c-card__info > * {
  margin: 0;
}

.c-search {
  padding: 0 1rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.6rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
.c-search input {
  font-size: 1rem;
  font-family: "owners", sans-serif;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
}
.c-search input::placeholder {
  color: #000;
}
.c-search .o-btn {
  grid-column: 1;
  grid-row: 1;
  color: transparent;
  font-size: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.c-search--full {
  background-color: #000;
  color: #fff;
  grid-template-columns: auto 1fr auto;
  padding: 0.6rem;
  border: none;
  margin-bottom: 0;
}
.c-search--full label {
  display: inline-block;
}
.c-search--full input {
  border-bottom: 1px solid currentColor;
  padding: 0 0.6rem;
}
.c-search--full .o-btn {
  grid-column: 3;
  filter: invert(1);
}

.c-slider {
  width: 100%;
  box-sizing: border-box;
  padding: 3rem 0.6rem 0.6rem;
  border-bottom: 1px solid currentColor;
  margin-bottom: -1px;
}
.c-slider .splide__arrow {
  top: -3rem;
  transform: initial;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}
.c-slider .splide__arrow:disabled {
  opacity: 0;
}
.c-slider .splide__arrow svg {
  display: none;
}
.c-slider .splide__arrow--next {
  right: 0;
  transform-origin: center;
  transform: rotate(180deg);
}
.c-slider .splide__arrow--prev {
  right: 3rem;
  left: initial;
}
.c-slider__img {
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
}
.c-slider__img *:not(img) {
  margin: 0;
}
.c-slider__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 0.6rem;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.c-slider--full .c-slider__img img {
  aspect-ratio: 1/0.34;
}
.c-slider--double .c-slider__img img {
  aspect-ratio: 1/0.71;
}
.c-slider--width .c-slider__img {
  width: min-content;
  position: relative;
}
.c-slider--width .c-slider__img .js-click-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.c-slider--width .c-slider__img img {
  height: 20rem;
  max-width: calc(80vw - 2rem);
  width: auto;
  display: block;
  object-fit: cover;
}
.c-slider--none {
  padding-top: 0.6rem;
}
.c-slider--none:has(.c-slider__img:nth-child(2)) {
  display: flex;
  gap: 1rem;
}
.c-slider--none:has(.c-slider__img:nth-child(2)) .c-slider__img {
  flex: 1;
}
@media (min-width: 1120px) {
  .c-slider--none:has(.c-slider__img:nth-child(2)) .c-slider__img:hover img {
    filter: grayscale(0);
  }
}
.c-slider--none:has(.c-slider__img:nth-child(2)) .c-slider__img img {
  box-sizing: border-box;
  aspect-ratio: 1/0.74;
  filter: grayscale(1);
}

.is-full-slider .c-slider--width {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  color: #fff;
  z-index: 1000;
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.is-full-slider .c-slider--width .c-slider__img {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.is-full-slider .c-slider--width .c-slider__img > *:not(img, .js-click-full) {
  max-width: 30rem;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 0.6rem;
}
.is-full-slider .c-slider--width .c-slider__img img {
  max-width: calc(100% - 1.92rem);
  max-height: calc(100% - 7.68rem);
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .is-full-slider .c-slider--width .c-slider__img img {
    max-height: calc(100% - 11.52rem);
  }
}
.is-full-slider .c-slider--width .c-slider__img .js-click-full {
  z-index: 1;
}
.is-full-slider .c-slider--width .c-slider__img .js-click-full::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background-color: currentColor;
  top: 0.6rem;
  right: 0.6rem;
  display: block;
  position: absolute;
  transform-origin: -100% 0;
  transform: rotate(45deg);
}
.is-full-slider .c-slider--width .c-slider__img .js-click-full::after {
  content: "";
  height: 1.6rem;
  width: 1px;
  background-color: currentColor;
  top: 0.6rem;
  right: 0.6rem;
  display: block;
  position: absolute;
  transform-origin: -934% 98%;
  transform: rotate(-135deg);
}
.is-full-slider .c-slider .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 900px) {
  .is-full-slider .c-slider .splide__arrow {
    top: 0.6rem;
    transform: initial;
  }
}
.is-full-slider .c-slider .splide__arrow--prev {
  left: 1rem;
}
.is-full-slider .c-slider .splide__arrow--prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  left: 0;
  width: 1rem;
  height: 1rem;
}
.is-full-slider .c-slider .splide__arrow--prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1.6rem;
  height: 1px;
  background-color: currentColor;
  left: -1px;
}
.is-full-slider .c-slider .splide__arrow--next {
  right: 1rem;
}
@media (max-width: 900px) {
  .is-full-slider .c-slider .splide__arrow--next {
    right: initial;
    left: 4rem;
  }
}
.is-full-slider .c-slider .splide__arrow--next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.is-full-slider .c-slider .splide__arrow--next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1.6rem;
  height: 1px;
  background-color: currentColor;
  right: -1px;
}

.c-newsletter {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem;
  border-bottom: 1px solid currentColor;
}
.c-newsletter__text {
  width: 100%;
  padding: 0.3rem 0;
  display: block;
  font-family: "owners", sans-serif;
  font-size: 1rem;
}
.c-newsletter__text::placeholder {
  color: #cbcbcb;
}
.c-newsletter .o-btn {
  margin-top: 0.3rem;
}
.c-newsletter--xs {
  border: none;
}
.c-newsletter--xs .c-newsletter__set {
  padding-left: 1rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.c-newsletter--xs .c-newsletter__set::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
.c-newsletter--xs .c-newsletter__set::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 1px;
  background-color: currentColor;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-page {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 0;
  border-top: 1px solid currentColor;
}
.c-page:first-child {
  border-top: none;
}
@media (max-width: 700px) {
  .c-page {
    grid-template-columns: 1fr;
  }
}
.c-page__sidebar {
  padding: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  height: fit-content;
  position: sticky;
  top: 3rem;
}
@media (max-width: 700px) {
  .c-page__sidebar {
    position: relative;
    top: initial;
  }
}
.c-page__text {
  grid-column: 2;
  width: 100%;
  padding: 0.6rem 0.6rem 0 0;
  box-sizing: border-box;
  margin-bottom: -1px;
}
@media (max-width: 700px) {
  .c-page__text {
    padding: 0.6rem;
    padding-bottom: 0;
    grid-column: 1;
  }
}
.c-page__text .s-text {
  margin-bottom: 1.92rem;
}
.c-page--about:not(.c-page--about:nth-child(4)) {
  border-top: none;
}

.c-accordion {
  display: block;
  border-top: 1px solid currentColor;
}
.c-accordion__item {
  display: block;
  border-bottom: 1px solid currentColor;
}
.c-accordion__item.is-active .c-accordion__header .o-btn {
  transform: rotate(45deg);
}
.c-accordion__item.is-active .c-accordion__content {
  opacity: 1;
  visibility: visible;
  max-height: fit-content;
}
.c-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  cursor: pointer;
}
.c-accordion__header .o-btn {
  transition: all 0.3s ease;
  font-size: 1.6rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
}
.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 0;
}
.c-accordion--menu {
  width: calc(100% + 3rem);
  left: -2rem;
  position: relative;
  margin-bottom: -0.6rem;
}
.c-accordion--menu .c-accordion__item:last-child {
  border-bottom: none;
}
.c-accordion--menu .c-accordion__item.is-active .c-accordion__title::before {
  transform: translateY(-50%) rotate(135deg);
}
.c-accordion--menu .c-accordion__header {
  padding: 0.6rem 1rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.c-accordion--menu .c-accordion__title {
  position: relative;
  padding-left: 1rem;
}
.c-accordion--menu .c-accordion__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.c-accordion--menu .c-accordion__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 1px;
  background-color: currentColor;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.c-accordion--menu .c-nav-item {
  padding: 0 1rem;
  display: block;
}
.c-accordion--menu .c-nav-item:last-child {
  padding-bottom: 0.6rem;
}
@media (min-width: 1120px) {
  .c-accordion--menu .c-nav-item:hover {
    text-decoration: underline;
  }
}
.c-accordion--menu .c-nav-item.is-active {
  text-decoration: underline;
}

.c-form__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 0.6rem;
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
  margin-bottom: 0.6rem;
}
.c-form__item:last-child {
  margin-top: 1rem;
}
.c-form__item input, .c-form__item textarea {
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
  width: 100%;
  grid-column: 2;
  padding: 0 0.6rem;
  color: #000;
  border: 1px solid currentColor;
}
@media (max-width: 700px) {
  .c-form__item input, .c-form__item textarea {
    min-height: 1.8rem;
  }
}
.c-form__item button, .c-form__item .o-checkbox, .c-form__item .o-alert {
  grid-column: 2;
}

.c-over {
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9019607843);
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  font-family: "lexia_monoregular", monospace;
  font-size: 0.6rem;
}
.c-over.is-active {
  display: block;
}
.c-over__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-over__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.c-over__img > *:not(img, .js-splide-over-close) {
  max-width: 30rem;
  text-align: center;
}
.c-over__img img {
  max-width: calc(100% - 3.84rem);
  max-height: calc(100% - 3.84rem);
  width: auto;
  height: auto;
  display: block;
}
.c-over .js-splide-over-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.c-over .js-splide-over-close::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background-color: currentColor;
  top: 0.6rem;
  right: 0.6rem;
  display: block;
  position: absolute;
  transform-origin: -100% 0;
  transform: rotate(45deg);
}
.c-over .js-splide-over-close::after {
  content: "";
  height: 1.6rem;
  width: 1px;
  background-color: currentColor;
  top: 0.6rem;
  right: 0.6rem;
  display: block;
  position: absolute;
  transform-origin: -934% 98%;
  transform: rotate(-135deg);
}
.c-over .splide {
  width: 100%;
  height: 100%;
}
.c-over .splide__track {
  height: 100%;
}
.c-over .splide__list {
  height: 100%;
}
.c-over .splide__slide {
  height: 100%;
}
.c-over .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 900px) {
  .c-over .splide__arrow {
    top: 0.6rem;
    transform: initial;
  }
}
.c-over .splide__arrow:disabled {
  opacity: 0;
}
.c-over .splide__arrow svg {
  display: none;
}
.c-over .splide__arrow--prev {
  left: 1rem;
}
.c-over .splide__arrow--prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  left: 0;
  width: 1rem;
  height: 1rem;
}
.c-over .splide__arrow--prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1.6rem;
  height: 1px;
  background-color: currentColor;
  left: -1px;
}
.c-over .splide__arrow--next {
  right: 1rem;
}
@media (max-width: 900px) {
  .c-over .splide__arrow--next {
    right: initial;
    left: 4rem;
  }
}
.c-over .splide__arrow--next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.c-over .splide__arrow--next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1.6rem;
  height: 1px;
  background-color: currentColor;
  right: -1px;
}

.s-text > * {
  margin: 1rem 0;
  line-height: 1.4em;
}
.s-text > *:first-child {
  margin-top: 0;
}
.s-text > *:last-child {
  margin-bottom: 0;
}
.s-text a {
  text-decoration: underline;
}
.s-text p {
  margin: 1rem 0;
}
.s-text h1 {
  font-size: 1.92rem;
}
.s-text h2 {
  font-size: 1.6rem;
}
.s-text h3 {
  font-size: 1.6rem;
}
.s-text hr {
  clear: both;
  margin: 0;
  height: 0;
  border: none;
  opacity: 0;
  display: block;
}
.s-text blockquote {
  margin: 1rem 0;
  padding-left: 0;
  border-left: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.92rem;
}
.s-text blockquote:has(ol, ul) {
  padding-left: 0;
}
.s-text blockquote ol {
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
}
.s-text blockquote ol li {
  line-height: initial;
}
.s-text blockquote ul {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 0.6rem;
  list-style: none;
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
}
.s-text blockquote ul li {
  line-height: initial;
}
.s-text blockquote ul li * {
  margin: 0;
  line-height: initial;
}
.s-text img {
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.s-text .wp-caption {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: fit-content !important;
}
.s-text .wp-caption img {
  margin: 0;
  max-width: 100%;
}
.s-text .wp-caption p {
  margin: 0.3rem auto 0;
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
  line-height: initial;
}
.s-text .aligncenter {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 1rem 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: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  float: left;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignleft.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignright.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright.wp-caption p {
  text-align: right;
}
.s-text iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.5666;
}
.s-text video {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.5666;
}
.s-text audio {
  width: 100%;
}
.s-text--xs {
  font-size: 0.6rem;
  font-family: "lexia_monoregular", monospace;
}
.s-text--xs > * {
  margin: 1em auto;
}
.s-text--xs p {
  margin: 1em auto;
}
.s-text--xs blockquote {
  padding: 0;
  border: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  margin: 1em auto;
}
.s-text--xs blockquote * {
  margin: 0;
}

.splide__sr {
  display: none !important;
}

.is-underline {
  text-decoration: underline;
}

.is-invert {
  background-color: #000;
  color: #fff;
}
.is-invert .splide__arrow {
  filter: invert(1);
}

.is-gray {
  background-color: #f2f2f2;
}

.is-none {
  display: none;
}

.o-wrapper__int:has(.is-invert:nth-child(2)) .o-logo {
  background-color: #000;
  color: #fff;
}
.o-wrapper__int:has(.is-invert:nth-child(2)) .o-logo img {
  filter: invert(1);
}

.o-wrapper__int:has(.is-gray:nth-child(2)) .o-logo {
  background-color: #f2f2f2;
}

@media (min-width: 1120px) {
  .is-tablet {
    display: none;
  }
}

.is-mobil {
  display: none;
}
@media (max-width: 900px) {
  .is-mobil {
    display: block;
    position: sticky;
    top: -0.6rem;
    margin-top: -0.6rem;
    background-color: #fff;
    z-index: 5;
  }
}

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