@font-face {
  font-family: 'icomoon';
  src: url('../font/icomoon.eot');
  src: url('../font/icomoon.eot') format('embedded-opentype'),
    url('../font/icomoon.ttf') format('truetype'),
    url('../font/icomoon.woff') format('woff'),
    url('../font/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.oneimg {
  width: 100%;
  height: 100%;
}

img {
  object-fit: cover;
}

#ng-logo {
  width: auto !important;
}

.eoWdFx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 9px;
}

/*!sc*/
data-styled.g1[id="sc-bdvvtL"] {
  content: "eoWdFx,"
}

/*!sc*/
.enmIfW {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0b0223;
}

/*!sc*/
body.rotate-screen .sc-jRQBWg,
body.portrait-mode .enmIfW {
  width: 100%;
  height: 100%;
}

/*!sc*/
data-styled.g6[id="sc-jRQBWg"] {
  content: "enmIfW,"
}

/*!sc*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

/*!sc*/
html {
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  accent-color: #FF42A5;
}

/*!sc*/
body {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  -webkit-scrollbar-width: none;
  -moz-scrollbar-width: none;
  -ms-scrollbar-width: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.postionFixed {
  width: 100%;
  min-height: 60px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

/*!sc*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 0.5em 0;
}

/*!sc*/
a {
  color: #fff;
}

/*!sc*/
a:visited,
a:hover,
a:focused {
  color: #fff;
}

/*!sc*/
::-webkit-scrollbar {
  display: none;
  width: 0px;
}

/*!sc*/
input[type="checkbox" i] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: 1px solid #FF42A5;
}

/*!sc*/
label:focus-within {
  border: none;
  outline: 1px solid #FF42A5;
}

/*!sc*/
body {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}

/*!sc*/
@media only screen and (orientation:portrait) {
  body.rotate-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    top: -100vw;
    height: 100vw;
    width: 100vmax;
    background: #000000;
    overflow: hidden;
  }
}

/*!sc*/
@media only screen and (orientation:landscape) and (max-height:575.98px) {
  body.portrait-mode {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 100vw;
    height: 100vw;
    width: 100vh;
    background: black !important;
    overflow: hidden;
  }
}

/*!sc*/
body #__next {
  width: 100%;
  height: 100%;
}

/*!sc*/
.overlayKey {
  position: absolute;
  min-width: 25px;
  text-align: center;
  z-index: 1;
  opacity: 0.75;
  pointer-events: none;
}

/*!sc*/
.overlayKey.MOBASkill .overlayKeyValue:not(.MobaText),
.overlayKey.LBM .overlayKeyValue:not(.MobaText) {
  background: none;
  border: none;
}

/*!sc*/
.overlayKey.MOBASkill .overlayKeyValue:not(.MobaText) img,
.overlayKey.LBM .overlayKeyValue:not(.MobaText) img {
  width: 26px;
}

/*!sc*/
.overlayKey.FreeLook.gamepad .overlayKeyValue {
  position: absolute;
}

/*!sc*/
.overlayKey.Dpad>span {
  position: absolute;
}

/*!sc*/
.overlayKey.Pan::before,
.overlayKey.Pan::after {
  content: "";
}

/*!sc*/
.overlayKey.Pan::before {
  height: 78px;
  width: 1px;
  position: absolute;
  background: white;
  -webkit-transform: translate3d(-20px, -37px, 10px);
  -ms-transform: translate3d(-20px, -37px, 10px);
  transform: translate3d(-20px, -37px, 10px);
}

/*!sc*/
.overlayKey.Pan::after {
  width: 78px;
  height: 1px;
  position: absolute;
  background: white;
  -webkit-transform: translate3d(-59px, -40px, 10px);
  -ms-transform: translate3d(-59px, -40px, 10px);
  transform: translate3d(-59px, -40px, 10px);
}

/*!sc*/
.overlayKey.Pan.gamepad::before,
.overlayKey.Pan.gamepad::after {
  display: none;
}

/*!sc*/
.overlayKey.Pan.gamepad .overlayKeyValue {
  width: auto;
  height: auto;
  padding: 10px;
}

/*!sc*/
.overlayKey.Pan.gamepad .overlayKeyValue::before {
  display: none;
}

