:root {
    --w3m-color-fg-1: rgb(228, 231, 231);
    --w3m-color-fg-2: rgb(148, 158, 158);
    --w3m-color-fg-3: rgb(110, 119, 119);
    --w3m-color-bg-1: rgb(20, 20, 20);
    --w3m-color-bg-2: rgb(39, 42, 42);
    --w3m-color-bg-3: rgb(59, 64, 64);
    --w3m-color-overlay: rgba(255, 255, 255, 0.1);
    --w3m-accent-color: #3396FF;
    --w3m-accent-fill-color: #FFFFFF;
    --w3m-z-index: 3000;
    --w3m-background-color: #3396FF;
    --w3m-background-border-radius: 8px;
    --w3m-container-border-radius: 30px;
    --w3m-wallet-icon-border-radius: 15px;
    --w3m-wallet-icon-large-border-radius: 30px;
    --w3m-wallet-icon-small-border-radius: 7px;
    --w3m-input-border-radius: 28px;
    --w3m-button-border-radius: 10px;
    --w3m-notification-border-radius: 36px;
    --w3m-secondary-button-border-radius: 28px;
    --w3m-icon-button-border-radius: 50%;
    --w3m-button-hover-highlight-border-radius: 10px;
    --w3m-text-big-bold-size: 20px;
    --w3m-text-big-bold-weight: 600;
    --w3m-text-big-bold-line-height: 24px;
    --w3m-text-big-bold-letter-spacing: -0.03em;
    --w3m-text-big-bold-text-transform: none;
    --w3m-text-xsmall-bold-size: 10px;
    --w3m-text-xsmall-bold-weight: 700;
    --w3m-text-xsmall-bold-line-height: 12px;
    --w3m-text-xsmall-bold-letter-spacing: 0.02em;
    --w3m-text-xsmall-bold-text-transform: uppercase;
    --w3m-text-xsmall-regular-size: 12px;
    --w3m-text-xsmall-regular-weight: 600;
    --w3m-text-xsmall-regular-line-height: 14px;
    --w3m-text-xsmall-regular-letter-spacing: -0.03em;
    --w3m-text-xsmall-regular-text-transform: none;
    --w3m-text-small-thin-size: 14px;
    --w3m-text-small-thin-weight: 500;
    --w3m-text-small-thin-line-height: 16px;
    --w3m-text-small-thin-letter-spacing: -0.03em;
    --w3m-text-small-thin-text-transform: none;
    --w3m-text-small-regular-size: 14px;
    --w3m-text-small-regular-weight: 600;
    --w3m-text-small-regular-line-height: 16px;
    --w3m-text-small-regular-letter-spacing: -0.03em;
    --w3m-text-small-regular-text-transform: none;
    --w3m-text-medium-regular-size: 16px;
    --w3m-text-medium-regular-weight: 600;
    --w3m-text-medium-regular-line-height: 20px;
    --w3m-text-medium-regular-letter-spacing: -0.03em;
    --w3m-text-medium-regular-text-transform: none;
    --w3m-font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif;
    --w3m-success-color: rgb(38, 181, 98);
    --w3m-error-color: rgb(242, 90, 103);
    --w3m-background-image-url: none;
}


body {
    transition: opacity ease-in 0.2s;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid;
}

:after,
:before {
    --tw-content: "";
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
}

h1,
h2 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}

h1,
h2,
p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

iframe,
img,
svg {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

:root {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-interactiveBg)/var(--tw-bg-opacity));
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-primary)/var(--tw-text-opacity));
}

@media (min-width:1212px) {
    :root {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--colors-background-bg1)/var(--tw-bg-opacity));
    }
}

:root {
    font-family: var(--font-site-main);
    font-variant-numeric: tabular-nums;
}

::-webkit-scrollbar {
    height: .25rem;
    width: .25rem;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-border-lineStrong)/var(--tw-bg-opacity));
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: initial;
}

::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-primary)/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-inverse)/var(--tw-text-opacity));
}

