/* reset.css */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: 500;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --navbar-height: 0px;
  --viewport-width: 0px;
  --viewport-height: 0px;
  --remaining-height: 0px;
}
:root {
  --navbar-height: 0px;
  --viewport-width: 0px;
  --viewport-height: 0px;
  --remaining-height: 0px;
}
.flex, .navbar {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-item {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-between, .navbar {
  justify-content: space-between;
}
.items-center, .navbar {
  align-items: center;
}
.margin-0 {
  margin: 0;
}
.margin-t-0 {
  margin-top: 0;
}
.margin-b-0 {
  margin-bottom: 0;
}
.margin-l-0 {
  margin-left: 0;
}
.margin-r-0 {
  margin-right: 0;
}
.margin-sm {
  margin: 0.5rem;
}
.margin-t-sm {
  margin-top: 0.5rem;
}
.margin-b-sm {
  margin-bottom: 0.5rem;
}
.margin-l-sm {
  margin-left: 0.5rem;
}
.margin-r-sm {
  margin-right: 0.5rem;
}
.margin-md {
  margin: 1rem;
}
.margin-t-md {
  margin-top: 1rem;
}
.margin-b-md {
  margin-bottom: 1rem;
}
.margin-l-md {
  margin-left: 1rem;
}
.margin-r-md {
  margin-right: 1rem;
}
.margin-lg {
  margin: 1.5rem;
}
.margin-t-lg {
  margin-top: 1.5rem;
}
.margin-b-lg {
  margin-bottom: 1.5rem;
}
.margin-l-lg {
  margin-left: 1.5rem;
}
.margin-r-lg {
  margin-right: 1.5rem;
}
.margin-xl {
  margin: 5rem;
}
.margin-t-xl {
  margin-top: 5rem;
}
.margin-b-xl {
  margin-bottom: 5rem;
}
.margin-l-xl {
  margin-left: 5rem;
}
.margin-r-xl {
  margin-right: 5rem;
}
.padding-0 {
  padding: 0;
}
.padding-t-0 {
  padding-top: 0;
}
.padding-b-0 {
  padding-bottom: 0;
}
.padding-l-0 {
  padding-left: 0;
}
.padding-r-0 {
  padding-right: 0;
}
.padding-sm {
  padding: 0.5rem;
}
.padding-t-sm {
  padding-top: 0.5rem;
}
.padding-b-sm {
  padding-bottom: 0.5rem;
}
.padding-l-sm {
  padding-left: 0.5rem;
}
.padding-r-sm {
  padding-right: 0.5rem;
}
.padding-md {
  padding: 1rem;
}
.padding-t-md {
  padding-top: 1rem;
}
.padding-b-md {
  padding-bottom: 1rem;
}
.padding-l-md {
  padding-left: 1rem;
}
.padding-r-md {
  padding-right: 1rem;
}
.padding-lg {
  padding: 1.5rem;
}
.padding-t-lg {
  padding-top: 1.5rem;
}
.padding-b-lg {
  padding-bottom: 1.5rem;
}
.padding-l-lg {
  padding-left: 1.5rem;
}
.padding-r-lg {
  padding-right: 1.5rem;
}
.padding-xl {
  padding: 5rem;
}
.padding-t-xl {
  padding-top: 5rem;
}
.padding-b-xl {
  padding-bottom: 5rem;
}
.padding-l-xl {
  padding-left: 5rem;
}
.padding-r-xl {
  padding-right: 5rem;
}
.m-center {
  margin-left: auto;
  margin-right: auto;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.5rem;
}
.p-0 {
  padding: 0;
}
.p-sm {
  padding: 0.5rem;
}
.p-md {
  padding: 1rem;
}
.p-lg {
  padding: 1.5rem;
}
.p-lr-md {
  padding-left: 2rem;
  padding-right: 2rem;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.bottom-1 {
  bottom: 1rem !important;
  top: revert !important;
}
.bottom-2 {
  bottom: 2rem !important;
  top: revert !important;
}
.top-1 {
  top: 1rem !important;
  bottom: revert !important;
}
.top-2 {
  top: 2rem !important;
  bottom: revert !important;
}
.hide-empty:empty {
  display: none;
}
.border-left-1 {
  border-left: 1px solid #000;
}
.border-left-2 {
  border-left: 3px solid #000;
}
.border-right-2 {
  border-right: 3px solid #000;
}
.border-bottom-1 {
  border-bottom: 1px solid #000;
}
.border-bottom-2 {
  border-bottom: 2px solid #000;
}
.crossed {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), black 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), black 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.bg-yellow {
  background-color: #F6DD1D;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000 !important;
}
.bg-grey {
  background-color: #eee !important;
}
.bg-blue {
  background-color: cadetblue;
}
.bg-orange {
  background-color: #cd7aa8;
}
.text-primary {
  color: #F6DD1D;
}
/* For WebKit browsers (Chrome, Safari) */
.overlay-scrollbars {
  scrollbar-width: thin;
  scrollbar-color: black transparent;
  overflow: overlay;
  /* This property makes the scrollbar overlay the content */
}
/* Base scrollbar styles */
::-webkit-scrollbar {
  width: 16px;
  /* width of the entire scrollbar */
}
::-webkit-scrollbar-track {
  background: transparent;
  /* color of the track */
}
::-webkit-scrollbar-thumb {
  background-color: black;
  /* color of the handle */
  border-radius: 10px;
  /* roundness of the handle */
  border: 3px solid transparent;
  /* creates padding around handle */
  background-clip: content-box;
  /* clips handle within padding */
}
/* For Firefox */
.overlay-scrollbars {
  scrollbar-width: thin;
  /* width of the scrollbar */
  scrollbar-color: black transparent;
  /* color of the handle and track */
}
/* Ensure the scrollbar overlays the content */
.overlay-scrollbars {
  scrollbar-gutter: stable both-edges;
  /* makes scrollbar overlay content */
}
.full-height {
  height: var(--remaining-height);
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.scroll-y {
  overflow-x: hidden;
  overflow-y: scroll;
}
.scroll-y-auto {
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
}
.scroll {
  overflow-x: scroll;
  overflow-y: scroll;
}
.os-theme-dark, .os-theme-light {
  --os-handle-border-radius: 0px!important;
}
.os-scrollbar-vertical .os-scrollbar-handle {
  right: 4px !important;
}
.text-left {
  text-align: left;
}
.simplebar-scrollbar::before {
  background-color: black !important;
  border: 2px solid white !important;
}
.simplebar-placeholder {
  width: auto !important;
}
.os-scrollbar-handle {
  background: #cd7aa8 !important;
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
}
/* Highlight for text-based elements */
.highlight-text {
  color: #cd7aa8 !important;
}
/* Highlight for image elements */
.highlight-image {
  opacity: 0.6;
}
.follow-img {
  height: 100px;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  display: none;
}
/* Home */
.home .main-content {
  min-height: revert;
  margin-bottom: revert;
}
.home-scroll-title {
  position: absolute;
  bottom: 2rem;
  right: 3.5rem;
  border-radius: 10px;
  padding: 0.5rem;
  background: #000;
  color: white;
  height: auto;
  display: inline-table;
  text-align: right;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: lowercase;
  letter-spacing: 1px;
  z-index: 5;
}
.info-circle {
  background: #000;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  font-weight: bold !important;
  color: white;
  z-index: 5;
  cursor: pointer;
}
.close-scroll-item {
  background: #fff;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-weight: bold !important;
  color: black;
  z-index: 5;
  border: none;
  cursor: pointer;
}
.home-scroll-description {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;
  z-index: 10;
  top: 0;
  left: 0;
  text-align: left;
  padding: 1rem;
  display: none;
}
.home-scroll-description a {
  color: white !important;
}
/* creators */
#html-body.creators {
  margin: 0px !important;
}
#html-body.creators #content {
  background-color: #fff;
  min-height: 100vh;
}
.creators #content .image_row:hover a {
  color: #cd7aa8 !important;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}
/* exhibitions */
.image_container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.text-content p {
  font-size: 1.125rem !important;
  line-height: 1.3rem !important;
}
#html-body.exhibitions {
  margin: 0px !important;
}
#html-body.exhibitions #content {
  background-color: #fff;
  min-height: 100vh;
}
.exhibitions #content a {
  display: block;
  color: #000;
  border-bottom: none;
  line-height: 2.5rem;
}
.image_row {
  padding: 1rem 2rem 1rem 1rem;
  border-bottom: 3px solid black;
  max-width: 98%;
}
.panel_row {
  padding: 1rem 2rem 0rem 1rem;
  margin: 1rem;
  margin-bottom: 0rem;
}
#content .panel_row a, #content .panel_row p, #content .panel_row h2 {
  color: #000;
}
.panel_row:last-child {
  border-bottom: none;
}
.exhibitions #content .image_row:hover a {
  color: #cd7aa8 !important;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}
.navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 3px solid #000;
  padding: 1rem;
  z-index: 100;
}
.logo {
  height: 40px;
  font-size: 2.4rem;
  color: #F6DD1D;
  margin: 0 0 0.3rem 0;
}
span.slash_1 {
  font-weight: 100;
  transform: scale(1.5) translate(-2px, 3px);
  display: inline-block;
  letter-spacing: -5px;
  margin-left: -0.3rem;
  font-family: "FoundersGroteskLight";
}
span.slash_2 {
  font-weight: 100;
  display: inline-block;
  transform: scale(1.5) translate(1px, -3px);
  margin-right: 0.3rem;
  font-family: "FoundersGroteskLight";
}
.main_logo {
  height: 100%;
  transform: scale(1.5) translateX(20px);
}
.nav-links {
  display: none;
}
.nav-links a {
  color: #000;
  font-size: 2.4rem;
  margin: 0 0.5rem;
  text-decoration: none;
  letter-spacing: -2px;
}
.nav-links a:hover, .nav-links a.active {
  color: #cd7aa8;
}
html, body, p {
  font-size: 1.1rem;
  line-height: 115%;
}
.underline {
  text-decoration: underline !important;
}
b, strong {
  font-weight: 700 !important;
}
h1, .headline, .headline p {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 100;
}
.small-date, p.small-date {
  font-size: 1rem !important;
  margin-left: 0.2rem !important;
}
.headline, .headline p {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 100;
}
@media screen and (max-width: 720px) {
  .headline-responsive, .headline-responsive p {
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 100;
  }
}
h2 {
  font-size: 1.3rem;
  line-height: 110%;
  font-weight: 100;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 720px) {
  h1, .headline {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.text-white {
  color: #fff;
}
.text-red {
  color: #cd7aa8;
}
.hyprens {
  hyphens: auto;
}
.font-description {
  font-size: 0.9rem;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.grid > div {
  padding: 1rem;
  position: relative;
}
.grid > div::before {
  content: "";
  display: block;
  padding-bottom: 4%;
  border-top: 2px solid black;
}
.left-large {
  width: 60vw;
  flex: none;
}
.right-verysmall {
  width: 30vw;
  flex: none;
}
.right-small {
  width: 40vw;
  flex: none;
}
.right-large {
  width: 60vw;
  flex: none;
}
.left-small {
  width: 40vw;
  flex: none;
}
@media (max-width: 768px) {
  .left-large {
    width: auto;
    flex: 1;
  }
  .right-small {
    width: auto;
    flex: 1;
  }
  .right-large {
    width: auto;
    flex: 1;
  }
  .left-small {
    width: auto;
    flex: 1;
  }
}
:root {
  --navbar-height: 0px;
  --viewport-width: 0px;
  --viewport-height: 0px;
  --remaining-height: 0px;
}
.masonry {
  width: 100%;
}
img.masonry-img {
  width: 100%;
}
img.masonry-img:hover {
  cursor: pointer;
}
.sl-caption.pos-bottom.ep-caption {
  background: none !important;
  color: white !important;
  text-shadow: none !important;
  font-weight: bold !important;
  padding-bottom: 0 !important;
}
.sl-counter, .sl-current, .sl-total {
  font-size: 0.9rem !important;
  font-weight: bold !important;
}
#swiper-mobile {
  height: 30vh;
  display: block;
}
#swiper-mobile .swiper {
  height: 40vh !important;
}
@media (orientation: landscape) {
  #swiper-mobile .swiper {
    height: 90vh !important;
  }
}
.sl-wrapper .sl-image .sl-caption {
  background: white !important;
  color: black !important;
  font-size: 0.9rem !important;
}
.swiper-pagination {
  left: 5% !important;
  right: revert !important;
}
.swiper {
  width: 100% !important;
  height: calc(100vh - 74px) !important;
  background-color: black !important;
}
.swiper-slide {
  text-align: center !important;
  font-size: 18px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.swiper-slide img {
  display: block !important;
  width: 70% !important;
}
/* Base styles for pagination bullets */
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid white !important;
  background: black !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  margin: 4px 4px !important;
  transition: background 0.3s;
}
/* Styles for the active pagination bullet */
.swiper-pagination-bullet-active {
  background: white;
  border: 1px solid white;
}
.swiper-button-prev:after, .swiper-button-next:after {
  color: white;
  opacity: 0.8;
  font-size: 2rem !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: white;
  opacity: 0.8;
}
.swiper-button-next, .swiper-button-prev {
  bottom: calc(var(--navbar-height) - 3.5rem) !important;
  top: unset !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  right: 2.5rem !important;
  left: unset !important;
}
/* mobile navigation */
.desktop-hidden {
  display: none;
}
#swiper-mobile {
  height: 30vh;
  display: none;
}
.mobile-nav {
  width: 100%;
  font-size: 2.4rem;
}
.nav-logo-mobile {
  width: 70%;
  white-space: nowrap;
}
.burger-icon-mobile {
  width: 30%;
  text-align: right;
  cursor: pointer;
}
.nav-menu-contant {
  display: none;
}
.nav-menu-contant a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 2.6rem;
  line-height: 3rem;
}
.nav-menu-contant a.active {
  color: #cd7aa8;
}
@media (min-width: 1024px) {
  .nav-links {
    display: flex;
  }
  .mobile-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  #swiper-mobile {
    height: 30vh;
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  .border-left-2 {
    border-left: none;
  }
  .flex-viewport {
    flex-direction: column;
  }
  .image_row {
    padding-left: 1rem;
  }
}
@font-face {
  font-family: "FolioMed W03 Regular";
  src: url("../fonts/folio/cep.eot");
  src: url("../fonts/folio/cep.eot?#iefix") format("embedded-opentype"), url("../fonts/folio/cep.woff2") format("woff2"), url("../fonts/folio/cep.ttf") format("truetype"), url("../fonts/folio/cep.svg#FolioMed W03 Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "FoundersGroteskRegular", Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.02em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-content {
  flex-grow: 1;
  overflow-y: auto;
  min-height: 200vh;
  margin-bottom: 10rem;
}
#content a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed black;
}
div.left-large a {
  text-decoration: none;
  border-bottom: unset !important;
}
#content p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
.button.bubble {
  padding: 0.5rem;
  text-decoration: none;
  color: #000;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid black;
  border-radius: 40px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
