@import url("https://use.typekit.net/yzg6qxt.css");
html {
  font-size: min(max(16px, 2.1vw), 20px); }
  html:not(.no-js) {
    width: 100vw; }
  html body.darkmode {
    -webkit-filter: invert(1);
            filter: invert(1);
    background-color: #000; }
    html body.darkmode footer .vergeos button span:first-child {
      display: none; }
    html body.darkmode footer .vergeos button span:nth-child(2) {
      display: inline; }
    html body.darkmode article .modal:before {
      display: none; }
  html.no-js body {
    overflow: auto; }

body {
  margin: -10px 0;
  padding: 10px 0;
  position: relative;
  background-color: #fff;
  overflow: hidden; }

canvas {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

header {
  height: 50px;
  border: 2px solid #111;
  border-radius: 25px;
  margin: 10px auto;
  width: calc(100% - 20px);
  font-family: hydrophilia-liquid, sans-serif;
  color: #111;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  header:hover {
    z-index: 1000; }
  header .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%; }
    header .header-container a {
      color: #111;
      text-decoration: none;
      background-color: #fff;
      display: block;
      padding: 0 1rem;
      line-height: 46px;
      cursor: pointer; }
      header .header-container a:hover, header .header-container a:focus {
        -webkit-filter: invert(1);
                filter: invert(1); }
  header .left {
    border-right: 2px solid #111; }
    header .left a {
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px; }
      header .left a:hover {
        margin-top: -2px;
        margin-left: -2px;
        margin-bottom: -2px;
        margin-right: -2px;
        padding: 0 calc(1rem + 2px); }
  header .right {
    display: flex;
    flex-direction: row;
    font-size: 0.85rem; }
    @media (max-width: 749px) {
      header .right {
        display: none; } }
    header .right .nav-item-container {
      position: relative; }
      header .right .nav-item-container:hover a, header .right .nav-item-container:focus-within a {
        -webkit-filter: invert(1);
                filter: invert(1); }
      header .right .nav-item-container:hover .nav-item-expand, header .right .nav-item-container:focus-within .nav-item-expand {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        border: 2px solid #111;
        width: auto; }
        header .right .nav-item-container:hover .nav-item-expand .subitem-container, header .right .nav-item-container:focus-within .nav-item-expand .subitem-container {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap; }
        header .right .nav-item-container:hover .nav-item-expand a, header .right .nav-item-container:focus-within .nav-item-expand a {
          -webkit-filter: none;
                  filter: none;
          padding: 0.25rem 0.5rem;
          line-height: 1.25;
          align-item: flex-start;
          white-space: nowrap;
          cursor: pointer; }
          header .right .nav-item-container:hover .nav-item-expand a:first-letter, header .right .nav-item-container:focus-within .nav-item-expand a:first-letter {
            text-decoration: none; }
          header .right .nav-item-container:hover .nav-item-expand a:hover, header .right .nav-item-container:hover .nav-item-expand a:focus, header .right .nav-item-container:focus-within .nav-item-expand a:hover, header .right .nav-item-container:focus-within .nav-item-expand a:focus {
            -webkit-filter: invert(1);
                    filter: invert(1); }
      header .right .nav-item-container:first-child:hover .nav-item-expand {
        left: -2px; }
    header .right a {
      padding: 0 0.5rem;
      position: relative;
      cursor: pointer; }
      header .right a img {
        -webkit-transform: translate(-0.125rem, -0.125rem);
                transform: translate(-0.125rem, -0.125rem);
        margin-right: -0.25rem; }
      header .right a:first-letter {
        text-decoration: underline; }
    header .right .nav-item-expand {
      display: none; }

article {
  height: auto;
  border: 2px solid #111;
  border-radius: 25px;
  margin: 10px auto;
  width: calc(100% - 20px);
  font-family: adelle-sans, sans-serif;
  color: #111; }
  @media (min-width: 1024px) {
    article {
      min-height: 600px; } }
  article .modal .container .bottom .wrapper {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1024px) {
      article .modal .container .bottom .wrapper {
        margin: 60px auto; } }
    article .modal .container .bottom .wrapper .float-left, article .modal .container .bottom .wrapper .float-right {
      margin: 1rem 0;
      border: 2px solid #111;
      border-radius: 20px;
      padding: 0.25rem;
      background-color: #fff; }
      article .modal .container .bottom .wrapper .float-left .top, article .modal .container .bottom .wrapper .float-right .top {
        border: 2px solid #111;
        border-radius: 25px;
        font-family: hydrophilia-liquid, sans-serif;
        padding: 0 0.5rem;
        font-size: 0.85rem;
        line-height: 30px;
        height: auto; }
      article .modal .container .bottom .wrapper .float-left p, article .modal .container .bottom .wrapper .float-right p {
        margin: 0; }
        article .modal .container .bottom .wrapper .float-left p.switchable, article .modal .container .bottom .wrapper .float-right p.switchable {
          font-size: 1.25rem; }
      article .modal .container .bottom .wrapper .float-left .p-switch-wrapper, article .modal .container .bottom .wrapper .float-right .p-switch-wrapper {
        margin: 0.5rem 0 0;
        font-family: hydrophilia-liquid, sans-serif;
        border: 2px solid #111;
        border-radius: 25px;
        padding: 0.5rem; }
    article .modal .container .bottom .wrapper .float-left {
      margin-right: -1.75rem; }
    article .modal .container .bottom .wrapper .float-right {
      margin-left: -1.75rem; }
    @media (min-width: 1024px) {
      article .modal .container .bottom .wrapper .float-left {
        float: left;
        margin: 0 1rem 1rem -5rem;
        width: 65%; }
      article .modal .container .bottom .wrapper .float-right {
        float: right;
        margin: 0 -5rem 1rem 1rem;
        width: 65%; } }
    article .modal .container .bottom .wrapper .tone-switcher .buttons {
      width: 97.5%;
      display: flex;
      flex-direction: row;
      padding-top: 0.5rem;
      gap: 0.5rem;
      max-width: 25rem;
      margin-left: auto;
      margin-right: auto;
      justify-items: center;
      margin-bottom: 0.5rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media (min-width: 600px) {
        article .modal .container .bottom .wrapper .tone-switcher .buttons {
          flex-direction: row;
          gap: 1rem;
          -webkit-transform: translateX(-0.125rem);
                  transform: translateX(-0.125rem); }
          article .modal .container .bottom .wrapper .tone-switcher .buttons a {
            width: auto; } }
      article .modal .container .bottom .wrapper .tone-switcher .buttons a {
        flex: 1;
        background-color: #fff;
        font-family: hydrophilia-liquid, sans-serif;
        color: #111;
        font-size: 0.8rem;
        position: relative;
        z-index: 1;
        text-align: center;
        cursor: pointer; }
        article .modal .container .bottom .wrapper .tone-switcher .buttons a:hover span:first-child, article .modal .container .bottom .wrapper .tone-switcher .buttons a.active span:first-child {
          -webkit-filter: invert(1);
                  filter: invert(1);
          border-color: #fff; }
        article .modal .container .bottom .wrapper .tone-switcher .buttons a:hover span:last-child, article .modal .container .bottom .wrapper .tone-switcher .buttons a.active span:last-child {
          display: none; }
        article .modal .container .bottom .wrapper .tone-switcher .buttons a span {
          display: block;
          width: 100%;
          border: 2px solid #111;
          background-color: #fff;
          border-radius: 35px;
          height: 1.5rem;
          line-height: 1.5rem; }
        article .modal .container .bottom .wrapper .tone-switcher .buttons a span:nth-child(2) {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 0;
          -webkit-transform: translate(4px, 4px);
                  transform: translate(4px, 4px);
          border: 2px solid #111;
          content: "";
          display: block;
          border-radius: 35px;
          z-index: -1;
          display: none; }
          @media (min-width: 600px) {
            article .modal .container .bottom .wrapper .tone-switcher .buttons a span:nth-child(2) {
              display: block; } }
    article .modal .container .bottom .wrapper .headline-container {
      padding: 0.25rem;
      border-radius: 20px;
      border: 2px solid #111; }
      @media (min-width: 1024px) {
        article .modal .container .bottom .wrapper .headline-container {
          padding: 0.5rem;
          border-radius: 25px; } }
      article .modal .container .bottom .wrapper .headline-container .top {
        height: 35px;
        line-height: 35px;
        font-family: hydrophilia-liquid, sans-serif;
        margin-bottom: 0.25rem;
        padding: 0 1rem; }
      article .modal .container .bottom .wrapper .headline-container.tone-switcher .hl-border-wrapper {
        border-radius: 25px;
        border: 2px solid #111;
        font-family: hydrophilia-liquid, sans-serif;
        padding: 1rem; }
        article .modal .container .bottom .wrapper .headline-container.tone-switcher .hl-border-wrapper .dek {
          font-size: 1.275rem;
          margin-top: 0.5rem; }
      article .modal .container .bottom .wrapper .headline-container.tone-switcher h1.switchable {
        font-size: 2.25rem;
        margin: 0;
        position: relative;
        line-height: 1.25; }
        @media (min-width: 1024px) {
          article .modal .container .bottom .wrapper .headline-container.tone-switcher h1.switchable {
            padding-top: 0.5rem; } }
        article .modal .container .bottom .wrapper .headline-container.tone-switcher h1.switchable .tone-set {
          display: inline-block;
          opacity: 0;
          word-break: break-word; }
          article .modal .container .bottom .wrapper .headline-container.tone-switcher h1.switchable .tone-set.hidden {
            display: none; }
        article .modal .container .bottom .wrapper .headline-container.tone-switcher h1.switchable .tone-set.visible {
          display: inline-block;
          opacity: 1; }
          article .modal .container .bottom .wrapper .headline-container.tone-switcher h1.switchable .tone-set.visible.hidden {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        article .modal .container .bottom .wrapper .headline-container.tone-switcher h1.switchable .dek {
          font-size: 0.365em;
          margin-top: 0.5rem;
          display: block; }
    article .modal .container .bottom .wrapper .main-content {
      position: relative; }
    article .modal .container .bottom .wrapper .metadata {
      border-radius: 20px;
      border: 2px solid #111;
      font-family: hydrophilia-liquid, sans-serif;
      background-color: #fff;
      margin: 1rem 0.5rem;
      display: block;
      padding: 0.25rem; }
      @media (min-width: 600px) {
        article .modal .container .bottom .wrapper .metadata {
          margin: 1rem auto;
          display: inline-block;
          padding: 0.5rem 1rem 0.5rem;
          border-radius: 25px; } }
      @media (min-width: 1024px) {
        article .modal .container .bottom .wrapper .metadata {
          display: inline-block;
          -webkit-transform: translate(-2rem, -87.5%);
                  transform: translate(-2rem, -87.5%);
          position: absolute;
          right: 0;
          top: 0;
          padding: 0.5rem; } }
      article .modal .container .bottom .wrapper .metadata .byline {
        border-radius: 25px;
        border: 2px solid #111;
        padding: 0.25rem 0.75rem;
        margin-bottom: 0.25rem;
        font-size: 0.85rem;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row; }
        article .modal .container .bottom .wrapper .metadata .byline span {
          white-space: nowrap;
          line-height: 1.25rem; }
          article .modal .container .bottom .wrapper .metadata .byline span:first-letter {
            text-decoration: underline; }
        article .modal .container .bottom .wrapper .metadata .byline span:last-child {
          margin-left: 2.5rem;
          text-align: right;
          flex: 1;
          -ms-grid-column-align: right;
              justify-self: right; }
        @media (min-width: 600px) {
          article .modal .container .bottom .wrapper .metadata .byline {
            font-size: 1.1rem; }
            article .modal .container .bottom .wrapper .metadata .byline span:last-child {
              font-size: 0.85em; } }
      article .modal .container .bottom .wrapper .metadata .date {
        text-align: center;
        margin-top: 0.5rem; }
        @media (min-width: 1024px) {
          article .modal .container .bottom .wrapper .metadata .date {
            text-align: left;
            font-size: 0.85rem;
            margin: 0 0 0 0.5rem; } }
        article .modal .container .bottom .wrapper .metadata .date:first-letter {
          text-decoration: underline; }
    article .modal .container .bottom .wrapper .text-container {
      padding: 1rem;
      border-radius: 25px;
      border: 2px solid #111;
      margin-bottom: 3rem; }
      article .modal .container .bottom .wrapper .text-container:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        article .modal .container .bottom .wrapper .text-container {
          padding: 2.5rem;
          margin-top: 3rem;
          margin-bottom: 0; }
          article .modal .container .bottom .wrapper .text-container.first {
            margin-top: 5.5rem; } }
      article .modal .container .bottom .wrapper .text-container p {
        line-height: 1.4; }
        article .modal .container .bottom .wrapper .text-container p:first-child {
          margin-top: 0; }
          article .modal .container .bottom .wrapper .text-container p:first-child:first-letter {
            float: left;
            font-size: 4.7rem;
            font-family: hydrophilia-liquid, sans-serif;
            margin: -20px 4px -33px 0; }
        article .modal .container .bottom .wrapper .text-container p a {
          color: #111;
          cursor: pointer; }

.home {
  display: inline-block;
  text-align: left;
  color: #111;
  text-decoration: none;
  font-family: hydrophilia-liquid, sans-serif;
  padding: 0.75rem 1.5rem; }
  @media (min-width: 1024px) {
    .home {
      display: none; } }
html.no-js article .buttons {
  display: none !important; }

html.no-js article .draggable, html.no-js article .background, html.no-js article .resize {
  display: none; }

html.no-js article .modal .container .wrapper .headline-container.tone-switcher h1 {
  border: none; }
  html.no-js article .modal .container .wrapper .headline-container.tone-switcher h1.switchable .tone-set {
    display: none; }
    html.no-js article .modal .container .wrapper .headline-container.tone-switcher h1.switchable .tone-set.visible {
      display: inline-block; }

html.no-js article .switchable span {
  display: none; }
  html.no-js article .switchable span.visible {
    display: inline-block; }

html.no-js article .art {
  display: none; }

html.no-js article .modal {
  width: auto !important;
  height: auto !important;
  left: auto !important;
  top: auto !important; }

html.no-js article #modal-credits .main-content {
  border: 2px solid #111;
  border-radius: 25px;
  padding: 2.5rem; }

html.no-js article .credits-container {
  margin-left: -2px; }
  html.no-js article .credits-container:before {
    content: "Credits";
    width: 100%;
    font-family: hydrophilia-liquid, sans-serif;
    display: block;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.5rem; }
  html.no-js article .credits-container table {
    width: 100%; }
  html.no-js article .credits-container tr:first-child, html.no-js article .credits-container tr:nth-child(n+11) {
    display: none; }
  html.no-js article .credits-container tr:nth-child(2) td {
    font-weight: 900; }
  html.no-js article .credits-container td:first-child {
    display: none; }
  html.no-js article .credits-container td:last-child {
    text-align: right; }

html:not(.no-js) article {
  height: calc(100vh - 150px);
  overflow: hidden; }
  @media (min-width: 1024px) {
    html:not(.no-js) article {
      height: calc(100vh - 150px); } }
  html:not(.no-js) article .open {
    position: absolute;
    padding: 0.5rem 1rem 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 0.25rem;
    cursor: pointer; }
    html:not(.no-js) article .open.dragging {
      background-color: #fff;
      -webkit-filter: invert(1);
              filter: invert(1); }
    html:not(.no-js) article .open:focus, html:not(.no-js) article .open:hover {
      background-color: #fff;
      -webkit-filter: invert(1);
              filter: invert(1);
      z-index: 2; }
    html:not(.no-js) article .open img {
      width: 3rem; }
    html:not(.no-js) article .open .label {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 0.85rem;
      line-height: 1rem;
      font-family: hydrophilia-liquid, sans-serif; }
  html:not(.no-js) article .background {
    width: 100%;
    height: 100%;
    position: relative; }
    html:not(.no-js) article .background video {
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      opacity: 0.25;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  html:not(.no-js) article .modal {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 75%;
    height: 75%;
    z-index: 20;
    display: none;
    resize: both;
    min-width: 975px;
    min-height: 275px; }
    html:not(.no-js) article .modal:focus-within {
      z-index: 21; }
    html:not(.no-js) article #modal-credits.modal {
      min-width: 400px;
      width: 600px;
      height: 495px;
      top: 125px;
      left: 25%; }
      html:not(.no-js) article #modal-credits.modal .credits-container {
        margin-left: -2px;
        margin-right: -2px; }
      html:not(.no-js) article #modal-credits.modal .container .top .switchable {
        position: relative; }
        html:not(.no-js) article #modal-credits.modal .container .top .switchable span {
          display: inline-block;
          opacity: 0;
          word-break: break-word; }
          html:not(.no-js) article #modal-credits.modal .container .top .switchable span.hidden {
            display: none; }
        html:not(.no-js) article #modal-credits.modal .container .top .switchable span.visible {
          display: inline-block;
          opacity: 1; }
          html:not(.no-js) article #modal-credits.modal .container .top .switchable span.visible.hidden {
            position: absolute;
            top: 50%;
            left: 0rem;
            right: 0rem;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
      html:not(.no-js) article #modal-credits.modal .container .bottom {
        font-family: hydrophilia-liquid, sans-serif;
        padding: 0; }
        @media (min-width: 1024px) {
          html:not(.no-js) article #modal-credits.modal .container .bottom {
            padding-right: 11px; } }
        html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper {
          margin: 0 auto;
          max-width: 100%; }
          html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper table {
            border-collapse: collapse;
            border-radius: 25px;
            width: 100%;
            margin-top: -2px;
            margin-bottom: -2px;
            overflow: hidden; }
          html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper td, html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper th {
            font-size: 0.85rem;
            border: 2px solid #111;
            border-collapse: collapse;
            padding: 0.25rem; }
          html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper tr:first-child {
            border-top: none;
            background-color: #ccc; }
            html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper tr:first-child th {
              text-align: center; }
          html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper tr:last-child {
            border-bottom: none; }
          html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper td:first-child {
            border-left: none;
            background-color: #ccc;
            text-align: center; }
          html:not(.no-js) article #modal-credits.modal .container .bottom .wrapper td:last-child {
            border-right: none; }
    html:not(.no-js) article .modal .resize {
      position: absolute; }
    html:not(.no-js) article .modal .resize-vert {
      width: 5px;
      top: 20px;
      bottom: 20px;
      right: 0;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      cursor: ew-resize;
      z-index: 10; }
    html:not(.no-js) article .modal p.switchable {
      position: relative; }
      html:not(.no-js) article .modal p.switchable span {
        display: inline-block; }
        html:not(.no-js) article .modal p.switchable span.hidden {
          display: none; }
          html:not(.no-js) article .modal p.switchable span.hidden.visible {
            display: inline-block;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
    html:not(.no-js) article .modal .resize-horzt {
      height: 5px;
      left: 20px;
      right: 20px;
      bottom: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      cursor: ns-resize;
      z-index: 10; }
    html:not(.no-js) article .modal .resize-corner {
      height: 20px;
      width: 20px;
      right: 0;
      bottom: 0;
      -webkit-transform: translateX(2.5px);
              transform: translateX(2.5px);
      cursor: nwse-resize;
      z-index: 10; }
    html:not(.no-js) article .modal.modal-active {
      display: block; }
      @media (max-width: 1023px) {
        html:not(.no-js) article .modal.modal-active {
          top: 70px !important;
          height: calc(100vh - 126px) !important;
          width: 100vw !important;
          left: 0 !important;
          z-index: 200;
          background-color: #fff;
          border-radius: 0;
          min-width: 0 !important;
          min-height: 0 !important; }
          html:not(.no-js) article .modal.modal-active:before {
            display: none; }
          html:not(.no-js) article .modal.modal-active .headline-container, html:not(.no-js) article .modal.modal-active .text-container {
            border: none; }
          html:not(.no-js) article .modal.modal-active .top.draggable {
            height: 0 !important;
            border: none !important;
            margin-bottom: -10px; }
            html:not(.no-js) article .modal.modal-active .top.draggable .modal-close {
              -webkit-transform: translate(-3px, -58px);
                      transform: translate(-3px, -58px); }
            html:not(.no-js) article .modal.modal-active .top.draggable .left {
              display: none; }
          html:not(.no-js) article .modal.modal-active .bottom {
            overflow-x: hidden;
            width: 100%;
            padding: 10px 10px 13px 4px; }
          html:not(.no-js) article .modal.modal-active .min, html:not(.no-js) article .modal.modal-active .max {
            display: none; }
          html:not(.no-js) article .modal.modal-active .container {
            border: none;
            padding: 10px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
          html:not(.no-js) article .modal.modal-active .draggable, html:not(.no-js) article .modal.modal-active .resize {
            pointer-events: none; }
            html:not(.no-js) article .modal.modal-active .draggable button, html:not(.no-js) article .modal.modal-active .resize button {
              pointer-events: auto; }
              html:not(.no-js) article .modal.modal-active .draggable button.max div, html:not(.no-js) article .modal.modal-active .resize button.max div {
                -webkit-transform: translate(-50%, -50%) translateX(2px) translateY(-2px);
                        transform: translate(-50%, -50%) translateX(2px) translateY(-2px);
                width: 40%;
                padding-top: 30%; }
                html:not(.no-js) article .modal.modal-active .draggable button.max div:before, html:not(.no-js) article .modal.modal-active .resize button.max div:before {
                  display: block;
                  position: absolute;
                  content: "";
                  top: -3px;
                  bottom: -2px;
                  left: -2px;
                  right: -2px;
                  border: 2px solid #111;
                  background-color: #fff;
                  border-top-width: 3px;
                  -webkit-transform: translateX(-4px) translateY(4px);
                          transform: translateX(-4px) translateY(4px); } }
      @media (max-width: 749px) {
        html:not(.no-js) article .modal.modal-active .top.draggable .left {
          -webkit-transform: translate(100px, -58px);
                  transform: translate(100px, -58px);
          display: block; }
        html:not(.no-js) article .modal.modal-active .top.draggable .modal-close {
          -webkit-transform: translate(-3px, -104px);
                  transform: translate(-3px, -104px); } }
      @media (max-width: 599px) {
        html:not(.no-js) article .modal.modal-active .metadata {
          padding: 0.5rem 1rem;
          display: block; }
          html:not(.no-js) article .modal.modal-active .metadata .byline {
            border: none;
            margin-bottom: 0;
            flex-direction: column;
            justify-items: center;
            font-size: 1rem; }
            html:not(.no-js) article .modal.modal-active .metadata .byline span {
              text-align: center; }
              html:not(.no-js) article .modal.modal-active .metadata .byline span:last-child {
                margin-left: 0;
                text-align: right;
                font-size: 1em; }
          html:not(.no-js) article .modal.modal-active .metadata .date {
            margin-top: 0; } }
    html:not(.no-js) article .modal .container {
      border: 2px solid #111;
      border-radius: 25px;
      background-color: #fff;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 10px 10px 15px 15px;
      display: flex;
      flex-direction: column;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      gap: 10px; }
      @media (min-width: 1024px) {
        html:not(.no-js) article .modal .container:before, html:not(.no-js) article .modal .container:after {
          content: "";
          position: absolute;
          border: 2px solid #000;
          display: block;
          pointer-events: none; }
        html:not(.no-js) article .modal .container:before {
          border-radius: 25px;
          top: 68px;
          bottom: 15px;
          left: 15px;
          right: 55px;
          z-index: 2;
          -webkit-box-shadow: 0 0 0 12px #fff;
                  box-shadow: 0 0 0 12px #fff; } }
  @media (min-width: 1024px) and (max-width: 1023px) {
    html:not(.no-js) article .modal .container:before {
      bottom: 10px; } }
      @media (min-width: 1024px) {
        html:not(.no-js) article .modal .container:after {
          width: 33px;
          border-radius: 38px;
          top: 68px;
          bottom: 13px;
          right: 11px;
          z-index: 3; } }
  @media (min-width: 1024px) and (max-width: 1023px) {
    html:not(.no-js) article .modal .container:after {
      bottom: 8px; } }
      html:not(.no-js) article .modal .container .top {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 50px;
        border-radius: 25px;
        border: 2px solid #111;
        line-height: 46px;
        cursor: move;
        z-index: 4;
        padding-left: 15px; }
        html:not(.no-js) article .modal .container .top .left {
          display: inline-block;
          font-family: hydrophilia-liquid, sans-serif; }
        html:not(.no-js) article .modal .container .top button {
          float: right;
          height: 36px;
          border-radius: 50%;
          border: 2px solid #111;
          background-color: #fff;
          width: 36px;
          margin: 5px;
          margin-left: 0;
          cursor: pointer;
          position: relative; }
          html:not(.no-js) article .modal .container .top button:hover {
            -webkit-filter: invert(1);
                    filter: invert(1);
            border: 2px solid #fff; }
          html:not(.no-js) article .modal .container .top button div {
            height: 2px;
            background-color: #111;
            position: absolute; }
          html:not(.no-js) article .modal .container .top button.max div {
            top: 50%;
            left: 50%;
            width: 50%;
            padding-top: 35%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background-color: #fff;
            border: 2px solid #111;
            border-top-width: 3px; }
          html:not(.no-js) article .modal .container .top button.min div {
            bottom: 20%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: calc(200% / 3); }
          html:not(.no-js) article .modal .container .top button.close div {
            top: 50%;
            left: 50%;
            width: 75%;
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                    transform: translate(-50%, -50%) rotate(-45deg); }
            html:not(.no-js) article .modal .container .top button.close div:nth-child(2) {
              -webkit-transform: translate(-50%, -50%) rotate(45deg);
                      transform: translate(-50%, -50%) rotate(45deg); }
      html:not(.no-js) article .modal .container .bottom {
        flex: 1;
        border: 2px solid #000;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        overflow-y: scroll;
        padding: 15px;
        border-radius: 20px; }
        @media (min-width: 1024px) {
          html:not(.no-js) article .modal .container .bottom {
            width: calc(100% - 7px);
            padding: 15px;
            padding-left: 2px;
            padding-bottom: 13px;
            border: none;
            border-radius: 25px; } }
        html:not(.no-js) article .modal .container .bottom .top {
          cursor: default; }
        html:not(.no-js) article .modal .container .bottom:focus {
          outline: 0; }
        @media (min-width: 1024px) {
          html:not(.no-js) article .modal .container .bottom::-webkit-scrollbar {
            width: 25px; }
          html:not(.no-js) article .modal .container .bottom::-webkit-scrollbar-track {
            background-color: #fff;
            border-radius: 9px;
            border: 1px solid #111; }
          html:not(.no-js) article .modal .container .bottom::-webkit-scrollbar-thumb {
            border-radius: 15px;
            border: 4px solid transparent;
            background-clip: content-box;
            background-color: #fff;
            -webkit-box-shadow: inset 0 0 0px 1px #111;
                    box-shadow: inset 0 0 0px 1px #111; }
          html:not(.no-js) article .modal .container .bottom::-webkit-scrollbar-button:vertical:start:decrement {
            display: block;
            border-radius: 100%;
            height: 30px;
            background-repeat: no-repeat;
            background-image: url("https://cdn.vox-cdn.com/csk/69d319b0-e565-4bef-a7af-81f02d628569/bc410b3c-d099-411d-8ef0-8a947a4f90dd/images/scroll_up.svg");
            background-position: center 50%;
            background-size: 90% auto; }
          html:not(.no-js) article .modal .container .bottom::-webkit-scrollbar-button:vertical:end:increment {
            display: block;
            height: 30px;
            border-radius: 100%;
            background-repeat: no-repeat;
            background-image: url("https://cdn.vox-cdn.com/csk/69d319b0-e565-4bef-a7af-81f02d628569/bc410b3c-d099-411d-8ef0-8a947a4f90dd/images/scroll_down.svg");
            background-position: center 50%;
            background-size: 100% auto; } }
        html:not(.no-js) article .modal .container .bottom .art {
          width: 100%;
          margin: 2.5rem auto;
          border: 2px solid #111;
          border-radius: 25px;
          display: flex;
          flex-direction: column;
          padding: 0.75rem;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          gap: 0.25rem;
          font-family: hydrophilia-liquid, sans-serif;
          background-color: #fff; }
          html:not(.no-js) article .modal .container .bottom .art .credit {
            text-align: right;
            font-size: 0.9rem;
            -webkit-transform: translate(-1rem, 0.25rem);
                    transform: translate(-1rem, 0.25rem); }
          html:not(.no-js) article .modal .container .bottom .art.nudge-left {
            margin-left: -1.75rem;
            margin-right: -1.75rem;
            width: auto; }
            @media (min-width: 600px) {
              html:not(.no-js) article .modal .container .bottom .art.nudge-left {
                margin-left: -4rem;
                width: calc(100% + 4rem);
                margin-right: auto; } }
          html:not(.no-js) article .modal .container .bottom .art.nudge-right {
            margin-left: -1.75rem;
            margin-right: -1.75rem;
            width: auto; }
            @media (min-width: 600px) {
              html:not(.no-js) article .modal .container .bottom .art.nudge-right {
                margin-right: -4rem;
                width: calc(100% + 4rem);
                margin-left: auto; } }
          html:not(.no-js) article .modal .container .bottom .art .header {
            border: 2px solid #111;
            border-radius: 25px;
            padding-left: 0.5rem;
            overflow: hidden; }
          html:not(.no-js) article .modal .container .bottom .art .dummy {
            font-size: 0.85rem; }
            html:not(.no-js) article .modal .container .bottom .art .dummy span {
              display: inline-block;
              margin: 0 0.75rem 0 0.5rem; }
              html:not(.no-js) article .modal .container .bottom .art .dummy span:first-letter {
                text-decoration: underline; }
          html:not(.no-js) article .modal .container .bottom .art .art-container {
            width: 100%;
            border-radius: 25px;
            overflow: hidden;
            position: relative;
            background-color: #111; }
            html:not(.no-js) article .modal .container .bottom .art .art-container video {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
              html:not(.no-js) article .modal .container .bottom .art .art-container video.desktop {
                display: none; }
              @media (min-width: 600px) {
                html:not(.no-js) article .modal .container .bottom .art .art-container video.mobile {
                  display: none; }
                html:not(.no-js) article .modal .container .bottom .art .art-container video.desktop {
                  display: block; } }
          html:not(.no-js) article .modal .container .bottom .art.no-mobile {
            display: none; }
            @media (min-width: 600px) {
              html:not(.no-js) article .modal .container .bottom .art.no-mobile {
                display: block; } }
    html:not(.no-js) article .modal:before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #111;
      border-radius: 30px;
      -webkit-transform: translate(-15px, 15px);
              transform: translate(-15px, 15px);
      z-index: -1; }
    html:not(.no-js) article .modal.max {
      top: 82px !important;
      height: calc(100vh - 150px) !important;
      width: calc(100vw - 20px) !important;
      left: 10px !important;
      z-index: 200;
      background-color: #fff;
      border-radius: 25px; }
      html:not(.no-js) article .modal.max:before {
        display: none; }
      html:not(.no-js) article .modal.max .container {
        border: none; }
      html:not(.no-js) article .modal.max .resize {
        display: none; }
      html:not(.no-js) article .modal.max .draggable, html:not(.no-js) article .modal.max .resize {
        pointer-events: none; }
        html:not(.no-js) article .modal.max .draggable button, html:not(.no-js) article .modal.max .resize button {
          pointer-events: auto; }
          html:not(.no-js) article .modal.max .draggable button.max div, html:not(.no-js) article .modal.max .resize button.max div {
            -webkit-transform: translate(-50%, -50%) translateX(2px) translateY(-2px);
                    transform: translate(-50%, -50%) translateX(2px) translateY(-2px);
            width: 40%;
            padding-top: 30%; }
            html:not(.no-js) article .modal.max .draggable button.max div:before, html:not(.no-js) article .modal.max .resize button.max div:before {
              display: block;
              position: absolute;
              content: "";
              top: -3px;
              bottom: -2px;
              left: -2px;
              right: -2px;
              border: 2px solid #111;
              background-color: #fff;
              border-top-width: 3px;
              -webkit-transform: translateX(-4px) translateY(4px);
                      transform: translateX(-4px) translateY(4px); }

.endmark {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  background-color: #111;
  margin-left: 0.25rem; }

footer {
  height: 50px;
  border: 2px solid #111;
  border-radius: 25px;
  margin: 10px auto;
  width: calc(100% - 20px);
  font-family: hydrophilia-liquid, sans-serif;
  color: #111;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1023px) {
    footer {
      height: 55px;
      text-align: center; } }
  footer .vergeos {
    float: left;
    line-height: 46px;
    padding-left: 1rem;
    font-size: 0; }
    @media (max-width: 599px) {
      footer .vergeos {
        display: none; } }
    footer .vergeos .vos {
      display: none; }
    @media (min-width: 1024px) {
      footer .vergeos .vos {
        display: inline-block; } }
    @media (min-width: 1250px) {
      footer .vergeos {
        font-size: 1rem; } }
    footer .vergeos button {
      height: 25px;
      margin-top: 15px;
      margin-bottom: 10px;
      border-radius: 18px;
      background-color: #111;
      color: #fff;
      border: 2px solid transparent;
      font-family: hydrophilia-liquid, sans-serif;
      text-align: center;
      width: 5rem;
      border: none;
      cursor: pointer;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
      @media (min-width: 1250px) {
        footer .vergeos button {
          margin-left: 25px;
          margin-top: 10px; } }
      footer .vergeos button:hover {
        -webkit-filter: invert(1);
                filter: invert(1);
        border: 2px solid #fff; }
      footer .vergeos button span:nth-child(2) {
        display: none; }
  footer .footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: auto;
    justify-content: flex-end; }
    @media (max-width: 1023px) {
      footer .footer-container {
        padding: 0 10px; } }
    footer .footer-container a {
      color: #111;
      text-decoration: none;
      background-color: #fff;
      display: inline-block;
      padding: 0 0.25rem;
      cursor: pointer; }
      @media (min-width: 1024px) {
        footer .footer-container a {
          line-height: 46px;
          padding: 0 1rem; } }
      footer .footer-container a:hover, footer .footer-container a:focus {
        -webkit-filter: invert(1);
                filter: invert(1); }
    footer .footer-container .left {
      display: flex;
      flex-direction: row;
      font-size: 0.7rem;
      align-items: center; }
    footer .footer-container .right {
      padding: 0 1rem;
      font-size: 0.70rem;
      border-left: 2px solid #111; }
      @media (max-width: 1023px) {
        footer .footer-container .right {
          border-left: none; } }
      footer .footer-container .right a {
        display: inline;
        padding: 0; }
        footer .footer-container .right a:hover, footer .footer-container .right a:focus {
          -webkit-filter: none;
                  filter: none;
          text-decoration: underline; }

html.no-js footer .vergeos button {
  display: none; }