* {
    outline: none;
}

.dark,
:root {
    --colors-t-primary: 255 255 255;
    --colors-t-secondary: 211 211 211;
    --colors-t-third: 153 153 153;
    --colors-t-disabled: 42 42 42;
    --colors-t-placeholder: 92 92 92;
    --colors-t-onColor: 255 255 255;
    --colors-t-consistent: 255 255 255;
    --colors-t-inverse: 0 0 0;
    --colors-t-error: 243 87 87;
    --colors-t-buy: 53 212 202;
    --colors-t-sell: 255 111 79;
    --colors-t-link: 201 159 111;
    --colors-t-linkHover: 255 210 159;
    --colors-t-white: 255 255 255;
    --colors-t-emphasize: 255 211 126;
    --colors-border-line: 58 58 58;
    --colors-border-lineSubtle: 42 42 42;
    --colors-border-lineStrong: 94 94 94;
    --colors-background-bg1: 0 0 0;
    --colors-background-bg2: 11 12 18;
    --colors-background-bg1Accent01: 36 37 52;
    --colors-background-bg1Accent02: 42 44 60;
    --colors-interactive-disabled: 94 94 94;
    --colors-interactive-primary: 239 190 132;
    --colors-interactive-primaryHover: 255 255 255;
    --colors-interactive-primaryActive: 201 159 111;
    --colors-interactive-primaryGradient: 239 190 132;
    --colors-interactive-primaryAccent01: 159 112 58;
    --colors-interactive-primaryAccent02: 49 53 83;
    --colors-interactive-secondary: 182 163 243;
    --colors-interactive-buy: 37 194 185;
    --colors-interactive-buyHover: 65 232 223;
    --colors-interactive-buyActive: 121 255 247;
    --colors-interactive-buyGradient: linear-gradient(90deg, #1db1a8, #09978f);
    --colors-interactive-buyAccent01: 46 65 69;
    --colors-interactive-sell: 236 102 73;
    --colors-interactive-sellHover: 255 132 105;
    --colors-interactive-sellActive: 255 145 122;
    --colors-interactive-sellGradient: linear-gradient(90deg, #ef3e9e, #d12683);
    --colors-interactive-sellAccent01: 74 42 60;
    --colors-interactive-interactiveBg: 25 25 25;
    --colors-interactive-interactiveBgHover: 35 35 35;
    --colors-interactive-interactiveBgActive: 52 52 52;
    --colors-interactive-interactiveBgSelected: 63 63 63;
    --colors-interactive-interactive01: 35 35 35;
    --colors-interactive-interactive01Hover: 52 52 52;
    --colors-interactive-interactive01Active: 63 63 63;
    --colors-interactive-interactive01Selected: 77 77 77;
    --colors-interactive-interactive02: 52 52 52;
    --colors-interactive-interactive02Hover: 63 63 63;
    --colors-interactive-interactive02Active: 77 77 77;
    --colors-interactive-interactive02Selected: 92 92 92;
    --colors-interactive-interactivePopup: 63 63 63;
    --colors-support-success: 29 177 168;
    --colors-support-error: 255 22 149;
    --colors-support-warning: 248 199 72;
    --colors-support-info: 24 31 51;
    --colors-highLight: 244 213 177;
    --colors-overlay: rgba(0, 0, 0, 0.5);
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246/0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-perspective: none;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
}

.button.bg-primary-gradient {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-inverse)/var(--tw-text-opacity));
}

@media (hover:hover) and (pointer:fine) {
    .button.bg-primary-gradient:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--colors-interactive-primaryHover)/var(--tw-bg-opacity));
    }
}

.button.bg-primary-gradient:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-primaryHover)/var(--tw-bg-opacity));
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-y-0 {
    top: 0;
    bottom: 0;
}

.-bottom-\[30px\] {
    bottom: -30px;
}

.-left-1 {
    left: -.25rem;
}

.-left-\[80px\] {
    left: -80px;
}

.-right-1 {
    right: -.25rem;
}

