.wrapper section.active {
  visibility: visible;
  opacity: 1;
}

.wrapper section.active .animate-in-text {
  visibility: visible;
  opacity: 1;
}

.wrapper .extra-content.is-open {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1100;
  padding: 0.65rem 0.9rem;
  border-radius: 0.25rem;
  background: #fff;
  color: #092f3b;
  transform: translateY(-180%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.wrapper a.start-button,
.wrapper a.final-button {
  display: inline-block;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 3px solid #ffe45c !important;
  outline-offset: 4px;
}

@media only screen and (min-width: 768px) {
  .wrapper .info-pane {
    max-height: calc(100vh - 28rem);
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, 0.7) rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper .info-pane {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}
