.AgAutocompleteGameItem {
  display: flex;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.AgAutocompleteGameItem__thumbnailOuter .AgAutocompleteGameItem__thumbnail {
  width: 5.625rem;
  height: 3.688rem;
  border-radius: 4px;
  margin-right: 0.75rem;
}
.AgAutocompleteGameItem__metadata .AgAutocompleteGameItem__title {
  font-size: 1rem;
  font-weight: 700;
}
.AgAutocompleteGameItem__metadata
  .AgAutocompleteGameItem__ratingOuter
  .AgAutocompleteGameItem__ratingIcon {
  width: 0.8rem;
  height: auto;
  margin-right: 0.313rem;
}
.AgAutocompleteGameItem__metadata
  .AgAutocompleteGameItem__ratingOuter
  .AgAutocompleteGameItem__rating {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.313rem;
}
.AgAutocompleteGameItem__metadata .AgAutocompleteGameItem__genre {
  font-size: 0.75rem;
  font-weight: 400;
}
.AgAutocompleteGameItem__flag {
  font-size: 0.625rem;
  font-weight: 700;
  border-radius: 4px;
}
.AgAutocompleteGameItem:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.AgAutocompleteTagItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.AgAutocompleteTagItem__nameOuter .AgAutocompleteTagItem__nameLabel {
  margin-right: 0.75rem;
  font-size: 1rem;
  font-weight: 700rem;
}
.AgAutocompleteTagItem__nameOuter .AgAutocompleteTagItem__name {
  border-radius: 4px;
  background: #333;
  vertical-align: middle;
  padding: 0.313rem;
}
.AgAutocompleteTagItem__games {
  font-size: 1rem;
  font-weight: 700rem;
}
.AgSearch input {
  border-radius: 100px;
}
.AgSearch .Autocomplete__Menu {
  margin-top: 12px;
}
.AgSearch .Autocomplete__Content {
  max-height: calc(100svh - 64px - 1rem);
}
.UserAvatar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 3px solid;
  border-radius: 100px;
  font-size: 0;
  word-spacing: 0;
}
.UserAvatar img {
  width: calc(2.5rem - 8px);
  height: calc(2.5rem - 8px);
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.UserAvatar--small {
  border-width: 2px;
}
.UserAvatar--small img {
  width: 2rem;
  height: 2rem;
}
.UserAvatar--large {
  border-width: 4px;
}
.UserAvatar--large img {
  border-width: 2px;
  width: 5rem;
  height: 5rem;
}
.BlockPod--box {
  border-radius: 0.325rem;
  padding: 0.75rem;
}
@media (min-width: 1024px) {
  .BlockPod--box {
    padding: 1.5rem;
  }
}
.BlockPod--fill {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.BlockPod--fill > div {
  flex: 1 1;
}
.BlockPod--centerHeader > header {
  justify-content: center;
  text-align: center;
}
.BlockPod--centerHeader > header > div {
  padding-right: 0;
}
.BlockPod > header {
  display: flex;
  align-items: center;
  line-height: 1;
}
.BlockPod > header + div {
  margin-top: 0.75rem;
}
@media (min-width: 1024px) {
  .BlockPod > header + div {
    margin-top: 1.125rem;
  }
}
.BlockPod > header > div {
  font-size: 125%;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 0.75rem;
}
.BlockPod > header > aside {
  margin-left: auto;
}
@media (min-width: 769px) {
  .BlockPod > header > aside {
    margin-left: 0;
  }
}
.BlockPod--rightAlignAside > header > aside {
  margin-left: auto !important;
}
.AppHeader {
  position: inherit;
}
.AppHeader a.--active {
  font-weight: 700;
}
.AppHeader .--disableLink {
  pointer-events: none;
}
.DesktopHeader {
  display: none;
  padding: 0.75rem;
  position: relative;
}
@media (min-width: 1152px) {
  .DesktopHeader {
    display: flex;
  }
}
.DesktopHeader .Buttons,
.DesktopHeader .Buttons .Button {
  margin-bottom: 0 !important;
}
.DesktopHeader .Dropdown {
  height: 2.5rem;
  margin-left: 1rem;
}
.DesktopHeader__Logo img {
  height: 1.5rem;
}
.DesktopHeader__GamepassUpgradeButton {
  line-height: 0.75;
}
.DesktopHeader__GamepassUpgradeButton span {
  display: inline-flex;
  flex-direction: column;
}
.DesktopHeader__GamepassUpgradeButton small {
  font-size: 90%;
}
.DesktopHeader__Dropdown {
  border-radius: 0 0 0.325rem 0.325rem;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  position: absolute;
  top: 100%;
  margin-top: 1px;
  z-index: 10;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}
.DesktopHeader__Dropdown .Button--large img {
  filter: none !important;
}
.DesktopHeader__DropdownOverlay {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  max-width: 100svw;
  bottom: 0;
  z-index: 2;
}
.DesktopHeader__DropdownOverlay--visible {
  pointer-events: all;
  opacity: 1;
  z-index: 10;
}
.DesktopHeader__DropdownInner {
  padding: 2rem;
}
.DesktopHeader__DropdownInner:last-child {
  border-radius: 0 0 0.325rem 0.325rem;
  padding: 0.75rem 2rem;
}
.DesktopHeader__DropdownInner > div {
  margin: 0 auto;
}
.DesktopHeader__DropdownInner
  .--secondRow
  .Button.Button--large:nth-child(n + 4) {
  display: none;
}
@media (min-width: 1350px) {
  .DesktopHeader__DropdownInner
    .--secondRow
    .Button.Button--large:nth-child(n + 4) {
    display: inline-flex;
  }
}
.DesktopHeader__DropdownInner .Button.Button--large {
  height: auto;
  padding: 1rem;
  text-align: left;
  justify-content: flex-start;
  width: calc(33.3% - 1rem);
  min-width: 200px;
}
@media (min-width: 1350px) {
  .DesktopHeader__DropdownInner .Button.Button--large {
    width: 200px;
  }
}
.DesktopHeader__DropdownInner .Button.Button--large img {
  width: 30px;
  height: auto;
  margin: auto 0.75rem auto auto;
  border-radius: 0.125rem;
}
.DesktopHeader__DropdownInner .Button.Button--large p {
  line-height: 1;
}
.DesktopHeader__DropdownInner .Button.Button--large strong {
  font-size: 1.1rem;
}
.DesktopHeader__DropdownInner .Button.Button--large small {
  font-size: 0.9rem;
  font-weight: 400;
}
.DesktopHeader__DropdownInner ul {
  display: flex;
  opacity: 0.85;
}
.DesktopHeader__DropdownInner ul li {
  display: inline-block;
  font-weight: 700;
}
.DesktopHeader__DropdownInner ul li:not(:last-child):after {
  content: "·";
  margin: 0 1rem;
  display: inline-block;
}
.DesktopHeader__DropdownInner hr {
  margin: 1.5rem 0;
}
.MobileHeader {
  display: none;
  padding: 0.75rem 0;
}
@media (max-width: 1151px) {
  .MobileHeader {
    display: flex;
  }
}
.MobileHeader--menuOpen .MobileHeader__Menu__Bg {
  opacity: 1;
  pointer-events: auto !important;
}
.MobileHeader--menuOpen .MobileHeader__Menu__Panel {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.MobileHeader--menuOpen .MobileHeader__MenuButton .Icon {
  transform: rotate(135deg);
}
.MobileHeader--menuOpen .MobileHeader__Menu__ExtraButtonItem > .Button {
  pointer-events: auto;
}
.MobileHeader--positionTopLeft .MobileHeader__Menu__Panel:not(.--userPanel),
.MobileHeader--positionTopRight .MobileHeader__Menu__Panel:not(.--userPanel) {
  top: 10vh;
}
.MobileHeader__Logo img {
  height: 1.5rem;
  margin-right: 1.5rem;
}
body.--fullScreen .MobileHeader__Menu {
  z-index: 100000000;
}
.MobileHeader__ButtonContainer {
  z-index: 100000003;
  pointer-events: none;
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  right: calc(2.75em + 1.5rem);
  bottom: calc(2.75em + 1.5rem);
  font-size: 150%;
}
.MobileHeader__MenuButton {
  font-size: 100%;
  z-index: 100000003;
  width: 2.75em;
  height: 2.75em;
  padding: 0;
  box-shadow: none;
  pointer-events: auto;
  position: absolute !important;
  top: 100%;
  left: 100%;
  transition-property: top left bottom right;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.MobileHeader__MenuButton--dragging {
  opacity: 0.65;
}
.MobileHeader__MenuButton .Icon {
  transition: transform 0.2s ease;
  transform: rotate(0deg);
}
.MobileHeader__MenuButton--TopLeft {
  top: 0;
  left: 0;
}
.MobileHeader__MenuButton--TopRight {
  top: 0;
  left: 100%;
}
.MobileHeader__MenuButton--BottomLeft {
  top: 100%;
  left: 0;
}
.MobileHeader__Menu {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
}
.MobileHeader__Menu > .Button {
  width: 2.75em;
  height: 2.75em;
  padding: 0;
  box-shadow: none;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 15;
  pointer-events: auto;
}
.MobileHeader__Menu > .Button .Icon {
  transition: transform 0.2s ease;
  transform: rotate(0deg);
}
.MobileHeader__Menu .MobileHeader__Menu__Panel {
  position: absolute;
  right: 0;
  left: 0;
  max-width: 100svw;
  max-height: 100svh;
  border-radius: 0;
}
.MobileHeader__Menu .AgSearch .Input {
  font-size: 120%;
}
.MobileHeader__Menu .AgSearch .Autocomplete__Menu {
  max-height: 60vh;
  overflow-y: auto;
}
.MobileHeader__Menu__Bg {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100svh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.MobileHeader__Menu__ExtraButtons,
.MobileHeader__Menu__Panels {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  right: 3rem;
  z-index: 1;
  pointer-events: none;
}
.MobileHeader__Menu__Panel {
  padding: 1rem;
  pointer-events: none;
  border-radius: 0.325rem;
  transform-origin: 50% 100%;
  transition-property: opacity transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  opacity: 0;
  transform: translateY(1rem) scale(0.9);
}
.MobileHeader__Menu__Panel--empty {
  padding: 0;
  border-radius: 0;
  background: 0 0 !important;
}
.MobileHeader__Menu__Panel.--userPanel {
  bottom: 5rem;
  left: 0;
  right: 0;
}
.MobileHeader__Menu__ExtraButtons {
  z-index: 10;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 2rem;
}
.MobileHeader__Menu__ExtraButtonItem {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.MobileHeader__Menu__ExtraButtonItem > .Button {
  width: 44px;
  height: 44px;
  float: right;
}
.MobileHeader__Menu__ExtraButtonItem .MobileHeader__Menu__Panel {
  position: absolute;
  bottom: 22px;
  right: 22px;
  left: 0;
  z-index: -1;
}
.MobileHeader__UserPanel__User strong {
  font-size: 120%;
}
.MobileHeader__DropTargets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.MobileHeader__DropTargets--open {
  opacity: 1;
}
@media (min-width: 1153px) {
  .MobileHeader__DropTargets {
    display: none;
  }
}
.MobileHeader__DropTargets > div {
  position: absolute;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.65;
  transform: scale(0.65);
  transition: all 0.2s ease;
}
.MobileHeader__DropTargets > div.--active {
  opacity: 1;
  transform: scale(1);
}
.MobileHeader__DropTargets > div[data-position="TopLeft"] {
  top: -15vw;
  left: -15vw;
}
.MobileHeader__DropTargets > div[data-position="TopRight"] {
  top: -15vw;
  right: -15vw;
}
.MobileHeader__DropTargets > div[data-position="BottomLeft"] {
  bottom: -15vw;
  left: -15vw;
}
.MobileHeader__DropTargets > div[data-position="BottomRight"] {
  bottom: -15vw;
  right: -15vw;
}
.MobileHeader__MoreGamesPanel {
  border-radius: 0.325rem;
}
.MobileHeader__MoreGamesPanel > .Flex:first-child {
  margin-bottom: 0;
}
.MobileHeader__MoreGamesPanel .MobileHeader__MoreGamesPanel__Break {
  display: none;
}
@media (max-width: 574px) {
  .MobileHeader__MoreGamesPanel .AgGameTile {
    width: calc(50% - 0.75rem);
    margin: 0.375rem;
  }
}
@media (min-width: 575px) {
  .MobileHeader__MoreGamesPanel
    .MobileHeader__MoreGamesPanel__Break:nth-child(4n) {
    display: block;
    width: 100%;
  }
  .MobileHeader__MoreGamesPanel > .Flex:first-child {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .MobileHeader__MoreGamesPanel > .Flex:last-child {
    align-items: center;
    justify-content: center;
  }
  .MobileHeader__MoreGamesPanel .AgGameTile {
    margin: 0.375rem;
  }
}
@media (min-width: 800px) {
  .MobileHeader__MoreGamesPanel .MobileHeader__MoreGamesPanel__Break {
    display: none !important;
  }
}
.MobileHeader__Nav .DropdownItem {
  align-items: center;
  display: flex;
}
.MobileHeader__Nav .DropdownItem .IconFA {
  margin-right: 0.125rem;
}
.MobileHeader__Nav .DropdownItem span:nth-child(2) {
  font-size: 120%;
  margin-left: 4px;
}
.MobileHeader__Nav
  .DropdownItem--active
  .MobileHeader__Nav__GamepassUpgradeButton {
  filter: brightness(0) invert(1);
}
.MobileHeader__Nav__GamepassUpgradeButton {
  font-weight: 800;
  font-size: 120%;
}
.MobileHeader__Nav__GamepassUpgradeButton small {
  display: block;
  margin-top: -6px;
}
.GamePass__Banner {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1rem;
}
@media (orientation: landscape) and (max-device-width: 1280px) {
  .MobileHeader__ExitFullScreenBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.BlockHeader {
  font-size: 125%;
  text-transform: uppercase;
  font-weight: 700;
}
.GameTileFilmStrip {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  align-items: center;
}
.GameTileFilmStrip > :not(:last-child) {
  margin-right: 0.75rem;
}
.GameTileFilmStrip--includeOuterPadding > :first-child {
  margin-left: 0.75rem;
}
.GameTileFilmStrip--includeOuterPadding > :last-child {
  margin-right: 0.75rem;
}
.GameTileFilmStrip--includeOuterPadding > :only-child {
  margin-left: auto;
  margin-right: auto;
}
.GameTileFilmStrip--includeOuterPadding > :first-child:nth-last-child(2) {
  margin-left: auto;
}
.GameTileFilmStrip--includeOuterPadding > :first-child:nth-last-child(2) + * {
  margin-right: auto;
}
.GameTileContainer {
  margin: 0 auto;
}
@media (min-width: 451px) {
  .GameTileContainer {
    width: 23.25rem;
  }
}
@media (min-width: 575px) {
  .GameTileContainer {
    width: 35.25rem;
  }
}
@media (min-width: 48.0625rem) {
  .GameTileContainer {
    width: 35.25rem;
  }
}
@media (min-width: 59.3125rem) {
  .GameTileContainer {
    width: 47.25rem;
  }
}
@media (min-width: 71.3125rem) {
  .GameTileContainer {
    width: 59.25rem;
  }
}
@media (min-width: 83.3125rem) {
  .GameTileContainer {
    width: 71.25rem;
  }
}
@media (min-width: 95.3125rem) {
  .GameTileContainer {
    width: 83.25rem;
  }
}
@media (min-width: 107.3125rem) {
  .GameTileContainer {
    width: 95.25rem;
  }
}
@media (min-width: 119.3125rem) {
  .GameTileContainer {
    width: 107.25rem;
  }
}
@media (min-width: 131.3125rem) {
  .GameTileContainer {
    width: 119.25rem;
  }
}
@media (min-width: 143.3125rem) {
  .GameTileContainer {
    width: 131.25rem;
  }
}
@media (min-width: 155.3125rem) {
  .GameTileContainer {
    width: 143.25rem;
  }
}
@media (min-width: 451px) {
  .GameTileContainer--withAdGutter {
    width: 23.25rem;
  }
}
@media (min-width: 575px) {
  .GameTileContainer--withAdGutter {
    width: 35.25rem;
  }
}
@media (min-width: 48.0625rem) {
  .GameTileContainer--withAdGutter {
    width: 35.25rem;
  }
}
@media (min-width: 59.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 35.25rem;
  }
}
@media (min-width: 71.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 35.25rem;
  }
}
@media (min-width: 83.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 47.25rem;
  }
}
@media (min-width: 95.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 59.25rem;
  }
}
@media (min-width: 107.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 71.25rem;
  }
}
@media (min-width: 119.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 107.25rem;
  }
}
@media (min-width: 131.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 95.25rem;
  }
}
@media (min-width: 143.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 107.25rem;
  }
}
@media (min-width: 155.3125rem) {
  .GameTileContainer--withAdGutter {
    width: 119.25rem;
  }
}
.GameTileContainer--alignLeft {
  margin-left: 0;
  margin-right: 0;
}
.AppFooter {
  padding: 2rem 0;
  font-size: 90%;
}
.AppFooter__Logo img {
  height: 1.5rem;
}
.AppFooter__Links {
  text-transform: uppercase;
  font-weight: 700;
}
.AppFooter__Links a {
  cursor: pointer;
}
@media (max-width: 768px) {
  .AppFooter__Links > .Flex {
    padding: 0.325rem 0;
  }
  .AppFooter__Links > .Flex:last-child {
    padding-bottom: 0;
  }
  .AppFooter__Links .RouterLink {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-items: center;
  }
}
@media (min-width: 769px) {
  .AppFooter__Links > .Flex:not(:last-child):after {
    content: "";
    margin: 0 0.5rem;
  }
}
.GamePageLayout .App__Main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.GamePageLayout .App__Game {
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.FillScreenLayout .App__Main {
  display: flex;
  position: relative;
}
.GameReview {
  border-radius: 0.325rem;
  padding: 1rem;
}
.GameReview__Author {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90%;
  margin-bottom: 0.325rem;
}
.GameReview__Author .Icon {
  margin-left: 0.5rem;
  padding: 0.325rem;
  border-radius: 0.325rem;
}
.GameReview__Avatar {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  overflow: hidden;
  background: #ccc;
}
.GameReview__Subject {
  font-size: 90%;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0.325rem;
}
.AgGameVideo {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  width: 420px;
  height: auto;
}
@media (max-width: 768px) {
  .AgGameVideo {
    width: 100%;
    height: auto;
  }
}
.AgGameVideo video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  left: 1px;
}
.AgGameVideo__Paused,
.AgGameVideo__Playing {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.AgGameVideo__Paused {
  background-color: rgba(0, 0, 0, 0.5);
}
.AgGameVideo__Playing {
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (min-width: 769px) {
  .AgGameVideo__Playing:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .AgGameVideo__Playing:focus {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .AgGameVideo__Playing {
    transition: none;
  }
}
.CategoryTag {
  position: relative;
  font-size: 75%;
  border-radius: 0.325rem;
  height: 2.25rem;
  cursor: pointer;
  font-weight: 700;
  border-radius: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CategoryTag .Icon {
  width: 1rem;
  height: 1rem;
}
.CategoryTag__Thumbnail {
  position: relative;
  height: calc(2.25rem - 2px);
  width: calc(2.25rem - 2px);
  min-height: calc(2.25rem - 2px);
  min-width: calc(2.25rem - 2px);
  max-height: calc(2.25rem - 2px);
  max-width: calc(2.25rem - 2px);
}
.CategoryTag__Thumbnail > span {
  top: 4px !important;
  left: 4px !important;
  bottom: 4px !important;
  right: 4px !important;
}
.CategoryTag__Thumbnail img {
  border-radius: 100px;
  width: 26px !important;
  height: 26px !important;
}
.CategoryTag__Label {
  position: relative;
}
.GPDescription__GameMeta .Flex div {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.325rem;
  min-width: 20%;
}
.GPDescription__GameMeta .Flex div strong {
  display: block;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.125rem;
}
.GPDescription__GameMeta .Flex div span {
  display: flex;
  align-items: center;
}
.GPDescription__GameMeta .Flex div .Icon {
  margin-left: 0.325rem;
}
.GameTileBlock .GameTileGrid {
  position: relative;
}
.GameTileBlock__Header {
  margin-bottom: 0.75rem;
}
.GameTileBlock__Controls {
  position: absolute;
  right: 0;
  top: 50%;
}
.GameTileBlock__Controls > div {
  transform: translateY(-50%);
}
.GameTileBlock__Overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -20vw;
  right: -20vw;
  cursor: pointer;
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.GameTileBlock__Overlay + .GameTileGrid {
  padding: 0.75rem 0;
  box-sizing: content-box;
}
.GameTileBlock__Overlay + .GameTileGrid .GameTile__Status {
  display: none;
}
.GameTileBlock__After {
  margin-top: 0.75rem;
}
.GameTileBlock__Overlay {
  z-index: 2;
}
.GameTileCarousel {
  position: relative;
}
.GameTileCarousel .--relative > .--relative {
  overflow: hidden;
}
@media (hover: hover) {
  .GameTileCarousel .GameTileGrid {
    transition: transform 0.4s ease;
  }
}
@media (hover: none) {
  .GameTileCarousel .GameTileGrid {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.GameTileCarousel__Button {
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 44px;
  width: 44px;
  padding: 0;
}
@media (min-width: 769px) {
  .GameTileCarousel__Button {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.GameTileCarousel__Button--previous {
  left: 0;
  transition: all 0.2s ease !important;
}
.GameTileCarousel__Button--previous[disabled] {
  opacity: 0 !important;
  pointer-events: none;
}
@media (max-width: 768px) {
  .GameTileCarousel__Button--previous {
    transform: translateY(-50%);
    margin-left: -0.375rem;
  }
  .GameTileCarousel__Button--previous[disabled] {
    transform: translateY(-50%) scale(0.75);
  }
}
@media (min-width: 769px) {
  .GameTileCarousel__Button--previous {
    transform: translate(-50%, -50%);
  }
  .GameTileCarousel__Button--previous[disabled] {
    transform: translate(-50%, -50%) scale(0.75);
  }
}
.GameTileCarousel__Button--next {
  right: 0;
}
@media (max-width: 768px) {
  .GameTileCarousel__Button--next {
    transform: translateY(-50%);
    margin-right: -0.375rem;
  }
}
@media (min-width: 769px) {
  .GameTileCarousel__Button--next {
    transform: translate(50%, -50%);
  }
}
@media (hover: none) {
  .GameTileCarousel__ButtonsDesktop {
    display: none;
  }
}
.GPGamePlayerToolbar .Button .Icon {
  margin: 0 !important;
}
.GPGamePlayerToolbar .Button .Icon + span {
  display: none;
}
.AdSandwich {
  background-color: #000;
  width: 100%;
}
.AdSandwich .AdSandwich__Ad {
  display: none;
  padding: 0.5rem;
}
.AdSandwich--fullScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 99999999;
}
.AdSandwich--fullScreen.AdSandwich--fixedFullScreen {
  position: fixed;
  width: 100svw;
  height: 100svh;
}
.AdSandwich--fullScreen .AdSandwich__Ad--column {
  display: none;
}
.AdSandwich--fullScreen .AdSandwich__Ad--row {
  display: flex;
}
@media (min-width: 2560px) {
  .AdSandwich--fullScreen .AdSandwich__Ad--column {
    display: flex;
  }
  .AdSandwich--fullScreen .AdSandwich__Ad--row {
    display: none;
  }
}
@media (max-device-width: 1023px) {
  .AdSandwich .AdSandwich__Ad--bottomRow {
    display: none !important;
  }
}
@media (orientation: landscape) and (max-device-width: 1280px) {
  .AdSandwich .AdSandwich__Ad--bottomRow {
    display: none !important;
  }
  .AdSandwich .--hideDesktop {
    display: flex !important;
  }
  .AdSandwich .--hideMobile {
    display: none !important;
  }
}
.GPGamePlayer {
  background-color: #000;
  width: 100%;
}
.GPGamePlayer .GamePlayer__CloseButton {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
}
.GPGamePlayer .GamePlayer--fullScreen {
  position: absolute !important;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .GPGamePlayer .GPGamePlayer__PlayButton {
    padding-bottom: 5.25rem;
  }
  .GPGamePlayer .GamePlayer__Anchor--bottom {
    bottom: 0.75rem;
  }
}
.GamePage .Box h4 {
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 700;
  white-space: nowrap;
}
.GamePage .GamePlayer.GamePlayer--staticSize:not(.GamePlayer--isPlaying) {
  min-width: 100%;
}
.GamePage
  .GamePlayer:not(.GamePlayer--staticSize):not(.GamePlayer--fullScreen)
  .Spacer {
  max-height: 70vh;
}
.GamePage .GamePlayer h1 {
  font-size: 200%;
  font-weight: 700;
  padding-bottom: 1rem;
}
.GamePage #gamePreroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.GamePage__ThumbnailPreview {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 11.25rem;
  height: 7.3125rem;
  border-radius: 0.325rem;
}
.GamePage__ThumbnailPreview img {
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) and (max-height: 600px) {
  .GamePage__ThumbnailPreview {
    width: 11.25rem;
    height: 7.3125rem;
  }
}
@media (max-width: 959px) {
  .GamePage__Game__Toolbar .GamePage__Game__RatingStats,
  .GamePage__Game__Toolbar .GamePage__Game__RatingTitle {
    display: none;
  }
}
@media (max-width: 768px) {
  .GamePage__Game__Toolbar > .Flex:first-child {
    margin: 0 auto 0.5rem;
  }
  .GamePage__Game__Toolbar > .Flex:first-child .GPRatingUi__Rating {
    margin-left: -0.5rem;
  }
  .GamePage__Game__Toolbar > .Flex:last-child {
    margin: 0 auto 0.5rem;
  }
}
@media (min-width: 451px) {
  .GamePage__GamePassPromo img {
    margin-left: 0.325rem;
  }
}
@media (max-width: 450px) {
  .GamePage__GamePassPromo {
    height: auto;
  }
  .GamePage__GamePassPromo > span {
    display: flex;
    flex-direction: column;
  }
  .GamePage__GamePassPromo > span img {
    margin: 0.325rem 0;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .GamePage__GamePassPromo {
    display: none;
  }
}
.GamePage__Unlock {
  min-width: 250px;
}
.GamePage__Unlock small,
.GamePage__Unlock strong {
  display: inline-block;
}
.GamePage__Unlock small {
  font-size: 120%;
}
.GamePage__Unlock strong {
  font-size: 200%;
  margin-top: -0.4rem;
  line-height: 1;
}
.GamePage__AlternateSuggestion p {
  max-width: 300px;
}
.GamePage__AlternateSuggestion small,
.GamePage__AlternateSuggestion strong {
  display: inline-block;
}
.GamePage__AlternateSuggestion strong {
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .GPSidebarAd {
    display: none;
  }
}
.GPSidebarAd__Inner {
  padding: 0.75rem;
  border-radius: 0.325rem;
  min-width: 24.75rem;
  max-width: 24.75rem;
}
.GPSidebarAd__GameTiles {
  display: flex;
  flex-wrap: wrap;
  margin: -0.375rem;
}
.GPSidebarAd__GameTiles .AgGameTile {
  margin: 0.375rem;
}