/*!sc*/
.overlayKey.Pan .overlayKeyValue {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

/*!sc*/
.overlayKey.Pan .overlayKeyValue::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-transform: translate3d(-8px, -8px, 10px);
  -ms-transform: translate3d(-8px, -8px, 10px);
  transform: translate3d(-8px, -8px, 10px);
}

/*!sc*/
.overlayKeyValue {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  border-radius: 9px;
  padding: 2px 6px;
  background-color: rgba(8, 10, 31, 0.85);
  border: 1px solid #f7faff;
  position: relative;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f7faff;
}

/*!sc*/
.overlayKeyValue svg {
  width: 16px;
  height: 23px;
}

/*!sc*/
.overlayKeyValue.DpadImage {
  background: none;
  border: none;
}

/*!sc*/
.overlayKeyValue.DpadImage img {
  width: 26px;
}

/*!sc*/
.simplebar-scrollbar:before {
  background-color: rgba(255, 255, 255, 0.5);
  top: 30px;
  bottom: 20px;
  right: 5px;
}

/*!sc*/
.Toastify__toast-container--top-center {
  top: 100px;
}

/*!sc*/
.Toastify__toast-theme--colored.Toastify__toast--default {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 4px;
}

/*!sc*/
.Toastify__toast-theme--colored.Toastify__toast--default .Toastify__toast-body {
  font-size: 16px;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  line-height: 1.5em;
}

/*!sc*/
.Toastify__toast-theme--colored.Toastify__toast--default .Toastify__toast-body div {
  text-align: center;
  color: #ffffff;
}

/*!sc*/
.Toastify__toast-theme--colored.Toastify__toast--default .Toastify__toast-body div>kbd {
  color: #0B0223;
  background: #EEE3D9;
  padding: 6px 10px;
  border: 1px solid;
  margin: 0 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  border-radius: 4px;
}

/*!sc*/
.Toastify__toast-container.Toastify__toast-container--top-center {
  width: 420px;
}

/*!sc*/
.Toastify__close-button--colored {
  display: none;
}

/*!sc*/
.select-container {
  margin: 8px 0 0 0;
}

/*!sc*/
.select-container .select__control {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}

/*!sc*/
.select-container .select__indicator-separator {
  display: none;
}