.bottom-0 {
    bottom: 0;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-\[73px\] {
    bottom: 73px;
}

.left-0 {
    left: 0;
}

.left-8 {
    left: 2rem;
}

.left-\[50\%\] {
    left: 50%;
}

.right-0 {
    right: 0;
}

.right-5 {
    right: 1.25rem;
}

.right-\[2\%\] {
    right: 2%;
}

.top-0 {
    top: 0;
}

.top-8 {
    top: 2rem;
}

.top-\[100px\] {
    top: 100px;
}

.top-\[126px\] {
    top: 126px;
}

.top-\[1px\] {
    top: 1px;
}

.top-\[50\%\] {
    top: 50%;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-\[1\] {
    z-index: 1;
}

.z-\[2\] {
    z-index: 2;
}

.z-\[3\] {
    z-index: 3;
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-\[80px\] {
    margin-left: 80px;
    margin-right: 80px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
}

.-mr-\[260px\] {
    margin-right: -260px;
}

.-mt-\[3\.125rem\] {
    margin-top: -3.125rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[14px\] {
    margin-bottom: 14px;
}

.mb-\[60px\] {
    margin-bottom: 60px;
}

.ml-2 {
    margin-left: .5rem;
}

.mr-3 {
    margin-right: .75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mt-\[70px\] {
    margin-top: 70px;
}

.mt-\[96px\] {
    margin-top: 96px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.aspect-\[10\/6\.8\] {
    aspect-ratio: 10/6.8;
}

.aspect-video {
    aspect-ratio: 16/9;
}

.size-3 {
    width: .75rem;
    height: .75rem;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[0\.875rem\] {
    height: .875rem;
}

.h-\[1\.625rem\] {
    height: 1.625rem;
}

.h-\[100px\] {
    height: 100px;
}

.h-\[122px\] {
    height: 122px;
}

.h-\[200px\] {
    height: 200px;
}

.h-\[280px\] {
    height: 280px;
}

.h-\[28px\] {
    height: 28px;
}

.h-\[3\.125rem\] {
    height: 3.125rem;
}

.h-\[312px\] {
    height: 312px;
}

.h-\[320px\] {
    height: 320px;
}

.h-\[3600px\] {
    height: 3600px;
}

.h-\[400px\] {
    height: 400px;
}

.h-\[44px\] {
    height: 44px;
}

.h-\[50px\] {
    height: 50px;
}

.h-\[600px\] {
    height: 600px;
}

.h-\[60px\] {
    height: 60px;
}

.h-\[812px\] {
    height: 812px;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.max-h-\[812px\] {
    max-height: 812px;
}

.\!w-auto {
    width: auto !important;
}

.w-12 {
    width: 3rem;
}

.w-6 {
    width: 1.5rem;
}

.w-\[0\.875rem\] {
    width: .875rem;
}

.w-\[1\.625rem\] {
    width: 1.625rem;
}

.w-\[120\%\] {
    width: 120%;
}

.w-\[200vw\] {
    width: 200vw;
}

.w-\[300px\] {
    width: 300px;
}

.w-\[60\%\] {
    width: 60%;
}

.w-\[60px\] {
    width: 60px;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.w-max {
    width: max-content;
}

.w-px {
    width: 1px;
}

.w-svw {
    width: 100svw;
}

.min-w-\[169px\] {
    min-width: 169px;
}

.min-w-\[258px\] {
    min-width: 258px;
}

.min-w-\[900px\] {
    min-width: 900px;
}

.max-w-\[1110px\] {
    max-width: 1110px;
}

.max-w-\[1200px\] {
    max-width: 1200px;
}

.max-w-\[1400px\] {
    max-width: 1400px;
}

.max-w-max {
    max-width: max-content;
}

.flex-1 {
    flex: 1 1 0%;
}

.shrink-0 {
    flex-shrink: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.list-none {
    list-style-type: none;
}

.grid-flow-col {
    grid-auto-flow: column;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-items-end {
    justify-items: end;
}

.gap-1 {
    gap: .25rem;
}

.gap-1\.5 {
    gap: .375rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: .75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.overflow-clip {
    overflow: clip;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: .25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-md {
    border-radius: .375rem;
}

.border {
    border-width: 1px;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-border-line {
    --tw-border-opacity: 1;
    border-color: rgb(var(--colors-border-line)/var(--tw-border-opacity));
}

.border-interactive-primary\/60 {
    border-color: rgb(var(--colors-interactive-primary)/.6);
}

.border-transparent {
    border-color: transparent;
}

.\!bg-interactive-interactive01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(var(--colors-interactive-interactive01)/var(--tw-bg-opacity)) !important;
}

.bg-\[\#050505\] {
    --tw-bg-opacity: 1;
    background-color: rgb(5 5 5/var(--tw-bg-opacity));
}

.bg-border-line {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-border-line)/var(--tw-bg-opacity));
}

.bg-border-lineSubtle {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-border-lineSubtle)/var(--tw-bg-opacity));
}

.bg-interactive-interactive01 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-interactive01)/var(--tw-bg-opacity));
}

.bg-interactive-interactive02 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-interactive02)/var(--tw-bg-opacity));
}

.bg-interactive-interactiveBg {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-interactiveBg)/var(--tw-bg-opacity));
}

.bg-interactive-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-primary)/var(--tw-bg-opacity));
}

