.modal {
  align-items: center;
  background-color: white;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  padding: 0 20px;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 50vw;
  z-index: 100
}
.modal.modal-open > div {
  max-height: 100vh;
  overflow: auto;
}
.modal-open {
  display: flex
}
.overlay-center {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.modal-overlay {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .modal.open {
    display: none
  }
}
.modal .modal-content {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 851px;
  padding: 33px 50px;
  position: relative;
  width: 100%
}
.modal .modal-content .close-modal {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px
}
.modal .modal-content .close-modal img {
  height: 21px;
  width: 21px
}
.modal .modal-content h2 {
  margin-bottom: 16px
}
.modal .modal-content .filter-wrapper,.modal .modal-content p {
  margin-bottom: 40px
}
.modal .modal-content .filter-wrapper .filter-row {
  display: flex;
  margin-bottom: 14px
}
.modal .modal-content .filter-wrapper .filter-row: first-of-type {
  display: none
}
.modal .modal-content .filter-wrapper .filter-row .select-input {
  max-width: 186px
}
.modal .modal-content .filter-wrapper .filter-row input.type-text {
  border: 1px solid #565555;
  flex: 1 1;
  min-height: 100%;
  text-indent: 20px
}
.modal .modal-content .filter-wrapper .filter-row input.type-text.focus-visible {
  border: 1px solid #565555;
  outline: none
}
.modal .modal-content .filter-wrapper .filter-row input.type-text: focus-visible {
  border: 1px solid #565555;
  outline: none
}
.modal .modal-content .filter-wrapper .filter-row: last-child {
  margin-bottom: 0
}
.modal .modal-content .filter-wrapper .filter-row>* {
  margin-right: 14px
}
.modal .modal-content .filter-wrapper .filter-row>: last-child {
  margin-right: 0
}
.modal .modal-content .filter-wrapper .filter-row .remove-icon {
  align-items: center;
  cursor: pointer;
  display: flex
}
.modal .modal-content .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px
}
.modal .modal-content .buttons .reset {
  max-width: 95px
}
.modal .modal-content .buttons .apply-advanced-filter,.modal .modal-content .buttons .apply-advanced-filter svg {
  margin-left: 24px
}
.work-page .main-section .artwork img {
    height: auto;
    width: 100%
}
.work-page .main-section .lightbox .lightbox-content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto
}
.work-page .main-section .lightbox .lightbox-content .image-container {
    max-width: 600px;
    width: 100%
}
.work-page .main-section .lightbox .lightbox-content .image-container img {
    height: auto;
    width: 100%
}
.work-page .main-section {
  box-sizing: border-box;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.work-page .main-section .artwork {
  cursor: pointer;
  margin-bottom: 62px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.work-page .main-section .info-artwork {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1312px;
}
.share-item {
  align-items: center;
  display: flex;
  height: 165px;
}
.work-page .main-section .info-artwork .title {
  text-align: center;
}
.work-page .main-section .info-artwork .title h2 {
  margin-bottom: 16px;
}
.work-page .main-section .info-artwork .item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.share-item {
  align-items: center;
  display: flex;
  height: 165px;
}
.share-item .share-img-hoverable {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  /*max-height: 60px;*/
  max-width: 58px;
  overflow: hidden;
  transition: all .5s ease-in-out;
}
.share-item span, .print.item span {
  margin-right: 13px;
  text-transform: uppercase;
}
.work-page .main-section .description {
  margin: 0 auto 52px;
  max-width: 840px;
}
.work-page .main-section .description .description-field {
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  min-height: 58px;
}
.work-page .main-section .description .description-field.description-text {
  align-items: flex-start;
  border-bottom: 0;
  flex-direction: column;
  height: auto;
  padding-top: 16px;
}
.work-page .main-section .description .section-item-mobile {
  display: none;
}
.author-page .main-section .description .description-field .category {
  white-space: nowrap;
  width: 202px;
}
.work-page .main-section .description .description-field .category {
  margin-right: 68px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 202px;
}
.work-page .main-section .description .description-field .value {
  flex: 1 1;
  padding: 10px 0;
}
.grey-dark {
  color: #333;
}
.weight-400 {
  font-weight: 400;
}
.weight-600 {
  font-weight: 600;
}
.level11 {
  font-size: 14px;
}
@media screen and (min-width: 1716px) {
  .level11 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1716px) {
  .level3 {
    font-size: 36px;
  }
}
.level3 {
  font-size: calc(14.27848px + 1.26582vw);
}
a, button, h1, h2, h3, h4, h5, h6, input, p, ul {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.display, .level1, .level10, .level11, .level12, .level13, .level14, .level15, .level16, .level17, .level18, .level2, .level3, .level30, .level32, .level4, .level5, .level6, .level7, .level8, .level9 {
    font-family: Nunito Sans,sans-serif;
    font-style: normal;
}
