.nuxt-icon svg {
    height:1em;
    margin-bottom:.125em;
    vertical-align:middle;
    width:1em
  }
  .nuxt-icon.nuxt-icon--fill,
  .nuxt-icon.nuxt-icon--fill * {
    fill:currentColor!important
  }
  ul#componentContainer {
    display:inline-flex;
    list-style-type:none;
    padding-inline-start:0
  }
  ul#componentContainer a {
    align-items:center;
    display:flex;
    justify-content:center;
    text-decoration:none
  }
  .Vue-Toastification__container {
    box-sizing:border-box;
    color:#fff;
    display:flex;
    flex-direction:column;
    min-height:100%;
    padding:4px;
    pointer-events:none;
    position:fixed;
    width:600px;
    z-index:9999
  }
  @media only screen and (min-width:600px) {
    .Vue-Toastification__container.top-center,
    .Vue-Toastification__container.top-left,
    .Vue-Toastification__container.top-right {
      top:1em
    }
    .Vue-Toastification__container.bottom-center,
    .Vue-Toastification__container.bottom-left,
    .Vue-Toastification__container.bottom-right {
      bottom:1em;
      flex-direction:column-reverse
    }
    .Vue-Toastification__container.bottom-left,
    .Vue-Toastification__container.top-left {
      left:1em
    }
    .Vue-Toastification__container.bottom-left .Vue-Toastification__toast,
    .Vue-Toastification__container.top-left .Vue-Toastification__toast {
      margin-right:auto
    }
    @supports not (-moz-appearance:none) {
      .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl,
      .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl {
        margin-left:auto;
        margin-right:unset
      }
    }
    .Vue-Toastification__container.bottom-right,
    .Vue-Toastification__container.top-right {
      right:1em
    }
    .Vue-Toastification__container.bottom-right .Vue-Toastification__toast,
    .Vue-Toastification__container.top-right .Vue-Toastification__toast {
      margin-left:auto
    }
    @supports not (-moz-appearance:none) {
      .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl,
      .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl {
        margin-left:unset;
        margin-right:auto
      }
    }
    .Vue-Toastification__container.bottom-center,
    .Vue-Toastification__container.top-center {
      left:50%;
      margin-left:-300px
    }
    .Vue-Toastification__container.bottom-center .Vue-Toastification__toast,
    .Vue-Toastification__container.top-center .Vue-Toastification__toast {
      margin-left:auto;
      margin-right:auto
    }
  }
  @media only screen and (max-width:600px) {
    .Vue-Toastification__container {
      left:0;
      margin:0;
      padding:0;
      width:100vw
    }
    .Vue-Toastification__container .Vue-Toastification__toast {
      width:100%
    }
    .Vue-Toastification__container.top-center,
    .Vue-Toastification__container.top-left,
    .Vue-Toastification__container.top-right {
      top:0
    }
    .Vue-Toastification__container.bottom-center,
    .Vue-Toastification__container.bottom-left,
    .Vue-Toastification__container.bottom-right {
      bottom:0;
      flex-direction:column-reverse
    }
  }
  .Vue-Toastification__toast {
    border-radius:8px;
    box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;
    box-sizing:border-box;
    direction:ltr;
    display:inline-flex;
    font-family:Lato,Lato fallback,Helvetica,Roboto,Arial,sans-serif;
    justify-content:space-between;
    margin-bottom:1rem;
    max-height:800px;
    max-width:600px;
    min-height:64px;
    min-width:326px;
    overflow:hidden;
    padding:22px 24px;
    pointer-events:auto;
    position:relative;
    transform:translateZ(0)
  }
  .Vue-Toastification__toast--rtl {
    direction:rtl
  }
  .Vue-Toastification__toast--default {
    background-color:#1976d2;
    color:#fff
  }
  .Vue-Toastification__toast--info {
    background-color:#2196f3;
    color:#fff
  }
  .Vue-Toastification__toast--success {
    background-color:#4caf50;
    color:#fff
  }
  .Vue-Toastification__toast--error {
    background-color:#ff5252;
    color:#fff
  }
  .Vue-Toastification__toast--warning {
    background-color:#ffc107;
    color:#fff
  }
  @media only screen and (max-width:600px) {
    .Vue-Toastification__toast {
      border-radius:0;
      margin-bottom:.5rem
    }
  }
  .Vue-Toastification__toast-body {
    flex:1;
    font-size:16px;
    line-height:24px;
    white-space:pre-wrap;
    word-break:break-word
  }
  .Vue-Toastification__toast-component-body {
    flex:1
  }
  .Vue-Toastification__toast.disable-transition {
    animation:none!important
  }
  .Vue-Toastification__close-button {
    align-items:center;
    background:transparent;
    border:none;
    color:#fff;
    cursor:pointer;
    font-size:24px;
    font-weight:700;
    line-height:24px;
    opacity:.3;
    outline:none;
    padding:0 0 0 10px;
    transition:.3s ease;
    transition:visibility 0s,opacity .2s linear
  }
  .Vue-Toastification__close-button:focus,
  .Vue-Toastification__close-button:hover {
    opacity:1
  }
  .Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
    opacity:0
  }
  .Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
    padding-left:unset;
    padding-right:10px
  }
  @keyframes scale-x-frames {
    0% {
      transform:scaleX(1)
    }
    to {
      transform:scaleX(0)
    }
  }
  .Vue-Toastification__progress-bar {
    animation:scale-x-frames linear 1 forwards;
    background-color:#ffffffb3;
    bottom:0;
    height:5px;
    left:0;
    position:absolute;
    transform-origin:left;
    width:100%;
    z-index:10000
  }
  .Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
    left:unset;
    right:0;
    transform-origin:right
  }
  .Vue-Toastification__icon {
    align-items:center;
    background:transparent;
    border:none;
    height:100%;
    margin:auto 18px auto 0;
    outline:none;
    padding:0;
    transition:.3s ease;
    width:20px
  }
  .Vue-Toastification__toast--rtl .Vue-Toastification__icon {
    margin:auto 0 auto 18px
  }
  @keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
      animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0% {
      opacity:0;
      transform:translate3d(3000px,0,0)
    }
    60% {
      opacity:1;
      transform:translate3d(-25px,0,0)
    }
    75% {
      transform:translate3d(10px,0,0)
    }
    90% {
      transform:translate3d(-5px,0,0)
    }
    to {
      transform:none
    }
  }
  @keyframes bounceOutRight {
    40% {
      opacity:1;
      transform:translate3d(-20px,0,0)
    }
    to {
      opacity:0;
      transform:translate3d(1000px,0,0)
    }
  }
  @keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
      animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0% {
      opacity:0;
      transform:translate3d(-3000px,0,0)
    }
    60% {
      opacity:1;
      transform:translate3d(25px,0,0)
    }
    75% {
      transform:translate3d(-10px,0,0)
    }
    90% {
      transform:translate3d(5px,0,0)
    }
    to {
      transform:none
    }
  }
  @keyframes bounceOutLeft {
    20% {
      opacity:1;
      transform:translate3d(20px,0,0)
    }
    to {
      opacity:0;
      transform:translate3d(-2000px,0,0)
    }
  }
  @keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
      animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0% {
      opacity:0;
      transform:translate3d(0,3000px,0)
    }
    60% {
      opacity:1;
      transform:translate3d(0,-20px,0)
    }
    75% {
      transform:translate3d(0,10px,0)
    }
    90% {
      transform:translate3d(0,-5px,0)
    }
    to {
      transform:translateZ(0)
    }
  }
  @keyframes bounceOutUp {
    20% {
      transform:translate3d(0,-10px,0)
    }
    40%,
    45% {
      opacity:1;
      transform:translate3d(0,20px,0)
    }
    to {
      opacity:0;
      transform:translate3d(0,-2000px,0)
    }
  }
  @keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
      animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0% {
      opacity:0;
      transform:translate3d(0,-3000px,0)
    }
    60% {
      opacity:1;
      transform:translate3d(0,25px,0)
    }
    75% {
      transform:translate3d(0,-10px,0)
    }
    90% {
      transform:translate3d(0,5px,0)
    }
    to {
      transform:none
    }
  }
  @keyframes bounceOutDown {
    20% {
      transform:translate3d(0,10px,0)
    }
    40%,
    45% {
      opacity:1;
      transform:translate3d(0,-20px,0)
    }
    to {
      opacity:0;
      transform:translate3d(0,2000px,0)
    }
  }
  .Vue-Toastification__bounce-enter-active.bottom-left,
  .Vue-Toastification__bounce-enter-active.top-left {
    animation-name:bounceInLeft
  }
  .Vue-Toastification__bounce-enter-active.bottom-right,
  .Vue-Toastification__bounce-enter-active.top-right {
    animation-name:bounceInRight
  }
  .Vue-Toastification__bounce-enter-active.top-center {
    animation-name:bounceInDown
  }
  .Vue-Toastification__bounce-enter-active.bottom-center {
    animation-name:bounceInUp
  }
  .Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left,
  .Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left {
    animation-name:bounceOutLeft
  }
  .Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right,
  .Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right {
    animation-name:bounceOutRight
  }
  .Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center {
    animation-name:bounceOutUp
  }
  .Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center {
    animation-name:bounceOutDown
  }
  .Vue-Toastification__bounce-enter-active,
  .Vue-Toastification__bounce-leave-active {
    animation-duration:.75s;
    animation-fill-mode:both
  }
  .Vue-Toastification__bounce-move {
    transition-duration:.4s;
    transition-property:all;
    transition-timing-function:ease-in-out
  }
  @keyframes fadeOutTop {
    0% {
      opacity:1;
      transform:translateY(0)
    }
    to {
      opacity:0;
      transform:translateY(-50px)
    }
  }
  @keyframes fadeOutLeft {
    0% {
      opacity:1;
      transform:translate(0)
    }
    to {
      opacity:0;
      transform:translate(-50px)
    }
  }
  @keyframes fadeOutBottom {
    0% {
      opacity:1;
      transform:translateY(0)
    }
    to {
      opacity:0;
      transform:translateY(50px)
    }
  }
  @keyframes fadeOutRight {
    0% {
      opacity:1;
      transform:translate(0)
    }
    to {
      opacity:0;
      transform:translate(50px)
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity:0;
      transform:translate(-50px)
    }
    to {
      opacity:1;
      transform:translate(0)
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity:0;
      transform:translate(50px)
    }
    to {
      opacity:1;
      transform:translate(0)
    }
  }
  @keyframes fadeInTop {
    0% {
      opacity:0;
      transform:translateY(-50px)
    }
    to {
      opacity:1;
      transform:translateY(0)
    }
  }
  @keyframes fadeInBottom {
    0% {
      opacity:0;
      transform:translateY(50px)
    }
    to {
      opacity:1;
      transform:translateY(0)
    }
  }
  .Vue-Toastification__fade-enter-active.bottom-left,
  .Vue-Toastification__fade-enter-active.top-left {
    animation-name:fadeInLeft
  }
  .Vue-Toastification__fade-enter-active.bottom-right,
  .Vue-Toastification__fade-enter-active.top-right {
    animation-name:fadeInRight
  }
  .Vue-Toastification__fade-enter-active.top-center {
    animation-name:fadeInTop
  }
  .Vue-Toastification__fade-enter-active.bottom-center {
    animation-name:fadeInBottom
  }
  .Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left,
  .Vue-Toastification__fade-leave-active:not(.disable-transition).top-left {
    animation-name:fadeOutLeft
  }
  .Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right,
  .Vue-Toastification__fade-leave-active:not(.disable-transition).top-right {
    animation-name:fadeOutRight
  }
  .Vue-Toastification__fade-leave-active:not(.disable-transition).top-center {
    animation-name:fadeOutTop
  }
  .Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center {
    animation-name:fadeOutBottom
  }
  .Vue-Toastification__fade-enter-active,
  .Vue-Toastification__fade-leave-active {
    animation-duration:.75s;
    animation-fill-mode:both
  }
  .Vue-Toastification__fade-move {
    transition-duration:.4s;
    transition-property:all;
    transition-timing-function:ease-in-out
  }
  @keyframes slideInBlurredLeft {
    0% {
      filter:blur(40px);
      opacity:0;
      transform:translate(-1000px) scaleX(2.5) scaleY(.2);
      transform-origin:100% 50%
    }
    to {
      filter:blur(0);
      opacity:1;
      transform:translate(0) scaleY(1) scaleX(1);
      transform-origin:50% 50%
    }
  }
  @keyframes slideInBlurredTop {
    0% {
      filter:blur(240px);
      opacity:0;
      transform:translateY(-1000px) scaleY(2.5) scaleX(.2);
      transform-origin:50% 0
    }
    to {
      filter:blur(0);
      opacity:1;
      transform:translateY(0) scaleY(1) scaleX(1);
      transform-origin:50% 50%
    }
  }
  @keyframes slideInBlurredRight {
    0% {
      filter:blur(40px);
      opacity:0;
      transform:translate(1000px) scaleX(2.5) scaleY(.2);
      transform-origin:0 50%
    }
    to {
      filter:blur(0);
      opacity:1;
      transform:translate(0) scaleY(1) scaleX(1);
      transform-origin:50% 50%
    }
  }
  @keyframes slideInBlurredBottom {
    0% {
      filter:blur(240px);
      opacity:0;
      transform:translateY(1000px) scaleY(2.5) scaleX(.2);
      transform-origin:50% 100%
    }
    to {
      filter:blur(0);
      opacity:1;
      transform:translateY(0) scaleY(1) scaleX(1);
      transform-origin:50% 50%
    }
  }
  @keyframes slideOutBlurredTop {
    0% {
      filter:blur(0);
      opacity:1;
      transform:translateY(0) scaleY(1) scaleX(1);
      transform-origin:50% 0
    }
    to {
      filter:blur(240px);
      opacity:0;
      transform:translateY(-1000px) scaleY(2) scaleX(.2);
      transform-origin:50% 0
    }
  }
  @keyframes slideOutBlurredBottom {
    0% {
      filter:blur(0);
      opacity:1;
      transform:translateY(0) scaleY(1) scaleX(1);
      transform-origin:50% 50%
    }
    to {
      filter:blur(240px);
      opacity:0;
      transform:translateY(1000px) scaleY(2) scaleX(.2);
      transform-origin:50% 100%
    }
  }
  @keyframes slideOutBlurredLeft {
    0% {
      filter:blur(0);
      opacity:1;
      transform:translate(0) scaleY(1) scaleX(1);
      transform-origin:50% 50%
    }
    to {
      filter:blur(40px);
      opacity:0;
      transform:translate(-1000px) scaleX(2) scaleY(.2);
      transform-origin:100% 50%
    }
  }
  @keyframes slideOutBlurredRight {
    0% {
      filter:blur(0);
      opacity:1;
      transform:translate(0) scaleY(1) scaleX(1);
      transform-origin:50% 50%
    }
    to {
      filter:blur(40px);
      opacity:0;
      transform:translate(1000px) scaleX(2) scaleY(.2);
      transform-origin:0 50%
    }
  }
  .Vue-Toastification__slideBlurred-enter-active.bottom-left,
  .Vue-Toastification__slideBlurred-enter-active.top-left {
    animation-name:slideInBlurredLeft
  }
  .Vue-Toastification__slideBlurred-enter-active.bottom-right,
  .Vue-Toastification__slideBlurred-enter-active.top-right {
    animation-name:slideInBlurredRight
  }
  .Vue-Toastification__slideBlurred-enter-active.top-center {
    animation-name:slideInBlurredTop
  }
  .Vue-Toastification__slideBlurred-enter-active.bottom-center {
    animation-name:slideInBlurredBottom
  }
  .Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left,
  .Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left {
    animation-name:slideOutBlurredLeft
  }
  .Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right,
  .Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right {
    animation-name:slideOutBlurredRight
  }
  .Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center {
    animation-name:slideOutBlurredTop
  }
  .Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center {
    animation-name:slideOutBlurredBottom
  }
  .Vue-Toastification__slideBlurred-enter-active,
  .Vue-Toastification__slideBlurred-leave-active {
    animation-duration:.75s;
    animation-fill-mode:both
  }
  .Vue-Toastification__slideBlurred-move {
    transition-duration:.4s;
    transition-property:all;
    transition-timing-function:ease-in-out
  }
  .modal[data-v-21f27b1f] {
    align-items:center;
    display:flex;
    height:100%;
    justify-content:center;
    overflow:auto;
    position:fixed;
    right:0;
    top:0;
    transition:all .3s ease-in;
    width:100%;
    z-index:10001
  }
  .modal__body[data-v-21f27b1f] {
    text-align:center;
    z-index:1000
  }
  .modal__header[data-v-21f27b1f] {
    position:relative
  }
  .modal__overlay[data-v-21f27b1f] {
    background:rgba(11,15,28,.5);
    height:100vh;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:1
  }
  .modal__overlay--blured[data-v-21f27b1f] {
    -webkit-backdrop-filter:blur(.6944444444vw);
    backdrop-filter:blur(.6944444444vw)
  }
  .modal__cancel[data-v-21f27b1f] {
    width:8.3333333333vw
  }
  .modal__close[data-v-21f27b1f] {
    display:block
  }
  .modal__close-icon[data-v-21f27b1f] {
    cursor:pointer;
    height:.8333333333vw;
    position:absolute;
    right:1.3888888889vw;
    top:1.0416666667vw;
    width:.8333333333vw;
    z-index:1000
  }
  @media screen and (max-width:991.5px) {
    .modal__cancel[data-v-21f27b1f] {
      width:15.625vw
    }
    .modal__close-icon[data-v-21f27b1f] {
      height:1.5625vw;
      right:2.6041666667vw;
      top:1.953125vw;
      width:1.5625vw
    }
    .modal__overlay--blured[data-v-21f27b1f] {
      -webkit-backdrop-filter:blur(1.3020833333vw);
      backdrop-filter:blur(1.3020833333vw)
    }
  }
  @media screen and (max-width:767.5px) {
    .modal__overlay--blured[data-v-21f27b1f] {
      -webkit-backdrop-filter:blur(2.6666666667vw);
      backdrop-filter:blur(2.6666666667vw)
    }
    .modal__close[data-v-21f27b1f] {
      align-items:center;
      display:flex;
      height:5.3333333333vw;
      justify-content:center;
      width:5.3333333333vw
    }
    .modal__close-icon[data-v-21f27b1f] {
      height:5.3333333333vw;
      height:3.2vw;
      right:5.3333333333vw;
      top:10.6666666667vw;
      width:2.6666666667vw;
      width:3.2vw
    }
  }
  .success-deposit[data-v-ed568f66] {
    align-items:center;
    animation:pulse-desktop-ed568f66 1.8s linear infinite;
    background:url(./success-deposit-ido-bg.72b8a63d.webp);
    background-repeat:no-repeat;
    background-size:cover;
    border:.0694444444vw solid #f7931a;
    border-radius:1.3888888889vw;
    box-shadow:0 0 1.6666666667vw #f7931a4d;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:5.8333333333vw 0;
    text-align:center;
    width:25vw
  }
  @media screen and (max-width:991.5px) {
    .success-deposit[data-v-ed568f66] {
      animation:pulse-tablet-ed568f66 1.8s linear infinite;
      border:.1302083333vw solid #f7931a;
      border-radius:2.6041666667vw;
      box-shadow:0 0 3.125vw #f7931a4d;
      height:100%;
      padding:10.9375vw 0;
      width:46.875vw
    }
  }
  @media screen and (max-width:767.5px) {
    .success-deposit[data-v-ed568f66] {
      animation:pulse-mobile-ed568f66 1.8s linear infinite;
      border:.2666666667vw solid #f7931a;
      border-radius:5.3333333333vw;
      box-shadow:0 0 6.4vw #f7931a4d;
      padding:22.4vw 0;
      width:94.6666666667vw
    }
  }
  .success-deposit__title[data-v-ed568f66] {
    color:#fff;
    font-size:1.3888888889vw;
    font-style:normal;
    font-weight:700;
    line-height:130%;
    margin-bottom:.6944444444vw;
    text-align:center
  }
  @media screen and (max-width:991.5px) {
    .success-deposit__title[data-v-ed568f66] {
      font-size:2.6041666667vw;
      margin-bottom:1.3020833333vw
    }
  }
  @media screen and (max-width:767.5px) {
    .success-deposit__title[data-v-ed568f66] {
      font-size:5.3333333333vw;
      margin-bottom:2.6666666667vw
    }
  }
  .success-deposit__text[data-v-ed568f66] {
    color:#b8c5e8;
    font-size:.8333333333vw;
    font-style:normal;
    font-weight:600;
    letter-spacing:.0083333333vw;
    line-height:160%;
    opacity:.7;
    text-align:center
  }
  @media screen and (max-width:991.5px) {
    .success-deposit__text[data-v-ed568f66] {
      font-size:1.5625vw;
      letter-spacing:.015625vw
    }
  }
  @media screen and (max-width:767.5px) {
    .success-deposit__text[data-v-ed568f66] {
      font-size:3.2vw;
      letter-spacing:.032vw
    }
  }
  .success-deposit__image-wrapper[data-v-ed568f66] {
    height:4.5833333333vw;
    margin-bottom:1.1111111111vw;
    margin-top:2.0833333333vw;
    position:relative;
    width:7.9166666667vw
  }
  @media screen and (max-width:991.5px) {
    .success-deposit__image-wrapper[data-v-ed568f66] {
      height:8.59375vw;
      margin-bottom:2.0833333333vw;
      margin-top:3.90625vw;
      width:14.84375vw
    }
  }
  @media screen and (max-width:767.5px) {
    .success-deposit__image-wrapper[data-v-ed568f66] {
      height:17.6vw;
      margin-bottom:4.2666666667vw;
      margin-top:8vw;
      width:30.4vw
    }
  }
  .success-deposit__image-wrapper [data-v-ed568f66] {
    height:100%;
    position:relative;
    width:100%;
    z-index:2
  }
  .success-deposit__image-wrapper[data-v-ed568f66]:before {
    background:#b681ff 50%/cover no-repeat;
    border-radius:50%;
    content:"";
    filter:blur(1.6666666667vw);
    height:100%;
    left:50%;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%);
    width:100%;
    z-index:1
  }
  .success-deposit__amount[data-v-ed568f66] {
    color:#fff;
    font-size:1.1111111111vw;
    font-style:normal;
    font-weight:700;
    line-height:140%;
    text-align:center
  }
  @media screen and (max-width:991.5px) {
    .success-deposit__amount[data-v-ed568f66] {
      font-size:2.0833333333vw
    }
  }
  @media screen and (max-width:767.5px) {
    .success-deposit__amount[data-v-ed568f66] {
      font-size:4.2666666667vw
    }
  }
  .success-deposit__claim[data-v-ed568f66] {
    height:3.8888888889vw;
    margin-top:2.0833333333vw;
    min-width:auto;
    width:13.1944444444vw
  }
  @media screen and (max-width:991.5px) {
    .success-deposit__claim[data-v-ed568f66] {
      height:7.2916666667vw;
      margin-top:3.90625vw;
      width:24.7395833333vw
    }
  }
  @media screen and (max-width:767.5px) {
    .success-deposit__claim[data-v-ed568f66] {
      height:14.9333333333vw;
      margin-top:8vw;
      width:50.6666666667vw
    }
  }
  @keyframes pulse-desktop-ed568f66 {
    0% {
      box-shadow:0 0 #f7931a80
    }
    70% {
      box-shadow:0 0 1.6666666667vw #f7931a80
    }
    to {
      box-shadow:0 0 #f7931a
    }
  }
  @keyframes pulse-tablet-ed568f66 {
    0% {
      box-shadow:0 0 #f7931a80
    }
    70% {
      box-shadow:0 0 3.125vw #f7931a80
    }
    to {
      box-shadow:0 0 #f7931a
    }
  }
  @keyframes pulse-mobile-ed568f66 {
    0% {
      box-shadow:0 0 #f7931a80
    }
    70% {
      box-shadow:0 0 6.4vw #f7931a80
    }
    to {
      box-shadow:0 0 #f7931a
    }
  }
  .purchase-notifications[data-v-9546b38d] {
    display:flex;
    flex-direction:column;
    gap:.5555555556vw;
    max-width:20.1388888889vw;
    position:fixed;
    right:1.3888888889vw;
    top:6.9444444444vw;
    z-index:1000
  }
  @media screen and (max-width:991.5px) {
    .purchase-notifications[data-v-9546b38d] {
      gap:1.0416666667vw;
      max-width:37.7604166667vw;
      right:2.6041666667vw;
      top:13.0208333333vw
    }
  }
  @media screen and (max-width:767.5px) {
    .purchase-notifications[data-v-9546b38d] {
      gap:2.1333333333vw;
      max-width:77.3333333333vw;
      right:0;
      top:26.6666666667vw
    }
  }
  .purchase-notifications__list[data-v-9546b38d] {
    display:flex;
    flex-direction:column;
    gap:.5555555556vw
  }
  @media screen and (max-width:991.5px) {
    .purchase-notifications__list[data-v-9546b38d] {
      gap:1.0416666667vw
    }
  }
  @media screen and (max-width:767.5px) {
    .purchase-notifications__list[data-v-9546b38d] {
      gap:2.1333333333vw
    }
  }
  .purchase-notifications__item[data-v-9546b38d] {
    align-items:center;
    background:#182447;
    border-radius:.6944444444vw;
    box-shadow:0 .2777777778vw 4.8611111111vw #00000026;
    display:flex;
    gap:.8333333333vw;
    padding:.8333333333vw
  }
  @media screen and (max-width:991.5px) {
    .purchase-notifications__item[data-v-9546b38d] {
      border-radius:1.3020833333vw;
      box-shadow:0 .5208333333vw 9.1145833333vw #00000026;
      gap:1.5625vw;
      padding:1.5625vw
    }
  }
  @media screen and (max-width:767.5px) {
    .purchase-notifications__item[data-v-9546b38d] {
      border-radius:2.6666666667vw;
      box-shadow:0 1.0666666667vw 18.6666666667vw #00000026;
      gap:3.2vw;
      padding:3.2vw
    }
  }
  .purchase-notifications__icon[data-v-9546b38d] {
    height:1.25vw;
    width:2.2916666667vw
  }
  @media screen and (max-width:991.5px) {
    .purchase-notifications__icon[data-v-9546b38d] {
      height:2.34375vw;
      width:4.296875vw
    }
  }
  @media screen and (max-width:767.5px) {
    .purchase-notifications__icon[data-v-9546b38d] {
      height:4.8vw;
      width:8.8vw
    }
  }
  .purchase-notifications__content[data-v-9546b38d] {
    display:flex;
    flex:1;
    flex-direction:column;
    gap:.2777777778vw;
    min-width:0
  }
  @media screen and (max-width:991.5px) {
    .purchase-notifications__content[data-v-9546b38d] {
      gap:.5208333333vw
    }
  }
  @media screen and (max-width:767.5px) {
    .purchase-notifications__content[data-v-9546b38d] {
      gap:1.0666666667vw
    }
  }
  .purchase-notifications__detail[data-v-9546b38d] {
    align-items:center;
    display:flex;
    font-size:.7638888889vw;
    gap:.6944444444vw
  }
  @media screen and (max-width:991.5px) {
    .purchase-notifications__detail[data-v-9546b38d] {
      font-size:1.4322916667vw;
      gap:1.3020833333vw
    }
  }
  @media screen and (max-width:767.5px) {
    .purchase-notifications__detail[data-v-9546b38d] {
      font-size:2.9333333333vw;
      gap:2.6666666667vw
    }
  }
  .purchase-notifications__address[data-v-9546b38d] {
    color:#b8c5e8
  }
  .purchase-notifications__text[data-v-9546b38d] {
    color:#fff
  }
  .purchase-notifications__close[data-v-9546b38d] {
    background:none;
    border:none;
    cursor:pointer;
    flex-shrink:0;
    line-height:1;
    padding:0
  }
  .purchase-notifications__close:hover .purchase-notifications__close-icon[data-v-9546b38d] {
    opacity:.4
  }
  .purchase-notifications__close-icon[data-v-9546b38d] {
    display:block;
    height:1.25vw;
    width:1.25vw
  }
  @media screen and (max-width:991.5px) {
    .purchase-notifications__close-icon[data-v-9546b38d] {
      height:2.34375vw;
      width:2.34375vw
    }
  }
  @media screen and (max-width:767.5px) {
    .purchase-notifications__close-icon[data-v-9546b38d] {
      height:4.8vw;
      width:4.8vw
    }
  }
  .page-enter-active,
  .page-leave-active {
    transition:opacity .3s
  }
  .page-enter,
  .page-leave-active {
    opacity:0
  }
  .layout-enter-active,
  .layout-leave-active {
    transition:opacity .3s
  }
  .layout-enter,
  .layout-leave-active {
    opacity:0
  }
  .button[data-v-56c78991] {
    border:none;
    border-radius:4.1666666667vw;
    color:#fff;
    cursor:pointer;
    font-family:Mont,Mont fallback,Avenir Black,sans-serif;
    font-size:.7638888889vw;
    font-weight:800;
    justify-content:center;
    line-height:140%;
    padding:1.3888888889vw 2.7777777778vw;
    position:relative;
    text-decoration:none;
    transition:all .4s;
    width:100%!important;
    width:-moz-max-content;
    width:max-content
  }
  .button[data-v-56c78991],
  .button_svg[data-v-56c78991] {
    align-items:center;
    display:flex
  }
  .button_svg[data-v-56c78991] {
    height:1.25vw;
    margin-left:.6944444444vw;
    width:1.25vw
  }
  .button_svg[data-v-56c78991] svg {
    height:1.25vw;
    width:1.25vw
  }
  .button_svg[data-v-56c78991] svg path {
    fill:none!important
  }
  .button_svg_arrow-stick[data-v-56c78991] {
    transform:rotate(45deg)
  }
  .button_svg_arrow-stick[data-v-56c78991] svg path {
    stroke:#fff
  }
  .button_blue[data-v-56c78991] {
    background:#0036f3
  }
  .button_blue[data-v-56c78991]:hover {
    background:#144aff
  }
  .button_gradient[data-v-56c78991] {
    background:linear-gradient(291.64deg,#151cea 37.49%,#734de1 101.67%)
  }
  .button_gradient[data-v-56c78991]:hover {
    background:linear-gradient(291.64deg,#2129ff 37.49%,#7c4fff 101.67%)
  }
  .button_white[data-v-56c78991] {
    background:#fff;
    color:#0036f3
  }
  .button_white[data-v-56c78991] svg path {
    stroke:#0036f3
  }
  .button_white[data-v-56c78991]:hover {
    color:#144aff
  }
  .button_secondary[data-v-56c78991] {
    background:rgba(37,113,255,.1);
    color:#2571ff
  }
  .button_secondary[data-v-56c78991]:hover {
    background:rgba(37,113,255,.15);
    color:#3985ff
  }
  .button_small[data-v-56c78991] {
    padding:1.0416666667vw 2.0833333333vw
  }
  .button_rectangle[data-v-56c78991] {
    border-radius:.8333333333vw
  }
  .button_link[data-v-56c78991] {
    background:none;
    color:#2571ff;
    padding:.3472222222vw
  }
  .button_link[data-v-56c78991] svg path {
    stroke:#2571ff
  }
  .button_link[data-v-56c78991]:hover {
    color:#3985ff
  }
  .button_link[data-v-56c78991]:hover svg path {
    stroke:#3985ff
  }
  .button_load[data-v-56c78991] {
    background:rgba(15,22,43,.5);
    border-radius:.8333333333vw;
    color:#2571ff
  }
  .button_load[data-v-56c78991]:hover {
    background:#0f162b;
    color:#3985ff
  }
  .button_loader[data-v-56c78991] {
    align-items:center;
    background:#0f162b;
    border-radius:.8333333333vw;
    display:flex;
    height:100%;
    justify-content:center;
    left:0;
    position:absolute;
    top:0;
    transform:translate(50% 50%);
    width:100%
  }
  .button_loader[data-v-56c78991] svg {
    animation:rot-56c78991 1s linear 0s infinite;
    height:1.6666666667vw;
    transform-origin:center;
    width:1.6666666667vw
  }
  .button_wide[data-v-56c78991] {
    padding:1.3888888889vw 4.7916666667vw
  }
  .button_none[data-v-56c78991] {
    pointer-events:none
  }
  .button_soon[data-v-56c78991] {
    background:#182447;
    color:#5269a5;
    padding:.8333333333vw .6944444444vw .8333333333vw 2.0833333333vw
  }
  .button_soon-svg[data-v-56c78991] {
    background:linear-gradient(291.64deg,rgba(33,41,255,.2) 37.49%,rgba(124,79,255,.2) 101.67%);
    border-radius:3.4722222222vw;
    color:#2571ff;
    font-family:Mont,Mont fallback;
    font-size:.6944444444vw;
    font-style:normal;
    font-weight:800;
    letter-spacing:.01em;
    line-height:120%;
    margin-left:.6944444444vw;
    opacity:.7;
    padding:.5208333333vw .6944444444vw;
    text-transform:uppercase
  }
  @media screen and (max-width:991.5px) {
    .button[data-v-56c78991] {
      border-radius:7.8125vw;
      font-size:1.4322916667vw;
      padding:2.6041666667vw 5.2083333333vw
    }
    .button_svg[data-v-56c78991] {
      margin-left:1.3020833333vw
    }
    .button_svg[data-v-56c78991],
    .button_svg svg[data-v-56c78991] {
      height:2.34375vw;
      width:2.34375vw
    }
    .button_small[data-v-56c78991] {
      padding:1.953125vw 3.90625vw
    }
    .button_rectangle[data-v-56c78991] {
      border-radius:1.5625vw
    }
    .button_link[data-v-56c78991] {
      padding:.6510416667vw
    }
    .button_load[data-v-56c78991],
    .button_loader[data-v-56c78991] {
      border-radius:1.5625vw
    }
    .button_loader[data-v-56c78991] svg {
      height:3.125vw;
      width:3.125vw
    }
    .button_wide[data-v-56c78991] {
      padding:2.6041666667vw 8.984375vw
    }
    .button_soon[data-v-56c78991] {
      padding:1.5625vw 1.3020833333vw 1.5625vw 3.90625vw
    }
    .button_soon-svg[data-v-56c78991] {
      border-radius:6.5104166667vw;
      font-size:1.3020833333vw;
      margin-left:1.3020833333vw;
      padding:.9765625vw 1.3020833333vw
    }
  }
  @media screen and (max-width:767.5px) {
    .button[data-v-56c78991] {
      border-radius:16vw;
      font-size:3.4666666667vw;
      padding:5.3333333333vw 10.6666666667vw
    }
    .button_svg[data-v-56c78991] {
      height:4.8vw;
      margin-left:2.6666666667vw;
      width:4.8vw
    }
    .button_svg[data-v-56c78991] svg {
      height:4.8vw;
      width:4.8vw
    }
    .button_small[data-v-56c78991] {
      padding:4vw 8vw
    }
    .button_rectangle[data-v-56c78991] {
      border-radius:3.2vw
    }
    .button_link[data-v-56c78991] {
      padding:1.3333333333vw
    }
    .button_load[data-v-56c78991],
    .button_loader[data-v-56c78991] {
      border-radius:3.2vw
    }
    .button_loader[data-v-56c78991] svg {
      height:6.4vw;
      width:6.4vw
    }
    .button_wide[data-v-56c78991] {
      padding:5.3333333333vw 18.4vw
    }
  }
  @keyframes rot-56c78991 {
    0% {
      transform:rotate(0)
    }
    to {
      transform:rotate(1turn)
    }
  }
  .error[data-v-d388217b] {
    align-items:center;
    display:flex;
    flex-direction:column;
    height:100vh;
    justify-content:center;
    overflow:hidden;
    padding:10.2083333333vw 0;
    position:relative;
    z-index:1
  }
  .error__bg[data-v-d388217b] {
    bottom:0;
    height:100%;
    left:0;
    -o-object-fit:cover;
    object-fit:cover;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:-1
  }
  .error__wrapper[data-v-d388217b] {
    align-items:center;
    display:flex;
    flex-direction:column;
    margin:0 auto;
    width:55.5555555556vw
  }
  .error__wrapper-img[data-v-d388217b] {
    align-items:center;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    margin-bottom:3.8888888889vw
  }
  .error__title[data-v-d388217b] {
    color:#fff;
    font-family:Mont,Mont fallback;
    font-size:2.5vw;
    font-style:normal;
    font-weight:800;
    line-height:120%;
    margin-bottom:3.8888888889vw;
    text-align:center;
    width:28.4722222222vw
  }
  .error__img[data-v-d388217b] {
    display:block;
    margin-right:2.0833333333vw;
    -o-object-fit:cover;
    object-fit:cover;
    width:16.6666666667vw
  }
  .error__img[data-v-d388217b]:first-child {
    animation:fly-d388217b 2s linear 0s infinite
  }
  .error__img[data-v-d388217b]:nth-child(2) {
    animation:fly-d388217b 2.5s linear 0s infinite
  }
  .error__img[data-v-d388217b]:last-child {
    animation:fly-d388217b 3s linear 0s infinite;
    margin-right:0
  }
  .error__btn[data-v-d388217b] .button {
    width:13.8888888889vw
  }
  @media screen and (max-width:991.5px) {
    .error[data-v-d388217b] {
      padding:19.53125vw 0
    }
    .error__wrapper[data-v-d388217b] {
      width:100%
    }
    .error__title[data-v-d388217b],
    .error__wrapper-img[data-v-d388217b] {
      margin-bottom:7.2916666667vw
    }
    .error__title[data-v-d388217b] {
      font-size:4.6875vw;
      width:53.3854166667vw
    }
    .error__img[data-v-d388217b],
    .error__btn[data-v-d388217b] .button {
      width:26.0416666667vw
    }
  }
  @media screen and (max-width:767.5px) {
    .error[data-v-d388217b] {
      padding:40vw 0
    }
    .error__title[data-v-d388217b] {
      font-size:8vw;
      margin-bottom:8vw;
      width:77.8666666667vw
    }
    .error__wrapper-img[data-v-d388217b] {
      margin-bottom:26.6666666667vw
    }
    .error__img[data-v-d388217b] {
      width:26.6666666667vw
    }
    .error__btn[data-v-d388217b] .button {
      width:53.3333333333vw
    }
  }
  @keyframes fly-d388217b {
    0% {
      transform:translate(0)
    }
    25% {
      transform:translateY(-10%)
    }
    75% {
      transform:translateY(10%)
    }
    to {
      transform:translate(0)
    }
  }
  .modal[data-v-21f27b1f] {
    align-items:center;
    display:flex;
    height:100%;
    justify-content:center;
    overflow:auto;
    position:fixed;
    right:0;
    top:0;
    transition:all .3s ease-in;
    width:100%;
    z-index:10001
  }
  .modal__body[data-v-21f27b1f] {
    text-align:center;
    z-index:1000
  }
  .modal__header[data-v-21f27b1f] {
    position:relative
  }
  .modal__overlay[data-v-21f27b1f] {
    background:rgba(11,15,28,.5);
    height:100vh;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:1
  }
  .modal__overlay--blured[data-v-21f27b1f] {
    -webkit-backdrop-filter:blur(.6944444444vw);
    backdrop-filter:blur(.6944444444vw)
  }
  .modal__cancel[data-v-21f27b1f] {
    width:8.3333333333vw
  }
  .modal__close[data-v-21f27b1f] {
    display:block
  }
  .modal__close-icon[data-v-21f27b1f] {
    cursor:pointer;
    height:.8333333333vw;
    position:absolute;
    right:1.3888888889vw;
    top:1.0416666667vw;
    width:.8333333333vw;
    z-index:1000
  }
  @media screen and (max-width:991.5px) {
    .modal__cancel[data-v-21f27b1f] {
      width:15.625vw
    }
    .modal__close-icon[data-v-21f27b1f] {
      height:1.5625vw;
      right:2.6041666667vw;
      top:1.953125vw;
      width:1.5625vw
    }
    .modal__overlay--blured[data-v-21f27b1f] {
      -webkit-backdrop-filter:blur(1.3020833333vw);
      backdrop-filter:blur(1.3020833333vw)
    }
  }
  @media screen and (max-width:767.5px) {
    .modal__overlay--blured[data-v-21f27b1f] {
      -webkit-backdrop-filter:blur(2.6666666667vw);
      backdrop-filter:blur(2.6666666667vw)
    }
    .modal__close[data-v-21f27b1f] {
      align-items:center;
      display:flex;
      height:5.3333333333vw;
      justify-content:center;
      width:5.3333333333vw
    }
    .modal__close-icon[data-v-21f27b1f] {
      height:5.3333333333vw;
      height:3.2vw;
      right:5.3333333333vw;
      top:10.6666666667vw;
      width:2.6666666667vw;
      width:3.2vw
    }
  }

  :root {
    --w3m-color-mix: #070A1A;
    --w3m-accent: #0036F3;
    --w3m-default: #fff;

    --wui-color-blue-base-100: #47a1ff;

    --wui-color-accent-base-100: var(--w3m-accent);
    --wui-color-accent-base-090: #59aaff;
    --wui-color-accent-base-080: #6cb4ff;

    --wui-accent-glass-base-090: rgba(71, 161, 255, 0.9);
    --wui-accent-glass-base-080: rgba(71, 161, 255, 0.8);
    --wui-accent-glass-base-020: rgba(71, 161, 255, 0.2);
    --wui-accent-glass-base-015: rgba(71, 161, 255, 0.15);
    --wui-accent-glass-base-010: rgba(71, 161, 255, 0.1);
    --wui-accent-glass-base-005: rgba(71, 161, 255, 0.05);
    --wui-accent-glass-base-002: rgba(71, 161, 255, 0.02);

    --wui-color-fg-base-100: #e4e7e7;
    --wui-color-fg-base-125: #d0d5d5;
    --wui-color-fg-base-150: #a8b1b1;
    --wui-color-fg-base-175: #a8b0b0;
    --wui-color-fg-base-200: #949e9e;
    --wui-color-fg-base-225: #868f8f;
    --wui-color-fg-base-250: #788080;
    --wui-color-fg-base-275: #788181;
    --wui-color-fg-base-300: #6e7777;

    --wui-color-bg-base-100: #141414;
    --wui-color-bg-base-125: #191a1a;
    --wui-color-bg-base-150: #1e1f1f;
    --wui-color-bg-base-175: #222525;
    --wui-color-bg-base-200: #272a2a;
    --wui-color-bg-base-225: #2c3030;
    --wui-color-bg-base-250: #313535;
    --wui-color-bg-base-275: #363b3b;
    --wui-color-bg-base-300: #3b4040;

    --wui-color-success-base-100: #26d962;
    --wui-color-error-base-100: #f25a67;

    --wui-icon-box-bg-error-base-100: #3c2426;
    --wui-icon-box-bg-blue-base-100: #20303f;
    --wui-icon-box-bg-success-base-100: #1f3a28;
    --wui-icon-box-bg-inverse-base-100: #243240;

    --wui-all-wallets-bg-base-100: #222b35;

    --wui-avatar-border-base: #252525;

    --wui-gray-glass-001: rgba(255, 255, 255, 0.01);
    --wui-gray-glass-002: rgba(255, 255, 255, 0.02);
    --wui-gray-glass-005: rgba(255, 255, 255, 0.05);
    --wui-gray-glass-010: rgba(255, 255, 255, 0.1);
    --wui-gray-glass-015: rgba(255, 255, 255, 0.15);
    --wui-gray-glass-020: rgba(255, 255, 255, 0.2);
    --wui-gray-glass-025: rgba(255, 255, 255, 0.25);
    --wui-gray-glass-030: rgba(255, 255, 255, 0.3);
    --wui-gray-glass-060: rgba(255, 255, 255, 0.6);
    --wui-gray-glass-080: rgba(255, 255, 255, 0.8);
  }
  
  :root {
    --w3m-color-mix-strength: 40%;
    --w3m-font-family: Mont;
    --w3m-font-size-master: 10px;
    --w3m-border-radius-master: 4px;
    --w3m-z-index: 100000000;

    --wui-font-family: var(--w3m-font-family);

    --wui-font-size-micro: var(--w3m-font-size-master);
    --wui-font-size-tiny: calc(var(--w3m-font-size-master) * 1.2);
    --wui-font-size-small: calc(var(--w3m-font-size-master) * 1.4);
    --wui-font-size-paragraph: calc(var(--w3m-font-size-master) * 1.6);
    --wui-font-size-large: calc(var(--w3m-font-size-master) * 2);

    --wui-border-radius-5xs: var(--w3m-border-radius-master);
    --wui-border-radius-4xs: calc(var(--w3m-border-radius-master) * 1.5);
    --wui-border-radius-3xs: calc(var(--w3m-border-radius-master) * 2);
    --wui-border-radius-xxs: calc(var(--w3m-border-radius-master) * 3);
    --wui-border-radius-xs: calc(var(--w3m-border-radius-master) * 4);
    --wui-border-radius-s: calc(var(--w3m-border-radius-master) * 5);
    --wui-border-radius-m: calc(var(--w3m-border-radius-master) * 7);
    --wui-border-radius-l: calc(var(--w3m-border-radius-master) * 9);
    --wui-border-radius-3xl: calc(var(--w3m-border-radius-master) * 20);

    --wui-font-weight-regular: 500;
    --wui-font-weight-medium: 600;
    --wui-font-weight-bold: 700;

    --wui-letter-spacing-large: -0.8px;
    --wui-letter-spacing-paragraph: -0.64px;
    --wui-letter-spacing-small: -0.56px;
    --wui-letter-spacing-tiny: -0.48px;
    --wui-letter-spacing-micro: -0.2px;

    --wui-spacing-0: 0px;
    --wui-spacing-4xs: 2px;
    --wui-spacing-3xs: 4px;
    --wui-spacing-xxs: 6px;
    --wui-spacing-2xs: 7px;
    --wui-spacing-xs: 8px;
    --wui-spacing-1xs: 10px;
    --wui-spacing-s: 12px;
    --wui-spacing-m: 14px;
    --wui-spacing-l: 16px;
    --wui-spacing-2l: 18px;
    --wui-spacing-xl: 20px;
    --wui-spacing-xxl: 24px;
    --wui-spacing-3xl: 40px;

    --wui-icon-box-size-xs: 20px;
    --wui-icon-box-size-sm: 24px;
    --wui-icon-box-size-md: 32px;
    --wui-icon-box-size-lg: 40px;

    --wui-icon-size-inherit: inherit;
    --wui-icon-size-xxs: 10px;
    --wui-icon-size-xs: 12px;
    --wui-icon-size-sm: 14px;
    --wui-icon-size-md: 16px;
    --wui-icon-size-mdl: 18px;
    --wui-icon-size-lg: 20px;

    --wui-wallet-image-size-inherit: inherit;
    --wui-wallet-image-size-sm: 40px;
    --wui-wallet-image-size-md: 56px;
    --wui-wallet-image-size-lg: 80px;

    --wui-box-size-md: 100px;
    --wui-box-size-lg: 120px;

    --wui-ease-out-power-2: cubic-bezier(0, 0, 0.22, 1);
    --wui-ease-out-power-1: cubic-bezier(0, 0, 0.55, 1);

    --wui-ease-in-power-3: cubic-bezier(0.66, 0, 1, 1);
    --wui-ease-in-power-2: cubic-bezier(0.45, 0, 1, 1);
    --wui-ease-in-power-1: cubic-bezier(0.3, 0, 1, 1);

    --wui-ease-inout-power-1: cubic-bezier(0.45, 0, 0.55, 1);

    --wui-duration-lg: 200ms;
    --wui-duration-md: 125ms;
    --wui-duration-sm: 75ms;

    --wui-path-network: path(
      'M43.4605 10.7248L28.0485 1.61089C25.5438 0.129705 22.4562 0.129705 19.9515 1.61088L4.53951 10.7248C2.03626 12.2051 0.5 14.9365 0.5 17.886V36.1139C0.5 39.0635 2.03626 41.7949 4.53951 43.2752L19.9515 52.3891C22.4562 53.8703 25.5438 53.8703 28.0485 52.3891L43.4605 43.2752C45.9637 41.7949 47.5 39.0635 47.5 36.114V17.8861C47.5 14.9365 45.9637 12.2051 43.4605 10.7248Z'
    );

    --wui-path-network-lg: path(
      'M78.3244 18.926L50.1808 2.45078C45.7376 -0.150261 40.2624 -0.150262 35.8192 2.45078L7.6756 18.926C3.23322 21.5266 0.5 26.3301 0.5 31.5248V64.4752C0.5 69.6699 3.23322 74.4734 7.6756 77.074L35.8192 93.5492C40.2624 96.1503 45.7376 96.1503 50.1808 93.5492L78.3244 77.074C82.7668 74.4734 85.5 69.6699 85.5 64.4752V31.5248C85.5 26.3301 82.7668 21.5266 78.3244 18.926Z'
    );

    --wui-color-inherit: inherit;

    --wui-color-inverse-100: #fff;
    --wui-color-inverse-000: #000;

    --wui-cover: rgba(0, 0, 0, 0.3);

    --wui-color-blue-100: var(--wui-color-blue-base-100);
    --wui-color-blue-015: var(--wui-color-accent-base-015);

    --wui-color-accent-100: var(--wui-color-accent-base-100);
    --wui-color-accent-090: var(--wui-color-accent-base-090);
    --wui-color-accent-080: var(--wui-color-accent-base-080);

    --wui-accent-glass-090: var(--wui-accent-glass-base-090);
    --wui-accent-glass-080: var(--wui-accent-glass-base-080);
    --wui-accent-glass-020: var(--wui-accent-glass-base-020);
    --wui-accent-glass-015: var(--wui-accent-glass-base-015);
    --wui-accent-glass-010: var(--wui-accent-glass-base-010);
    --wui-accent-glass-005: var(--wui-accent-glass-base-005);
    --wui-accent-glass-002: var(--wui-accent-glass-base-002);

    --wui-color-fg-100: var(--wui-color-fg-base-100);
    --wui-color-fg-125: var(--wui-color-fg-base-125);
    --wui-color-fg-150: var(--wui-color-fg-base-150);
    --wui-color-fg-175: var(--wui-color-fg-base-175);
    --wui-color-fg-200: var(--wui-color-fg-base-200);
    --wui-color-fg-225: var(--wui-color-fg-base-225);
    --wui-color-fg-250: var(--wui-color-fg-base-250);
    --wui-color-fg-275: var(--wui-color-fg-base-275);
    --wui-color-fg-300: var(--wui-color-fg-base-300);

    --wui-color-bg-100: var(--wui-color-bg-base-100);
    --wui-color-bg-125: var(--wui-color-bg-base-125);
    --wui-color-bg-150: var(--wui-color-bg-base-150);
    --wui-color-bg-175: var(--wui-color-bg-base-175);
    --wui-color-bg-200: var(--wui-color-bg-base-200);
    --wui-color-bg-225: var(--wui-color-bg-base-225);
    --wui-color-bg-250: var(--wui-color-bg-base-250);
    --wui-color-bg-275: var(--wui-color-bg-base-275);
    --wui-color-bg-300: var(--wui-color-bg-base-300);

    --wui-color-success-100: var(--wui-color-success-base-100);
    --wui-color-error-100: var(--wui-color-error-base-100);

    --wui-icon-box-bg-error-100: var(--wui-icon-box-bg-error-base-100);
    --wui-icon-box-bg-blue-100: var(--wui-icon-box-bg-blue-base-100);
    --wui-icon-box-bg-success-100: var(--wui-icon-box-bg-success-base-100);
    --wui-icon-box-bg-inverse-100: var(--wui-icon-box-bg-inverse-base-100);

    --wui-all-wallets-bg-100: var(--wui-all-wallets-bg-base-100);

    --wui-avatar-border: var(--wui-avatar-border-base);

    --wui-box-shadow-blue: rgba(71, 161, 255, 0.16);
  }

  @supports (background: color-mix(in srgb, white 50%, black)) {
    :root {
      --wui-box-shadow-blue: color-mix(in srgb, var(--wui-color-accent-100) 16%, transparent);

      --wui-color-accent-090: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 90%,
        var(--w3m-default)
      );
      --wui-color-accent-080: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 80%,
        var(--w3m-default)
      );

      --wui-color-accent-090: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 90%,
        transparent
      );
      --wui-color-accent-080: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 80%,
        transparent
      );

      --wui-accent-glass-090: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 90%,
        transparent
      );
      --wui-accent-glass-080: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 80%,
        transparent
      );
      --wui-accent-glass-020: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 20%,
        transparent
      );
      --wui-accent-glass-015: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 15%,
        transparent
      );
      --wui-accent-glass-010: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 10%,
        transparent
      );
      --wui-accent-glass-005: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 5%,
        transparent
      );
      --wui-color-accent-002: color-mix(
        in srgb,
        var(--wui-color-accent-base-100) 2%,
        transparent
      );

      --wui-color-fg-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-100)
      );
      --wui-color-fg-125: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-125)
      );
      --wui-color-fg-150: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-150)
      );
      --wui-color-fg-175: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-175)
      );
      --wui-color-fg-200: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-200)
      );
      --wui-color-fg-225: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-225)
      );
      --wui-color-fg-250: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-250)
      );
      --wui-color-fg-275: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-275)
      );
      --wui-color-fg-300: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-base-300)
      );

      --wui-color-bg-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-100)
      );
      --wui-color-bg-125: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-125)
      );
      --wui-color-bg-150: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-150)
      );
      --wui-color-bg-175: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-175)
      );
      --wui-color-bg-200: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-200)
      );
      --wui-color-bg-225: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-225)
      );
      --wui-color-bg-250: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-250)
      );
      --wui-color-bg-275: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-275)
      );
      --wui-color-bg-300: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-base-300)
      );

      --wui-color-success-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-success-base-100)
      );
      --wui-color-error-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-error-base-100)
      );

      --wui-icon-box-bg-error-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-icon-box-bg-error-base-100)
      );
      --wui-icon-box-bg-accent-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-icon-box-bg-blue-base-100)
      );
      --wui-icon-box-bg-success-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-icon-box-bg-success-base-100)
      );
      --wui-icon-box-bg-inverse-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-icon-box-bg-inverse-base-100)
      );

      --wui-all-wallets-bg-100: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-all-wallets-bg-base-100)
      );

      --wui-avatar-border: color-mix(
        in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-avatar-border-base)
      );
    }
  }
  * {
    box-sizing: border-box;
    font-family: Mont,sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  .auth-popup-body[data-v-0adf2c70] {
    color:#fff;
    padding:1.3888888889vw;
    text-align:center
  }
  .auth-popup-body__title[data-v-0adf2c70] {
    font-size:.7638888889vw;
    font-weight:700;
    letter-spacing:.11px;
    line-height:160%
  }
  .auth-popup-body__buttons[data-v-0adf2c70] {
    gap:.9722222222vw;
    margin-top:1.1111111111vw
  }
  .auth-popup-body__button[data-v-0adf2c70],
  .auth-popup-body__buttons[data-v-0adf2c70] {
    align-items:center;
    display:flex;
    justify-content:center
  }
  .auth-popup-body__button[data-v-0adf2c70] {
    background-color:#d6e3ff1a;
    border-radius:.5555555556vw
  }
  .auth-popup-body__btn[data-v-0adf2c70],
  .auth-popup-body__button[data-v-0adf2c70] {
    height:2.7777777778vw;
    width:2.7777777778vw
  }
  .auth-popup-body__separator[data-v-0adf2c70] {
    background-color:#d6e3ff0d;
    height:.0694444444vw;
    margin:1.3888888889vw 0
  }
  .auth-popup-body__button-icon[data-v-0adf2c70] {
    height:1.6666666667vw;
    -o-object-fit:contain;
    object-fit:contain;
    width:1.6666666667vw
  }
  .auth-popup-body__button-icon--wallet-connect[data-v-0adf2c70] {
    height:1.9444444444vw;
    width:1.9444444444vw
  }
  .auth-popup-body__button-icon--binance[data-v-0adf2c70] {
    height:1.3888888889vw;
    width:1.3888888889vw
  }
  .auth-popup-body__button-icon--full[data-v-0adf2c70] {
    height:2.7777777778vw;
    width:2.7777777778vw
  }
  .auth-popup-body__footer[data-v-0adf2c70] {
    color:#d6e3ff;
    font-size:.6944444444vw;
    font-weight:400;
    letter-spacing:.1px;
    line-height:160%;
    margin-top:1.3888888889vw;
    opacity:.7
  }
  .auth-popup-body__footer a[data-v-0adf2c70] {
    color:inherit
  }
  @media screen and (max-width:991.5px) {
    .auth-popup-body[data-v-0adf2c70] {
      padding:2.6041666667vw
    }
    .auth-popup-body__title[data-v-0adf2c70] {
      font-size:1.4322916667vw
    }
    .auth-popup-body__buttons[data-v-0adf2c70] {
      gap:1.8229166667vw;
      margin-top:2.0833333333vw
    }
    .auth-popup-body__button[data-v-0adf2c70] {
      border-radius:1.0416666667vw
    }
    .auth-popup-body__btn[data-v-0adf2c70],
    .auth-popup-body__button[data-v-0adf2c70] {
      height:5.2083333333vw;
      width:5.2083333333vw
    }
    .auth-popup-body__separator[data-v-0adf2c70] {
      margin:2.6041666667vw 0
    }
    .auth-popup-body__button-icon[data-v-0adf2c70] {
      height:3.125vw;
      width:3.125vw
    }
    .auth-popup-body__button-icon--wallet-connect[data-v-0adf2c70] {
      height:3.6458333333vw;
      width:3.6458333333vw
    }
    .auth-popup-body__button-icon--binance[data-v-0adf2c70] {
      height:2.6041666667vw;
      width:2.6041666667vw
    }
    .auth-popup-body__button-icon--full[data-v-0adf2c70] {
      height:5.2083333333vw;
      width:5.2083333333vw
    }
    .auth-popup-body__footer[data-v-0adf2c70] {
      font-size:1.3020833333vw;
      margin-top:2.6041666667vw
    }
  }
  @media screen and (max-width:767.5px) {
    .auth-popup-body[data-v-0adf2c70] {
      padding:5.3333333333vw
    }
    .auth-popup-body__title[data-v-0adf2c70] {
      font-size:2.9333333333vw;
      letter-spacing:.13px
    }
    .auth-popup-body__buttons[data-v-0adf2c70] {
      gap:2.6666666667vw;
      margin-top:4.2666666667vw
    }
    .auth-popup-body__button[data-v-0adf2c70] {
      border-radius:2.1333333333vw;
      height:10.6666666667vw;
      width:10.6666666667vw
    }
    
    .auth-popup-body__btn[data-v-0adf2c70] {
      height:10.6666666667vw;
      min-width:10.6666666667vw
    }
    .auth-popup-body__separator[data-v-0adf2c70] {
      margin:8vw auto;
      max-width:64.5333333333vw
    }
    .auth-popup-body__button-icon[data-v-0adf2c70],
    .auth-popup-body__button-icon--binance[data-v-0adf2c70],
    .auth-popup-body__button-icon--full[data-v-0adf2c70],
    .auth-popup-body__button-icon--wallet-connect[data-v-0adf2c70] {
      height:10.6666666667vw;
      width:10.6666666667vw
    }
    .auth-popup-body__button-icon--full[data-v-0adf2c70] {
      background-color:transparent
    }
    .auth-popup-body__footer[data-v-0adf2c70] {
      font-size:3.2vw;
      margin-top:5.3333333333vw
    }
  }
  .auth-popup-pending[data-v-508ecb23] {
    align-items:center;
    display:flex;
    flex-direction:column;
    gap:1.3888888889vw
  }
  .auth-popup-pending__icon[data-v-508ecb23] {
    color:#f7931a;
    height:.9722222222vw;
    transform-origin:center;
    width:.9722222222vw
  }
  .auth-popup-pending__icon[data-v-508ecb23] svg {
    animation:rotate-508ecb23 1s linear infinite
  }
  .auth-popup-pending__text[data-v-508ecb23] {
    color:#d6e3ff;
    font-size:.7638888889vw;
    font-weight:600;
    max-width:13.8888888889vw;
    opacity:.7;
    text-align:center
  }
  @media screen and (max-width:991.5px) {
    .auth-popup-pending[data-v-508ecb23] {
      gap:2.6041666667vw
    }
    .auth-popup-pending__icon[data-v-508ecb23] {
      height:1.8229166667vw;
      width:1.8229166667vw
    }
    .auth-popup-pending__text[data-v-508ecb23] {
      font-size:1.4322916667vw;
      max-width:26.0416666667vw
    }
  }
  @media screen and (max-width:767.5px) {
    .auth-popup-pending[data-v-508ecb23] {
      align-items:center;
      display:flex;
      flex-direction:column;
      gap:5.3333333333vw;
      justify-content:center
    }
    .auth-popup-pending__icon[data-v-508ecb23] {
      height:3.7333333333vw;
      width:3.7333333333vw
    }
    .auth-popup-pending__text[data-v-508ecb23] {
      font-size:3.4666666667vw;
      line-height:1;
      max-width:64vw
    }
  }
  @keyframes rotate-508ecb23 {
    0% {
      transform:rotate(0)
    }
    to {
      transform:rotate(1turn)
    }
  }
  .auth-social-button[data-v-4b8cc216] {
    align-items:center;
    border-radius:.5555555556vw;
    display:flex;
    justify-content:center
  }
  .auth-social-button[data-v-4b8cc216],
  .auth-social-button__icon[data-v-4b8cc216] {
    height:2.7777777778vw;
    width:2.7777777778vw
  }
  @media screen and (max-width:991.5px) {
    .auth-social-button[data-v-4b8cc216] {
      border-radius:1.0416666667vw
    }
    .auth-social-button[data-v-4b8cc216],
    .auth-social-button__icon[data-v-4b8cc216] {
      height:5.2083333333vw;
      width:5.2083333333vw
    }
  }
  @media screen and (max-width:767.5px) {
    .auth-social-button[data-v-4b8cc216] {
      border-radius:2.1333333333vw;
      height:13.3333333333vw;
      width:13.3333333333vw
    }
    .auth-social-button__icon[data-v-4b8cc216] {
      height:10.6666666667vw;
      width:10.6666666667vw
    }
  }
  .auth-email__title[data-v-ced2fd93] {
    font-size:.7638888889vw;
    font-weight:700;
    text-align:center
  }
  .auth-email__form[data-v-ced2fd93] {
    margin-top:1.3888888889vw
  }
  .auth-email__input[data-v-ced2fd93] {
    margin-bottom:.6944444444vw
  }
  .auth-email__separator[data-v-ced2fd93] {
    align-items:center;
    color:#d6e3ff80;
    display:flex;
    font-size:.6944444444vw;
    font-weight:600;
    gap:.6944444444vw;
    justify-content:center;
    margin:1.3888888889vw 0;
    text-align:center;
    width:100%
  }
  .auth-email__separator div[data-v-ced2fd93] {
    background-color:#d6e3ff0d;
    height:1px;
    width:100%
  }
  .auth-email__buttons[data-v-ced2fd93] {
    align-items:center;
    display:flex;
    gap:.9722222222vw;
    justify-content:center
  }
  @media screen and (max-width:991.5px) {
    .auth-email__title[data-v-ced2fd93] {
      font-size:1.4322916667vw
    }
    .auth-email__form[data-v-ced2fd93] {
      margin-top:2.6041666667vw
    }
    .auth-email__input[data-v-ced2fd93] {
      margin-bottom:1.3020833333vw
    }
    .auth-email__separator[data-v-ced2fd93] {
      font-size:1.3020833333vw;
      gap:1.3020833333vw;
      margin:2.6041666667vw 0
    }
    .auth-email__buttons[data-v-ced2fd93] {
      gap:1.8229166667vw
    }
  }
  @media screen and (max-width:767.5px) {
    .auth-email__title[data-v-ced2fd93] {
      font-size:2.9333333333vw;
      line-height:1
    }
    .auth-email__form[data-v-ced2fd93] {
      margin-top:5.3333333333vw
    }
    .auth-email__input[data-v-ced2fd93] {
      margin-bottom:2.6666666667vw
    }
    .auth-email__separator[data-v-ced2fd93] {
      font-size:3.2vw;
      gap:2.6666666667vw;
      line-height:1;
      margin:5.3333333333vw 0
    }
    .auth-email__buttons[data-v-ced2fd93] {
      gap:3.7333333333vw
    }
    .auth-email__connect[data-v-ced2fd93] {
      margin-top:8vw
    }
  }
  .auth-popup[data-v-92995e98] {
    background:url(/modal-bg.3437d42c.webp);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    border:.0694444444vw solid rgba(164,177,212,.12);
    border-radius:1.3888888889vw;
    color:#fff;
    height:100%;
    min-height:22.2222222222vw;
    padding:1.3888888889vw;
    width:22.2222222222vw
  }
  .auth-popup--email[data-v-92995e98] {
    min-height:19.4444444444vw;
    width:19.4444444444vw
  }
  .auth-popup--pending[data-v-92995e98] {
    height:8.3333333333vw;
    min-width:19.4444444444vw;
    width:19.4444444444vw
  }
  .auth-popup__header[data-v-92995e98] {
    align-items:center;
    display:none;
    font-family:Mont,Mont fallback;
    font-size:.9722222222vw;
    font-weight:700;
    justify-content:space-between;
    line-height:140%
  }
  @media screen and (max-width:991.5px) {
    .auth-popup[data-v-92995e98] {
      border:.1302083333vw solid rgba(164,177,212,.12);
      border-radius:2.6041666667vw;
      min-height:41.6666666667vw;
      padding:2.6041666667vw;
      width:41.6666666667vw
    }
    .auth-popup--email[data-v-92995e98] {
      min-height:36.4583333333vw;
      width:36.4583333333vw
    }
    .auth-popup--pending[data-v-92995e98] {
      height:15.625vw;
      min-width:36.4583333333vw;
      width:36.4583333333vw
    }
    .auth-popup__header[data-v-92995e98] {
      font-size:1.8229166667vw
    }
  }
  @media screen and (max-width:767.5px) {
    .auth-popup[data-v-92995e98] {
      border:.2666666667vw solid rgba(164,177,212,.12);
      border-radius:5.3333333333vw;
      min-height:85.3333333333vw;
      padding:5.3333333333vw;
      width:85.3333333333vw
    }
    .auth-popup--email[data-v-92995e98] {
      min-height:74.6666666667vw;
      width:74.6666666667vw
    }
    .auth-popup--pending[data-v-92995e98] {
      display:flex;
      flex-direction:column;
      height:32vw;
      justify-content:center;
      min-height:32vw;
      min-width:74.6666666667vw;
      width:74.6666666667vw
    }
    .auth-popup__header[data-v-92995e98] {
      display:flex;
      font-size:2.9333333333vw;
      justify-content:center;
      margin-bottom:9.3333333333vw
    }
    .auth-popup__header-title[data-v-92995e98] {
      font-size:3.7333333333vw
    }
  }
  button {
    background: none;
    border: none;
    cursor: pointer;
  }