@font-face {
  font-family: "PingFang SC";
  src: url("/fonts/PingFangSC.woff2") format("woff2"), url("/fonts/PingFangSC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PingFang SC";
  src: url("/fonts/PingFangSC-Light.woff2") format("woff2"), url("/fonts/PingFangSC-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "PingFang SC";
  src: url("/fonts/PingFangSC-Medium.woff2") format("woff2"), url("/fonts/PingFangSC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  color: #fff;
  min-height: 100vh;
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  background: linear-gradient(180deg, #13171a 0%, #272f32 100%); }

.container {
  width: 1440px;
  margin: 0 auto;
  align-items: center;
  justify-content: center; }

.flex-col {
  flex-direction: column; }

.justify-start {
  justify-content: start !important; }

.justify-center {
  justify-content: center !important; }

.align-start {
  align-items: start; }

.header-bg {
  background: linear-gradient(180deg, #223553 0%, #1c334a 100%); }

.py-2 {
  padding: 1rem 0; }

.mb-4 {
  margin-bottom: 2rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.mb-8 {
  margin-bottom: 4rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mt-8 {
  margin-top: 4rem !important; }

.show-vertical {
  display: none !important; }

.show-horizontal {
  display: none !important; }

.stick-to-bottom {
  position: absolute !important;
  bottom: 85px !important; }

.back-to-top {
  background: transparent;
  font-size: 2rem;
  color: #fff;
  border: none;
  cursor: pointer; }

.color-200 {
  color: #30acf1; }

.home-bg {
  background-image: url("/img/dapoker-bg-desktop.jpg");
  background-position: 75% center;
  background-size: cover;
  height: calc(100vh - 82px); }

@media screen and (max-width: 820px) {
  .home-bg {
    background-image: url("/img/dapoker-bg-mobile.jpg");
    background-position: center center; } }

.content-bg {
  background: radial-gradient(52% 52% at 50% 3%, #395c59 0%, #171d20 100%);
  margin-bottom: 4rem; }

.menu {
  display: block; }

.mobile-menu {
  display: none; }
  .mobile-menu #menu-btn {
    display: none; }
  .mobile-menu .menu-dropdown {
    display: none;
    overflow: hidden; }
    .mobile-menu .menu-dropdown li {
      width: 100%;
      padding: 0;
      margin: 0; }
      .mobile-menu .menu-dropdown li a {
        color: #fff;
        padding: 0.5rem 1rem;
        display: block; }
        .mobile-menu .menu-dropdown li a.active {
          background-color: #fff;
          color: #095f9d; }
  .mobile-menu #menu-btn:checked ~ ul.menu-dropdown {
    display: block;
    position: absolute;
    right: 24px;
    z-index: 999;
    border-radius: 0.25rem;
    width: 120px;
    background: linear-gradient(180deg, #223553 0%, #1c334a 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12); }

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem; }
  header > div {
    display: flex; }
  header .logo {
    flex-basis: 168px; }
    header .logo img {
      max-width: 168px !important; }
  header .menu {
    flex-basis: auto; }
    header .menu ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 1.25rem; }
      header .menu ul li a.active {
        border-bottom: 1px solid #00daf7;
        color: #00daf7; }

ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  ul li {
    float: left; }

.page header {
  justify-content: space-between; }

.page main {
  padding: 1rem 1.5rem;
  display: flex; }
  .page main .content,
  .page main .banner {
    flex-basis: max-content;
    overflow: hidden; }
  .page main .content h1 {
    font-weight: 400;
    font-size: 94px;
    line-height: 132px;
    margin-bottom: -2rem; }
  .page main .content h2 {
    font-weight: 400;
    font-size: 58px;
    line-height: 56px;
    margin-bottom: 6rem;
    color: #00daf7; }
  .page main .banner img {
    position: relative;
    display: block; }

.page-download main .content h1 {
  font-size: 92px;
  line-height: 130px; }

.page-download main .banner img {
  max-width: 660px;
  margin-left: 0; }

.page-download .instructions {
  margin: 2rem auto 0; }
  .page-download .instructions .tabs label {
    font-size: 40px;
    line-height: 56px;
    width: 33%;
    cursor: pointer;
    text-align: center;
    color: #30acf1;
    border-bottom: 1px solid #095f9d;
    transition: color, border-bottom-color, border-bottom-width 200ms linear; }
  .page-download .instructions input {
    display: none; }
    .page-download .instructions input + label {
      display: inline-block; }
    .page-download .instructions input ~ .tab {
      display: none; }
  .page-download .instructions #tab-ios:checked ~ .tab.content-ios,
  .page-download .instructions #tab-test-flight:checked ~ .tab.content-test-flight,
  .page-download .instructions #tab-android:checked ~ .tab.content-android {
    display: block; }
  .page-download .instructions #tab-ios:checked ~ label[for="tab-ios"] {
    color: #00daf7;
    border-bottom: 6px solid #00daf7;
    transition: color, border-bottom-color, border-bottom-width 200ms linear; }
  .page-download .instructions #tab-test-flight:checked ~ label[for="tab-test-flight"] {
    color: #00daf7;
    border-bottom: 6px solid #00daf7;
    transition: color, border-bottom-color, border-bottom-width 200ms linear; }
  .page-download .instructions #tab-android:checked ~ label[for="tab-android"] {
    color: #00daf7;
    border-bottom: 6px solid #00daf7;
    transition: color, border-bottom-color, border-bottom-width 200ms linear; }
  .page-download .instructions .tab {
    padding: 2rem 0;
    font-size: 35px;
    line-height: 49px;
    display: flex;
    align-items: center;
    text-align: center; }
    .page-download .instructions .tab .description {
      padding: 2rem 0;
      text-align: left; }
  .page-download .instructions .grid {
    margin: 4rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0; }
    .page-download .instructions .grid div {
      position: relative;
      z-index: 2;
      margin-bottom: 2rem; }
      .page-download .instructions .grid div:not(.number):before, .page-download .instructions .grid div:not(.number):after {
        z-index: 1;
        content: "";
        border-bottom: 7px solid rgba(9, 95, 157, 0.2);
        width: 50%;
        display: inline-block;
        position: absolute;
        top: 20px; }
      .page-download .instructions .grid div:not(.number):before {
        left: 0; }
      .page-download .instructions .grid div:not(.number):after {
        right: 0; }
      .page-download .instructions .grid div:not(.number):first-of-type:before {
        display: none !important; }
      .page-download .instructions .grid div:not(.number):nth-child(4n + 1):before {
        display: none !important; }
      .page-download .instructions .grid div:not(.number):nth-child(4n):after {
        display: none !important; }
      .page-download .instructions .grid div .number {
        background: linear-gradient(180deg, #5f9d80 0%, #3b7158 100%);
        width: 3rem;
        height: 3rem;
        font-size: 35px;
        line-height: 49px;
        border-radius: 100%;
        margin: 0 auto;
        z-index: 9;
        position: relative; }
      .page-download .instructions .grid div p {
        font-size: 25px;
        line-height: 35px;
        min-height: 150px; }
      .page-download .instructions .grid div img {
        width: 90% !important;
        display: block;
        margin: 0 auto 4rem; }

.page-download .questions {
  font-size: 34px;
  line-height: 48px; }
  .page-download .questions .separator {
    text-align: center;
    position: relative;
    font-size: 40px;
    line-height: 56px;
    color: #00daf7; }
    .page-download .questions .separator:before, .page-download .questions .separator:after {
      content: "";
      border-bottom: 2px solid #095f9d;
      width: 45%;
      display: inline-block;
      position: absolute;
      top: 24px; }
    .page-download .questions .separator:before {
      left: 0; }
    .page-download .questions .separator:after {
      right: 0; }

.page-home main .banner img {
  max-width: 875px;
  margin-left: 80px;
  margin-right: -80px; }

.buttons {
  display: flex;
  align-items: center;
  margin-bottom: 4rem; }

.sub-nav {
  display: flex;
  justify-content: center;
  align-items: center; }
  .sub-nav li:after {
    content: "|";
    color: #97d4ff;
    margin-left: 2rem; }
  .sub-nav li:last-of-type:after {
    content: "";
    margin-left: 0; }

li a {
  color: #97d4ff; }

.qr-code {
  background: #23323d;
  border-radius: 20px;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 412px; }
  .qr-code img {
    width: 145px;
    height: 145px; }
  .qr-code p {
    font-size: 30px;
    line-height: 42px;
    color: #ceebff;
    padding: 1rem; }

a {
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }

a.button {
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #30acf1 9.9%, #095f9d 93.9%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4), inset 0px 2px 0px rgba(255, 255, 255, 0.3), inset 0px -2px 0px #4c93bb;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  margin-right: 2rem; }
  a.button:last-of-type {
    margin-right: 0; }
  a.button.disabled, a.button:active {
    color: rgba(255, 255, 255, 0.5);
    cursor: default; }
    a.button.disabled > *, a.button:active > * {
      opacity: 0.5; }
    a.button.disabled::after, a.button:active::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  a.button:not(.disabled):hover {
    color: rgba(255, 255, 255, 0.9); }
    a.button:not(.disabled):hover::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.2); }
  a.button img {
    padding: 0 0.5rem; }
  a.button.ios img {
    height: 32px; }
  a.button.android img {
    width: 52px; }

footer {
  height: 82px;
  background: linear-gradient(180deg, #223553 0%, #1c334a 100%);
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0.5rem 1.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  footer p {
    color: #949595;
    text-align: right;
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: 0.02em; }

.page-terms {
  line-height: 1.5rem; }
  .page-terms h1 {
    line-height: 2.5rem; }
  .page-terms li {
    margin-bottom: 0.75rem; }

.mobile-downloads {
  display: none; }

.chat-link {
  margin-right: 1rem; }
  .chat-link img {
    width: 24px;
    height: auto; }

.en ul li {
  padding: 1rem; }

.en .mobile-menu #menu-btn:checked ~ ul.menu-dropdown {
  width: 170px; }

.en .page-home.page main .downloads .qr-code,
.en .page-download.page main .downloads .qr-code {
  max-width: 500px;
  padding: 0 1rem;
  line-height: initial; }

.ch .qr-code {
  max-width: 360px; }

.ch ul li {
  padding: 1rem; }

.ch.page-download .instructions .tab .description {
  text-align: center; }

.ch.page-download .instructions .grid div p {
  min-height: 80px; }

.ch.page-download .questions .separator:before, .ch.page-download .questions .separator:after {
  width: 40%; }

@media screen and (max-width: 1440px) {
  .container {
    width: 1200px;
    margin: 0 auto; }
  .page-download main .banner img,
  .page-home main .banner img {
    max-width: 750px;
    margin-left: inherit; } }

@media screen and (max-width: 1180px) {
  .container {
    width: 100%;
    margin: 0 auto; }
  .home-bg {
    height: 100%; }
  .page-download.page main h1,
  .page-home.page main h1 {
    margin-top: 0;
    font-size: 80px;
    line-height: 112px; }
  .page-download.page main h2,
  .page-home.page main h2 {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 3rem; }
  .page-download.page main .content .buttons,
  .page-home.page main .content .buttons {
    margin-bottom: 2rem; }
  .page-home main {
    max-height: 510px; }
    .page-home main .banner img {
      max-width: 446px;
      margin-left: inherit;
      margin-right: inherit; }
  .page-download .home-bg > .container {
    align-items: start; }
  .page-download main.container .content {
    margin-right: 50px; }
  .page-download main.container .banner {
    margin: -60px auto 0;
    max-width: 400px; }
    .page-download main.container .banner img {
      max-width: 460px; }
  .page-download .instructions .tabs label {
    font-size: 32px;
    line-height: 46px;
    width: 32.987%; }
  .page-download .instructions .tab {
    font-size: 28px;
    line-height: 38px;
    padding: 0 2rem; }
  .page-download .instructions .grid {
    margin: 2rem 0; }
    .page-download .instructions .grid div p {
      font-size: 18px;
      line-height: 28px;
      min-height: 120px; }
  .page-download .questions {
    font-size: 28px;
    line-height: 38px;
    padding: 0 2rem; }
  .show-horizontal {
    display: flex !important; }
  .show-vertical {
    display: none !important; }
  .stick-to-bottom {
    position: initial !important;
    bottom: initial !important; }
  footer {
    height: 60px; } }

@media screen and (max-width: 820px) {
  .page-home main {
    max-height: initial; }
    .page-home main.container {
      flex-direction: column-reverse; }
      .page-home main.container .banner {
        margin-top: -2rem;
        max-width: 480px; }
        .page-home main.container .banner img {
          max-width: 530px; }
  .page-download .home-bg > .container {
    align-items: center; }
  .page-download main.container {
    flex-direction: column; }
    .page-download main.container .content {
      margin-right: initial; }
    .page-download main.container .banner {
      margin: -2rem auto 0; }
      .page-download main.container .banner img {
        max-width: 404px; }
  .page-download .instructions .tabs label {
    font-size: 26px;
    line-height: 36px;
    width: 32.873%; }
  .page-home.page main h1,
  .page-home.page main h2,
  .page-download.page main h1,
  .page-download.page main h2 {
    text-align: center; }
  .page-home.page main h1,
  .page-download.page main h1 {
    margin-top: 0;
    font-size: 70px;
    line-height: 82px; }
  .page-home.page main h2,
  .page-download.page main h2 {
    margin: 2rem 0;
    font-size: 36px;
    line-height: 38px; }
  .page-home.page main .downloads,
  .page-download.page main .downloads {
    display: flex;
    flex-direction: row; }
    .page-home.page main .downloads .buttons,
    .page-download.page main .downloads .buttons {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 250px;
      margin-bottom: initial;
      margin-right: 1rem; }
      .page-home.page main .downloads .buttons a.button,
      .page-download.page main .downloads .buttons a.button {
        margin-right: initial; }
    .page-home.page main .downloads .qr-code,
    .page-download.page main .downloads .qr-code {
      margin: 0 auto;
      padding: 1rem; }
      .page-home.page main .downloads .qr-code p,
      .page-download.page main .downloads .qr-code p {
        padding: 0 1rem;
        line-height: initial; }
  .show-vertical {
    display: flex !important; }
  .show-horizontal {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .page-home main .banner {
    margin-top: -2rem;
    max-width: 364px !important; }
    .page-home main .banner img {
      max-width: 402px !important; } }

@media screen and (max-width: 480px) {
  .downloads,
  .menu {
    display: none !important; }
  .home-bg {
    height: 100%;
    min-height: 100vh; }
  .content-bg {
    margin-bottom: initial; }
  .mobile-downloads,
  .mobile-menu {
    display: block; }
  .sub-nav {
    flex-direction: column;
    margin-top: -2rem; }
  .mobile-downloads .buttons {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem; }
    .mobile-downloads .buttons .button {
      border-radius: 0.75rem;
      padding: 0.5rem;
      width: 154px;
      font-size: 16px;
      line-height: 40px; }
      .mobile-downloads .buttons .button.android img {
        width: 40px; }
      .mobile-downloads .buttons .button.ios img {
        height: 22px; }
  header .logo {
    flex-basis: 100px; }
    header .logo img {
      max-width: 100px !important; }
  .page-home main .banner {
    margin: 3rem auto 4rem;
    max-width: 314px !important; }
    .page-home main .banner img {
      max-width: 348px !important; }
  .page-home.page main.container {
    flex-direction: column; }
  .page-download main.container .banner {
    margin: -2rem auto 0; }
    .page-download main.container .banner img {
      max-width: 336px; }
  .page-download .instructions .tabs label {
    width: 90%;
    margin: 1rem auto;
    display: block; }
  .page-download .instructions .tab {
    font-size: 24px;
    line-height: 28px; }
  .page-download .instructions .grid {
    grid-template-columns: repeat(2, 1fr); }
    .page-download .instructions .grid div:not(.number):nth-child(2n + 1):before {
      display: none !important; }
    .page-download .instructions .grid div:not(.number):nth-child(2n):after {
      display: none !important; }
  .en.page-download .questions,
  .ch.page-download .questions {
    font-size: 24px;
    line-height: 36px; }
    .en.page-download .questions .separator,
    .ch.page-download .questions .separator {
      font-size: 28px;
      line-height: 36px; }
      .en.page-download .questions .separator:before, .en.page-download .questions .separator:after,
      .ch.page-download .questions .separator:before,
      .ch.page-download .questions .separator:after {
        width: 30%;
        top: 18px; }
  .en .sub-nav li {
    padding: 1rem 0.25rem; }
    .en .sub-nav li:after {
      margin-left: 0.5rem; }
    .en .sub-nav li a {
      font-size: 14px; }
  .page-home.page main h1,
  .page-home.page main h2,
  .page-download.page main h1,
  .page-download.page main h2 {
    text-align: center; }
  .page-home.page main h1,
  .page-download.page main h1 {
    margin-top: 0;
    font-size: 48px;
    line-height: 56px; }
  .page-home.page main h2,
  .page-download.page main h2 {
    margin: 2rem 0;
    font-size: 36px;
    line-height: 38px; }
  footer {
    background: transparent !important;
    position: initial;
    bottom: initial; }
    footer p {
      text-align: center; } }
