@charset "UTF-8";
:root {
  --text-color: #222;
  --text-inactive: #888;
  --text-link: #1f407a;
  --text-line: #ccc;
  --text-max: #fff;
  --text-foot: #bbb;
  --text-link-cap: #336acc;
  --text-bgh: #aaa;
  --text-bgb: #79e;
  --text-bgr: #ea7;
  --back-hl: #f6f6f6;
  --back-bhl: #fafafa;
  --back-dhl: #f0f0f0;
  --back-fll: #fff;
  --back-mid: #e8e8e8;
  --fill-max: #fff;
  --fill-min: #000;
  --fill-crn: rgba(230, 230, 230, 0.8);
  --fill-blr: rgba(255, 255, 255, 0.6);
  --fill-tlb: linear-gradient(to top, rgba(0,0,0,0.55) 15px, rgba(0,0,0,0.35) 40px, transparent 70px);
  --fill-tld: linear-gradient(to top, rgba(0,0,0,0.7) 15px, rgba(0,0,0,0.5) 45px, transparent 80px);
}

/*
@media (prefers-color-scheme: dark) {
:root
{
  --text-color: #ddd;
  --text-inactive: #777;
  --text-link: #86a8ff;
  --text-line: #444;
  --text-max: #000;
  --text-foot: #888;
  --text-link-cap:
  --text-bgh: #666;
  --text-bgb: #4898db;
  --text-bgr: #d6935b;
  --back-hl: #222;
  --back-bhl: #2a2a30;
  --back-dhl: #3a3a3a;
  --back-fll: #12171b;
  --back-mid: #303030;
  --fill-max: #000;
  --fill-min: #fff;
  --fill-crn: rgba(50, 50, 50, 0.8);
  --fill-blr: rgba(24, 24, 24, 0.6);
  --fill-tlb: linear-gradient(to top, rgba(0,0,0,0.7) 15px, rgba(0,0,0,0.45) 40px, transparent 70px);
  --fill-tld: linear-gradient(to top, rgba(0,0,0,0.75) 15px, rgba(0,0,0,0.55) 45px, transparent 80px);
}

img, .bnri .bimg
{
  filter: brightness(80%) contrast(120%) saturate(80%) invert(10%);
  -webkit-filter: brightness(80%) contrast(120%) saturate(80%) invert(10%);
}

header img
{
  filter: contrast(30%) brightness(120%) grayscale(20%);
  -webkit-filter: contrast(30%) brightness(120%) grayscale(20%);
}

.tlif
{
  color: var(--text-color) !important;
}
}
*/
@font-face {
  font-family: ftmfb;
  font-weight: 300;
  src: local("Helvetica-Light"), local("Helvetica Light"), local("Arial");
  size-adjust: 92%;
  ascent-override: 46%;
  descent-override: 0%;
  line-gap-override: 80%;
  font-feature-settings: "kern" 0, "liga" 0;
}
@font-face {
  font-family: ftmfb;
  font-weight: 400;
  src: local("Helvetica"), local("Arial");
  size-adjust: 92%;
  ascent-override: 46%;
  descent-override: 0%;
  line-gap-override: 80%;
  font-feature-settings: "kern" 0, "liga" 0;
}
@font-face {
  font-family: ftmfb;
  font-weight: 500;
  src: local("Helvetica-Bold"), local("Helvetica Bold"), local("Arial Bold");
  size-adjust: 92%;
  ascent-override: 46%;
  descent-override: 0%;
  line-gap-override: 80%;
  font-feature-settings: "kern" 0, "liga" 0;
}
body, html {
  background: var(--back-fll);
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: var(--text-color);
}

html {
  scroll-padding-top: 48px;
  height: 100%;
}

body {
  font-family: ftm, ftmfb, Helvetica, Arial, sans-serif;
  font-weight: 300;
  quotes: "“" "”";
  position: relative;
  min-width: 320px;
  min-height: 100%;
  display: flex !important;
  flex-direction: column;
}

p {
  line-height: 1.6em;
  margin: 0 0 20px;
  margin-block-end: 0.9em;
}

div + p, section + p {
  margin-top: 20px;
}

h1, h2 {
  font-weight: 300;
  margin: 15px 0;
  position: relative;
  z-index: 2;
}

h1 {
  letter-spacing: -0.02em;
  line-height: 0.9em;
  font-size: 36px;
  margin-top: 16px;
}

h2 {
  margin-top: 44px;
  font-size: 28px;
}

h3, h4, h5, h6,
.details h1, .details h2 {
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 32px;
  margin-bottom: 10px;
  letter-spacing: initial;
}

h3, h4, .details h1 {
  font-size: 22px;
}

h5, h6, .details h2 {
  font-size: 18px;
}

main ul,
main ol {
  line-height: 1.6em;
  padding: 0 0 0 20px;
  text-indent: 0.5em;
}

main ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6em;
}

main ul li,
main ol li {
  padding-bottom: 0.2em;
  text-indent: 0;
  line-height: 1.4em;
}

main ol li {
  padding-left: 0.4em;
}

ul.blst {
  list-style-type: square;
  list-style-position: inside;
}

ul.blst li {
  padding-left: 0.4em;
}

ul.blst li.arw {
  list-style-type: none;
}

ul.blst li.arw::before {
  content: '➜';
  display: inline-block;
  width: 1.33em;
  margin-left: -0.05em;
}

main ul:not(.tlth, .tltw, .tlfr, .tlfl) > li,
main ol > li {
  margin-bottom: 5px;
}

ul.blt li,
main ol li {
  margin-left: 20px !important;
}

.inactive {
  color: var(--text-inactive);
}

main {
  margin: 20px auto;
  width: 100%;
}

section {
  position: relative;
}

main > section {
  margin: 0 0 20px;
}

main > section.hl {
  background: var(--back-dhl);
  padding: 20px 0;
  margin: 0 auto 10px;
  box-sizing: border-box;
}

main > section.hl > *:first-child {
  margin-top: 0;
}

main > section.hl > *:last-child {
  margin-bottom: 0;
}

main > *:not(.fb):not(section):not(.figure),
main > section:not(.fb) > *:not(.fb),
main > div.figure > *:not(.fb),
main > section.hl > *:not(.fb) {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

main > .fb,
main > section:not(.fb) > .fb,
main > div.figure > .fb,
main.papert > p.figure {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

main > img.fb,
main > picture.fb {
  display: block;
}

main picture.fb > img,
main .figure .fb > img {
  display: block;
  width: 100%;
}

main a {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 1px dashed var(--text-line);
}

main a:hover {
  color: var(--text-link);
  border-bottom: 1px solid var(--text-link);
}

main > *:last-child {
  margin-bottom: 0;
}

h3 a, h4 a, #recent .thsub a {
  text-decoration: none;
  border: none;
}

footer {
  font-size: 12px;
  line-height: 14px;
  color: var(--text-foot);
  text-align: center;
  margin: auto 0 0;
  padding: 15px 0 10px;
  background: var(--back-bhl);
  position: relative;
}

footer > div:last-child {
  padding-top: 5px;
}

a img, a picture {
  border: 0;
}

strong {
  font-weight: 500;
}

.ss {
  font-weight: 400;
}

ins {
  text-decoration: none;
}

.indent {
  padding-left: 35px !important;
}

#mnav .si, #mnav .si a {
  font-weight: 500;
  color: var(--text-link);
}

