:root {
  --games-blue: #00a3de;
  --games-bright-blue: #00b0f6;
  --games-indigo: #2c78cc;
  --games-purple: #662d91;
  --games-muted-card: rgba(0, 176, 246, 0.06);
  --games-gradient: linear-gradient(108deg, var(--games-blue) 13%, var(--games-indigo) 52%, var(--games-purple) 88%);
}

.janus-page--games {
  --lp-blue: var(--games-bright-blue);
  --lp-deep-blue: var(--games-indigo);
  --lp-purple: var(--games-purple);
  --lp-muted: var(--games-muted-card);
  --lp-gradient: var(--games-gradient);
}

.janus-page--games .lp-gradient {
  color: #fff;
  background: var(--games-gradient);
}

.janus-page--games .games-title--dark {
  color: #000;
}

.janus-page--games .games-hero .lp-hero__title,
.janus-page--games .games-hero .games-hero__title {
  max-width: 820px;
  color: #fff;
}

.janus-page--games .games-hero .lp-hero__text,
.janus-page--games .games-hero .games-hero__text {
  max-width: 670px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.janus-page--games .games-hero .lp-hero__image,
.janus-page--games .games-hero .games-hero__image {
  width: 340px;
}

.janus-page--games .games-hero .lp-btn--light,
.janus-page--games .games-hero .games-btn--light {
  flex: 0 0 420px;
  width: 420px;
}

.janus-page--games .games-hero .lp-btn:not(.lp-btn--light),
.janus-page--games .games-hero .games-btn--blue {
  flex: 0 0 235px;
  width: 235px;
}

.janus-page--games .games-tags span,
.janus-page--games .games-stats strong {
  background: linear-gradient(180deg, var(--games-bright-blue), var(--games-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.janus-page--games .games-stats span {
  color: var(--games-bright-blue);
}

.janus-page--games .games-genres {
  padding: 90px 0;
  background: #fff;
}

.janus-page--games .games-genres .lp-title,
.janus-page--games .games-genres .games-title {
  max-width: 760px;
  margin: 0 0 60px;
  color: #000;
}

.janus-page--games .genre-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-left: 42px;
  max-width: calc(100% - 42px);
}

.janus-page--games .genre-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: center;
}

.janus-page--games .genre-item--reverse {
  grid-template-columns: 360px minmax(0, 1fr);
}

.janus-page--games .genre-item--reverse .genre-item__copy {
  order: 2;
  justify-self: end;
}

.janus-page--games .genre-item__copy {
  max-width: 560px;
}

.janus-page--games .genre-item h3 {
  margin: 0 0 12px;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: var(--janus-subtitle-size);
  line-height: var(--janus-subtitle-line-height);
  font-weight: 600;
  text-transform: none;
}

.janus-page--games .genre-item p {
  margin: 0;
  color: #000;
  font-size: var(--janus-text-size);
  line-height: var(--janus-text-line-height);
}

.janus-page--games .genre-item img {
  width: 360px;
  max-width: 100%;
}

.janus-page--games .games-services .lp-title,
.janus-page--games .games-services .games-title {
  max-width: 850px;
  color: #fff;
}

.janus-page--games .games-services .lp-service-grid h3,
.janus-page--games .games-services .services-grid h3 {
  color: #fff;
  font-weight: 600;
}

.janus-page--games .games-services .lp-service-grid p,
.janus-page--games .games-services .services-grid p {
  color: #fff;
}

.janus-page--games .services-cta img {
  width: 420px;
  max-width: 100%;
  margin: 0 auto 28px;
}

.janus-page--games .services-cta h2,
.janus-page--games .services-cta p {
  color: #fff;
}

.janus-page--games .services-cta .lp-btn,
.janus-page--games .services-cta .games-btn {
  min-width: 300px;
  width: auto;
}

.janus-page--games .games-approach {
  color: #fff;
  background: var(--games-gradient);
}

.janus-page--games .games-approach .lp-title {
  color: #fff;
}

.janus-page--games .games-approach .lp-approach-card {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.janus-page--games .games-approach .lp-approach-card h3,
.janus-page--games .games-approach .lp-approach-card p {
  color: #fff;
}

.janus-page--games .games-approach .lp-approach-card__icon {
  border-color: rgba(255, 255, 255, 0.85);
}

.janus-page--games .games-approach .lp-approach-card::before,
.janus-page--games .games-approach .lp-approach-card::after,
.janus-page--games .games-approach .lp-approach-flow::before,
.janus-page--games .games-approach .lp-approach-flow::after {
  display: none;
  content: none;
}

.janus-page--games .games-choice {
  color: #fff;
  background: var(--games-gradient);
}

.janus-page--games .games-choice .lp-title,
.janus-page--games .games-choice .games-title {
  max-width: 860px;
  color: #fff;
}

.janus-page--games .games-choice .lp-choice-layout,
.janus-page--games .games-choice .choice-layout {
  margin-left: 42px;
  width: calc(100% - 42px);
  max-width: calc(100% - 42px);
}

.janus-page--games .games-choice .lp-case h3,
.janus-page--games .games-choice .case-study h3,
.janus-page--games .games-choice .lp-case__box p,
.janus-page--games .games-choice .case-study__box p,
.janus-page--games .games-choice .lp-case__box strong,
.janus-page--games .games-choice .case-study__box strong,
.janus-page--games .games-choice .lp-choice-list,
.janus-page--games .games-choice .lp-choice-list li,
.janus-page--games .games-choice .choice-list,
.janus-page--games .games-choice .choice-list li,
.janus-page--games .games-choice .lp-final-cta h2,
.janus-page--games .games-choice .choice-cta h2 {
  color: #fff;
}

.janus-page--games .games-choice .lp-case__box,
.janus-page--games .games-choice .case-study__box {
  background: rgba(255, 255, 255, 0.08);
}

.janus-page--games .games-choice .lp-case__photo,
.janus-page--games .games-choice .case-study__photo {
  height: 230px;
  object-fit: cover;
}

.janus-page--games .games-choice .lp-choice-list li::before,
.janus-page--games .games-choice .choice-list li::before {
  color: #fff;
  border-color: #fff;
}

.janus-page--games .case-study__dots,
.janus-page--games .retail-case__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.janus-page--games .case-study__dots button,
.janus-page--games .retail-case__dots button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.janus-page--games .case-study__dots span,
.janus-page--games .retail-case__dots span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.janus-page--games .case-study__dots span.is-active,
.janus-page--games .retail-case__dots span.is-active {
  background: #fff;
}

.janus-page--games .choice-cta {
  max-width: 850px;
  margin-left: 42px;
}

.janus-page--games .choice-cta .lp-actions,
.janus-page--games .choice-cta .games-actions {
  margin-left: 0;
}

.janus-page--games .choice-cta .lp-btn,
.janus-page--games .choice-cta .games-btn {
  min-width: 250px;
}

@media (max-width: 1100px) {
  .janus-page--games .genre-list,
  .janus-page--games .games-choice .lp-choice-layout,
  .janus-page--games .games-choice .choice-layout,
  .janus-page--games .choice-cta {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .janus-page--games .genre-item,
  .janus-page--games .genre-item--reverse {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .janus-page--games .genre-item--reverse .genre-item__copy {
    order: 0;
    justify-self: start;
  }

  .janus-page--games .genre-item img,
  .janus-page--games .games-hero .lp-hero__image,
  .janus-page--games .games-hero .games-hero__image {
    width: min(420px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .janus-page--games .games-hero .lp-btn--light,
  .janus-page--games .games-hero .games-btn--light,
  .janus-page--games .games-hero .lp-btn:not(.lp-btn--light),
  .janus-page--games .games-hero .games-btn--blue {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .janus-page--games .genre-item h3 {
    font-size: 22px;
  }

  .janus-page--games .genre-item p {
    font-size: 18px;
  }
}

/* Games approach — light version */

.janus-page--games .games-approach {
  color: #000 !important;
  background: #fff !important;
}

.janus-page--games .games-approach .lp-title {
  color: #000 !important;
}

.janus-page--games .games-approach .lp-marker::before {
  background: linear-gradient(135deg, var(--games-bright-blue), var(--games-purple)) !important;
}

.janus-page--games .games-approach .lp-approach-card {
  color: #000 !important;
  background: rgba(0, 176, 246, 0.06) !important;
}

.janus-page--games .games-approach .lp-approach-card h3,
.janus-page--games .games-approach .lp-approach-card p {
  color: #000 !important;
}

.janus-page--games .games-approach .lp-approach-card__icon {
  color: #000 !important;
  border-color: currentColor !important;
}

.janus-page--games .games-approach .lp-approach-card__icon img {
  filter: none !important;
}

.janus-page--games .games-approach .lp-approach-card__icon {
  border: 0 !important;
  border-radius: 0 !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
}

.janus-page--games .games-approach .lp-approach-card__icon img {
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
}

@media (min-width: 1101px) {
  .janus-page--games .games-services .lp-service-grid {
    margin-left: 42px;
    width: calc(100% - 42px);
    max-width: calc(100% - 42px);
  }
}
@media (min-width: 1101px) {
  .janus-page--games .games-services__cta,
  .janus-page--games .services-cta {
    position: relative;
    min-height: 420px;
    margin-top: 42px;
  }

  .janus-page--games .games-services__image,
  .janus-page--games .services-cta img {
    position: absolute;
    top: -400px;
    right: 100px;

    width: 450px;
    max-width: 450px;
    margin: 0;
    z-index: 1;
    pointer-events: none;
  }

  .janus-page--games .games-services__cta h2,
  .janus-page--games .services-cta h2,
  .janus-page--games .games-services__cta .lp-btn,
  .janus-page--games .services-cta .lp-btn,
  .janus-page--games .games-services__cta p,
  .janus-page--games .services-cta p {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1101px) {
  .janus-page--games .games-hero .lp-hero__inner {
    grid-template-columns: minmax(0, 1fr) 420px !important;
    column-gap: 40px !important;
  }

  .janus-page--games .games-hero .lp-hero__title {
    grid-column: 1 / -1 !important;
    max-width: 1080px !important;
    width: 100% !important;
  }

  .janus-page--games .games-hero .lp-hero__text,
  .janus-page--games .games-hero .lp-actions {
    grid-column: 1 !important;
  }

  .janus-page--games .games-hero .lp-hero__image,
  .janus-page--games .games-hero .games-hero__image {
    grid-column: 2 !important;
    grid-row: 2 / span 3 !important;

    width: 420px !important;
    max-width: 420px !important;

    justify-self: end !important;
    align-self: center !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 1101px) {
  .janus-page--games .games-why .lp-split {
    grid-template-columns: minmax(0, 1fr) 450px !important;
    column-gap: 56px !important;
  }

  .janus-page--games .games-why .lp-title {
    grid-column: 1 / -1 !important;
    max-width: 1050px !important;
    width: 100% !important;
  }

  .janus-page--games .games-why .lp-rich-text {
    grid-column: 1 !important;
    max-width: 720px !important;
  }

  .janus-page--games .games-why .games-why__image,
  .janus-page--games .games-why .lp-split__image {
    grid-column: 2 !important;
    grid-row: 2 !important;

    width: 450px !important;
    max-width: 450px !important;

    justify-self: end !important;
    align-self: start !important;
    margin-top: -10px !important;
  }
}

@media (max-width: 1100px) {
  .janus-page--games .games-services__image {
    width: min(520px, 100%) !important;
    max-width: 100% !important;
    margin: 32px auto 0 !important;
    display: block !important;
  }
}

@media (max-width: 640px) {
  .janus-page--games .games-services__image {
    width: min(360px, 100%) !important;
  }
}