.bg-interactive-primary\/25 {
    background-color: rgb(var(--colors-interactive-primary)/.25);
}

.bg-primary-gradient {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-primary)/var(--tw-bg-opacity));
}

.bg-t-inverse {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-t-inverse)/var(--tw-bg-opacity));
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#050505\] {
    --tw-gradient-from: #050505 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(5 5 5/0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-interactive-interactiveBg {
    --tw-gradient-from: rgb(var(--colors-interactive-interactiveBg)/1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(var(--colors-interactive-interactiveBg)/0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0/0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-interactive-interactiveBg {
    --tw-gradient-to: rgb(var(--colors-interactive-interactiveBg)/1) var(--tw-gradient-to-position);
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-contain {
    object-fit: contain;
}

.p-0 {
    padding: 0;
}

.p-8 {
    padding: 2rem;
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-\[100px\] {
    padding-bottom: 100px;
}

.pl-8 {
    padding-left: 2rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-\[160px\] {
    padding-top: 160px;
}

.pt-\[60px\] {
    padding-top: 60px;
}

.pt-\[80px\] {
    padding-top: 80px;
}

.text-center {
    text-align: center;
}

.font-outfit {
    font-family: var(--font-site-main);
}

.font-wix-made-for-display {
    font-family: var(--font-wix-made-for-display);
}

.text-\[48px\] {
    font-size: 48px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-body1 {
    font-size: 1rem;
}

.text-body1,
.text-body2 {
    line-height: 1.25rem;
    font-weight: 300;
}

.text-body2 {
    font-size: .875rem;
}

.text-btnLink1 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.text-headline1 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 600;
}

.text-headline4 {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 600;
}

.text-subtitle1 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.text-subtitle2 {
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400;
}

.text-subtitle4 {
    font-weight: 400;
}

.text-subtitle4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.leading-\[60px\] {
    line-height: 60px;
}

.leading-none {
    line-height: 1;
}

.text-highLight {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-highLight)/var(--tw-text-opacity));
}

.text-interactive-primary {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-interactive-primary)/var(--tw-text-opacity));
}

.text-t-inverse {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-inverse)/var(--tw-text-opacity));
}

.text-t-onColor {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-onColor)/var(--tw-text-opacity));
}

.text-t-primary {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-primary)/var(--tw-text-opacity));
}

.text-t-secondary {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-secondary)/var(--tw-text-opacity));
}

.text-t-third {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-third)/var(--tw-text-opacity));
}

.opacity-0 {
    opacity: 0;
}

.\!outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.outline-1 {
    outline-width: 1px;
}