table, th, td {
  font-weight: 300;
}

a.nb, a.nb:hover {
  border-bottom: none;
  line-height: 0;
  color: var(--text-link);
}

.thcap a:hover {
  font-weight: 500;
  color: var(--text-link);
}

.w80 {
  width: 80%;
  margin: 0 auto;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}

.w95 {
  width: 95%;
  margin: 0 auto;
}

ul.col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.col li {
  flex: 0 0 25%;
  box-sizing: border-box;
}

ul.col li.fl {
  flex-basis: 100%;
}

.smsp {
  margin-top: 10px;
}

.tlon, .tltw, .tlth, .tlfr {
  list-style: none;
  padding: 0;
  display: grid;
  grid-gap: 10px;
  margin: 0 0 10px;
  clear: both;
}

.tlfl {
  list-style: none;
  padding: 0;
  display: grid;
  grid-gap: 10px;
  margin: 0 0 10px;
  clear: both;
}

.tlon {
  grid-template-columns: 1fr;
}

.tltw {
  grid-template-columns: 1fr 1fr;
}

.tlth {
  grid-template-columns: repeat(3, 1fr);
}

.tlor {
  grid-auto-flow: column;
  grid-auto-columns: auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  position: relative;
  touch-action: pan-x;
  grid-gap: 20px;
}

.tlor > * {
  width: 260px;
  scroll-snap-align: start;
  min-height: 260px;
  height: 100%;
  aspect-ratio: unset !important;
}

.tlorw {
  position: relative;
}

.tlorw::after {
  content: '➜';
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  padding: 0 15px 0 0;
  height: 100%;
  background: linear-gradient(to left, rgba(20, 20, 20, 0.85), transparent);
  display: flex;
  align-items: center;
  justify-content: right;
  pointer-events: none;
  font-size: 2rem;
  color: white;
  opacity: var(--overlay-opacity, 1);
  transition: opacity 0.3s;
}

.tlfr {
  grid-template-columns: repeat(4, 1fr);
}

.mttw {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
}

.papert .mttw {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

.tltw > *,
.tlth > *,
.tlfr > *,
.tlfl > * {
  background: var(--back-bhl);
  text-align: center;
  position: relative;
}

.tlact {
  background: rgba(0, 0, 0, 0.4);
}

.tlact img, .tlact .thsub {
  filter: blur(10px);
}

.tlact .detind {
  display: block !important;
}

.dtact {
  display: block !important;
}

.tltw article,
.tlth article,
.tlfr article,
.tlfl article,
.tlth > li, .tlth > li > a,
.tlfr > li, .tlfr > li > a,
.tlfl > li {
  display: flex;
  flex-direction: column;
}

.tlth > li a, .tlth > li a .thcap,
.tlfr > li a, .tlfr > li a .thcap {
  cursor: pointer;
  color: var(--text-link);
  font-weight: 400;
}

.clab {
  cursor: pointer;
}

.tlth > li > a:hover .thcap, .tlth > li > a:hover .thsub,
.tlfr > li > a:hover .thcap, .tlfr > li > a:hover .thsub {
  color: var(--text-link-cap);
}

.tltw > .details,
.tlth > .details,
.tlfr > .details,
.tlfl > .details {
  grid-column: 1/-1;
  padding: 0 !important;
  height: initial !important;
  display: none;
  box-shadow: 0 5px 15px var(--text-line);
}

.prjhd {
  display: none !important;
}

.stkt:not(.sttl) {
  position: sticky;
  top: 0;
  padding: 53px calc((100% - 1200px) / 2) 10px !important;
  margin: 0;
  z-index: 9;
  background: var(--fill-blr);
  backdrop-filter: saturate(120%) blur(10px);
  -webkit-backdrop-filter: saturate(120%) blur(10px);
  box-sizing: content-box !important;
}

.yrin {
  font-size: 18px;
  font-weight: 300;
  grid-column: 1/-1;
  line-height: 1em;
}

.yrinp, .yrin a {
  color: var(--text-link);
  font-size: 16px;
  line-height: 1em;
}

.yrin a, .yrin a:hover {
  border: none;
  margin-left: 10px;
}

.yrinp {
  display: none;
}

.detdes {
  padding: 0 10px 20px;
}

.detind {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid black;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 40px);
  display: none;
  cursor: pointer;
}

.sbt img, .sbt picture, .tsbt img,
.sbn img, .sbn picture, .tsbn img {
  width: 100%;
  left: 0;
  object-fit: cover;
}

.details p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.tlif {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--back-bhl);
}

.tlif .thcap, .bnri .thcap {
  font-weight: 500;
  padding: 0 5px 3px;
}

.tlif .thsub {
  padding: 0 5px 2.5%;
  font-weight: 400;
}

