:root {
  --width: var(--width);
  --dl-color-gray-300: #d9dbe1ff;
  --dl-color-gray-700: #969babff;
  --dl-color-gray-800: #474a57ff;
  --dl-color-gray-900: #18191fff;
  --dl-color-pink-100: #ffb1e6ff;
  --dl-color-pink-800: #ff72d2ff;
  --dl-color-gray-black: #000000ff;
  --dl-color-gray-white: #FFFFFF;
  --dl-color-orange-100: #ffe3c1ff;
  --dl-color-orange-800: #ffc278ff;
  --dl-color-purple-100: #f1e4ffff;
  --dl-color-purple-800: #d6b1ffff;
  --dl-color-purple-900: #ac69f8ff;
  --dl-layout-size-unit: 1rem;
  --dl-color-purple-1000: #6209c6ff;
  --dl-layout-space-unit: 1rem;
  --dl-color-pink-default: #f22bb2ff;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-color-turquoise-100: #d5fafcff;
  --dl-color-turquoise-800: #75e3eaff;
  --dl-layout-radius-round: 50%;
  --dl-color-orange-default: #fe9a22ff;
  --dl-color-purple-default: #8c30f5ff;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-halfunit: 0.5rem;
  --thq-input-border-radius: 6px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius6: 6px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 0.5rem;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-size-doubleunit: 2rem;
  --dl-layout-size-tripleunit: 3rem;
  --dl-color-turquoise-default: #2ec5ceff;
  --dl-layout-space-doubleunit: 2rem;
  --dl-layout-space-tripleunit: 3rem;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.button {
  color: var(--dl-color-gray-900);
  display: inline-block;
  padding: 0.5rem 1rem;
  font-family: Inter;
  border-color: var(--dl-color-gray-900);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
 
.list-item {
  display: list-item;
}
 
.input {
  color: var(--dl-color-gray-900);
  cursor: auto;
  padding: 0.5rem 1rem;
  font-family: Inter;
  border-color: var(--dl-color-gray-900);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
 
.textarea {
  color: var(--dl-color-gray-900);
  cursor: auto;
  padding: 0.5rem;
  font-family: Inter;
  border-color: var(--dl-color-gray-900);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
 
.testimonial-card-compact {
  display: flex;
  padding: 16px;
  box-shadow: 0px 4px 12px 0px rgba(41, 41, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: var(--dl-color-gray-white);
}
 
.testimonial-card-compact:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 20px 0px rgba(41, 41, 42, 0.12);
}
 
.testimonial-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.testimonial-quote-icon {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  margin-top: 4px;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 12px;
}
 
.testimonial-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.testimonial-quote {
  color: var(--dl-color-gray-900);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}
 
.testimonial-author {
  color: var(--dl-color-gray-900);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
 
.testimonial-role {
  color: var(--dl-color-gray-700);
  font-size: 12px;
}
 
.game-card {
  display: flex;
  padding: 12px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
}
 
.game-card:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
 
.game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
 
.game-image-wrapper {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  margin-bottom: 8px;
}
 
.game-card:hover .game-image {
  transform: scale(1.05);
}
 
.store-badge {
  display: inline-flex;
  overflow: hidden;
  transition: transform 0.2s ease, opacity 0.2s ease;
  border-radius: 8px;
}
 
.store-badge:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
 
.store-badge  img {
  width: auto;
  height: 44px;
  display: block;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 15px;
  font-family: inter;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  display: flex;
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 

 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 

 

 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.press-kit-row {
  display: flex;
  padding: 20px 28px;
  transition: background-color 0.2s ease;
  align-items: center;
  border-bottom: 1px solid rgba(218, 165, 32, 0.25);
  justify-content: space-between;
}
 
.press-kit-row:hover {
  background-color: rgba(218, 165, 32, 0.05);
}
 
.press-kit-game-title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
 
.press-kit-actions {
  gap: 12px;
  display: flex;
}
 
.press-kit-btn {
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 14px;
  transition: all 0.25s ease;
  font-family: inherit;
  font-weight: 600;
  border-radius: 6px;
}
 
.press-kit-btn-download {
  color: #666;
  border: 1.5px solid #e0e0e0;
  background: transparent;
  box-shadow: none;
}
 
.press-kit-btn-download:hover {
  color: #DAA520;
  background: rgba(218, 165, 32, 0.05);
  border-color: #DAA520;
}
 
.press-kit-btn-download:hover {
  color: #DAA520;
  transform: translateY(-1px);
  background: rgba(218, 165, 32, 0.05);
  border-color: #DAA520;
}
 
.press-kit-btn-view {
  color: #666;
  border: 1.5px solid #e0e0e0;
  background: transparent;
}
 
.press-kit-btn-view:hover {
  color: #666;
  background: transparent;
  border-color: #e0e0e0;
}
 
.press-kit-btn-view:hover {
  color: #666;
  background: transparent;
  border-color: #e0e0e0;
}
 
.press-kit-btn:hover {
  transform: translateY(-1px);
}
 
.press-kit-btn:active {
  transform: translateY(0);
}
 
.thq-button-filled:hover {
  background-color: #0052a3;
}
 
.contact-form2-form {
  gap: 24px;
  flex: 1;
  width: 250px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.contact-form2-form  .thq-input {
  border: 1px solid #000000 !important;
  outline: none !important;
}
 
.contact-form2-thq-text-input-elm1 {
  width: 100%;
  border: 1px solid #000000 !important;
  outline: none !important;
  font-size: 14px;
}
 
.contact-form2-thq-text-input-elm1:focus {
  border: 1px solid #000000 !important;
  outline: none !important;
}
 
.contact-form2-thq-text-input-elm2 {
  width: 100%;
  border: 1px solid #000000 !important;
  outline: none !important;
  font-size: 14px;
}
 
.contact-form2-thq-text-input-elm2:focus {
  border: 1px solid #000000 !important;
  outline: none !important;
}
 
.contact-form2-textarea {
  width: 100%;
  border: 1px solid #000000 !important;
  outline: none !important;
  font-size: 14px;
}
 
.contact-form2-textarea:focus {
  border: 1px solid #000000 !important;
  outline: none !important;
}
 
.contact-form2-form  .thq-input:focus {
  border: 1px solid #000000 !important;
  outline: none !important;
}
 
.contact-form2-form  input:invalid {
  border: 1px solid #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
 
.contact-form2-form  textarea:invalid {
  border: 1px solid #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
 
.contact-form2-form  input:required:invalid {
  border: 1px solid #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
 
.contact-form2-form  textarea:required:invalid {
  border: 1px solid #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
 
.support-form-thq-text-input-elm-device {
  width: 100%;
  border: 1px solid #000000;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 16px;
  border-color: #000000 !important;
  background-color: white;
}
 
.support-form-thq-text-input-elm-device:focus {
  outline: none;
  border-color: #000000 !important;
}
 
.thq-input  input {
  border-radius: 6px;
}
 
.thq-input  textarea {
  border-radius: 6px;
}
 
.thq-input  select {
  border-radius: 6px;
}
 
.download-links-container {
  width: 100%;
  display: flex;
  padding: 80px 24px;
  overflow: hidden;
  position: relative;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
 
.download-links-background-decoration {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
 
.download-links-content {
  width: 100%;
  z-index: 2;
  position: relative;
  max-width: 1200px;
  text-align: center;
}
 
.download-links-blob {
  width: 400px;
  filter: blur(40px);
  height: 400px;
  position: absolute;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}
 
.download-links-title {
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 48px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
 
.download-links-grid {
  gap: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
 
.download-links-item {
  color: inherit;
  display: flex;
  outline: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
 
.download-links-icon-wrapper {
  width: 100px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  height: 100px;
  display: flex;
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.15), 0 2px 8px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  align-items: center;
  border-radius: 24px;
  justify-content: center;
}
 

 
.download-links-platform-name {
  color: #1a1a1a;
  opacity: 1;
  font-size: 0.875rem;
  word-wrap: break-word;
  margin-top: 16px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  white-space: normal;
}
 

 

 

 
.download-links-icon {
  color: #333;
  width: 48px;
  height: 48px;
  z-index: 2;
  transition: transform 0.3s ease, color 0.3s ease;
}
 
.download-links-blob:nth-child(1) {
  top: -200px;
  right: -100px;
}
 
.download-links-blob:nth-child(2) {
  left: -100px;
  bottom: -200px;
  background: radial-gradient(circle, rgba(255, 0, 102, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
}
 
.download-links-item:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.3);
  border-radius: var(--thq-input-border-radius);
}
 
.download-links-item:hover {
  transform: translateY(-8px);
}
 
.download-links-item:hover .download-links-icon-wrapper::after {
  opacity: 1;
}
 
.download-links-item:hover .google-play {
  transform: translateY(-2px);
  background: #2d9147;
  box-shadow: 0 12px 32px -8px rgba(52, 168, 83, 0.5), 0 4px 12px -2px rgba(52, 168, 83, 0.3);
}
 
.download-links-item:hover .app-store {
  transform: translateY(-2px);
  background: #1a1a1a;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.4), 0 4px 12px -2px rgba(0, 0, 0, 0.25);
}
 
.download-links-item:hover .steam {
  transform: translateY(-2px);
  background: #21262e;
  box-shadow: 0 12px 32px -8px rgba(23, 26, 33, 0.5), 0 4px 12px -2px rgba(23, 26, 33, 0.3);
}
 
.download-links-item:hover .youtube {
  transform: translateY(-2px);
  background: #e60000;
  box-shadow: 0 12px 32px -8px rgba(255, 0, 0, 0.5), 0 4px 12px -2px rgba(255, 0, 0, 0.3);
}
 
.download-links-item:hover .download-links-icon {
  color: #ffffff;
  transform: scale(1.1);
}
 
.download-links-item:hover .download-links-platform-name {
  color: #000000;
  opacity: 1;
}
 
.download-links-icon-wrapper::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.3s ease;
}
 
.privacy-policy-content-section {
  color: #1a1a1a;
  padding: 80px 24px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
}
 
.privacy-policy-content-container {
  margin: 0 auto;
  max-width: 1200px;
}
 
.privacy-policy-content-header {
  position: relative;
  margin-bottom: 60px;
}
 
.privacy-policy-content-layout {
  display: block;
}
 
.privacy-policy-content-accent-bar {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  border-radius: var(--thq-input-border-radius);
  margin-bottom: 24px;
}
 
.privacy-policy-content-main-title {
  color: #0f172a;
  margin: 0 0 12px 0;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
 
.privacy-policy-content-last-updated {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.privacy-policy-content-navigation {
  top: 40px;
  flex: 0 0 280px;
  position: sticky;
}
 
.privacy-policy-content-body {
  flex: 1;
  max-width: 100%;
}
 

 
.privacy-policy-content-block {
  margin-bottom: 64px;
  scroll-margin-top: 40px;
}
 
.privacy-policy-content-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid #f1f5f9;
}
 
.privacy-policy-content-subheading {
  color: #1e293b;
  display: flex;
  font-size: 1.75rem;
  align-items: center;
  font-weight: 700;
  margin-bottom: 24px;
}
 
.privacy-policy-content-text {
  color: #475569;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
 
.privacy-policy-content-list {
  padding-left: 24px;
  margin-bottom: 24px;
}
 
.privacy-policy-content-info-box {
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #2563eb;
  border-radius: 12px;
  background-color: #f8fafc;
}
 
.privacy-policy-content-grid {
  gap: 24px;
  display: grid;
  margin-top: 32px;
  grid-template-columns: 1fr 1fr;
}
 
.privacy-policy-content-contact-card {
  color: #f8fafc;
  padding: 40px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  margin-top: 32px;
  border-radius: 16px;
}
 
.privacy-policy-content-grid-item {
  border: 1px solid #e2e8f0;
  padding: 24px;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
}
 
.privacy-policy-content-contact-details {
  margin-top: 24px;
}
 
.privacy-policy-content-nav-link {
  color: #64748b;
  display: block;
  padding: 10px 20px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
  font-weight: 500;
  margin-left: -2px;
  text-decoration: none;
}
 
.privacy-policy-content-minor-heading {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}
 
.privacy-policy-content-nav-link:hover {
  color: #2563eb;
  background-color: #f8fafc;
}
 
.privacy-policy-content-nav-link.active {
  color: #2563eb;
  background-color: #eff6ff;
  border-left-color: #2563eb;
}
 
.privacy-policy-content-list  li {
  color: #475569;
  position: relative;
  margin-bottom: 12px;
}
 
.privacy-policy-content-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
 
.privacy-policy-content-contact-card  .privacy-policy-content-text {
  color: #cbd5e1;
}
 
.privacy-policy-content-contact-details  p {
  font-size: 1rem;
  margin-bottom: 12px;
}
 
.privacy-policy-content-contact-details  strong {
  color: #38bdf8;
  width: 80px;
  display: inline-block;
}
 
.privacy-policy-content-subsection-heading {
  color: #334155;
  font-size: 1.25rem;
  margin-top: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
 
.privacy-policy-content-item-heading {
  color: #475569;
  font-size: 1rem;
  margin-top: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
 
.download-links-icon-wrapper.google-play {
  background: #34a853;
  box-shadow: 0 8px 24px -6px rgba(52, 168, 83, 0.35), 0 2px 8px -2px rgba(52, 168, 83, 0.2);
  border-color: rgba(52, 168, 83, 0.3);
}
 
.download-links-icon-wrapper.app-store {
  background: #000000;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.35), 0 2px 8px -2px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.download-links-icon-wrapper.steam {
  background: #171a21;
  box-shadow: 0 8px 24px -6px rgba(23, 26, 33, 0.35), 0 2px 8px -2px rgba(23, 26, 33, 0.2);
  border-color: rgba(23, 26, 33, 0.3);
}
 
.download-links-icon-wrapper.youtube {
  background: #ff0000;
  box-shadow: 0 8px 24px -6px rgba(255, 0, 0, 0.35), 0 2px 8px -2px rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.3);
}
 
.download-links-item  .google-play .download-links-icon {
  color: #ffffff;
}
 
.download-links-item  .app-store .download-links-icon {
  color: #ffffff;
}
 
.download-links-item  .steam .download-links-icon {
  color: #ffffff;
}
 
.download-links-item  .youtube .download-links-icon {
  color: #ffffff;
}
 
.download-links-item[data-custom-style="black"] {
  transition: none;
}
 
.download-links-item[data-custom-style="black"] .download-links-icon-wrapper {
  background: #000000;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.35), 0 2px 8px -2px rgba(0, 0, 0, 0.2);
  transition: none;
  border-color: rgba(0, 0, 0, 0.3);
}
 
.download-links-item[data-custom-style="black"] .download-links-icon-wrapper::after {
  display: none;
}
 
.download-links-item[data-custom-style="black"] .download-links-icon {
  color: #ffffff;
  transition: none;
}
 
.download-links-item[data-custom-style="black"]:hover {
  transform: none;
}
 
.download-links-item[data-custom-style="black"]:hover .download-links-icon-wrapper {
  transform: none;
  background: #000000;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.35), 0 2px 8px -2px rgba(0, 0, 0, 0.2);
}
 
.download-links-item[data-custom-style="black"]:hover .download-links-icon {
  color: #ffffff;
  transform: none;
}
 
.download-links-item[data-custom-style="black"]:hover .download-links-platform-name {
  color: #000000;
}
 
.video-modal-overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  opacity: 1;
  z-index: 9999;
  position: fixed;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
  visibility: visible;
  align-items: center;
  justify-content: center;
}
 
.video-modal-backdrop {
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  position: absolute;
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.85);
}
 
.video-modal-container {
  width: 90vw;
  height: auto;
  z-index: 10000;
  position: relative;
  max-width: 1400px;
  transform: scale(1);
  max-height: 80vh;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
 
.video-modal-content-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: visible;
  position: relative;
  background: #000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.1);
}
 
.video-modal-header {
  top: -50px;
  right: 0;
  width: 100%;
  display: flex;
  position: absolute;
  pointer-events: none;
  justify-content: flex-end;
}
 
.video-modal-player-frame {
  width: 100%;
  height: 0;
  position: relative;
  background: #000;
  padding-bottom: 56.25%;
}
 
.video-modal-glitch-line {
  left: 10%;
  width: 30%;
  bottom: -1px;
  height: 2px;
  position: absolute;
  animation: video-modal-glimmer 3s infinite linear;
  background: linear-gradient(90deg, transparent, #fff, transparent);
}
 
.video-modal-corner {
  width: 20px;
  border: 2px solid #fff;
  height: 20px;
  z-index: 10;
  position: absolute;
  pointer-events: none;
}
 
.video-modal-corner-tl {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
 
.video-modal-corner-br {
  right: -2px;
  bottom: -2px;
  border-top: none;
  border-left: none;
}
 
.video-modal-visually-hidden {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
 
.video-modal-close-button {
  gap: 8px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  opacity: 0.7;
  padding: 10px;
  font-size: 12px;
  background: none;
  transition: all 0.3s ease;
  align-items: center;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  pointer-events: auto;
}
 

 
.video-modal-close-icon {
  width: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 32px;
  display: flex;
  transition: border-color 0.3s ease;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
 

 
.video-modal-overlay.video-modal-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
 

 
.video-modal-hidden  .video-modal-container {
  transform: scale(0.9) translateY(20px);
}
 
.video-modal-close-button:hover {
  opacity: 1;
  transform: translateX(-5px);
}
 
.video-modal-close-button:hover .video-modal-close-icon {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
 
.video-modal-player-frame  iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
 
.trailer-button {
  gap: 8px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  padding: 10px 16px;
  font-size: 14px;
  background: #FF0000;
  transition: transform 0.2s ease, opacity 0.2s ease;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  border-radius: 8px;
}
 
.trailer-button:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
 
.button[data-node-id="TQ_YGYxgwXyZB"] {
  color: var(--dl-color-gray-white);
  align-self: center;
  transition: 0.3s;
  padding-top: 12px;
  border-width: 0px;
  padding-left: 32px;
  border-radius: var(--dl-layout-radius-radius6);
  padding-right: 32px;
  padding-bottom: 12px;
  background-color: #306df5;
}
 
.button[data-node-id="TQ_YGYxgwXyZB"]:hover {
  background-color: #698bf8;
}
 
.button[data-node-id="TQ_YGYxgwXyZB"]:active {
  background-color: #0952c6;
}
 
.LargeLabel {
  font-size: 20px;
  font-family: Inter;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.Body2 {
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
 
.Lead1 {
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.77;
  text-transform: none;
  text-decoration: none;
}
 
.Headline6 {
  font-size: 20px;
  font-family: Inter;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.Body1 {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.55;
  text-transform: none;
  text-decoration: none;
}
 
.Lead2 {
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
  line-height: 1.77;
  text-transform: none;
  text-decoration: none;
}
 
.Headline3 {
  font-size: 40px;
  font-family: Inter;
  font-weight: 800;
  text-transform: none;
  text-decoration: none;
}
 
.Headline2 {
  font-size: 48px;
  font-family: Inter;
  font-weight: 800;
  text-transform: none;
  text-decoration: none;
}
 
.Headline5 {
  font-size: 24px;
  font-family: Inter;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.Subtitle2 {
  font-size: 18px;
  font-family: Inter;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.SmallLabel {
  font-size: 12px;
  font-family: Inter;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.MediumLabel {
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.Headline1 {
  font-size: 72px;
  font-family: Inter;
  font-weight: 800;
  text-transform: none;
  text-decoration: none;
}
 
.BadgeLabel {
  font-size: 20px;
  font-family: Nanum Pen Script;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
 
.Subtitle1 {
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}
 
.Headline4 {
  font-size: 28px;
  font-family: Inter;
  font-weight: 800;
  text-transform: none;
  text-decoration: none;
}
 
.Capitalised {
  font-size: 14px;
  font-family: Inter;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
 

 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact-form2-form {
    width: 100%;
  }
  .download-links-grid {
    gap: 32px;
  }
  .download-links-icon-wrapper {
    width: 90px;
    height: 90px;
  }
  .privacy-policy-content-main-title {
    font-size: 2.75rem;
  }
  .video-modal-container {
    width: 95vw;
  }
}
 
@media(max-width: 767px) {
  .testimonial-card-compact {
    padding: 14px;
  }
  .thq-grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .download-links-container {
    padding: 60px 20px;
  }
  .download-links-title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .download-links-grid {
    margin: 0 auto;
    display: grid;
    max-width: 400px;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .privacy-policy-content-section {
    padding: 60px 20px;
  }
  .privacy-policy-content-main-title {
    font-size: 2.25rem;
  }
  .privacy-policy-content-subheading {
    font-size: 1.5rem;
  }
  .privacy-policy-content-grid {
    grid-template-columns: 1fr;
  }
  .video-modal-header {
    top: -40px;
  }
  .video-modal-close-text {
    display: none;
  }
}
 
@media(max-width: 450px) {
  .store-badge  img {
    height: 38px;
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .download-links-container {
    padding: 48px 16px;
  }
  .download-links-grid {
    gap: 24px;
  }
  .download-links-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .download-links-icon {
    width: 40px;
    height: 40px;
  }
  .privacy-policy-content-main-title {
    font-size: 1.85rem;
  }
  .privacy-policy-content-contact-card {
    padding: 24px;
  }
  .video-modal-container {
    max-height: 70vh;
  }
  .video-modal-header {
    top: -45px;
  }
}
