* {
  box-sizing: border-box;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #fff;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.body-home {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  font-family: IBM Plex Mono, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.command-menu-wrap {
  z-index: 999;
  aspect-ratio: auto;
  background-color: #0000;
  border-bottom: 1px #fff;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 28px;
  margin: 0 0 0 auto;
  display: flex;
  position: sticky;
  top: 12px;
}

.command-menu-inner {
  text-align: left;
  text-shadow: 0 1px 2px #000000f2;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 4px auto 0;
  padding: 0;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.home-info-window {
  border: 1px solid #fff;
  border-radius: 0;
  width: 520px;
  height: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 10px var(--terminal-glow);
}

.window-title-bar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 26px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.window-body {
  background-color: #0000;
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.text-window-body {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 13px;
}

.home-divider {
  margin-bottom: 16px;
  font-size: 13px;
}

.underdog-logo {
  width: 100px;
  position: absolute;
  inset: 0 0 auto auto;
}

.home-windows-wrap {
  width: 720px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-window {
  border: 1px solid #fff;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 10px var(--terminal-glow);
  position: relative;
  overflow: hidden;
}

.home-window.studio-team-window {
  width: 720px;
  max-width: 1200px;
}

.window-titlebar {
  background-color: #fff;
  width: 100%;
  height: 24px;
  position: relative;
}

.home-sys-window {
  border: 1px solid #fff;
  width: 520px;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 10px var(--terminal-glow);
}

@keyframes flicker {
  0% { opacity: 0.99; }
  10% { opacity: 0.98; }
  100% { opacity: 0.99; }
}

.home-window-body {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 100%;
  height: auto;
  padding: 14px;
  overflow: visible;
  animation: flicker 0.2s infinite;
  position: relative;
}

.home-window-body::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%), 
              linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

.bg-overlay-wrap {
  background-color: #000;
  background-image: url('../images/Website-Bg.png');
  background-position: 0%;
  background-size: auto;
  width: 100%;
}

.home-section {
  clear: none;
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  position: relative;
}

.page-content-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.command_menu_text {
  background-image: linear-gradient(#00000094, #00000094);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.command-menu-links {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-window-title {
  font-size: 30px;
}

.text-command-link {
  text-decoration: underline;
}

.window-divider-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}

.window-controls {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: 8px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.home-gallery-controls {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.game-counter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: block;
}

.zs2-image-1 {
  width: 100%;
  display: inline-block;
  overflow: visible;
}

.div-block-17 {
  background-color: #000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.home-anchor-offset {
  width: 100%;
  height: 60px;
}

.home-anchor-offset.bottom-offset {
  margin-bottom: 0;
  padding-top: 200px;
}

.studio-team-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-image {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
}

.team-name {
  margin-top: 8px;
}

.team-role {
  margin-bottom: 8px;
}

.team-meta {
  margin-bottom: 2px;
  font-size: 13px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  object-fit: fill;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -32px;
  left: 0;
}

.text-window-link {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 700;
}

.team-image-frame {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.footer-window {
  border: 1px solid #fff;
  width: 520px;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 10px var(--terminal-glow);
}

.footer-window.footer {
  margin-top: 60px;
  margin-bottom: 30px;
}

.window-control-icon {
  width: auto;
  height: 100%;
}

.press-bg-overlay-wrap {
  background-color: #000;
  background-image: url('../images/Website-Bg.png');
  background-position: 0%;
  background-size: auto;
  width: 100%;
}

.press-factsheet-wrap {
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.press-project-links {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.press-fact-sheet-gridbox {
  color: #fff;
  text-align: left;
  font-family: IBM Plex Mono, sans-serif;
}

.press-screenshot-box {
  background-color: gray;
  width: 100%;
  height: 120px;
}

.press-project-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 14px;
  padding: 6px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  display: flex;
}

.press-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.press-section-line {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.press-project-wrap {
  width: 100%;
  max-width: 1200px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.press-factsheet-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
}

.press-section-title {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 42px;
  line-height: 1.1em;
}

.press-intro-copy {
  flex: none;
  width: auto;
  max-width: 760px;
}

.press-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.press-keyart-box {
  background-color: gray;
  width: 100%;
  height: 500px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.press-overview-section {
  clear: none;
  object-fit: fill;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.press-factsheet-left {
  display: block;
}

.press-overview-wrap {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
}

.press-quote {
  color: #fff;
  letter-spacing: .3em;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.press-factsheet-divider {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  width: 1px;
  height: 100%;
  min-height: 220px;
}

.press-anchor-offsets {
  width: 100%;
  height: 60px;
}

.press-anchor-offsets.bottom-offset {
  margin-bottom: 0;
  padding-top: 200px;
}

.press-command-menu-inner {
  text-align: left;
  text-shadow: 0 1px 2px #000000f2;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 640px;
  height: auto;
  margin: 4px auto 0;
  padding: 0;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.press-body-text {
  color: #fff;
  margin-bottom: 16px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.press-intro-window {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-left: 0;
  display: block;
}

.press-headings {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.press-keyart-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.press-factsheet-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 14px;
  display: grid;
}

.press-command-menu-links {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.press-command-menu-wrap {
  z-index: 999;
  aspect-ratio: auto;
  background-color: #0000;
  border-bottom: 1px #fff;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  min-height: 28px;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 12px;
}

.press-logo-box {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 180px;
  height: auto;
  margin-left: 0;
  display: inline-flex;
}

.press-command_menu_text {
  background-image: linear-gradient(#00000094, #00000094);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #000;
}

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
}

.press-intro-top-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 32px;
  padding-right: 100px;
  display: flex;
}

.press-headings-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  font-size: 12px;
  display: flex;
}

.press-section-title-2 {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 36px;
  line-height: 1.1em;
}

.paragraph-2 {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
}

.list {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  line-height: 25px;
  list-style-type: square;
}

.press-description-body {
  color: #fff;
  margin-top: 24px;
  font-family: IBM Plex Mono, sans-serif;
}

.press-description-text {
  color: #fff;
  margin-top: 12px;
  font-family: IBM Plex Mono, sans-serif;
}

.fact-label {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
}

.fact-value {
  color: #fff;
  margin-bottom: 12px;
  font-family: IBM Plex Mono, sans-serif;
}

.press-project-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.press-project-title {
  color: #fff;
  margin-bottom: 6px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
}

.press_project_text_wrap {
  display: block;
}

.press-project-status {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
}

.press-project-link-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 14px;
  padding: 6px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-text {
  margin-bottom: 28px;
}

.div-block-19 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-height: 300px;
  margin-top: 32px;
  padding: 20px 80px;
  display: flex;
}

.div-block-20 {
  width: 440px;
  height: auto;
  display: flex;
}

.image {
  width: auto;
  height: auto;
}

.div-block-21 {
  width: 260px;
  height: auto;
}

.image-2 {
  width: auto;
  height: auto;
  max-height: 240px;
}

.text-video-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 700;
}

.youtube {
  display: block;
}

.press-logos-box {
  background-color: gray;
  width: 220px;
  height: 120px;
}

.press-logos-box-copy {
  background-color: gray;
  width: 280px;
  height: 120px;
}

.text-block {
  color: red;
  font-family: Droid Sans, sans-serif;
}

.div-block-22 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.zs2-image-2, .zs2-image-3 {
  width: 100%;
  display: none;
  overflow: visible;
}

.game1-image-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .body-home {
    color: #fff;
    background-color: #000;
    font-family: IBM Plex Mono, sans-serif;
  }

  .command-menu-wrap {
    margin-left: auto;
  }

  .command-menu-inner {
    max-width: 520px;
    margin-left: auto;
  }

  .underdog-logo {
    aspect-ratio: auto;
    width: 60px;
    top: 36px;
    right: 16px;
  }

  .home-windows-wrap {
    width: 520px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-window.studio-team-window {
    width: 100%;
  }

  .studio-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .press-overview-wrap {
    width: 520px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .press-command-menu-inner {
    max-width: 520px;
    margin-left: auto;
  }

  .press-command-menu-wrap {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .command-menu-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .command-menu-inner {
    text-shadow: none;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .home-info-window {
    width: 100%;
  }

  .underdog-logo {
    opacity: 1;
    width: 56px;
    margin-top: 8px;
    top: 24px;
    right: 16px;
  }

  .home-windows-wrap {
    width: 92vw;
    margin-top: 110px;
  }

  .home-window, .home-sys-window {
    width: 100%;
  }

  .command_menu_text {
    display: inline-flex;
  }

  .footer-window {
    width: 100%;
  }

  .press-overview-wrap {
    width: 92vw;
    margin-top: 110px;
  }

  .press-command-menu-inner {
    text-shadow: none;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .press-intro-window {
    width: 100%;
  }

  .press-command-menu-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .press-command_menu_text {
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  .command-menu-wrap {
    min-height: 56px;
    margin-bottom: 16px;
    padding-top: 8px;
  }

  .command-menu-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-info-window {
    margin-top: 50px;
  }

  .window-body {
    height: auto;
  }

  .text-window-body {
    line-height: 18px;
  }

  .underdog-logo {
    width: 56px;
    display: none;
    top: 85px;
    right: 25px;
  }

  .home-windows-wrap {
    width: 100%;
  }

  .home-window {
    height: auto;
    margin-top: 50px;
  }

  .home-sys-window {
    margin-top: 50px;
  }

  .home-window-body {
    height: auto;
    padding-bottom: 8px;
  }

  .home-section {
    margin-top: 32px;
  }

  .trailer-video {
    max-width: 100%;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .command-menu-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    width: 100%;
    font-size: 11px;
    display: flex;
  }

  .text-window-title {
    line-height: 30px;
  }

  .studio-team-grid {
    grid-template-columns: 1fr;
  }

  .footer-window {
    margin-top: 50px;
  }

  .press-project-links {
    flex-flow: wrap;
    overflow: visible;
  }

  .press-factsheet-content {
    flex-flow: column;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .press-section-title {
    letter-spacing: .02em;
    font-size: 24px;
    line-height: 1.2em;
  }

  .press-overview-section {
    margin-top: 32px;
  }

  .press-overview-wrap {
    width: 100%;
    padding: 0;
  }

  .press-quote {
    width: 100%;
    font-size: 16px;
  }

  .press-factsheet-divider {
    display: none;
  }

  .press-command-menu-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .press-body-text {
    width: 100%;
    font-size: 16px;
  }

  .press-intro-window {
    margin-top: 50px;
  }

  .press-headings {
    width: 100%;
  }

  .press-factsheet-row {
    grid-template-columns: 150px 1fr;
  }

  .press-command-menu-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    width: 100%;
    font-size: 11px;
    display: flex;
  }

  .press-command-menu-wrap {
    min-height: 56px;
    margin-bottom: 16px;
    padding-top: 8px;
  }

  .press-intro-top-row {
    flex-flow: column;
    padding-right: 0;
  }

  .press-section-title-2 {
    font-size: 22px;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
    min-height: auto;
  }

  .div-block-20, .div-block-21 {
    width: 100%;
  }

  .div-block-23 {
    text-align: left;
    flex: 0 auto;
    order: 9999;
    align-self: auto;
    display: block;
  }
}

#w-node-_7b73d5a9-c103-7e9e-6bfe-25c87b1d183d-bb229e3e {
  justify-self: auto;
}