.tlsq {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.sbn {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25% !important;
  overflow: hidden !important;
  display: block !important;
  position: relative !important;
}

.sbt {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 62.5% !important;
  overflow: hidden !important;
  display: block !important;
  position: relative !important;
}

.tsbn {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 28.125%;
  overflow: hidden !important;
  display: block !important;
  position: relative !important;
  margin-bottom: 10px;
}

.tsbt {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 31.375%;
  overflow: hidden !important;
  display: block !important;
  position: relative !important;
  margin-bottom: 10px;
}

.thcap,
.tltw article h3, .tltw article h4,
.tlth article h3, .tlth article h4, .tlth article h5,
.detdes h1,
.tlfr article h3, .tlfr article h4, .tlfr article h5,
.tlfl article h3, .tlfl article h4, .tlfl article h5 {
  display: block;
  text-align: center;
  line-height: 1em;
  padding: 3% 1.5% 0;
  margin: 0;
  font-weight: 300;
}

.tlth .thcap,
.tltw .thcap,
.tlfr .thcap,
.tlfl .thcap,
article h3 {
  font-size: 18px;
}

.tlth .thcpsm,
.tltw .thcpsm,
.tlfr .thcpsm,
.tlfl .thcpsm {
  font-size: 16px;
}

.detdes h4, .detdes h1 {
  font-weight: 400 !important;
  padding: 20px 0 0 !important;
}

.pabstract, .abt {
  text-align: left;
  font-size: 18px;
  padding: 10px 0 0;
}

.pabstract h5, .detdes .abt h2 {
  font-size: 18px;
  display: inline-block !important;
  margin: 10px 5px 0 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}

.pabstract h5 + p, .detdes .abt h2 + p {
  margin-top: 0.25em;
}

strong {
  font-weight: 400 !important;
}

.detdes .pabstract, .detdes .pabstract h5 {
  font-size: 18px;
}

.detdes .pabstract h5 + p, .detdes .abt h2 + p {
  margin-top: 0;
}

.thsub {
  display: block;
  line-height: 1.2em;
  padding: 5px 3% 0;
  font-size: 16px;
  line-height: 1.2em;
}

.thsub > p {
  margin-top: 10px;
  line-height: 1.2em;
}

.tlfl .thsub {
  margin-bottom: 10px;
}

.tltw .thsub,
.tlth .thsub,
.tlfr .thsub,
.tlfl .thsub {
  font-size: 16px;
}

.tlth img,
.tltw img,
.tlfr img,
.tlfl img,
.tlon img,
.tlnb .thcap,
.tlnb .thsub {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tlnb {
  margin-bottom: 10px;
}

.pst {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.pst img, .pst picture {
  height: 100%;
}

.pst::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a .pst::after {
  cursor: pointer;
}

.notice, .il {
  font-style: italic;
}

.st {
  text-decoration: line-through;
}

.prnw::before,
.pruc::before {
  background: rgba(0, 0, 0, 0.5);
  padding: .3em .6em .2em;
  font-size: 0.75em;
  font-weight: 500;
  color: var(--text-max);
  white-space: nowrap;
  border-radius: 1em;
  position: absolute;
  top: 5px;
  line-height: 1.2em;
  z-index: 2;
}

.prnw::before {
  content: 'new';
}

.pruc::before {
  content: 'to appear';
}

.prnw::before,
.pruc::before {
  right: 5px;
}

.hidprv {
  position: relative;
}

.hidprv::after {
  content: 'hidden on\A siplab.org';
  position: absolute;
  background: #c62828;
  padding: .3em .8em .2em;
  font-size: 0.75em;
  font-weight: 500;
  color: #fff;
  white-space: pre;
  border-radius: 2em;
  line-height: 1em;
  z-index: 3;
  top: 5px;
  right: 5px;
}

body.hidpg::after {
  content: 'hidden on siplab.org';
  background: #c62828;
  padding: .4em 1em .3em;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  border-radius: 1em;
  line-height: 1.2em;
  z-index: 1000;
  position: fixed;
  top: 10px;
  right: 10px;
}

.proj.hidprv::after,
.sbn.hidprv::after,
.bwrp.hidprv::after {
  position: absolute;
  top: 5px;
  right: 5px;
}

.pblt > li.hidprv::after,
#teaching li.hidprv::after,
#team li.hidprv::after {
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
}

.affiliations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: baseline;
  line-height: 1em;
  gap: 0.4em 10px;
  font-size: 0.9em;
}

.affil {
  margin: 20px 0 !important;
}

#reference .affil, .affiliations .affil {
  line-height: 1;
}

.affil .authors {
  margin-bottom: 10px;
}

.affil .authors sup {
  font-size: 0.75em;
}

.details :not(.abt) > h2,
.detdes .nabt {
  display: none !important;
}

.detdes .options > li a {
  font-size: 16px;
}

.detdes .sttl > p {
  display: inline;
}

.dif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.brl {
  background: rgba(0, 0, 0, 0.5);
  padding: .3em .6em .2em;
  color: var(--text-max);
  white-space: nowrap;
  border-radius: 1em;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
}

sub {
  line-height: 1em;
}

.xpab h2, .xpab h3 {
  margin-bottom: 0;
}

.xpab h2 + div.tglal {
  margin-bottom: 15px;
}

.xpab h3 + div.tglal {
  margin-bottom: 10px;
}

.xpab ul li {
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
  overflow: hidden;
  max-height: 100px;
}

.xpab:not(.shal) ul li.nopr {
  max-height: 0;
  padding-bottom: 0;
  margin: 0;
}

.xpab.shal h2 + div.tglal, .xpab.shal h3 + div.tglal {
  visibility: hidden;
  height: 0;
}

ul li .outcome svg {
  height: 12px;
}

ul.grpil {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

ul.grpil::before {
  content: "(";
}

ul.grpil::after {
  content: ")";
}

ul.grpil > li {
  display: inline;
  margin: 0;
  padding: 0;
}

ul.grpil > li:not(:last-child)::after {
  content: ", ";
}

svg.tmpl {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  p.xmrg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* ---------- PREVIEW ANNOTATIONS ---------- */
.mprv {
  text-indent: initial;
  position: absolute;
  left: 38px;
  top: 3.5px;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 500;
  align-content: center;
}

.mprv > span {
  background: #4173B9;
  padding: 2px 2px 0;
  color: #fff;
}

.fprv {
  background: #4173B9;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.bnri {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 28.125%;
  overflow: hidden;
  color: var(--text-color);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bnri a {
  color: var(--text-color);
  border-bottom: 1px dashed var(--text-color);
}

.bnri .biv, .bnri .biv a {
  color: var(--back-hl);
}

.bnri .biv a {
  border-bottom: 1px dashed var(--back-hl);
}

.bnri .biv a:hover {
  border-bottom: 1px solid var(--back-hl);
}

.bnri::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bnri > article {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
  background: var(--back-fll);
  z-index: 0;
}

.bnri > article.act {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.bnri picture, .bnri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bnri .bwrp {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.bnri .bimg {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: 0;
}

.bnri .desc {
  align-self: center;
  right: 0;
  position: absolute;
  width: 20%;
  padding: 20px 10px;
  z-index: 1;
}

#banner .desc .dsad {
  position: relative;
  padding: 0 5px;
}

#banner .desc .dscp {
  margin-right: 5px;
}

#banner .desc .dsal {
  white-space: nowrap;
}

.ytplay {
  display: inline-block;
  vertical-align: top;
  height: 1em;
  width: calc(5em / 3);
}

.ytplay span {
  display: none;
}

.ytplay, .ytplay:hover {
  border: none !important;
}

.ytplay svg {
  height: 1.5em;
  fill: var(--fill-min);
  position: relative;
  top: -4px;
}

.ytplay span {
  display: none;
}

.bnri .thsub {
  padding: 0;
  font-weight: 400;
}

#banner {
  max-width: none;
  width: auto;
  position: relative;
  z-index: 3;
  display: grid;
}

#banner.tfr {
  max-width: 1200px;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: height 0.6s ease;
}

#banner::before {
  content: '';
  width: 100%;
  height: 50px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#banner > article {
  grid-area: 1 / 1;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
  background: var(--back-fll);
  z-index: 0;
  display: block;
}

#banner > article.act {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.bnri {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-bottom: 0;
  aspect-ratio: 32 / 9;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bnri::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bnri picture, .bnri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bnri .bwrp {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

#banner .desc {
  max-width: 1200px;
  padding: 10px 10px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

#banner .desc .dcap, #banner .desc .dcap a {
  font-weight: 500;
  border: none;
}

.bnsw {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1200px;
  padding: 0 10px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  pointer-events: none;
}

.bnsw::before {
  content: '';
  display: block;
  width: calc(100% + 20px);
  max-width: 1200px;
  aspect-ratio: 32 / 9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.bnsw ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 8px;
  display: inline-flex;
  color: var(--text-link);
  position: relative;
  pointer-events: auto;
  top: .5em;
}