.outline-t-primary {
    outline-color: rgb(var(--colors-t-primary)/1);
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.transition-\[color\2c box-shadow\] {
    transition-property: color, box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.duration-300 {
    transition-duration: .3s;
}

.fade-in {
    --tw-enter-opacity: 0;
}

.duration-300 {
    animation-duration: .3s;
}

.-translate-x-\[52\%\] {
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-x-\[52\%\] {
    --tw-translate-x: -52%;
}

.translate-y-\[-58\%\] {
    --tw-translate-y: -58%;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.disabled\:bg-primary-gradient:disabled.button {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-inverse)/var(--tw-text-opacity));
}

@media (hover:hover) and (pointer:fine) {
    .disabled\:bg-primary-gradient:disabled.button:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--colors-interactive-primaryHover)/var(--tw-bg-opacity));
    }
}

.disabled\:bg-primary-gradient:disabled.button:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-primaryHover)/var(--tw-bg-opacity));
}

@media (hover:hover) and (pointer:fine) {
    .hover\:\!bg-interactive-interactive01Hover:hover {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(var(--colors-interactive-interactive01Hover)/var(--tw-bg-opacity)) !important;
    }

    .hover\:bg-interactive-interactive02Hover:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--colors-interactive-interactive02Hover)/var(--tw-bg-opacity));
    }

    .hover\:bg-interactive-primaryActive:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--colors-interactive-primaryActive)/var(--tw-bg-opacity));
    }

    .hover\:bg-t-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--colors-t-primary)/var(--tw-bg-opacity));
    }

    .hover\:bg-none:hover {
        background-image: none;
    }

    .hover\:text-t-inverse:hover {
        --tw-text-opacity: 1;
        color: rgb(var(--colors-t-inverse)/var(--tw-text-opacity));
    }

    .hover\:text-t-primary:hover {
        --tw-text-opacity: 1;
        color: rgb(var(--colors-t-primary)/var(--tw-text-opacity));
    }
}

.active\:bg-interactive-interactive01Active:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-interactive01Active)/var(--tw-bg-opacity));
}

.active\:bg-interactive-primaryActive:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-primaryActive)/var(--tw-bg-opacity));
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.disabled\:bg-interactive-disabled:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-disabled)/var(--tw-bg-opacity));
}

.disabled\:bg-primary-gradient:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-interactive-primary)/var(--tw-bg-opacity));
}

.disabled\:bg-none:disabled {
    background-image: none;
}

.disabled\:text-t-disabled:disabled {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-t-disabled)/var(--tw-text-opacity));
}

.disabled\:opacity-50:disabled {
    opacity: .5;
}

.disabled\:opacity-\[0\.7\]:disabled {
    opacity: .7;
}

@media (hover:hover) and (pointer:fine) {
    .group:hover .group-hover\:left-1 {
        left: .25rem;
    }

    .group\/airdrop:hover .group-hover\/airdrop\:block {
        display: block;
    }

    .group\/airdrop:hover .group-hover\/airdrop\:hidden {
        display: none;
    }

    .group\/airdrop:hover .group-hover\/airdrop\:text-t-primary {
        --tw-text-opacity: 1;
        color: rgb(var(--colors-t-primary)/var(--tw-text-opacity));
    }
}

