﻿    html {
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
    }

    *,
    ::before,
    ::after {
      box-sizing: inherit;
    }

    strong,
    b {
      font-weight: 700;
    }

    body {
      color: rgba(0, 0, 0, 0.87);
      margin: 0px;
      font-size: 0.875rem;
      font-family: URWDIN, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      font-weight: 400;
      line-height: 1.43;
      background-color: rgb(255, 255, 255);
    }

    @media print {
      body {
        background-color: rgb(255, 255, 255);
      }
    }

    body::backdrop {
      background-color: rgb(255, 255, 255);
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 100;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/636bc6e9cd402d06c549.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/6ede466473f010594045.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 200;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/41321d8f6ff1f614c1e1.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/2176329ecb878acf473a.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 300;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/77709718e9eb191ed405.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/d24ba6cc02c2b7f39a8d.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 400;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/233c9605c984a27862b9.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/46d1b16b5fcccab7ef9a.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 500;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/54488a40a90c9b40fc5b.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/6e5e793149c738f1f3ba.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 600;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/9911675da60f5b872522.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/37abd29ab4ccb74bde22.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 700;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/c87244639cad82700173.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/08172a18d8bd28322a0e.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 800;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/af26188211a4c07f52b2.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/85a094cb4cf7244d0965.woff") format("woff");
    }

    body {
      font-size: medium;
      font-family: URWDIN, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
    }

    @media print {
      .MuiDialog-root {
        position: absolute !important;
      }
    }

    .MuiDialog-scrollPaper {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .MuiDialog-scrollBody {
      overflow: hidden auto;
      text-align: center;
    }

    .MuiDialog-scrollBody::after {
      width: 0px;
      height: 100%;
      content: "";
      display: inline-block;
      vertical-align: middle;
    }

    .MuiDialog-container {
      height: 100%;
      outline: 0px;
    }

    @media print {
      .MuiDialog-container {
        height: auto;
      }
    }

    .MuiDialog-paper {
      margin: 32px;
      position: relative;
      overflow-y: auto;
    }

    @media print {
      .MuiDialog-paper {
        box-shadow: none;
        overflow-y: visible;
      }
    }

    .MuiDialog-paperScrollPaper {
      display: flex;
      max-height: calc(100% - 64px);
      flex-direction: column;
    }

    .MuiDialog-paperScrollBody {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }

    .MuiDialog-paperWidthFalse {
      max-width: calc(100% - 64px);
    }

    .MuiDialog-paperWidthXs {
      max-width: 444px;
    }

    @media (max-width: 507.95px) {
      .MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperWidthSm {
      max-width: 600px;
    }

    @media (max-width: 663.95px) {
      .MuiDialog-paperWidthSm.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperWidthMd {
      max-width: 960px;
    }

    @media (max-width: 1023.95px) {
      .MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperWidthLg {
      max-width: 1280px;
    }

    @media (max-width: 1343.95px) {
      .MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperWidthXl {
      max-width: 1920px;
    }

    @media (max-width: 1983.95px) {
      .MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperFullWidth {
      width: calc(100% - 64px);
    }

    .MuiDialog-paperFullScreen {
      width: 100%;
      height: 100%;
      margin: 0px;
      max-width: 100%;
      max-height: none;
      border-radius: 0px;
    }

    .MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
      margin: 0px;
      max-width: 100%;
    }

    .MuiDialog-contentLeft {
      padding-right: 32px;
    }

    .MuiDialog-contentLeft img {
      width: 100px;
      height: 100px;
      display: block;
    }

    .jss1 {
      padding: 38px 40px 0px;
      position: relative;
      box-shadow: rgba(1, 8, 30, 0.16) 0px 3px 4px 0px, rgba(1, 8, 30, 0.08) 0px 1px 16px 0px;
      background-color: rgb(255, 255, 255);
    }

    .jss2 {
      top: 16px;
      right: 16px;
      cursor: pointer;
      position: absolute;
    }

    .jss3 {
      display: flex;
      align-items: center;
      padding-bottom: 24px;
    }

    .jss4 {
      flex: 1 1 auto;
    }

    .jss5 {
      color: rgb(1, 8, 30);
      padding: 0px;
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      margin-bottom: 10px;
    }

    .jss6 {
      color: rgba(1, 8, 30, 0.87);
      margin: 0px;
      padding: 0px;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }

    .jss7 {
      padding: 24px 0px;
      border-top: 1px solid rgba(1, 8, 30, 0.08);
    }

    .jss10 {
      padding: 38px 40px 0px;
      position: relative;
      box-shadow: rgba(1, 8, 30, 0.16) 0px 3px 4px 0px, rgba(1, 8, 30, 0.08) 0px 1px 16px 0px;
      background-color: rgb(255, 255, 255);
    }

    .jss11 {
      top: 16px;
      right: 16px;
      cursor: pointer;
      position: absolute;
    }

    .jss12 {
      display: flex;
      align-items: center;
      padding-bottom: 24px;
    }

    .jss13 {
      flex: 1 1 auto;
    }

    .jss14 {
      color: rgb(1, 8, 30);
      padding: 0px;
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      margin-bottom: 10px;
    }

    .jss15 {
      color: rgba(1, 8, 30, 0.87);
      margin: 0px;
      padding: 0px;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }

    .jss16 {
      padding: 24px 0px;
      border-top: 1px solid rgba(1, 8, 30, 0.08);
    }

    .jss20 {
      padding: 38px 40px 0px;
      position: relative;
      box-shadow: rgba(1, 8, 30, 0.16) 0px 3px 4px 0px, rgba(1, 8, 30, 0.08) 0px 1px 16px 0px;
      background-color: rgb(255, 255, 255);
    }

    .jss21 {
      top: 16px;
      right: 16px;
      cursor: pointer;
      position: absolute;
    }

    .jss22 {
      display: flex;
      align-items: center;
      padding-bottom: 24px;
    }

    .jss23 {
      flex: 1 1 auto;
    }

    .jss24 {
      color: rgb(1, 8, 30);
      padding: 0px;
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      margin-bottom: 10px;
    }

    .jss25 {
      color: rgba(1, 8, 30, 0.87);
      margin: 0px;
      padding: 0px;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }

    .jss26 {
      padding: 24px 0px;
      border-top: 1px solid rgba(1, 8, 30, 0.08);
    }

    .jss9 {}

    .jss9 .MuiDialogActions-root {
      display: none;
    }

    .jss9 .MuiDialog-paperWidthSm {
      max-width: 680px;
    }

    .jss9 .MuiDialogContent-root:first-child {
      padding-top: 0px;
    }

    .jss9 .MuiDialog-paper {
      padding: 40px;
    }

    .jss9 .MuiDialog-content {
      padding-bottom: 0px;
    }

    .jss18 {
      padding: 9px 46px;
      background: linear-gradient(135deg, rgb(173, 156, 121) 0%, rgb(157, 143, 109) 53%, rgb(144, 132, 98) 100%);
    }

    .jss18:hover {
      background: linear-gradient(135deg, rgb(173, 156, 121) 0%, rgb(157, 143, 109) 53%, rgb(144, 132, 98) 100%);
    }

    .jss19 {}

    .jss19 .MuiDialog-paper {
      color: rgb(231, 206, 152);
      width: 480px;
      background: linear-gradient(135deg, rgb(36, 36, 36) 0%, rgb(15, 16, 17) 100%);
    }

    .jss19 .MuiDialog-paper .MuiDialogTitle-root h2 {
      color: rgb(231, 206, 152);
      font-size: 24px;
    }

    .jss19 .MuiDialog-paper .MuiDialogContent-root {
      color: rgb(231, 206, 152);
    }

    .jss19 .MuiDialog-paper .MuiDialogActions-root {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    body * {
      font-family: KryptoKinSans;
    }

    body fieldset {
      min-width: initial;
      padding: initial;
      margin: initial;
      border: initial;
      margin-inline: 2px;
      padding-block: 0.35em 0.625em;
      padding-inline: 0.75em;
    }

    body legend {
      width: initial;
      padding: initial;
      padding-inline: 2px;
    }

    [dir="rtl"] .KuxTable-root table tr td:first-of-type::before {
      border-radius: 0px 16px 16px 0px;
      right: -40px !important;
    }

    [dir="rtl"] .KuxTable-root table tr td:last-of-type::after {
      border-radius: 16px 0px 0px 16px;
      left: -40px !important;
      right: auto !important;
    }

    .css-atxi5g {
      position: relative;
      z-index: 100;
      width: 100%;
    }

    .css-atxi5g .logo {
      vertical-align: middle;
    }

    .css-1dftvkr {
      height: 0px;
    }

    .css-n4rmn7 {
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      z-index: 1000;
      background-color: rgb(255, 255, 255);
      transition: background-color 0.5s ease 0s;
    }

    .css-1eazsyg {
      padding: 0px 32px;
      transition: all 0.3s ease 0s;
    }

    @media (max-width: 1439px) {
      .css-1eazsyg {
        padding: 0px 24px;
      }
    }

    @media (max-width: 767px) {
      .css-1eazsyg {
        padding: 0px 16px;
      }
    }

    .css-6ljh47 {
      display: flex;
      position: relative;
      flex: 1 1 auto;
      margin: 0px auto;
      transition: all 0.3s ease 0s;
      width: 100%;
      height: 80px;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    @media (max-width: 1439px) {
      .css-6ljh47 {
        height: 64px;
      }
    }

    .css-6qnjre {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      height: 100%;
    }

    .css-1evik99 {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-1evik99:hover {
      opacity: 0.8;
    }

    .css-qoy9sy {
      width: 121px;
      height: 28px;
      transition: all 0.3s ease 0s;
    }

    @media (max-width: 1439px) {
      .css-qoy9sy {
        width: 103.71px;
        height: 24px;
      }
    }

    .css-4b375e {
      height: 100%;
    }

    .css-3f63pt {
      height: 100%;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      flex-direction: row;
    }

    .css-3f63pt>div {
      height: 100%;
    }

    .css-3f63pt>div>div {
      height: 100%;
    }

    .css-q5nvv6 {
      width: 1px;
      margin: 0px 20px 0px 18px;
      height: 16px !important;
    }

    [dir="rtl"] .css-q5nvv6 {
      margin: 0px 18px 0px 20px;
    }

    .css-1gv4ukp {
      border: none;
      flex-shrink: 0;
      background: rgba(29, 29, 29, 0.08);
      display: block;
      width: 1px;
      margin: 0px 20px 0px 18px;
      height: 16px !important;
    }

    [dir="rtl"] .css-1gv4ukp {
      margin: 0px 18px 0px 20px;
    }

    .css-9ncwx {
      display: inline-flex;
    }

    [dir="rtl"] .css-rtb7h2 {
      margin-right: 24px;
    }

    .css-1206i7a {
      width: 150px;
      border-radius: 20px;
      background: rgba(29, 29, 29, 0.04);
      padding-left: 16px;
    }

    .css-1206i7a .KuxInput-prefix {
      margin-right: 6px !important;
    }

    .css-1206i7a fieldset {
      border: none;
    }

    .css-t0op2k {
      position: relative;
      font-family: KryptoKinSans, "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
      outline: none;
      height: fit-content;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      -webkit-box-align: center;
      align-items: center;
      opacity: 1;
      cursor: text;
      padding: 0px 16px;
      width: 150px;
      border-radius: 20px;
      background: rgba(29, 29, 29, 0.04);
    }

    .css-t0op2k .KuxInput-prefix {
      margin-right: 6px !important;
    }

    .css-t0op2k fieldset {
      border: none;
    }

    .css-10goenk {
      color: rgba(29, 29, 29, 0.6);
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      margin-right: 4px;
      font-size: 14px;
      line-height: 22px;
    }

    [dir="rtl"] .css-10goenk {
      margin-right: 0px;
      margin-left: 4px;
    }

    .css-toms2k {
      border: none;
      outline: none;
      padding: 0px;
      width: 100%;
      flex: 1 1 0%;
      margin: 0px;
      box-sizing: border-box;
      background: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: KryptoKinSans, "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
      color: rgb(29, 29, 29);
      cursor: text;
      font-weight: 500;
      font-size: 14px;
      height: 40px;
      line-height: 22px;
    }

    .css-toms2k:-webkit-autofill {
      transition-delay: 99999s;
    }

    .css-toms2k:-webkit-autofill:hover {
      transition-delay: 99999s;
    }

    .css-toms2k:-webkit-autofill:focus {
      transition-delay: 99999s;
    }

    .css-toms2k:-webkit-autofill:active {
      transition-delay: 99999s;
    }

    .css-toms2k:focus {
      outline: none;
    }

    .css-toms2k::-webkit-input-placeholder {
      color: rgba(29, 29, 29, 0.4);
      font-family: KryptoKinSans, "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
    }

    .css-js6o5x {
      box-sizing: border-box;
      min-height: 0px;
      min-width: 0px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
    }

    .css-1i4kc6k {
      position: absolute;
      inset: -5px -2px 0px;
      pointer-events: none;
      border-radius: 8px;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(29, 29, 29, 0.12);
      overflow: hidden;
    }

    .css-d30h47 {
      visibility: hidden;
      height: 12px;
      line-height: 24px;
      max-width: 100%;
      padding: 0px;
      font-size: 10px;
    }

    .css-1sg2lsz {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-1ivp5ha {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      flex-direction: row;
    }

    .css-1ivp5ha .navUserItem {
      color: rgb(29, 29, 29);
      cursor: pointer;
      padding: 0px;
      font-size: 14px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: auto;
      white-space: nowrap;
      text-decoration: none !important;
      background-clip: border-box !important;
    }

    [dir="rtl"] .css-1ivp5ha .navUserItem {
      padding: 0px 0px 0px 12px;
    }

    .css-1ivp5ha .navUserItem[data-menu="i18n"],
    .css-1ivp5ha .navUserItem[data-menu="currency"],
    .css-1ivp5ha .navUserItem[data-menu="download"],
    .css-1ivp5ha .navUserItem[data-menu="theme"] {
      display: flex;
    }

    .css-1ivp5ha .navUserItem[data-menu="order"],
    .css-1ivp5ha .navUserItem[data-menu="asset"],
    .css-1ivp5ha .navUserItem[data-menu="person"] {
      display: flex;
    }

    .css-1ivp5ha .navUserItem[data-menu="download"],
    .css-1ivp5ha .navUserItem[data-menu="i18n"],
    .css-1ivp5ha .navUserItem[data-menu="currency"],
    .css-1ivp5ha .navUserItem[data-menu="notice"],
    .css-1ivp5ha .navUserItem[data-menu="person"],
    .css-1ivp5ha .navUserItem[data-menu="order"] {
      padding: 0px;
    }

    .css-1ivp5ha .navUserItem[data-menu="notice"] {
      margin-right: 12px;
      margin-left: 0px;
    }

    .css-1ivp5ha .navUserItem[data-menu="person"],
    .css-1ivp5ha .navUserItem[data-menu="order"],
    .css-1ivp5ha .navUserItem[data-menu="notice"] {
      margin-left: 12px;
    }

    @media (max-width: 767px) {
      .css-1ivp5ha .navUserItem[data-menu="notice"] svg {
        width: 16px;
        height: 16px;
      }
    }

    .css-1ivp5ha .navUserItem.signinLink {
      width: auto;
      margin-right: unset;
    }

    @media screen and (max-width: 414px) {
      .css-1ivp5ha .navUserItem.signinLink {
        display: none;
      }
    }

    .css-1ivp5ha .navUserItem.signinLink:hover {
      opacity: 0.6;
    }

    .css-1ivp5ha .navUserItem.signinLink:active {
      opacity: 1;
    }

    .css-1ivp5ha .navUserItem .signinBtn {
      width: unset;
      padding: 9px 24px;
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      color: rgb(29, 29, 29);
      margin: 0px;
      transition: all 0.3s ease 0s;
      border: unset;
      border-radius: 24px;
    }

    @media (max-width: 767px) {
      .css-1ivp5ha .navUserItem .signinBtn {
        font-size: 12px;
      }
    }

    [dir="rtl"] .css-1ivp5ha .navUserItem .signinBtn {
      margin: 0px;
    }

    .css-1ivp5ha .navUserItem.signUpLink {
      width: auto;
    }

    .css-1ivp5ha .navUserItem.signUpLink:hover {
      opacity: 0.6;
    }

    .css-1ivp5ha .navUserItem.signUpLink:active {
      opacity: 1;
    }

    .css-1ivp5ha .navUserItem.signUpLink:active>img {
      display: block;
    }

    .css-1ivp5ha .navUserItem .signUpBtn {
      width: unset;
      padding: 9px 28px;
      border-radius: 90px;
      font-weight: 700;
      font-size: 14px;
      line-height: 130%;
      text-align: center;
      color: rgb(255, 255, 255);
      background: rgb(1, 188, 141);
      position: relative;
      transition: all 0.3s ease 0s;
    }

    @media (max-width: 767px) {
      .css-1ivp5ha .navUserItem .signUpBtn {
        padding: 8px 16px;
        font-size: 12px;
      }
    }

    .css-9zi109 {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-right: 0px;
      flex-direction: row;
      width: auto;
      padding: 0px;
      -webkit-box-pack: unset;
      justify-content: unset;
    }

    .css-v71wna {
      width: 1px;
      height: 16px;
      margin: 0px 12px;
    }

    [dir="rtl"] .css-v71wna {
      margin: 0px 12px 0px 0px;
    }

    .css-15bj1sf {
      border: none;
      flex-shrink: 0;
      background: rgba(29, 29, 29, 0.08);
      display: block;
      width: 1px;
      height: 16px;
      margin: 0px 12px;
    }

    [dir="rtl"] .css-15bj1sf {
      margin: 0px 12px 0px 0px;
    }

    .css-1b9zzns {
      width: 40px;
      height: 40px;
      background: rgba(29, 29, 29, 0.04);
      border-radius: 50%;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      display: none;
    }

    [dir="rtl"] .css-1b9zzns {
      margin-right: 12px;
    }

    @media (max-width: 767px) {
      .css-1b9zzns {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
      }
    }

    .css-1b9zzns:hover svg {
      fill: rgb(1, 188, 141);
    }

    .css-1n99kaq {
      max-width: 400px;
      width: 100%;
      height: 100vh;
      overflow: auto;
      background-color: rgb(255, 255, 255);
      padding: 0px !important;
    }

    .css-1n99kaq .KuxDrawer-content::-webkit-scrollbar {
      width: 3px;
      height: 3px;
    }

    .css-1n99kaq .KuxDrawer-content::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background: rgba(29, 29, 29, 0.08);
    }

    .css-1n99kaq .showDownBox {
      padding: 0px 24px;
    }

    .css-1n99kaq .userBox {
      margin: 0px;
    }

    .css-lmssxu {
      max-width: 400px;
      width: 100%;
    }

    .css-lmssxu .KuxDrawer-content {}

    .css-lmssxu .KuxDrawer-content::-webkit-scrollbar {
      display: none;
    }

    .css-1kpx7hz {
      transition: all 0.3s ease-in-out 0s;
      padding: 0px 24px;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz {
        padding: 0px 16px;
      }
    }

    .css-1kpx7hz a {
      width: fit-content;
      text-decoration: none !important;
    }

    .css-1kpx7hz .footerMain {
      max-width: 1200px;
      margin: 0px auto;
      padding-top: 80px;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain {
        padding-top: 48px;
      }
    }

    .css-1kpx7hz .footerMain .logo {
      display: block;
      height: 36px;
      margin-bottom: 56px;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .logo {
        margin-bottom: 24px;
      }
    }

    .css-1kpx7hz .footerMain .divider {
      height: 1px;
      border-top: none;
      border-right: none;
      border-left: none;
      border-image: initial;
      border-bottom: 1px solid rgba(29, 29, 29, 0.08);
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .divider {
        margin-top: -24px;
      }
    }

    .css-1kpx7hz .footerMain .copyright {
      padding: 20px 0px;
      -webkit-box-align: center;
      align-items: center;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .copyright {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    .css-1kpx7hz .footerMain .copyright .new-copyright {
      font-size: 14px;
      line-height: 130%;
      color: rgba(29, 29, 29, 0.4);
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .copyright .new-copyright {
        font-size: 12px;
        margin-bottom: 4px;
      }
    }

    .css-1kpx7hz .footerMain .copyright .servertime {
      display: flex;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .copyright .servertime {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    .css-6axzh6 {
      height: 28px;
      width: 121px;
      margin-right: 22px;
      transition: all 0.3s ease 0s;
    }

    @media (max-width: 767px) {
      .css-6axzh6 {
        height: 24px;
        width: 103.71px;
      }
    }

    .css-pj0ef2 .newFooterLinks {
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    .css-pj0ef2 .newFooterLinks::after {
      width: 50%;
      content: "";
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks::after {
        width: 0px;
      }
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup {
      width: 20%;
      margin-bottom: 56px;
      min-width: 240px;
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup.association {
      width: 20%;
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup {
        margin-right: 30px;
        margin-bottom: 28px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup.association .newFooterLinkGroupTitle {
        margin-bottom: 28px;
      }
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu {
      background: rgb(255, 255, 255);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu a {
      color: rgba(29, 29, 29, 0.6);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu a:hover {
      background: rgba(29, 29, 29, 0.02);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu::after {
      border-top-color: rgb(247, 248, 251);
    }

    [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.tipOffMenu::after {
      left: unset;
      right: 30px;
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterSDK {
      bottom: 32px;
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterSDK {
        left: 120px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterSDK::after {
        left: 20px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterSDK::after {
        left: unset;
        right: 20px;
      }
    }

    @media screen and (max-width: 1024px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook {
        left: 90px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook::after {
        left: 50px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook::after {
        left: unset;
        right: 50px;
      }
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook::after {
        left: 20px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook::after {
        left: unset;
        right: 20px;
      }
    }

    @media screen and (max-width: 1024px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterTwitter {
        left: 70px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterTwitter::after {
        left: 70px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterTwitter::after {
        left: unset;
        right: 70px;
      }
    }

    @media screen and (max-width: 1024px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterReddit {
        left: 60px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterReddit::after {
        left: 74px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterReddit::after {
        left: unset;
        right: 74px;
      }
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle {
      color: rgb(29, 29, 29);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~a,
    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~div {
      color: rgba(29, 29, 29, 0.6);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~a:hover,
    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~div:hover {
      color: rgb(29, 29, 29);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~div a {
      color: rgba(29, 29, 29, 0.6);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~div a:hover {
      color: rgb(29, 29, 29);
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup {
        width: 100%;
        margin-right: 0px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:last-child {
        margin-right: auto;
        width: 100%;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook {
        left: 120px;
        bottom: 38px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook {
        left: unset;
        right: 120px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle {
        font-size: 16px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle {
        position: relative;
        cursor: pointer;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle~a,
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle~div {
        display: none;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle::after {
        position: absolute;
        top: 0px;
        right: 0px;
        content: " ";
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.41073%206.9107C4.73617%206.58527%205.26381%206.58527%205.58925%206.9107L9.99999%2011.3214L14.4107%206.9107C14.7362%206.58527%2015.2638%206.58527%2015.5892%206.9107C15.9147%207.23614%2015.9147%207.76378%2015.5892%208.08921L10.5892%2013.0892C10.2638%2013.4147%209.73617%2013.4147%209.41073%2013.0892L4.41073%208.08921C4.0853%207.76378%204.0853%207.23614%204.41073%206.9107Z%22%20fill%3D%22%238C8C8C%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: all 0.3s ease-in-out 0s;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle::after {
        right: unset;
        left: 0px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .after {
        padding-bottom: 12px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .after::after {
        position: absolute;
        top: 0px;
        right: 0px;
        content: " ";
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.41073%206.9107C4.73617%206.58527%205.26381%206.58527%205.58925%206.9107L9.99999%2011.3214L14.4107%206.9107C14.7362%206.58527%2015.2638%206.58527%2015.5892%206.9107C15.9147%207.23614%2015.9147%207.76378%2015.5892%208.08921L10.5892%2013.0892C10.2638%2013.4147%209.73617%2013.4147%209.41073%2013.0892L4.41073%208.08921C4.0853%207.76378%204.0853%207.23614%204.41073%206.9107Z%22%20fill%3D%22%238C8C8C%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: all 0.3s ease-in-out 0s;
        transform: rotate(180deg);
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .after::after {
        right: unset;
        left: 0px;
      }

      @media (min-width: 768px) {
        .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .after::after {
          display: none;
        }
      }
    }

    .css-240chv {
      display: flex;
      flex-wrap: wrap;
    }

    .css-240chv .newFooterLinkGroup {
      width: 240px;
    }

    .css-240chv .newFooterLinkGroup.association {
      width: 240px;
    }

    .css-240chv .newFooterLinkGroupTitle {
      font-size: 18px;
      margin-bottom: 20px;
      font-weight: 500;
      color: rgb(29, 29, 29);
      line-height: 130%;
    }

    @media (max-width: 767px) {
      .css-240chv .newFooterLinkGroupTitle {
        margin-bottom: 0px;
      }
    }

    .css-240chv .newFooterLinkGroup a,
    .css-240chv .newFooterLinkGroup .newFooterHover {
      width: 240px;
      padding: 4px 0px;
      word-break: break-all;
      display: block;
      font-size: 14px;
      cursor: pointer;
      color: rgba(29, 29, 29, 0.6);
    }

    .css-240chv .newFooterLinkGroup a:hover {
      color: rgb(51, 198, 170);
    }

    .css-240chv .newFooterHover {
      position: relative;
    }

    .css-240chv .newFooterHover:hover .newFooterHoverMenu {
      display: block;
    }

    .css-240chv .newFooterHoverMenu {
      position: absolute;
      bottom: 100%;
      left: 16px;
      transform: translate3d(-50%, 0px, 0px);
      background-color: rgb(255, 255, 255);
      width: 240px;
      border-radius: 12px;
      display: none;
      overflow: hidden;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px;
      top: unset !important;
    }

    .css-240chv .newFooterHoverMenu::-webkit-scrollbar {
      display: none;
    }

    .css-240chv .newFooterHover.newFooterAssociationItem .newFooterHoverMenu {
      left: 16px;
    }

    .css-240chv .newFooterHoverContent {
      overflow-y: auto;
      height: 350px;
    }

    .css-240chv .newFooterHoverContent::-webkit-scrollbar {
      background: transparent;
      width: 3px;
    }

    .css-240chv .newFooterHoverContent::-webkit-scrollbar-track {
      background: transparent;
    }

    .css-240chv .newFooterHoverContent::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background: rgba(29, 29, 29, 0.08);
    }

    .css-240chv .newFooterHoverMenu.newFooterReddit .newFooterHoverContent {
      height: auto;
    }

    .css-240chv .newFooterQrCode {
      padding: 28px 0px;
      top: -244px;
    }

    .css-240chv .newFooterQrCode img {
      width: 184px;
      height: 184px;
    }

    .css-240chv .newFooterHoverMenu::after {
      border-width: 6px 6px 0px;
      border-style: solid;
      border-color: rgb(255, 255, 255) transparent transparent;
      border-image: initial;
      content: " ";
      width: 0px;
      height: 0px;
      left: 50%;
      bottom: -6px;
      transform: translate3d(-50%, 0px, 0px);
      position: absolute;
    }

    .css-240chv .newFooterHoverMenu a {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      height: 40px;
      color: rgba(29, 29, 29, 0.6);
      padding: 0px 24px;
      cursor: pointer;
    }

    .css-240chv .newFooterHoverMenu a:hover {
      background: rgba(29, 29, 29, 0.02);
      color: rgb(29, 29, 29);
    }

    .css-240chv .newFooterAssociationList {
      flex-wrap: wrap;
      display: flex !important;
    }

    .css-240chv .newFooterAssociationItem {
      transform: translateY(0px);
      text-align: center;
      margin-right: 21px;
      margin-left: 0px;
      margin-bottom: 21px;
      transition: all 0.3s ease 0s;
      width: 32px !important;
      height: 32px !important;
    }

    .css-240chv .newFooterAssociationItem img {
      width: 24px;
      height: 24px;
    }

    .css-240chv .newFooterAssociationItem:hover {
      transform: translateY(-4px);
    }

    .css-240chv .newFooterAssociationItem.noMarginBottom {
      margin-bottom: 0px;
    }

    .css-240chv .newFooterHoverMenu.newFooterQrCode {
      padding: 28px 0px;
    }

    .css-240chv .newFooterHoverMenu.newFooterQrCode img {
      width: 184px;
    }

    .css-240chv .tipOffMenu {
      padding: 12px 16px;
      left: 120px;
      word-break: break-word;
    }

    .css-240chv .tipOffMenu::after {
      left: 30px;
    }

    .css-240chv .tipOffMenuTitle {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
      color: rgb(29, 29, 29);
      margin-bottom: 4px;
    }

    .css-240chv .tipOffMenuItem {
      font-size: 12px;
      line-height: 20px;
      color: rgba(29, 29, 29, 0.6);
    }

    .css-240chv .tipOffMenuTip {
      margin-top: 14px;
    }

    .css-240chv .tipOffMenuMail {
      font-size: 12px;
      line-height: 20px;
      color: rgb(29, 29, 29);
    }

    .css-240chv .tipOffMenuMail a {
      display: inline;
      font-size: 12px;
      padding: 0px;
      height: unset;
      line-height: unset;
      color: rgb(51, 198, 170) !important;
    }

    .css-240chv .tipOffMenuMail a:hover {
      background-color: rgb(255, 255, 255);
    }

    .css-162y68p {
      height: 80px;
    }

    .css-1lm9f0d {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-image: initial;
      background-position: initial;
      background-size: initial;
      background-repeat: initial;
      background-attachment: initial;
      background-origin: initial;
      background-color: rgba(29, 29, 29, 0.04);
      border-radius: 20px;
      margin-left: 12px;
      background-clip: padding-box !important;
    }

    [dir="rtl"] .css-1lm9f0d {
      margin-left: 0px;
      margin-right: 12px;
    }

    .css-1lm9f0d svg {
      color: rgb(29, 29, 29);
    }

    .css-1lm9f0d span {
      color: rgb(29, 29, 29);
      font-weight: 600;
      font-size: 14px;
    }

    .css-1lm9f0d:hover svg,
    .css-1lm9f0d:hover span {
      color: rgb(1, 188, 141);
    }

    .css-1k6sjq2 .KuxDialog-content {
      padding: 0px;
      border-radius: 0px 0px 20px 20px;
    }

    .css-1da1nb1 {
      height: 100%;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      position: relative;
      width: auto;
      padding: 0px;
      margin-right: 20px;
      font-size: 16px;
      color: rgb(29, 29, 29);
      cursor: pointer;
      font-weight: 500;
      white-space: nowrap;
      transition: all 0.3s ease 0s;
      text-decoration: none !important;
    }

    @media (max-width: 1439px) {
      .css-1da1nb1 {
        font-size: 14px;
      }
    }

    .css-1da1nb1 .arrowIcon {
      margin-left: 4px;
      margin-top: 4px;
      transition: all 0.3s ease 0s;
    }

    [dir="rtl"] .css-1da1nb1 .arrowIcon {
      margin-left: unset;
      margin-right: 4px;
      transform: rotate(0deg);
    }

    .css-1da1nb1:hover {
      color: rgb(1, 188, 141);
      border-radius: 0px;
    }

    .css-1da1nb1:hover .arrowIcon {
      transform: rotate(-180deg);
    }

    .css-1da1nb1 svg {
      width: 10px;
      margin-left: 1px;
    }

    .css-1da1nb1 .stressNav {
      height: 20px;
      line-height: 20px;
      font-size: 12px;
      color: rgb(239, 168, 66);
      transform: scale(1) translateX(-50%);
      transform-origin: left center;
      position: absolute;
      left: 50%;
      top: -17px;
      width: 100%;
      text-align: center;
      white-space: nowrap;
    }

    .css-1da1nb1 .stressImg {
      height: 16px;
      width: 16px;
      position: absolute;
      right: -3px;
      top: -15px;
      object-fit: contain;
    }

    .css-1da1nb1 .oneImg {
      right: 8px;
      top: -14px;
    }

    .css-1da1nb1 .oneNav {
      top: -14px;
    }

    .css-1c40j8s {
      height: 28px;
      margin-right: 20px;
      padding: 0px 10px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      font-size: 14px;
      line-height: 130%;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 500;
      color: rgb(1, 188, 141);
      background: rgba(1, 188, 141, 0.08);
      max-width: 120px;
    }

    .css-1c40j8s span.ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .css-uigphq {
      margin-right: 42px;
      color: rgba(29, 29, 29, 0.4);
      font-size: 14px;
      line-height: 130%;
    }

    @media (max-width: 767px) {
      .css-uigphq {
        font-size: 12px;
      }
    }

    .css-6a9gu {
      color: rgb(29, 29, 29);
      font-size: 14px;
      line-height: 130%;
    }

    @media (max-width: 767px) {
      .css-6a9gu {
        font-size: 12px;
        margin-top: 4px;
      }
    }

    .css-6a9gu .label {
      margin-right: 10px;
      color: rgba(29, 29, 29, 0.4);
    }

    .css-6a9gu .unit {
      margin-left: 10px;
      color: rgba(29, 29, 29, 0.4);
    }

    .css-5xkyj6 {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(29, 29, 29, 0.04);
      border-radius: 50%;
    }

    .css-5xkyj6 svg {
      margin: 0px 6px;
    }

    .css-5xkyj6 img {
      width: 16px;
    }

    .css-5xkyj6:hover svg {
      fill: rgb(1, 188, 141);
    }

    .css-1f7hhfe {
      max-width: 480px;
      width: 100%;
    }

    .css-d1mnk0 {
      z-index: 1001;
    }

    .css-d1mnk0 .KuxDialog-body {
      margin: auto 28px;
    }

    .css-d1mnk0 .KuxDialog-body .KuxModalFooter-root {
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
    }

    .css-d1mnk0 .KuxDialog-body .KuxModalFooter-root .KuxModalFooter-buttonWrapper {
      width: 100%;
      max-width: 320px;
    }

    @media screen and (max-width: 768px) {
      .GbizKit-Dialog-TruthyContent::-webkit-scrollbar {
        width: 4px;
        background: transparent;
      }

      .GbizKit-Dialog-TruthyContent::-webkit-scrollbar-track {
        background: transparent;
      }

      .GbizKit-Dialog-TruthyContent::-webkit-scrollbar-thumb {
        width: 4px;
        height: 80px;
        background: rgba(0, 13, 29, 0.12);
        border-radius: 10px;
      }
    }

    @media screen and (max-width: 768px) {
      .KuxDialog-body.GbizKit-Dialog .GbizKit-Dialog-TruthyContent {
        max-height: 284px;
        overflow-y: auto;
      }
    }

    @media screen and (max-width: 768px) {
      .KuxDialog-body.GbizKit-Dialog.hasCancelWords .GbizKit-Dialog-TruthyContent {
        max-height: 255px;
      }
    }

    @media screen and (max-width: 768px) {
      .KuxDialog-body.GbizKit-Dialog.hasBannerImg .GbizKit-Dialog-TruthyContent {
        max-height: 160px;
        overflow-y: auto;
      }
    }

    @media screen and (max-width: 768px) {
      .KuxDialog-body.GbizKit-Dialog.hasBannerImg.hasCancelWords .GbizKit-Dialog-TruthyContent {
        max-height: 131px;
      }
    }

    .KuxDialog-body.GbizKit-Dialog {
      overflow: hidden;
    }

    .KuxDialog-body.GbizKit-Dialog.transparentBg {
      background-color: transparent;
    }

    @media screen and (max-width: 768px) {
      .KuxDialog-body.GbizKit-Dialog {
        width: 300px;
        max-width: 300px;
        max-height: 412px;
        border-radius: 8px;
      }
    }

    .GbizKit-Dialog .KuxDialog-header {
      display: none;
    }

    .GbizKit-Dialog .KuxDialog-content {
      padding: 24px 0px;
      color: rgba(0, 13, 29, 0.68);
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
    }

    @media screen and (max-width: 768px) {
      .GbizKit-Dialog .KuxDialog-content {
        padding: 32px 0px 24px;
      }
    }

    .GbizKit-Dialog .dialog__btns {
      display: flex;
      flex-direction: row-reverse;
    }

    .GbizKit-Dialog .dialog__btns .dialog__btns_ok,
    .GbizKit-Dialog .dialog__btns .dialog__btns_cancel {
      flex: 1 1 0%;
      font-weight: 500;
      line-height: 14px;
    }

    .GbizKit-Dialog .dialog__btns .dialog__btns_cancel {
      margin-right: 12px;
    }

    @media screen and (max-width: 768px) {
      .GbizKit-Dialog .dialog__btns {
        display: flex;
        flex-direction: column;
      }

      .GbizKit-Dialog .dialog__btns .dialog__btns_ok {
        line-height: 17px;
      }

      .GbizKit-Dialog .dialog__btns .dialog__btns_ok,
      .GbizKit-Dialog .dialog__btns .dialog__btns_cancel {
        flex: unset;
        width: 100%;
        margin: 0px;
        font-weight: 600;
      }

      .GbizKit-Dialog .dialog__btns .dialog__btns_cancel {
        height: auto;
        margin: 16px 0px 0px;
        font-weight: 500;
        line-height: 16px;
      }
    }

    .KuxDrawer-root {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      min-height: unset !important;
    }

    .KuxDialog-header>div {
      display: flex;
    }

    .KuxDialog-header>div img {
      width: 13px;
    }

    .css-1tazxoj.isInApp {
      padding-top: 88px;
      background: linear-gradient(142.36deg, var(--__bg));
      --__bg: #ffffff 7.61%, #f0fdfa 85.78%;
    }

    [dir="rtl"] .css-1tazxoj.isInApp {
      background: linear-gradient(-142.36deg, var(--__bg));
    }

    .css-1tazxoj.isInApp .KuxTab-container {
      font-size: 18px;
    }

    .css-1tazxoj.isInApp [role="tablist"]+span {
      display: none;
    }

    .css-1tazxoj.isInApp [aria-selected="false"] {
      color: rgba(0, 13, 29, 0.4);
    }

    .css-1tazxoj.isInApp [aria-selected="true"] {
      position: relative;
      color: rgb(0, 13, 29);
    }

    .css-1tazxoj.isInApp [aria-selected="true"]::after {
      position: absolute;
      bottom: 0px;
      width: 24px;
      height: 4px;
      background: rgb(45, 201, 133);
      border-radius: 2px;
      content: "";
    }

    .css-1h212vv {
      display: flex;
      padding: 0px 120px;
      flex-direction: row;
      align-items: flex-start;
      height: 66px;
      background: rgb(245, 246, 246);
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .css-1h212vv {
        padding: 0px 24px;
      }
    }

    @media screen and (max-width: 767px) {
      .css-1h212vv {
        padding: 0px 24px;
      }
    }

    .css-1h212vv .KuxTabs-lineContainer {
      border-color: transparent;
    }

    .css-1h212vv .KuxTabs-lineContainer,
    .css-1h212vv .KuxTab-container {
      height: 66px;
      font-size: 16px;
    }

    .css-1h212vv .KuxTabs-lineContainer:hover,
    .css-1h212vv .KuxTab-container:hover {
      color: rgb(1, 188, 141);
    }

    .css-1h212vv .KuxTab-selected {
      color: rgb(1, 188, 141);
    }

    .css-14occrc {
      overflow: hidden;
      height: 40px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      flex-direction: row;
      border-bottom: 1px solid rgba(0, 13, 29, 0.08);
    }

    .css-1anid1y {
      position: relative;
      display: inline-block;
      flex: 1 1 auto;
      white-space: nowrap;
      overflow-x: hidden;
      width: 100%;
    }

    .css-o2j9ze {
      display: flex;
      flex-direction: row;
    }

    .css-1kqlbfy {
      overflow: hidden;
      flex-shrink: 0;
      text-align: center;
      white-space: normal;
      cursor: pointer;
      font-family: KryptoKinSans, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      font-size: 14px;
      line-height: 22px;
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      outline: 0px;
      box-sizing: border-box;
      user-select: none;
      vertical-align: middle;
      appearance: none;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      color: rgba(0, 13, 29, 0.6);
      font-weight: 400;
      height: 40px;
      padding: 0px;
    }

    .css-1kqlbfy:not(:first-of-type) {
      margin-left: 24px;
    }

    .css-124ow28 {
      overflow: hidden;
      flex-shrink: 0;
      text-align: center;
      white-space: normal;
      cursor: pointer;
      font-family: KryptoKinSans, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      font-size: 14px;
      line-height: 22px;
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      outline: 0px;
      box-sizing: border-box;
      user-select: none;
      vertical-align: middle;
      appearance: none;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      color: rgb(0, 13, 29);
      font-weight: 500;
      height: 40px;
      padding: 0px;
    }

    .css-124ow28:not(:first-of-type) {
      margin-left: 24px;
    }

    .css-45duec {
      position: absolute;
      height: 2px;
      bottom: 0px;
      width: 100%;
      background: rgb(1, 188, 141);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    .css-11ohahk {
      display: inline-flex;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-1wnw4st {
      display: inline-block;
      position: relative;
      border-style: solid;
      border-color: rgb(1, 188, 141) rgb(1, 188, 141) rgb(1, 188, 141) rgba(1, 188, 141, 0.4);
      border-radius: 100%;
      animation: 0.5s linear 0s infinite normal none running animation-kkfuag;
      width: 22px;
      height: 22px;
      border-width: 2px;
    }

    @-webkit-keyframes animation-kkfuag {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes animation-kkfuag {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    .css-lzpn17 {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      cursor: pointer;
      color: rgb(115, 126, 141);
    }

    .css-oqr85h {
      overflow: auto hidden;
    }

    .css-oqr85h::-webkit-scrollbar {
      display: none;
    }

    .css-1n910sm {
      position: relative;
      display: inline-block;
      flex: 1 1 auto;
      white-space: nowrap;
      overflow: auto hidden;
    }

    .css-1n910sm::-webkit-scrollbar {
      display: none;
    }

    .css-saaq8e {
      background-color: rgb(255, 255, 255);
    }

    .css-13y83l0 {
      width: 100%;
      position: relative;
      min-height: 278px;
      background: linear-gradient(155.28deg, rgb(255, 255, 255) 7.36%, rgb(225, 251, 244) 61.09%);
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px;
      display: flex;
      padding: 97px 120px;
      -webkit-box-pack: justify;
      justify-content: space-between;
      flex-wrap: nowrap;
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .css-13y83l0 {
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
      }
    }

    .css-13y83l0 .referral-invite-TopInvite {
      align-self: center;
    }

    .css-13y83l0 .CustomerService img {
      margin-right: 4px;
    }

    .css-13y83l0 .HeaderOuter .KuxDropDown-popper {
      width: 129px;
    }

    @media (max-width: 64rem) {
      .css-13y83l0 {
        padding: 66px 24px 54px;
      }
    }

    .css-13y83l0 .bannerR3 {
      width: 288px;
      height: 198px;
    }

    @media (max-width: 64rem) {
      .css-13y83l0 .bannerR3 {
        width: 240px;
        height: 165px;
      }
    }

    @media (max-width: 48rem) {
      .css-13y83l0 .bannerR3 {
        width: 207px;
        height: 142px;
      }
    }

    .css-13y83l0 .tip {
      margin: 16px 0px 20px;
      color: rgba(0, 13, 29, 0.4);
      font-size: 14px;
      line-height: 18px;
    }

    @media (max-width: 48rem) {
      .css-13y83l0 .tip {
        margin: 10px 0px 20px;
      }
    }

    [dir="rtl"] .css-13y83l0 {
      background: linear-gradient(146deg, rgb(255, 255, 255), rgb(225, 251, 244));
    }

    @media (max-width: 64rem) {
      .css-13y83l0 {
        flex-direction: column;
      }
    }

    @media (max-width: 48rem) {
      .css-13y83l0 {
        flex-flow: column wrap;
        min-height: unset;
        padding: 38px 43px 34px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
      }
    }

    .css-1x9o1b5 {
      text-decoration: none;
      position: absolute;
      width: 43px;
      height: 30px;
      display: none;
      background: rgb(234, 253, 248);
      border-top: 1px solid rgba(33, 195, 151, 0.6);
      border-bottom: 1px solid rgba(33, 195, 151, 0.6);
      border-left: 1px solid rgba(33, 195, 151, 0.6);
      border-image: initial;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      right: 0px;
      padding: 6px 0px 6px 9px;
      border-right: none;
      top: 114px;
      cursor: pointer;
    }

    @media (max-width: 48rem) {
      .css-1x9o1b5 {
        display: block;
      }
    }

    .css-1x9o1b5::before {
      display: block;
      width: 18px;
      height: 18px;
      margin: -1px 3px 0px 0px;
      background: url("../images/rule9.aa48ab18.html") 0% 0% / 100% 100% no-repeat;
      content: "";
    }

    .css-10v39xv {
      display: flex;
      flex: 1 1 0%;
      flex-direction: column;
      margin-right: 110px;
      position: relative;
    }

    .css-10v39xv .MainDescWrap {
      display: flex;
      flex: 1 1 0%;
      flex-direction: column;
    }

    @media (max-width: 64rem) {
      .css-10v39xv .MainDescWrap {
        margin-right: 35px;
      }
    }

    @media (max-width: 48rem) {
      .css-10v39xv .MainDescWrap {
        margin-right: 0px;
      }
    }

    @media (max-width: 64rem) {
      .css-10v39xv {
        flex-direction: row;
        width: 100%;
        margin-right: 0px;
      }
    }

    @media (max-width: 48rem) {
      .css-10v39xv {
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
      }
    }

    .css-35qm2w {
      width: 100%;
      position: relative;
    }

    @media (max-width: 48rem) {
      .css-35qm2w {
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
      }
    }

    .css-1xo0jyr {
      width: 100%;
      font-size: 40px;
      line-height: 48px;
      font-weight: 600;
      margin-bottom: 0px;
    }

    @media (max-width: 48rem) {
      .css-1xo0jyr {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
      }
    }

    .css-1xo0jyr span>span {
      display: inline-block;
      color: rgb(1, 188, 141);
      font-weight: 700;
      direction: var(--_dir, ltr);
      --_dir: unset;
    }

    .css-1o9d3n5 {
      font-weight: 500;
      font-size: 14px;
      text-decoration: none;
      line-height: 22px;
      color: rgb(1, 188, 141);
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      background: rgba(1, 188, 141, 0.08);
      border-radius: 20px;
      width: fit-content;
      padding: 6px 14px;
      cursor: pointer;
      margin: 0px 0px 16px;
    }

    @media (max-width: 48rem) {
      .css-1o9d3n5 {
        display: none;
      }
    }

    .css-1o9d3n5::before {
      display: block;
      width: 14px;
      height: 14px;
      margin: 0px 6px 0px 0px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAqCAYAAADI3bkcAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAT5SURBVHgBvVlbbttGFL13SCdAiwJaAruCOiuwhMbpr7yC2Ctw1dQF+iXpK0DiRPEK5KzAzlfR2IXkFVTegZagfvSjicjbM0NZ4QyHL1nOAQjYw3kc3blvMm0Lf7yMKAhaxNxaj4X/zqgzWNAWwbQprl63lQr3RKRNJLsYaRXMBGGeicQ3JHJJz36b0T3QnPDHN4es+DlItmkTMMjHckbPXpzTBqhPGBJlVmP8FdF2MJeEhk2JVxOeDFocf6eJdukBAALnSfBpSJ3f5zXnl2DyMuL40YRKpcoLIeim0C0p6GuSzNNhGJ9whBP2mBg6LiV7QNrBp04d0sWEJ692OQ40Wa8xpSShi/snU6oDqBSOO2TW+u8FVCQ+qDJKP+ESyYLoFO7riDq9OW2CyQh7y7jAaBeQ9JMySXMjspL0INF3tA1cvR7AiPueN1APBdI9r/8O3QG13BkIu2Shp4Lrqrp+GCh9/iYy+lsVNPZPBnJ9OoN+a4POqh0EloyF6MC3zJaw8bE0difBbx7QT79eUhGMywv6+WvmqVByRk+r1qpJ7kxJOj4BKWt7RX3PwmEZWfXXqJ8e6NNJaUOCF3pO0XpNSoR67vDK5+fPW/8F6ZKjt8bAcHVUQhY/qPD9eh895+rNz4UT9l+807fhjEYrTvaZd39wwMe5jbQ3KAKME0SKSThgxu1NRkX5BknAubPSFMBGSvjjq12IYdfaABGo1HV9ftQm10cndItbOdAPjnPXtmi5PCzcD2dBNT7Yg1Az479dwsz5sCvJeyoBJOauWciO6hoDwwOJPSGTqWUXqR+oFInPZbbJJQwL37PnQDoVLgzSuNQGuX4SGE72RrQfZVfKpeGZVmdaP9LltvLDjjqI3FIV6mRZIrbKCP9TuYTkAzxLRndtbmplCI4xJFO6DxBA4EHyqShupXKtiJtLtEw1s0IIQ9jVDthC7iob4M/TLsc8QsCInE0XtJNzXXkotdAWb0GXXiuE3kUim9VhmmzAF/4t4zPqnMyrtjDpaV6Aa8KKtgiQHfnGTbQsCUBNEBppcu6EiJpC+/JchsfwrfFR7ZzZLOFW2WtFOzuLpovqHtSYbLooyo2F4doQ1cp3NnTwDwcm1XaGFtnceGV0PMtmW9CQLgz1iJogXM5lGQ7tsXBOTcFkCQt+2XJzhrBuciCda2fGWyaGN7nOtKwZ0H2Q5g2RNSZyk/33zq1N8Vg5K37AsaTj9aCrjeW3VlQyuldQ6nghKvI4ACvYpG7NSDLn1Ls6haS6AFmdyGcfE5SaAOEe9dz3yEuOTD4jUFWnil4HDknkPfx1O/uS48e6turQ10TqBM5NeosK2339JXCYZCaXXbVLK4WHhicftyKd8ZsOkPeO3CR6q0A4p+u3z+tOt0Nz6hVyGRX08YKuT7ulO8HAdKWbfbIO3wtdMQc8ZpLzuqQ9jZQRmn/yty/ZBvFB8mNvSFuAun4LLyRWhSFoZdHTX8orHe+oaSclIO3rq6HXEPx3VLfbmN9bd5YeF7WqKkkXNwORzLAKL4rKGtMm1XVfg2ag9u1Uo21bRrqi3Woad5OqVike6C/dEMt8nUsrBIGEWgqhVlKSjRKqItI1Gtrwhct4UNImfTD4SNf/ZJB+2+hXVr5bhkt6o48yFMgxCzcLu/dAlvTmn710haEbMOgbYBP9SaB50t8Ad6Q3J+xCtwuaJjtNAY/0P95bMQDeuJSaAAAAAElFTkSuQmCC") 0% 0% / 100% 100% no-repeat;
      content: "";
    }

    .css-1o9d3n5::after {
      display: block;
      width: 4px;
      height: 9px;
      margin: 0px 0px 0px 6px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAaCAYAAACD+r1hAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGISURBVHgBtZOxT8JAGMVf74rRmrCw6oqrKyYOBNxgdYUVBxPTjYnJRBM0JgZXZlZIDBHi4MD/wMxoF43FDr3zrk2Ps3i3+Zb2rt+v9953d8B/y8HssUSdqCkHcfg5QrMX2gAX8fqEU1qRA7pfDGNgZAMIqPueDThDDa+3x3agfrVgPJ6rCVZoYXZdMgNS318T8f8gXYZ7xNlt2wERlNHCQM1ylOn8rmkGpKqXK8a5Csw5Gnjrl82A1Jk/F41eqo8R2hj3PDMgxMKPJ5UHTol4xY4VSPIAQ2h58PJQMwNSdX/JwMeqyInPMe0fmoEUmvzKQ9GxAzIP3xnCccIsj1zFCqQZ2Fq9e9izAgTRRfLnlAxw6i+NAJ3KnXYOlD1Effl0/6x+vjniVOx0VkxFx6rdIF01L3GhSMFtqWLGF6iKjimbeSvJ7dN8k2isf3fzvsWhq2x8ix2vdwO9huhWtnyLHc87SAFxIkUL/c00X+m+twBx+Ru6b9HCAQwimN1XksufWYkxyfvW9QPa45EK2rJA2gAAAABJRU5ErkJggg==") 0% 0% / 100% 100% no-repeat;
      content: "";
    }

    .css-1tp9hu {
      display: flex;
      flex-direction: column;
      align-self: center;
    }

    @media (max-width: 64rem) {
      .css-1tp9hu {
        align-self: unset;
        margin-top: 69px;
      }
    }

    @media (max-width: 48rem) {
      .css-1tp9hu {
        display: none;
        align-self: unset;
      }
    }

    .css-1paknfo {
      background: rgb(255, 255, 255);
      padding: 30px;
      min-width: 370px;
      flex: 1 1 0%;
      height: fit-content;
      border-radius: 14px;
    }

    @media (max-width: 64rem) {
      .css-1paknfo {
        flex: unset;
        width: 100%;
      }
    }

    .css-mq9knk {
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .css-mq9knk .invite-qrcode-box {
      width: 60px;
      background-color: rgb(1, 188, 141);
      opacity: 0.4;
      pointer-events: none;
    }

    .css-mq9knk .invite-qrcode-box.hasInviteLink {
      opacity: 1;
      pointer-events: auto;
    }

    .css-mq9knk .referral-invite-EarnStars {
      display: none;
    }

    .css-mq9knk .referral-invite-InviteBtn {
      flex: 1 1 0%;
      margin-top: 0px;
    }

    .css-1gko82 {
      padding-bottom: 18px;
      width: 100%;
      display: grid;
      -webkit-box-align: center;
      align-items: center;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      gap: 20px;
    }

    .css-186ojbn {
      font-weight: 400;
      font-size: 14px;
      line-height: 30px;
      color: rgba(0, 13, 29, 0.68);
    }

    .css-186ojbn>span {
      display: flex;
    }

    .css-186ojbn>span span {
      padding-left: 2px;
      color: rgb(1, 188, 141);
      font-weight: 600;
      font-size: 20px;
      font-style: normal;
      line-height: 130%;
      direction: var(--_dir, ltr);
      --_dir: unset;
    }

    .css-hpeyk1 {
      display: flex;
      position: relative;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 18px;
      height: 48px;
    }

    .css-hpeyk1:nth-last-of-type(1) {
      margin-top: 20px;
      margin-bottom: 0px;
    }

    .css-140xarm {
      display: flex;
      position: relative;
      background: rgba(0, 13, 29, 0.04);
      border-radius: 6px;
      flex: 1 1 0%;
      max-width: 100%;
      line-height: 18px;
      padding-left: 12px;
      -webkit-box-align: center;
      align-items: center;
      height: 100%;
    }

    .css-zzm3y6 {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: rgba(0, 13, 29, 0.3);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .css-17udjwt {
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: rgb(0, 13, 29);
      flex: 1 1 0%;
      margin: 0px 20px 0px 54px;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .css-fdj94n {
      border-radius: 6px;
      cursor: pointer;
      height: 100%;
      background: url("../images/invite2.ac5ddcef.png") center center / auto 20px no-repeat rgb(1, 188, 141);
      flex-shrink: 0;
      opacity: 0.4;
      pointer-events: none;
      width: 60px;
    }

    @media (max-width: 48rem) {
      .css-fdj94n {
        width: 46px;
      }
    }

    .css-1ha3qhj {
      position: relative;
      width: 100%;
      margin: 20px 0px 0px;
    }

    .css-1ufehrc {
      width: fit-content;
      font-weight: 500;
      font-size: 14px;
      padding: 0px 12px;
      background: linear-gradient(91.92deg, rgb(254, 255, 185) 0%, rgb(255, 241, 110) 260.12%);
      border-radius: 20px 20px 20px 0px;
      text-align: center;
      line-height: 30px;
      position: absolute;
      left: 0px;
      top: -20px;
      white-space: nowrap;
    }

    @media (min-width: 48.05rem) {
      .css-1ufehrc {
        left: 4px;
      }
    }

    @media (min-width: 48.05rem) {
      .referral-invite-TopInvite .css-1ufehrc {
        left: 0px;
      }
    }

    .css-vce8p {
      width: 454px;
      height: 48px;
      padding-top: 9px;
      padding-bottom: 9px;
      font-weight: 500;
      font-size: 18px;
      line-height: 30px;
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .css-vce8p {
        width: 100%;
      }
    }

    @media screen and (max-width: 767px) {
      .css-vce8p {
        width: 100%;
      }
    }

    .css-12p43rr {
      display: inline-flex;
      flex-shrink: 0;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      box-sizing: border-box;
      border-radius: 4px;
      outline: none;
      border: none;
      cursor: pointer;
      opacity: 1;
      pointer-events: auto;
      font-family: KryptoKinSans, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      padding: 9px 18px;
      color: rgb(255, 255, 255);
      background: rgb(1, 188, 141);
      width: 454px;
      height: 48px;
      font-weight: 500;
      font-size: 18px;
      line-height: 30px;
    }

    .css-12p43rr:hover {
      background: rgb(31, 196, 155);
    }

    .css-12p43rr:active {
      background: rgb(1, 165, 124);
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .css-12p43rr {
        width: 100%;
      }
    }

    @media screen and (max-width: 767px) {
      .css-12p43rr {
        width: 100%;
      }
    }

    .css-16iiocr {
      margin: 0px 0px 0px 14px;
      height: 100%;
      width: 60px;
    }

    .css-dxlhtk {
      border-radius: 6px;
      background: url("../images/invite1.0e87f580.html") center center / 20px no-repeat rgba(0, 13, 29, 0.04);
      cursor: pointer;
      height: 100%;
      width: 60px;
    }

    @media (min-width: 48.05rem) {
      .css-dxlhtk {
        background: url("../images/invite1-r3.d9909a60.png") center center / 20px no-repeat rgba(0, 13, 29, 0.04);
      }
    }
