.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: grid;
  overflow: auto;
}
 
.navigation-thq-navigation-wrapper-elm {
  width: 100%;
  height: 100%;
}
 
.navigation-thq-navigation-container-elm {
  width: auto;
  max-width: auto;
  min-height: auto;
}
 
.navigation-thq-navigation-logo-elm1 {
  width: auto;
  overflow: visible;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.navigation-image {
  width: 10%;
  height: auto;
  align-self: stretch;
  object-fit: cover;
  border-color: var(--color-on-surface);
  border-width: 1px;
  border-radius: var(--border-radius-sm);
}
 
.navigation-thq-navigation-logo-text-elm1 {
  width: auto;
  height: auto;
}
 
.navigation-thq-navigation-link-elm5 {
  color: var(--color-primary);
  font-weight: 700;
}
 
.navigation-thq-navigation-mobile-link-elm5 {
  color: var(--color-primary);
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}
 
.navigation-container6 {
  display: none;
}
 
.navigation-container7 {
  display: contents;
}
 
@media(max-width: 479px) {
  .navigation-container1 {
    display: grid;
    overflow: auto;
    align-items: start;
    border-color: var(--color-on-surface);
    border-width: 1px;
    justify-items: start;
    transform-origin: top;
  }
  .navigation-thq-navigation-wrapper-elm {
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-self: center;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-image {
  width: 18%;
  object-fit: cover;
}
 
.footer-thq-footer-nav-column-elm {
  width: 277px;
}
 
.footer-thq-footer-nav-link-elm1 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm2 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm6 {
  text-decoration: none;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.homepage-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.homepage-text12 {
  font-size: 70%;
}
 
.homepage-thq-btn-elm1 {
  text-decoration: none;
}
 
.homepage-thq-btn-elm2 {
  text-decoration: none;
}
 
.homepage-thq-section-content-elm36 {
  margin-top: var(--spacing-md);
}
 
.homepage-container2 {
  display: none;
}
 
.homepage-container3 {
  display: contents;
}
 
@media(max-width: 479px) {
  .homepage-thq-hero-title-elm {
    font-size: 200%;
  }
  .homepage-text12 {
    font-size: 70%;
  }
}
