:root {
  --white: white;
  --black: black;
}

.x-closer-image {
  filter: invert();
  width: 16px;
}

.tag-globe {
  color: #858585;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: .5rem;
}

.tag-globe:hover {
  text-decoration: underline;
}

.x-closer-div {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.tag-by {
  color: #d1d1d1;
  letter-spacing: 1px;
  font-family: Inconsolata, monospace;
  font-size: 10px;
  line-height: 10px;
}

.content-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.actual-window-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.popout-content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #8f8f8f4d;
  border: .7px solid #7776;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  max-height: 60vh;
  padding: 4rem;
  display: flex;
  position: absolute;
  overflow: auto;
  box-shadow: 4px 12px 20px -12px #8b8b8b82;
}

.about-box {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.png-button {
  max-width: 120px;
  position: relative;
  overflow: visible;
}

.logo-link {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: .5rem;
}

.logo-link.w--current {
  z-index: 10;
}

.about-text {
  color: #fff;
  width: 100%;
}

.mobile-video {
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.p2-spin-gif {
  max-width: 120px;
  position: fixed;
}

.dark-bg-closer-2 {
  cursor: pointer;
  background-color: #00000094;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.png-button-div {
  color: #141414;
  background-color: #ffffffe6;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.png-button-div:hover {
  background-color: #fff;
  text-decoration: underline;
}

.png-button-div.dreamworld {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
}

.png-button-div.rd {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
}

.png-button-div.archive {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0;
}

.png-button-div.shop {
  z-index: 10;
  position: fixed;
  top: 1rem;
  left: 1rem;
}

.png-button-div.home-from-snake {
  z-index: 10;
  color: #fff;
  background-color: #00000080;
  position: fixed;
  bottom: 0;
  left: 0;
}

.png-button-div.home-from-snake.right {
  left: auto;
  right: 0;
}

.window-content-div {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.credit-linker {
  color: #fff;
}

.intro-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.corner-buttons-group {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.fitscan-code-embed {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.landing-titles {
  padding: 1rem;
  font-size: 24px;
  line-height: 24px;
}

.landing-titles.small {
  letter-spacing: 1px;
  font-family: Inconsolata, monospace;
  font-size: 8px;
  line-height: 8px;
}

.landing-titles.inconsolata {
  letter-spacing: 1px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 20px;
}

.logo {
  max-width: 100px;
}

.logo-link-div {
  z-index: 10;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
}

.logo-link-div.white {
  filter: invert();
}

.popout-dog {
  width: 32px;
}

.info-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.popout-content-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #e5f2fff2;
  border: 1px solid #ebebebeb;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  max-height: 60vh;
  padding: 4rem;
  display: flex;
  position: absolute;
  overflow: auto;
  box-shadow: 4px 12px 20px -12px #8b8b8b82;
}

.menu-title {
  z-index: 3;
  color: #242424;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.actual-window-content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.x-closer-image-2 {
  width: 20px;
}

.dark-bg-closer-3 {
  cursor: pointer;
  background-color: #1a1a1ad9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-text-2 {
  color: #000;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

._2025-nav-link {
  color: #131313;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

._2025-nav-link:hover {
  text-decoration: underline;
}

.about-link {
  color: #000;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 32px;
}

.snake-game-embed {
  z-index: 3;
  color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .tag-by {
    font-size: 8px;
    line-height: 10px;
  }

  .actual-window-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .popout-content {
    width: 70%;
  }

  .png-button {
    max-width: 100px;
  }

  .logo-link {
    top: 0;
  }

  .mobile-video {
    display: block;
  }

  .png-button-div {
    font-size: 24px;
    line-height: 24px;
  }

  .intro-video {
    display: none;
  }

  .popout-content-2 {
    width: 70%;
  }

  .menu-title {
    font-size: 16px;
  }

  .actual-window-content-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .actual-window-content {
    padding-bottom: 0;
  }

  .popout-content {
    max-width: 400px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .png-button {
    max-width: 80px;
  }

  .logo-link {
    top: .25rem;
  }

  .p2-spin-gif {
    width: 100px;
  }

  .landing-titles {
    font-size: 18px;
    line-height: 18px;
  }

  .landing-titles.small {
    padding-right: .5rem;
  }

  .popout-content-2 {
    max-width: 400px;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .actual-window-content-2 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .popout-content, .popout-content-2 {
    width: 85%;
    overflow: scroll;
  }
}
