@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Regular-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Medium-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Bold-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezone-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: italic;
  src: url("/static/fonts/HALTimezone-Italic.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone Mono";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-MonoRegular.otf") format("opentype");
}
.font-hal {
  font-family: "HAL Timezone";
}

.font-atlas {
  font-family: "Atlas Grotesk";
}

.font-mono {
  font-family: "HAL Timezone Mono", monospace;
}

html {
  font-size: 16px;
  font-family: "Atlas Grotesk";
}

body {
  font-family: "Atlas Grotesk";
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  border: 1px solid black;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: black;
  background: white;
  letter-spacing: 0.0175em;
  cursor: pointer;
}
.button:hover {
  color: inherit;
}
.button.active {
  color: white;
  background: black;
}

.button-group {
  line-height: 2.125rem;
}
.button-group .button {
  border-left: none;
  border-radius: 0;
  display: inline-block;
  padding: 0 1rem;
  float: left;
}
.button-group .button:first-child {
  border-left: 1px solid black;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.button-group .button:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.button-group.inverted .button {
  border: 1px solid white;
  color: white;
  background: #242424;
  cursor: pointer;
}
.button-group.inverted .button.active {
  color: #242424;
  background: white;
}

@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Regular-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Medium-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Bold-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezone-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: italic;
  src: url("/static/fonts/HALTimezone-Italic.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone Mono";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-MonoRegular.otf") format("opentype");
}
.font-hal {
  font-family: "HAL Timezone";
}

.font-atlas {
  font-family: "Atlas Grotesk";
}

.font-mono {
  font-family: "HAL Timezone Mono", monospace;
}

html {
  font-size: 16px;
  font-family: "Atlas Grotesk";
}

body {
  font-family: "Atlas Grotesk";
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  border: 1px solid black;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: black;
  background: white;
  letter-spacing: 0.0175em;
  cursor: pointer;
}
.button:hover {
  color: inherit;
}
.button.active {
  color: white;
  background: black;
}

.button-group {
  line-height: 2.125rem;
}
.button-group .button {
  border-left: none;
  border-radius: 0;
  display: inline-block;
  padding: 0 1rem;
  float: left;
}
.button-group .button:first-child {
  border-left: 1px solid black;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.button-group .button:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.button-group.inverted .button {
  border: 1px solid white;
  color: white;
  background: #242424;
  cursor: pointer;
}
.button-group.inverted .button.active {
  color: #242424;
  background: white;
}

header {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}
header .views {
  float: right;
}
header .views .button-group {
  display: inline;
  font-family: "Atlas Grotesk";
}
header .views #storiesBtn {
  margin-left: 1rem;
  background: #FF4141;
  color: white;
  border: 1px solid #FF4141;
  font-family: "HAL Timezone";
}
@media (max-width: 768px) {
  header .views {
    margin-top: 2rem;
  }
}

#logo-fixed {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 100;
}
#logo-fixed #logo {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-size: 23.5px;
  line-height: 26px;
  letter-spacing: 0.005;
  color: #FF4141;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
#logo-fixed #logo.text-dark-red {
  color: #670024;
}
#logo-fixed #languageSelector {
  margin-left: 8px;
  display: inline-block;
}
#logo-fixed #languageSelector.button-group .button {
  line-height: 1rem;
  font-size: 9px;
  font-weight: 500;
  padding: 0 5px;
}

@media (max-width: 768px) {
  header {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3.75rem;
  }
  header .views {
    width: 100%;
    margin-top: 0;
  }
  header .views .button-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  header .views .button-group a {
    text-align: center;
  }
  header .views #storiesBtn {
    margin-left: 0rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  header .views #storiesBtn img {
    height: 2rem;
    padding: 0.5rem;
  }
  #logo-fixed {
    top: 1.2rem;
    left: 1rem;
  }
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Regular-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Medium-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Bold-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezone-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: italic;
  src: url("/static/fonts/HALTimezone-Italic.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone Mono";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-MonoRegular.otf") format("opentype");
}
.font-hal {
  font-family: "HAL Timezone";
}

.font-atlas {
  font-family: "Atlas Grotesk";
}

.font-mono {
  font-family: "HAL Timezone Mono", monospace;
}

html {
  font-size: 16px;
  font-family: "Atlas Grotesk";
}

body {
  font-family: "Atlas Grotesk";
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  border: 1px solid black;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: black;
  background: white;
  letter-spacing: 0.0175em;
  cursor: pointer;
}
.button:hover {
  color: inherit;
}
.button.active {
  color: white;
  background: black;
}

