/** Shopify CDN: Minification failed

Line 741:2 "@import" is only valid at the top level
Line 742:2 "@import" is only valid at the top level

**/
/* New Theme */
@import "//geng.gg/cdn/shop/t/3/assets/typography-fonts.css?v=83433496236586031611617671995";
body:not(.ecommerce) .cart-icon-mobile {
  visibility: hidden; }

.desktop-locales-links .locale-link,
.mobile-locales-links .locale-link {
  color: #b3b3b3; }
  .desktop-locales-links .locale-link.selected,
  .mobile-locales-links .locale-link.selected {
    color: black;
    font-weight: bold; }

.cart-icon-mobile {
  display: flex;
  justify-content: flex-end; }

.header-desktop-socials,
.header-mobile-socials,
.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center; }
  .header-desktop-socials .social-icon,
  .header-mobile-socials .social-icon,
  .footer-socials .social-icon {
    opacity: 0.3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-left: 1px solid #e1e1e1;
    height: 100%;
    transition: opacity 0.2s; }
    .header-desktop-socials .social-icon:hover,
    .header-mobile-socials .social-icon:hover,
    .footer-socials .social-icon:hover {
      opacity: 1; }
    .header-desktop-socials .social-icon img,
    .header-desktop-socials .social-icon svg,
    .header-mobile-socials .social-icon img,
    .header-mobile-socials .social-icon svg,
    .footer-socials .social-icon img,
    .footer-socials .social-icon svg {
      width: 19px;
      height: 19px;
      object-fit: contain; }

.header-desktop-socials .social-icon,
.header-mobile-socials .social-icon {
  border-left: none;
  padding: 8px; }
  .header-desktop-socials .social-icon:first-child,
  .header-mobile-socials .social-icon:first-child {
    padding-left: 0; }

.button, ion-icon, .icon-weibo,
.icon-douyu,
.icon-huya,
.icon-tiktok,
.icon-discord, .cycle-pager span, .team-icon-container--homepage::after, .teams-overlay, .player-social-links, .featured-blog-posts .blog-post, .product-size, .product ::after, .mobile-nav-drawer {
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1); }

* {
  box-sizing: border-box; }

body, HTML {
  font-family: ff-meta-web-pro,sans-serif;
  font-weight: 400;
  font-style: normal; }

