@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, video {
  display: block;
}

i, em {
  font-style: italic;
}

*, *:before, *:after {
  box-sizing: border-box;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

button {
  outline: 0;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  color: #111;
}

@font-face {
  font-family: "TWK Everett";
  font-style: normal;
  src: url("../fonts/TWKEverett-Light.woff2") format("woff2");
}
.type-small-text {
  font-family: "TWK Everett", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1.55em;
  font-weight: 500;
  text-transform: none !important;
  max-width: 50vw;
  transition: color 400ms;
}
@media (min-width: 20000px) {
  .type-small-text {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .type-small-text {
    font-size: 16px;
    line-height: 1.55em;
  }
}
@media (max-width: 768px) {
  .type-small-text {
    max-width: initial;
    width: auto;
  }
}

.type-medium-text {
  font-size: 2.6vw;
  line-height: 1.3em;
  font-family: "TWK Everett", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  transition: color 400ms;
}
@media (min-width: 20000px) {
  .type-medium-text {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media (max-width: 768px) {
  .type-medium-text {
    font-size: 30px;
    line-height: 1.3em;
  }
}

.white-text .single-container .type-small-text,
.white-text .single-container .type-medium-text,
.white-text .single-container a .white-text figure:after {
  color: #fff;
}

.type-medium-text + .type-small-text {
  margin-top: 3em;
}

html {
  width: 100%;
  height: 100%;
  font-size: 1vw;
  user-select: none;
  background: #F4F5F1;
}

.media-check {
  text-indent: 30px;
}
@media (max-width: 768px) {
  .media-check {
    text-indent: 10px;
  }
}

* {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.loading,
.loading * {
  cursor: wait !important;
}

@keyframes pageIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pageOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
a {
  color: #000;
  border: 0;
  text-decoration: none;
}

a:hover {
  color: #000;
  border: 0;
  text-decoration: none;
}

::selection {
  background: #ddd;
  color: #000;
  text-shadow: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

button {
  outline: 0;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  color: #111;
}

.split-character {
  opacity: 1;
  transition: opacity 100ms;
}

.type-small-text .split-character {
  transition: none;
}

.hidden-character {
  opacity: 0;
}

.type-medium-type p:not(p + p):before {
  content: "";
  width: 1.3em;
  margin-right: 0.1em;
  display: inline-block;
  border-top: 0.06em solid #FFF;
  height: 0.34em;
}

p + p {
  margin-top: 0.75em;
  text-indent: 0;
}

.type-small-text p + p {
  margin-top: 0.75em;
}
@media (max-width: 768px) {
  .type-small-text p + p {
    margin-top: 0.75em;
  }
}

.type-medium-text a,
.type-medium-text a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.12em;
  text-decoration-color: #000;
}

.type-small-text a,
.type-small-text a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.12em;
  text-decoration-color: #000;
}


.page-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 33.3333333333%;
  overflow-y: scroll;
  overflow-x: hidden;
  cursor: cell;
  visibility: hidden;
}
@media (max-width: 768px) {
  .page-container {
    width: 50%;
    overscroll-behavior: none;
  }
}

.shown-intro .page-container {
  visibility: visible;
}

.loading .page-container {
  pointer-events: none;
}

.at-top .page-container {
  cursor: help;
}

.autoscroll .page-container {
  overflow-y: hidden;
  pointer-events: none;
}

.page-container:nth-child(1) {
  left: 0;
  pointer-events: none;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .page-container:nth-child(1) {
    display: none;
  }
}

.page-container:nth-child(2) {
  left: 33.3333333333%;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  pointer-events: none;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .page-container:nth-child(2) {
    border-left: none !important;
    left: 0;
  }
}

.show-real-lines .page-container:nth-child(2) {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: none;
}

.page-container:nth-child(3) {
  left: 0;
  padding-left: 66.6666666666%;
  width: 100%;
  scroll-snap-type: y mandatory;
}
@media (max-width: 768px) {
  .page-container:nth-child(3) {
    padding-left: 50%;
  }
}

.column {
  display: flex;
  flex-direction: column;
  position: relative;
}

.section {
  height: calc(100vh + 0px);
  width: 100%;
  display: flex;
  flex-direction: column;
  scroll-snap-stop: always;
  scroll-snap-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .section {
    scroll-snap-stop: normal;
  }
}

.autoscroll .section {
  scroll-snap-align: none;
  pointer-events: none;
}

.column a {
  cursor: cell;
}

.title,
.title-cover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  text-align: center;
  font-weight: 300;
  margin-top: -0.025em;
  text-transform: uppercase;
  font-size: 13vw;
  line-height: 1.05em;
  font-family: "TWK Everett", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 20000px) {
  .title,
  .title-cover {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .title,
  .title-cover {
    font-size: 14vw;
    line-height: 1.05em;
  }
}
@media (max-width: 768px) {
  .title,
  .title-cover {
    width: 99vw;
  }
}

.title {
  opacity: 0;
  animation: home-wait-title 800ms forwards;
  animation-delay: 1000ms;
}

.single .title {
  animation-delay: 0ms;
}

.title-cover {
  display: none;
}

@keyframes title-cover {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes home-wait-title {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block {
  width: 100%;
  height: 50vw;
  border-bottom: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .block {
    height: 50svh;
  }
}

.show-real-lines .block {
  border-bottom: 1px solid #FFF;
}

.page-container:nth-child(1) .block:nth-child(1) .block-inner {
  transition-delay: 0ms;
}

.page-container:nth-child(1) .block:nth-child(2) .block-inner {
  transition-delay: 500ms;
}

.page-container:nth-child(2) .block:nth-child(1) .block-inner {
  transition-delay: 100ms;
}

.page-container:nth-child(2) .block:nth-child(2) .block-inner {
  transition-delay: 300ms;
}

.page-container:nth-child(3) .block:nth-child(1) .block-inner {
  transition-delay: 200ms;
}

.page-container:nth-child(3) .block:nth-child(2) .block-inner {
  transition-delay: 400ms;
}

.block-inner {
  transition: opacity 160ms, transform 160ms;
}

.block.hide-block .block-inner {
  opacity: 0;
}

.block img {
  width: 12vw;
  height: 16vw;
  object-fit: cover;
}
@media (max-width: 768px) {
  .block img {
    width: 35vw;
    height: 48vw;
  }
}

.page-container:nth-child(2) .section:last-child .block:nth-child(2) {
  border-bottom: 0;
}

.meta {
  position: absolute;
  bottom: calc((50vh - 16vw) / 4);
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "SF Mono", SFMono-Regular, ui-monospace, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9vw;
  line-height: 1.85em;
  font-weight: 400;
  text-transform: none !important;
  letter-spacing: 0.05em;
}
@media (min-width: 20000px) {
  .meta {
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .meta {
    font-size: 0.9vw;
    line-height: 1.85em;
  }
}
@media (max-width: 768px) {
  .meta {
    width: 30vw;
    text-align: center;
    bottom: calc((50svh - 48vw) / 4);
    display: none;
  }
}

.first .meta {
  display: none;
}

@keyframes block-hide-image {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.single-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: scroll;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: row;
  display: none;
}
@media (max-width: 768px) {
  .single-container {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.project-open .single-container {
  pointer-events: auto;
  opacity: 1;
  display: flex;
}

.single-container * {
  text-wrap: pretty;
  color: #000;
}

.single-container-spacer {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  cursor: alias;
}
@media (max-width: 768px) {
  .single-container-spacer {
    width: 100vw;
    height: 101vh;
  }
}

@media (max-width: 768px) {
  .single-container-spacer:last-child {
    display: none;
  }
}

.single-container-inner {
  border-left: 1px solid #000;
  background: #F4F5F1;
  background: #fff;
  min-width: 101vw;
  height: 100vh;
  position: relative;
  flex-shrink: 0;
  transition: background 400ms;
  display: flex;
}
@media (max-width: 768px) {
  .single-container-inner {
    min-width: 100vw;
    min-height: 101vh;
    flex-direction: column;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #FFF;
    height: auto;
    padding-bottom: 60px;
    padding-right: 0;
  }
}

.single-container-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #000;
}
@media (max-width: 768px) {
  .single-container-inner:after {
    display: none;
  }
}

.single-container-title {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 60px;
  line-height: 60px;
  border-right: 1px solid #000;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  font-family: "TWK Everett", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1.55em;
  font-weight: 500;
  text-transform: none !important;
  background: #F4F5F1;
}
@media (min-width: 20000px) {
  .single-container-title {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .single-container-title {
    font-size: 16px;
    line-height: 1.55em;
  }
}
@media (max-width: 768px) {
  .single-container-title {
    width: 100vw;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #FFF;
    border-right: none;
    padding: 0 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}


.single-container-title-inner {
  writing-mode: tb-rl;
  transform: rotate(180deg);
  font-family: "TWK Everett", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1.55em;
  font-weight: 500;
  text-transform: none !important;
}
@media (min-width: 20000px) {
  .single-container-title-inner {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .single-container-title-inner {
    font-size: 16px;
    line-height: 1.55em;
  }
}
@media (max-width: 768px) {
  .single-container-title-inner {
    writing-mode: initial;
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  .single-container-title-inner span {
    display: none;
  }
}

.single-project {
  position: relative;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .single-project {
    flex-direction: column;
  }
}

.minimap {
  position: sticky;
  left: calc(50vw - 300px);
  bottom: 2.5vw;
  display: inline-block;
  width: 600px;
  margin: 0 5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5px;
  display: none;
}

.minimap-module {
  flex-shrink: 0;
  width: 146.25px;
  height: 4px;
  border: 1px solid #FFF;
}

.minimap-active {
  background: #000;
}

.single-project-modules {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .single-project-modules {
    flex-direction: column;
    padding: 10px;
  }
}

.module {
  padding: 0 7.5vw;
}
@media (max-width: 768px) {
  .module {
    padding: 40px 0 0;
  }
}

.module:last-child {
  margin-right: 7.5vw;
}
@media (max-width: 768px) {
  .module:last-child {
    margin-right: 0;
  }
}

.module-large-text {
  width: 55vw;
  text-wrap: pretty;
}
@media (max-width: 768px) {
  .module-large-text {
    width: 100%;
  }
}

.module-large-text .type-small-text {
  max-width: 80%;
}
@media (max-width: 768px) {
  .module-large-text .type-small-text {
    max-width: 100%;
  }
}

.module-small-text:not(.two-columns) {
  text-wrap: pretty;
}

.module-small-text {
  width: 50vw;
}
@media (max-width: 768px) {
  .module-small-text {
    width: 100%;
  }
}

.connected-caption {
  padding-left: 0;
  width: 30vw;
  align-self: flex-end;
  padding-bottom: 14.5vh;
  margin-left: -5vw;
}
@media (max-width: 768px) {
  .connected-caption {
    width: 100%;
    padding-bottom: 0;
    margin-left: 0;
    padding-top: 40px !important;
  }
}

.module-scatter-image-row + .connected-caption {
  margin-left: calc(0px - 7.5vw);
}

.module-small-text.two-columns {
  column-count: 2;
  column-gap: 2.5vw;
  width: 80vw;
}
@media (max-width: 768px) {
  .module-small-text.two-columns {
    width: 100%;
    column-count: 1;
    column-gap: 0;
  }
}

.module-large-image-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0;
}

.module-large-image-row:last-child {
  padding-right: 0;
}

.module-large-image-row figure {
  height: 100%;
  width: auto;
}

.module-large-image-row img,
.module-large-image-row video {
  width: auto;
  height: 100%;
}

.module-small-image-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5vw;
}
@media (max-width: 768px) {
  .module-small-image-row {
    flex-direction: column;
    row-gap: 10px;
  }
}

.module-small-image-row figure {
  height: 50%;
}
@media (max-width: 768px) {
  .module-small-image-row figure {
    height: auto;
    width: 100%;
  }
}

.module-small-image-row img,
.module-small-image-row video {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .module-small-image-row img,
  .module-small-image-row video {
    width: 100%;
    height: auto;
  }
}

.module-medium-image-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5vw;
}
@media (max-width: 768px) {
  .module-medium-image-row {
    flex-direction: column;
    row-gap: 10px;
  }
}

.module-medium-image-row figure {
  height: 70%;
}
@media (max-width: 768px) {
  .module-medium-image-row figure {
    height: auto;
    width: 100%;
  }
}

.module-medium-image-row img,
.module-medium-image-row video {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .module-medium-image-row img,
  .module-medium-image-row video {
    width: 100%;
    height: auto;
  }
}

.module-small-image-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  column-gap: 2.5vw;
  row-gap: 2.5vw;
}
@media (max-width: 768px) {
  .module-small-image-grid {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
  }
}

.module-small-image-grid figure {
  height: 32.5vh;
  margin: 0;
}
@media (max-width: 768px) {
  .module-small-image-grid figure {
    height: auto;
    width: 100%;
    visibility: visible !important;
  }
}

.module-small-image-grid img,
.module-small-image-grid video {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .module-small-image-grid img,
  .module-small-image-grid video {
    width: 100%;
    height: auto;
  }
}

.module-scatter-image-row {
  position: relative;
  width: 100vh;
  cursor: e-resize;
  margin-left: 7.5vw;
  margin-right: 7.5vw;
}
@media (max-width: 768px) {
  .module-scatter-image-row {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.module-scatter-image-row figure {
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translate(-50%, -50%) scale(0.9);
}
@media (max-width: 768px) {
  .module-scatter-image-row figure {
    position: static !important;
    transform: none;
    opacity: 1;
    margin: 0 !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .module-scatter-image-row figure + figure {
    margin-top: 10px !important;
  }
}

.module-scatter-image-row figure:last-child {
  opacity: 1;
  mix-blend-mode: normal;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 60ms ease;
}
@media (max-width: 768px) {
  .module-scatter-image-row figure:last-child {
    transform: none;
  }
}

.module-scatter-image-row img,
.module-scatter-image-row video {
  max-height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .module-scatter-image-row img,
  .module-scatter-image-row video {
    width: 100%;
    height: auto;
  }
}

figure.is-video {
  background: #151515;
  position: relative;
  cursor: pointer;
}

.module-large-image-row figure.is-video:after,
.module-small-image-grid figure.is-video:after {
  content: "▶ Play Video";
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "TWK Everett", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1.55em;
  font-weight: 500;
  text-transform: none !important;
  background: #fff;
  padding: 1px 7px 0px;
  transition: opacity 200ms, color 200ms;
}
@media (min-width: 20000px) {
  .module-large-image-row figure.is-video:after,
  .module-small-image-grid figure.is-video:after {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .module-large-image-row figure.is-video:after,
  .module-small-image-grid figure.is-video:after {
    font-size: 16px;
    line-height: 1.55em;
  }
}

.module-large-image-row figure.playing.is-video:after,
.module-small-image-grid figure.playing.is-video:after {
  opacity: 0;
}

.module-large-image-row figure.playing.is-video:hover:after,
.module-small-image-grid figure.playing.is-video:hover:after {
  opacity: 1;
}

.module-medium-image-row figure.is-video:after,
.module-small-image-row figure.is-video:after {
  content: "▶ Play Video";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  font-family: "TWK Everett", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1.55em;
  font-weight: 500;
  text-transform: none !important;
  transform: translateY(100%);
  transition: color 200ms;
}
@media (min-width: 20000px) {
  .module-medium-image-row figure.is-video:after,
  .module-small-image-row figure.is-video:after {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .module-medium-image-row figure.is-video:after,
  .module-small-image-row figure.is-video:after {
    font-size: 16px;
    line-height: 1.55em;
  }
}

figure.is-video.playing:after {
  content: "⏹ Stop Video";
}

figure.is-video iframe {
  pointer-events: none;
}

.bottom-line-cover,
.top-line-cover {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #F4F5F1;
}
@media (max-width: 768px) {
  .bottom-line-cover,
  .top-line-cover {
    height: 2px;
  }
}

.top-line-cover {
  bottom: auto;
  top: 0;
}

/*# sourceMappingURL=app.css.map */
