@media all {
  ._infinite-scroll-trigger {
    position: relative;
    top: -50vh;
  }
  ._rich-text * + h2,
  ._rich-text * + h3 {
    margin-top: 1em;
  }
  ._rich-text b {
    font-weight: 600;
  }
  ._rich-text a,
  ._rich-text u {
    text-decoration: underline;
  }
  ._rich-text i {
    font-style: italic;
  }
  ._nav-button {
    width: 1em;
    height: 1em;
    position: relative;
    margin-left: 0.375em;
    background-color: #100D4B;
    border-radius: 50%;
  }
  ._nav-button[disabled] {
    visibility: hidden;
  }
  ._nav-button .left,
  ._nav-button .right {
    width: 0.3em;
    height: 0.3em;
    position: absolute;
    top: calc(.35em - .5px);
    border: 2px solid white;
    border-top: none;
    border-right: none;
  }
  ._nav-button .left {
    left: calc(.4em - .5px);
    transform: rotate(45deg);
  }
  ._nav-button .right {
    right: calc(.4em - .5px);
    transform: rotate(-135deg);
  }
  ._intro .title {
    color: #100D4B;
  }
}
@media (min-width: 1025px) {
  ._empty {
    margin-top: 60px;
  }
  ._intro {
    margin-bottom: 60px;
  }
  ._intro .title {
    font-size: 60px;
  }
  ._intro .text {
    margin-top: 50px;
  }
  ._nav-button:hover {
    background-color: #D9E9F3 !important;
  }
  ._nav-button:hover .left,
  ._nav-button:hover .right {
    border-color: #100D4B !important;
  }
  ._zoomable .zoom-container {
    overflow: hidden;
  }
  ._zoomable .zooms {
    transition: transform 1s cubic-bezier(0.2, 0.01, 0.45, 1);
  }
  ._zoomable .zooms.fast {
    transition: transform 0.4s cubic-bezier(0.2, 0.01, 0.45, 1);
  }
  ._zoomable:hover .zooms {
    transform: scale(1.05);
  }
}
@media (max-width: 1024px) {
  ._empty {
    margin-top: 30px;
  }
  ._intro {
    margin-bottom: 30px;
  }
  ._intro .title {
    font-size: 26px;
  }
  ._intro .text {
    margin-top: 25px;
  }
}
