@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

a, a:visited {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html, body {
  width: 100%;
  max-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}
html *, body * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html *::-webkit-scrollbar, body *::-webkit-scrollbar {
  display: none;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

a {
  cursor: pointer;
}

@font-face {
  font-family: "MetroSans";
  src: url("../fonts/MetroSans-Medium.woff2") format("woff2"), url("../fonts/MetroSans-Medium.woff") format("woff"), url("../fonts/MetroSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "MetroSans";
  src: url("../fonts/MetroSans-MediumItalic.woff2") format("woff2"), url("../fonts/MetroSans-MediumItalic.woff") format("woff"), url("../fonts/MetroSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "MS Sans Serif";
  src: url("../fonts/w95fa.woff2") format("woff2"), url("../fonts/w95fa.woff") format("woff");
  font-display: block;
}
:root {
  --main-padding: 28px;
  --main-padding: 1.5vw;
  --font-family-title: "MS Sans Serif", "Courier New", Courier, monospace;
  --font-family-text: "MetroSans", Helvetica, Arial, sans-serif;
  --font-size-title: clamp(48px, 5.5vw, 8.625rem);
  --font-size-heading: clamp(20px, 2vw, 32px);
  --font-size-lead: clamp(16px, 1.20vw, 19px);
  --font-size-copy: clamp(15px, 1.5vw, 18px);
  --font-size-small: 16px;
  --font-size-link: 13px;
  --line-height-lead: 1.20em;
  --line-height-half-lead: 0.6em;
  --paragraph-width: 30.2em;
  --spacing-lead-md: 3.75em;
}
@media screen and (max-width: 992px) {
  :root {
    --main-padding: 20px;
  }
}
@media screen and (max-width: 415px) {
  :root {
    --main-padding: 15px;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --font-size-title: 4.875rem;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --font-size-title: clamp(36px, 12vw, 72px);
  }
}
@media screen and (max-height: 700px) {
  :root {
    --font-size-title: 72px;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --paragraph-width: 36vw;
  }
}
body, html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "MetroSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  text-transform: lowercase !important;
}

i {
  font-style: italic;
}

small {
  font-size: var(--font-size-small);
}

.avoidwrap {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.heading-1 {
  font-size: 2.6vw;
  line-height: 1.1em;
}
.heading-1.about-intro {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  .heading-1.about-intro {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 576px) {
  .heading-1.about-intro {
    font-size: 16px;
  }
}
.heading-1 small {
  font-family: "MS Sans Serif", "Courier New", Courier, monospace;
  font-size: 1.2vw;
  text-transform: none !important;
  margin-left: 0.25em;
  display: inline-block;
  line-height: 0.575em;
}
@media screen and (max-width: 992px) {
  .heading-1 small {
    font-size: inherit;
    font-family: "MetroSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .heading-1 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 576px) {
  .heading-1 {
    font-size: 16px;
  }
}

.heading-2 {
  font-size: var(--font-size-heading);
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  .heading-2 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 576px) {
  .heading-2 {
    font-size: 16px;
  }
}

.project-layout .project-info_copy.lead,
.project-layout figcaption {
  font-size: var(--font-size-lead);
  line-height: var(--line-height-lead);
}

.project-info_copy.lead {
  width: 25em;
}
.project-info_copy.lead p {
  display: block;
}
.project-info_copy.lead p a {
  white-space: nowrap;
  display: inline-block;
  text-transform: lowercase;
  font-size: 90%;
}
.project-info_copy.lead p a:before {
  content: "(";
}
.project-info_copy.lead p a:after {
  content: ")";
}
.project-info_copy.lead p a:hover:before, .project-info_copy.lead p a:hover:after {
  opacity: 0;
}
.project-info_copy.lead p + p {
  margin-top: 1.25em;
}

.header_right {
  font-family: var(--font-family-title);
  font-size: 10vw;
  font-size: 10vw;
}
.header_right ul, .header_right li {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header_right {
    font-size: 15vw;
  }
}

.news-item .news-item_copy {
  line-height: 1.1em;
  font-size: 1.45vw;
}
@media screen and (max-width: 768px) {
  .news-item .news-item_copy {
    font-size: 16px;
  }
}

::-moz-selection {
  background: #34aeff;
}

::selection {
  background: #34aeff;
}

::-moz-selection {
  background: #34aeff;
}

a, button, button.font, a.font, a:visited {
  color: inherit;
}
.header {
  position: relative;
  height: auto;
  flex-direction: column;
}
.header_right {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header_right::-webkit-scrollbar {
  display: none;
}
.header_right ul {
  display: flex;
  margin-top: 0.1em;
}
.header_right ul li a {
  color: black;
  display: inline-block;
  cursor: pointer;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  position: relative;
  top: -0.19em;
  transform: scaleY(1.75);
}
.header_right li:not(:last-child) {
  padding-right: 0.25em;
}
.header_left {
  position: fixed;
  z-index: 100;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  justify-content: flex-start;
  padding: 0;
  top: calc(var(--main-padding) / 2);
  left: calc(var(--main-padding) / 2);
  z-index: 999999999999;
  box-sizing: border-box;
}

.top-bar {
  position: relative;
  width: 100%;
}

header nav .btn.header_btn.playbtn {
  width: 38px;
  cursor: pointer;
}

.preload-gif {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.preload-gif.preload-gif_1 {
  background-image: url("../img/ui/header_btns/md/button_1/hover.gif");
}
.preload-gif.preload-gif_2 {
  background-image: url("../img/ui/header_btns/md/button_2/hover.gif");
}
.preload-gif.preload-gif_3 {
  background-image: url("../img/ui/header_btns/md/button_3/hover.gif");
}
.preload-gif.preload-gif_4 {
  background-image: url("../img/ui/header_btns/md/button_4/hover.gif");
}
.preload-gif.preload-gif_5 {
  background-image: url("../img/ui/header_btns/md/button_5/hover.gif");
}
.preload-gif.preload-gif_6 {
  background-image: url("../img/ui/header_btns/play_hover.png");
}
.preload-gif.preload-gif_7 {
  background-image: url("../img/ui/header_btns/play-2.png");
}

a.nav-button {
  font-size: clamp(20px, 2vw, 36px);
  background: silver;
  text-align: center;
  padding: 0.15em 0.3em 0.2em 0.3em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  border: 2px solid transparent;
  border-top: 2px solid #E8E8E8;
  border-left: 2px solid #E8E8E8;
  box-shadow: 1px 1px 0 1px #808080, 2px 2px 0 2px #505050, 0 4px 30px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin-right: -1px;
  color: #333;
  box-sizing: content-box;
  white-space: nowrap;
}
@-moz-document url-prefix() {
  a.nav-button {
    padding: 0.2em 0.25em 0.1em 0.32em;
  }
}
a.nav-button::after {
  content: "";
  width: 4px;
  height: 2px;
  position: absolute;
  background-color: #E8E8E8;
  top: -2px;
  right: -4px;
}
a.nav-button::before {
  content: "";
  width: 2px;
  height: 4px;
  position: absolute;
  background-color: #E8E8E8;
  bottom: -4px;
  left: -2px;
}

.nav-button:hover, .nav-button:active, .nav-button.active, .nav-button:focus {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-button:hover, .nav-button.active, .nav-button:focus {
  background-size: 120%;
}
.nav-button:active {
  background-size: 160%;
}
.nav-button:focus {
  outline: none;
}

.nav-button:first-child:hover, .nav-button:first-child:focus {
  background-image: url("../img/ui/header_btns/md/button_1/hover.gif");
}
.nav-button:first-child:active, .nav-button:first-child.active {
  background-image: url("../img/ui/header_btns/md/button_1/2.png");
}

.nav-button:nth-child(2):hover, .nav-button:nth-child(2):focus {
  background-image: url("../img/ui/header_btns/md/button_3/hover.gif");
}
.nav-button:nth-child(2):active, .nav-button:nth-child(2).active {
  background-image: url("../img/ui/header_btns/md/button_3/2.png");
}

.nav-button:nth-child(3):hover, .nav-button:nth-child(3):focus {
  background-image: url("../img/ui/header_btns/md/button_5/hover.gif");
}
.nav-button:nth-child(3):active, .nav-button:nth-child(3).active {
  background-image: url("../img/ui/header_btns/md/button_5/2.png");
}

.nav-button:nth-child(4):hover, .nav-button:nth-child(4):focus {
  background-image: url("../img/ui/header_btns/md/button_2/hover.gif");
}
.nav-button:nth-child(4):active, .nav-button:nth-child(4).active {
  background-image: url("../img/ui/header_btns/md/button_2/2.png");
}

.nav-button:nth-child(5):hover, .nav-button:nth-child(5):focus {
  background-image: url("../img/ui/header_btns/md/button_4/hover.gif");
}
.nav-button:nth-child(5):active, .nav-button:nth-child(5).active {
  background-image: url("../img/ui/header_btns/md/button_4/2.png");
}

.nav-button:nth-child(6) {
  background-size: 1.2em;
  background-image: url("../img/ui/header_btns/play_hover.png");
  background-position: center 0.1em;
  background-repeat: no-repeat;
  color: transparent;
}
.nav-button:nth-child(6):hover, .nav-button:nth-child(6).active, .nav-button:nth-child(6):focus {
  background-size: 1.2em;
  background-image: url("../img/ui/header_btns/play-2.png");
}
.nav-button:nth-child(6):active {
  background-size: 1.2em;
  background-image: url("../img/ui/header_btns/play-2.png");
  color: transparent;
}
.nav-button:nth-child(6):focus {
  outline-offset: -0.25em;
  outline-style: dotted;
  outline-color: black;
  outline-width: 1px;
}

/* Slider container and track */
.slider-container {
  position: relative;
  width: 100%;
  left: calc(var(--main-padding) / 2 + 19px);
  margin-top: -0.8vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 100;
  max-width: 314px;
  background-repeat: repeat;
  background-size: 4px 4px;
  background-image: url("../img/ui/header_slider/trame.svg");
  background-size: 4px 4px;
  font-size: clamp(72px, 12vw, 200px);
  height: 88px;
  z-index: 9999999;
}
@media screen and (max-width: 576px) {
  .slider-container {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
  }
}
.slider-container:before, .slider-container:after {
  content: "";
  height: 88px;
  width: 20px;
  background-repeat: repeat;
  position: absolute;
  background-image: url("../img/ui/header_slider/trame.svg");
  background-size: 4px 4px;
  top: 0;
}
@media screen and (max-width: 992px) {
  .slider-container:before, .slider-container:after {
    height: 74px;
  }
}
.slider-container:before {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  left: -20px;
}
.slider-container:after {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  right: -20px;
}
@media screen and (max-width: 992px) {
  .slider-container {
    max-width: 240px;
    height: 74px;
  }
}

.slider-track {
  width: 99%;
  font-size: clamp(72px, 12vw, 200px);
  height: 0.08em;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}
.slider-track:before, .slider-track:after {
  height: 0.08em;
  width: 10px;
  background-color: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .slider-track:before, .slider-track:after {
    height: 7px;
    width: 6px;
  }
}
@media screen and (max-height: 700px) {
  .slider-track:before, .slider-track:after {
    height: 7px;
    width: 6px;
  }
}
.slider-track:before {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  left: -10px;
}
@media screen and (max-width: 992px) {
  .slider-track:before {
    left: -6px;
  }
}
@media screen and (max-height: 700px) {
  .slider-track:before {
    left: -6px;
  }
}
.slider-track:after {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  right: -10px;
}
@media screen and (max-width: 992px) {
  .slider-track:after {
    right: -6px;
  }
}
@media screen and (max-height: 700px) {
  .slider-track:after {
    right: -6px;
  }
}

/* Slider thumb */
.slider-thumb {
  width: 90px;
  height: 90px;
  background-image: url("../img/ui/header_slider/3dball.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: grab;
}
.slider-thumb:active {
  cursor: grabbing;
  filter: brightness(0.85);
}
@media screen and (max-width: 1200px) {
  .slider-thumb {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .slider-thumb {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-height: 700px) {
  .slider-thumb {
    width: 75px;
    height: 75px;
  }
}

/* Modal container */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  right: var(--main-padding);
  top: var(--main-padding);
  z-index: 999999999999999;
  width: 90%; /* Set width to be responsive */
  max-width: 800px; /* Limit maximum width */
  height: auto;
  background-color: transparent;
  padding: 4px;
  box-sizing: border-box;
}

/* Modal content */
.modal-content {
  background-color: #f9f9f9;
  position: relative;
  width: 100%; /* Ensure modal-content fills modal width */
  height: auto;
}

/* Small bar at the top */
.modal-header {
  width: 100%;
  height: 20px;
  box-sizing: border-box;
  margin-bottom: 0;
  color: #9d9d9d;
  line-height: 20px;
  font-family: "MS Sans Serif", "Courier New", Courier, monospace;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #222;
}

/* Responsive Video container */
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) */
}

/* Responsive iframe */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Optional: style for close button */
.close {
  position: absolute;
  right: 4px;
  top: 14px;
  color: #9d9d9d;
  font-size: 40px;
  cursor: pointer;
  font-family: "MS Sans Serif", "Courier New", Courier, monospace;
}

main {
  padding: 0 var(--main-padding);
  margin-top: 4em;
  margin-bottom: 3em;
  min-height: 80vh;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 2em;
    margin-bottom: var(--main-padding);
  }
}

.cv_item_touch {
  display: none;
}

@media screen and (max-width: 576px) {
  .cv {
    margin-top: 1em;
  }
}
.cv_item {
  display: flex;
  align-items: baseline;
  position: relative;
  text-transform: uppercase;
  cursor: default;
}
.cv_item:hover {
  color: white;
}
.cv_item:hover[href^=http], .cv_item:hover[href^=www] {
  color: white;
  cursor: url("../img/ui/cursor-top.svg") 16 16, pointer;
}
.cv_item:hover[href^=http] .cv_item_title, .cv_item:hover[href^=www] .cv_item_title {
  color: white;
}
.cv_item[href^=http], .cv_item[href^=www] {
  position: relative;
}
.cv_item[href^=http] .cv_item_title small, .cv_item[href^=www] .cv_item_title small {
  font-style: normal;
}
.cv_item_date, .cv_item_title, .cv_item_space {
  z-index: 2;
}
.cv_item_img {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: scale(0);
  display: flex;
}
.cv_item_img img {
  max-width: 34vw;
}
@media screen and (max-width: 1600px) {
  .cv_item_img img {
    max-width: 40vw;
  }
}
@media screen and (max-width: 992px) {
  .cv_item_img img {
    max-width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .cv_item_img img {
    max-width: 100%;
  }
}
.cv_item_date {
  margin-right: 1em;
}
.cv_item_title > span {
  margin-right: 0.5em;
}
.cv_item_title:hover + .cv_item_space + .cv_item_img {
  transition: transform 0.25s ease;
  transform: scale(1);
}
.cv_item_space {
  margin-left: auto;
  text-align: right;
  padding-left: 1em;
}

@media (hover: none) and (pointer: coarse) {
  .cv_item {
    flex-wrap: nowrap;
    display: flex;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1em;
  }
  .cv_item[href^=http], .cv_item[href^=www] {
    color: black;
    padding-right: calc(1em + var(--main-padding));
    background-image: url("../img/ui/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 0.66em;
    background-position: top right;
  }
  .cv_item[href^=http]:hover, .cv_item[href^=http]:active, .cv_item[href^=http]:focus, .cv_item[href^=www]:hover, .cv_item[href^=www]:active, .cv_item[href^=www]:focus {
    color: black;
  }
  .cv_item :not(:first-child) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cv_item:hover, .cv_item:active, .cv_item:focus {
    color: inherit;
  }
  .cv_item_title, .cv_item_date, .cv_item_space {
    display: none;
  }
  .cv_item_touch {
    display: flex;
    align-items: flex-start;
    text-transform: none;
  }
  .cv_item_touch_date {
    width: 2.5em;
    margin: 0 var(--main-padding);
  }
  .cv_item_img {
    position: static;
    display: block;
    margin: 0;
    align-items: flex-start;
    justify-content: flex-start;
    width: 5.5em;
    height: 5.5em;
    min-width: 5.5em;
    min-height: 5.5em;
    visibility: visible;
    transform: scale(1);
    left: unset;
  }
  .cv_item_img img {
    width: 5.5em;
    height: 5.5em;
    text-align: left;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 576px) {
  .cv_item_img {
    width: 4em;
    height: 4em;
    min-width: 4em;
    min-height: 4em;
  }
  .cv_item_img img {
    width: 4em;
    height: 4em;
  }
}
.about-head {
  display: flex;
}
.about-head .about-intro {
  -moz-column-gap: var(--main-padding);
  column-gap: var(--main-padding);
  padding-right: var(--main-padding);
  margin-bottom: 0.8em;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .about-head .about-intro {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-head .about-intro {
    padding-right: 0;
  }
}
@media (hover: none) and (pointer: coarse) {
  .about-head {
    flex-direction: column-reverse;
  }
}

.about-tail {
  margin-top: 1em;
  width: 100%;
  max-width: 39em;
  flex-direction: column;
  margin-bottom: 300px;
}
.about-tail a {
  font-style: italic;
  white-space: nowrap;
}
.about-tail a:hover {
  color: white;
}
@media (hover: none) and (pointer: coarse) {
  .about-tail {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.card {
  position: fixed;
  width: 250px;
  height: 230px;
  font-size: 20px;
  z-index: 99999;
  margin-left: calc(var(--main-padding) * 1.5);
  font-family: "MS Sans Serif", "Courier New", Courier, monospace;
}
@media screen and (max-width: 992px) {
  .card {
    width: 242px;
    height: 222px;
  }
}
@media screen and (max-width: 576px) {
  .card {
    font-size: 18px;
  }
}
.card:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 230px;
  background-image: url("../img/ui/header_slider/trame.svg");
  background-repeat: repeat;
  background-size: 3px 3px;
  top: 8px;
  left: 8px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .card:before {
    width: 242px;
    height: 222px;
  }
}
.card .card_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card_content {
  padding: 14px 16px 20px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .card_content {
    padding: 10px 12px 16px 12px;
  }
}
.card a {
  color: #9d9d9d;
  background-color: #333;
}
.card a:hover {
  color: inherit;
  background-color: transparent;
}

.card.center-card {
  margin: 0 auto;
  top: calc(50vh - 120px);
  left: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .card.center-card {
    top: calc(50vh - 110px);
  }
}

.card.top-center-card {
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.card.left-bottom-card {
  top: unset;
  bottom: var(--main-padding);
  right: unset;
  left: var(--main-padding);
  margin: 0 auto;
}

.card.bottom-left-card {
  top: unset;
  bottom: calc(var(--main-padding) + 8px);
  left: var(--main-padding);
  right: unset;
  margin: 0 auto;
}

.card.top-left-card {
  top: 8vh;
  left: calc(314px + 2.5vw);
}
@media screen and (max-width: 768px) {
  .card.top-left-card {
    margin: 0 auto;
    top: calc(50vh - 120px);
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .card.top-left-card {
    top: calc(50vh - 110px);
  }
}

.card {
  position: fixed;
}
@media (hover: none) and (pointer: coarse) {
  .card {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    left: -6px;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 992px) {
  .card {
    left: -3px;
  }
}

.email {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer !important;
  position: relative;
}
.email .shown-email {
  position: relative;
}
.email .shown-email:after {
  content: "copier l'adresse mail";
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.email .real-email {
  display: none;
}
.email:hover .shown-email {
  visibility: hidden;
}
.email:hover .shown-email:after {
  visibility: visible;
}
.email:active:after {
  content: "c'est fait!";
  position: absolute;
  left: 0;
  top: 0;
}
.email:active .shown-email:after {
  visibility: hidden;
}

@media (hover: none) and (pointer: coarse) {
  .email {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .email .shown-email {
    position: relative;
  }
  .email .shown-email:after {
    content: "Adresse copiée";
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
  .email:active:after {
    content: none;
  }
  .email:active .shown-email:after {
    visibility: visible;
  }
  .card {
    width: 100%;
  }
  .card.about-card, .card.stock-card {
    padding: 0;
    width: 100%;
    height: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    font-size: var(--font-size-heading);
    line-height: 1.1em;
    max-width: 39em;
    font-family: var(--font-family-text);
  }
  .card.about-card .card.stock-card, .card.stock-card .card.stock-card {
    margin-bottom: 2em;
  }
  .card.about-card a, .card.stock-card a {
    font-family: var(--font-family-title);
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 768px) {
  .card.about-card, .card.stock-card {
    font-size: 2.6vw;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 576px) {
  .card.about-card, .card.stock-card {
    font-size: 16px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .card.about-card:before, .card.stock-card:before {
    display: none;
  }
  .card.about-card .card_content, .card.stock-card .card_content {
    background-color: transparent !important;
    padding: 0;
    max-width: 100%;
  }
  .card.about-card .card_content .card-email, .card.stock-card .card_content .card-email {
    display: block;
  }
  .card.about-card .card_content .copy, .card.stock-card .card_content .copy {
    max-width: 100%;
  }
}
.project > * {
  box-sizing: border-box;
}

main.project {
  padding-top: 3em;
  padding-bottom: var(--main-padding);
  margin-top: 0;
  min-height: 110vh;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main.project {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: var(--main-padding);
  }
}
@media screen and (max-width: 576px) {
  main.project {
    padding-top: 1em;
  }
}

.project-layout {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-bottom: 2em;
}
@media screen and (max-width: 1100px) {
  .project-layout {
    flex-direction: column-reverse;
  }
  .project-layout .project-gallery {
    width: 100%;
  }
}

.project-info {
  padding-top: var(--main-padding);
}
@media screen and (max-width: 1100px) {
  .project-info {
    padding-top: 1.25em;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .project-info_copy.lead {
    width: 100%;
  }
}
.project-info_copy.lead .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 1100px) {
  .project-info_copy.lead .title {
    margin-bottom: 1.25em;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .project-info_copy.lead .project-info_text {
    width: 100%;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: var(--main-padding);
    column-gap: var(--main-padding);
  }
  .project-info_copy.lead .project-info_text div:not(:first-child) {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  .project-info_copy.lead .project-info_text {
    -moz-column-count: 1;
    column-count: 1;
    max-width: 33em;
  }
}

.project-gallery {
  flex-shrink: 1;
  min-width: 0;
  padding-top: var(--main-padding);
}
.project-gallery .slide {
  max-width: 1300px;
  display: flex;
  height: 100%;
  margin-right: calc(var(--main-padding) * 3);
}
@media screen and (max-width: 1100px) {
  .project-gallery .slide {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .project-gallery {
    padding-top: 0;
  }
}

.blaze-slide {
  overflow-x: hidden;
  overflow-y: visible;
}
.blaze-slide figure {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  position: relative;
}
.blaze-slide figure figcaption {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.25em;
}
.blaze-slide figure figcaption .counter {
  padding-left: 1em;
}
@media screen and (max-width: 1100px) {
  .blaze-slide figure {
    flex-direction: column;
    justify-content: flex-end;
  }
  .blaze-slide figure figcaption {
    margin-top: 1.25em;
    min-height: 2.25em;
    margin-bottom: 1em;
  }
}

.blaze-slide img, .blaze-slide video {
  max-width: 1100px;
  max-width: 1300px;
  max-height: 90vh;
  flex-grow: 1;
  height: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: top;
  object-position: top;
}
@media screen and (max-width: 1868px) {
  .blaze-slide img, .blaze-slide video {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .blaze-slide img, .blaze-slide video {
    -o-object-position: center;
    object-position: center;
    max-height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  .blaze-slide img, .blaze-slide video {
    -o-object-position: center;
    object-position: center;
    max-height: unset;
    width: 100%;
  }
}

.blaze-slider {
  flex: 1;
}

.text-center {
  text-align: center;
}

.header_left {
  transition: bottom 0.2s ease;
}

a.next-project_btn {
  white-space: nowrap;
  display: none;
  cursor: pointer;
}

@media screen and (min-width: 1101px) {
  .bottombar .header .header_left {
    transition: bottom 0.2s ease;
  }
  .project-mode .bottombar .header .header_left {
    transition: bottom 0.2s ease;
    bottom: -4vw;
  }
}
.blaze-prev, .blaze-next {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 100;
  opacity: 1;
}

.blaze-prev {
  left: 0;
  cursor: url("../img/ui/cursor-left.svg") 16 16, w-resize;
}

.blaze-next {
  right: 0;
  cursor: url("../img/ui/cursor-right.svg") 16 16, e-resize;
}

@media (hover: none) and (pointer: coarse) {
  .blaze-prev, .blaze-next {
    background-repeat: no-repeat;
    background-size: 24px;
    display: none;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 992px) {
  .blaze-prev, .blaze-next {
    background-size: 16px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .blaze-prev {
    background-image: url("../img/ui/cursor_hand_right.png");
    background-position: bottom 10% right 24px;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 768px) {
  .blaze-prev {
    background-position: bottom 15% right 24px;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 576px) {
  .blaze-prev {
    background-position: bottom 25% right 24px;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 415px) {
  .blaze-prev {
    background-position: bottom 30% right 24px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .blaze-next {
    background-image: url("../img/ui/cursor_hand_left.png");
    background-position: bottom 10% left 24px;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 768px) {
  .blaze-next {
    background-position: bottom 15% left 24px;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 576px) {
  .blaze-next {
    background-position: bottom 25% left 24px;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 415px) {
  .blaze-next {
    background-position: bottom 30% left 24px;
  }
}
.mozaic {
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.mozaic-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100vw;
  margin: 0 auto;
  padding: calc(var(--main-padding) / 2);
  box-sizing: border-box;
}

.mozaic-container img {
  width: 20%;
  padding: calc(var(--main-padding) / 2);
  box-sizing: border-box;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .mozaic-container img {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .mozaic-container img {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .mozaic-container img {
    width: 50%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mozaic {
    position: fixed;
    bottom: 0px;
    z-index: 0;
    height: 100vh;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mozaic::-webkit-scrollbar {
    display: none;
  }
}
.garden-container {
  position: absolute;
  width: 100vw;
  height: 75vh;
  top: 15vh;
  left: 0;
  right: 0;
  bottom: 10vh;
  margin: 0 auto;
  z-index: 0;
}

.garden_item {
  position: absolute;
  max-width: 12vw;
  max-height: 12vh;
  z-index: 999999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.draggable {
  cursor: grab !important;
}
.draggable:active {
  cursor: grabbing !important;
}
@media (hover: none) and (pointer: coarse) {
  .draggable {
    cursor: default !important;
  }
  .draggable:active {
    cursor: default !important;
  }
}

.news-container {
  width: 100%;
  max-width: 100%;
  font-size: var(--font-size-heading);
}
.news-container .news-item:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: phabelt) {
  .news-container .news-item:not(:first-child) {
    margin-top: 1em;
  }
}

.news-item {
  width: 100%;
}
.news-item_row {
  width: 100%;
  display: flex;
}
.news-item_column {
  min-width: 74%;
}
.news-item .news-item_title {
  box-sizing: border-box;
  padding-right: calc(var(--main-padding) / 2);
  display: flex;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .news-item .news-item_title {
    flex-direction: column;
  }
}
.news-item .news-item_title .title {
  width: 12.7em;
}
@media screen and (max-width: 992px) {
  .news-item .news-item_title .title {
    width: 12.35em;
  }
}
@media screen and (max-width: 768px) {
  .news-item .news-item_title .title {
    width: 100%;
    max-width: 100%;
  }
}
.news-item .news-item_title .date {
  white-space: nowrap;
  max-width: 24em;
  margin-left: 2.2em;
}
@media screen and (max-width: 576px) {
  .news-item .news-item_title .date {
    margin-left: 0;
  }
}
.news-item .news-item_space {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-grow: 1;
}
.news-item .news-item_space .space {
  text-align: right;
  flex-grow: 1;
  width: 100%;
  max-width: 10em;
  margin-left: auto;
  line-height: 1.24em;
  position: relative;
  top: -0.08em;
}
.news-item .news-item_space .space:before {
  text-align: center;
  line-height: 1.1em;
  content: "📍";
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-item .news-item_space .space:before {
    font-size: 90%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-item .news-item_space .space {
    margin-left: 0;
    text-align: left;
    width: unset;
    display: flex;
    margin-top: 1em;
    top: 0;
    position: static;
    line-height: inherit;
  }
}
.news-item .news-item_space a:hover {
  cursor: url("../img/ui/cursor-top.svg") 16 16, pointer;
}
.news-item .news-item_img {
  margin-top: 1em;
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .news-item .news-item_img {
    width: 100%;
    max-width: 100%;
  }
}
.news-item .news-item_img img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .news-item .news-item_row {
    flex-direction: column;
  }
}
.news-item .news-item_copy {
  margin-top: 0.9em;
}
.news-item .news-item_copy a {
  font-family: "MS Sans Serif", "Courier New", Courier, monospace;
  display: inline-block;
  line-height: 1.15em;
  background-color: #222;
  color: #E8CD7E;
}
.news-item .news-item_copy a:hover {
  background-color: transparent;
  color: black;
}

.news-item .alt-layout-1 {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-item .alt-layout-1 {
    flex-direction: column;
  }
}
.news-item .alt-layout-1 p {
  width: 24em;
}
.news-item .alt-layout-1 p:last-child {
  margin-left: 4em;
}
@media screen and (max-width: 768px) {
  .news-item .alt-layout-1 p:last-child {
    margin-left: 0;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .news-item .alt-layout-1 p {
    max-width: 100%;
  }
}

.articles_item {
  display: flex;
  justify-content: space-between;
}
.articles_item .article-type {
  width: 8em;
  display: flex;
  flex-direction: column;
  margin-right: var(--main-padding);
}
.articles_item .article-type span {
  white-space: nowrap;
}
.articles_item .article-type span:first-child {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .articles_item .article-type {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }
  .articles_item .article-type span:first-child:after {
    content: "—";
    padding-right: 0.25em;
    padding-left: 0.25em;
    display: inline-block;
  }
  .articles_item .article-type span:nth-child(2):after {
    content: ",";
    padding-right: 0.25em;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .articles_item {
    flex-wrap: wrap;
  }
}
.articles_item .article-title {
  width: 100%;
  margin-left: auto;
}
.articles_item .article-title a:before {
  content: "(";
}
.articles_item .article-title a:after {
  content: ")";
}
.articles_item .article-title a:hover {
  cursor: url("../img/ui/cursor-top.svg") 16 16, pointer;
}
.articles_item:not(:first-child) {
  margin-top: 1em;
}

.stock-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-right: -2em;
  box-sizing: border-box;
}

.stock-item {
  width: 33.3em;
  width: 40%;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-top: 0em;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .stock-item {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .stock-item {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .stock-item {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 576px) {
  .stock-item:last-child {
    margin-bottom: 0em;
  }
}
.stock-item .lead {
  font-family: "MS Sans Serif", "Courier New", Courier, monospace;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  background-color: silver;
  color: #333;
}
.stock-item_title .lead {
  display: inline-block;
  line-height: 1;
  transform: scaleX(0.5);
  letter-spacing: 2px;
  transform-origin: left;
  font-size: 200%;
  background-color: #333;
}
@media screen and (max-width: 576px) {
  .stock-item_title .lead {
    white-space: nowrap;
    transform: scaleX(1);
    font-size: 20px;
    letter-spacing: 0;
  }
}
.stock-item_images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
.stock-item_images a {
  position: relative;
}
.stock-item_images a:hover img {
  opacity: 0;
}
@media (hover: none) and (pointer: coarse) {
  .stock-item_images a:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 576px) {
  .stock-item_images a {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 0;
    margin: 0;
    display: block;
  }
  .stock-item_images a img {
    max-width: 100%;
  }
}
.stock-item_images a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: 4px 4px;
  background-image: url("../img/ui/header_slider/trame.svg");
}
@media (hover: none) and (pointer: coarse) {
  .stock-item_images a:hover:after {
    background-image: none;
  }
}
.stock-item img {
  max-width: 13em;
  vertical-align: top;
}
@media screen and (max-width: 1775px) {
  .stock-item img {
    max-width: 10em;
  }
}
@media screen and (max-width: 768px) {
  .stock-item img {
    max-width: 12em;
  }
}

@media (hover: none) and (pointer: coarse) {
  .gprev,
  .gnext {
    display: none !important; /* Hides both the previous and next arrow */
  }
}
.stock .glightbox-container {
  z-index: 9999999999 !important;
}

.stock .glightbox-clean .gslide-title {
  display: none;
}

.stock .glightbox-clean .gdesc-inner {
  padding: 0;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .glightbox-open {
    overflow: auto !important;
  }
  .stock .goverlay {
    display: none;
  }
  .stock .glightbox-container {
    width: 50vw;
    height: auto;
    position: fixed;
    top: unset;
    bottom: 8em;
    left: unset;
    right: var(--main-padding);
    background-color: silver;
    box-sizing: border-box;
  }
  .stock .glightbox-container img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 992px) and (max-width: 1200px) {
  .stock .glightbox-container {
    width: 70vw;
    top: 5vh;
    bottom: unset;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .stock .glightbox-clean .gslide-media {
    box-shadow: none;
    margin-top: 20px;
  }
  .stock .gslide-description {
    position: absolute;
    top: 0;
    height: 20px;
  }
  .stock .glightbox-clean .gslide-title {
    margin-bottom: 0;
    color: #9d9d9d;
    line-height: 20px;
    font-family: "MS Sans Serif", "Courier New", Courier, monospace;
    display: block;
  }
  .stock .gslide-description.description-bottom {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 4px;
    padding-right: 4px;
    cursor: grab;
  }
  .stock .gslide-description.description-bottom:active {
    cursor: grabbing;
  }
  .stock .glightbox-clean .gslide-description {
    background-color: #222;
  }
  .stock .gslide-media.gslide-image img {
    max-height: calc(80vh - 20px) !important;
  }
  .stock .glightbox-clean .gclose svg {
    display: none;
  }
  .stock .gclose:after {
    content: "*";
    position: absolute;
    right: 0px;
    top: 0px;
    color: #9d9d9d;
    font-size: 40px;
    cursor: pointer;
    font-family: "MS Sans Serif", "Courier New", Courier, monospace;
  }
  .stock .glightbox-clean .gclose {
    width: auto;
    height: 20px;
    top: 4px;
    right: 4px;
    opacity: 1;
    background-color: transparent;
    font-size: 1em;
  }
  .stock .glightbox-clean .gclose:hover {
    background-color: transparent;
  }
  @-moz-document url-prefix() {
    .stock .glightbox-clean .gclose {
      top: 0;
    }
  }
  .stock .glightbox-clean .gnext,
  .stock .glightbox-clean .gprev {
    height: 100%;
    background-color: transparent;
    top: 20px;
    border-radius: 0;
    width: 50%;
  }
  .stock .glightbox-clean .gnext svg,
  .stock .glightbox-clean .gprev svg {
    display: none;
  }
  .stock .glightbox-clean .gnext:hover,
  .stock .glightbox-clean .gprev:hover {
    background-color: transparent;
  }
  .stock .glightbox-clean .gnext {
    right: 0;
    cursor: url("../img/ui/cursor-right.svg") 16 16, e-resize;
  }
  .stock .glightbox-clean .gprev {
    left: 0;
    cursor: url("../img/ui/cursor-left.svg") 16 16, w-resize;
  }
}
@media (hover: none) and (pointer: coarse) {
  .card.stock-card {
    position: static;
    margin-top: 0;
    width: 100%;
    height: unset;
    margin-bottom: 1.5em;
  }
  .card.stock-card .card_content {
    padding: 0;
  }
  .card.stock-card:before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .top-bar {
    padding-top: 2em;
  }
}

@media screen and (max-width: 768px) {
  .header_left {
    bottom: unset;
    top: 0;
    right: 0;
    left: 0;
    justify-content: space-around;
    padding: calc(var(--main-padding) / 2) var(--main-padding);
  }
}
@media screen and (max-width: 576px) {
  .header_left {
    justify-content: space-between;
  }
}

.bottombar .header .header_left {
  position: fixed;
  z-index: 100;
  width: 100vw;
  max-width: 100wv;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  justify-content: center;
  bottom: 2px;
  right: 0;
  left: 0;
  top: unset;
  z-index: 9999999;
}
.bottombar .header .header_left a.nav-button {
  font-size: 2.5vw;
}
@media screen and (max-width: 992px) {
  .bottombar .header .header_left a.nav-button {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .bottombar .header .header_left {
    top: 0;
    right: 0;
    left: 0;
    bottom: unset;
    justify-content: space-around;
    padding: calc(var(--main-padding) / 2) var(--main-padding);
  }
}

@media screen and (max-width: 768px) {
  .bottombar a.nav-button,
  a.nav-button {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    box-shadow: none;
    padding: 0;
    background: none;
    font-size: 16px !important;
    background-color: none;
    margin-right: 0;
    margin-left: 0;
    box-sizing: content-box;
    display: inline;
    min-width: -moz-min-content;
    min-width: min-content;
    width: -moz-min-content;
    width: min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    white-space: nowrap;
    text-align: left;
    position: static;
  }
  @-moz-document url-prefix() {
    .bottombar a.nav-button,
    a.nav-button {
      padding: 0;
    }
  }
  .bottombar a.nav-button:before, .bottombar a.nav-button:after,
  a.nav-button:before,
  a.nav-button:after {
    position: static;
    width: 0;
    height: 0;
    background-color: none;
    content: none;
  }
  .bottombar a.nav-button:first-child, .bottombar a.nav-button:nth-child(2), .bottombar a.nav-button:nth-child(3), .bottombar a.nav-button:nth-child(4), .bottombar a.nav-button:nth-child(5), .bottombar a.nav-button:nth-child(6),
  a.nav-button:first-child,
  a.nav-button:nth-child(2),
  a.nav-button:nth-child(3),
  a.nav-button:nth-child(4),
  a.nav-button:nth-child(5),
  a.nav-button:nth-child(6) {
    color: black;
    background-image: none;
  }
  .bottombar a.nav-button:first-child:hover, .bottombar a.nav-button:first-child:active, .bottombar a.nav-button:first-child.active, .bottombar a.nav-button:first-child:focus, .bottombar a.nav-button:nth-child(2):hover, .bottombar a.nav-button:nth-child(2):active, .bottombar a.nav-button:nth-child(2).active, .bottombar a.nav-button:nth-child(2):focus, .bottombar a.nav-button:nth-child(3):hover, .bottombar a.nav-button:nth-child(3):active, .bottombar a.nav-button:nth-child(3).active, .bottombar a.nav-button:nth-child(3):focus, .bottombar a.nav-button:nth-child(4):hover, .bottombar a.nav-button:nth-child(4):active, .bottombar a.nav-button:nth-child(4).active, .bottombar a.nav-button:nth-child(4):focus, .bottombar a.nav-button:nth-child(5):hover, .bottombar a.nav-button:nth-child(5):active, .bottombar a.nav-button:nth-child(5).active, .bottombar a.nav-button:nth-child(5):focus, .bottombar a.nav-button:nth-child(6):hover, .bottombar a.nav-button:nth-child(6):active, .bottombar a.nav-button:nth-child(6).active, .bottombar a.nav-button:nth-child(6):focus,
  a.nav-button:first-child:hover,
  a.nav-button:first-child:active,
  a.nav-button:first-child.active,
  a.nav-button:first-child:focus,
  a.nav-button:nth-child(2):hover,
  a.nav-button:nth-child(2):active,
  a.nav-button:nth-child(2).active,
  a.nav-button:nth-child(2):focus,
  a.nav-button:nth-child(3):hover,
  a.nav-button:nth-child(3):active,
  a.nav-button:nth-child(3).active,
  a.nav-button:nth-child(3):focus,
  a.nav-button:nth-child(4):hover,
  a.nav-button:nth-child(4):active,
  a.nav-button:nth-child(4).active,
  a.nav-button:nth-child(4):focus,
  a.nav-button:nth-child(5):hover,
  a.nav-button:nth-child(5):active,
  a.nav-button:nth-child(5).active,
  a.nav-button:nth-child(5):focus,
  a.nav-button:nth-child(6):hover,
  a.nav-button:nth-child(6):active,
  a.nav-button:nth-child(6).active,
  a.nav-button:nth-child(6):focus {
    background-image: none;
    color: black;
  }
}
@media screen and (max-width: 350px) {
  .bottombar a.nav-button,
  a.nav-button {
    font-size: 13px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .slider-container {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slider-container {
    display: none;
  }
}