@import url("https://assets.blz-contentstack.com/v3/assets/blte73fa86c52047717/blt3de15bbfd6c3f3c5/5f9ae8766f61200bd103dbfe/navbar.css");
.Promotions {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--size-300);
}
@media (min-width: 720px) {
  .Promotions {
    gap: var(--size-500);
  }
}
@media (min-width: 1200px) {
  .Promotions {
    gap: var(--size-800) var(--size-1000);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {
  .Promotions {
    padding: 0;
  }
}
.Promotions a {
  text-decoration: none;
}
.Promotions .link-fullwidth {
  grid-column-start: 1;
  grid-column-end: span 2;
}

@keyframes fillControl {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.Masthead {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.Masthead .MastheadCarousel {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .Masthead .MastheadCarousel {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (min-width: 1860px) {
  .Masthead .MastheadCarousel {
    width: 4848px;
    transform: translateX(-50%);
    left: 50%;
  }
}
.Masthead .glide__track {
  transform: translateX(0);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .Masthead .glide__track.hoverLeft {
    transform: translateX(20px);
  }
  .Masthead .glide__track.hoverRight {
    transform: translateX(-20px);
  }
}
.Masthead .glide__slides {
  margin: 0;
  cursor: default;
}
.Masthead .glide__slide {
  height: 480px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.Masthead .glide__slide ::part(content) {
  transition: opacity 0.5s ease;
}
.Masthead .glide__slide.inactive {
  opacity: 0.45;
}
.Masthead .glide__slide.inactive ::part(content) {
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
  .Masthead .glide__slide.hovering {
    opacity: 1;
  }
}
@media (min-width: 720px) {
  .Masthead .glide__slide {
    height: 720px;
    margin-bottom: 20px;
  }
}
.Masthead .glide__slide a {
  text-decoration: none;
}
.Masthead blz-promotion {
  border-radius: 0 0 4px 4px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.4));
  height: 320px;
}
.Masthead blz-promotion::part(content) {
  height: 80%;
  justify-content: flex-end;
}
.Masthead blz-promotion::part(content) .blz-body {
  margin-bottom: 4px;
}
@media (min-width: 720px) {
  .Masthead blz-promotion::part(content) {
    margin-top: 0;
    height: 100%;
    justify-content: center;
  }
}
.Masthead blz-promotion::part(description) {
  display: none;
}
@media (min-width: 720px) {
  .Masthead blz-promotion::part(description) {
    display: block;
    line-height: var(--line-height-comfy);
  }
}
.Masthead blz-promotion #foreground {
  display: block;
}
.Masthead blz-promotion :host([gradient=dark]) #overlay {
  border-radius: 4px;
}
.Masthead blz-promotion blz-button.themed[type=secondary] {
  display: none;
}
@media (min-width: 720px) {
  .Masthead blz-promotion blz-button.themed[type=secondary] {
    display: flex;
  }
}
.Masthead .carouselControl {
  position: absolute;
  top: 376px;
  width: 100%;
  height: 100px;
  display: none;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1200px) {
  .Masthead .carouselControl {
    display: block;
  }
}
.Masthead .carouselControl blz-icon-button {
  position: absolute;
  background: #333B4B;
  color: #D0E9FF;
  pointer-events: all;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.Masthead .carouselControl blz-icon-button:hover, .Masthead .carouselControl blz-icon-button:active, .Masthead .carouselControl blz-icon-button:focus {
  background: #484F5D;
}
.Masthead .carouselControl .carouselLeft {
  left: 110px;
}
@media (min-width: 1860px) {
  .Masthead .carouselControl .carouselLeft {
    left: calc(50% - 840px);
  }
}
.Masthead .carouselControl .carouselRight {
  right: 110px;
}
@media (min-width: 1860px) {
  .Masthead .carouselControl .carouselRight {
    right: calc(50% - 840px);
  }
}
.Masthead blz-tab-controls {
  pointer-events: none;
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  display: flex;
  justify-content: center;
}
@media (min-width: 720px) {
  .Masthead blz-tab-controls {
    bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .Masthead blz-tab-controls {
    bottom: 40px;
  }
}
.Masthead blz-tab-controls blz-tab-control {
  pointer-events: all;
}
.Masthead blz-tab-controls blz-tab-control::part(tab-control) {
  padding: 0;
}
.Masthead blz-tab-controls blz-tab-control .VisibleButton {
  height: 8px;
  width: 52px;
  max-width: calc(100% - 12px);
  margin: 12px 8px;
  background: #8697AA;
  border-radius: 2px;
  flex-grow: 0;
  transition: transform 200ms ease;
}
@media (min-width: 720px) {
  .Masthead blz-tab-controls blz-tab-control .VisibleButton {
    height: 12px;
    width: 100px;
    border-radius: 4px;
  }
}
@media (hover: hover) {
  .Masthead blz-tab-controls blz-tab-control:hover .VisibleButton, .Masthead blz-tab-controls blz-tab-control:focus .VisibleButton {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #FFFFFF;
  }
}
.Masthead blz-tab-controls blz-tab-control[active]::part(tab-control)::after {
  background: none;
}
.Masthead blz-tab-controls blz-tab-control[active] .VisibleButton {
  background-color: #FFFFFF;
  overflow: hidden;
  transform: scaleY(1.3);
}
.Masthead blz-tab-controls.animating blz-tab-control[active] .filling {
  background-color: #0C94EC;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  animation-name: fillControl;
  animation-duration: 4.5s;
  animation-timing-function: linear;
}
.Masthead .BlackoutLeft, .Masthead .BlackoutRight {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.Masthead .BlackoutLeft {
  position: absolute;
  left: 0;
  width: 96px;
}
@media (min-width: 1860px) {
  .Masthead .BlackoutLeft {
    left: auto;
    right: calc(50% + 829px);
    width: calc(50vw - 829px);
  }
}
.Masthead .BlackoutRight {
  right: 0;
  width: 97px;
}
@media (min-width: 1860px) {
  .Masthead .BlackoutRight {
    right: auto;
    left: calc(50% + 829px);
    width: calc(50vw - 829px);
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

blz-section.ProductsSection {
  padding: 32px 0;
  background-position: center center;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  blz-section.ProductsSection {
    padding: 45px 27px 0 27px;
  }
}

h2.TabTitle {
  font: var(--font-accent-700);
  text-transform: uppercase;
}
@media (min-width: 720px) {
  h2.TabTitle {
    margin-bottom: 0;
  }
}

.mobileSlider {
  padding: 0;
}
.mobileSlider li.glide__slide {
  width: 42vw !important;
}
@media (min-width: 600px) {
  .mobileSlider li.glide__slide {
    width: auto !important;
  }
}

.ProductGroup {
  margin-top: var(--resize-500);
}
.ProductGroup.mobileGrid {
  padding: 0;
  margin: var(--resize-500) 20px 0;
}
@media (min-width: 720px) {
  .ProductGroup.mobileGrid {
    padding: 0;
    margin: var(--resize-500) 0;
  }
}
.ProductGroup.tabbed {
  display: none;
}
.ProductGroup.tabbed[active] {
  display: block;
}

.AllGames .MobileCard {
  width: auto;
  height: auto;
}
.AllGames .ProductGrid {
  gap: var(--col-gap-comfy) 12px;
  grid-template-columns: repeat(2, 2fr);
  display: grid;
}
@media (min-width: 600px) {
  .AllGames .ProductGrid {
    grid-template-columns: repeat(3, 3fr);
  }
}
@media (min-width: 720px) {
  .AllGames .ProductGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--size-500) var(--col-gap-comfy);
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }
}
@media (min-width: 960px) {
  .AllGames .ProductGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--size-700) var(--col-gap-comfy);
  }
}
@media (min-width: 1400px) {
  .AllGames .ProductGrid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ProductGrid {
  gap: var(--col-gap-comfy) 12px;
  grid-template-columns: repeat(2, 0fr);
  display: grid;
}
.ProductGrid.mobileSlider {
  display: none;
}
@media (min-width: 720px) {
  .ProductGrid.mobileSlider {
    display: grid;
  }
}
@media (min-width: 720px) {
  .ProductGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--size-500) var(--col-gap-comfy);
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }
}
@media (min-width: 960px) {
  .ProductGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--size-700) var(--col-gap-comfy);
  }
}
@media (min-width: 1400px) {
  .ProductGrid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ProductSlider, .UpcomingSlider {
  display: block;
  width: 100%;
}
.ProductSlider h3, .ProductSlider p, .UpcomingSlider h3, .UpcomingSlider p {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 720px) {
  .ProductSlider h3, .ProductSlider p, .UpcomingSlider h3, .UpcomingSlider p {
    white-space: nowrap;
  }
}
@media (min-width: 720px) {
  .ProductSlider, .UpcomingSlider {
    display: none;
  }
}

blz-game-card::part(badge) {
  border: 1px solid #FFFFFF;
  font-family: "Archivo", sans-serif;
}
@media (min-width: 960px) {
  blz-game-card::part(badge) {
    border: 2px solid #FFFFFF;
  }
}
blz-game-card p {
  font-family: "Archivo", sans-serif;
  color: rgba(208, 233, 255, 0.6);
}
blz-game-card h3 {
  color: #FFFFFF;
}
blz-game-card blz-icon {
  color: rgba(208, 233, 255, 0.6);
}
blz-game-card.MobileCard {
  display: block;
  width: 42vw;
  height: calc(42vw + 100px);
  margin-bottom: var(--col-gap-comfy);
}
@media (min-width: 600px) {
  blz-game-card.MobileCard {
    height: 350px;
  }
}
@media (min-width: 720px) {
  blz-game-card.MobileCard {
    display: none;
  }
}
blz-game-card.MobileCard blz-image.logo {
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 84%;
  transform: scale(1);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
blz-game-card.DesktopCard {
  display: none;
}
@media (min-width: 720px) {
  blz-game-card.DesktopCard {
    display: block;
  }
}
blz-game-card blz-icon-group {
  margin-top: 10px;
}

.AllGamesButtonContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
@media (min-width: 720px) {
  .AllGamesButtonContainer {
    margin: 50px 0;
  }
}
@media (min-width: 960px) {
  .AllGamesButtonContainer {
    margin: 80px 0;
  }
}

blz-section .Header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 20px;
}
@media (min-width: 720px) {
  blz-section .Header {
    margin: 0;
  }
}
@media (min-width: 960px) {
  blz-section .Header {
    flex-direction: row;
  }
}
blz-section blz-tab-filter-controls {
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  blz-section blz-tab-filter-controls {
    margin-top: 10px;
    flex-wrap: nowrap;
  }
}
blz-section blz-tab-control {
  color: #FFFFFF;
  background: rgba(208, 233, 255, 0.2);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
}
blz-section blz-tab-control[active] {
  background: linear-gradient(180deg, #1888EF 0%, #009FE9 100%);
  color: #FFFFFF;
}
@media (hover: hover) {
  blz-section blz-tab-control[active]:hover, blz-section blz-tab-control[active]:focus {
    background: linear-gradient(180deg, #1888EF 0%, #009FE9 100%);
  }
}
@media (hover: hover) {
  blz-section blz-tab-control:hover, blz-section blz-tab-control:focus {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), rgba(208, 233, 255, 0.2);
    color: #FFFFFF;
  }
}
blz-section blz-tab-control::part(tab-control) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 22px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  blz-section blz-tab-control::part(tab-control) {
    padding: 2px 22px;
  }
}
blz-section blz-tab-control::part(tab-control)::after {
  background: none;
}
blz-section blz-tab-control::part(tab-control):hover, blz-section blz-tab-control::part(tab-control):focus {
  color: #FFFFFF;
}

.blz-tooltip {
  background-color: #3A465F;
  color: #FFFFFF;
}

@supports not (aspect-ratio: auto) {
  blz-section blz-tab-control {
    margin: 6px;
  }
}
@supports not (aspect-ratio: auto) {
  .ProductTile {
    height: 60vw;
    margin-bottom: 20vw;
  }
  @media (min-width: 480px) {
    .ProductTile {
      margin-bottom: 5vw;
    }
  }
  @media (min-width: 720px) {
    .ProductTile {
      height: 50vw;
      margin-bottom: 0;
    }
  }
  @media (min-width: 960px) {
    .ProductTile {
      height: 35vw;
    }
  }
  @media (min-width: 1200px) {
    .ProductTile {
      height: 30vw;
    }
  }
  @media (min-width: 1400px) {
    .ProductTile {
      height: 23vw;
    }
  }
  @media (min-width: 1600px) {
    .ProductTile {
      height: 460px;
    }
  }
}
section {
  position: relative;
}

.SectionBackground {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SectionBackground .BackgroundDesktop, .SectionBackground .shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SectionBackground .shadow {
  box-shadow: inset 0 4px 20px rgba(0, 0, 0, 0.3);
}

body {
  background-color: #171717;
}

section.HomeTop {
  background-color: #131928;
  padding-top: 56px;
}
@media (min-width: 960px) {
  section.HomeTop {
    padding-top: 0;
  }
}
section.HomeTop .SectionBackground ::part(image) {
  object-fit: none;
}
@media (min-width: 2600px) {
  section.HomeTop .SectionBackground ::part(image) {
    object-fit: cover;
  }
}

blz-section {
  position: relative;
  padding: var(--size-700) var(--size-200);
  background-size: cover;
}
@media (min-width: 960px) {
  blz-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1200px) {
  blz-section {
    padding-left: 120px;
    padding-right: 120px;
  }
}

blz-section.ProductsSection {
  padding-left: 0;
  padding-right: 0;
  background-position: center center;
  box-sizing: border-box;
  padding-top: 32px;
}
@media (min-width: 720px) {
  blz-section.ProductsSection {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 12px;
  }
}
@media (min-width: 960px) {
  blz-section.ProductsSection {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  blz-section.ProductsSection {
    padding-left: 120px;
    padding-right: 120px;
  }
}
blz-section.ProductsSection blz-header, blz-section.ProductsSection .blz-heading-xl, blz-section.ProductsSection ::part(heading) {
  text-transform: uppercase;
  font: var(--font-accent-700);
}
blz-section.ProductsSection blz-tab-control.hiddenDefault {
  display: none;
}

.Upcoming {
  margin: 10px 0;
}
@media (min-width: 720px) {
  .Upcoming {
    margin: 60px 0;
  }
}
.Upcoming .Header {
  margin-bottom: var(--resize-400);
  margin-left: 0px;
}
.Upcoming.mobileGrid {
  padding: 0 var(--resize-300);
}
@media (min-width: 720px) {
  .Upcoming.mobileGrid {
    padding: 0;
  }
}

[data-blz-tooltip-active] .blz-tooltip,
[data-blz-tooltip-active] .blz-tooltip-extension,
[data-blz-tooltip-active] .blz-tooltip-caret {
  display: none;
}

@media (min-width: 720px) {
  [data-blz-tooltip-active] .blz-tooltip,
[data-blz-tooltip-active] .blz-tooltip-extension,
[data-blz-tooltip-active] .blz-tooltip-caret {
    display: inline-block;
  }

  blz-game-card.MobileCard blz-icon:before {
    display: block;
  }
}