body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.teaser video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}


.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
    margin-bottom: 15px;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

.hyper-space-wrapper {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 20px;
}

.hyper-grid-wrapper{
  width: 100%;
  padding-bottom: 100%;
  padding-right: 0%;
  padding-left: 0%;
  overflow: hidden;
  border-radius: 0%;
  position: relative;
  /*-webkit-mask-image: -webkit-radial-gradient(white, black);*/
}
.hyper-grid-rgb {
  /* height: 100%; */
  width: 100%;
  overflow: hidden;
  max-width: var(--res);
  max-height: var(--res);
  border: 1px solid hsl(230 10% 91%);
  position: absolute;
}
.hyper-grid-rgb img {
  position: relative;
  max-width: calc(var(--res) * 22);
  width: 2200%;
  padding-bottom: 0;
  display: inline-table;
}
.example-container {
  background-color: hsl(230, 0%, 99%);
  padding: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
  /*transition: .5s;*/
}
.container {
  max-width: 960px;
}
.example-container:hover{
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,.1);
}
.example-grid{
  display: grid;
  gap: .7rem;
  max-height: var(--res);
  grid-template-columns: 1.4fr 2.3fr 2.3fr;
}
.example-grid-cat {
  display: grid;
  gap: 1%;
  max-height: var(--res);
  grid-template-columns: 25% 50% 25%;
}
.example-grid-cat p {
  /*max-font-size: .88rem;*/
  /*font-size: 0.8vw;*/
  overflow-wrap: break-word;
}
.example-grid-cat-sub {
  display: grid;
  gap: 1%;
  max-height: 256px;
  grid-template-columns: 100%;
}
.example-grid-cat-sub-slide {
  display: grid;
  gap: 1%;
  /*max-height: 512px;*/
  grid-template-columns: 1fr 10fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
}
.slider-grid {
  display: grid;
  gap: .7rem;
  grid-template-columns: 1.4fr 0.3fr 4.0fr 0.3fr;
}

.herd3d-pipeline {
  margin: 1.5rem 0;
}

.herd3d-pipeline__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}

.herd3d-pipeline__row--labels {
  margin-top: 0.45rem;
  gap: 0.2rem;
}

.herd3d-pipeline__item {
  flex: 0 0 auto;
  text-align: center;
}

.herd3d-pipeline__item img,
.herd3d-pipeline__item video {
  display: block;
  width: 200px;
  max-width: 28vw;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
  background: #fafbfc;
}

.herd3d-pipeline__item--video video {
  width: 420px;
  max-width: 46vw;
  height: auto;
  max-height: 520px;
  object-fit: fill;
  border: 1px solid #e2e8f0;
}

.herd3d-pipeline__item--synthetic video {
  width: 200px;
  max-width: 28vw;
  height: 200px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
}

.herd3d-pipeline__row--labels p {
  flex: 0 0 auto;
  width: 420px;
  max-width: 46vw;
  margin: 0;
  text-align: center;
  font-size: 0.82rem;
  color: #718096;
}

.herd3d-pipeline__row--labels p:nth-child(3) {
  width: 200px;
  max-width: 28vw;
}

.herd3d-pipeline__row--labels p:nth-child(5) {
  width: 200px;
  max-width: 28vw;
}

.herd3d-pipeline__arrow {
  flex: 0 0 auto;
  font-size: 1.6rem;
  color: #a0aec0;
  font-weight: bold;
  padding: 0 0.15rem;
  line-height: 1;
}

.herd3d-pipeline__arrow-spacer {
  flex: 0 0 auto;
  width: 1.6rem;
  padding: 0 0.15rem;
}