/*!sc*/
.select-container .select__placeholder,
.select-container .select__single-value {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

/*!sc*/
.select-container .select__menu {
  color: rgba(255, 255, 255, 0.6);
  background: #444;
}

/*!sc*/
.select-container .select__option:hover {
  color: #aaa;
  background: rgba(0, 0, 0, .4);
  cursor: pointer;
}

/*!sc*/
.icon-gamepad.null {
  position: relative;
}

/*!sc*/
.icon-gamepad.null:after {
  content: '';
  border: 2px;
  height: 29px;
  width: 1.5px;
  background: currentColor;
  position: absolute;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  left: 10px;
  top: -4px;
}

/*!sc*/
.hidden {
  display: none;
  visibility: hidden;
}

/*!sc*/
.btn-bar {
  position: relative;
  font-family: Audiowide, sans-serif;
  width: 120px;
  height: 44px;
  text-transform: uppercase;
}

/*!sc*/
.btn-bar:after,
.btn-bar:before {
  content: '';
  position: absolute;
  background: white;
  top: 9%;
  height: 4px;
  border-radius: 3px;
}

/*!sc*/
.btn-bar:after {
  width: 10%;
  right: 16%;
}

/*!sc*/
.btn-bar:before {
  width: 20%;
  right: 30%;
}

/*!sc*/
.portal-page .quarter-4,
.portal-page .quarter-5 {
  position: static;
  width: 50%;
  height: auto;
  rotate: none;
  background: none;
}

/*!sc*/
.portal-page .quarter-4>li,
.portal-page .quarter-5>li {
  position: static;
  rotate: none;
}

/*!sc*/
.portal-page .quarter-4>li>div,
.portal-page .quarter-5>li>div {
  position: relative;
}

/*!sc*/
.portal-page .quarter-4>li>div>img,
.portal-page .quarter-5>li>div>img {
  position: static;
}

/*!sc*/
div .fit-html {
  width: calc(100% - 352px);
  left: 176px;
  height: auto;
}

/*!sc*/
.revert-rotation {
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  top: 0 !important;
  right: 0 !important;
  position: relative !important;
  min-height: 100vh;
  min-width: 100vw;
}

/*!sc*/
.body-overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/*!sc*/
button {
  font-family: 'Poppins';
}

/*!sc*/
:root {
  --grid-items-per-row: 9;
  --grid-item-margin: 8px;
  --grid-vertical-items-per-row: 6;
  --grid-vertical-item-margin: 24px;
}

/*!sc*/
@media only screen and (min-width:960px) and (max-width:1366px) {
  :root {
    --grid-items-per-row: 8;
  }
}

/*!sc*/
@media only screen and (min-width:550px) and (max-width:959px) {
  :root {
    --grid-items-per-row: 6;
    --grid-vertical-items-per-row: 5;
  }
}

/*!sc*/
@media only screen and (max-width:549px) {
  :root {
    --grid-items-per-row: 3;
    --grid-vertical-items-per-row: 2;
    --grid-vertical-item-margin: 16px;
  }
}

/*!sc*/
.d-mobile {
  display: none !important;
}

/*!sc*/
.d-small {
  display: none !important;
}

/*!sc*/
.d-desk {
  /* display: none !important; */
}

/*!sc*/
@media only screen and (max-width:768px) {
  .d-mobile {
    display: block !important;
  }
}

/*!sc*/
@media only screen and (min-width:768px) {
  .d-desk {
    display: block !important;
  }
}

/*!sc*/
@media only screen and (max-width:1020px) {
  .d-small {
    display: block !important;
  }
}

/*!sc*/
.videoSwiper .swiper-slide {
  width: auto;
}

/*!sc*/
.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*!sc*/
data-styled.g7[id="sc-global-jAOeWl1"] {
  content: "sc-global-jAOeWl1,"
}

/*!sc*/
.eonYhr {
  color: currentcolor;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
  margin: 0;
}

/*!sc*/
data-styled.g31[id="sc-cxpSdN"] {
  content: "eonYhr,"
}

/*!sc*/
.dKeYDm {
  color: currentcolor;
  font-size: 14px;
  line-height: 21px;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
  margin: 0;
  font-weight: 400;
}

/*!sc*/
data-styled.g35[id="sc-ezbkAF"] {
  content: "dKeYDm,"
}

/*!sc*/
.jtrBrY {
  color: currentcolor;
  font-size: 12px;
  line-height: 18px;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
  margin: 0;
  font-weight: 400;
}

/*!sc*/
data-styled.g38[id="sc-ikJyIC"] {
  content: "jtrBrY,"
}

/*!sc*/
.dyXpJq {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  outline: none;
  border-radius: 54px;
  font-family: 'Poppins';
  color: #FFFFFF;
  background: #FF42A5;
  border: 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  gap: 16px;
  padding: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

/*!sc*/
.dyXpJq:hover,
.dyXpJq:active,
.dyXpJq:focus {
  background: #FF3392;
  color: #FFFFFF;
  border-color: undefined;
}

/*!sc*/
.dyXpJq:disabled,
.dyXpJq:hover:disabled {
  cursor: default;
  color: rgba(255, 255, 255, 0.3);
  background: #473E5F;
  box-shadow: undefined;
  border-color: undefined;
}

/*!sc*/
.dyXpJq.more-cta {
  font-size: 14px;
  padding: 9px 27px;
  margin: auto;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .dyXpJq.more-cta {
    width: 100%;
  }
}

/*!sc*/
.cDbeBX {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  outline: none;
  border-radius: 54px;
  font-family: 'Poppins';
  color: #FF42A5;
  background: transparent;
  border: 1px solid #FF42A5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  gap: 16px;
  padding: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

/*!sc*/
.cDbeBX:hover,
.cDbeBX:active,
.cDbeBX:focus {
  background: #FF42A5;
  color: #FFFFFF;
  border-color: undefined;
}

/*!sc*/
.cDbeBX:disabled,
.cDbeBX:hover:disabled {
  cursor: default;
  color: rgba(255, 255, 255, 0.3);
  background: #473E5F;
  box-shadow: undefined;
  border-color: undefined;
}

/*!sc*/
.cDbeBX.more-cta {
  font-size: 14px;
  padding: 9px 27px;
  margin: auto;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .cDbeBX.more-cta {
    width: 100%;
  }
}

/*!sc*/
data-styled.g76[id="sc-jOxtWs"] {
  content: "dyXpJq,cDbeBX,"
}

/*!sc*/
.jiXAkR {
  margin-left: 4px;
}

/*!sc*/
data-styled.g238[id="sc-jCHUfY"] {
  content: "jiXAkR,"
}

/*!sc*/
.iQzqCs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

/*!sc*/
data-styled.g409[id="sc-eYQueS"] {
  content: "iQzqCs,"
}

/*!sc*/
.gJGcsG {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: rgba(11, 2, 35, 0.5);
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1;
}

/*!sc*/
@supports not (aspect-ratio:auto) {
  .gJGcsG {
    height: 110px;
    width: 110px;
    max-width: 110px;
  }
}

/*!sc*/
.kCGwoA {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: rgba(11, 2, 35, 0.5);
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 32/43;
}

/*!sc*/
@supports not (aspect-ratio:auto) {
  @media screen and (orientation:portrait) {
    .kCGwoA {
      height: 172px;
      width: 129px;
      max-width: 129px;
    }
  }

  @media screen (orientation:landscape) {
    .kCGwoA {
      height: 215px;
      width: 160px;
      max-width: 160px;
    }
  }
}

/*!sc*/
data-styled.g410[id="sc-chSlKD"] {
  content: "gJGcsG,kCGwoA,"
}

/*!sc*/
.kRRRxi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: calc(100%/var(--grid-items-per-row) - var(--grid-item-margin));
  margin: 0 calc(var(--grid-item-margin)/2) var(--grid-item-margin);
}

/*!sc*/
.ePPRCK {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: calc(100%/var(--grid-vertical-items-per-row) - var(--grid-vertical-item-margin));
  margin: 0 calc(var(--grid-vertical-item-margin)/2) var(--grid-vertical-item-margin);
}

/*!sc*/
data-styled.g411[id="sc-kxmyjH"] {
  content: "kRRRxi,ePPRCK,"
}

/*!sc*/
.kDDXzh {
  color: #FFFFFF;
  width: 100%;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 8px;
}

/*!sc*/
.kDDXzh .game-info-tooltip {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

/*!sc*/
.kDDXzh .game-info-tooltip:before {
  content: '';
}

/*!sc*/
.kDDXzh:before {
  content: '';
  bottom: -8.5px;
  background: #FF42A5;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  height: 12px;
  width: 84%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

/*!sc*/
.kDDXzh:after {
  position: absolute;
  content: '';
  opacity: 0;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 8px;
  background: #FF42A5;
}

/*!sc*/
.kDDXzh:hover {
  background: #111111;
}

/*!sc*/
.kDDXzh:hover .game-info-tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*!sc*/
.kDDXzh:hover:after,
.kDDXzh:hover:before {
  opacity: 1;
}

/*!sc*/
.kDDXzh:hover .overlay-hue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*!sc*/
.kDDXzh h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*!sc*/
.kDDXzh .playing-overlay {
  position: absolute;
  font-family: Poppins;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
  padding: 6px calc(100% / 8);
  color: #FFFFFF;
  background: rgba(17, 17, 17, 0.7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 24px;
}

/*!sc*/
.jBGucX {
  color: #FFFFFF;
  width: 100%;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 0;
  border-radius: 8px;
}

/*!sc*/
.jBGucX .game-info-tooltip {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

/*!sc*/
.jBGucX .game-info-tooltip:before {
  content: '';
}

/*!sc*/
.jBGucX:before {
  content: '';
  bottom: -8.5px;
  background: #FF42A5;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  height: 12px;
  width: 84%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

/*!sc*/
.jBGucX:after {
  position: absolute;
  content: '';
  opacity: 0;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 8px;
  background: #FF42A5;
}

/*!sc*/
.jBGucX:hover {
  background: #111111;
}

/*!sc*/
.jBGucX:hover .game-info-tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*!sc*/
.jBGucX:hover:after,
.jBGucX:hover:before {
  opacity: 1;
}

/*!sc*/
.jBGucX:hover .overlay-hue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*!sc*/
.jBGucX:hover .app-info {
  display: inline-block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 41.67%);
  border-radius: 0px 0px 8px 8px;
}

/*!sc*/
.jBGucX:hover .app-info button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*!sc*/
.jBGucX h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*!sc*/
.jBGucX .playing-overlay {
  position: absolute;
  font-family: Poppins;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
  padding: 6px calc(100% / 8);
  color: #FFFFFF;
  background: rgba(17, 17, 17, 0.7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 24px;
}

/*!sc*/
data-styled.g412[id="sc-gEOWYS"] {
  content: "kDDXzh,jBGucX,"
}

/*!sc*/
.cZiFdS {
  width: 100%;
}

/*!sc*/
.cZiFdS button {
  display: none;
  width: 100%;
  margin-top: 6px;
  padding: 7px;
}

/*!sc*/
.dfmQgX {
  width: 100%;
  position: absolute;
  padding: 12px;
  bottom: 0;
  display: none;
}

/*!sc*/
.dfmQgX button {
  display: none;
  width: 100%;
  margin-top: 6px;
  padding: 7px;
}

/*!sc*/
data-styled.g413[id="sc-dusCKN"] {
  content: "cZiFdS,dfmQgX,"
}

/*!sc*/
.iBZEdt {
  padding: 10px 20px;
  text-align: center;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .iBZEdt {
    padding: 10px;
  }
}

/*!sc*/
data-styled.g417[id="sc-halPKt"] {
  content: "iBZEdt,"
}

/*!sc*/
.cSlxBm {
  margin: 20px 20px 30px;
}

/*!sc*/
@media only screen and (max-width:768px) {
  .cSlxBm {
    margin: 10px 20px;
  }
}

/*!sc*/
data-styled.g418[id="sc-dhOozE"] {
  content: "cSlxBm,"
}

/*!sc*/
.dYofcg {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding-bottom: 15px;
  margin-top: 50px;
  margin-bottom: 32px;
}

/*!sc*/
@media only screen and (max-width:768px) {
  .dYofcg {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 30px;
  }
}

/*!sc*/
.dYofcg:after {
  content: '';
  background: linear-gradient(90deg, rgba(255, 66, 165, 0) 0%, #FF42A5 49.65%, rgba(255, 66, 165, 0) 101.41%);
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*!sc*/
data-styled.g419[id="sc-DWqcv"] {
  content: "dYofcg,"
}

/*!sc*/
.gcshzx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .gcshzx {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

/*!sc*/
data-styled.g420[id="sc-iaUyqC"] {
  content: "gcshzx,"
}

/*!sc*/
.fPDEpc {
  margin: auto 5%;
}

/*!sc*/
.fPDEpc h4 {
  font-weight: 600;
  font-size: 20px;
}

/*!sc*/
.fPDEpc a {
  color: rgba(255, 255, 255, 0.6);
}

/*!sc*/
.fPDEpc a:hover {
  color: #fff;
}

/*!sc*/
.fPDEpc p {
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

/*!sc*/
@media only screen and (max-width:480px) {
  .fPDEpc {
    margin: 0;
  }

  .fPDEpc h4 {
    font-size: 16px;
  }

  .fPDEpc p {
    font-size: 12px;
  }
}

/*!sc*/
data-styled.g421[id="sc-kdneuM"] {
  content: "fPDEpc,"
}

/*!sc*/
.kStdBZ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*!sc*/
data-styled.g422[id="sc-kZJZaN"] {
  content: "kStdBZ,"
}

/*!sc*/
.hqZnwl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 14px;
}

/*!sc*/
.hqZnwl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .hqZnwl div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}

/*!sc*/
.hqZnwl a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

/*!sc*/
.hqZnwl a:hover {
  color: #FF42A5;
}

/*!sc*/
.hqZnwl p,
.hqZnwl a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-align: center;
}

/*!sc*/
data-styled.g423[id="sc-iQLbEm"] {
  content: "hqZnwl,"
}

/*!sc*/

.dQOUkH {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .dQOUkH {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

/*!sc*/
data-styled.g424[id="sc-jNhWkn"] {
  content: "dQOUkH,"
}

/*!sc*/
.guYxHP {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

/*!sc*/
.guYxHP #ng-logo {
  width: 80px;
  margin: 0 10px !important;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .guYxHP {
    display: none;
  }
}

/*!sc*/
data-styled.g425[id="sc-ctKHVw"] {
  content: "guYxHP,"
}

/*!sc*/
.kLvxxB {
  -webkit-flex: 0 0 calc(100% - 200px);
  -ms-flex: 0 0 calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .kLvxxB {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/*!sc*/
data-styled.g426[id="sc-dqhCBx"] {
  content: "kLvxxB,"
}

/*!sc*/
.gqvOwn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  margin-bottom: 20px;
}

/*!sc*/
@media only screen and (max-width:480px) {
  .gqvOwn {
    margin-bottom: 0px;
  }
}

/*!sc*/
.gqvOwn label {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-bottom: 10px;
}

/*!sc*/
.gqvOwn ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 10px;
  margin-bottom: 20px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*!sc*/
.gqvOwn ul li {
  padding: 0;
}

/*!sc*/
.gqvOwn ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

/*!sc*/
.gqvOwn ul li a svg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

/*!sc*/
.gqvOwn ul li a:hover {
  color: #FF42A5;
}

/*!sc*/
data-styled.g428[id="sc-cdFzKX"] {
  content: "gqvOwn,"
}

/*!sc*/
.eJiiDh {
  position: relative;
  z-index: 2;
  padding: 4% 10% 0 10%;
  background: #111111;
  overflow: hidden;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .eJiiDh {
    padding: 20px 20px 0;
  }
}

/*!sc*/
data-styled.g429[id="sc-jWWnA"] {
  content: "eJiiDh,"
}

/*!sc*/
.eYPdbQ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .eYPdbQ {
    margin-bottom: 20px;
    gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/*!sc*/
@media only screen and (max-width:1020px) {
  .eYPdbQ:not(.show-all) a:nth-child(16)~a {
    display: none;
  }
}

/*!sc*/
data-styled.g430[id="sc-bgtQTB"] {
  content: "eYPdbQ,"
}

/*!sc*/
.dGJhrq {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid transparent;
}

/*!sc*/
.dGJhrq:hover {
  border-color: #FF42A5;
}

/*!sc*/
.dGJhrq span {
  display: inline-block;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .dGJhrq {
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    padding: 4px:8px;
  }
}

/*!sc*/
data-styled.g431[id="sc-fItasp"] {
  content: "dGJhrq,"
}

/*!sc*/
.QksoO {
  max-width: 1100px;
  margin: auto;
  list-style-type: none;
  margin-bottom: 50px;
  padding: 0;
}

/*!sc*/
data-styled.g436[id="sc-fvOMhg"] {
  content: "QksoO,"
}

/*!sc*/
.gJlqaG {
  border-radius: 8px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
  background: rgba(102, 102, 102, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/*!sc*/
.gJlqaG.collapsed {
  background: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}

/*!sc*/
.gJlqaG.collapsed section {
  max-height: 0;
  margin-top: 0;
}

/*!sc*/
.gJlqaG:hover {
  background: rgba(102, 102, 102, 0.4);
  border-color: rgba(255, 255, 255, 0.2);
}

/*!sc*/
@media only screen and (max-width:480px) {

  .gJlqaG p,
  .gJlqaG a {
    font-size: 12px;
  }
}

/*!sc*/
.gJlqaG h3 {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

/*!sc*/
.gJlqaG section {
  margin-top: 8px;
  max-height: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
}

/*!sc*/
.gJlqaG p,
.gJlqaG a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}

/*!sc*/
.gJlqaG ul {
  list-style-type: disc;
}

/*!sc*/
data-styled.g437[id="sc-ibKkBv"] {
  content: "gJlqaG,"
}

/*!sc*/
.dJyxRb {
  margin-left: auto;
  padding-left: 10px 5px 10px 10px;
}

.fpsXBH {
  cursor: pointer;
}

/*!sc*/
data-styled.g438[id="sc-ejmJqG"] {
  content: "dJyxRb,"
}

/*!sc*/
.gtpRAi {
  position: relative;
  z-index: 1;
}

/*!sc*/
data-styled.g439[id="sc-heyBJZ"] {
  content: "gtpRAi,"
}

/*!sc*/
.bAknkk {
  width: 100%;
  max-width: 1550px;
  margin: auto;
  justify-content: space-between;
}

/*!sc*/
data-styled.g440[id="sc-dmbazk"] {
  content: "bAknkk,"
}

/*!sc*/
.fBaTYv .extension-game-tile {
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
}

/*!sc*/
.fBaTYv .extension-game-tile ul {
  margin: 4px 0px 0px;
  gap: 0px 20px;
}

/*!sc*/
.fBaTYv .icon-cross-thin {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  padding: 5px;
  border-radius: 50%;
}

/*!sc*/
.fBaTYv .icon-cross-thin:hover {
  background: rgba(255, 255, 255, 0.1);
}

/*!sc*/
.fBaTYv>div {
  width: 100%;
}

/*!sc*/
data-styled.g441[id="sc-jVslSq"] {
  content: "fBaTYv,"
}

/*!sc*/
.jVGqVw {
  width: 400px;
  position: relative;
  top: 0;
  padding: 7px 8px 7px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

/*!sc*/
.jVGqVw:focus-within {
  border: 1px solid #FF339E;
}

/*!sc*/
@media only screen and (max-width:850px) {
  .jVGqVw {
    width: 400px;
    max-width: 100%;
    margin: auto;
  }
}

/*!sc*/
@media only screen and (max-width:567px) and (orientation:portrait) {
  .jVGqVw {
    width: 100%;
  }
}

/*!sc*/
data-styled.g442[id="sc-heudyb"] {
  content: "jVGqVw,"
}

/*!sc*/
.ffTKeO {
  font-family: inherit;
  width: 100%;
  padding: 0 16px;
  border: 0;
  outline: none;
  background: transparent;
  line-height: 24px;
  color: #FFFFFF;
}

/*!sc*/
.ffTKeO::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/*!sc*/
.ffTKeO::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/*!sc*/
.ffTKeO:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/*!sc*/
.ffTKeO::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/*!sc*/
data-styled.g443[id="sc-cSyqtw"] {
  content: "ffTKeO,"
}

/*!sc*/
.iXGVlm {
  cursor: pointer;
  text-transform: uppercase;
  margin-left: auto;
  color: #FFFFFF;
  visibility: hidden;
}

/*!sc*/
data-styled.g444[id="sc-bAhZh"] {
  content: "iXGVlm,"
}

/*!sc*/
.eClTvX {
  cursor: pointer;
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*!sc*/
data-styled.g445[id="sc-PWMHG"] {
  content: "eClTvX,"
}

/*!sc*/
.hSntWP {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*!sc*/
data-styled.g512[id="sc-efaPnb"] {
  content: "hSntWP,"
}

/*!sc*/
.dxwMcd {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999999999;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, .6);
  padding: 18px 36px;
}

/*!sc*/
.dxwMcd i {
  cursor: pointer;
}

/*!sc*/
.dxwMcd.home {
  padding-top: 0;
  padding-bottom: 0;
}

/*!sc*/
@media only screen and (max-width:767px) {
  .dxwMcd.home {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*!sc*/
.dxwMcd .header-search {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  height: auto;
  top: 0px;
  -webkit-flex: 0 0 min(30%, 400px);
  -ms-flex: 0 0 min(30%, 400px);
  flex: 0 0 min(30%, 400px);
  margin-top: auto;
  margin-bottom: auto;
}

/*!sc*/
.dxwMcd .header-search>div {
  width: auto;
}

/*!sc*/
.dxwMcd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

/*!sc*/
@media only screen and (max-width:767px) {
  .dxwMcd {
    padding: 20px 24px;
  }

  .dxwMcd>div {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dxwMcd .header-search {
    position: relative;
    display: none;
    align-items: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    height: 200vh;
    top: 57vh;
    -webkit-flex: 0 0 min(30%, 400px);
    -ms-flex: 0 0 min(30%, 400px);
    flex: 0 0 min(30%, 400px);
    margin-top: auto;
    margin-bottom: auto;
    top: 300px;
    background-color: #000000;
    width: 100%;
  }
}

/*!sc*/
data-styled.g513[id="sc-cgLHwo"] {
  content: "dxwMcd,"
}

/*!sc*/
.fpsXBH {
  gap: 8px;
  z-index: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait),
(orientation:landscape) and (max-height:575.98px) {
  .fpsXBH .icon-info {
    display: none;
  }
}

/*!sc*/
data-styled.g514[id="sc-ieqYjd"] {
  content: "fpsXBH,"
}

/*!sc*/
.kkjBwh {
  display: inline-block;
  width: 22px;
  height: 22px;
  z-index: 999999;
}

/*!sc*/
@media only screen and (min-width:768px) {
  .kkjBwh {
    display: none;
  }
}

/*!sc*/
data-styled.g515[id="sc-bNoLzS"] {
  content: "kkjBwh,"
}

/*!sc*/
.kkFMhr {
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*!sc*/
@media only screen and (max-width:768px) and (orientation:portrait) {
  .kkFMhr {
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    position: fixed;
    bottom: 0;
    padding: 14px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4;
  }
}

/*!sc*/
.kkFMhr .sep {
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 20px;
  width: 0px;
  margin: 0 16px;
}

/*!sc*/
.kkFMhr p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/*!sc*/
.kkFMhr a {
  font-size: 14px;
  line-height: 150%;
  color: #FAFAFB;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #FAFAFB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*!sc*/
.kkFMhr a .icon-union {
  font-size: 11px;
  margin-left: 5px;
}

/*!sc*/
.kkFMhr a:hover {
  color: #FF42A5;
}

/*!sc*/
data-styled.g516[id="sc-hKUcmH"] {
  content: "kkFMhr,"
}

/*!sc*/
.dCJpuw {
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 33px;
  margin-left: 12px;
}

/*!sc*/
.dCJpuw .hover {
  display: none;
  border-radius: 8px;
}

/*!sc*/
.dCJpuw img {
  max-width: 100%;
}

/*!sc*/
.dCJpuw:hover img:not(.hover) {
  display: none;
}

/*!sc*/
.dCJpuw:hover .hover {
  display: initial;
}

/*!sc*/
data-styled.g517[id="sc-fMEUvU"] {
  content: "dCJpuw,"
}

/*!sc*/
.gbNZKj {
  position: absolute;
  left: 50%;
  top: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*!sc*/
@media only screen and (max-width:767px) {
  .gbNZKj {
    /* display: none; */
    position: absolute !important;
    bottom: 0;
    right: 0;
  }
}

/*!sc*/
data-styled.g524[id="sc-jhBjTa"] {
  content: "gbNZKj,"
}

/*!sc*/
.ekRub {
  margin-top: 40px;
  padding: 0 36px;
  position: relative;
  z-index: 1;
}

/*!sc*/
@media only screen and (max-width:959px) {
  .ekRub {
    padding: 0 28px;
  }
}

/*!sc*/
@media only screen and (max-width:767px) {
  .ekRub {
    padding: 0 16px;
    margin-top: 16px;
  }
}

/*!sc*/
data-styled.g525[id="sc-cZrumJ"] {
  content: "ekRub,"
}

/*!sc*/
.bFkNXq {
  background-color: #14161F;
  color: #fff;
  font-family: 'Poppins';
  overflow: auto;
  position: relative;
}

/*!sc*/
.bFkNXq .left-element,
.bFkNXq .right-element {
  position: fixed;
  top: 0;
  pointer-events: none;
}

/*!sc*/
@media only screen and (max-width:767px) {

  .bFkNXq .left-element,
  .bFkNXq .right-element {
    display: none;
  }
}

/*!sc*/
.bFkNXq .left-element {
  top: 200px;
}

/*!sc*/
.bFkNXq .right-element {
  right: 0;
}

/*!sc*/
data-styled.g526[id="sc-cKAQkk"] {
  content: "bFkNXq,"
}

/*!sc*/
@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/l7gdbjpo0cum0ckerWCtkg.woff) format('woff')
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../font/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SLMFQ.woff) format('woff')
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(../font/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OwyLMFQ.woff) format('woff')
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(../font/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OLyXMFQ.woff) format('woff')
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(../font/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OFiXMFQ.woff) format('woff')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/pxiEyp8kv8JHgFVrFJM.woff) format('woff')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLGT9V1g.woff) format('woff')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLEj6V1g.woff) format('woff')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLCz7V1g.woff) format('woff')
}

@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/l7gdbjpo0cum0ckerWCdmA_OMRlABolM.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/l7gdbjpo0cum0ckerWCdlg_OMRlABg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWs89XgHPyhRMw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWg89XgHPyhRMw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWu89XgHPyh.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWs89XgHPyhRMw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWg89XgHPyhRMw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWu89XgHPyh.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWs89XgHPyhRMw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWg89XgHPyhRMw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWu89XgHPyh.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWs89XgHPyhRMw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWg89XgHPyhRMw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../font/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWu89XgHPyh.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}