.bnsw li {
  width: 8px;
  height: 8px;
  margin: 1px !important;
  border: 1px solid rgba(65, 65, 65, 0.65);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  color: var(--text-link);
  transition: border 1.5s, background 1.5s, color 1.5s;
}

.bnsw li:hover .swlb {
  display: inline-block;
}

.bnsw .act {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background-color: rgba(40, 40, 40, 0.65);
  border-color: transparent;
}

.bnsw .swlb {
  position: absolute;
  display: none;
  left: 0;
  top: -38px;
  font-size: 0.777em;
  white-space: nowrap;
  padding: 6px 8px 2px 1px;
  background: var(--back-fll);
}

.pblt {
  list-style: none;
  padding: 0;
  line-height: 1.2em;
  margin: 20px 0 0;
}

.pblt > li:not(.noth) {
  padding: 0;
  display: grid;
  grid-template-columns: 260px auto;
  grid-template-rows: auto 1fr;
  grid-gap: 10px 20px;
}

.pblt > li.noth {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pblt .text > span:not(:last-child) {
  display: inline;
}

.pblt .text > span:first-child {
  margin-top: -2pt;
}

.pblt .title, .pblt .authors {
  padding-bottom: 2pt;
  display: block !important;
  font-size: 18px;
  margin: 0;
}

.pblt .thumb {
  line-height: 0;
  grid-column: 1;
  grid-row: 1/3;
}

.pblt .thumb.nt {
  grid-row: 1/4;
}

.pblt .thumb.plh {
  position: relative;
  top: -40px;
}

.pblt .thumb + ul.allop {
  margin-top: 6px;
}

.pblt .thumb img {
  position: relative;
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: auto;
  max-height: 56.25cqw;
}

.pblt .thumb img.thbg {
  position: absolute;
  filter: blur(15px);
  scale: 2;
}

.pblt .thumb a, .pblt .thumb a:hover {
  display: block;
  border: none;
  overflow: hidden;
  container-type: inline-size;
  position: relative;
}

.pblt .options,
.detdes .options,
#publication .options,
#recent .options,
.papert .options {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
  text-indent: 0;
}

.pblt .options > li,
.detdes .options > li,
#publication .options > li,
#recent .options > li,
.papert .options > li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  margin: 0 10px 10px 0;
}

#recent .options {
  flex: 1 1 auto;
  align-content: flex-end;
  margin-top: 10px !important;
}

#recent .options > li {
  margin: 0 10px 0 0;
}

.pblt .options > li a,
.pblt .options > li .dsbl,
.detdes .options > li a,
.detdes .options > li .dsbl,
#publication .options > li a,
#recent .options > li a,
.papert .options > li a,
.papert .options > li .dsbl,
#publication .options > li .dsbl {
  white-space: nowrap;
  border: 1px solid var(--text-inactive);
  text-align: center;
  padding: 5px 5px 3px;
  display: flex;
}

.pblt .options .projpage {
  clear: both;
}

.dsbl {
  opacity: 0.6;
}

.pblt .options > li a:hover,
.detdes .options > li a:hover,
#publication .options > li a:hover,
.papert .options > li a:hover {
  background: var(--back-hl);
}

#recent .options > li a:hover {
  background: var(--back-dhl);
}

.papert .options,
.detdes .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 0;
}

.detdes .options > li,
.papert .options > li {
  margin: 0;
}

.detdes .options > li a,
.papert .options > li a,
.papert .options > li .dsbl {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  padding: calc($rs-grid-inner / 2) calc($rs-grid-inner * 3 / 2);
}

.detdes .options > li span,
.papert .options > li span {
  display: inline-flex;
}

.detdes .options > li .lb,
.papert .options > li .lb {
  padding: 2px 0 0;
  height: 24px;
  align-items: center;
}

.detdes .options > li svg,
.papert .options > li svg {
  display: inline-flex;
  height: 1.4em;
  margin-right: 10px;
}

.pbrk {
  flex-basis: 100%;
  height: 0;
}

.sttl {
  margin-bottom: 2pt;
}

.pblt .title, .pblt .award {
  font-weight: 400;
}

.pblt .title, .pblt .venue, .pblt .options {
  display: block;
}

#home > h1 {
  height: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}

#home .pst::after {
  background: var(--fill-tlb);
}

#home .xdrk::after {
  background: var(--fill-tld);
}

.ifct {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: min(540px, 56.25%);
  background: var(--text-color);
}

.ifct iframe, .sbt iframe, .sbn iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

#banner.tfr iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

#mnav .short, .es {
  display: none;
}

.rdb {
  display: block;
}

footer .flg {
  display: none;
}

.nw {
  white-space: nowrap;
}

#recent > div {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

#recent article {
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--back-hl);
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2em;
}

#recent article::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 32px solid var(--back-fll);
  border-left: 32px solid var(--fill-crn);
  width: 0;
}

#recent article .pruc::before {
  top: -2px;
  right: -2px;
  background: rgba(128, 128, 128, 0.6);
  float: right;
  position: relative;
}

#recent article > ul {
  margin: calc($rs-grid-inner / 2) 0 0 !important;
}

#recent h4 {
  margin: calc(10px / 2) 0;
  padding: 0;
}

#recent article > * {
  display: block;
  padding: 0;
  font-size: 16px;
}

#recent .venue {
  font-weight: 400;
  display: block;
}

header {
  pointer-events: none;
  z-index: 12;
  margin: 0 auto;
  width: 100%;
}

header > div {
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 10px 0;
  z-index: 10;
  height: 35px;
  box-sizing: content-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

header a {
  display: block;
  overflow: hidden;
  pointer-events: auto;
}

header a.slol {
  position: relative;
  top: 15px;
  width: 400px;
  height: 28px;
  justify-self: center;
  grid-column: 2;
}

header a.slol svg {
  z-index: 10;
  position: relative;
}

header div > svg {
  position: relative;
  top: 16px;
  width: 120px;
  justify-self: end;
  grid-column: 3;
}

header.nrw a.slbl {
  visibility: hidden;
}

main::before {
  content: '';
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: var(--fill-blr);
  backdrop-filter: saturate(120%) blur(15px);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
}

#menu_logo {
  position: sticky;
  top: 28px;
  height: 0;
  z-index: 12;
  translate: 0 -17px;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

#menu_logo a {
  position: absolute;
  display: block;
  width: 24px;
  height: 20px;
  border: none;
  left: 10px;
}

#menu_logo a svg {
  height: 100%;
}

#mnav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}

#mnav.nos {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(120%) blur(15px);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
}

#mnav.nrw {
  margin: 0;
}

#mnav.nrw ul {
  max-width: 960px;
}

#mnav h2 {
  display: none;
}

#mnav ul {
  max-width: 1200px;
  padding: 0;
  height: 48px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
}

#mnav ul li {
  flex: 0 1 auto;
  margin: 0 10px;
  white-space: nowrap;
  padding: 0;
}

#mnav ul::after {
  content: '';
  margin: 0 0 0 10px;
}

