@charset "UTF-8";
@font-face {
  font-family: "Agipo";
  src: url("../src/fonts/agipo_bold-webfont.woff2") format("woff2"), url("../src/fonts/agipo_bold-webfont.woff") format("woff"), url("../src/fonts/agipo_bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agipo";
  src: url("../src/fonts/agipo_bold_italic.woff2") format("woff2"), url("../src/fonts/agipo_bold_italic.woff") format("woff"), url("../src/fonts/agipo_bold_italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../src/fonts/Arial-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* RESET */
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: "Agipo", sans-serif;
  font-size: 1vw;
  line-height: 1.2vw;
  color: #7e9196;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

#scrollparam {
  width: 1px;
  height: 100000px;
  background-color: white;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}

header {
  position: fixed;
  top: 0.9vw;
  left: 1.3vw;
  z-index: 10;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  gap: 1.3vw;
  font-size: 1.7vw;
  line-height: 1.9vw;
}
header h1 {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}
header h1[lang=he] {
  font-weight: bold;
}
header .dot {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}
header .dot.hidden {
  display: none;
}
header nav.hidden {
  display: none;
}
header ul {
  list-style: none;
}
header li {
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
header li.current {
  position: relative;
}
header li.current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 97%;
  width: 100%;
  height: 2px;
  background-color: #7e9196;
}
header li:hover {
  opacity: 0.7;
}
header li[lang=he] {
  font-weight: bold;
}
header a {
  display: block;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

#lang-selector {
  position: fixed;
  top: 1.3vw;
  right: 1.3vw;
  z-index: 10;
}
#lang-selector ul {
  list-style: none;
  display: flex;
}
#lang-selector li {
  display: inline-block;
  padding: 0 0.65vw 0.1vw 0.65vw;
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1.2vw;
  position: relative;
}
#lang-selector li:first-child {
  border-right: 2px solid #7e9196;
}
#lang-selector li:last-child {
  border-left: 2px solid #7e9196;
}
#lang-selector li:hover a {
  opacity: 0.7;
}
#lang-selector li[lang=he] {
  font-weight: bold;
}
#lang-selector a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
#lang-selector.hidden {
  display: none;
}

[lang=he] {
  font-family: "Arial", Arial, Helvetica, sans-serif !important;
}

main {
  position: fixed;
  top: 15vw;
  left: 1.3vw;
  right: 1.3vw;
  width: calc(100% - 2.6vw);
  height: calc(100vh - 15vw);
  padding-bottom: 1.3vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.3vw;
  grid-template-areas: "cross" "main";
  z-index: 5;
}
main.hidden {
  display: none;
}
main .cross {
  grid-area: cross;
  justify-self: end;
  width: 1.1vw;
  height: 1.1vw;
  cursor: pointer;
}
main .cross:hover {
  opacity: 0.7;
}
main .cross path {
  fill: #7e9196;
}

.wrapper {
  grid-area: main;
  justify-self: stretch;
  align-self: start;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wrapper::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.panel.hidden {
  display: none !important;
}

#section-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 1.3vw;
}
#section-news .left-col,
#section-news .right-col {
  width: 100%;
}
#section-news .left-col.hidden,
#section-news .right-col.hidden {
  display: none;
}
#section-news .left-col section.article:first-of-type,
#section-news .right-col section.article:first-of-type {
  border-top: 0;
}
#section-news .left-col section.article:last-of-type,
#section-news .right-col section.article:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
#section-news .uni-col.hidden {
  display: none;
}
#section-news section.article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0.9vw;
  padding: 0.7vw 1.3vw 1.3vw 1.3vw;
  border: 2px solid #7e9196;
  margin-bottom: 1.3vw;
  background-color: white;
}
#section-news section.article h3 {
  grid-column: 1/-1;
  grid-row: 1/2;
  position: relative;
  font-weight: normal;
  font-size: 1.7vw;
  line-height: 1.9vw;
  padding-bottom: 0.9vw;
}
#section-news section.article h3::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 0.2vw dotted #7e9196;
}
#section-news section.article h4 {
  font-size: 1vw;
  line-height: 1.2vw;
  font-weight: normal;
  margin-bottom: 1.2vw;
}
#section-news section.article em {
  font-style: italic;
}
#section-news section.article a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}
#section-news section.article .article-link {
  max-width: 100%;
  margin-top: 1.2vw;
}
#section-news section.article .article-link::before {
  content: "→";
  padding-right: 0.5em;
}
#section-news section.article .article-link::after {
  content: "";
  display: inline-block;
  padding: 0;
}
#section-news section.article .article-link:hover {
  opacity: 0.7;
}
#section-news section.article .article-link a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#section-news section.article .article_text {
  grid-column: 1/3;
  grid-row: 2/3;
}
#section-news section.article .article_img {
  grid-column: 3/-1;
  grid-row: 2/3;
}
#section-news section.article figure {
  margin-top: 0.6vw;
  width: 100%;
  height: auto;
  align-self: start;
  background: #6a827e;
}
#section-news section.article figure img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
  filter: grayscale(100%) contrast(80%);
}

