@charset "UTF-8";
/*
██    ██  █████  ██████  ███████
██    ██ ██   ██ ██   ██ ██
██    ██ ███████ ██████  ███████
 ██  ██  ██   ██ ██   ██      ██
  ████   ██   ██ ██   ██ ███████
*/
/*
███████  ██████  ███    ██ ████████ ███████
██      ██    ██ ████   ██    ██    ██
█████   ██    ██ ██ ██  ██    ██    ███████
██      ██    ██ ██  ██ ██    ██         ██
██       ██████  ██   ████    ██    ███████
*/
@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald-Regular.eot");
  src: url("fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald-Regular.woff") format("woff"), url("fonts/Oswald-Regular.ttf") format("truetype"), url("fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald-Medium.eot");
  src: url("fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald-Medium.woff") format("woff"), url("fonts/Oswald-Medium.ttf") format("truetype"), url("fonts/Oswald-Medium.svg#Oswald-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

/*
 ██████  ██       ██████  ██████   █████  ██
██       ██      ██    ██ ██   ██ ██   ██ ██
██   ███ ██      ██    ██ ██████  ███████ ██
██    ██ ██      ██    ██ ██   ██ ██   ██ ██
 ██████  ███████  ██████  ██████  ██   ██ ███████
*/
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent; }

body {
  background: #000;
  color: white;
  font-family: 'Oswald', sans-serif; }
  body img {
    width: 100%;
    height: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none; }
  body .clear:before,
  body .clear:after {
    content: ' ';
    display: table; }
  body .clear:after {
    clear: both; }
  body .clear {
    *zoom: 1; }
  body .checkbox {
    width: 20px;
    height: 20px;
    background: url("../img/unchecked.png") center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px; }
    body .checkbox.checked {
      background: url("../img/checked.png") center no-repeat;
      background-size: 100% auto; }
    body .checkbox input {
      display: none; }
  body .preloadImg {
    display: none; }

#oldie {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 18px;
  background: black;
  color: white;
  text-align: right;
  z-index: 9; }
  #oldie table {
    position: relative;
    width: 100%;
    height: 100%; }
    #oldie table tr td {
      text-align: center;
      vertical-align: middle; }

#m-landscape {
  display: none; }
  .mobile.landscape #m-landscape {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    background-size: 100px;
    z-index: 99999; }
    .mobile.landscape #m-landscape table {
      position: relative;
      width: 100%;
      height: 100%; }
      .mobile.landscape #m-landscape table td {
        text-align: center; }
    .mobile.landscape #m-landscape img {
      width: 100px;
      height: auto; }

#header {
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  z-index: 10;
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-image: url(../img/main-logo-white.png);
  transition: top 0.3s, height 0.3s;
  display: none; }
  #header.hide {
    top: -150px; }
  #header.dark {
    background-image: url(../img/main-logo.png);
    height: 100px; }
  .tablet #header {
    height: 100px; }
  .mobile #header {
    height: 70px;
    background-position: 15px center; }

#footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  padding: 20px;
  z-index: 10;
  background: url(../img/white-slant.png) left bottom no-repeat;
  background-size: 1000px;
  text-align: right;
  transition: bottom 0.4s;
  display: none; }
  #footer img {
    max-height: 70px;
    width: auto; }
  #footer.hide {
    bottom: -150px; }
  #footer .mobile {
    display: none; }
  #footer .desktop {
    display: inline-block; }
  .tablet #footer {
    width: 400px; }
    .tablet #footer img {
      max-height: 50px;
      width: auto; }
  .mobile #footer {
    width: 100%;
    box-sizing: border-box;
    background: white;
    text-align: center;
    padding: 10px 30px;
    height: 60px; }
    .mobile #footer .desktop {
      display: none; }
    .mobile #footer .mobile {
      display: inline-block; }
    .mobile #footer img {
      max-height: 9999px;
      height: 100%;
      width: auto; }

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/dashinfinity.gif) center no-repeat;
  background-size: 60px; }
  .doneLoading #loading {
    display: none; }

/*
███    ███ ██ ███████  ██████
████  ████ ██ ██      ██
██ ████ ██ ██ ███████ ██
██  ██  ██ ██      ██ ██
██      ██ ██ ███████  ██████
*/
#submit-result {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }
  #submit-result .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8) url(../img/dashinfinity.gif) center no-repeat;
    background-size: 60px; }
  #submit-result .result-window {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: 10% auto 0;
    background: #e2001a;
    overflow: hidden;
    padding: 60px 20px;
    box-sizing: border-box;
    color: white;
    text-align: center;
    top: -1000px; }
    .mobile #submit-result .result-window {
      height: 100%;
      margin: 0;
      padding: 130px 20px 0 20px; }
    #submit-result .result-window .sh1 {
      position: absolute;
      width: 200px;
      height: auto;
      top: -10px;
      right: -10px;
      z-index: 1; }
      .mobile #submit-result .result-window .sh1 {
        width: 160px;
        top: 0;
        right: 0; }
    #submit-result .result-window .sh2 {
      position: absolute;
      width: 180px;
      height: auto;
      top: -60px;
      right: 10px;
      z-index: 1; }
      .mobile #submit-result .result-window .sh2 {
        width: 100px;
        top: 0;
        right: 60px; }
    #submit-result .result-window .sh3 {
      position: absolute;
      width: 180px;
      height: auto;
      bottom: -10px;
      left: 40px;
      z-index: 1; }
    #submit-result .result-window .sh4 {
      position: absolute;
      width: 380px;
      height: auto;
      bottom: -60px;
      left: -150px;
      z-index: 1; }
      .mobile #submit-result .result-window .sh4 {
        width: 130px;
        bottom: 0;
        left: 0; }
    #submit-result .result-window .title {
      font-size: 36px;
      margin-bottom: 10px;
      font-weight: 500; }
    #submit-result .result-window .text {
      font-size: 20px;
      font-weight: 500;
      max-width: 400px;
      margin: 0 auto 20px; }
    #submit-result .result-window .social {
      margin-bottom: 15px; }
      #submit-result .result-window .social .icons {
        padding: 10px; }
        .mobile #submit-result .result-window .social .icons {
          margin-top: 10px; }
        #submit-result .result-window .social .icons .icons-ctn {
          display: inline-block; }
          .mobile #submit-result .result-window .social .icons .icons-ctn {
            display: block;
            text-align: center;
            margin-bottom: 5px; }
          #submit-result .result-window .social .icons .icons-ctn a {
            display: inline-block;
            margin: 0 0px;
            text-decoration: none;
            color: white;
            margin: 0 3px; }
            #submit-result .result-window .social .icons .icons-ctn a.btn-teamsg {
              margin-right: 20px; }
              .mobile #submit-result .result-window .social .icons .icons-ctn a.btn-teamsg {
                margin-right: 0; }
            #submit-result .result-window .social .icons .icons-ctn a img {
              height: 24px;
              width: auto;
              vertical-align: top;
              position: relative;
              top: -5px; }
            #submit-result .result-window .social .icons .icons-ctn a i {
              font-size: 25px;
              color: white; }
  #submit-result .action {
    font-size: 24px; }
    #submit-result .action .btn-home {
      display: inline-block;
      padding: 5px 20px 7px;
      border: 2px solid white;
      margin: 0 5px;
      color: white;
      text-decoration: none; }
      #submit-result .action .btn-home span {
        font-size: 18px;
        position: relative;
        top: -4px; }