#mnav ul::after,
#mnav ul > *:first-child {
  display: inline-block;
  flex: 1 1 auto;
}

#mnav ul > li:first-child {
  overflow: hidden;
  text-indent: -200px;
  margin: 0 10px 0 0;
}

#mnav a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 300;
  line-height: 1em;
  outline: none;
}

#mnav a:hover {
  border-bottom: 1px solid var(--text-link);
  color: var(--text-link);
}

#mnav ul li a {
  display: inline-block;
  white-space: nowrap;
}

#mnav a.slhb svg {
  height: 18px;
  top: 10px;
}

.svgdk {
  fill: var(--text-color);
}

#research .thsub.more {
  padding-bottom: 10px;
}

#research .thsub .award {
  font-weight: 400;
}

#research h2 {
  font-size: 22px;
  margin-top: 80px;
  margin-bottom: 20px;
  font-weight: 400;
}

#research #pnav a {
  display: flex;
  align-items: center;
  gap: 4px;
}

#research #pnav a::before {
  content: '⏷';
  color: var(--text-line);
  font-size: 1.1em;
  line-height: 1em;
  margin-top: -1px;
}

#research .tlor > * {
  min-height: 280px;
}

@media screen and (max-width: 1220px) {
  #research .tlor > * {
    min-height: calc((100vw - 180px) / 3 * 0.82);
  }
}
@media screen and (max-width: 960px) {
  #research .tlor > * {
    min-height: calc((100vw - 180px) / 2 * 0.82);
  }
}
@media screen and (max-width: 767px) {
  #research .tlor > * {
    min-height: calc((100vw - 140px) / 2 * 0.82);
  }
}
@media screen and (max-width: 599px) {
  #research .tlor > * {
    min-height: calc((100vw - 110px) * 0.82);
  }
}
@media screen and (max-width: 429px) {
  #research .tlor > * {
    min-height: calc((100vw - 40px) * 0.82);
  }
}
main#publications .pblt > li:last-child,
main#publications section {
  margin-bottom: 1px;
}

main#publications p + section {
  margin-top: -20px;
}

main#publications .pblt > li:not(:last-child) {
  margin-bottom: 60px;
}

main#publications {
  --pcl-row-gap: 60px;
  --pcl-row-max: 60rem;
  --pcl-year-max: 8rem;
  --pcl-year-pt: 53px;
  --pcl-year-pb: 10px;
}

#pnav {
  margin-bottom: 20px;
}

#pnav.is-sticky {
  position: sticky;
  top: 48px;
  z-index: 10;
  background: var(--fill-blr);
  backdrop-filter: saturate(120%) blur(10px);
  -webkit-backdrop-filter: saturate(120%) blur(10px);
}

#pnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#pnav li {
  margin: 0;
  padding: 0;
}

#pnav button,
#pnav a {
  display: block;
  border: 1px solid var(--text-inactive);
  background: transparent;
  color: var(--text-color);
  font: inherit;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  padding: 5px 5px 3px;
  cursor: pointer;
}

#pnav button:hover,
#pnav a:hover {
  background: var(--back-hl);
  border: 1px solid var(--text-inactive);
}

#pnav button.act {
  background: var(--back-mid);
  border-color: var(--text-color);
}

#pnav .pclall {
  visibility: hidden;
}

#pnav.hasact .pclall {
  visibility: visible;
}

main#publications.pclst .yrin.stkt {
  --pubyear-sticky-gap: 10px;
  top: calc(var(--pnav-height, 0px) + var(--pubyear-sticky-gap));
}

main#publications.pclst .yrin.stkt::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * (var(--pnav-height, 0px) + var(--pubyear-sticky-gap)));
  height: calc(var(--pnav-height, 0px) + var(--pubyear-sticky-gap));
  background: var(--fill-blr);
  backdrop-filter: saturate(120%) blur(10px);
  -webkit-backdrop-filter: saturate(120%) blur(10px);
  pointer-events: none;
}

main#publications .pblt > li {
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-bottom 0.35s ease;
  max-height: var(--pcl-row-max);
  overflow: hidden;
}

main#publications .yrin.stkt {
  transition: max-height 0.35s ease, opacity 0.25s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
  max-height: var(--pcl-year-max);
  overflow: hidden;
}

main#publications.pcl .pblt > li {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0 !important;
  pointer-events: none;
}

main#publications.pcl .yrin.stkt {
  max-height: 0;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  pointer-events: none;
}

main#publications .pblt .thumb {
  align-self: start;
  position: relative;
}

main#publications .pblt .thumb:has(.pubplay) {
  padding-bottom: calc(1em + 5px);
}

main#publications .pblt .thumb .pubplay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 1em;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 3px;
  background: rgba(255, 255, 255, 0.88);
  padding: 3px 4px 2px;
}

main#publications .pblt .thumb .pubplay svg {
  height: 1em;
  top: 0;
}

main#publications .pblt .thumb .pubplay span {
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--fill-min);
  padding-top: 2px;
}

main#publications .pblt > li.ytactive {
  grid-template-columns: 592px minmax(0, 1fr);
}

main#publications .pblt .thumb.ytactive {
  background: #000;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

main#publications .pblt .thumb.ytactive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
  main#publications .pblt > li.ytactive {
    grid-template-columns: 1fr !important;
  }

  main#publications .pblt > li.ytactive .text {
    grid-column: 1;
    grid-row: 1;
  }

  main#publications .pblt > li.ytactive .allop {
    grid-column: 1;
    grid-row: 2;
  }

  main#publications .pblt > li.ytactive .options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
  }

  main#publications .pblt > li.ytactive .options > li {
    float: none;
    margin: 0;
  }

  main#publications .pblt .thumb.ytactive {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
  }
}
#joinus #phd_project_positions ul {
  padding-left: 2em;
}

#joinus .clps {
  margin-bottom: 10px;
}

#joinus .clps > label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  cursor: pointer;
}

#joinus .clps > label > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

#joinus .clps > label > span {
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  flex: 0 0 0.45em;
  border-right: 1.5px solid var(--text-inactive);
  border-bottom: 1.5px solid var(--text-inactive);
  transform: translateY(-2px) rotate(-45deg);
  transition: transform 0.2s ease;
}

#joinus .clps > label:has(input:checked) > span {
  transform: translateY(-2px) rotate(45deg);
}

#joinus .clps > label:hover h3,
#joinus .clps > label:has(input:checked) h3 {
  color: var(--text-link);
}

#joinus .clps > label:has(input:focus-visible) h3 {
  outline: 1px dotted var(--text-inactive);
  outline-offset: 3px;
}

#joinus .clps > label h3 {
  margin-top: 10px;
}

#joinus .clps > label + div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

#joinus .clps > label:has(input:checked) {
  margin-bottom: 10px;
}

#joinus .clps > label:has(input:checked) + div {
  grid-template-rows: 1fr;
}

#joinus .clps > label + div > div {
  min-height: 0;
  overflow: hidden;
}

#joinus .clps > label:has(input:checked) + div > div {
  padding-bottom: 30px;
}

