@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  color: #e7e7e7;
  font-family: "Pirata One";
}
BODY {
  background: #181818;
  height: 100vh;
  background-image: url("/_theme/images/background.png");
  background-repeat: no-repeat;
  background-position: center 20vh;
  background-size: 60vh;
  background-attachment: fixed;
}
.container {
  position: relative;
  display: block;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.flex-gap {
  gap: 3rem;
}
.display--block {
  display: block !important;
}
.display--inline {
  display: inline !important;
}
.display--inline-block {
  display: inline-block !important;
}
.display--flex {
  display: flex !important;
}
.display--none {
  display: none !important;
}
.flex-direction--column {
  flex-direction: column !important;
}
.flex-direction--row {
  flex-direction: row !important;
}
.flex-direction--column-reverse {
  flex-direction: column-reverse !important;
}
.flex-direction--row-reverse {
  flex-direction: row-reverse !important;
}
.overflow--hidden {
  overflow: hidden !important;
}
.overflow--scroll {
  overflow: scroll !important;
}
.overflow--auto {
  overflow: auto !important;
}
.overflow--visible {
  overflow: visible !important;
}
.text-align--left {
  text-align: left !important;
}
.text-align--right {
  text-align: right !important;
}
.text-align--center {
  text-align: center !important;
}
.text-align--justify {
  text-align: justify !important;
}
.align-items--flex-start {
  align-items: flex-start !important;
}
.align-items--flex-end {
  align-items: flex-end !important;
}
.align-items--center {
  align-items: center !important;
}
.justify-content--flex-start {
  justify-content: flex-start !important;
}
.justify-content--flex-end {
  justify-content: flex-end !important;
}
.justify-content--center {
  justify-content: center !important;
}
.justify-content--space-between {
  justify-content: space-between !important;
}
.width--10 {
  width: 10% !important;
}
.width--20 {
  width: 20% !important;
}
.width--30 {
  width: 30% !important;
}
.width--33 {
  width: 33% !important;
}
.width--38 {
  width: 38% !important;
}
.width--40 {
  width: 40% !important;
}
.width--50 {
  width: 50% !important;
}
.width--60 {
  width: 60% !important;
}
.width--62 {
  width: 62% !important;
}
.width--66 {
  width: 66% !important;
}
.width--70 {
  width: 70% !important;
}
.width--80 {
  width: 80% !important;
}
.width--90 {
  width: 90% !important;
}
.width--100 {
  width: 100% !important;
}
.height--10 {
  height: 10% !important;
}
.height--20 {
  height: 20% !important;
}
.height--30 {
  height: 30% !important;
}
.height--33 {
  height: 33% !important;
}
.height--38 {
  height: 38% !important;
}
.height--40 {
  height: 40% !important;
}
.height--50 {
  height: 50% !important;
}
.height--60 {
  height: 60% !important;
}
.height--62 {
  height: 62% !important;
}
.height--66 {
  height: 66% !important;
}
.height--70 {
  height: 70% !important;
}
.height--80 {
  height: 80% !important;
}
.height--90 {
  height: 90% !important;
}
.height--100 {
  height: 100% !important;
}
.flex-basis--initial {
  flex-basis: initial !important;
}
.flex-basis--unset {
  flex-basis: unset !important;
}
.flex-basis--10 {
  flex-basis: 10% !important;
}
.flex-basis--20 {
  flex-basis: 20% !important;
}
.flex-basis--30 {
  flex-basis: 30% !important;
}
.flex-basis--33 {
  flex-basis: 33% !important;
}
.flex-basis--38 {
  flex-basis: 38% !important;
}
.flex-basis--40 {
  flex-basis: 40% !important;
}
.flex-basis--50 {
  flex-basis: 50% !important;
}
.flex-basis--60 {
  flex-basis: 60% !important;
}
.flex-basis--62 {
  flex-basis: 62% !important;
}
.flex-basis--66 {
  flex-basis: 66% !important;
}
.flex-basis--70 {
  flex-basis: 70% !important;
}
.flex-basis--80 {
  flex-basis: 80% !important;
}
.flex-basis--90 {
  flex-basis: 90% !important;
}
.flex-basis--100 {
  flex-basis: 100% !important;
}
.flex-gap--initial {
  flex-gap: initial !important;
}
.flex-gap--unset {
  flex-gap: unset !important;
}
.flex-gap--1rem {
  flex-gap: 1rem !important;
}
.flex-gap--2rem {
  flex-gap: 2rem !important;
}
.flex-gap--3rem {
  flex-gap: 3rem !important;
}
.padding--0 {
  padding: 0 !important;
}
.margin--0 {
  margin: 0 !important;
}
.text-transform--initial {
  text-transform: initial !important;
}
.text-transform--unset {
  text-transform: unset !important;
}
.text-transform--uppercase {
  text-transform: uppercase !important;
}
.text-transform--lowercase {
  text-transform: lowercase !important;
}
.text-transform--capitalize {
  text-transform: capitalize !important;
}
.text-transform--full-width {
  text-transform: full-width !important;
}
.white-space--initial {
  white-space: initial !important;
}
.white-space--unset {
  white-space: unset !important;
}
.white-space--nowrap {
  white-space: nowrap !important;
}
.white-space--break-spaces {
  white-space: break-spaces !important;
}
.white-space--collapse {
  white-space: collapse !important;
}
.white-space--wrap {
  white-space: wrap !important;
}
@media screen and (orientation: landscape) {
  .on-landscape--display--block {
    display: block !important;
  }
  .on-landscape--display--inline {
    display: inline !important;
  }
  .on-landscape--display--inline-block {
    display: inline-block !important;
  }
  .on-landscape--display--flex {
    display: flex !important;
  }
  .on-landscape--display--none {
    display: none !important;
  }
  .on-landscape--flex-direction--column {
    flex-direction: column !important;
  }
  .on-landscape--flex-direction--row {
    flex-direction: row !important;
  }
  .on-landscape--flex-direction--column-reverse {
    flex-direction: column-reverse !important;
  }
  .on-landscape--flex-direction--row-reverse {
    flex-direction: row-reverse !important;
  }
  .on-landscape--overflow--hidden {
    overflow: hidden !important;
  }
  .on-landscape--overflow--scroll {
    overflow: scroll !important;
  }
  .on-landscape--overflow--auto {
    overflow: auto !important;
  }
  .on-landscape--overflow--visible {
    overflow: visible !important;
  }
  .on-landscape--text-align--left {
    text-align: left !important;
  }
  .on-landscape--text-align--right {
    text-align: right !important;
  }
  .on-landscape--text-align--center {
    text-align: center !important;
  }
  .on-landscape--text-align--justify {
    text-align: justify !important;
  }
  .on-landscape--align-items--flex-start {
    align-items: flex-start !important;
  }
  .on-landscape--align-items--flex-end {
    align-items: flex-end !important;
  }
  .on-landscape--align-items--center {
    align-items: center !important;
  }
  .on-landscape--justify-content--flex-start {
    justify-content: flex-start !important;
  }
  .on-landscape--justify-content--flex-end {
    justify-content: flex-end !important;
  }
  .on-landscape--justify-content--center {
    justify-content: center !important;
  }
  .on-landscape--justify-content--space-between {
    justify-content: space-between !important;
  }
  .on-landscape--width--10 {
    width: 10% !important;
  }
  .on-landscape--width--20 {
    width: 20% !important;
  }
  .on-landscape--width--30 {
    width: 30% !important;
  }
  .on-landscape--width--33 {
    width: 33% !important;
  }
  .on-landscape--width--38 {
    width: 38% !important;
  }
  .on-landscape--width--40 {
    width: 40% !important;
  }
  .on-landscape--width--50 {
    width: 50% !important;
  }
  .on-landscape--width--60 {
    width: 60% !important;
  }
  .on-landscape--width--62 {
    width: 62% !important;
  }
  .on-landscape--width--66 {
    width: 66% !important;
  }
  .on-landscape--width--70 {
    width: 70% !important;
  }
  .on-landscape--width--80 {
    width: 80% !important;
  }
  .on-landscape--width--90 {
    width: 90% !important;
  }
  .on-landscape--width--100 {
    width: 100% !important;
  }
  .on-landscape--height--10 {
    height: 10% !important;
  }
  .on-landscape--height--20 {
    height: 20% !important;
  }
  .on-landscape--height--30 {
    height: 30% !important;
  }
  .on-landscape--height--33 {
    height: 33% !important;
  }
  .on-landscape--height--38 {
    height: 38% !important;
  }
  .on-landscape--height--40 {
    height: 40% !important;
  }
  .on-landscape--height--50 {
    height: 50% !important;
  }
  .on-landscape--height--60 {
    height: 60% !important;
  }
  .on-landscape--height--62 {
    height: 62% !important;
  }
  .on-landscape--height--66 {
    height: 66% !important;
  }
  .on-landscape--height--70 {
    height: 70% !important;
  }
  .on-landscape--height--80 {
    height: 80% !important;
  }
  .on-landscape--height--90 {
    height: 90% !important;
  }
  .on-landscape--height--100 {
    height: 100% !important;
  }
  .on-landscape--flex-basis--initial {
    flex-basis: initial !important;
  }
  .on-landscape--flex-basis--unset {
    flex-basis: unset !important;
  }
  .on-landscape--flex-basis--10 {
    flex-basis: 10% !important;
  }
  .on-landscape--flex-basis--20 {
    flex-basis: 20% !important;
  }
  .on-landscape--flex-basis--30 {
    flex-basis: 30% !important;
  }
  .on-landscape--flex-basis--33 {
    flex-basis: 33% !important;
  }
  .on-landscape--flex-basis--38 {
    flex-basis: 38% !important;
  }
  .on-landscape--flex-basis--40 {
    flex-basis: 40% !important;
  }
  .on-landscape--flex-basis--50 {
    flex-basis: 50% !important;
  }
  .on-landscape--flex-basis--60 {
    flex-basis: 60% !important;
  }
  .on-landscape--flex-basis--62 {
    flex-basis: 62% !important;
  }
  .on-landscape--flex-basis--66 {
    flex-basis: 66% !important;
  }
  .on-landscape--flex-basis--70 {
    flex-basis: 70% !important;
  }
  .on-landscape--flex-basis--80 {
    flex-basis: 80% !important;
  }
  .on-landscape--flex-basis--90 {
    flex-basis: 90% !important;
  }
  .on-landscape--flex-basis--100 {
    flex-basis: 100% !important;
  }
  .on-landscape--flex-gap--initial {
    flex-gap: initial !important;
  }
  .on-landscape--flex-gap--unset {
    flex-gap: unset !important;
  }
  .on-landscape--flex-gap--1rem {
    flex-gap: 1rem !important;
  }
  .on-landscape--flex-gap--2rem {
    flex-gap: 2rem !important;
  }
  .on-landscape--flex-gap--3rem {
    flex-gap: 3rem !important;
  }
  .on-landscape--padding--0 {
    padding: 0 !important;
  }
  .on-landscape--margin--0 {
    margin: 0 !important;
  }
  .on-landscape--text-transform--initial {
    text-transform: initial !important;
  }
  .on-landscape--text-transform--unset {
    text-transform: unset !important;
  }
  .on-landscape--text-transform--uppercase {
    text-transform: uppercase !important;
  }
  .on-landscape--text-transform--lowercase {
    text-transform: lowercase !important;
  }
  .on-landscape--text-transform--capitalize {
    text-transform: capitalize !important;
  }
  .on-landscape--text-transform--full-width {
    text-transform: full-width !important;
  }
  .on-landscape--white-space--initial {
    white-space: initial !important;
  }
  .on-landscape--white-space--unset {
    white-space: unset !important;
  }
  .on-landscape--white-space--nowrap {
    white-space: nowrap !important;
  }
  .on-landscape--white-space--break-spaces {
    white-space: break-spaces !important;
  }
  .on-landscape--white-space--collapse {
    white-space: collapse !important;
  }
  .on-landscape--white-space--wrap {
    white-space: wrap !important;
  }
}
@media screen and (orientation: portrait) {
  .on-portrait--display--block {
    display: block !important;
  }
  .on-portrait--display--inline {
    display: inline !important;
  }
  .on-portrait--display--inline-block {
    display: inline-block !important;
  }
  .on-portrait--display--flex {
    display: flex !important;
  }
  .on-portrait--display--none {
    display: none !important;
  }
  .on-portrait--flex-direction--column {
    flex-direction: column !important;
  }
  .on-portrait--flex-direction--row {
    flex-direction: row !important;
  }
  .on-portrait--flex-direction--column-reverse {
    flex-direction: column-reverse !important;
  }
  .on-portrait--flex-direction--row-reverse {
    flex-direction: row-reverse !important;
  }
  .on-portrait--overflow--hidden {
    overflow: hidden !important;
  }
  .on-portrait--overflow--scroll {
    overflow: scroll !important;
  }
  .on-portrait--overflow--auto {
    overflow: auto !important;
  }
  .on-portrait--overflow--visible {
    overflow: visible !important;
  }
  .on-portrait--text-align--left {
    text-align: left !important;
  }
  .on-portrait--text-align--right {
    text-align: right !important;
  }
  .on-portrait--text-align--center {
    text-align: center !important;
  }
  .on-portrait--text-align--justify {
    text-align: justify !important;
  }
  .on-portrait--align-items--flex-start {
    align-items: flex-start !important;
  }
  .on-portrait--align-items--flex-end {
    align-items: flex-end !important;
  }
  .on-portrait--align-items--center {
    align-items: center !important;
  }
  .on-portrait--justify-content--flex-start {
    justify-content: flex-start !important;
  }
  .on-portrait--justify-content--flex-end {
    justify-content: flex-end !important;
  }
  .on-portrait--justify-content--center {
    justify-content: center !important;
  }
  .on-portrait--justify-content--space-between {
    justify-content: space-between !important;
  }
  .on-portrait--width--10 {
    width: 10% !important;
  }
  .on-portrait--width--20 {
    width: 20% !important;
  }
  .on-portrait--width--30 {
    width: 30% !important;
  }
  .on-portrait--width--33 {
    width: 33% !important;
  }
  .on-portrait--width--38 {
    width: 38% !important;
  }
  .on-portrait--width--40 {
    width: 40% !important;
  }
  .on-portrait--width--50 {
    width: 50% !important;
  }
  .on-portrait--width--60 {
    width: 60% !important;
  }
  .on-portrait--width--62 {
    width: 62% !important;
  }
  .on-portrait--width--66 {
    width: 66% !important;
  }
  .on-portrait--width--70 {
    width: 70% !important;
  }
  .on-portrait--width--80 {
    width: 80% !important;
  }
  .on-portrait--width--90 {
    width: 90% !important;
  }
  .on-portrait--width--100 {
    width: 100% !important;
  }
  .on-portrait--height--10 {
    height: 10% !important;
  }
  .on-portrait--height--20 {
    height: 20% !important;
  }
  .on-portrait--height--30 {
    height: 30% !important;
  }
  .on-portrait--height--33 {
    height: 33% !important;
  }
  .on-portrait--height--38 {
    height: 38% !important;
  }
  .on-portrait--height--40 {
    height: 40% !important;
  }
  .on-portrait--height--50 {
    height: 50% !important;
  }
  .on-portrait--height--60 {
    height: 60% !important;
  }
  .on-portrait--height--62 {
    height: 62% !important;
  }
  .on-portrait--height--66 {
    height: 66% !important;
  }
  .on-portrait--height--70 {
    height: 70% !important;
  }
  .on-portrait--height--80 {
    height: 80% !important;
  }
  .on-portrait--height--90 {
    height: 90% !important;
  }
  .on-portrait--height--100 {
    height: 100% !important;
  }
  .on-portrait--flex-basis--initial {
    flex-basis: initial !important;
  }
  .on-portrait--flex-basis--unset {
    flex-basis: unset !important;
  }
  .on-portrait--flex-basis--10 {
    flex-basis: 10% !important;
  }
  .on-portrait--flex-basis--20 {
    flex-basis: 20% !important;
  }
  .on-portrait--flex-basis--30 {
    flex-basis: 30% !important;
  }
  .on-portrait--flex-basis--33 {
    flex-basis: 33% !important;
  }
  .on-portrait--flex-basis--38 {
    flex-basis: 38% !important;
  }
  .on-portrait--flex-basis--40 {
    flex-basis: 40% !important;
  }
  .on-portrait--flex-basis--50 {
    flex-basis: 50% !important;
  }
  .on-portrait--flex-basis--60 {
    flex-basis: 60% !important;
  }
  .on-portrait--flex-basis--62 {
    flex-basis: 62% !important;
  }
  .on-portrait--flex-basis--66 {
    flex-basis: 66% !important;
  }
  .on-portrait--flex-basis--70 {
    flex-basis: 70% !important;
  }
  .on-portrait--flex-basis--80 {
    flex-basis: 80% !important;
  }
  .on-portrait--flex-basis--90 {
    flex-basis: 90% !important;
  }
  .on-portrait--flex-basis--100 {
    flex-basis: 100% !important;
  }
  .on-portrait--flex-gap--initial {
    flex-gap: initial !important;
  }
  .on-portrait--flex-gap--unset {
    flex-gap: unset !important;
  }
  .on-portrait--flex-gap--1rem {
    flex-gap: 1rem !important;
  }
  .on-portrait--flex-gap--2rem {
    flex-gap: 2rem !important;
  }
  .on-portrait--flex-gap--3rem {
    flex-gap: 3rem !important;
  }
  .on-portrait--padding--0 {
    padding: 0 !important;
  }
  .on-portrait--margin--0 {
    margin: 0 !important;
  }
  .on-portrait--text-transform--initial {
    text-transform: initial !important;
  }
  .on-portrait--text-transform--unset {
    text-transform: unset !important;
  }
  .on-portrait--text-transform--uppercase {
    text-transform: uppercase !important;
  }
  .on-portrait--text-transform--lowercase {
    text-transform: lowercase !important;
  }
  .on-portrait--text-transform--capitalize {
    text-transform: capitalize !important;
  }
  .on-portrait--text-transform--full-width {
    text-transform: full-width !important;
  }
  .on-portrait--white-space--initial {
    white-space: initial !important;
  }
  .on-portrait--white-space--unset {
    white-space: unset !important;
  }
  .on-portrait--white-space--nowrap {
    white-space: nowrap !important;
  }
  .on-portrait--white-space--break-spaces {
    white-space: break-spaces !important;
  }
  .on-portrait--white-space--collapse {
    white-space: collapse !important;
  }
  .on-portrait--white-space--wrap {
    white-space: wrap !important;
  }
}
HEADER {
  height: 100px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
HEADER H1 {
  font-size: 40px;
  line-height: 1em;
}
HEADER H1 SMALL {
  font-size: 25px;
  line-height: 1em;
  display: block;
}
NAV {
  position: absolute;
  height: 50px;
  width: 100%;
  background: #0C0C0C;
  top: 100px;
  z-index: 1000;
}
NAV .container {
  display: flex;
  justify-content: space-between;
}
NAV H1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1em;
  max-width: 0px;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  height: 50px;
  width: 200px;
}
NAV H1 SMALL {
  font-size: 12px;
  line-height: 1em;
  display: block;
}
NAV LI {
  position: relative;
  flex: 1 1 auto;
  list-style: none;
  transition: all 200ms ease-in-out;
  display: flex;
  align-items: center;
  font-size: 2rem;
}
NAV A {
  display: block;
  font-size: 20px;
  line-height: 1em;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
NAV A:hover {
  background: #5d0303;
}
FOOTER {
  background: #0C0C0C;
  position: fixed;
  width: 100%;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center;
  height: 50px;
}
MAIN {
  min-height: calc(100vh - 150px);
  padding-top: 20px;
  padding-bottom: 70px;
  font-size: 20px;
}
MAIN DL DT {
  margin-bottom: 0.25em;
  width: 120px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}
MAIN DL DT::after {
  content: "................................";
}
MAIN DL DD {
  margin-bottom: 0.25em;
  margin-left: 125px;
}
MAIN DL DD::after {
  content: " ";
  display: inline;
}
MAIN p + p {
  margin-top: 0.75rem;
}
.widget-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 1rem;
}
.widget-gallery .widget-gallery-preview {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1;
  grid-column: 1 / 4;
  grid-row: 1 / 4;
}
.widget-gallery .widget-gallery-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1;
  opacity: 0.5;
  transition: all 200ms ease-in-out;
}
.widget-gallery .widget-gallery-item:hover {
  opacity: 1;
}
.widget-infos .widget-infos-cite blockquote {
  margin-bottom: 25px;
}
.widget-infos .widget-infos-cite cite {
  float: right;
  font-size: 15px;
  margin-top: -25px;
  margin-right: 10px;
}
.widget-infos hr {
  height: 5px;
  border: 0;
  background-color: #440000;
  margin-block: 1rem;
}
.widget-infos dl dt {
  color: #686868;
}
