[hidden] {
  display: none; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal; }
  .visually-hidden--off, .visually-hidden--focusable:active, .visually-hidden--focusable:focus, .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible; }

.is-opaque {
  opacity: 0; }