a {
  color: black;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

b, .bold {
  font-family: ff-meta-web-pro, sans-serif;
  font-style: normal;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Champion Middlewt A", "Champion Middlewt B", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400; }

h1 {
  font-size: 7em; }
  @media screen and (max-width: 36em) {
    h1 {
      font-size: 4em; } }

.medium-title {
  font-size: 4em; }
  @media screen and (max-width: 36em) {
    .medium-title {
      font-size: 3em; } }

.button {
  font-family: ff-meta-web-pro,sans-serif;
  padding: 1em 1.5em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9em;
  font-weight: 400;
  display: inline-block;
  border-radius: 0px;
  background-color: black;
  color: white;
  border: 1px solid black; }
  .button:hover {
    background-color: white;
    color: black; }

input, textarea {
  font-family: ff-meta-web-pro,sans-serif; }

.button-gold {
  background-color: #aa8a30;
  border-color: #aa8a30; }

.gold-outline {
  color: #aa8a30;
  text-fill-color: transparent;
  text-stroke-width: 2px;
  text-stroke-color: #aa8a30;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #aa8a30; }

.black-outline {
  color: black;
  text-fill-color: transparent;
  text-stroke-width: 2px;
  text-stroke-color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black; }

.white-outline {
  color: black;
  text-fill-color: transparent;
  text-stroke-width: 2px;
  text-stroke-color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white; }

.white {
  color: white; }

.gold {
  color: #aa8a30; }

.bg-grey {
  background-color: #dddddd; }
  .bg-grey .border,
  .bg-grey .border-grey {
    border-color: #bebebe; }

.offscreen {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap; }

.fit {
  max-width: 100%; }

.pointer {
  cursor: pointer; }

.strikethru {
  text-decoration: line-through; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.margin-auto {
  margin: auto; }

.d-flex {
  display: flex; }

.d-flex-wrap {
  flex-wrap: wrap; }

.strike-thru {
  text-decoration: line-through; }

.grey {
  color: #b3b3b3; }

.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-gold {
  background-color: #aa8a30; }

.underline {
  text-decoration: underline; }

.border {
  border: 1px solid; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-black {
  border-color: black; }

.border-grey {
  border-color: #e1e1e1; }

.primary-header__link {
  color: grey; }
  .primary-header__link:hover {
    text-decoration: none;
    color: black; }
  .primary-header__link.current {
    color: #aa8a30; }

.hover-opacity-50:hover {
  opacity: 0.5; }

.hover-opacity-100:hover {
  opacity: 1.0; }

.hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2); }

ion-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle; }
  ion-icon:hover {
    color: black; }

.icon-weibo,
.icon-douyu,
.icon-huya,
.icon-tiktok,
.icon-discord {
  opacity: 0.3; }
  .icon-weibo:hover,
  .icon-douyu:hover,
  .icon-huya:hover,
  .icon-tiktok:hover,
  .icon-discord:hover {
    opacity: 1.0; }

.icon-discord {
  transform: translateY(3px); }

.cycle-pager span {
  display: inline-block;
  width: 6px;
  height: 6px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
  background-color: white;
  opacity: 0.3; }
  .cycle-pager span.cycle-pager-active {
    opacity: 1; }

.nav-container {
  width: 130px; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

/* Teams */
.team-title h1 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1em; }

.teams .cycle-slideshow {
  height: 400px; }
  @media screen and (max-width: 36em) {
    .teams .cycle-slideshow {
      height: 300px; } }

@media screen and (max-width: 36em) {
  .hero {
    height: 25vh; } }

.team-icon-container:hover .team-icon-bg {
  opacity: 1; }
.team-icon-container:hover .team-icon {
  opacity: 0; }
.team-icon-container:hover .team-icon-alt {
  opacity: 1; }

.team-icon-container--homepage {
  width: 22vw;
  height: 400px;
  border-right: 1px solid #333333;
  background-color: black; }
  @media screen and (max-width: 36em) {
    .team-icon-container--homepage {
      width: 48vw;
      height: 300px; } }
  .team-icon-container--homepage::after {
    opacity: 0;
    position: absolute;
    content: '';
    border: 2px solid #aa8a30;
    top: 1em;
    left: 1em;
    bottom: 1em;
    right: 1em; }
  .team-icon-container--homepage:hover::after {
    opacity: 1; }

.team-icon-container--overlay {
  height: 120px;
  border-right: 1px solid #e1e1e1;
  background-color: white; }
  .team-icon-container--overlay:hover {
    border-color: transparent; }

.team-icon-container--teams-page {
  height: 250px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: white; }
  .team-icon-container--teams-page:hover {
    border-color: transparent; }
  @media screen and (max-width: 36em) {
    .team-icon-container--teams-page {
      flex-basis: 50%; } }

.team-icon,
.team-icon-alt {
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%; }

.main-nav {
  z-index: 201;
  position: relative; }

.teams-overlay {
  z-index: 100;
  bottom: 0;
  left: 0;
  transform: translateY(0); }
  .teams-overlay.visible {
    transform: translateY(100%); }

/* Homepage */
.slide a {
  justify-content: center;
  align-items: flex-end; }
  .slide a:hover {
    text-decoration: none; }
.slide h1.white-outline {
  padding-bottom: 90px; }
  @media screen and (max-width: 36em) {
    .slide h1.white-outline {
      font-size: 3em;
      padding-bottom: 10px; } }

/* Players */
.player {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 36em) {
    .player {
      flex-basis: 100%;
      border-top: 1px solid #e1e1e1;
      border-bottom: none;
      border-left: none;
      border-right: none; } }
  .player:hover .player-name {
    margin-top: -25px; }
  .player:hover .player-position {
    margin-top: -22px; }
  .player.has-social:hover .player-social-links {
    transform: translateY(0%); }
  .player.has-social:hover .player-image {
    transform: translateY(-30px); }

.player-image {
  margin-left: -1em;
  margin-right: -1em; }

.player-social-links {
  position: absolute;
  background-color: white;
  transform: translateY(100%);
  bottom: -1px; }
  .player-social-links .border-right:last-child {
    border-right: none; }

.player-flag {
  width: 48px;
  height: 30px;
  overflow: hidden; }

.player-name-container {
  height: 25px;
  overflow: hidden; }

.player-meta-container {
  height: 22px;
  overflow: hidden; }

.player-name,
.player-username {
  height: 25px; }

.player-position,
.player-news {
  height: 22px; }

/* Partners */
.partners {
  margin-bottom: -1px; }
  @media screen and (max-width: 36em) {
    .partners .partner {
      padding: 1em 10px; } }

.partner-logo {
  height: 100px; }

section.partners {
  padding-top: 37.5px;
  margin-bottom: 37.5px; }

section.partners div.partner {
  width: 0;
  height: 0; }

section.partners div.partner img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-left: -37.5px;
  margin-top: -37.5px; }

@media (max-width: 1500px) {
  section.partners {
    padding-top: 30px;
    margin-bottom: 30px; }

  section.partners div.partner img {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px; } }
@media (max-width: 1350px) {
  section.partners {
    padding-top: 25px;
    margin-bottom: -1%; }

  section.partners div.partner {
    width: 12%;
    height: 14%; }

  section.partners div.partner img {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px; } }
@media (max-width: 800px) {
  section.partners {
    padding-top: 25px;
    margin-bottom: -1%; }

  section.partners div.partner {
    width: 17%;
    height: 14%; }

  section.partners div.partner img {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px; } }
@media (max-width: 450px) {
  section.partners {
    padding-top: 25px;
    margin-bottom: -1%; }

  section.partners div.partner {
    width: 27%;
    height: 14%; }

  section.partners div.partner img {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px; } }
/* About page */
.stats .small-type {
  font-size: 0.5em; }

/* Components */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden; }
  .responsive-video iframe,
  .responsive-video object,
  .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Blog posts */
@media screen and (max-width: 36em) {
  .featured-blog-posts {
    height: auto; } }
.featured-blog-posts .blog-post {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  @media screen and (max-width: 36em) {
    .featured-blog-posts .blog-post {
      height: 250px; } }
  .featured-blog-posts .blog-post:not(:last-child) {
    border-right: 1px solid #333333; }
  .featured-blog-posts .blog-post:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
    .featured-blog-posts .blog-post:hover a {
      background-color: rgba(0, 0, 0, 0.5); }

.all-blog-posts .blog-post-image {
  width: 385px;
  height: 275px;
  max-width: 100%; }

.tag {
  background-color: #aa8a30;
  display: inline-block;
  color: white;
  border-radius: 20px;
  padding: 4px 1em;
  font-size: 11px; }

.black-divider {
  width: 35px;
  height: 4px;
  background-color: black; }

/* Product */
.product-size {
  width: 50px;
  height: 50px;
  color: #b3b3b3; }
  .product-size:hover, .product-size.selected {
    border-color: #aa8a30;
    color: #aa8a30;
    text-decoration: none; }

.product-size-sold-out {
  position: relative;
  opacity: 0.5; }
  .product-size-sold-out::after {
    content: '';
    width: 68px;
    height: 50px;
    border-bottom: 1px solid #b3b3b3;
    transform: translateY(-19px) translateX(7px) rotate(45deg);
    -webkit-transform: translateY(-19px) translateX(7px) rotate(45deg);
    position: absolute;
    top: 0px;
    left: 0px; }

.product-sold-out-badge {
  background-color: #aa8a30;
  color: white;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-weight: bold;
  line-height: 70px;
  font-size: 10px;
  text-transform: uppercase; }

.thumbs .image {
  background-color: #dddddd;
  width: 100px;
  height: 100px; }

.product {
  position: relative;
  background-color: #dddddd;
  height: 430px; }
  .product .product-title {
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 36em) {
    .product {
      height: 350px; } }
  .product ::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid transparent; }
  .product:hover {
    text-decoration: none;
    z-index: 1; }
    .product:hover ::after {
      content: '';
      border-color: #aa8a30; }

/* Cart */
.addtocart.disabled {
  cursor: default;
  opacity: 0.2; }
  .addtocart.disabled:hover {
    background-color: black;
    color: white; }
.addtocart.added {
  background-color: transparent;
  color: black;
  cursor: default; }

.cart-container {
  background-color: #aa8a30;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  top: -10px;
  right: -12px;
  font-size: 10px;
  white-space: nowrap;
  line-height: 18px; }

/* Media Kit */
.player-photo:first-child,
.team-photo:first-child {
  margin-left: 4em; }

.media-kit-logo {
  background: #eee;
  width: 200px;
  height: 200px; }

.caps {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px; }

/* Search */
input.search-field {
  padding-left: 80px; }

/* Nav */
.open-mobile-nav ion-icon[name=ios-close] {
  display: none; }
.open-mobile-nav.nav-visible ion-icon[name=ios-close] {
  display: inline-block;
  position: fixed;
  margin-top: -15px; }
.open-mobile-nav.nav-visible ion-icon[name=ios-menu] {
  display: none; }

.mobile-nav-drawer {
  transform: translateX(-100%);
  min-width: 75vw;
  z-index: 301; }
  .mobile-nav-drawer.visible {
    transform: translateX(0);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); }

.show-en,
.show-ko {
  display: none; }

.en-link,
.kr-link,
.cn-link {
  color: #b3b3b3; }

html[lang=ko] {
  @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
  @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css); }
  html[lang=ko] * {
    font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }
  html[lang=ko] h1, html[lang=ko] h2, html[lang=ko] h3, html[lang=ko] h4, html[lang=ko] h5, html[lang=ko] h6 {
    font-family: "Champion Middlewt A", "Champion Middlewt B", Helvetica, sans-serif; }
  html[lang=ko] h2, html[lang=ko] h3, html[lang=ko] h4, html[lang=ko] h5, html[lang=ko] h6 {
    font-weight: bold; }
  html[lang=ko] .hide-ko {
    display: none; }
  html[lang=ko] .show-ko {
    display: block; }
  html[lang=ko] .kr-link {
    color: black; }

html[lang=en] .show-en {
  display: block; }
html[lang=en] .hide-en {
  display: none; }
html[lang=en] .en-link {
  color: black; }

.successForm,
.errorForm {
  position: fixed;
  width: 300px;
  bottom: 20px;
  right: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 1em; }

.successForm {
  background-color: yellow; }

.errorForm {
  background-color: red;
  color: white; }

.career-buttons {
  display: flex;
  gap: 30px; }
  .career-buttons .button {
    display: flex;
    font-weight: bold;
    white-space: nowrap;
    align-items: center;
    text-decoration: none;
    justify-content: center; }
