/*!
 (c) 2018 Electronic Arts Inc.
 Open source credits can be found at https://www.pogo.com/static/licenses.txt
*/
/*!
 (c) 2018 Electronic Arts Inc.
 Open source credits can be found at https://www.pogo.com/static/licenses.txt
*/
.wrapper__3IbyN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.noResults__2SE1r {
  margin-bottom: 360px;
  margin-top: 32px;
}
.noResultsTips__jpvj2 {
  margin: 20px 0;
  padding-left: 30px;
}
@media screen and (min-width: 960px) {
  .free .leftRail__3MYqR,
  .guest .leftRail__3MYqR {
    -ms-flex-preferred-size: 75%;
    /* flex-basis: 75%; */
  }
}
.sortGrid__13kn1 {
  position: relative;
}
.sortMenu__382dr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.menuSkeleton__LwNSA {
  height: 20px;
  min-width: 200px;
}
.dropdown__oq-Or {
  color: #f0faff;
  cursor: pointer;
  height: 24px;
  outline: none;
  position: relative;
  width: auto;
}
.dropdown__oq-Or .selected__1liNV {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: right;
}
.dropdown__oq-Or .selected__1liNV .labelCopy__3Btr_ {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.dropdown__oq-Or .selected__1liNV .selectedIndexCopy__2CnoV {
  font-weight: 500;
  margin-left: 4px;
}
.dropdown__oq-Or .selected__1liNV .arrowContainer__drFrO {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4px;
  position: relative;
  width: 18px;
}
.dropdown__oq-Or .selected__1liNV .arrowContainer__drFrO svg {
  fill: #fff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}
.dropdown__oq-Or .settings__2SRfj {
  background:  #f39c12;
  list-style: none;
  pointer-events: none;
  position: relative;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  visibility: hidden;
  z-index: 1;
}
.dropdown__oq-Or .option__2NOR3 {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding: 0 20px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  word-break: break-word;
}
.dropdown__oq-Or .option__2NOR3.selectedOption__EUOqQ {
  background: rgba(0, 0, 0, 0.25);
  position: relative;
}
.dropdown__oq-Or .option__2NOR3.selectedOption__EUOqQ:before {
  display: block;
}
.dropdown__oq-Or .option__2NOR3:focus,
.dropdown__oq-Or .option__2NOR3:hover {
  background: rgba(0, 0, 0, 0.25);
  outline: none !important;
  position: relative;
}
.dropdown__oq-Or .option__2NOR3:focus:before,
.dropdown__oq-Or .option__2NOR3:hover:before {
  display: block;
}
.dropdown__oq-Or .option__2NOR3:before {
  background: linear-gradient(45deg, #ff5858, #f857a6);
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 4px;
}
.dropdown__oq-Or.open__cDREq .selected__1liNV {
  border-bottom: 0;
}
.dropdown__oq-Or.open__cDREq .selected__1liNV svg,
.dropdown__oq-Or.open__cDREq .selected__1liNV svg path {
  fill: #f857a6 !important;
}
.dropdown__oq-Or.open__cDREq .selected__1liNV svg {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown__oq-Or.open__cDREq .selected__1liNV .selectedLabel__3iuo8 {
  position: relative;
}
.dropdown__oq-Or.open__cDREq .settings__2SRfj {
  pointer-events: auto;
  visibility: visible;
}
.dropdown__oq-Or.dark__2oNEH {
  height: 48px;
}
.dropdown__oq-Or.dark__2oNEH.open__cDREq .selected__1liNV {
  border: 1px solid rgba(240, 250, 255, 0.4);
}
.dropdown__oq-Or.dark__2oNEH.open__cDREq
  .selected__1liNV
  .selectedLabel__3iuo8 {
  position: static;
}
.dropdown__oq-Or.dark__2oNEH .selected__1liNV {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #3b3e4b;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  justify-content: space-between;
  line-height: 48px;
  padding-left: 12px;
  text-align: left;
}
.dropdown__oq-Or.dark__2oNEH .selected__1liNV svg {
  right: 12px;
  top: 12px;
}
.dropdown__oq-Or.dark__2oNEH .selected__1liNV svg path {
  fill: #fff;
}
.dropdown__oq-Or.dark__2oNEH .settings__2SRfj {
  background-color:  #3498db;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  margin-top: 2px;
  max-height: 378px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.dropdown__oq-Or.dark__2oNEH .settings__2SRfj .option__2NOR3:hover,
.dropdown__oq-Or.dark__2oNEH .settings__2SRfj .selectedOption__EUOqQ {
  background: #3b3e4b;
}
.gameGrid__3M1us {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .showBlade__3L3yU {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .gameBlade__2Jp0U {
    left: 0 !important;
    margin-top: 8px;
    position: absolute !important;
  }
}
.header__2JegV {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .header__2JegV {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .header__2JegV {
    font-size: 26px;
  }
}
.gameWrapper__2jNw6 {
  position: relative;
}
.headerSkeleton__kgUwo {
  height: 30px !important;
}
.gameTile__3amEb {
  background:  #3498db;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.tileWrapper__3MQtd.onClickHandler__I86J3 {
  cursor: pointer;
}
.error__2BNgM {
  background: rgba(41, 44, 55, 0.631);
}
.hoverAnimation__2bJt5 {
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.25, 0, 0.72, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.25, 0, 0.72, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0, 0.72, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0, 0.72, 1),
    -webkit-transform 0.15s cubic-bezier(0.25, 0, 0.72, 1);
  will-change: transform;
}
.hoverAnimation__2bJt5.active__39OIz,
.hoverAnimation__2bJt5.active__39OIz:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hoverAnimation__2bJt5.active__39OIz {
  background: linear-gradient(45deg, #ff5858, #f857a6);
  border-radius: 5px;
  overflow: visible;
  overflow: initial;
  padding: 4px;
  position: relative;
}
.hoverAnimation__2bJt5.active__39OIz:before {
  border: 7px solid rgba(74, 209, 181, 0);
  border-top-color: #ff5858;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -var(--spacing-xs);
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.hoverAnimation__2bJt5.active__39OIz .label__2q8HV {
  left: 4px;
  top: 4px;
}
.hoverAnimation__2bJt5:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.image__1TzIZ {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
  box-shadow: inset 0 0 0 2px transparent;
  cursor: pointer;
  height: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
.imageSkeleton__3fDsW,
.image__1TzIZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.imageSkeleton__3fDsW {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background-color:  #3498db;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
}
.shadow__2W0-U {
  background: radial-gradient(circle at 80% 20%, #000 10%, transparent 70%);
  height: 100px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 100px;
}
.friendCount__PcToD {
  position: absolute;
  right: 24px;
  top: 14px;
}
.meatball__2PL0y {
  left: 12px;
  position: absolute;
  top: -10px;
}
.playButton__2RUqM {
  font-size: 14px !important;
  margin: 0;
  min-width: 80px;
}
.playButton__2RUqM > div > svg {
  margin-right: 4px;
}
.banner__3jjHP {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background:  #3498db;
  color: #f0faff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 55px !important;
  justify-content: center;
  padding: 0 8px;
  width: 100%;
}
.banner__3jjHP .gameName__31gZM {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .banner__3jjHP .gameName__31gZM {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .banner__3jjHP .gameName__31gZM {
    font-size: 20px;
  }
}
.banner__3jjHP .gameName__31gZM {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 100px);
  word-break: break-word;
}
.banner__3jjHP .buttons__1ObWk {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
}
.banner__3jjHP .buttons__1ObWk .gameTileButton__2yT-s {
  padding: 10px;
}
.banner__3jjHP .buttons__1ObWk .gameTileIcon__1nWMS {
  cursor: pointer;
  padding: 9px;
}
.banner__3jjHP .buttons__1ObWk .gameTileIcon__1nWMS svg {
  height: 30px;
  width: 30px;
}
.banner__3jjHP .favorite__gwz6U {
  height: 24px;
  width: 24px;
}
.banner__3jjHP .categoryLabel__exxVq {
  bottom: 0;
  position: relative;
}
.label__2q8HV {
  left: 0;
  opacity: 1;
  position: absolute;
  top: -1px;
}
.badges__30p-i {
  bottom: 6px;
  position: absolute;
  right: 6px;
}
.tileNotVisible__qbV0k {
  margin-bottom: 55px;
}
.favoriteButton__27TMC {
  fill: transparent;
  stroke: #fff;
  cursor: pointer;
}
.favoriteButton__27TMC.favorited__HFSxI {
  fill: #ff6fca;
  stroke: #ff66ba;
}
.meatball__3FoFx {
  border: 1px solid #161920;
  border-radius: 8px;
  height: 8px;
  width: 8px;
}
.meatball__3FoFx.withCount__2QF8q {
  border: none;
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-stretch: condensed;
  font-weight: 700;
  height: 18px;
  letter-spacing: normal;
  line-height: 14px;
  line-height: 18px;
  max-width: 35px;
  min-width: 25px;
  padding: 0 5px;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  width: auto;
}
.meatball__3FoFx.green__jj7Nt {
  background: #0ac44a;
}
.meatball__3FoFx.red__2wYlF {
  background: #f63d54;
}
.aspectRatio__157MR {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 658px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.bladeWrapper__1Mhy7 {
  background:  #f39c12;
  color: #f0faff;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scroll-margin-top: 230px;
  top: 0;
  width: calc(100% + 10px);
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 {
    height: 434px;
    left: auto;
    overflow-y: visible;
    overflow-y: initial;
    position: relative;
    top: auto;
    width: 100%;
    z-index: auto;
  }
}
.bladeWrapper__1Mhy7 .gameBackground__3PkZK {
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: 1320px;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 .gameBackground__3PkZK {
    background-position: 50% 50%;
    background-size: cover;
  }
}
.bladeWrapper__1Mhy7 .closeButton__UByaG {
  position: absolute;
  right: 15px;
  top: 15px;
}
.bladeWrapper__1Mhy7 .closeButton__UByaG svg {
  height: 55%;
  margin: 22%;
  width: 55%;
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 .closeButton__UByaG svg {
    height: 65%;
    margin: 18%;
    width: 65%;
  }
}
.bladeWrapper__1Mhy7 .topscrim__QLkwB {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    color-stop(70%, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    0deg,
    transparent,
    rgba(0, 0, 0, 0.3) 70%,
    rgba(0, 0, 0, 0.8)
  );
  height: 178px;
  position: absolute;
  top: 0;
  width: 100%;
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o {
  background: linear-gradient(
    180deg,
    rgba(38, 60, 108, 0),
    rgba(38, 60, 108, 0.3) 70px,
     #3498db 180px,
     #3498db
  );
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o {
    --left-section-width: 200px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(38, 60, 108, 0)),
        color-stop(rgba(38, 60, 108, 0)),
        color-stop(45%, rgba(33, 50, 88, 0.68)),
        to( #3498db)
      ),
      -webkit-gradient(linear, right top, left top, from(rgba(16, 67, 174, 0)), color-stop(rgba(16, 67, 174, 0)), color-stop(rgba(16, 67, 174, 0)), color-stop(rgba(16, 67, 174, 0)), color-stop(55%, rgba(12, 68, 173, 0.47)), to( #3498db));
    background: linear-gradient(
        270deg,
        rgba(38, 60, 108, 0),
        rgba(38, 60, 108, 0),
        rgba(33, 50, 88, 0.68) 45%,
         #3498db
      ),
      linear-gradient(
        270deg,
        rgba(16, 67, 174, 0),
        rgba(16, 67, 174, 0),
        rgba(16, 67, 174, 0),
        rgba(16, 67, 174, 0),
        rgba(12, 68, 173, 0.47) 55%,
         #3498db
      );
    padding: 0 37px;
  }
}
@media screen and (min-width: 800px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o {
    --left-section-width: 230px;
  }
}
@media screen and (min-width: 960px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o {
    --left-section-width: 325px;
  }
}
@media screen and (min-width: 1280px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o {
    --left-section-width: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o {
    --left-section-width: 377px;
  }
}
@media screen and (min-width: 800px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o.category__1SMOh.free__2q3jy {
    --left-section-width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o.category__1SMOh.free__2q3jy {
    --left-section-width: 165px;
  }
}
@media screen and (min-width: 1280px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o.category__1SMOh.free__2q3jy {
    --left-section-width: 330px;
  }
}
@media screen and (min-width: 1600px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o.category__1SMOh.free__2q3jy {
    --left-section-width: 377px;
  }
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o .alignElements__3EJZJ {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .header__3aDsL {
  color: #fff;
  display: inline-block;
  margin-right: 21px;
  margin-top: 122px;
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o .header__3aDsL {
    margin-top: 37px;
    max-width: 100%;
  }
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .subHeader__2CZ_M {
  color: #fff;
  margin-bottom: 16px;
  margin-top: 4px;
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .subHeader__2CZ_M,
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .subHeader__2CZ_M * {
  text-transform: capitalize;
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .subHeader__2CZ_M .linkStyles__acUuc {
  color: #fff;
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .favoriteButton__3kmmI {
  display: inline-block;
  height: 34px;
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .favoriteButton__3kmmI svg {
  height: inherit;
  width: 34px;
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o .favoriteButton__3kmmI {
    display: inline-block;
    position: relative;
    right: auto;
    top: 5px;
  }
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .labels__15SaK {
  margin-bottom: 10px;
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .labels__15SaK .label__3Gw5u {
  letter-spacing: 0.39px;
  margin: 0 6px 0 0;
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .description__SGZjb {
  color: #fff;
  letter-spacing: 0.24px;
  line-height: 21px;
}
@media screen and (min-width: 800px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o .description__SGZjb {
    line-height: 23px;
  }
}
@media screen and (min-width: 1280px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o .description__SGZjb {
    line-height: 26px;
  }
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .leftSection__3xpcp {
  margin: 0 28px;
  max-width: var(--left-section-width);
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o .leftSection__3xpcp {
    margin: initial;
  }
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .gameBladeChallenge__10Hs5 {
  margin: 20px 28px;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o .gameBladeChallenge__10Hs5 {
    left: calc(var(--left-section-width) + 60px);
    margin: initial;
    position: absolute;
    top: 7px;
    width: 220px;
  }
}
@media screen and (min-width: 1280px) {
  .bladeWrapper__1Mhy7 .bladeDetail__3aH5o .gameBladeChallenge__10Hs5 {
    width: 268px;
  }
}
@media screen and (min-width: 800px) {
  .bladeWrapper__1Mhy7
    .bladeDetail__3aH5o.category__1SMOh.free__2q3jy
    .gameBladeChallenge__10Hs5 {
    width: 208px;
  }
}
@media screen and (min-width: 960px) {
  .bladeWrapper__1Mhy7
    .bladeDetail__3aH5o.category__1SMOh.free__2q3jy
    .gameBladeChallenge__10Hs5 {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .bladeWrapper__1Mhy7
    .bladeDetail__3aH5o.category__1SMOh.free__2q3jy
    .gameBladeChallenge__10Hs5 {
    width: 230px;
  }
}
@media screen and (min-width: 1600px) {
  .bladeWrapper__1Mhy7
    .bladeDetail__3aH5o.category__1SMOh.free__2q3jy
    .gameBladeChallenge__10Hs5 {
    width: 268px;
  }
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o .playerCount__1YuNh {
  display: inline;
}
.bladeWrapper__1Mhy7 .bladeDetail__3aH5o b {
  font-weight: 800;
}
.bottomRail__2e10F {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color:  #3498db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-top: 18px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .bottomRail__2e10F {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    bottom: 0;
    justify-content: flex-start;
    left: 0;
    margin-top: 0;
    position: absolute;
  }
}
.bottomRail__2e10F .playNow__27iBo,
.bottomRail__2e10F a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: 25px;
}
.bottomRail__2e10F .viewChallenges__7xyyL {
  margin-left: 1px;
}
.bottomRail__2e10F .playButton__1NRst {
  min-width: 80px;
}
.bottomRail__2e10F .playButton__1NRst > div > svg {
  margin-right: 4px;
}
.friendCount__3ej3c {
  display: inline-block;
  margin-left: 12px;
  position: relative;
}
.friendCount__3ej3c .meatball__2jkZl {
  left: 12px;
  position: absolute;
  top: -10px;
}
.extraInfo__1hl4e {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin-right: 18px;
  position: absolute;
  top: 6px;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .extraInfo__1hl4e {
    margin: 0;
    position: absolute;
    right: 24px;
    top: 386px;
  }
}
.extraInfo__1hl4e .spacer__3KZ4h {
  margin: auto 10px;
  vertical-align: middle;
}
.extraInfo__1hl4e .rank__34hv8 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}
.extraInfo__1hl4e .rank__34hv8 .progressDial__1H4o3 {
  height: 36px;
  margin-right: 10px;
  position: relative;
}
.extraInfo__1hl4e .rank__34hv8 .progressDial__1H4o3 > div {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.extraInfo__1hl4e .badge__1yLQx {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
}
.extraInfo__1hl4e .badge__1yLQx > div {
  margin-right: 3px;
}
.extraInfo__1hl4e .badge__1yLQx > div > img {
  height: 36px;
  margin-right: 4px;
  width: 36px;
}
.extraInfo__1hl4e .friendsWrap__1UzXN {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
}
.extraInfo__1hl4e .friendCount__3ej3c {
  position: relative;
}
.extraInfo__1hl4e .friendsIcon__1lvzm {
  margin-right: 5px;
  vertical-align: middle;
}
.extraInfo__1hl4e .meatball__2jkZl {
  background: #0ac44a;
  border-radius: 90%;
  bottom: 0;
  height: 8px;
  left: 16px;
  position: absolute;
  width: 8px;
}
.extraInfo__1hl4e .badgeCount__3-h9O {
  position: relative;
  z-index: 1;
}
.extraInfo__1hl4e .badgeTooltip__6NcgI {
  bottom: -194px;
  padding-bottom: 55px;
  position: absolute;
  right: -230px;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .extraInfo__1hl4e .badgeTooltip__6NcgI {
    bottom: 5px;
    right: -15px;
  }
}
.extraInfo__1hl4e .badgeTooltip__6NcgI .tooltip__1ruWa {
  background-color:  #f39c12;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 16px;
  text-align: left;
  width: 320px;
}
.extraInfo__1hl4e .badgeTooltip__6NcgI .tooltip__1ruWa:after,
.extraInfo__1hl4e .badgeTooltip__6NcgI .tooltip__1ruWa:before {
  border: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.extraInfo__1hl4e .badgeTooltip__6NcgI .tooltip__1ruWa.topArrow__3KFUf:after,
.extraInfo__1hl4e .badgeTooltip__6NcgI .tooltip__1ruWa.topArrow__3KFUf:before {
  border-bottom-color:  #f39c12;
  right: 250px;
  top: -30px;
}
.extraInfo__1hl4e .badgeTooltip__6NcgI .tooltip__1ruWa.bottomArrow__1_cIR:after,
.extraInfo__1hl4e
  .badgeTooltip__6NcgI
  .tooltip__1ruWa.bottomArrow__1_cIR:before {
  border-top-color:  #f39c12;
  bottom: 25px;
  left: 250px;
}
.extraInfo__1hl4e .badgeTooltip__6NcgI .title__9J5Bs {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .extraInfo__1hl4e .badgeTooltip__6NcgI .title__9J5Bs {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .extraInfo__1hl4e .badgeTooltip__6NcgI .title__9J5Bs {
    font-size: 22px;
  }
}
.extraInfo__1hl4e .badgeTooltip__6NcgI .title__9J5Bs {
  text-transform: none;
}
.extraInfo__1hl4e .badgeTooltip__6NcgI .title__9J5Bs:not(:empty) {
  margin-bottom: 16px;
}
.extraInfo__1hl4e .badgeTooltip__6NcgI a,
.linkStyles__acUuc {
  text-decoration: underline;
}
.linkStyles__acUuc {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 800px) {
  .linkStyles__acUuc {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .linkStyles__acUuc {
    font-size: 18px;
    letter-spacing: 0.4px;
  }
}
.badges__2Z5wN {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.badges__2Z5wN div {
  margin: auto;
}
.default__2oLU0 {
  background-color: rgba(248, 87, 166, 0.4);
  border-bottom: 2px solid #f857a6;
  color: inherit;
  padding: 2px;
  text-transform: none;
}
.default__2oLU0,
.matched__X4ayq {
  display: inline-block;
}
.bold__1qT4u {
  color: #f0faff;
  font-weight: 500;
  text-transform: none;
}
.wrapper__3OvE- {
  color: inherit;
  text-transform: none;
}
.progress__1WJDr {
  stroke-width: 13%;
  stroke: #09d74f;
  stroke-linecap: round;
}
.progressBar__2M6Ea,
.progress__1WJDr {
  -webkit-transition: stroke-dashoffset 0.75s ease-in-out 1;
  transition: stroke-dashoffset 0.75s ease-in-out 1;
}
.progressBar__2M6Ea {
  stroke-width: 12.9%;
  stroke: #0ad750;
  stroke-linecap: round;
}
.progressBarLevel__lvN7t {
  stroke-width: 0;
  stroke: #008907;
  stroke-dashoffset: 100%;
}
.progressBarLevelUp__B03xx {
  stroke-width: 2px;
}
.progressBarExtend__2v1rd {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: progressBarLevelUpExtend__1UtWM;
  animation-name: progressBarLevelUpExtend__1UtWM;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background: #008907;
  border-radius: 90%;
  height: 110%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110%;
}
@-webkit-keyframes progressBarLevelUpExtend__1UtWM {
  0% {
    height: 100%;
    width: 100%;
  }
  to {
    height: 110%;
    width: 110%;
  }
}
@keyframes progressBarLevelUpExtend__1UtWM {
  0% {
    height: 100%;
    width: 100%;
  }
  to {
    height: 110%;
    width: 110%;
  }
}
.progressBarBackground__2k2ri {
  stroke-width: 3.5px;
  stroke: #3f6f9b;
}
.icon__3unWz {
  background: rgba(98, 104, 126, 0.24);
  border-radius: 100%;
  display: block;
  height: inherit;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: inherit;
}
.progressSvg__14z3o {
  fill:  #f39c12;
  height: 100%;
  -webkit-transform: rotate(-90.1deg);
  transform: rotate(-90.1deg);
  width: 100%;
}
.star1__3uo8W,
.star2__hIBaz,
.star3__2i9Vg,
.star4__2vHnb,
.star5__2m6ry,
.star6__ihDO9,
.star7__1cu5Y,
.star8__2rDWQ {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: starPulse__3D2UZ;
  animation-name: starPulse__3D2UZ;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
.star1__3uo8W {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.star2__hIBaz {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.star3__2i9Vg {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.star4__2vHnb {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.star5__2m6ry {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.star6__ihDO9 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.star7__1cu5Y {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.star8__2rDWQ {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes starPulse__3D2UZ {
  0%,
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes starPulse__3D2UZ {
  0%,
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.rankStars__2N3IF {
  -webkit-filter: drop-shadow(0 0 5px #0ad750);
  filter: drop-shadow(0 0 5px #0ad750);
  height: 96px;
  left: -28px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 6px;
  width: 96px;
}
.rankStarsAnimate__3uhQy {
  opacity: 1 !important;
}
@media screen and (min-width: 800px) {
  .rankStars__2N3IF {
    left: -28px;
    top: 8px;
    width: 110px;
  }
}
.lockIcon__K3UgX {
  bottom: -6px;
  position: absolute;
  right: 2px;
  width: 30%;
}
.animationContainer__1iXmF {
  height: 0;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .animationContainer__1iXmF {
    opacity: 0;
    position: static;
  }
}
.enter__3mQQX {
  -webkit-animation-duration: 235ms;
  animation-duration: 235ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInSlideDownBlade__24Uid;
  animation-name: fadeInSlideDownBlade__24Uid;
  -webkit-animation-timing-function: ease-out ease-in-out;
  animation-timing-function: ease-out ease-in-out;
}
.leave__17nTN {
  -webkit-animation-duration: 235ms;
  animation-duration: 235ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOutSlideUpBlade__3aFTQ;
  animation-name: fadeOutSlideUpBlade__3aFTQ;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.57, 1) ease-out;
  animation-timing-function: cubic-bezier(0, 0, 0.57, 1) ease-out;
}
.tier__2taZt {
  position: static;
}
.tier__2taZt.enter__3mQQX {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: fadeInSlideDown__2PLqX !important;
  animation-name: fadeInSlideDown__2PLqX !important;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.tier__2taZt.leave__17nTN {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: fadeOutSlideUp__G218v !important;
  animation-name: fadeOutSlideUp__G218v !important;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@media screen and (min-width: 600px) {
  .grid__3Rz52 {
    margin-bottom: 8px;
  }
}
@-webkit-keyframes fadeInSlideDownBlade__24Uid {
  0% {
    height: 0;
    opacity: 0;
  }
  to {
    height: 434px;
    opacity: 1;
  }
}
@keyframes fadeInSlideDownBlade__24Uid {
  0% {
    height: 0;
    opacity: 0;
  }
  to {
    height: 434px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutSlideUpBlade__3aFTQ {
  0% {
    height: 434px;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: 0;
  }
}
@keyframes fadeOutSlideUpBlade__3aFTQ {
  0% {
    height: 434px;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInSlideDown__2PLqX {
  0% {
    height: 0;
    opacity: 0;
  }
  40% {
    height: 410px;
    opacity: 1;
  }
  to {
    height: auto;
    opacity: 1;
  }
}
@keyframes fadeInSlideDown__2PLqX {
  0% {
    height: 0;
    opacity: 0;
  }
  40% {
    height: 410px;
    opacity: 1;
  }
  to {
    height: auto;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutSlideUp__G218v {
  0% {
    height: auto;
    opacity: 1;
  }
  60% {
    height: 410px;
    opacity: 0;
  }
  to {
    height: 0;
    opacity: 0;
  }
}
@keyframes fadeOutSlideUp__G218v {
  0% {
    height: auto;
    opacity: 1;
  }
  60% {
    height: 410px;
    opacity: 0;
  }
  to {
    height: 0;
    opacity: 0;
  }
}