#section-news[lang=he] section.article {
  font-family: "Arial", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}
#section-news[lang=he] section.article h3 {
  text-align: right;
}
#section-news[lang=he] section.article h4 {
  text-align: right;
}
#section-news[lang=he] section.article p {
  text-align: right;
}
#section-news[lang=he] section.article .article-link {
  text-align: right;
}
#section-news[lang=he] section.article .article-link::before {
  content: "";
  padding: 0;
}
#section-news[lang=he] section.article .article-link::after {
  content: "←";
  display: inline-block;
  padding-left: 0.5em;
}
#section-news[lang=he] section.article .article_text {
  grid-column: 2/-1;
  grid-row: 2/3;
}
#section-news[lang=he] section.article .article_img {
  grid-column: 1/2;
  grid-row: 2/3;
}

#section-bio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1.3vw;
  width: 100%;
  height: 100%;
}
#section-bio #section-bio_img {
  grid-column: 1/2;
  height: 100%;
}
#section-bio #section-bio_texts {
  grid-column-start: span 2;
  height: 100%;
}

#section-bio_img {
  position: relative;
  border: 2px solid #7e9196;
  background: #6a827e;
}
#section-bio_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
  filter: grayscale(100%) contrast(80%);
}
#section-bio_img figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.6666666667vw;
  line-height: 0.8vw;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(-180deg);
  padding: 0.5em 0.1em 0.8em 0.5em;
  background-color: white;
}

#section-bio_texts {
  border: 2px solid #7e9196;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 1.2vw 1.3vw 1.3vw 1.3vw;
  background-color: white;
}
#section-bio_texts::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
#section-bio_texts section {
  margin-bottom: 1.3vw;
}
#section-bio_texts section:last-of-type {
  margin-bottom: 0;
}
#section-bio_texts h3 {
  position: relative;
  font-style: italic;
  font-weight: normal;
  font-size: 1.7vw;
  line-height: 2.85vw;
  padding-bottom: 0.4vw;
}
#section-bio_texts h3::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 0.2vw dotted #7e9196;
}
#section-bio_texts p {
  padding-right: 40%;
  padding-left: 0;
  margin-bottom: 1em;
}
#section-bio_texts ol {
  list-style-position: inside;
}
#section-bio_texts ul {
  margin-top: 1.3vw;
  list-style: none;
}
#section-bio_texts a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}

#section-bio_texts[lang=he] {
  font-family: "Arial", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}
#section-bio_texts[lang=he] h3 {
  text-align: right;
}
#section-bio_texts[lang=he] p {
  text-align: right;
  padding-right: 0;
  padding-left: 40%;
}
#section-bio_texts[lang=he] ul li {
  flex-direction: row-reverse;
}
#section-bio_texts[lang=he] ul span.date {
  order: 1;
}
#section-bio_texts[lang=he] ul span.date::before {
  content: "–";
  display: inline-block;
  width: auto;
  padding-left: 0.5em;
}
#section-bio_texts[lang=he] ul span.date::after {
  content: "";
  display: inline-block;
  width: 0;
}

#section-gallery {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1.3vw;
}

.gallery_col {
  width: 100%;
}

.gallery_img {
  position: relative;
  width: 100%;
  height: auto;
  border: 2px solid #7e9196;
  margin-bottom: 1.3vw;
  background: #6a827e;
  cursor: pointer;
}
.gallery_img:first-of-type {
  border-top: 0;
}
.gallery_img:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.gallery_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
  filter: grayscale(100%) contrast(80%);
}
.gallery_img figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.6666666667vw;
  line-height: 0.8vw;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(-180deg);
  padding: 0.5em 0.1em 0.8em 0.5em;
  background-color: white;
  opacity: 0;
}
.gallery_img:hover img {
  mix-blend-mode: normal;
  filter: grayscale(0%) contrast(100%);
}
.gallery_img:hover figcaption {
  opacity: 1;
}