#joinus .clps > label + div > div > :first-child {
  margin-top: 0;
}

#joinus .clps > label + div > div > :last-child {
  margin-bottom: 0;
}

#teaching table {
  border: 0;
  margin: 0;
  padding: 0;
}

#course tr {
  margin: 0;
  padding: 0;
}

#course tr:nth-child(odd) {
  background: var(--back-bhl);
}

#course tr:nth-child(even) {
  background: var(--back-max);
}

#course th {
  background: var(--back-mid);
}

#course td {
  padding: 3px 2px;
  vertical-align: top;
}

#course td:nth-child(1) {
  text-align: right;
}

#course td:nth-child(1),
#course td:nth-child(2) {
  width: 1%;
  padding-right: 5px;
  white-space: nowrap;
}

#course td:last-child {
  width: 1%;
  padding-right: 0;
  white-space: nowrap;
}

.checkboxes {
  display: flex;
  list-style: none;
  padding: 0;
  margin: -10px 0 0;
  flex-wrap: wrap;
}

.checkboxes li {
  margin-right: 10px;
  white-space: nowrap;
}

.checkboxes input {
  position: relative;
  top: -2px;
}

.parvr, .phaptics, .pinteraction, .pembedded, .phealth {
  display: block;
}

.ctits {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 0;
}

.ctits + .ctits {
  margin: 0;
}

.ctits > li {
  display: inline;
  padding-left: 0;
}

.ctits > li:not(.ctrs), .tgs {
  padding: .3em .6em .2em;
  font-size: 9pt;
  font-weight: 400;
  color: var(--text-max);
  white-space: nowrap;
  border-radius: .8em;
  position: relative;
  text-indent: 0;
  line-height: 1em;
  bottom: 1pt;
}

li.ctrs {
  margin-right: 5px;
}

.opds {
  display: flex;
  flex-direction: column;
}

.opls .note {
  font-style: italic;
}

.opls .allop {
  grid-column: 2;
}

.opls > li {
  text-indent: 0;
}

.pblt > li.nt {
  grid-template-rows: auto auto 1fr;
}

.opls > li .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.3s ease;
  max-height: calc(1.4em * 2);
}

.opls > li .xp .tgl {
  max-height: 0;
  border: none;
}

.opls > li .tgl {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: 1.4em;
}

.opls > li .tgl a {
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

#teaching .opls > li:not(:first-child) {
  margin-top: 40px;
}

.opls > li > a {
  display: inline-block;
  float: left;
  border: none;
  margin: 0 10px 10px 0;
  overflow: hidden;
  width: 150px;
  aspect-ratio: 16 / 9;
  top: 5px;
  position: relative;
}

.opls li a img {
  border: none;
  left: 0;
  top: 0;
}

.opth {
  background: var(--text-bgb);
}

.opdp {
  background: var(--text-bgr);
}

.opkw {
  background: var(--text-bgh);
}

.opct {
  background: var(--text-bgh);
}

h4 {
  position: relative;
}

.contact {
  margin-top: 24pt;
}

a[name] {
  position: relative;
  top: -60px;
}

#teaching .pblt .title a,
#teaching .pblt .title a:hover {
  border-bottom: 1px dashed var(--text-line);
}

.outcome .award {
  font-weight: 400;
}

#internal-sirop-projects-note .thumb > a {
  padding-bottom: 40px;
}

#internal-sirop-projects-note .thumb > a img {
  object-position: center;
}

#internal-sirop-projects-note .text {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #teaching .pblt > li {
    display: block;
  }

  #teaching .pblt > li > .thumb {
    width: clamp(160px, 40%, 220px);
    float: left;
    margin-right: 10px;
  }

  #teaching .opds {
    display: inline;
  }

  #teaching .opds > .note {
    margin-top: 5px;
  }

  #teaching .opls > li::after {
    content: '';
    clear: both;
    display: block;
  }

  #internal-sirop-projects-note .thumb > a {
    padding-bottom: initial;
    display: none;
  }

  #internal-sirop-projects-note .text {
    margin-top: initial;
  }
}
@media screen and (max-width: 550px) {
  .contact {
    margin-top: initial;
  }
}
#course tr:nth-child(odd) {
  background: var(--back-bhl);
}

#course tr:nth-child(even) {
  background: var(--back-fll);
}

#course th {
  background: var(--back-mid);
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 3px 0;
}

#course td {
  padding: 3px 2px 9px;
}

.cbreak {
  background: var(--back-mid);
  font-style: italic;
}

.ct {
  text-align: center;
}

.it {
  font-style: italic;
}

#course td:nth-child(1), #course td:nth-child(2) {
  width: 1%;
  padding-right: 10px;
  white-space: nowrap;
}

#course td:last-child {
  width: 1%;
  padding-right: 10px;
  white-space: nowrap;
}

#course dt {
  float: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  padding: 11.5px 0 0;
  line-height: 1.4em;
}

#course dd {
  float: none;
  padding: 10px 0 0;
  margin-left: 150px;
  display: block;
  line-height: 1.4em;
}

#course dd p {
  margin: 0;
}

#course dd > br.gp {
  content: "";
  margin: 0 0 0.3em;
  display: block;
}

#course .tba {
  font-style: italic;
  color: var(--text-inactive);
}

#course .sbtl {
  display: block;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-top: -2pt;
}

@media screen and (max-width: 425px) {
  #course dt {
    float: none;
  }

  #course dd {
    margin: 0;
    padding: 0;
  }
}
.fo1 {
  order: 1;
}

.fo2 {
  order: 2;
}

.fo3 {
  order: 3;
}

.fo4 {
  order: 4;
}

.fo5 {
  order: 5;
}

.fo6 {
  order: 6;
}

.fo7 {
  order: 7;
}

.fo8 {
  order: 8;
}

#team .tlth > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#team #people li > *:last-child,
#team #alumni li > *:last-child {
  order: -1;
}

#team h3 {
  background: initial;
  font-weight: 300;
}

#team .tlth .thsub,
#team .tlfl .thsub {
  line-height: 1.2em;
  text-wrap: balance;
  padding: 0 3%;
  max-height: 2.4em;
}

#team > section:first-of-type {
  margin-bottom: 10px;
}

#team .social {
  display: flex;
  flex-direction: row;
  grid-gap: 15px;
  justify-content: center;
  padding: 10px 0 5%;
}

#team .social span,
#team .social a,
#team .social img,
#team .social svg,
#team .social a:hover {
  display: block;
  width: 18px;
  border: none;
  overflow: visible;
}

#team #alumni .tlfl {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

#alumni .tlfl > li {
  gap: 5px;
}

.ed::before {
  content: '@';
}

.ep::before {
  content: '.';
}

.eh::before {
  content: '-';
}

.es {
  display: none;
}