.button-group {
  line-height: 2.125rem;
}
.button-group .button {
  border-left: none;
  border-radius: 0;
  display: inline-block;
  padding: 0 1rem;
  float: left;
}
.button-group .button:first-child {
  border-left: 1px solid black;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.button-group .button:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.button-group.inverted .button {
  border: 1px solid white;
  color: white;
  background: #242424;
  cursor: pointer;
}
.button-group.inverted .button.active {
  color: #242424;
  background: white;
}

@media (min-width: 1800px) {
  .col-xxxl-8 {
    width: 66.66666667% !important;
  }
}
.article {
  height: 100vh;
}
@media (max-width: 768px) {
  .article {
    overflow: scroll;
    scrollbar-width: none;
  }
}
.article #closeArticle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 4rem;
  cursor: pointer;
}
.article .article-media {
  width: 100%;
  height: 100vh;
}
.article .article-media .article-media-container {
  padding: 2rem;
  padding-top: 5rem;
}
.article .article-media .article-media-container .carousel-indicators {
  display: none;
}
.article .article-media .article-media-container .carousel-item {
  height: calc(100vh - 7rem);
  text-align: center;
}
.article .article-media .article-media-container .carousel-item img, .article .article-media .article-media-container .carousel-item iframe {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: calc(100vh - 10rem);
  padding-bottom: 2rem;
}
.article .article-media .article-media-container .carousel-item p.caption {
  font-family: "Atlas Grotesk";
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0;
}
.article .article-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.article .article-info .article-category {
  border: 1px solid black;
  line-height: 0.875rem;
  padding: 0 5px;
  border-radius: 1rem;
  font-size: 0.5625rem;
  font-weight: 500;
  font-family: "Atlas Grotesk";
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.article .article-info .article-title {
  font-size: 2.75rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  margin-top: 2.25rem;
  font-family: "HAL Timezone";
  padding-right: 4rem;
}
.article .article-info .article-labels .row {
  margin-bottom: 1rem;
}
.article .article-info .article-labels .article-label-value {
  font-family: "HAL Timezone Mono", monospace;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.02em;
}
.article .article-info label.article-label {
  font-family: "Atlas Grotesk";
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.02em;
  text-align: left;
}
.article .article-info .article-text {
  font-family: "Atlas Grotesk";
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0.0175em;
  padding-bottom: 6rem;
  margin-top: 2rem;
  padding-right: 3rem;
}
.article .article-info .article-text p {
  margin-bottom: 0;
}
.article .article-info .article-related-editorials {
  margin-top: 1.25rem;
}
.article .article-info .article-related-editorials a {
  text-decoration: none;
  color: black;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "HAL Timezone";
  letter-spacing: 0.02em;
}
.article .article-info .article-related-editorials a:hover {
  color: #FF4141;
}
.article .article-info .article-related-articles {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.article .article-info .article-related-articles a {
  font-family: "Atlas Grotesk";
  text-decoration: none;
  color: black;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-right: 1.25rem;
  letter-spacing: 0.02em;
  margin-top: 0.75rem;
}
.article .article-info .article-related-articles a:hover {
  color: #FF4141;
}

@media (min-width: 1400px) {
  .article .article-info label.article-label {
    width: 100px;
    float: right;
  }
}
@media (max-width: 1399px) {
  .article .article-info label.article-label {
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-size: 9px;
    line-height: 1rem;
    font-weight: 500;
  }
  .article .article-info .article-label-value {
    margin-bottom: 0.25rem;
  }
  .article .article-info .article-related-articles a {
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 992px) {
  .article .article-info {
    padding-top: 8rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 768px) {
  .article #closeArticle {
    top: 0rem;
    right: 0rem;
  }
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Regular-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Medium-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Bold-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezone-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: italic;
  src: url("/static/fonts/HALTimezone-Italic.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone Mono";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-MonoRegular.otf") format("opentype");
}
.font-hal {
  font-family: "HAL Timezone";
}

.font-atlas {
  font-family: "Atlas Grotesk";
}

.font-mono {
  font-family: "HAL Timezone Mono", monospace;
}

html {
  font-size: 16px;
  font-family: "Atlas Grotesk";
}

body {
  font-family: "Atlas Grotesk";
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  border: 1px solid black;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: black;
  background: white;
  letter-spacing: 0.0175em;
  cursor: pointer;
}
.button:hover {
  color: inherit;
}
.button.active {
  color: white;
  background: black;
}

.button-group {
  line-height: 2.125rem;
}
.button-group .button {
  border-left: none;
  border-radius: 0;
  display: inline-block;
  padding: 0 1rem;
  float: left;
}
.button-group .button:first-child {
  border-left: 1px solid black;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.button-group .button:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.button-group.inverted .button {
  border: 1px solid white;
  color: white;
  background: #242424;
  cursor: pointer;
}
.button-group.inverted .button.active {
  color: #242424;
  background: white;
}

#storiesView {
  background: #D9E1DA;
  font-family: "HAL Timezone";
  z-index: 20;
}
#storiesView > .material-symbols-outlined {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 3rem;
  line-height: 2rem;
  cursor: pointer;
  z-index: 20;
  color: white;
  font-weight: 200;
}
#storiesView .editorial-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background: #670024;
  background-image: url("/static/img/noise-texture_bordo.svg");
  background-repeat: repeat;
  color: #fff;
  display: flex;
  align-items: end;
}
#storiesView .editorial-cover img {
  width: 100%;
  height: calc(100vh - 8rem);
  margin-top: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#storiesView .editorial-list {
  padding-top: 8rem;
  height: 100vh;
  color: #670024;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
#storiesView .editorial-list::-webkit-scrollbar {
  display: none;
}
#storiesView .editorial-list .editorial-row {
  margin-bottom: 6rem;
  margin-left: 2rem;
}
#storiesView .editorial-list .editorial-row .editorial-number {
  font-family: "Atlas Grotesk";
  font-weight: 900;
  font-size: 1.40625rem;
  line-height: 1.625rem;
  vertical-align: bottom;
  text-transform: uppercase;
  position: relative;
  top: 2.5rem;
}
#storiesView .editorial-list .editorial-row .editorial-title {
  color: #670024;
  text-decoration: none;
  font-size: 4.25rem;
  line-height: 5rem;
}