#section-texts-interviews section.textbloc {
  margin-bottom: 1.3vw;
  padding: 0.7vw 1.3vw 1.3vw 1.3vw;
  border: 2px solid #7e9196;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0.8666666667vw;
  align-items: start;
  background-color: white;
}
#section-texts-interviews section.textbloc:first-of-type {
  border-top: 0;
}
#section-texts-interviews section.textbloc:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
#section-texts-interviews section.textbloc h3 {
  grid-column: 1/-1;
  grid-row: 1/2;
  position: relative;
  font-style: italic;
  font-weight: normal;
  font-size: 1.7vw;
  line-height: 2.85vw;
  padding-bottom: 0.4vw;
}
#section-texts-interviews section.textbloc h3::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 0.2vw dotted #7e9196;
}
#section-texts-interviews section.textbloc .infos {
  grid-column: 1/4;
  grid-row: 2/3;
  justify-self: start;
}
#section-texts-interviews section.textbloc .abstract {
  grid-column: 4/8;
  grid-row: 2/3;
  justify-self: stretch;
}
#section-texts-interviews section.textbloc .abstract a {
  color: inherit;
}
#section-texts-interviews section.textbloc .fileinfo {
  grid-column: 8/11;
  grid-row: 2/3;
  justify-self: center;
}
#section-texts-interviews section.textbloc .filedl {
  grid-column: 11/-1;
  grid-row: 2/3;
  justify-self: end;
}
#section-texts-interviews section.textbloc .filedl:hover {
  opacity: 0.7;
}
#section-texts-interviews section.textbloc .filedl a {
  color: #7e9196;
  text-decoration: underline;
}

#section-texts-interviews[lang=he] {
  font-family: "Arial", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}
#section-texts-interviews[lang=he] section.textbloc h3 {
  text-align: right;
}
#section-texts-interviews[lang=he] section.textbloc .infos {
  grid-column: 10/-1;
  text-align: right;
  justify-self: end;
}
#section-texts-interviews[lang=he] section.textbloc .abstract {
  grid-column: 6/10;
  grid-row: 2/3;
  text-align: right;
  justify-self: stretch;
}
#section-texts-interviews[lang=he] section.textbloc .abstract a {
  color: inherit;
}
#section-texts-interviews[lang=he] section.textbloc .fileinfo {
  grid-column: 3/6;
  grid-row: 2/3;
  justify-self: center;
}
#section-texts-interviews[lang=he] section.textbloc .filedl {
  grid-column: 1/3;
  grid-row: 2/3;
  justify-self: start;
}

.line {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
}
.line.top {
  border-top: 2px solid #7e9196;
  top: 0;
}
.line.bottom {
  border-bottom: 2px solid #7e9196;
  bottom: 0;
}

#big-viewer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  z-index: 20;
}
#big-viewer.hidden {
  display: none;
}
#big-viewer #big-viewer_out {
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
#big-viewer figure {
  grid-column: 1/-1;
  grid-row: 1/-1;
  max-height: calc(100vh - 2.6vw);
  max-width: calc(100vw - 2.6vw);
  box-sizing: content-box;
  border: 2px solid #7e9196;
  justify-self: center;
  align-self: center;
  position: relative;
}
#big-viewer figure img {
  display: block;
  max-height: calc(100vh - 2.6vw);
  max-width: calc(100vw - 2.6vw);
  -o-object-fit: contain;
     object-fit: contain;
}
#big-viewer figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  font-size: 0.6666666667vw;
  line-height: 0.8vw;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(-180deg);
  padding: 0.5em 0.1em 0.8em 0.5em;
  background-color: white;
}
#big-viewer figure figcaption.hidden {
  display: none;
}

