@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400&display=swap");
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}
.gallery:has(figure) {
  gap: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .gallery:has(figure) {
    gap: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .gallery:has(figure) {
    gap: 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery {
    gap: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .gallery {
    gap: 10px;
  }
}
.gallery:not(:has(+ .gallery)) {
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .gallery:has(+ .gallery) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery:has(+ .gallery) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .gallery:has(+ .gallery) {
    margin-bottom: 10px;
  }
}
.gallery + .gallery {
  margin-top: 0;
}
.gallery + br {
  display: none;
}
.gallery a {
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.06);
}
.gallery a img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s ease-out;
}
.gallery a img:hover {
  transform: scale(1.1);
}
.gallery.align-start {
  justify-content: flex-start;
}
.gallery.align-center {
  justify-content: center;
}
.gallery.align-end {
  justify-content: flex-end;
}
.gallery[style*="--ratio"] a {
  aspect-ratio: var(--ratio);
}
.gallery.object-position-top a img {
  object-position: top;
}
.gallery.object-position-top-left a img {
  object-position: top left;
}
.gallery.object-position-top-right a img {
  object-position: top right;
}
.gallery.object-position-bottom a img {
  object-position: bottom;
}
.gallery.object-position-bottom-left a img {
  object-position: bottom left;
}
.gallery.object-position-bottom-right a img {
  object-position: bottom right;
}
.gallery.object-position-left a img {
  object-position: left;
}
.gallery.object-position-right a img {
  object-position: right;
}
@media only screen and (min-width: 480px) {
  .gallery {
    /* Percentages */
  }
  .gallery.gallery--40 > * {
    flex-basis: 40%;
  }
  .gallery.gallery--60 > * {
    flex-basis: 60%;
  }
  .gallery.gallery--70 > * {
    flex-basis: 70%;
  }
  .gallery.gallery--80 > * {
    flex-basis: 80%;
  }
  .gallery.gallery--90 > * {
    flex-basis: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery.gallery--1 > * {
    flex-basis: calc((100% - 0 * 20px) / 1);
  }
  .gallery.gallery--2 > * {
    flex-basis: calc((100% - 1 * 20px) / 2);
  }
  .gallery.gallery--3 > * {
    flex-basis: calc((100% - 2 * 20px) / 3);
  }
  .gallery.gallery--4 > * {
    flex-basis: calc((100% - 3 * 20px) / 4);
  }
  .gallery.gallery--5 > * {
    flex-basis: calc((100% - 4 * 20px) / 5);
  }
  .gallery.gallery--6 > * {
    flex-basis: calc((100% - 5 * 20px) / 6);
  }
  .gallery.gallery--7 > * {
    flex-basis: calc((100% - 6 * 20px) / 7);
  }
  .gallery.gallery--8 > * {
    flex-basis: calc((100% - 7 * 20px) / 8);
  }
  .gallery.gallery--9 > * {
    flex-basis: calc((100% - 8 * 20px) / 9);
  }
  .gallery.gallery--10 > * {
    flex-basis: calc((100% - 9 * 20px) / 10);
  }
}
@media only screen and (max-width: 1023px) {
  .gallery.gallery--1 > * {
    flex-basis: calc((100% - 0 * 15px) / 1);
  }
  .gallery.gallery--2 > * {
    flex-basis: calc((100% - 1 * 15px) / 2);
  }
  .gallery.gallery--3 > * {
    flex-basis: calc((100% - 2 * 15px) / 3);
  }
  .gallery.gallery--4 > * {
    flex-basis: calc((100% - 3 * 15px) / 4);
  }
  .gallery.gallery--5 > * {
    flex-basis: calc((100% - 4 * 15px) / 5);
  }
  .gallery.gallery--6 > * {
    flex-basis: calc((100% - 5 * 15px) / 6);
  }
  .gallery.gallery--7 > * {
    flex-basis: calc((100% - 6 * 15px) / 7);
  }
  .gallery.gallery--8 > * {
    flex-basis: calc((100% - 7 * 15px) / 8);
  }
  .gallery.gallery--9 > * {
    flex-basis: calc((100% - 8 * 15px) / 9);
  }
  .gallery.gallery--10 > * {
    flex-basis: calc((100% - 9 * 15px) / 10);
  }
}
@media only screen and (max-width: 767px) {
  .gallery[style*="--mobile-ratio"] a {
    aspect-ratio: var(--mobile-ratio);
  }
}
@media only screen and (max-width: 479px) {
  .gallery.gallery--1 > * {
    flex-basis: calc((100% - 0 * 10px) / 1);
  }
  .gallery.gallery--2 > * {
    flex-basis: calc((100% - 1 * 10px) / 2);
  }
  .gallery.gallery--3 > * {
    flex-basis: calc((100% - 2 * 10px) / 3);
  }
  .gallery.gallery--4 > * {
    flex-basis: calc((100% - 3 * 10px) / 4);
  }
  .gallery.gallery--5 > * {
    flex-basis: calc((100% - 4 * 10px) / 5);
  }
  .gallery.gallery--6 > * {
    flex-basis: calc((100% - 5 * 10px) / 6);
  }
  .gallery.gallery--7 > * {
    flex-basis: calc((100% - 6 * 10px) / 7);
  }
  .gallery.gallery--8 > * {
    flex-basis: calc((100% - 7 * 10px) / 8);
  }
  .gallery.gallery--9 > * {
    flex-basis: calc((100% - 8 * 10px) / 9);
  }
  .gallery.gallery--10 > * {
    flex-basis: calc((100% - 9 * 10px) / 10);
  }
  .gallery:not(.gallery--1):not(.gallery--3):not(.gallery--6):not(.gallery--8):not(.gallery--9) > * {
    flex-basis: calc((100% - (2 - 1) * 10px) / 2);
  }
  .gallery.gallery--3 > *, .gallery.gallery--6 > *, .gallery.gallery--9 > * {
    flex-basis: calc((100% - (3 - 1) * 10px) / 3);
  }
  .gallery.gallery--8 > * {
    flex-basis: calc((100% - (4 - 1) * 10px) / 4);
  }
  .gallery > *:first-of-type:last-of-type {
    flex-basis: 100%;
  }
  .gallery:not(.gallery--1):not(.gallery--3):not(.gallery--6):not(.gallery--9) > *:first-child:nth-last-child(2n+1) {
    flex-basis: 100% !important;
  }
  ul .gallery > *, ol .gallery > * {
    flex-basis: 100% !important;
  }
  .gallery.gallery--40 > *, .gallery.gallery--60 > *, .gallery.gallery--70 > *, .gallery.gallery--80 > *, .gallery.gallery--90 > * {
    flex-basis: 100%;
  }
  .gallery.mobile-object-position-top a img {
    object-position: top;
  }
  .gallery.mobile-object-position-top-left a img {
    object-position: top left;
  }
  .gallery.mobile-object-position-top-right a img {
    object-position: top right;
  }
  .gallery.mobile-object-position-bottom a img {
    object-position: bottom;
  }
  .gallery.mobile-object-position-bottom-left a img {
    object-position: bottom left;
  }
  .gallery.mobile-object-position-bottom-right a img {
    object-position: bottom right;
  }
  .gallery.mobile-object-position-left a img {
    object-position: left;
  }
  .gallery.mobile-object-position-right a img {
    object-position: right;
  }
}

.spoiler .gallery {
  margin: 0;
}

.lg-outer .lg-thumb-item {
  border: 1px solid #169aff !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #49b0ff !important;
  filter: brightness(1.6);
}

html, body {
  background-color: #000;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 1.05rem;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
}

html {
  scroll-behavior: smooth;
}

a:link, a:visited {
  color: #536482;
  text-decoration: none;
}

a:hover, a:active {
  color: #63b3fe;
}

* {
  box-sizing: border-box;
}

h1 {
  text-shadow: 0px 0px 4px #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}

h2 {
  text-shadow: 0px 0px 3px #fff;
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 24px;
  }
}

h2:first-of-type {
  margin-top: 40px;
}

h2:not(:first-of-type) {
  margin-top: 80px;
}

h3 {
  margin: 30px 0 20px 0;
  text-shadow: 0px 0px 3px #fff;
}

h4 {
  text-shadow: 0px 0px 3px #fff;
}

header {
  aspect-ratio: 8/3;
  position: relative;
  overflow: hidden;
}
header.bio0 {
  --hdr-img: url("../images/header_biohazard0.jpg");
}
@media (max-width: 767px) {
  header.bio0 {
    --hdr-img: url("../images/header_biohazard0_mobile.jpg");
  }
}
header.bio1 {
  --hdr-img: url("../images/header_biohazard.jpg");
}
header.bio2002 {
  --hdr-img: url("../images/header_biohazard_2002.jpg");
}
@media (max-width: 767px) {
  header.bio2002 {
    --hdr-img: url("../images/header_biohazard_2002_mobile.jpg");
  }
}
header.bio2 {
  --hdr-img: url("../images/header_biohazard2.jpg");
}
header.bio2-hunk {
  --hdr-img: url("../images/header_biohazard2.jpg");
}
@media (max-width: 767px) {
  header.bio2-hunk {
    --hdr-img: url("../images/header_biohazard2_hunk_mobile.jpg");
  }
}
header.bio3 {
  --hdr-img: url("../images/header_biohazard3.jpg");
}
@media (max-width: 767px) {
  header.bio3 {
    --hdr-img: url("../images/header_biohazard3_mobile.jpg");
  }
}
header.bio4 {
  --hdr-img: url("../images/header_biohazard4.jpg");
}
header.bio4sw {
  --hdr-img: url("../images/header_biohazard4_sw.jpg");
}
header.biocv {
  --hdr-img: url("../images/header_biohazardcv.jpg");
}
header.gs4 {
  --hdr-img: url("../images/header_gs4.jpg");
}
header.outbreak {
  --hdr-img: url("../images/header_outbreak.jpg");
}
@media (max-width: 767px) {
  header {
    aspect-ratio: 4/3;
  }
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-image: var(--hdr-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
  pointer-events: none;
}
@media only screen and (min-width: 1400px) {
  header::before {
    background-position: 50% 25%;
  }
}
@media only screen and (max-width: 1023px) {
  header::before {
    background-position: 50% 20%;
  }
}
@media only screen and (max-width: 767px) {
  header::before {
    background-position: 50% 0%;
  }
}
header.bio1::before {
  background-size: contain;
}
@media (prefers-reduced-motion: reduce) {
  header::before {
    transform: none;
  }
}
header > div {
  display: flex;
  align-items: end;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  header > div {
    height: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  header > div {
    height: 200px;
  }
}

main {
  background-color: #13161c;
}
@media only screen and (min-width: 768px) {
  main {
    padding: 50px;
  }
}
main [id$=_walkthrough] ul {
  list-style: none;
  padding-left: 1.5em;
}
main [id$=_walkthrough] ul > li {
  position: relative;
  margin-bottom: 1.2rem;
}
main [id$=_walkthrough] ul > li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3c4d5d;
  outline: 0.5px solid #6c96bd;
  outline-offset: 2px;
}
main [id$=_walkthrough] ul.compact-list > li {
  margin-bottom: 0;
}
main [id$=_walkthrough] ul.compact-list > li > ul {
  margin-top: 0.5rem;
}
main #biohazardremake_walkthrough nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}
main #biohazardremake_walkthrough nav a {
  background-color: #000;
  border-radius: 8px;
  padding: 20px;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  main #biohazardremake_walkthrough nav a {
    width: 25%;
    filter: brightness(0.8);
  }
  main #biohazardremake_walkthrough nav a:hover {
    filter: brightness(1);
  }
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak {
  display: flex;
  gap: 10px;
  padding: 2rem 0 1rem 0;
}
@media only screen and (max-width: 767px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak.landing_page {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak.landing_page a {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak.landing_page a > div {
    aspect-ratio: 8/3;
  }
}
@media only screen and (min-width: 768px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak.landing_page a > div {
    aspect-ratio: 3/2;
  }
}
@media only screen and (min-width: 1300px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak.landing_page a > div {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 479px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak.landing_page a > div {
    aspect-ratio: 8/3;
  }
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak.landing_page a > div span.desktop {
  display: block !important;
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak.landing_page a > div span.mobile {
  display: none !important;
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a {
  width: 20%;
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
@media only screen and (min-width: 480px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div {
    aspect-ratio: 3/2;
  }
}
@media only screen and (min-width: 768px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div {
    aspect-ratio: 16/9;
  }
}
@media only screen and (min-width: 1300px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div {
    aspect-ratio: 5/1.4;
  }
}
@media only screen and (max-width: 479px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div {
    aspect-ratio: 1/1;
  }
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: bottom;
  filter: blur(10px) brightness(1) contrast(1.2);
  transition: filter 0.25s ease;
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div:hover::before {
  filter: none;
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div.active::before {
  filter: none;
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_ob]::before {
  background-image: url("../images_outbreak/tabs_file1/tab_ob.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_bfp]::before {
  background-image: url("../images_outbreak/tabs_file1/tab_bfp.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_th]::before {
  background-image: url("../images_outbreak/tabs_file1/tab_th.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_hf]::before {
  background-image: url("../images_outbreak/tabs_file1/tab_hf.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_dd]::before {
  background-image: url("../images_outbreak/tabs_file1/tab_dd.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_wt]::before {
  background-image: url("../images_outbreak/tabs_file2/tab_wt.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_ub]::before {
  background-image: url("../images_outbreak/tabs_file2/tab_ub.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_fb]::before {
  background-image: url("../images_outbreak/tabs_file2/tab_fb.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_dt]::before {
  background-image: url("../images_outbreak/tabs_file2/tab_dt.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div[data-id=tab_eotr]::before {
  background-image: url("../images_outbreak/tabs_file2/tab_eotr.jpg");
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div span {
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}
@media only screen and (max-width: 1023px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div span.desktop {
    display: none;
  }
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div span.mobile {
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  main #biohazardoutbreak_walkthrough nav#tabs_outbreak a div span.mobile {
    display: none;
  }
}
main #biohazardoutbreak_walkthrough nav#tabs_outbreak a:focus-visible div::before {
  filter: none;
}

@media only screen and (max-width: 479px) {
  .responsive-table thead {
    position: absolute;
    top: -999999px;
    left: -999999px;
  }
  .responsive-table tr {
    display: flex;
    flex-direction: column;
  }
  .responsive-table tr:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .responsive-table tbody th, .responsive-table td {
    text-align: left;
    padding: 1px;
    display: flex;
    align-items: center;
  }
  .responsive-table tbody th::before, .responsive-table td::before {
    content: attr(data-title);
    text-transform: uppercase;
    color: #63b3fe;
    font-weight: bold;
    font-size: 80%;
    width: 50%;
    text-wrap: balance;
    padding: 5px;
  }
  .responsive-table tbody th > span, .responsive-table td > span {
    width: 50%;
    max-width: 60%;
    text-wrap: wrap;
    padding: 5px;
  }
}
table {
  background-color: #191d25;
  font-size: 85%;
  width: 100%;
  border-radius: 8px;
}
table th {
  text-align: left;
}
@media only screen and (min-width: 480px) {
  table th {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  table th:first-of-type {
    padding-left: 20px;
  }
  table tr:last-of-type td {
    padding-bottom: 15px;
  }
  table td:first-of-type {
    padding-left: 20px;
  }
}

ol.table_of_contents li {
  padding: 0;
}
ol.table_of_contents li > ul {
  list-style-type: square;
  padding-left: 15px;
}
ol.table_of_contents li > ul > li {
  margin-left: 10px;
}

footer {
  margin: 30px auto 30px auto;
  font-size: 0.9rem;
  text-align: center;
}

p.links {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

/*** Images ***/
img {
  max-width: 100%;
  display: flex;
}

figure {
  font-size: 80%;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
figure figcaption {
  margin: 5px 0 5px 0;
  color: rgba(255, 255, 255, 0.6);
}

.gallery {
  margin: 0px !important;
}

.gallery.inline-link {
  display: inline;
  margin: 0 !important;
  padding: 0;
}
.gallery.inline-link a {
  background: none;
  padding: 0;
  border-radius: 0;
  overflow: visible;
}
.gallery.inline-link a:hover {
  transform: none;
}

h4 .gallery.map-link {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 0 0 10px !important;
  gap: 0;
}
h4 .gallery.map-link a {
  background: none;
  overflow: visible;
  border-radius: 0;
  padding: 0 2px;
  color: #63b3fe;
  font-size: 0.7em;
  opacity: 0.75;
  transition: opacity 0.2s ease, color 0.2s ease;
}
h4 .gallery.map-link a:hover {
  opacity: 1;
  transform: none;
  color: #8ec5ff;
}
h4 .gallery.map-link a svg {
  display: block;
}

/*** Step by step guide layout ***/
p + .step-block, h2 + .step-block {
  margin-top: 60px;
}

.step-block {
  position: relative;
}
.step-block:not(:last-of-type) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 499px) {
  .step-block.save-room h3::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url("../images/typewriter.png") no-repeat center/contain;
    vertical-align: middle;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 500px) {
  .step-block.save-room > .step-block-content > div.description p:first-of-type::before {
    width: max-content;
    padding-right: 30px;
    padding-bottom: 0;
    margin-bottom: 15px;
    background: url("../images/typewriter.png") no-repeat right center;
    background-size: 22px 18px;
  }
}
.step-block > .step-block-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.step-block > .step-block-icon img {
  height: 18px;
}
.step-block > .step-block-content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .step-block > .step-block-content {
    gap: 30px;
  }
}
@media only screen and (max-width: 499px) {
  .step-block > .step-block-content {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 5px;
  }
}
.step-block > .step-block-content > div.image {
  flex: 0 1 auto;
}
@media only screen and (min-width: 500px) and (max-width: 991px) {
  .step-block > .step-block-content > div.image {
    flex-basis: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .step-block > .step-block-content > div.image {
    flex-basis: 300px;
  }
}
@media only screen and (max-width: 499px) {
  .step-block > .step-block-content > div.image {
    flex-basis: 100%;
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 500px) {
  .step-block > .step-block-content > div.description {
    flex: 0 1 auto;
    flex-basis: calc(100% - 180px - 15px);
    border-left: 1px solid #1d232d;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .step-block > .step-block-content > div.description {
    flex-basis: calc(100% - 180px - 30px);
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .step-block > .step-block-content > div.description {
    flex-basis: calc(100% - 300px - 30px);
  }
}
@media only screen and (min-width: 500px) {
  .step-block > .step-block-content > div.description p:first-of-type::before {
    content: attr(data-title);
    padding-bottom: 15px;
    margin-top: -20px;
    text-shadow: 0px 0px 1px #fff;
    letter-spacing: 1px;
    font-size: 1.2rem;
    display: block;
    font-weight: bold;
  }
}
@media only screen and (min-width: 500px) {
  .step-block > .step-block-content > div.description p:first-of-type:not([data-title]) {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 500px) {
  .step-block h3 {
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    clip: rect(0 0 0 0);
  }
}

/*** Sticky table of contents + mobile FAB ***/
@media only screen and (max-width: 499px) {
  .gallery img[src$="placeholder.jpg"] {
    aspect-ratio: 8/3;
    height: auto;
  }
}
.toc-sticky {
  margin-bottom: 30px;
}
.toc-sticky > .toc-title {
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 0 0 3px #fff;
  font-size: 0.9rem;
}
@media only screen and (min-width: 1024px) {
  .toc-sticky {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 10px 10px 10px 0;
    font-size: 0.85rem;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 0;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: scrollbar-color 0.3s ease;
  }
  .toc-sticky:hover {
    scrollbar-color: rgba(99, 179, 254, 0.35) transparent;
  }
  .toc-sticky::-webkit-scrollbar {
    width: 6px;
  }
  .toc-sticky::-webkit-scrollbar-track {
    background: transparent;
  }
  .toc-sticky::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
    transition: background-color 0.3s ease;
  }
  .toc-sticky:hover::-webkit-scrollbar-thumb {
    background: rgba(99, 179, 254, 0.3);
  }
  .toc-sticky:hover::-webkit-scrollbar-thumb:hover {
    background: rgba(99, 179, 254, 0.5);
  }
}
@media only screen and (max-width: 1023px) {
  .toc-sticky {
    display: none;
  }
}

.toc-sticky ol,
.toc-sheet ol {
  list-style: none;
  margin: 0 0 18px 0;
  padding-left: 0;
}
.toc-sticky ol:not([type]),
.toc-sheet ol:not([type]) {
  counter-reset: toc-decimal;
}
.toc-sticky ol[type=A],
.toc-sheet ol[type=A] {
  counter-reset: toc-alpha;
}
.toc-sticky ol[type=I],
.toc-sheet ol[type=I] {
  counter-reset: toc-roman;
}
.toc-sticky ol:not([type]) > li > a::before,
.toc-sheet ol:not([type]) > li > a::before {
  counter-increment: toc-decimal;
  content: counter(toc-decimal) ". ";
  opacity: 0.55;
  margin-right: 4px;
  font-variant-numeric: tabular-nums;
}
.toc-sticky ol[type=A] > li > a::before,
.toc-sheet ol[type=A] > li > a::before {
  counter-increment: toc-alpha;
  content: counter(toc-alpha, upper-alpha) ". ";
  opacity: 0.55;
  margin-right: 4px;
  font-variant-numeric: tabular-nums;
}
.toc-sticky ol[type=I] > li > a::before,
.toc-sheet ol[type=I] > li > a::before {
  counter-increment: toc-roman;
  content: counter(toc-roman, upper-roman) ". ";
  opacity: 0.55;
  margin-right: 4px;
  font-variant-numeric: tabular-nums;
}
.toc-sticky ol li a.active::before,
.toc-sheet ol li a.active::before {
  opacity: 1;
}

.toc-sticky ol li {
  padding: 0;
  line-height: 1.35;
}
.toc-sticky ol li a {
  display: inline-block;
  padding: 3px 8px;
  margin: 1px 0;
  border-radius: 3px;
  border-left: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.4s ease;
  width: 100%;
}
.toc-sticky ol li a:hover {
  background: rgba(99, 179, 254, 0.08);
  opacity: 1;
}
.toc-sticky ol li a.active {
  background: rgba(99, 179, 254, 0.14);
  border-left-color: #63b3fe;
  color: #63b3fe;
  text-shadow: 0 0 4px rgba(99, 179, 254, 0.3);
}
.toc-sticky ol li a.passed {
  opacity: 0.4;
}

.toc-step-counter {
  font-size: 0.78rem;
  color: #63b3fe;
  padding: 8px 10px;
  margin: 0 0 15px 0;
  background: rgba(99, 179, 254, 0.06);
  border-left: 2px solid rgba(99, 179, 254, 0.4);
  border-radius: 0 3px 3px 0;
  opacity: 0;
  transition: opacity 0.3s;
  min-height: 1.2em;
}
.toc-step-counter.visible {
  opacity: 1;
}
.toc-step-counter .chapter-label {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  margin-bottom: 3px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}

.toc-fab {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #13161c;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 100;
  font-family: inherit;
  font-size: 0.85rem;
  max-width: calc(100vw - 40px);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.toc-fab:hover, .toc-fab:active {
  background: #1a1f29;
  transform: translateY(-1px);
}
.toc-fab .fab-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.toc-fab .fab-chapter {
  font-weight: bold;
  color: #63b3fe;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50vw;
}
.toc-fab .fab-step {
  font-size: 0.78em;
  opacity: 0.75;
  margin-top: 1px;
}
.toc-fab .fab-icon {
  font-size: 1.2em;
  color: #63b3fe;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .toc-fab {
    display: none;
  }
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #13161c;
  color: #63b3fe;
  border: 1px solid rgba(0, 0, 0, 0.6);
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 100;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top:hover, .back-to-top:active {
  background: #1a1f29;
}

.toc-sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.toc-sheet-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.toc-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 75vh;
  background: #13161c;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 16px 16px 0 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 201;
  overflow-y: auto;
  padding: 8px 20px 30px 20px;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.6), 0 -2px 4px rgba(0, 0, 0, 0.5);
}
.toc-sheet.open {
  transform: translateY(0);
}
.toc-sheet .toc-sheet-handle {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  margin: 8px auto 18px;
}
.toc-sheet .toc-title {
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 0 0 3px #fff;
  font-size: 0.9rem;
}
.toc-sheet ol li {
  padding: 0;
  line-height: 1.4;
}
.toc-sheet ol li a {
  display: inline-block;
  padding: 6px 10px;
  margin: 2px 0;
  border-radius: 3px;
  border-left: 2px solid transparent;
  width: 100%;
  transition: opacity 0.4s ease;
}
.toc-sheet ol li a.active {
  background: rgba(99, 179, 254, 0.14);
  border-left-color: #63b3fe;
  color: #63b3fe;
}
.toc-sheet ol li a.passed {
  opacity: 0.4;
}

body.toc-sheet-open {
  overflow: hidden;
}

/*** Colors ***/
.white {
  color: #fff;
}

.violet {
  color: #9459FF;
}

.blue {
  color: #50b2fd;
}

.yellow {
  color: #FDE06B;
}

.red {
  color: #FE132F;
}

.pink {
  color: #fb3ede;
}

.green {
  color: #03FDB9;
}

.purple {
  color: #3f5efe;
}

.grey {
  color: #b8bdc4;
}

.copyrightblack {
  color: #000;
}

.copyright {
  color: #fff;
}

.key-item,
.weapon,
.health-item,
.document,
.map {
  padding: 0 1px 0 1px;
  border: 0;
  border-bottom-width: 1px;
  border-style: ridge;
}

.key-item {
  color: #008efb;
  border-color: #008efb;
}

.weapon {
  color: #03fdb9;
  border-color: #03fdb9;
}

.health-item {
  color: #9459ff;
  border-color: #9459ff;
}

.document {
  color: #fb3ede;
  border-color: #fb3ede;
}

.map {
  color: #fbec02;
  border-color: #fbec02;
}

/*** Games list ***/
div#gameslist {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  --cols: 2;
  --column-gap: 5px;
  --row-gap: 10px;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
@media (min-width: 480px) {
  div#gameslist {
    --cols: 2;
    --column-gap: 8px;
    --row-gap: 24px;
  }
}
@media (min-width: 768px) {
  div#gameslist {
    --cols: 3;
    --column-gap: 10px;
    --row-gap: 30px;
  }
}
@media (min-width: 1024px) {
  div#gameslist {
    --cols: 4;
    --column-gap: 20px;
    --row-gap: 60px;
  }
}
@media (max-width: 479px) {
  div#gameslist {
    --cols: 2;
    --column-gap: 5px;
    --row-gap: 15px;
  }
}
div#gameslist > div {
  flex-basis: calc((100% - (var(--cols) - 1) * var(--column-gap)) / var(--cols));
  display: flex;
  flex-direction: column;
}
div#gameslist > div > div {
  background-color: #0c0d11;
  flex: 1;
  padding: 20px;
  margin-top: -15px;
  z-index: 1;
}
div#gameslist > div:hover img {
  filter: brightness(1.2);
  transform: scale(1.05);
}
div#gameslist h2 {
  margin: 20px 0 0 0;
  font-size: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  color: #7cc6ff;
  text-shadow: none;
}
div#gameslist a {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #b8b8b8;
}
div#gameslist a:hover {
  color: #ffffff;
}
div#gameslist ul {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
div#gameslist ul li {
  line-height: 1;
}
div#gameslist img {
  border-radius: 10px;
  z-index: 2;
  max-width: 60%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

/*** Breadcrumb ***/
.breadcrumb {
  font-size: 70%;
  letter-spacing: 1px;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  display: inline;
}
.breadcrumb ol li:not(:last-of-type)::after {
  content: "•";
  padding: 6px;
}

@media only screen and (min-width: 1024px) {
  h1, main, footer {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1023px) {
  h1, main, footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  main, footer {
    max-width: 100%;
  }
  main, footer {
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  body:has(> aside.toc-sticky) {
    margin: 0;
  }
  body:has(> aside.toc-sticky) > aside.toc-sticky {
    position: fixed;
    max-height: none;
    left: 0;
    top: 0;
    width: 18vw;
    height: 100vh;
    background: #000;
    padding: 30px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    margin: 0;
    overflow-y: auto;
    z-index: 10;
  }
  body:has(> aside.toc-sticky) > header,
  body:has(> aside.toc-sticky) > main,
  body:has(> aside.toc-sticky) > footer {
    margin-left: 18vw;
    width: auto;
    max-width: none;
    margin-right: 0;
  }
  body:has(> aside.toc-sticky) > main {
    margin-top: 0;
  }
  body:has(> aside.toc-sticky) h1 {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