#tnc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }
  #tnc .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7); }
  #tnc .tnc-window {
    position: relative;
    width: 100%;
    height: 80%;
    max-width: 900px;
    margin: 5% auto 0;
    background: white;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    color: #515151; }
    .mobile #tnc .tnc-window {
      height: 100%;
      margin: 0;
      padding: 30px 15px; }
    #tnc .tnc-window .title {
      font-size: 24px;
      text-align: center; }
    #tnc .tnc-window .tnc-content {
      margin-top: 20px;
      font-size: 14px;
      line-height: 20px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      height: 70%;
      margin-bottom: 30px; }
      @media (max-height: 600px) {
        #tnc .tnc-window .tnc-content {
          height: 60%; } }
      @media (max-height: 500px) {
        #tnc .tnc-window .tnc-content {
          height: 40%; } }
      .mobile #tnc .tnc-window .tnc-content {
        height: 70%; }
    #tnc .tnc-window .action {
      text-align: center;
      position: absolute;
      width: 100%;
      background: white;
      z-index: 2;
      bottom: 0;
      left: 0;
      padding: 40px;
      box-sizing: border-box; }
      #tnc .tnc-window .action .btn-close-tnc {
        display: inline-block;
        padding: 5px 20px 7px;
        border: 2px solid #e2001a;
        margin: 0 5px;
        color: #e2001a;
        text-decoration: none;
        font-size: 24px; }
        #tnc .tnc-window .action .btn-close-tnc span {
          font-size: 18px;
          position: relative;
          top: -4px; }