#interactive-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
#interactive-bg .wrapper-bg {
  position: relative;
  width: 300vw;
  height: 477vw;
  transform: translate(-90vw, 20vw);
}
#interactive-bg #bgplaceholder {
  width: 100%;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.bg-block {
  position: absolute;
  width: 40vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.bg-block_svg {
  width: 100%;
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.bg-block_svg path {
  opacity: 0;
  transition: opacity 170ms ease-in-out;
  fill: #7e9196;
  cursor: pointer;
}
.bg-block_svg image {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bg-block_svg image.photo {
  opacity: 1;
  transition: opacity 170ms ease-in-out;
}
.bg-block_svg image.shape {
  opacity: 0;
  transition: opacity 170ms ease-in-out;
}

.bg-block_txt {
  grid-column: 1/-1;
  grid-row: 1/-1;
  justify-self: center;
  align-self: center;
  max-width: 100%;
  max-height: 100%;
  font-size: 1vw;
  line-height: 1.2vw;
  text-align: center;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
}
.bg-block_txt .piece {
  font-style: italic;
}

.bg-block.mouseover .bg-block_svg image {
  transition: opacity 170ms ease-in-out;
}
.bg-block.mouseover .bg-block_svg image.photo {
  opacity: 0;
}
.bg-block.mouseover .bg-block_svg image.shape {
  opacity: 1;
}
.bg-block.mouseover .bg-block_txt {
  opacity: 1;
  transition: opacity 170ms ease-in-out;
}

@media screen and (max-width: 650px) and (orientation: portrait) {
  body {
    font-size: 4.6vw;
    line-height: 5.2vw;
  }
  header {
    position: fixed;
    top: 3vw;
    left: 3vw;
    right: 3vw;
    z-index: 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 3vw;
    font-size: 10vw;
    line-height: 9vw;
  }
  header h1,
header .dot {
    text-align: center;
  }
  header ul {
    width: 100%;
  }
  header li {
    text-align: center;
    margin: 0 auto 1vw auto;
  }
  header li.current {
    position: relative;
  }
  header li.current::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 100%;
    height: 3px;
    background-color: #7e9196;
  }
  #lang-selector {
    position: fixed;
    top: initial;
    bottom: 3vw;
    right: 50%;
    transform: translateX(50%);
    z-index: 4;
  }
  #lang-selector li {
    display: inline-block;
    padding: 0 2vw;
    font-size: 4.6vw;
    line-height: 5.2vw;
  }
  #lang-selector li:first-child {
    border-right: 2px solid #7e9196;
  }
  #lang-selector li:last-child {
    border-left: 2px solid #7e9196;
  }
  main {
    position: fixed;
    top: 6.5vw;
    left: 3vw;
    right: 3vw;
    bottom: 0;
    width: calc(100% - 6vw);
    height: calc(100vh - 9.5vw);
    padding-bottom: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 3vw;
    grid-template-areas: "cross" "main";
    z-index: 5;
  }
  main .cross {
    grid-area: cross;
    justify-self: end;
    width: 5.5vw;
    height: 5.5vw;
  }
  .wrapper {
    grid-area: main;
    width: 100%;
    min-height: 0;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-top: 2px solid #7e9196;
    border-bottom: 2px solid #7e9196;
  }
  #section-news {
    display: block;
  }
  #section-news section.article {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: auto;
    gap: 3vw;
    padding: 2.4vw 3vw 3vw 3vw;
    border: 2px solid #7e9196;
    margin-bottom: 3vw;
    background-color: white;
  }
  #section-news section.article:first-child {
    border-top: none;
  }
  #section-news section.article:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #section-news section.article h3 {
    grid-column: 1/-1;
    grid-row: 1/2;
    font-size: 7vw;
    line-height: 7vw;
    padding-bottom: 5vw;
  }
  #section-news section.article h3::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 0.8vw dotted #7e9196;
  }
  #section-news section.article h4 {
    font-size: 4.6vw;
    line-height: 5.2vw;
    font-weight: normal;
    margin-bottom: 5.2vw;
  }
  #section-news section.article .article-link {
    max-width: 100%;
    margin-top: 5.2vw;
  }
  #section-news section.article .article-link::before {
    content: "→";
    padding-right: 0.5em;
  }
  #section-news section.article .article-link::after {
    content: "";
    display: inline-block;
    padding: 0;
  }
  #section-news section.article .article-link a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }
  #section-news section.article .article_text {
    grid-column: 1/-1;
    grid-row: 2/3;
    margin-top: 2vw;
  }
  #section-news section.article .article_img {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  #section-news section.article figure {
    width: 100%;
    height: auto;
    align-self: start;
    background: #6a827e;
  }
  #section-news section.article figure img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    mix-blend-mode: screen;
    filter: grayscale(100%) contrast(80%);
  }
  #section-news[lang=he] section.article .article_text {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  #section-news[lang=he] section.article .article_img {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #section-bio {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  #section-bio #section-bio_img {
    width: 100%;
    height: auto;
    margin-bottom: 3vw;
  }
  #section-bio #section-bio_texts {
    width: 100%;
    height: auto;
    padding-bottom: 3vw;
  }
  #section-bio #section-bio_texts p {
    padding-right: 0;
  }
  #section-bio #section-bio_texts ul li {
    margin-bottom: 5.2vw;
  }
  #section-bio_img {
    position: relative;
    border: 2px solid #7e9196;
    border-top: none;
    background: #6a827e;
  }
  #section-bio_img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    mix-blend-mode: screen;
    filter: grayscale(100%) contrast(80%);
  }
  #section-bio_img figcaption {
    position: absolute;
    bottom: 0;
    right: 1px;
    font-size: 3vw;
    line-height: 2.5vw;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    transform: rotate(-180deg);
    padding: 0.1em 0.2em 0.4em 0.2em;
    background-color: white;
  }
  #section-bio_texts {
    border: 2px solid #7e9196;
    padding: 3vw 3vw 0 3vw;
    border-bottom: 0;
  }
  #section-bio_texts section {
    margin-bottom: 3vw;
  }
  #section-bio_texts section:first-of-type {
    padding-right: 3vw;
  }
  #section-bio_texts section:last-of-type {
    margin-bottom: 0;
  }
  #section-bio_texts h3 {
    font-size: 7vw;
    line-height: 7vw;
    padding-top: 3vw;
    margin-top: 5vw;
  }
  #section-bio_texts h3::before {
    top: 0;
    border-bottom: 0.8vw dotted #7e9196;
  }
  #section-bio_texts ul {
    margin-top: 3vw;
  }
  #section-bio_texts ul li {
    display: block;
  }
  #section-bio_texts ul span.date::after {
    content: "–";
    padding: 0 0.5em;
  }
  #section-bio_texts ul span.content {
    order: 2;
  }
  #section-bio_texts[lang=he] section:first-of-type {
    padding-right: 0;
    padding-left: 49%;
  }
  #section-bio_texts[lang=he] h3 {
    direction: rtl;
  }
  #section-bio_texts[lang=he] p {
    direction: rtl;
  }
  #section-bio_texts[lang=he] ul li {
    flex-direction: row-reverse;
  }
  #section-bio_texts[lang=he] ul span.date {
    order: 1;
  }
  #section-bio_texts[lang=he] ul span.date::before {
    content: "–";
    display: inline-block;
    width: auto;
    padding-left: 0.5em;
  }
  #section-bio_texts[lang=he] ul span.date::after {
    content: "";
    display: inline-block;
    width: 0;
  }
  #section-gallery {
    width: 100%;
    height: 100%;
    display: block;
  }
  .gallery_col {
    width: 100%;
  }
  .gallery_img {
    border: 2px solid #7e9196;
    margin-bottom: 3vw;
    cursor: pointer;
  }
  .gallery_img:first-of-type {
    border-top: 2px solid #7e9196;
  }
  .gallery_img:last-of-type {
    border-bottom: 2px solid #7e9196;
    margin-bottom: 3vw;
  }
  .gallery_img img {
    mix-blend-mode: normal;
    filter: grayscale(0%) contrast(100%);
  }
  .gallery_img figcaption {
    font-size: 3.0666666667vw;
    line-height: 3.4666666667vw;
    opacity: 1;
  }
  #gallery_col1 .gallery_img:first-of-type {
    border-top: 0;
  }
  #gallery_col4 .gallery_img:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
  #section-texts-interviews section.textbloc {
    margin-bottom: 3vw;
    padding: 2.4vw 3vw 3vw 3vw;
    border: 2px solid #7e9196;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 6vw;
    align-items: start;
    background-color: white;
  }
  #section-texts-interviews section.textbloc:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
  }
  #section-texts-interviews section.textbloc h3 {
    grid-column: 1/-1;
    grid-row: 1/2;
    position: relative;
    font-size: 7vw;
    line-height: 7vw;
    padding-bottom: 6vw;
  }
  #section-texts-interviews section.textbloc h3::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 0.8vw dotted #7e9196;
  }
  #section-texts-interviews section.textbloc .infos {
    grid-column: 1/-1;
    grid-row: 2/3;
    justify-self: start;
  }
  #section-texts-interviews section.textbloc .abstract {
    grid-column: 1/-1;
    grid-row: 3/4;
    justify-self: stretch;
  }
  #section-texts-interviews section.textbloc .fileinfo {
    grid-column: 1/2;
    grid-row: 4/5;
    justify-self: start;
  }
  #section-texts-interviews section.textbloc .filedl {
    grid-column: 2/-1;
    grid-row: 4/5;
    justify-self: end;
  }
  #section-texts-interviews[lang=he] {
    font-family: "Arial";
  }
  #section-texts-interviews[lang=he] section.textbloc h3 {
    text-align: right;
    grid-column: 1/-1;
    grid-row: 1/2;
  }
  #section-texts-interviews[lang=he] section.textbloc .infos {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  #section-texts-interviews[lang=he] section.textbloc .abstract {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  #section-texts-interviews[lang=he] section.textbloc .fileinfo {
    grid-column: 2/3;
    grid-row: 4/5;
    justify-self: end;
  }
  #section-texts-interviews[lang=he] section.textbloc .filedl {
    grid-column: 1/2;
    grid-row: 4/5;
    justify-self: start;
  }
  .line.top {
    display: none;
  }
  .line.bottom {
    display: none;
  }
}