@media (min-width:768px) {
    .sm\:block {
        display: block;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-screen {
        height: 100vh;
    }

    .sm\:max-h-\[891px\] {
        max-height: 891px;
    }

    .sm\:translate-y-\[-50\%\] {
        translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
    }

    .sm\:translate-y-\[-50\%\] {
        --tw-translate-y: -50%;
    }
}

@media (min-width:1212px) {
    .md\:fixed {
        position: fixed;
    }

    .md\:inset-x-0 {
        left: 0;
        right: 0;
    }

    .md\:bottom-10 {
        bottom: 2.5rem;
    }

    .md\:right-10 {
        right: 2.5rem;
    }

    .md\:top-0 {
        top: 0;
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .md\:mb-8 {
        margin-bottom: 2rem;
    }

    .md\:mb-\[40px\] {
        margin-bottom: 40px;
    }

    .md\:mb-\[60px\] {
        margin-bottom: 60px;
    }

    .md\:mt-\[140px\] {
        margin-top: 140px;
    }

    .md\:mt-\[166px\] {
        margin-top: 166px;
    }

    .md\:block {
        display: block;
    }

    .md\:inline-block {
        display: inline-block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-12 {
        height: 3rem;
    }

    .md\:h-5 {
        height: 1.25rem;
    }

    .md\:h-\[100px\] {
        height: 100px;
    }

    .md\:h-\[312px\] {
        height: 312px;
    }

    .md\:h-\[4\.5rem\] {
        height: 4.5rem;
    }

    .md\:h-\[88px\] {
        height: 88px;
    }

    .md\:max-h-\[1000px\] {
        max-height: 1000px;
    }

    .md\:w-20 {
        width: 5rem;
    }

    .md\:w-7 {
        width: 1.75rem;
    }

    .md\:w-\[260px\] {
        width: 260px;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:max-w-\[1200px\] {
        max-width: 1200px;
    }

    .md\:flex-1 {
        flex: 1 1 0%;
    }

    .md\:auto-cols-max {
        grid-auto-columns: max-content;
    }

    .md\:grid-flow-col {
        grid-auto-flow: column;
    }

    .md\:grid-cols-\[max-content_minmax\(400px\2c max-content\)_minmax\(min-content\2c 1fr\)\] {
        grid-template-columns: max-content minmax(400px, max-content) minmax(min-content, 1fr);
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:gap-0 {
        gap: 0;
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:gap-2 {
        gap: .5rem;
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:gap-\[10px\] {
        gap: 10px;
    }

    .md\:justify-self-end {
        justify-self: end;
    }

    .md\:border-b {
        border-bottom-width: 1px;
    }

    .md\:border-b-4 {
        border-bottom-width: 4px;
    }

    .md\:border-t {
        border-top-width: 1px;
    }

    .md\:bg-background-bg1\/80 {
        background-color: rgb(var(--colors-background-bg1)/.8);
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .md\:py-\[100px\] {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .md\:pt-\[100px\] {
        padding-top: 100px;
    }

    .md\:text-\[36px\] {
        font-size: 36px;
    }

    .md\:text-\[48px\] {
        font-size: 48px;
    }

    .md\:text-\[60px\] {
        font-size: 60px;
    }

    .md\:text-headline2 {
        font-size: 1.5rem;
        line-height: 1.875rem;
        font-weight: 600;
    }

    .md\:text-subtitle4 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        font-weight: 400;
    }

    .md\:text-subtitle5 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        font-weight: 300;
    }

    .md\:leading-\[45px\] {
        line-height: 45px;
    }

    .md\:leading-\[60px\] {
        line-height: 60px;
    }

    .md\:leading-\[76px\] {
        line-height: 76px;
    }
}

.button {
    border-radius: 0;
}

.__variable_8e92f9 {
    --font-wix-made-for-display: "Wix Madefor Display", "Wix Madefor Display Fallback";
}

.__variable_ac6ff8 {
    --font-site-main: "Outfit", "Outfit Fallback";
}

.partners-swiper>.swiper-wrapper {
    transition-timing-function: linear !important;
}

html:has(.home-landing-page) {
    scroll-behavior: auto;
    scrollbar-gutter: stable both-edges;
}

.appearCenter {
    animation: appear-center linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

.fade-in {
    animation: fade-in linear;
    animation-timeline: view();
    animation-range: entry 0 cover 50%;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: initial;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.rotating-box {
    --border-angle: 0deg;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: border-angle-rotate 3s linear infinite;
    border: 1px solid transparent;
    position: relative;
    background: linear-gradient(rgb(var(--colors-interactive-interactiveBg)), rgb(var(--colors-interactive-interactiveBg))) padding-box, conic-gradient(from var(--border-angle), rgb(var(--colors-interactive-interactiveBg)) 50%, rgb(var(--colors-interactive-primary))) border-box;
}

:root {
    --privy-border-radius-sm: 6px;
    --privy-border-radius-md: 12px;
    --privy-border-radius-mdlg: 16px;
    --privy-border-radius-lg: 24px;
    --privy-border-radius-full: 9999px;
    --privy-color-background: hsl(60, 2%, 12%);
    --privy-color-background-2: hsl(60, 2%, 23%);
    --privy-color-background-3: hsl(60, 2%, 28%);
    --privy-color-foreground: hsl(60, 2%, 99%);
    --privy-color-foreground-2: hsl(60, 2%, 87%);
    --privy-color-foreground-3: hsl(0, 0%, 57%);
    --privy-color-foreground-4: hsl(0, 0%, 37%);
    --privy-color-foreground-accent: hsl(0, 0%, 100%);
    --privy-color-accent: hsl(237, 100%, 70%);
    --privy-color-accent-light: hsl(237, 100%, 85%);
    --privy-color-accent-lightest: hsl(237, 100%, 95%);
    --privy-color-accent-dark: hsl(237, 100%, 64%);
    --privy-color-accent-darkest: hsl(237, 100%, 10%);
    --privy-color-success: hsl(147, 43%, 52%);
    --privy-color-success-dark: hsl(147, 43%, 36%);
    --privy-color-success-light: hsl(147, 43%, 92%);
    --privy-color-error: hsl(7, 80%, 62%);
    --privy-color-error-light: hsl(7, 80%, 92%);
    --privy-color-warn: hsl(36, 100%, 65%);
    --privy-color-warn-light: hsl(36, 100%, 95%);
    --privy-height-modal-full: 620px;
    --privy-height-modal-compact: 480px;
}

@keyframes appear-center {
    0% {
        opacity: 0;
        scale: .7;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes border-angle-rotate {
    0% {
        --border-angle: 0deg;
    }

    to {
        --border-angle: 360deg;
    }
}


@font-face {
    font-family: Wix Madefor Display;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./6121e5257023a271-s.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Wix Madefor Display;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./68703068297dffad-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Wix Madefor Display;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./b650507d733a82c8-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Wix Madefor Display;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./baecbe7d91e04064-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: Wix Madefor Display;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./b4f26049776261fd-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: Wix Madefor Display Fallback;
    src: local("Arial");
    ascent-override: 96.64%;
    descent-override: 24.16%;
    line-gap-override: 0.00%;
    size-adjust: 104.31%
}

.__className_8e92f9 {
    font-family: Wix Madefor Display, Wix Madefor Display Fallback;
    font-weight: 600;
    font-style: normal
}

.__variable_8e92f9 {
    --font-wix-made-for-display: "Wix Madefor Display", "Wix Madefor Display Fallback"
}

.mobile-relative {
    position: relative;
    margin-top: 24px;
}
@media (max-width: 768px) {
    .stay-empty, .trigger-card-content-3, .trigger-card-content-2, .trigger-card-content-4 {
        display: none !important;
    }

    .mobile-w-100 {
        flex-direction: column;
    }

    .mobile-w-100 > div {
        width: 100%;
    }

}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./98848575513c9742-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: Outfit;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./7b0b24f36b1a6d0b-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: Outfit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./98848575513c9742-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: Outfit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./7b0b24f36b1a6d0b-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: Outfit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(./98848575513c9742-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: Outfit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(./7b0b24f36b1a6d0b-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: Outfit;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./98848575513c9742-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: Outfit;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./7b0b24f36b1a6d0b-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: Outfit Fallback;
    src: local("Arial");
    ascent-override: 100.18%;
    descent-override: 26.05%;
    line-gap-override: 0.00%;
    size-adjust: 99.82%
}

.__className_ac6ff8 {
    font-family: Outfit, Outfit Fallback;
    font-style: normal
}

.__variable_ac6ff8 {
    --font-site-main: "Outfit", "Outfit Fallback"
}