body {
  font-family: 'Noto Sans', sans-serif;
  color: #4a4a4a;
}

.content {
  font-size: 1.2rem;
  line-height: 1.65;
}

.title.section-title {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #222;
  letter-spacing: 0.01em;
  font-family: "Space Grotesk", "Noto Sans", sans-serif;
}

.content .title.section-title {
  margin-top: 1.5rem;
}

.content .title.section-title:first-child {
  margin-top: 0;
}

.section-title-rule {
  width: 100%;
  max-width: none;
  height: 1px;
  border: none;
  background: #c4c4c4;
  margin: 0.6rem 0 1.25rem 0;
}

@media screen and (max-width: 768px) {
  .title.section-title {
    font-size: 1.9rem;
  }
}

.hero-blurb {
  margin-top: 0.75rem;
}

.pipeline-caption {
  font-size: 1.2rem;
  line-height: 1.65;
}

@media screen and (min-width: 1024px) {
  .content {
    font-size: 1.15rem;
  }

  .pipeline-caption {
    font-size: 1.15rem;
  }
}


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

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

.dnerf {
  font-variant: small-caps;
}


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

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


.publication-title {
}

.publication-banner {
  max-height: parent;

}

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

.publication-header .hero-body {
}

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

@media screen and (min-width: 1024px) {
  .publication-title {
    width: 130%;
    max-width: calc(100vw - 2rem);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.title.publication-title {
  font-size: 2.4rem;
  line-height: 1.35;
}

@media screen and (min-width: 1024px) {
  .title.publication-title {
    font-size: 2.6rem;
  }
}

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

.publication-authors-note {
  margin-top: 0.35rem;
  color: #666;
  font-family: 'Google Sans', sans-serif;
}

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

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

.publication-authors {
}

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

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

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

.publication-banner img {
}

.pipeline-align {
}

.pipeline-figure-wrap {
  margin-top: 1rem;
}

.pipeline-figure {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.paper-figure {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.figure-caption {
  margin-top: 0.5rem;
  color: #555;
}

.figure-row {
  margin: 0;
}

.figure-row > .column {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.evaluation-figure-row > .column {
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
}

.figure-text {
  margin-top: 0;
}

.figure-text .title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.figure-text .figure-caption {
  margin-top: 0;
}

.figure-text .figure-caption + .figure-caption {
  margin-top: 0.5rem;
}

.figure-stack {
  margin-top: 1.25rem;
}

.figure-stack .figure-block + .figure-block {
  margin-top: 1.25rem;
}

.benchmark-carousel {
  margin-top: 0.75rem;
}

.benchmark-carousel-compact {
  margin-top: 0rem;
}

.benchmark-carousel-tight {
  margin-top: 0.5rem;
}

.benchmark-carousel-frame {
  position: relative;
  overflow: visible;
}

.benchmark-carousel-row {
  margin: 0;
  flex-wrap: nowrap;
}

.benchmark-carousel-row > .column {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.benchmark-carousel-nav-col {
  display: flex;
  align-items: center;
}

.benchmark-carousel-viewport {
  position: relative;
  width: 100%;
  height: 95vh;
  max-height: 1000px;
  min-height: 480px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benchmark-carousel-viewport:focus-visible {
  outline: 3px solid rgba(50, 115, 220, 0.4);
  outline-offset: 2px;
}

.benchmark-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.9);
  transform-origin: center;
}

.benchmark-carousel-overlay .benchmark-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.95;
}

.benchmark-carousel-overlay {
  padding-left: 0.75rem;
  padding-right: 1.5rem;
}

.benchmark-carousel-overlay .benchmark-carousel-prev {
  left: -2rem;
}

.benchmark-carousel-overlay .benchmark-carousel-next {
  right: -2rem;
}

.benchmark-carousel-short .benchmark-carousel-viewport {
  height: 55vh;
  max-height: 560px;
  min-height: 300px;
}

.benchmark-carousel-short .benchmark-carousel-image {
  transform: scale(1);
}

@media screen and (min-width: 1024px) {
  .pipeline-align {
    width: 150%;
    max-width: calc(100vw - 2rem);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pipeline-caption {
  margin-top: 0.75rem;
  color: #444;
}

.publication-authors {
  /*color: #4286f4;*/
}

.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%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  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-video-column {
}

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

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

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

.benchmark-subtitle {
  margin-top: 1rem;
  color: #555;
}

.citation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.benchmark-controls {
  margin-top: 1.5rem;
}

.leaderboard-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

#leaderboard-empty,
#examples-empty {
  margin-top: 1.5rem;
}

#leaderboard-table td,
#leaderboard-table th {
  vertical-align: middle;
}

.leaderboard-links .button {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.example-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.example-card .card-content {
  flex-grow: 1;
}

.example-card .tags {
  margin-top: 0.75rem;
}

.tag-button.is-active {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}
