@font-face {
  font-family: Berkeleymonotrial;
  src: url('../fonts/BerkeleyMonoTrial-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pragmatapro;
  src: url('../fonts/Pragmatapro.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers LT Std Condensed;
  src: url('../fonts/UniversLTStd-BoldCn.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers LT Std;
  src: url('../fonts/UniversLTStd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers LT Std Condensed;
  src: url('../fonts/UniversLTStd-Cn.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers LT Std;
  src: url('../fonts/UniversLTStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunica;
  src: url('../fonts/NeueHaasUnicaW1G-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunica;
  src: url('../fonts/NeueHaasUnicaW1G-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunica;
  src: url('../fonts/NeueHaasUnicaW1G-MediumIt.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunica;
  src: url('../fonts/NeueHaasUnicaW1G-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunica;
  src: url('../fonts/NeueHaasUnicaW1G-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunica;
  src: url('../fonts/NeueHaasUnicaW1G-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Hdmicrobic Mono;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.heading.stay-there {
  background-color: #fff;
  border-radius: 0;
  display: block;
}

.heading.smaller {
  text-align: left;
  text-transform: capitalize;
  font-family: Hdmicrobic Mono;
  font-size: 14px;
}

.heading.smaller.mobile-only, .heading.mobile-only {
  display: none;
}

.heading.tab-heading {
  background-color: #fff0;
  font-family: Hdmicrobic Mono;
  font-weight: 300;
}

.heading.tab-heading.mobile-tabs {
  font-family: Hdmicrobic Mono;
  font-weight: 300;
}

.columns {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: black;
  border: 0 solid #000;
  border-radius: 0;
  margin-top: 0;
  position: static;
}

.column {
  border: 1px #000;
  border-style: none solid;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.paragraph {
  color: #000;
  background-color: #fff0;
  border-left: 0 #000;
  margin-bottom: 0;
  padding: 10px;
  font-family: Hdmicrobic Mono;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.paragraph.no-lines {
  font-family: Hdmicrobic Mono;
  font-weight: 300;
}

.paragraph.mobile-only {
  display: none;
}

.grid {
  grid-auto-flow: column;
}

.div-block {
  border: 1px solid #000;
  border-top-width: .25px;
}

.break {
  border-top: 1px solid #000;
}

.break.mobile-only {
  display: none;
}

.column-2 {
  border-top: 0 #000;
  border-bottom: 0 #000;
  border-left: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-wrapper {
  padding: 0;
}

.text-block {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #000;
  text-align: left;
  border-left: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  padding: 10px;
  font-family: Hdmicrobic Mono;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block.r {
  text-align: right;
  font-family: Hdmicrobic Mono;
  font-weight: 300;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50px .65fr .35fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row dense;
  text-decoration: none;
  display: grid;
}

.pagination {
  display: block;
  position: static;
}

.next {
  color: #000;
  text-align: right;
  background-color: #fff0;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.page-count {
  color: #000;
  border: 0 solid #000;
  margin-top: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.previous {
  color: #000;
  background-color: #fafafa00;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.columns-2 {
  z-index: 1000;
  background-color: #fff;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0% 0% auto;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.navbar {
  z-index: 999;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.container {
  margin-left: 0;
  margin-right: 0;
}

.div-block-3 {
  z-index: 10000;
  background-color: #fff;
  display: block;
  position: sticky;
  top: 0;
}

.div-block-3.mobile-header {
  display: none;
}

.columns-3 {
  border-bottom: 1px solid #000;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-4 {
  position: fixed;
}

.div-block-5 {
  z-index: -1;
  border: 1px solid #000;
  position: fixed;
  inset: 0%;
}

.column-5 {
  text-align: right;
}

.columns-4 {
  background-color: #fff;
}

.link-block-2 {
  text-decoration: none;
  display: block;
}

.collection-list-wrapper-2 {
  min-width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.tab-style {
  background-color: #fff;
  border-right: 1px solid #000;
  padding: 0;
}

.tab-style.w--current {
  background-color: #ff0;
  padding: 0;
}

.tab-style.hidden-tab {
  display: none;
}

.tabs-menu {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: sticky;
  top: 0;
}

.columns-5 {
  border-bottom: 0 #000;
  border-right: 0 #000;
}

.column-6 {
  border-right: 0 solid #000;
}

.description {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.description.mobile-only {
  display: none;
}

.description.sticky-description {
  z-index: 999;
  object-fit: contain;
  padding-bottom: 0;
  font-family: Hdmicrobic Mono;
  font-weight: 300;
  text-decoration: none;
  position: static;
  top: 0;
  overflow: visible;
}

.description.erm {
  display: none;
}

.div-block-6 {
  height: 75%;
  font-family: Scotchtextcond;
  overflow: scroll;
}

.rich-text-block {
  color: #000;
  display: none;
}

.link {
  color: #3b31ff;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: none;
}

.link:active {
  color: #dedede;
  background-color: #3b31ff;
}

.column-7, .column-8, .column-9 {
  border-left: 1px solid #000;
}

.image {
  filter: grayscale(0%);
  min-width: 100%;
}

.italic-text {
  color: #000;
  -webkit-text-decoration: line-through wavy;
  text-decoration: line-through wavy;
}

.collection-item, .collection-list {
  min-width: 100%;
}

.pagination-2 {
  justify-content: flex-start;
  align-items: center;
}

.title {
  padding-left: 0;
  padding-right: 10px;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}

.title.copyright {
  color: #7f7f7f;
  text-transform: uppercase;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 10px;
  line-height: 10px;
}

.title.copyright.catalog-version {
  margin-left: 0;
  padding-left: 0;
}

.workl-title {
  color: #000;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.button {
  text-align: left;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

.collection-item-2 {
  box-sizing: content-box;
  width: 100%;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.view-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  padding: 4px 20px 0;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 2px 2px #0003;
}

.view-button:hover {
  color: #fff;
  background-color: #000;
}

.view-button:active {
  background-color: #00000080;
  box-shadow: 0 0 0 2px #0003;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.year {
  letter-spacing: 2px;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 2px 2px 2px 4px;
  font-family: Berkeleymonotrial, Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.quick-stack-2 {
  padding: 0;
}

.medium {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 2px 5px;
  font-family: Berkeleymonotrial, Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.cell-3 {
  flex-flow: row;
}

.catalog-number {
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px 5px;
  font-family: Berkeleymonotrial, Arial, sans-serif;
  font-size: 12px;
  display: none;
  overflow: visible;
}

.image-2 {
  border: 1px solid #7f7f7f;
  align-self: flex-end;
  width: 94%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 2px 2px #0003;
}

.cell-4 {
  border: 1px #000;
  border-left: 1px dashed #7f7f7f;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 0;
}

.rich-text-block-2 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  width: 100%;
  margin-right: 0;
  padding: 0;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
  display: inline-flex;
}

.paragraph-2 {
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Univers LT Std, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-2.cv {
  text-align: left;
  padding-left: 0;
}

.cell-6 {
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 10px;
}

.header-stack {
  background-color: #fff;
  border: 1px solid #000;
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  box-shadow: 2px 2px #0003;
}

.header-stack.mobile-header {
  display: none;
}

.cell-7 {
  padding: 10px;
}

.div-block-7 {
  border: 1px #000;
  border-top-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2px 0 10px;
  padding-right: 0;
  display: flex;
}

.div-block-7.divider {
  border-style: dotted none none;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
}

.div-block-7.divider.bottom-one {
  width: 100%;
  margin: 20px 10px 10px 0;
  padding-left: 0;
}

.div-block-7.cv-block {
  margin-bottom: 3px;
}

.text-block-2 {
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.navbar-buttons {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 5px 20px 1px;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 14px;
  display: inline-flex;
  box-shadow: 2px 2px #0003;
}

.navbar-buttons:hover {
  color: #fff;
  background-color: #000;
}

.navbar-buttons:active {
  background-color: #7f7f7f;
  box-shadow: 0 0 0 2px #0003;
}

.navbar-buttons.w--current {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-top: 5px;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.navbar-buttons.w--current:hover {
  color: #fff;
  background-color: #000;
}

.navbar-buttons.w--current:lang(en) {
  padding-left: 20px;
}

.cell-8, .cell-9, .cell-10, .cell-11 {
  justify-content: center;
  align-items: center;
}

.section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.cell-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-3 {
  align-self: baseline;
  width: 100%;
  margin: 0;
  padding-left: 0;
  box-shadow: 2px 2px #0003;
}

.image-3:hover {
  filter: saturate();
}

.catalog {
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 10px;
}

.next-butoon {
  color: #fff;
  background-color: #e87b00;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 0;
  font-family: Berkeleymonotrial, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 2px 2px #0003;
}

.next-butoon:hover {
  color: #fff;
  background-color: #000;
}

.next-butoon:active {
  background-color: #7f7f7f;
  box-shadow: 0 0 0 2px #0003;
}

.next-2 {
  color: #000;
  background-color: #fff;
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 3px 6px 0;
}

.previous-2 {
  color: #000;
  background-color: #fff;
  width: 50px;
  padding-top: 3px;
  padding-bottom: 6px;
  padding-left: 3px;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-4 {
  border: 1px solid #7f7f7f;
  width: 100%;
  max-width: none;
  display: block;
  overflow: clip;
  box-shadow: 2px 2px #0003;
}

.div-block-8 {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.link-2 {
  color: #000;
  padding-left: 0;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.text-block-3 {
  color: #000;
  padding-left: 5px;
  padding-right: 0;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cell-13, .div-block-9 {
  padding-left: 0;
}

.div-block-10 {
  align-self: flex-start;
  margin-bottom: 0;
  display: inline-flex;
}

.works-title {
  color: #000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.works-title.copyright {
  color: #7f7f7f;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 10px;
  font-size: 10px;
}

.works-title.copyright.catalog-version {
  margin-left: 10px;
}

.body-stack {
  background-color: #fff;
  border: 1px solid #000;
  max-width: 800px;
  margin: 20px auto 0;
  padding-bottom: 0;
  box-shadow: 2px 2px #0003;
}

.div-block-11 {
  width: 100%;
}

.form {
  padding-left: 0;
}

.field-label {
  margin-top: 5px;
  font-family: Neuehaasunica, Arial, sans-serif;
  font-weight: 400;
}

.text-submit {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding: 4px 20px 0;
  font-family: Univers LT Std, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 2px 2px #0003;
}

.text-submit:hover {
  color: #fff;
  background-color: #000;
}

.text-submit:active {
  background-color: #7f7f7f;
  box-shadow: 0 0 0 2px #0003;
}

.text-submit:disabled {
  box-shadow: none;
  color: #cecece;
  background-color: #7f7f7f;
}

.textarea, .text-field, .text-field-2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Berkeleymonotrial, Arial, sans-serif;
  font-size: 12px;
}

.success-message {
  border: 1px solid #000;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Berkeleymonotrial, Arial, sans-serif;
}

.text-block-4 {
  font-size: 12px;
}

.text-block-5 {
  color: #fff;
  font-family: Berkeleymonotrial, Arial, sans-serif;
  font-size: 12px;
}

.error-message {
  background-color: #ff8700;
}

.divider-cat {
  border: 1px #000;
  border-top-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
  display: flex;
}

.divider-cat.divider {
  border-style: dotted none none;
  margin-bottom: 0;
}

.divider-cat.divider.bottom-one {
  width: 97.5%;
  margin: 20px 0 10px 10px;
  padding-left: 0;
}

.mobile-view-button {
  background-color: #407060;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  padding: 4px 20px 0;
  font-family: Univers LT Std, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: none;
  box-shadow: 2px 2px #0003;
}

.mobile-view-button:hover {
  background-color: #000;
}

.mobile-view-button:active {
  box-shadow: 0 0 0 2px #0003;
}

.cell-14 {
  justify-content: flex-start;
  align-items: flex-start;
}

.collection-list-wrapper-4 {
  display: none;
}

.body-2, .body-3, .body-4 {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-5 {
  background-color: #eee;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rich-text-block-3 {
  flex-flow: row;
  padding-top: 10px;
  padding-left: 10px;
  font-family: Neuehaasunica, Arial, sans-serif;
  display: flex;
}

.flex-block-6 {
  flex-flow: column;
  font-family: Univers LT Std, Arial, sans-serif;
}

.body-6 {
  background-color: #eee;
}

.text {
  color: #3b31ff;
  font-smooth: never;
  font-family: Pragmatapro, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.container-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-7 {
  background-color: #dedede;
}

.image-lw {
  image-rendering: pixelated;
  border: 2px solid #3b31ff;
  margin-top: 8px;
  margin-left: 4px;
}

.work-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 18px;
}

.work-list {
  margin-left: 205px;
}

.div-block-12 {
  margin-top: 10px;
}

.div-block-13 {
  position: fixed;
}

.grid-2 {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  flex-flow: wrap;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  column-gap: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.recaptcha {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .heading {
    border-right: 1px solid #000;
  }

  .heading.stay-there {
    border-left: 1px solid #000;
    border-right-style: none;
  }

  .heading.tab-heading {
    border-right-style: none;
  }

  .column {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
  }

  .paragraph {
    flex-flow: row;
    display: block;
    position: static;
  }

  .break {
    display: block;
  }

  .column-2 {
    border-bottom-style: none;
    border-left-style: none;
  }

  .text-block {
    text-align: left;
    border-right: 1px #000;
    border-radius: 1px;
    position: static;
  }

  .text-block.r {
    border-left-style: none;
    border-right-style: none;
  }

  .text-block.middle-column {
    border-right-style: solid;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 50px .6fr .4fr;
    place-content: stretch;
    place-items: center stretch;
  }

  .div-block-5 {
    border-left-style: solid;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .collection-list-wrapper-2 {
    border-left: 1px solid #000;
  }

  .tab-style.hidden-tab {
    display: none;
  }

  .tabs-menu {
    border-left: 1px solid #000;
  }

  .column-6 {
    padding-right: 100px;
  }

  .body {
    overflow: visible;
  }

  .title.copyright {
    padding-top: 0;
    padding-left: 0;
    line-height: 10px;
  }

  .view-button {
    display: block;
  }

  .year, .medium {
    margin-bottom: 0;
  }

  .catalog-number {
    margin-bottom: 10px;
  }

  .cell-5 {
    padding-right: 10px;
  }

  .paragraph-2 {
    text-align: justify;
  }

  .header-stack {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7.divider {
    width: 100%;
  }

  .collection-item-3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .div-block-8 {
    margin-bottom: 0;
  }

  .div-block-8.art-page {
    padding-bottom: 10px;
  }

  .cell-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .div-block-10 {
    margin-bottom: 0;
    display: block;
  }

  .body-stack {
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-view-button {
    display: none;
  }

  .body-2 {
    flex-flow: column;
    justify-content: flex-start;
    min-width: 100%;
    display: block;
  }

  .collection-list-wrapper-5 {
    display: block;
  }

  .rich-text-block-3 {
    padding-top: 0;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-lw {
    width: 323px;
    margin-left: 13px;
  }

  .work-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: -15px;
    padding-left: 0;
  }

  .work-list {
    margin-left: 0;
  }

  .div-block-13 {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    border-left: 1px solid #000;
  }

  .heading.stay-there {
    border-right-style: solid;
  }

  .heading.stay-there.mobile-hide {
    display: none;
  }

  .heading.smaller.mobile-only, .heading.mobile-only {
    display: block;
  }

  .heading.tab-heading {
    border-left-style: none;
    border-right-style: none;
  }

  .column {
    display: none;
    position: relative;
  }

  .paragraph.mobile-only {
    font-size: 14px;
    display: block;
  }

  .break.mobile-only {
    display: block;
  }

  .break.desktop-only {
    display: none;
  }

  .div-block-3 {
    display: block;
    position: relative;
  }

  .div-block-3.mobile-header {
    display: block;
  }

  .tabs-menu {
    border-right: 1px solid #000;
    position: relative;
  }

  .columns-5 {
    display: flex;
  }

  .description {
    padding: 10px;
  }

  .description.mobile-only {
    padding-bottom: 0;
    font-family: Hdmicrobic Mono;
    font-weight: 300;
    display: block;
  }

  .title {
    padding-left: 0;
  }

  .title.copyright {
    padding-left: 0;
    line-height: 10px;
  }

  .title.copyright.catalog-version {
    padding-left: 0;
  }

  .workl-title {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding: 0 10px 0 1px;
  }

  .view-button {
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
  }

  .year, .medium {
    margin-bottom: 0;
  }

  .cell-4 {
    justify-content: center;
    align-items: flex-end;
  }

  .quick-stack-3 {
    grid-row-gap: 0px;
  }

  .paragraph-2 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-6 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-stack.mobile-header {
    display: none;
  }

  .div-block-7 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7.divider.bottom-one {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-7.divider.mobi-div {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-3 {
    width: 100%;
    margin: 0;
  }

  .image-3:hover {
    filter: none;
  }

  .catalog {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-butoon {
    color: #000;
    background-color: #fff;
    width: 50px;
    padding-bottom: 4px;
    padding-right: 3px;
  }

  .collection-item-3 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .div-block-8 {
    margin-bottom: 10px;
  }

  .div-block-8.art-page {
    padding-bottom: 0;
  }

  .div-block-9 {
    width: auto;
    padding-left: 0;
  }

  .body-stack {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    padding-left: 0;
  }

  .flex-block {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-right: 10px;
  }

  .flex-block-2 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }

  .flex-block-3 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding-right: 10px;
  }

  .mobile-view-button {
    color: #000;
    background-color: #fff;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Neuehaasunica, Arial, sans-serif;
    display: inline-flex;
  }

  .mobile-view-button:hover {
    color: #fff;
  }

  .mobile-view-button:active {
    background-color: #7f7f7f;
  }

  .collection-list-wrapper-3 {
    display: none;
  }

  .collection-list-wrapper-4 {
    margin-top: 0;
    display: block;
  }

  .flex-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    place-content: stretch space-between;
    align-items: stretch;
    padding-bottom: 10px;
    display: flex;
  }

  .icon {
    margin-left: 2px;
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 5px;
  }

  .collection-list-wrapper-5 {
    display: none;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .work-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .collection-list-2 {
    column-count: 1;
  }

  .collection-list-3 {
    margin-top: 10px;
  }

  .container-3 {
    flex-flow: row;
    flex: 1;
    place-content: center space-between;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-4 {
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .heading.tab-heading {
    border-bottom: 1px solid #000;
    border-radius: 1px;
  }

  .heading.tab-heading.mobile-tabs {
    border-bottom: 1px solid #000;
  }

  .heading.tab-heading.bottom {
    border-bottom-style: none;
  }

  .text-block {
    border-right: 1px #000;
    border-radius: 1px;
  }

  .text-block.r {
    vertical-align: baseline;
    border-left-style: solid;
  }

  .text-block.middle-column {
    border-bottom: 1px solid #000;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-style {
    border-bottom: 1px #000;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: solid;
    border-right-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .description.mobile-only {
    padding-bottom: 0;
    font-family: Hdmicrobic Mono;
  }

  .title.copyright {
    line-height: 10px;
  }

  .workl-title {
    white-space: normal;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .year, .medium {
    margin-bottom: 0;
  }

  .catalog-number {
    margin-bottom: 10px;
  }

  .paragraph-2 {
    text-align: justify;
    padding-right: 0;
  }

  .cell-6 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-stack.mobile-header {
    padding-bottom: 10px;
    display: block;
  }

  .div-block-7.divider.mobi-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    line-height: 20px;
    display: flex;
  }

  .navbar-buttons {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-3 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-3:hover {
    filter: none;
  }

  .catalog {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .body-stack {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divider-cat {
    width: 94%;
  }

  .collection-list-wrapper-4 {
    margin-top: 10px;
  }

  .flex-block-4 {
    flex-flow: column;
    place-content: stretch space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .flex-block-5 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-3 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .body-4 {
    margin-bottom: 0;
  }

  .rich-text-block-3 {
    padding-left: 0;
  }

  .body-6 {
    background-color: #ececec;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .collection-list-3 {
    margin-top: 0;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-4 {
    align-self: auto;
    margin-left: 0;
  }
}

#w-node-af6d8989-bd22-c2db-d46d-85d8247a1b9b-987287e3 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-af6d8989-bd22-c2db-d46d-85d8247a1b9c-987287e3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ed4d7f5d-95cb-e940-9237-2919ee06fbd5-987287e3 {
  place-self: baseline;
}

#w-node-_09f47e47-c44b-572a-08ef-939572917561-72917561 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_09f47e47-c44b-572a-08ef-939572917562-72917561 {
  grid-column: span 4 / span 4;
}

#w-node-_45fa27e0-35dc-2ddc-a98c-fb57c129cfb8-f8c684c7 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c36f659b-123b-58ac-3e2e-d984cc14e4ab-f8c684c7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c665f4ca-f173-7546-5108-dd183c0c35f7-f8c684c7 {
  grid-template-rows: minmax(51px, 1fr) auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-c665f4ca-f173-7546-5108-dd183c0c35f8-f8c684c7 {
  grid-row: span 2 / span 2;
}

#w-node-_2fc2d91c-8ef9-275e-769a-ab14d2a8af56-f8c684c7 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-de8c1e68-2ebc-e3de-eccf-33e863001173-f8c684c7 {
  grid-row: span 2 / span 2;
}

#w-node-_00d33634-6395-e128-cf53-bbb5c6a345f6-f8c684c7 {
  grid-column: span 2 / span 2;
}

#w-node-dd8fb69d-5cca-1377-2830-357b53097a41-5e640dba {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-dd8fb69d-5cca-1377-2830-357b53097a42-5e640dba {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-dd8fb69d-5cca-1377-2830-357b53097a5c-5e640dba {
  grid-template-rows: minmax(51px, 1fr) auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-dd8fb69d-5cca-1377-2830-357b53097a5d-5e640dba {
  grid-row: span 2 / span 2;
}

#w-node-dd8fb69d-5cca-1377-2830-357b53097a5f-5e640dba {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

#w-node-dd8fb69d-5cca-1377-2830-357b53097a6c-5e640dba {
  grid-row: span 2 / span 2;
}

#w-node-dd8fb69d-5cca-1377-2830-357b53097a6e-5e640dba {
  grid-column: span 2 / span 2;
}

#w-node-_54869a51-b0b7-adf0-d422-acd47bd3d623-5c2fa7be {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_54869a51-b0b7-adf0-d422-acd47bd3d624-5c2fa7be {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fb79bcda-b92e-ce09-87c6-5ece17651b58-94fd261f {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-fb79bcda-b92e-ce09-87c6-5ece17651b59-94fd261f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4cdd6d3b-0fb7-0fd3-6c99-7eeacda64dcf-96258c36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_2fc2d91c-8ef9-275e-769a-ab14d2a8af56-f8c684c7 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2fc2d91c-8ef9-275e-769a-ab14d2a8af56-f8c684c7 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-dd8fb69d-5cca-1377-2830-357b53097a5c-5e640dba {
    grid-template-rows: minmax(51px, 1fr) auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd8fb69d-5cca-1377-2830-357b53097a5d-5e640dba, #w-node-dd8fb69d-5cca-1377-2830-357b53097a6c-5e640dba {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4cdd6d3b-0fb7-0fd3-6c99-7eeacda64dcf-96258c36 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9668c393-e0fd-08b3-514c-512a2344c6f4-96258c36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ccad4e9-ba90-8c2b-9fe8-77d81ce32af3-96258c36 {
    order: 9999;
    grid-area: 2 / 2 / 3 / 4;
    place-self: auto;
  }

  #w-node-_09f47e47-c44b-572a-08ef-939572917561-72917561 {
    display: none;
  }

  #w-node-_09f47e47-c44b-572a-08ef-939572917562-72917561 {
    grid-row: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Berkeleymonotrial';
  src: url('../fonts/BerkeleyMonoTrial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatapro';
  src: url('../fonts/Pragmatapro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/UniversLTStd-BoldCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std';
  src: url('../fonts/UniversLTStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/UniversLTStd-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std';
  src: url('../fonts/UniversLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('../fonts/NeueHaasUnicaW1G-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('../fonts/NeueHaasUnicaW1G-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('../fonts/NeueHaasUnicaW1G-MediumIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('../fonts/NeueHaasUnicaW1G-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('../fonts/NeueHaasUnicaW1G-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('../fonts/NeueHaasUnicaW1G-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}