@media screen and (max-width: 767px) {
  #team > section:first-of-type {
    margin-bottom: 5px;
  }

  #team #alumni .tlfl {
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
  }

  #team .tlth > li {
    gap: 5px;
  }

  #team .social {
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 709px) {
  #team .tlth {
    grid-template-columns: repeat(2, 1fr);
  }

  #team .tlth > li {
    aspect-ratio: unset;
    min-height: calc(50vw - 2.5px);
  }

  #team .tlth > li.fo1 {
    order: 2;
  }

  #team .tlth > li.fo2 {
    order: 1;
  }
}
@media screen and (max-width: 384px) {
  #team .tlth > li {
    min-height: 100vw;
  }
}
main.papert #bibtex p {
  padding: 10px;
  border-radius: 2px;
  font-family: monospace;
  overflow-x: auto;
  font-size: 12px;
  white-space: pre-wrap;
}

main.papert .hstack {
  display: flex !important;
  flex-flow: row nowrap;
  gap: 10px;
}

main.papert .hstack > * {
  flex: 1 1 auto;
  overflow: hidden;
}

main.papert > *:not(.fb):not(section):not(.figure),
main.papert > section:not(.fb) > *:not(.fb),
main.papert > div.figure > *:not(.fb),
main.papert > section.hl > *:not(.fb),
main.release > *:not(.fb):not(section):not(.figure),
main.release > section:not(.fb) > *:not(.fb),
main.release > div.figure > *:not(.fb),
main.release > section.hl > *:not(.fb) {
  max-width: 960px;
}

main.papert > .fb,
main.papert > section:not(.fb) > .fb,
main.papert > div.figure > .fb,
main.papert > p.figure,
main.release > .fb,
main.release > section:not(.fb) > .fb,
main.release > div.figure > .fb,
main.release > p.figure {
  max-width: 960px;
}

main.papert p.figure {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

main.papert .caption {
  display: block;
  padding: 5px 3% 0;
}

main.papert .caption,
main.papert .caption > p {
  line-height: 1.4em;
}

main.papert #related .caption {
  line-height: 1.2em;
  text-wrap-style: balance;
}

main.papert .thbot {
  padding: 5px 3% 10px;
  font-size: 16px;
  line-height: 1em;
}

main.abstract #related > *:not(.fb),
main.papert #related > *:not(.fb),
main.release #related > *:not(.fb) {
  padding-left: 10px;
  padding-right: 10px;
}

main.abstract #related,
main.papert #related,
main.release #related {
  margin-top: 80px;
}

main.abstract #related .clab,
main.paper #related .clab,
main.papert #related .clab,
main.release #related .clab {
  cursor: initial;
}

main.paper #related a,
main.papert #related a {
  border: none;
  text-decoration: none;
}

main.abstract #publication .caption,
main.abstract #release .caption,
main.papert #publication .caption,
main.papert #release .caption {
  font-size: 18px;
}

main.papert h1,
main.papert h2,
main.papert h3,
main.papert h4 {
  text-align: center;
  font-weight: 400;
}

main.papert h1 {
  margin: 40px auto 20px;
}

main.papert h2:not(.sttl) {
  font-size: 22px;
}

main.papert h2.sttl {
  margin: 40px auto 20px;
}

main.papert h1 + h2.sttl {
  margin: 0 auto 20px;
}

main.papert #top {
  text-align: center;
}

main.papert .pub {
  font-weight: 400;
  font-size: 22px;
  display: block;
  text-align: center;
}

main.papert .pub .venue {
  display: block;
}

main.papert #abstract p {
  margin-bottom: 0;
}

main.papert #abstract p + p {
  margin-top: 10px;
}

main.papert #abstract > *,
main.papert #video > *,
main.papert #teaser.cover > * {
  max-width: 768px;
  box-sizing: content-box;
}

main.papert #abstract > *.fb,
main.papert #video > *.fb,
main.papert #teaser > *.fb.half
main.papert #teaser.cover > *.fb {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.papert .ppmore,
main.papert .ppmore > div {
  max-width: initial !important;
  padding-left: 0;
  padding-right: 0;
}

main.papert .ppmore > div > *:not(h2, h3) {
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

main.papert .ppmore .caption {
  margin-bottom: 30px;
  font-size: 16px;
}

main.papert p.figure + .caption {
  margin-top: -10px;
  max-width: 920px;
}

main.papert .figure:not(.half) > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

main.papert .figure.half > img,
main.papert video.figure.half,
main.papert div.figure.half {
  display: block;
  width: 50%;
  margin: 0 auto;
}

main.papert > section:nth-child(odd):not(#related, .ppmore) {
  background: var(--back-dhl);
}

main.papert > section {
  padding-top: 20px;
  padding-bottom: 20px;
}

main.papert > section > *:first-child {
  margin-top: 0;
  padding-top: 20px;
}

main.papert > section > *:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}

main.papert .options {
  position: sticky;
  top: 0;
}

main.papert .options > li a,
main.papert .options > li .dsbl {
  font-size: 16px;
}

main.papert #teaser a {
  border: 0;
}

main.paper .yabt,
main.papert .yabt,
main.papert .options .nabt {
  display: none !important;
}

