@media (max-width: 991.98px) {
  .style_sidebar__FlOrd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: calc(var(--1) * 36) calc(var(--1) * 16);
    width: 100%;
    position: fixed;
    height: calc(var(--1) * 80);
    left: 0;
    top: 0;
    background: var(--Color-Text-On-Light-Text-Primary, #051053);
    z-index: 90;
    top: calc(var(--1) * 0);
    border-radius: calc(var(--1) * 12);
    border: 1px solid var(--Container-Stroke, #0d2254);
    background: radial-gradient(
      63.89% 57.63% at 36.8% 29.66%,
      #0a3494 0,
      #021136 100%
    );
    box-shadow: 0 4px 24px 0 #051b52;
  }
  .style_sidebar__FlOrd .style_logoutButton__Sv7KU {
    display: flex;
    align-items: center;
    gap: calc(var(--1) * 10);
    font-size: calc(var(--1) * 14);
    cursor: pointer;
  }
  .style_sidebar__FlOrd .style_logoutButton__Sv7KU img {
    width: calc(var(--1) * 14);
    height: calc(var(--1) * 14);
  }
  .style_sidebar__FlOrd .style_logo__4uOOG {
    display: flex;
    font-size: calc(var(--1) * 28);
    line-height: 1;
    font-weight: 800;
    color: var(--white);
    height: calc(var(--1) * 20);
  }
}
@media (max-width: 991.98px) and (min-width: 991.98px) {
  .style_sidebar__FlOrd .style_logo__4uOOG {
    margin-bottom: calc(var(--1) * 36);
  }
}
@media (max-width: 991.98px) {
  .style_sidebar__FlOrd .style_logoArea__bCOmk {
    display: flex;
    align-items: center;
    gap: calc(var(--1) * 16);
  }
  .style_sidebar__FlOrd .style_quickArea__wwwUV {
    display: flex;
    align-items: center;
    gap: calc(var(--1) * 12);
  }
  .style_sidebar__FlOrd .style_quickArea__wwwUV .style_button__D_Zxp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--1) * 36);
    height: calc(var(--1) * 30);
    position: relative;
    cursor: pointer;
    gap: calc(var(--1) * 6);
    background: var(--bg-2);
    border-radius: calc(var(--1) * 6);
  }
  .style_sidebar__FlOrd
    .style_quickArea__wwwUV
    .style_button__D_Zxp.style_wallet__AMv1L {
    background: var(--primary);
    width: auto;
    font-size: calc(var(--1) * 14);
    font-weight: 700;
    padding-inline: calc(var(--1) * 8);
    padding-top: calc(var(--1) * 5);
    min-width: max-content;
  }
  .style_sidebar__FlOrd
    .style_quickArea__wwwUV
    .style_button__D_Zxp.style_ticketButton__Up_BG
    svg {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd
    .style_quickArea__wwwUV
    .style_button__D_Zxp
    .style_notCount__NlAKO {
    width: calc(var(--1) * 18);
    height: calc(var(--1) * 18);
    font-size: calc(var(--1) * 11);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(20%, -20%);
  }
  .style_sidebar__FlOrd
    .style_quickArea__wwwUV
    .style_button__D_Zxp
    .style_notCount__NlAKO.style_active__XzDfO {
    background-color: var(--error);
  }
  .style_sidebar__FlOrd .style_quickArea__wwwUV .style_button__D_Zxp img,
  .style_sidebar__FlOrd .style_quickArea__wwwUV .style_button__D_Zxp svg {
    width: calc(var(--1) * 18);
    height: calc(var(--1) * 18);
  }
  .style_sidebar__FlOrd
    .style_quickArea__wwwUV
    .style_button__D_Zxp
    .style_notVisible__B946Y {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(var(--1) * 8);
    height: calc(var(--1) * 8);
    border-radius: 50%;
    background-color: red;
    transform: translate(25%, -25%);
  }
  @keyframes style_earlyRewardAnimation__qfbzD {
    0%,
    to {
      transform: translate(0);
    }
    60% {
      transform: translate(0);
      scale: 1;
    }
    80% {
      scale: 1.3;
      transform: translate(calc(var(--1) * 5), calc(var(--1) * -10));
    }
  }
  .style_sidebar__FlOrd .style_quickArea__wwwUV .style_early__0esFG img {
    animation: style_earlyRewardAnimation__qfbzD 6s ease-in-out infinite;
  }
  .style_sidebar__FlOrd
    .style_quickArea__wwwUV
    .style_early__0esFG
    .style_ultimate__P1jQC {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  @keyframes style_JumpJump__f_bzw {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(calc(var(--1) * -5));
    }
    20% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(calc(var(--1) * -5));
    }
    40% {
      transform: translateY(0);
    }
  }
  .style_sidebar__FlOrd
    .style_quickArea__wwwUV
    .style_early__0esFG
    .style_easter__vHJvf {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
    animation: style_JumpJump__f_bzw 3.5s ease-in-out infinite;
  }
  .style_sidebar__FlOrd .style_hamburger__Rzhn3 {
    color: var(--white);
    cursor: pointer;
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd .style_hamburger__Rzhn3:hover {
    opacity: 0.6;
  }
  .style_sidebar__FlOrd .style_hamburger__Rzhn3 svg {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c {
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 8);
    position: fixed;
    top: calc(var(--1) * 100);
    left: calc(var(--1) * 16);
    width: calc(100vw - var(--1) * 32);
    height: calc(100dvh - var(--1) * 116);
    border-radius: calc(var(--1) * 12);
    border: 1px solid var(--Container-Stroke, #0d2254);
    background: radial-gradient(
      63.89% 57.63% at 36.8% 29.66%,
      #0a3494 0,
      #021136 100%
    );
    box-shadow: 0 4px 24px 0 #051b52;
    transition: transform 0.5s ease-in-out;
    transform: translateX(-120%);
    pointer-events: none;
    padding: calc(var(--1) * 36) calc(var(--1) * 16);
    overflow-y: auto;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > p {
    padding-inline: calc(var(--1) * 12);
    font-weight: 700;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c.style_active__XzDfO {
    transform: translateX(0);
    pointer-events: unset;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a {
    display: flex;
    padding-inline: calc(var(--1) * 12);
    border-radius: calc(var(--1) * 12);
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    color: var(--white);
    font-size: calc(var(--1) * 16);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: calc(var(--1) * 0.32);
    gap: calc(var(--1) * 12);
    height: calc(var(--1) * 48);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a .style_new__1O6o_ {
    border-radius: calc(var(--1) * 100);
    background: #f85623;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(var(--1) * 2) calc(var(--1) * 6);
    margin-left: calc(var(--1) * 5);
    font-size: calc(var(--1) * 12);
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a img,
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a svg {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
    flex-shrink: 0;
    object-fit: contain;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a img.style_chevron__hCvte,
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a svg.style_chevron__hCvte {
    width: calc(var(--1) * 20);
    height: calc(var(--1) * 20);
    margin-left: auto;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a.style_active__XzDfO {
    background: var(--Color-Primary-Dark, #018df3);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li .style_dropdown__vcLG7 {
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 10);
    margin-left: calc(var(--1) * 50);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li .style_dropdown__vcLG7 li a {
    display: flex;
    padding-block: calc(var(--1) * 5);
    font-size: calc(var(--1) * 13);
  }
  .style_sidebar__FlOrd .style_sideFoot__l4hez {
    margin-top: auto;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd .style_sideFoot__l4hez .style_customSelect__2Ryt8 {
    position: relative;
  }
  .style_sidebar__FlOrd
    .style_sideFoot__l4hez
    .style_customSelect__2Ryt8
    .style_selectedMethod__HoeFy {
    display: flex;
    border-radius: calc(var(--1) * 8);
    border: 1px solid var(--Blue-2, #114763);
    background-color: var(--bg-1);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--Text-On-Dark-Text-Secondary, #d6e0e6);
    font-size: calc(var(--1) * 16);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.64px;
    height: calc(var(--1) * 52);
    padding-inline: calc(var(--1) * 16);
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .style_sidebar__FlOrd
    .style_sideFoot__l4hez
    .style_customSelect__2Ryt8
    .style_selectedMethod__HoeFy
    svg {
    width: calc(var(--1) * 20);
    height: calc(var(--1) * 20);
    transform: rotate(90deg);
    transition: 0.5s ease-in-out;
  }
  .style_sidebar__FlOrd
    .style_sideFoot__l4hez
    .style_customSelect__2Ryt8
    .style_dropdown__vcLG7 {
    bottom: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--Blue-2, #114763);
    background-color: var(--bg-1);
    gap: 1px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-radius: calc(var(--1) * 8);
    overflow: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(calc(var(--1) * -35));
    pointer-events: none;
  }
  .style_sidebar__FlOrd
    .style_sideFoot__l4hez
    .style_customSelect__2Ryt8
    .style_dropdown__vcLG7.style_active__XzDfO {
    opacity: 1;
    transform: translateY(calc(var(--1) * -5));
    pointer-events: unset;
  }
  .style_sidebar__FlOrd
    .style_sideFoot__l4hez
    .style_customSelect__2Ryt8
    .style_dropdown__vcLG7
    a {
    display: flex;
    align-items: center;
    font-size: calc(var(--1) * 16);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.64px;
    height: calc(var(--1) * 52);
    padding-inline: calc(var(--1) * 16);
    cursor: pointer;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .style_sidebar__FlOrd
    .style_sideFoot__l4hez
    .style_customSelect__2Ryt8
    .style_dropdown__vcLG7
    a:hover {
    opacity: 0.8;
  }
  .style_sidebar__FlOrd
    .style_sideFoot__l4hez
    .style_customSelect__2Ryt8
    .style_dropdown__vcLG7
    a.style_active__XzDfO {
    background: var(--Color-Primary-Dark, #018df3);
  }
  .style_sidebar__FlOrd
    .style_sideFoot__l4hez
    .style_customSelect__2Ryt8.style_active__XzDfO
    .style_selectedMethod__HoeFy
    svg {
    transform: rotate(-90deg);
  }
  .style_sidebar__FlOrd .style_sideFoot__l4hez p {
    color: var(--Color-White, #fff);
    font-size: calc(var(--1) * 16);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: calc(var(--1) * 0.32);
    padding-inline: calc(var(--1) * 16);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH {
    background: var(--bg-2);
    border: 1px solid var(--border-1);
    padding: calc(var(--1) * 16);
    border-radius: calc(var(--1) * 12);
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 12);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_currentRank__UE4lp {
    padding: 0;
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_rank__6tJax {
    display: flex;
    align-items: center;
    gap: calc(var(--1) * 0);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_rank__6tJax img {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_rank__6tJax p {
    font-size: calc(var(--1) * 14);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: calc(var(--1) * 1);
    color: var(--white);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_rank__6tJax p span {
    font-weight: 700;
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_walletAddress__cfllv,
  .style_sidebar__FlOrd .style_profileBox__OgRkH button {
    font-size: calc(var(--1) * 16);
    font-weight: 400;
    line-height: calc(var(--1) * 22);
    letter-spacing: -0.01em;
    color: var(--white);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH button {
    white-space: wrap;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    text-align: left;
    width: max-content;
    cursor: pointer;
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH button span {
    color: #1d44ff;
  }
}
@media (min-width: 991.98px) {
  .style_sidebar__FlOrd {
    display: flex;
    flex-direction: column;
    width: calc(var(--1) * 269);
    min-width: calc(var(--1) * 269);
    min-height: 80vh;
    height: max-content;
    max-height: 100%;
    gap: calc(var(--1) * 16);
  }
  .style_sidebar__FlOrd,
  .style_sidebar__FlOrd *,
  .style_sidebar__FlOrd :after,
  .style_sidebar__FlOrd :before {
    transition: all 0.5s ease-in-out, color 0.1s;
  }
  .style_sidebar__FlOrd .style_logoArea__bCOmk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .style_sidebar__FlOrd .style_logoArea__bCOmk .style_hamburger__Rzhn3 {
    border-radius: calc(var(--1) * 8);
    background: linear-gradient(
      127deg,
      rgba(255, 255, 255, 0.05) 28.69%,
      rgba(255, 255, 255, 0)
    );
    -webkit-backdrop-filter: blur(calc(var(--1) * 70));
    backdrop-filter: blur(calc(var(--1) * 70));
    width: calc(var(--1) * 44);
    height: calc(var(--1) * 44);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 100%;
    transform: translateX(-100%);
  }
  .style_sidebar__FlOrd .style_logoArea__bCOmk .style_hamburger__Rzhn3 svg {
    width: calc(var(--1) * 20);
    height: calc(var(--1) * 20);
  }
  .style_sidebar__FlOrd .style_logo__4uOOG {
    display: flex;
    font-size: calc(var(--1) * 40);
    line-height: 1.5;
    font-weight: 800;
    color: var(--white);
    height: calc(var(--1) * 54);
    align-items: center;
    padding-inline: calc(var(--1) * 18);
    position: relative;
    z-index: 1;
  }
  .style_sidebar__FlOrd .style_logo__4uOOG span {
    opacity: 1;
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-top: 11px;
  }
  .style_sidebar__FlOrd .style_logo__4uOOG img {
    min-width: 0;
    height: 0;
    width: 0;
    opacity: 0;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c {
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 8);
    padding: calc(var(--1) * 24) calc(var(--1) * 18);
    flex: 1 1;
    border-radius: calc(var(--1) * 16);
    border: 1px solid #0f2a68;
    background: radial-gradient(
      63.89% 57.63% at 36.8% 29.66%,
      #0a3494 0,
      #021136 100%
    );
    box-shadow: 0 12px 164.5px 0 #051b52;
    position: relative;
    overflow-y: auto;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > p {
    padding-inline: calc(var(--1) * 12);
    font-weight: 700;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c .style_sideFoot__l4hez {
    margin-top: auto;
  }
  .style_sidebar__FlOrd
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--1) * 16);
    height: calc(var(--1) * 52);
    border: none;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: calc(var(--1) * 14);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    padding-inline: calc(var(--1) * 10);
  }
  .style_sidebar__FlOrd
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp:hover {
    opacity: 0.8 !important;
  }
  .style_sidebar__FlOrd
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp
    svg {
    rotate: 180deg;
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp
    span {
    width: 100%;
    opacity: 1;
    overflow: hidden;
  }
  .style_sidebar__FlOrd
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp
    span
    span {
    display: flex;
    min-width: max-content;
  }
  .style_sidebar__FlOrd
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp:hover {
    opacity: 0.9;
  }
  .style_sidebar__FlOrd
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp
    img {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a {
    display: flex;
    padding-inline: calc(var(--1) * 12);
    border-radius: calc(var(--1) * 12);
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    color: var(--white);
    font-size: calc(var(--1) * 16);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: calc(var(--1) * 0.32);
    gap: calc(var(--1) * 12);
    height: calc(var(--1) * 48);
    min-width: max-content;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a span {
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a .style_new__1O6o_ {
    border-radius: calc(var(--1) * 100);
    background: #f85623;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(var(--1) * 2) calc(var(--1) * 4);
    margin-left: calc(var(--1) * 5);
    font-size: calc(var(--1) * 10);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: calc(var(--1) * 20);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a img,
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a svg {
    min-width: calc(var(--1) * 24);
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a img.style_chevron__hCvte,
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a svg.style_chevron__hCvte {
    width: calc(var(--1) * 20);
    height: calc(var(--1) * 20);
    margin-left: auto;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a img {
    scale: 1.4;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a:hover {
    color: var(--blue);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a.style_active__XzDfO {
    background: var(--Color-Primary-Dark, #018df3);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li > a.style_active__XzDfO:hover {
    color: var(--white);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li .style_dropdown__vcLG7 {
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 10);
    margin-left: calc(var(--1) * 50);
    padding-block: calc(var(--1) * 10);
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li .style_dropdown__vcLG7 li {
    overflow: hidden;
  }
  .style_sidebar__FlOrd ul.style_nav__VkM8c > li .style_dropdown__vcLG7 li a {
    font-size: calc(var(--1) * 16);
    transition: none !important;
    transition-delay: 0 !important;
  }
  .style_sidebar__FlOrd
    ul.style_nav__VkM8c
    > li
    .style_dropdown__vcLG7
    li
    a.style_active__XzDfO {
    color: #4ab3ff;
  }
  .style_sidebar__FlOrd .style_sideFoot__l4hez {
    margin-top: auto;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd .style_sideFoot__l4hez p {
    color: var(--Color-White, #fff);
    font-size: calc(var(--1) * 14);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: calc(var(--1) * 0.32);
    padding-inline: calc(var(--1) * 24);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .style_sidebar__FlOrd .style_sideFoot__l4hez p span {
    margin-inline: auto;
    display: flex;
    align-items: center;
  }
  .style_sidebar__FlOrd .style_sideFoot__l4hez p span svg {
    width: calc(var(--1) * 14);
    height: calc(var(--1) * 14);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH {
    background: var(--bg-2);
    border: 1px solid var(--border-1);
    padding: calc(var(--1) * 16);
    border-radius: calc(var(--1) * 12);
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 12);
    position: relative;
    overflow: hidden;
    text-align: left;
    align-items: flex-start;
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_currentRank__UE4lp {
    padding: 0;
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_rank__6tJax {
    display: flex;
    align-items: center;
    gap: calc(var(--1) * 10);
  }
  .style_sidebar__FlOrd
    .style_profileBox__OgRkH
    .style_rank__6tJax
    .style_rankImg__mh24N {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH .style_walletAddress__cfllv {
    font-size: calc(var(--1) * 16);
    font-weight: 400;
    line-height: calc(var(--1) * 22);
    letter-spacing: -0.01em;
    color: var(--white);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH button {
    white-space: wrap;
    color: var(--white);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    text-align: left;
    width: max-content;
    cursor: pointer;
    font-size: calc(var(--1) * 16);
  }
  .style_sidebar__FlOrd .style_profileBox__OgRkH button span {
    color: #1d44ff;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on {
    display: flex;
    flex-direction: column;
    width: calc(var(--1) * 104);
    min-width: calc(var(--1) * 104);
    max-height: 100%;
    gap: calc(var(--1) * 16);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on .style_logoArea__bCOmk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_logoArea__bCOmk
    .style_hamburger__Rzhn3 {
    border-radius: calc(var(--1) * 8);
    background: linear-gradient(
      127deg,
      rgba(255, 255, 255, 0.05) 28.69%,
      rgba(255, 255, 255, 0)
    );
    -webkit-backdrop-filter: blur(calc(var(--1) * 70));
    backdrop-filter: blur(calc(var(--1) * 70));
    width: calc(var(--1) * 44);
    height: calc(var(--1) * 44);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_logoArea__bCOmk
    .style_hamburger__Rzhn3
    svg {
    width: calc(var(--1) * 20);
    height: calc(var(--1) * 20);
    transform: rotate(180deg);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on .style_logo__4uOOG {
    display: flex;
    font-size: calc(var(--1) * 40);
    line-height: 1.5;
    font-weight: 800;
    color: var(--white);
    height: calc(var(--1) * 44);
    align-items: center;
    padding-inline: calc(var(--1) * 22);
    position: relative;
    z-index: 1;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on .style_logo__4uOOG img {
    opacity: 1;
    min-width: calc(var(--1) * 54);
    width: calc(var(--1) * 54);
    height: calc(var(--1) * 54);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on .style_logo__4uOOG span {
    opacity: 0;
    width: 0;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on ul.style_nav__VkM8c {
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 8);
    padding: calc(var(--1) * 24) calc(var(--1) * 18);
    flex: 1 1;
    border-radius: calc(var(--1) * 16);
    border: 1px solid #0f2a68;
    background: radial-gradient(
      63.89% 57.63% at 36.8% 29.66%,
      #0a3494 0,
      #021136 100%
    );
    box-shadow: 0 12px 164.5px 0 #051b52;
    position: relative;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on ul.style_nav__VkM8c > p {
    padding-inline: calc(var(--1) * 12);
    font-weight: 700;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez {
    margin-top: auto;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--1) * 0);
    height: calc(var(--1) * 52);
    border-radius: calc(var(--1) * 12);
    padding-inline: calc(var(--1) * 21);
    color: #fff;
    font-size: calc(var(--1) * 14);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp
    span {
    width: 0;
    opacity: 0;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp:hover {
    opacity: 0.9;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    .style_sideFoot__l4hez
    .style_button__D_Zxp
    img {
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on ul.style_nav__VkM8c > li > a {
    display: flex;
    padding-inline: calc(var(--1) * 14);
    border-radius: calc(var(--1) * 12);
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    color: var(--white);
    font-size: calc(var(--1) * 16);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: calc(var(--1) * 0.32);
    gap: calc(var(--1) * 0);
    height: calc(var(--1) * 64);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a
    span {
    width: 0;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a
    svg {
    min-width: calc(var(--1) * 36);
    width: calc(var(--1) * 36);
    height: calc(var(--1) * 36);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a
    svg.style_chevron__hCvte {
    width: calc(var(--1) * 0);
    height: calc(var(--1) * 0);
    margin-left: auto;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a
    img {
    min-width: calc(var(--1) * 24);
    width: calc(var(--1) * 24);
    height: calc(var(--1) * 24);
    transform: translateX(15%);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a
    img.style_chevron__hCvte {
    width: calc(var(--1) * 0);
    height: calc(var(--1) * 0);
    margin-left: auto;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a
    .style_new__1O6o_ {
    opacity: 0;
    transition: opacity 0s;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a:hover {
    color: var(--blue);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a.style_active__XzDfO {
    background: var(--Color-Primary-Dark, #018df3);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    > a.style_active__XzDfO:hover {
    color: var(--white);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    .style_dropdown__vcLG7 {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    padding-block: 0;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    .style_dropdown__vcLG7
    li {
    height: 0;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    .style_dropdown__vcLG7
    li
    a {
    font-size: calc(var(--1) * 0);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    ul.style_nav__VkM8c
    > li
    .style_dropdown__vcLG7
    li
    a.style_active__XzDfO {
    color: #4ab3ff;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on .style_sideFoot__l4hez {
    margin-top: auto;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 24);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on .style_sideFoot__l4hez p {
    color: var(--Color-White, #fff);
    font-size: calc(var(--1) * 14);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: calc(var(--1) * 0.32);
    padding-inline: calc(var(--1) * 0);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on .style_profileBox__OgRkH {
    background: var(--bg-2);
    border: 1px solid var(--border-1);
    padding: calc(var(--1) * 16);
    border-radius: calc(var(--1) * 12);
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 0);
    position: relative;
    overflow: hidden;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_profileBox__OgRkH
    .style_currentRank__UE4lp,
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_profileBox__OgRkH
    .style_rankText__pq6dx {
    font-size: 0;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_profileBox__OgRkH
    .style_rank__6tJax {
    display: flex;
    align-items: center;
    gap: calc(var(--1) * 5);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_profileBox__OgRkH
    .style_rank__6tJax
    p {
    font-size: calc(var(--1) * 0);
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    color: #a6b1c5;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_profileBox__OgRkH
    .style_rank__6tJax
    p
    span {
    color: var(--white);
    font-weight: 700;
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_profileBox__OgRkH
    .style_walletAddress__cfllv {
    font-size: calc(var(--1) * 16);
    font-weight: 400;
    line-height: calc(var(--1) * 22);
    letter-spacing: -0.01em;
    color: var(--white);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on .style_profileBox__OgRkH button {
    white-space: wrap;
    color: var(--white);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    text-align: left;
    width: max-content;
    cursor: pointer;
    font-size: calc(var(--1) * 16);
  }
  .style_sidebar__FlOrd.style_collapsed__W42on
    .style_profileBox__OgRkH
    button
    span {
    color: #1d44ff;
  }
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: DM Sans Fallback;
  src: local("Arial");
  ascent-override: 94.9%;
  descent-override: 29.66%;
  line-gap-override: 0%;
  size-adjust: 104.53%;
}
.__className_975d1f {
  font-family: DM Sans, DM Sans Fallback;
  font-style: normal;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/385ac7eeb3c3565f-s.woff2) format("woff2");
  unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0,
    u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/988b23c1e91a29c5-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/6ca6224f9376cc31-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/385ac7eeb3c3565f-s.woff2) format("woff2");
  unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0,
    u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/988b23c1e91a29c5-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/6ca6224f9376cc31-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/385ac7eeb3c3565f-s.woff2) format("woff2");
  unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0,
    u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/988b23c1e91a29c5-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/6ca6224f9376cc31-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/385ac7eeb3c3565f-s.woff2) format("woff2");
  unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0,
    u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/988b23c1e91a29c5-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/6ca6224f9376cc31-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/385ac7eeb3c3565f-s.woff2) format("woff2");
  unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0,
    u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/988b23c1e91a29c5-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/6ca6224f9376cc31-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/385ac7eeb3c3565f-s.woff2) format("woff2");
  unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0,
    u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/988b23c1e91a29c5-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/6ca6224f9376cc31-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/385ac7eeb3c3565f-s.woff2) format("woff2");
  unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0,
    u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/988b23c1e91a29c5-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/6ca6224f9376cc31-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/385ac7eeb3c3565f-s.woff2) format("woff2");
  unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0,
    u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/988b23c1e91a29c5-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Anek Devanagari;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/6ca6224f9376cc31-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Anek Devanagari Fallback;
  src: local("Arial");
  ascent-override: 107.65%;
  descent-override: 73.59%;
  line-gap-override: 0%;
  size-adjust: 94.1%;
}
.__className_665d18 {
  font-family: Anek Devanagari, Anek Devanagari Fallback;
  font-style: normal;
}
.error_error__JbWkt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-bottom: calc(var(--1) * 100);
  position: relative;
  isolation: isolate;
}
.error_error__JbWkt .error_errorBox__7_mTt {
  background: var(--bg-2);
  padding: calc(var(--1) * 32) calc(var(--1) * 48);
  border-radius: calc(var(--1) * 16);
  display: flex;
  flex-direction: column;
  gap: calc(var(--1) * 12);
  border: 1px solid var(--border-1);
  max-width: min(90%, var(--1) * 600);
}
.error_error__JbWkt .error_errorBox__7_mTt .error_logo__A_0Wv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max-content;
  margin-inline: auto;
}
.error_error__JbWkt
  .error_errorBox__7_mTt
  .error_logo__A_0Wv
  .error_logoImg__nP6Lh {
  margin-inline: unset;
}
.error_error__JbWkt
  .error_errorBox__7_mTt
  .error_logo__A_0Wv
  .error_logoImg__nP6Lh
  img {
  width: calc(var(--1) * 163);
  height: calc(var(--1) * 41);
}
.error_error__JbWkt .error_errorBox__7_mTt .error_logo__A_0Wv img {
  margin-inline: unset;
}
.error_error__JbWkt
  .error_errorBox__7_mTt
  .error_logo__A_0Wv
  .error_verified__PT0t3 {
  width: calc(var(--1) * 32);
  height: calc(var(--1) * 32);
}
.error_error__JbWkt .error_errorBox__7_mTt img {
  margin-inline: auto;
}
.error_error__JbWkt .error_errorBox__7_mTt h1 {
  font-size: calc(var(--1) * 28);
  font-weight: 700;
  line-height: calc(var(--1) * 36);
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--white);
}
.error_error__JbWkt .error_errorBox__7_mTt p {
  text-align: center;
}
.error_error__JbWkt .error_errorBox__7_mTt p b {
  color: var(--white);
}
.error_error__JbWkt .error_errorBox__7_mTt .error_buttons__BDx5u {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--1) * 20);
  gap: calc(var(--1) * 24);
}
.error_error__JbWkt .error_errorBox__7_mTt .error_buttons__BDx5u a,
.error_error__JbWkt .error_errorBox__7_mTt .error_buttons__BDx5u button {
  flex: 1 1;
}
.error_error__JbWkt .error_overlay__4PL1r {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200vw;
  height: 200vw;
  background: radial-gradient(
    circle at center,
    var(--bg-opa) 0,
    var(--bg-1) 20%,
    var(--bg-1) 100%
  );
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: transform 0.1 ease-out;
}
.error_error__JbWkt .error_overlay__4PL1r:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at center,
    var(--bg-opa) 0,
    var(--bg-1) 10%,
    var(--bg-1) 100%
  );
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
.error_error__JbWkt .error_overlay__4PL1r.error_active__x7UCs:after {
  opacity: 0;
}
.error_error__JbWkt .error_bg__omQ4Y {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -2;
}
.error_error__JbWkt .error_bg__omQ4Y .error_bgLogo__npgTx {
  position: absolute;
  width: calc(var(--1) * 2400);
  height: calc(var(--1) * 600);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error_error__JbWkt .error_bg__omQ4Y .error_bgLogo__npgTx img {
  width: calc(var(--1) * 2400);
  height: calc(var(--1) * 600);
}
.toast_toast__Hf0vh {
  padding: calc(var(--1) * 10) calc(var(--1) * 20) calc(var(--1) * 12);
  color: var(--white);
  background: var(--bg-2);
  font-size: calc(var(--1) * 18);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  transform: translateX(100%);
  width: calc(var(--1) * 320);
  max-width: calc(var(--1) * 320);
  border-left: 1px solid var(--border-1);
  border: 1px solid var(--border-1);
  border-left: 3px solid rgba(0, 0, 0, 0);
  position: relative;
}
@keyframes toast_deActiveToast__03RvW {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes toast_activeToast__0FNmn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.toast_toast__Hf0vh {
  animation: toast_deActiveToast__03RvW 0.3s ease-in-out forwards;
}
.toast_toast__Hf0vh.toast_active__QAZGz {
  animation: toast_activeToast__0FNmn 0.3s ease-in-out forwards;
}
.toast_toast__Hf0vh.toast_success__NyjXu {
  border-left-color: var(--success);
}
.toast_toast__Hf0vh.toast_error__pRoFq {
  border-left-color: var(--error);
}
.toast_toast__Hf0vh.toast_info__gHO3_ {
  border-left-color: var(--info);
}
.chainCheck_chainCheck__uNmrQ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: min(90vw, var(--1) * 500);
  background: var(--bg-3);
  color: var(--white);
  padding: calc(var(--1) * 48) calc(var(--1) * 32);
  max-width: 100%;
  border: 2px solid var(--border-1);
}
.style_customlink___bLW0 {
  display: flex;
  position: relative;
  padding-bottom: calc(var(--1) * 6);
  font-size: calc(var(--1) * 16);
  letter-spacing: calc(var(--1) * 0.3);
  text-transform: uppercase;
  width: max-content;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}
.style_customlink___bLW0:before {
  transform: translateX(-212%);
}
.style_customlink___bLW0:after,
.style_customlink___bLW0:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: calc(var(--1) * 2);
  transition: transform 0.5s ease-in-out;
}
.style_customlink___bLW0:hover:before {
  transform: translateX(0);
}
.style_customlink___bLW0:hover:after {
  transform: translateX(212%);
}
.style_customlink___bLW0.style_primary__NaDFQ {
  color: var(--primary);
}
.style_customlink___bLW0.style_primary__NaDFQ:after,
.style_customlink___bLW0.style_primary__NaDFQ:before {
  background-color: var(--primary);
}
.style_customlink___bLW0.style_light___QhFW {
  color: var(--white);
}
.style_customlink___bLW0.style_light___QhFW:after,
.style_customlink___bLW0.style_light___QhFW:before {
  background-color: var(--white);
}
.style_customlink___bLW0.style_dark__F5y8x {
  color: var(--dark);
}
.style_customlink___bLW0.style_dark__F5y8x:after,
.style_customlink___bLW0.style_dark__F5y8x:before {
  background-color: var(--dark);
}