.view {
  background: white;
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
}
.view#articleView {
  z-index: 20;
}
.view#articleView > .row {
  margin-left: 0;
  margin-right: 0;
}
.view.fold-right {
  left: 100vw;
  top: 0;
}
.view.fold-down {
  top: 100vh;
  left: 0;
}
.view.fold-static {
  top: 0;
  left: 0;
}
.view.active {
  left: 0 !important;
  top: 0 !important;
  z-index: 10;
}
.view.selected {
  z-index: 4;
}

body.not-scrollable {
  height: 100vh;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.view {
  background: white;
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
}
.view#articleView {
  z-index: 20;
}
.view#articleView > .row {
  margin-left: 0;
  margin-right: 0;
}
.view.fold-right {
  left: 100vw;
  top: 0;
}
.view.fold-down {
  top: 100vh;
  left: 0;
}
.view.fold-static {
  top: 0;
  left: 0;
}
.view.active {
  left: 0 !important;
  top: 0 !important;
  z-index: 10;
}
.view.selected {
  z-index: 4;
}

#listView {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 100px;
}
#listView table {
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
  font-family: "HAL Timezone";
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr fit-content(calc(100vh - 8.96875rem)) 1fr;
}
#listView table thead, #listView table tbody, #listView table tfoot, #listView table tr {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/4;
}
#listView table tbody {
  overflow: auto;
  padding-bottom: 2rem;
}
#listView table tbody tr {
  cursor: pointer;
}
#listView table td, #listView table th {
  border-bottom: 1px solid black;
  line-height: 2rem;
  font-size: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
#listView table td:first-child, #listView table th:first-child {
  padding-right: 2rem;
  text-align: left;
}
#listView table td:last-child {
  font-family: "HAL Timezone Mono", monospace;
}
#listView table th {
  cursor: pointer;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-family: "Atlas Grotesk";
  padding-bottom: 1rem;
}
#listView table th .material-symbols-outlined {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: none;
  font-variant-caps: normal;
  font-weight: bold;
}

@media (max-width: 768px) {
  #listView table {
    display: block;
  }
  #listView table tbody {
    display: block;
    height: calc(100vh - 10rem);
  }
  #listView table tbody tr {
    display: block;
    padding: 1.25rem 0;
    border-bottom: 1px solid black;
  }
  #listView table tbody tr td {
    white-space: normal;
    display: block;
    text-align: left;
    border: none;
    padding: 0;
  }
  #listView table tbody tr td:nth-child(1) {
    margin-bottom: 1rem;
  }
  #listView table tbody tr td:nth-child(2) {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  #listView table tbody tr td:nth-child(3) {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
#imageView {
  box-sizing: border-box;
  padding: 2rem;
  padding-top: 100px;
}
#imageView table {
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
  font-family: "HAL Timezone";
}
#imageView table thead {
  display: block;
  margin-bottom: 1rem;
}
#imageView table thead tr {
  border-bottom: 1px solid black;
  display: block;
}
#imageView table thead tr th {
  border: none;
  display: inline-block;
  padding-right: 2rem;
}
#imageView table thead tr th:first-child {
  padding-right: 0;
}
#imageView table th {
  border-bottom: 1px solid black;
  line-height: 2rem;
  font-size: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