@media screen and (max-width: 1220px) {
  .stkt:not(.sttl) {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  .tlor > * {
    width: calc((100vw - 180px) / 3);
    min-height: calc((100vw - 180px) / 3);
  }
}
@media screen and (max-width: 960px) {
  #mnav.nrw #menu_logo a {
    background-position-x: 10px;
  }

  .tlor > * {
    width: calc((100vw - 180px) / 2);
    min-height: calc((100vw - 180px) / 2);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  main {
    margin: 10px auto 0;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .stkt {
    padding-bottom: 5px !important;
  }

  .stkts {
    position: sticky;
    top: 0;
    padding: 53px 5px 5px;
    z-index: 9;
    margin: 0 0 5px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: saturate(150%) blur(14px);
    -webkit-backdrop-filter: saturate(150%) blur(14px);
  }

  h3, h4, .details h1 {
    font-size: 18px;
  }

  h5, h6, .details h2, #recent h4 {
    font-size: 16px;
  }

  .yrin {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .yrinp, .yrin a {
    font-size: 14px;
  }

  .too {
    grid-template-columns: 1fr;
  }

  .tlth .thcap,
  .tltw .thcap,
  .tlfl .thcap,
  article h3 {
    font-size: 16px;
  }

  .tlth .thcpsm,
  .tltw .thcpsm,
  .tlfr .thcpsm,
  .tlfl .thcpsm {
    font-size: 14px;
  }

  #home .pst::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 10px, rgba(0, 0, 0, 0.35) 30px, transparent 75px);
  }

  #home .xdrk::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 15px, rgba(0, 0, 0, 0.5) 45px, transparent 80px);
  }

  #recent > div {
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  #recent article::before {
    border-top-width: 30px;
    border-left-width: 30px;
  }

  .pabstract, .abt {
    font-size: 16px;
  }

  .pabstract h5, .detdes .abt h2, .detdes .abt, .detdes .pabstract, .detdes .pabstract h5 {
    font-size: 16px;
    margin: 10px 5px 0 0;
  }

  main ol, main ul {
    padding: 0;
    margin: 10px 0;
  }

  header > div {
    display: block;
    height: unset;
    padding: 15px 10px 0;
    max-width: 400px;
  }

  header a.slbl,
  header div > svg {
    display: none;
  }

  header a.slol {
    width: 100%;
    height: auto;
    aspect-ratio: 390 / 28;
    top: unset;
  }

  .rd {
    display: inline;
  }

  #menu_logo {
    top: 38px;
    translate: 0 -25px;
  }

  #mnav {
    margin: unset;
    padding: 0;
  }

  #mnav::before {
    left: 0;
    right: 0;
  }

  #mnav ul {
    display: flex;
    justify-content: center;
    margin: initial;
    padding: initial;
  }

  .switches {
    bottom: 10px;
  }

  .switches .swlb {
    top: 2.7em;
  }

  .tlon, .tltw, .tlth, .tlfr, #recent,
  .tlfl {
    grid-gap: 5px;
    margin: 0 0 5px;
  }

  .tlor {
    grid-gap: 10px;
  }

  .tlor > * {
    width: calc((100vw - 140px) / 2);
    min-height: calc((100vw - 140px) / 2);
  }

  .tlon > article,
  .tltw > article,
  .tlth > article,
  .tlon > li,
  .tltw > li,
  .tlth > li {
    height: 100%;
    max-width: 100%;
  }

  .tltw > .details, .tlth > .details {
    box-shadow: 0 3px 9px var(--text-line);
  }

  .tsbn {
    padding-bottom: 56.25%;
  }

  .tsbt {
    padding-bottom: 62.5%;
  }

  .thcap,
  .tltw article h3,
  .tltw article h4,
  .tlth article h3,
  .tlth article h4,
  .tlth article h5 {
    padding: 10px 0 0;
  }

  .thsub,
  .thbot,
  main.papert .ppmore .caption {
    font-size: 14px !important;
  }

  .detdes {
    padding: 0 10px 10px;
  }

  #banner {
    margin-bottom: 10px;
  }

  #banner .desc {
    font-size: 14px;
  }

  .bnri {
    aspect-ratio: 16 / 9;
  }

  .bnsw::before {
    aspect-ratio: 16 / 9;
  }

  .bnri .thcap {
    padding: 0 0 3px;
  }

  #banner + p {
    margin-top: 10px;
  }

  .pblt > li {
    grid-template-columns: min(220px, 50%) auto !important;
  }

  .pblt .text {
    grid-column: 1/3;
  }

  .pblt .thumb {
    grid-column: 1;
    grid-row: 2;
  }

  .pblt .thumb.plh {
    display: none;
  }

  .pblt .thumb.plh ~ ul {
    margin-left: 0 !important;
  }

  .pblt .thumb + ul.options {
    margin-top: unset;
  }

  .pblt .thumb.plh + ul.options {
    width: 100%;
  }

  .pblt .title, .pblt .authors {
    font-size: 16px;
  }

  .pblt .options,
  #recent .options {
    margin-bottom: 5px;
  }

  #recent .options > li {
    margin: 0 5px 0 0;
  }

  main.papert .pub,
  main.papert h2:not(.sttl) {
    font-size: 18px;
  }

  .detdes .options,
  #publication .options,
  #recent .options {
    margin-top: 5px;
  }

  .detdes .options {
    justify-content: center;
  }

  .detdes .options > li {
    display: block;
    margin: 0 calc($ss-margin-outer / 2) 5px;
  }

  .pblt .options > li a,
  .detdes .options > li a,
  #publication .options > li a,
  #recent .options > li a,
  .papert .options > li .dsbl,
  #publication .options > li .dsbl,
  .detdes .options > li .dsbl,
  .pblt .options > li .dsbl {
    font-size: 14px;
    min-width: 24px;
    min-height: 24px;
    box-sizing: border-box;
  }

  .th90 .thit, .th90 .twit {
    max-width: 90%;
  }

  .th80 .thit, .th80 .twit {
    max-width: 80%;
  }

  .paper .figure {
    margin: 20px 0 0;
  }

  .paper .figure.half > img {
    width: 100%;
  }

  .paper .figure.half > .caption {
    text-align: left;
  }

  main.papert .options > li a,
  main.papert .options > li .dsbl {
    font-size: 14px;
  }

  main.papert .figure.half > img {
    width: 100%;
  }

  ul li .outcome svg {
    height: 11px;
  }

  .brl {
    padding: .2em .4em .1em;
    right: 5px;
    bottom: calc($ss-grid-inner * 3 / 2);
    font-size: 14px;
    border-radius: .35em;
  }

  .fbb {
    width: 100% !important;
    height: calc(56.25vw);
    display: block !important;
    object-fit: cover;
    object-position: center;
  }

  #people .field {
    display: none;
  }

  #people .social {
    padding: 10px 0;
  }

  #people .tlth .thsub {
    padding-bottom: unset;
    padding-top: unset;
  }

  footer {
    margin-top: 50px;
  }

  footer .flg {
    display: inline-block;
    position: absolute;
    width: 26px;
    top: 17px;
    left: calc(50% - 158px);
    border: none;
    line-height: 1em;
    height: 22px;
  }

  footer .flg a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  footer .flg svg {
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .tlor > * {
    width: calc(100vw - 110px);
    min-height: calc(100vw - 110px);
  }
}
@media screen and (max-width: 544px) {
  #menu_logo {
    display: none;
  }

  #mnav ul {
    justify-self: anchor-center;
    max-width: 464px;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #mnav ul > li:first-child,
  #mnav ul::after {
    display: none;
  }

  #team .tlth {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}
@media screen and (max-width: 460px) {
  main.papert h2.sttl {
    margin: 20px auto;
  }

  /*
  #mnav ul
  {
    justify-content: space-between;
    margin: 0;
  }
  */
  #mnav ul li {
    margin: 0;
    padding: 0;
  }

  /* show 'papers' instead of 'publications' on low browser width
  
  /*
  .mnpub > a {
    text-indent: -999px;
    line-height:0 !important;
  }
  
  .mnpub > a::after {
    content: 'Papers';
    line-height: 1em;
    display: block;
    text-indent: 0;
  }
  */
  ul.col li {
    flex: 1 0 50%;
  }

  .opls > li > a {
    float: unset;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 429px) {
  .bnri .desc, .bnri .left .desc {
    padding: 10px 5px;
  }

  .rd {
    display: none;
  }

  /*
  #mnav ul li:not(:nth-child(2))
  {
    padding-left: 2px;
  }
  
  #mnav ul li:not(:last-child)
  {
    padding-right: 2px;
  }
  */
  .tlor > * {
    width: calc(100vw - 40px);
    min-height: calc(100vw - 40px);
  }
}
@media screen and (max-width: 389px) {
  .rdo {
    display: none;
  }
}
section.prvsp .tlth {
  grid-template-columns: 390px 300px auto;
}

section.prvsp .tlth > article {
  align-self: end;
  height: unset !important;
}

section.prvsp > div {
  padding-bottom: 20px;
  border-bottom: dashed 1px var(--text-inactive);
  margin-bottom: 40px;
}