/*
██████   █████   ██████  ███████ ███████
██   ██ ██   ██ ██       ██      ██
██████  ███████ ██   ███ █████   ███████
██      ██   ██ ██    ██ ██           ██
██      ██   ██  ██████  ███████ ███████
*/
.pages {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }
  .mobile.landscape .pages {
    opacity: 0; }
  .desktop .pages {
    min-width: 980px;
    min-height: 600px; }
  .pages .page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    opacity: 0; }
    .pages .page[rel="home"] {
      background: #e2001a;
      color: white; }
      .pages .page[rel="home"] .logo-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: url(../img/bg-logo.png) top left no-repeat;
        background-size: 700px 400px; }
        .mobile .pages .page[rel="home"] .logo-bg {
          background-size: 100%; }
      .pages .page[rel="home"] .main-banners {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        @media (max-width: 1200px) and (min-height: 600px) {
          .pages .page[rel="home"] .main-banners {
            width: calc(100% + 100px); } }
        .mobile .pages .page[rel="home"] .main-banners {
          width: 100% !important; }
        .pages .page[rel="home"] .main-banners .swiper-slide {
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
          .tablet .pages .page[rel="home"] .main-banners .swiper-slide {
            background-position: 20% center; }
          .mobile .pages .page[rel="home"] .main-banners .swiper-slide {
            background-position: top center;
            background-size: cover; }
      .pages .page[rel="home"] .red-slant {
        position: absolute;
        width: 500%;
        height: 100%;
        top: 0;
        left: 15%;
        background: url(../img/red-slant.png) left bottom no-repeat;
        background-size: 4753px 1861px;
        z-index: 0; }
        @media (orientation: landscape) {
          .tablet .pages .page[rel="home"] .red-slant {
            left: 20%; } }
        @media (orientation: portrait) {
          .tablet .pages .page[rel="home"] .red-slant {
            left: -10%; } }
        .mobile .pages .page[rel="home"] .red-slant {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url(../img/red-slant-m.png) left top no-repeat;
          background-size: 100%; }
      .pages .page[rel="home"] .sh1 {
        position: absolute;
        width: 200px;
        height: auto;
        top: -50px;
        right: 0px;
        z-index: 1; }
        .mobile .pages .page[rel="home"] .sh1 {
          display: none; }
      .pages .page[rel="home"] .sh2 {
        position: absolute;
        width: 180px;
        height: auto;
        top: -60px;
        right: -80px;
        z-index: 1; }
        .mobile .pages .page[rel="home"] .sh2 {
          display: none; }
      .pages .page[rel="home"] .sh3 {
        position: absolute;
        width: 380px;
        height: auto;
        bottom: -60px;
        left: 25%;
        z-index: 1; }
        @media (min-width: 1200px) {
          .desktop .pages .page[rel="home"] .sh3 {
            -webkit-transform: scale(2);
            transform: scale(2); } }
        .tablet .pages .page[rel="home"] .sh3 {
          left: 10%;
          width: 480px; }
          @media (min-width: 1300px) {
            .tablet .pages .page[rel="home"] .sh3 {
              left: 25%; } }
          @media (orientation: landscape) {
            .tablet .pages .page[rel="home"] .sh3 {
              left: 20%; } }
        .mobile .pages .page[rel="home"] .sh3 {
          display: none; }
      .pages .page[rel="home"] .content {
        position: absolute;
        right: 0;
        top: 33%;
        width: 50%;
        min-width: 340px;
        text-align: center;
        z-index: 2; }
        @media (min-width: 1200px) {
          .pages .page[rel="home"] .content {
            -webkit-transform: scale(1.3);
            transform: scale(1.3); } }
        @media (orientation: portrait) {
          .tablet .pages .page[rel="home"] .content {
            top: auto;
            bottom: 25%; } }
        @media (orientation: landscape) {
          .tablet .pages .page[rel="home"] .content {
            width: 40%;
            top: auto;
            bottom: 30%; } }
        .mobile .pages .page[rel="home"] .content {
          top: auto;
          bottom: 140px;
          min-width: 250px; }
        .pages .page[rel="home"] .content .title {
          font-size: 48px;
          font-weight: bold;
          text-transform: uppercase;
          margin-bottom: 10px; }
          .mobile .pages .page[rel="home"] .content .title {
            font-size: 30px; }
        .pages .page[rel="home"] .content .sub-title {
          font-size: 36px;
          text-transform: uppercase;
          margin-bottom: 10px;
          font-weight: 400; }
          .mobile .pages .page[rel="home"] .content .sub-title {
            font-size: 24px; }
        .pages .page[rel="home"] .content .text {
          font-size: 18px;
          max-width: 200px;
          margin: 0 auto 20px; }
          .mobile .pages .page[rel="home"] .content .text {
            font-size: 14px;
            font-weight: 400; }
        .pages .page[rel="home"] .content .action {
          font-size: 24px; }
          .pages .page[rel="home"] .content .action .btn-go {
            display: inline-block;
            padding: 5px 20px 7px;
            border: 2px solid white;
            margin: 0 5px;
            color: white;
            text-decoration: none; }
            .pages .page[rel="home"] .content .action .btn-go span {
              font-size: 18px;
              position: relative;
              top: -4px; }
          .mobile .pages .page[rel="home"] .content .action {
            font-size: 17px;
            font-weight: 400; }
      .pages .page[rel="home"] .leaderboard-title-mobile {
        display: none; }
        .mobile .pages .page[rel="home"] .leaderboard-title-mobile {
          display: block;
          position: absolute;
          bottom: 125px;
          left: 10px;
          color: white; }
      .pages .page[rel="home"] .leaderboard {
        position: absolute;
        left: 14%;
        bottom: 0;
        width: 280px;
        height: 166px;
        z-index: 2;
        cursor: pointer; }
        @media (max-width: 1024px) {
          .pages .page[rel="home"] .leaderboard {
            left: 0%; } }
        @media (min-width: 1200px) {
          .pages .page[rel="home"] .leaderboard {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom; } }
        @media (orientation: landscape) {
          .tablet .pages .page[rel="home"] .leaderboard {
            left: 20%; } }
        .mobile .pages .page[rel="home"] .leaderboard {
          width: 100%;
          height: 56px;
          overflow-x: scroll;
          overflow-y: visible;
          -webkit-overflow-scrolling: touch;
          bottom: 60px; }
          .mobile .pages .page[rel="home"] .leaderboard ::-webkit-scrollbar {
            display: none; }
        .pages .page[rel="home"] .leaderboard .title {
          position: absolute;
          top: -35px;
          left: 260px;
          width: 180px;
          color: white;
          font-size: 20px; }
          .mobile .pages .page[rel="home"] .leaderboard .title {
            display: none; }
        .pages .page[rel="home"] .leaderboard .s-wrapper {
          width: 100%;
          height: 56px; }
        .pages .page[rel="home"] .leaderboard .s {
          position: relative;
          margin-bottom: 1px;
          width: 282px;
          height: 55px; }
          .mobile .pages .page[rel="home"] .leaderboard .s {
            width: calc(33.33% - 1px);
            float: left;
            margin-right: 1px; }
            .mobile .pages .page[rel="home"] .leaderboard .s:last-of-type {
              width: 33.33%;
              margin-right: 0; }
          .pages .page[rel="home"] .leaderboard .s .s-content {
            position: absolute;
            color: #e2001a;
            width: 50%;
            right: 28px;
            top: 6px; }
            .mobile .pages .page[rel="home"] .leaderboard .s .s-content {
              top: 10px;
              right: 13px;
              text-align: right;
              width: 70%; }
            .pages .page[rel="home"] .leaderboard .s .s-content .score {
              font-size: 25px;
              position: relative;
              left: 10px; }
              .mobile .pages .page[rel="home"] .leaderboard .s .s-content .score {
                position: relative;
                font-size: 20px;
                left: 0; }
              .pages .page[rel="home"] .leaderboard .s .s-content .score .unit {
                font-size: 16px;
                position: relative;
                top: -10px;
                left: 10px; }
                .mobile .pages .page[rel="home"] .leaderboard .s .s-content .score .unit {
                  display: block;
                  position: absolute;
                  top: -1px;
                  left: auto;
                  right: -13px;
                  font-size: 10px;
                  letter-spacing: 10px;
                  text-align: left;
                  width: 10px;
                  height: 10px;
                  overflow: hidden; }
            .pages .page[rel="home"] .leaderboard .s .s-content .name {
              font-size: 12px;
              text-transform: capitalize; }
        .pages .page[rel="home"] .leaderboard .s1 {
          background: url(../img/s1.png) no-repeat;
          background-size: 100%;
          left: 126px; }
          .mobile .pages .page[rel="home"] .leaderboard .s1 {
            left: 0;
            background: #ffba00 url(../img/s1.png) -45px center no-repeat;
            background-size: auto 100%; }
        .pages .page[rel="home"] .leaderboard .s2 {
          background: url(../img/s2.png) no-repeat;
          background-size: 100%;
          left: 63px; }
          .mobile .pages .page[rel="home"] .leaderboard .s2 {
            left: 0;
            background: #c8c7c5 url(../img/s2.png) -45px center no-repeat;
            background-size: auto 100%; }
        .pages .page[rel="home"] .leaderboard .s3 {
          background: url(../img/s3.png) no-repeat;
          background-size: 100%; }
          .mobile .pages .page[rel="home"] .leaderboard .s3 {
            background: #d56b0d url(../img/s3.png) -45px center no-repeat;
            background-size: auto 100%; }
    .pages .page[rel="game"] {
      background: white; }
      .pages .page[rel="game"] .countdown {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e2001a;
        z-index: 4;
        opacity: 0;
        display: none; }
        .pages .page[rel="game"] .countdown table {
          position: relative;
          width: 100%;
          height: 100%; }
          .pages .page[rel="game"] .countdown table td {
            text-align: center;
            vertical-align: middle; }
        .pages .page[rel="game"] .countdown .countdowner {
          position: relative;
          display: inline-block;
          width: 400px;
          height: 400px;
          background: url(../img/bg-countdown.png) center no-repeat;
          background-size: 100%; }
          .mobile .pages .page[rel="game"] .countdown .countdowner {
            width: 260px;
            height: 260px; }
          .pages .page[rel="game"] .countdown .countdowner .hand {
            width: 6px;
            height: 200%;
            background: url(../img/red.png) top center no-repeat;
            background-size: 100% 300px;
            margin: 0 auto;
            position: relative;
            top: -50%; }
            .mobile .pages .page[rel="game"] .countdown .countdowner .hand {
              background-size: 100% 190px; }
          .pages .page[rel="game"] .countdown .countdowner .number {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            font-size: 150px;
            line-height: 380px;
            color: #e2001a;
            font-weight: 500; }
            .mobile .pages .page[rel="game"] .countdown .countdowner .number {
              font-size: 110px;
              line-height: 245px; }
      .pages .page[rel="game"] .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 20px 0 20px;
        z-index: 2;
        box-sizing: border-box; }
        .mobile .pages .page[rel="game"] .header.hide {
          display: none; }
        @media (orientation: portrait) {
          .tablet .pages .page[rel="game"] .header.hide {
            display: none; } }
      .pages .page[rel="game"] .timer {
        height: 52px; }
        .pages .page[rel="game"] .timer .sh1 {
          width: 180px;
          height: auto;
          position: absolute;
          left: 200px;
          bottom: 0; }
        .pages .page[rel="game"] .timer .sh2 {
          width: 100px;
          height: auto;
          position: absolute;
          left: 300px;
          bottom: 30px;
          opacity: 0.7; }
        .pages .page[rel="game"] .timer .time {
          float: left;
          position: relative;
          top: -1px;
          margin-left: 10px;
          font-size: 36px;
          color: rgba(0, 0, 0, 0.3);
          font-weight: 600; }
          .pages .page[rel="game"] .timer .time .split {
            position: relative;
            top: -3px; }
        .pages .page[rel="game"] .timer .clock {
          float: left;
          position: relative;
          width: 42px;
          height: 42px;
          background: #e2001a;
          border-radius: 1000px; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
          .pages .page[rel="game"] .timer .clock.blink {
            -webkit-animation-name: blink;
            animation-name: blink;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
          .pages .page[rel="game"] .timer .clock .dot {
            position: absolute;
            width: 10px;
            height: 10px;
            background: #e2001a;
            border-radius: 1000px;
            z-index: 4;
            left: 16px;
            top: 16px; }
          .pages .page[rel="game"] .timer .clock .hw {
            width: 2px;
            height: 120%;
            background: url(../img/red.png) top left no-repeat;
            background-size: 2px 21px;
            margin: 0 auto;
            position: relative;
            top: -10%;
            z-index: 3;
            transition: all 0.3s; }
          .pages .page[rel="game"] .timer .clock .ci {
            position: absolute;
            width: 70%;
            height: 70%;
            top: 15%;
            left: 15%;
            background: white;
            border-radius: 1000px;
            z-index: 1; }
      .pages .page[rel="game"] .game {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        box-sizing: border-box;
        padding: 80px 20px 20px;
        z-index: 1; }
        .mobile .pages .page[rel="game"] .game {
          padding: 80px 1px 1px; }
        .pages .page[rel="game"] .game .clues {
          position: relative;
          width: 100%;
          height: 100%;
          background: white; }
          .pages .page[rel="game"] .game .clues .title {
            position: absolute;
            top: -56px;
            right: 0%;
            font-size: 28px;
            color: black; }
            @media (orientation: portrait) {
              .tablet .pages .page[rel="game"] .game .clues .title,
              .mobile .pages .page[rel="game"] .game .clues .title {
                right: auto;
                left: 0; } }
            .mobile .pages .page[rel="game"] .game .clues .title {
              font-size: 24px;
              padding: 0 20px;
              top: -66px; }
          .pages .page[rel="game"] .game .clues .clue {
            width: 20%;
            height: 50%;
            float: left;
            box-sizing: border-box;
            -webkit-perspective: 1000px;
            perspective: 1000px;
            padding: 3px; }
            .mobile .pages .page[rel="game"] .game .clues .clue {
              width: 50%;
              height: 20%;
              padding: 1px; }
            @media (orientation: portrait) {
              .tablet .pages .page[rel="game"] .game .clues .clue {
                width: 50%;
                height: 20%;
                padding: 1px; } }
            .pages .page[rel="game"] .game .clues .clue .g-ctn {
              position: relative;
              transition: 0.4s;
              -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
              width: 100%;
              height: 100%; }
              .pages .page[rel="game"] .game .clues .clue .g-ctn .front, .pages .page[rel="game"] .game .clues .clue .g-ctn .back {
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0; }
                .msie .pages .page[rel="game"] .game .clues .clue .g-ctn .front, .msie .pages .page[rel="game"] .game .clues .clue .g-ctn .back {
                  transition: 0.6s; }
              .pages .page[rel="game"] .game .clues .clue .g-ctn .front {
                position: absolute;
                z-index: 2;
                /* for firefox 31 */
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
                background: #e2001a url(../img/logo-white.png) center no-repeat;
                background-size: 40%; }
              .pages .page[rel="game"] .game .clues .clue .g-ctn .back {
                background: black;
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
                background-position: center;
                background-size: cover;
                padding: 3px;
                background: #c00418;
                box-sizing: border-box; }
                .msie .pages .page[rel="game"] .game .clues .clue .g-ctn .back {
                  -webkit-transform: rotateY(-180deg);
                  transform: rotateY(-180deg); }
                .mobile .pages .page[rel="game"] .game .clues .clue .g-ctn .back {
                  padding: 1px; }
                .pages .page[rel="game"] .game .clues .clue .g-ctn .back .img {
                  position: relative;
                  width: 100%;
                  height: 50%;
                  background-position: center;
                  background-size: cover;
                  background-repeat: no-repeat; }
                  .mobile .pages .page[rel="game"] .game .clues .clue .g-ctn .back .img {
                    width: 50%;
                    height: 100%;
                    float: left; }
                  @media (orientation: portrait) {
                    .tablet .pages .page[rel="game"] .game .clues .clue .g-ctn .back .img {
                      width: 50%;
                      height: 100%;
                      float: left; } }
                .pages .page[rel="game"] .game .clues .clue .g-ctn .back .name {
                  position: relative;
                  width: 100%;
                  height: 50%;
                  background-position: center;
                  background-size: auto 30%;
                  background-repeat: no-repeat;
                  background-color: #f1f2f2; }
                  .mobile .pages .page[rel="game"] .game .clues .clue .g-ctn .back .name {
                    width: 50%;
                    height: 100%;
                    float: left;
                    background-size: auto 20%; }
                  @media (orientation: portrait) {
                    .tablet .pages .page[rel="game"] .game .clues .clue .g-ctn .back .name {
                      width: 50%;
                      height: 100%;
                      float: left;
                      background-size: auto 20%; } }
              .pages .page[rel="game"] .game .clues .clue .g-ctn.open {
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
                .msie .pages .page[rel="game"] .game .clues .clue .g-ctn.open {
                  -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); }
                  .msie .pages .page[rel="game"] .game .clues .clue .g-ctn.open .back {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg); }
                  .msie .pages .page[rel="game"] .game .clues .clue .g-ctn.open .front {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg); }
        .pages .page[rel="game"] .game .grids {
          position: relative;
          width: 100%;
          height: 100%;
          background: white;
          display: none; }
          .pages .page[rel="game"] .game .grids .grid {
            width: 20%;
            height: 25%;
            float: left;
            box-sizing: border-box;
            padding: 1px;
            -webkit-perspective: 1000px;
            perspective: 1000px;
            cursor: pointer;
            /* flip the pane when hovered */ }
            @media (orientation: portrait) {
              .tablet .pages .page[rel="game"] .game .grids .grid {
                width: 25%;
                height: 20%; } }
            .mobile .pages .page[rel="game"] .game .grids .grid {
              width: 25%;
              height: 20%; }
            .pages .page[rel="game"] .game .grids .grid.hover .g-ctn {
              -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
              .msie .pages .page[rel="game"] .game .grids .grid.hover .g-ctn {
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg); }
                .msie .pages .page[rel="game"] .game .grids .grid.hover .g-ctn .back {
                  -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); }
                .msie .pages .page[rel="game"] .game .grids .grid.hover .g-ctn .front {
                  -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }

@-webkit-keyframes hit {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hit {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
            .pages .page[rel="game"] .game .grids .grid.hit {
              -webkit-animation-name: hit;
              animation-name: hit;
              -webkit-animation-duration: 1s;
              animation-duration: 1s; }
            .pages .page[rel="game"] .game .grids .grid .g-ctn {
              position: relative;
              transition: 0.4s;
              -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
              width: 100%;
              height: 100%; }
              .pages .page[rel="game"] .game .grids .grid .g-ctn .front, .pages .page[rel="game"] .game .grids .grid .g-ctn .back {
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0; }
                .msie .pages .page[rel="game"] .game .grids .grid .g-ctn .front, .msie .pages .page[rel="game"] .game .grids .grid .g-ctn .back {
                  transition: 0.6s; }
              .pages .page[rel="game"] .game .grids .grid .g-ctn .front {
                position: absolute;
                z-index: 2;
                /* for firefox 31 */
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
                background: #e2001a url(../img/logo-white.png) center no-repeat;
                background-size: 40%; }
              .pages .page[rel="game"] .game .grids .grid .g-ctn .back {
                background: black;
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
                background-position: center;
                background-size: cover; }
                .msie .pages .page[rel="game"] .game .grids .grid .g-ctn .back {
                  -webkit-transform: rotateY(-180deg);
                  transform: rotateY(-180deg); }
                .pages .page[rel="game"] .game .grids .grid .g-ctn .back.name {
                  background-size: auto 25%;
                  background-color: #f1f2f2;
                  background-repeat: no-repeat; }
                  .mobile .pages .page[rel="game"] .game .grids .grid .g-ctn .back.name {
                    background-size: auto 20%; }
            .pages .page[rel="game"] .game .grids .grid:nth-child(even) .front {
              background: #c00418 url(../img/logo-white.png) center no-repeat;
              background-size: 40%; }
        .pages .page[rel="game"] .game.startGame .grids {
          display: block; }
        .pages .page[rel="game"] .game.startGame .clues {
          display: none; }
    .pages .page[rel="result"] {
      background: #e2001a; }
      .pages .page[rel="result"] .sh1 {
        position: absolute;
        width: 1000px;
        height: auto;
        top: 0;
        right: 60%;
        z-index: 1; }
      .pages .page[rel="result"] .sh2 {
        position: absolute;
        width: 460px;
        height: auto;
        bottom: 0px;
        left: -140px;
        z-index: 1; }
        .mobile .pages .page[rel="result"] .sh2 {
          display: none; }
      .pages .page[rel="result"] .sh3 {
        position: absolute;
        width: 460px;
        height: auto;
        top: 0px;
        right: -140px;
        z-index: 1; }
        .mobile .pages .page[rel="result"] .sh3 {
          display: none; }
      .pages .page[rel="result"] .sh4 {
        position: absolute;
        width: 200px;
        height: auto;
        top: 0px;
        right: 140px;
        z-index: 1; }
        .mobile .pages .page[rel="result"] .sh4 {
          top: 0px;
          right: -20%; }
      .pages .page[rel="result"] .sh5 {
        position: absolute;
        width: 200px;
        height: auto;
        bottom: 0px;
        left: 140px;
        z-index: 1; }
        .mobile .pages .page[rel="result"] .sh5 {
          bottom: 30px;
          left: -20%; }
      .pages .page[rel="result"] .ribbon {
        position: absolute;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        z-index: 2;
        background: url(../img/ribbon.png) center top no-repeat;
        background-size: auto 90%; }
        .desktop .pages .page[rel="result"] .ribbon {
          display: none; }
      .pages .page[rel="result"] .confetti {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2; }
        .mobile .pages .page[rel="result"] .confetti {
          display: none; }
        .pages .page[rel="result"] .confetti .c {
          position: absolute;
          width: 50px;
          height: 50px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          z-index: 999; }
          .pages .page[rel="result"] .confetti .c.c1 {
            background-image: url(../img/c1.png); }
          .pages .page[rel="result"] .confetti .c.c2 {
            background-image: url(../img/c2.png); }
          .pages .page[rel="result"] .confetti .c.c3 {
            background-image: url(../img/c3.png); }
          .pages .page[rel="result"] .confetti .c.c4 {
            background-image: url(../img/c4.png); }
          .pages .page[rel="result"] .confetti .c.c5 {
            background-image: url(../img/c5.png); }
          .pages .page[rel="result"] .confetti .c.c6 {
            background-image: url(../img/c6.png); }
          .pages .page[rel="result"] .confetti .c.c7 {
            background-image: url(../img/c7.png); }
          .pages .page[rel="result"] .confetti .c.c8 {
            background-image: url(../img/c8.png); }
          .pages .page[rel="result"] .confetti .c.c9 {
            background-image: url(../img/c9.png); }
          .pages .page[rel="result"] .confetti .c.c10 {
            background-image: url(../img/c10.png); }
      .pages .page[rel="result"] .result {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        z-index: 2; }
        .pages .page[rel="result"] .result[rel="lose"] {
          display: none; }
        .mobile .pages .page[rel="result"] .result {
          top: -30px; }
        .pages .page[rel="result"] .result table {
          position: relative;
          width: 100%;
          height: 100%; }
          .pages .page[rel="result"] .result table td div {
            display: block; }
          .pages .page[rel="result"] .result table td .title {
            font-size: 70px;
            font-weight: bold;
            margin-bottom: 5px; }
            .mobile .pages .page[rel="result"] .result table td .title {
              font-size: 61px; }
          .pages .page[rel="result"] .result table td .time {
            font-size: 84px;
            font-weight: bold;
            margin-bottom: 5px; }
            .mobile .pages .page[rel="result"] .result table td .time {
              font-size: 64px; }
            .pages .page[rel="result"] .result table td .time .unit {
              font-size: 42px;
              position: relative;
              top: -20px;
              left: 20px; }
              .mobile .pages .page[rel="result"] .result table td .time .unit {
                font-size: 28px; }
          .pages .page[rel="result"] .result table td .sub-title {
            font-size: 36px;
            position: relative;
            left: -20px;
            margin-bottom: 10px; }
            .mobile .pages .page[rel="result"] .result table td .sub-title {
              margin-bottom: 0px; }
          .pages .page[rel="result"] .result table td .text {
            max-width: 200px;
            font-size: 18px;
            text-align: left;
            position: relative;
            left: 7px;
            margin: 0 auto 20px; }
            .mobile .pages .page[rel="result"] .result table td .text {
              margin: 0 auto 10px; }
          .pages .page[rel="result"] .result table td .fail-text {
            max-width: 200px;
            font-size: 24px;
            text-align: left;
            position: relative;
            left: -48px;
            margin: 0 auto 20px; }
            .mobile .pages .page[rel="result"] .result table td .fail-text {
              font-size: 20px;
              left: -27px; }
          .pages .page[rel="result"] .result table td .action {
            font-size: 24px;
            position: relative;
            left: -7px; }
            .pages .page[rel="result"] .result table td .action a {
              display: inline-block;
              padding: 5px 20px 7px;
              border: 2px solid white;
              margin: 0 5px;
              color: white;
              text-decoration: none; }
              .pages .page[rel="result"] .result table td .action a span {
                font-size: 18px;
                position: relative;
                top: -4px; }
            .mobile .pages .page[rel="result"] .result table td .action .btn-home {
              font-size: 19px; }
    .pages .page[rel="form"] {
      background: white; }
      .pages .page[rel="form"] .sh1 {
        position: absolute;
        width: 1000px;
        height: auto;
        bottom: 0;
        right: -600px;
        z-index: 1; }
        .mobile .pages .page[rel="form"] .sh1 {
          display: none; }
      .pages .page[rel="form"] .sh2 {
        position: absolute;
        width: 460px;
        height: auto;
        bottom: 0px;
        left: 140px;
        z-index: 1; }
        .mobile .pages .page[rel="form"] .sh2 {
          display: none; }
      .pages .page[rel="form"] .sh3 {
        position: absolute;
        width: 460px;
        height: auto;
        top: 0px;
        right: 140px;
        z-index: 1; }
        .mobile .pages .page[rel="form"] .sh3 {
          width: 250px;
          right: -50px; }
      .pages .page[rel="form"] .sh4 {
        position: absolute;
        width: 200px;
        height: auto;
        top: -70px;
        right: 250px;
        z-index: 1; }
        .mobile .pages .page[rel="form"] .sh4 {
          width: 70px;
          top: 0;
          right: 30px; }
      .pages .page[rel="form"] .sh5 {
        position: absolute;
        width: 200px;
        height: auto;
        bottom: 0px;
        left: 40px;
        z-index: 1; }
        .mobile .pages .page[rel="form"] .sh5 {
          display: none; }
      .pages .page[rel="form"] .btn-home {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        line-height: 70px;
        background: #c00418;
        color: white;
        z-index: 3;
        text-align: center;
        font-size: 18px;
        cursor: pointer; }
        .pages .page[rel="form"] .btn-home span {
          font-size: 14px;
          position: relative;
          top: -3px; }
        .mobile .pages .page[rel="form"] .btn-home {
          height: 50px;
          line-height: 50px; }
      .pages .page[rel="form"] .form-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: auto;
        z-index: 2; }
        .mobile .pages .page[rel="form"] .form-wrapper {
          overflow: hidden; }
        .pages .page[rel="form"] .form-wrapper .form {
          position: relative;
          width: 100%;
          max-width: 800px;
          margin: 8% auto 10%;
          padding: 30px;
          box-sizing: border-box;
          background: white; }
          .mobile .pages .page[rel="form"] .form-wrapper .form {
            margin: 20% auto 10%;
            padding: 0px 30px 0px 30px;
            height: 83%;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch; }
          @media (orientation: portrait) {
            .tablet .pages .page[rel="form"] .form-wrapper .form {
              margin: 28% auto 10%; } }
          .pages .page[rel="form"] .form-wrapper .form .l {
            float: left;
            width: 50%;
            color: #e2001a; }
            .pages .page[rel="form"] .form-wrapper .form .l .title {
              font-size: 48px;
              font-weight: 500;
              margin-bottom: 10px; }
            .pages .page[rel="form"] .form-wrapper .form .l .sub-title {
              font-size: 32px;
              font-weight: 500;
              max-width: 250px; }
            .mobile .pages .page[rel="form"] .form-wrapper .form .l {
              width: 100%;
              float: none;
              margin-bottom: 30px; }
          .pages .page[rel="form"] .form-wrapper .form .r {
            float: left;
            width: 50%; }
            .mobile .pages .page[rel="form"] .form-wrapper .form .r {
              width: 100%;
              float: none;
              margin-bottom: 100px; }
            .pages .page[rel="form"] .form-wrapper .form .r .fields .title {
              font-size: 24px;
              color: #e2001a;
              margin-bottom: 15px; }
            .pages .page[rel="form"] .form-wrapper .form .r .fields .field {
              -webkit-user-select: auto;
              -moz-user-select: auto;
              -ms-user-select: auto;
              user-select: auto;
              font-family: 'Oswald', sans-serif;
              width: 100%;
              box-sizing: border-box;
              padding: 10px;
              background: #dddddd;
              color: #8c8c8c;
              border: none;
              margin-bottom: 10px;
              font-size: 16px;
              outline: 0;
              border-radius: 0 !important; }
            .pages .page[rel="form"] .form-wrapper .form .r .fields .hint {
              color: white;
              font-size: 12px;
              font-family: sans-serif;
              margin-bottom: 10px;
              margin-top: -10px;
              background: #e2001a;
              padding: 5px;
              box-sizing: border-box;
              display: none; }
            .pages .page[rel="form"] .form-wrapper .form .r .fields .sub {
              margin-top: 10px;
              color: #515151; }
              .pages .page[rel="form"] .form-wrapper .form .r .fields .sub a {
                color: #515151; }
              .pages .page[rel="form"] .form-wrapper .form .r .fields .sub label {
                display: block;
                margin-bottom: 10px;
                padding-left: 30px;
                position: relative;
                font-size: 14px; }
                .pages .page[rel="form"] .form-wrapper .form .r .fields .sub label .checkbox {
                  position: absolute;
                  top: 0;
                  left: 0px; }
              @media (max-width: 767px) {
                .pages .page[rel="form"] .form-wrapper .form .r .fields .sub {
                  float: none;
                  width: 100%; } }
            .pages .page[rel="form"] .form-wrapper .form .r .fields .action {
              font-size: 24px;
              text-align: left; }
              @media (max-width: 767px) {
                .pages .page[rel="form"] .form-wrapper .form .r .fields .action {
                  float: none;
                  width: 100%; } }
              .pages .page[rel="form"] .form-wrapper .form .r .fields .action .btn-submit {
                display: inline-block;
                padding: 5px 20px 7px;
                border: 2px solid #e2001a;
                margin-top: 0px;
                color: #e2001a;
                text-decoration: none;
                opacity: 0.4; }
                .pages .page[rel="form"] .form-wrapper .form .r .fields .action .btn-submit span {
                  font-size: 18px;
                  position: relative;
                  top: -4px; }
    .pages .page[rel="leaderboard"] {
      background: #e2001a; }
      .pages .page[rel="leaderboard"] .sh2 {
        position: absolute;
        width: 660px;
        height: auto;
        bottom: -200px;
        left: -100px;
        z-index: 1; }
        .mobile .pages .page[rel="leaderboard"] .sh2 {
          display: none; }
      .pages .page[rel="leaderboard"] .sh3 {
        position: absolute;
        width: 560px;
        height: auto;
        top: -170px;
        right: -70px;
        z-index: 1; }
        .mobile .pages .page[rel="leaderboard"] .sh3 {
          top: -70px;
          right: -140px;
          width: 260px; }
      .pages .page[rel="leaderboard"] .sh4 {
        position: absolute;
        width: 200px;
        height: auto;
        top: -70px;
        right: 250px;
        z-index: 1; }
        .mobile .pages .page[rel="leaderboard"] .sh4 {
          top: -40px;
          right: -20px;
          width: 150px; }
      .pages .page[rel="leaderboard"] .sh5 {
        position: absolute;
        width: 200px;
        height: auto;
        bottom: 0px;
        left: 40px;
        z-index: 1; }
        .mobile .pages .page[rel="leaderboard"] .sh5 {
          display: none; }
      .pages .page[rel="leaderboard"] .leaderboard-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        padding-top: 100px;
        box-sizing: border-box; }
        .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper {
          padding-top: 70px; }
        .pages .page[rel="leaderboard"] .leaderboard-wrapper .action {
          font-size: 24px;
          position: absolute;
          bottom: 30px;
          left: 30px;
          z-index: 4; }
          .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .action {
            width: 100%;
            bottom: 80px;
            left: 0;
            text-align: center; }
          .pages .page[rel="leaderboard"] .leaderboard-wrapper .action .btn-home {
            display: inline-block;
            padding: 5px 20px 7px;
            border: 2px solid white;
            margin: 0 5px;
            color: white;
            text-decoration: none;
            background: #e2001a; }
            .pages .page[rel="leaderboard"] .leaderboard-wrapper .action .btn-home span {
              font-size: 18px;
              position: relative;
              top: -4px; }
        .pages .page[rel="leaderboard"] .leaderboard-wrapper .grediant {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 150px;
          z-index: 2; }
          .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .grediant {
            border-bottom: 70px; }
        .pages .page[rel="leaderboard"] .leaderboard-wrapper .title {
          text-align: center;
          font-size: 36px;
          position: relative;
          margin-bottom: 20px; }
          .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .title {
            font-size: 24px;
            margin-bottom: 10px;
            padding-left: 50px;
            text-align: left; }
        .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops {
          width: 815px;
          margin: 0 auto;
          position: relative;
          left: 35px; }
          @media (orientation: portrait) {
            .tablet .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops {
              -webkit-transform: scale(0.8);
              transform: scale(0.8);
              left: 0; } }
          .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops {
            width: 100%;
            left: 0px; }
          .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s-wrapper {
            width: 100%;
            height: 59px;
            overflow-x: scroll;
            overflow-y: visible;
            -webkit-overflow-scrolling: touch; }
          .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s-wrapper .s-scroller {
            width: 695px;
            height: 59px; }
          .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s {
            width: 341px;
            float: left;
            margin-left: -70px;
            position: relative; }
            .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s {
              width: 230px;
              overflow: hidden;
              margin-left: 0px;
              margin-right: 1px; }
            .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s img {
              display: block; }
              .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s img {
                width: 300px;
                height: 59px;
                margin-left: -30px; }
            .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s.s1 {
              left: 0;
              background: #ffba00; }
            .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s.s2 {
              left: 0;
              background: #c8c7c5; }
            .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s.s3 {
              left: 0;
              background: #d56b0d; }
            .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s .content {
              position: absolute;
              color: #e2001a;
              width: 50%;
              right: 20px;
              top: 8px; }
              .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s .content {
                top: 4px;
                right: auto;
                left: 85px; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s .content .score {
                font-size: 30px;
                position: relative;
                left: 10px; }
                .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s .content .score .unit {
                  font-size: 16px;
                  position: relative;
                  top: -10px;
                  left: 10px; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .tops .s .content .name {
                font-size: 14px;
                text-transform: capitalize; }
        .pages .page[rel="leaderboard"] .leaderboard-wrapper .board {
          padding-top: 20px;
          box-sizing: border-box;
          height: 90%;
          position: relative; }
          .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .b-title {
            text-align: center;
            font-size: 36px;
            position: relative;
            margin-bottom: 20px; }
            .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .b-title {
              font-size: 18px;
              padding-left: 50px;
              text-align: left; }
          .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content {
            overflow: auto;
            position: relative;
            height: 100%;
            max-width: 785px;
            margin: 0 auto;
            -webkit-overflow-scrolling: touch; }
            .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score {
              text-align: center;
              font-size: 36px;
              padding: 20px 10px;
              border-top: 2px solid rgba(255, 255, 255, 0.3); }
              .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score {
                font-size: 20px;
                padding: 10px 0px 10px 50px; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .score-inner {
                text-align: left;
                width: 100%;
                max-width: 400px;
                margin: 0 auto;
                white-space: nowrap; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .order {
                display: inline-block;
                width: 30px;
                text-align: center; }
                .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .order {
                  width: 10px; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .time {
                display: inline-block;
                width: 90px;
                text-align: left; }
                .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .time {
                  width: 50px; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .spliter {
                display: inline-block;
                border-top: 2px solid white;
                width: 30px;
                position: relative;
                top: -14px;
                margin: 0 20px; }
                .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .spliter {
                  margin: 0 10px;
                  top: -7px;
                  width: 10px; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .unit {
                position: relative;
                top: -8px;
                font-size: 16px;
                margin-right: 50px; }
                .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .unit {
                  font-size: 10px;
                  margin-right: 10px;
                  margin-left: -10px; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .name {
                position: relative;
                top: -8px;
                font-size: 16px;
                white-space: nowrap;
                text-transform: capitalize; }
                .mobile .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score .name {
                  font-size: 12px;
                  top: -4px; }
              .pages .page[rel="leaderboard"] .leaderboard-wrapper .board .content .score:last-of-type {
                margin-bottom: 300px; }