#imageView table th:nth-child(2) {
  padding-right: 2rem;
  text-align: left;
}
#imageView table th {
  cursor: pointer;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-family: "Atlas Grotesk";
  padding-bottom: 1rem;
}
#imageView table th .material-symbols-outlined {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: none;
  font-variant-caps: normal;
  font-weight: bold;
}
#imageView .imageview-elements {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  grid-auto-rows: minmax(100px, auto);
  max-height: calc(100vh - 6rem);
  overflow: auto;
}
#imageView .imageview-elements .imageview-element {
  cursor: pointer;
  min-height: 28rem;
  padding-bottom: 4rem;
}
#imageView .imageview-elements .imageview-element:hover .imageview-element-image {
  filter: grayscale(0);
}
#imageView .imageview-elements .imageview-element .imageview-element-image {
  display: block;
  padding-bottom: 71%;
  width: 100%;
  background-position: center 25%;
  background-size: cover;
  filter: grayscale(1);
  box-shadow: inset 0 0 0 1000px rgba(103, 0, 36, 0.1);
}
#imageView .imageview-elements .imageview-element .imageview-element-title {
  display: block;
  margin-top: 0.875rem;
  font-size: 1.625rem;
  font-family: "HAL Timezone";
  width: 80%;
  line-height: 2rem;
}
#imageView .imageview-elements .imageview-element .imageview-element-category {
  font-family: "Atlas Grotesk";
  display: block;
  margin-top: 1rem;
  padding: 0 6px;
  display: inline-block;
  line-height: 1rem;
  border: 1px solid black;
  border-radius: 1rem;
  font-size: 0.5625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
#imageView .imageview-elements .imageview-element .imageview-element-date {
  display: block;
  margin-top: 0.54rem;
  font-size: 1rem;
  font-family: "HAL Timezone Mono", monospace;
}

@media (max-width: 768px) {
  #imageView .imageview-elements {
    display: block;
  }
  #imageView .imageview-elements::-webkit-scrollbar {
    display: none;
  }
  #imageView .imageview-elements .imageview-element {
    border-bottom: 1px solid black;
    margin-bottom: 0.875rem;
    padding-bottom: 2.25rem;
    min-height: auto;
  }
}
#btnAbout {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #670024;
  text-decoration: none;
  font-family: "HAL Timezone Mono", monospace;
}

.full-height-scrollable {
  height: 100vh;
  overflow: scroll;
  scrollbar-width: none;
}

.marker {
  width: 16px;
  height: 16px;
  background: #FF4141;
  border: 1px solid #670024;
  border-radius: 50%;
  cursor: pointer;
  transition: width 0.3s ease-out, height 0.3s ease-out;
}
.marker:hover {
  width: 1.4rem;
  height: 1.4rem;
}

.mapboxgl-popup .mapboxgl-popup-tip {
  display: none;
}
.mapboxgl-popup .mapboxgl-popup-content {
  padding: 0;
  background: none;
}
.mapboxgl-popup .article-card {
  width: 240px;
  display: inline-block;
  text-decoration: none;
  color: black;
  background: #eeeeee;
  border-radius: 1rem;
}
.mapboxgl-popup .article-card .card-image {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: black;
  height: 150px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.mapboxgl-popup .article-card .card-category {
  border: 1px solid black;
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 1rem;
  border-radius: 1rem;
  letter-spacing: 16%;
  padding: 0 6px;
  font-variant: small-caps;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-left: 1rem;
  letter-spacing: 0.12em;
}
.mapboxgl-popup .article-card .card-title {
  margin-top: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: "HAL Timezone";
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 2%;
}
.mapboxgl-popup .article-card .card-date {
  margin-left: 1rem;
  margin-top: 0.75rem;
  font-family: "HAL Timezone Mono", monospace;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 2%;
}

@media (max-width: 768px) {
  #storiesView .editorial-list .editorial-row {
    margin-bottom: 4rem;
  }
  #storiesView .editorial-list .editorial-row .editorial-title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
  #storiesView .editorial-list .editorial-row .editorial-number {
    top: 0;
    margin-bottom: 1.5rem;
    display: block;
  }
  #listView table thead tr {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
  #listView table thead tr th {
    text-align: center;
  }
  #listView table thead tr th:first-child {
    text-align: left;
    padding-right: 0;
  }
  #listView table thead tr th:last-child {
    text-align: right;
  }
  #imageView table thead tr {
    display: grid;
    grid-template-columns: 0 1fr 1.5fr 1fr;
  }
  #imageView table thead tr th {
    text-align: center;
    padding-right: 0 !important;
  }
  #imageView table thead tr th:first-child {
    text-align: left;
  }
  #imageView table thead tr th:last-child {
    text-align: right;
  }
  #btnAbout {
    bottom: 4rem;
  }
}/*# sourceMappingURL=styles.css.map */