.swiper__container {
    position: relative
}

.swiper {
    overflow: hidden;
    display: flex
}

.container_main {
    margin: 0 auto;
    padding: 0 20px
}

@media screen and (min-width:768px) {
    .container_main {
        max-width: 1440px;
        padding: 0 70px
    }
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    text-transform: uppercase;
    transition: box-shadow .35s ease, border .35s ease
}

.button--transparent {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    padding: 0 22px;
    border-radius: 11px;
    border: 1px solid #535353;
    height: 53px
}

.button--transparent:hover {
    box-shadow: inset 0 0 5px 0 #fff
}

.button--black {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 5px;
    border: 1px solid #fbff3a;
    height: 27px;
    padding: 0 10px
}

@media screen and (min-width:998px) {
    .button--black {
        font-size: 12px;
        font-weight: 700;
        border-radius: 8px;
        height: 36px;
        padding: 0 15px
    }
}

.button--black:hover {
    box-shadow: 0 0 1px 1px #fbff3a
}

.button--yellow {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    color: #0b0c1b;
    background: #f9e727;
    border-radius: 11px;
    height: 53px;
    padding: 0 22px
}

@media screen and (min-width:998px) {
    .button--yellow {
        font-size: 16px;
        height: 78px;
        padding: 0 35px
    }
}

.button--yellow:hover {
    box-shadow: 0 0 0 1px #fff
}

.button--arrow {
    position: relative
}

.button--arrow:after {
    content: "";
    display: block;
    margin-left: 8px;
    width: 14px;
    height: 12px;
    background: url(/_next/static/media/next.9a9b9ebc.svg) 50% 50% no-repeat;
    transition: all .35s ease;
    pointer-events: none
}

.button--arrow:hover:after {
    transform: translateX(5px)
}

.button--plus {
    position: relative
}

.button--plus:before {
    content: "+";
    display: block;
    margin-right: 8px;
    transition: all .35s ease;
    pointer-events: none
}

.button--plus:hover:before {
    transform: translateX(-5px)
}

.title {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    text-transform: uppercase
}

.title--h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 33px
}

@media screen and (min-width:1440px) {
    .title--h1 {
        font-size: 70px;
        font-weight: 600;
        line-height: 1.2
    }
}

.title--h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .title--h2 {
        font-size: 68px
    }
}

.title--h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .title--h3 {
        font-size: 60px
    }
}

.title--h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .title--h4 {
        font-size: 30px
    }
}

.title--h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6
}

@media screen and (min-width:768px) {
    .title--h5 {
        font-size: 18px
    }
}

.title--h6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75
}

@media screen and (min-width:768px) {
    .title--h6 {
        font-size: 22px;
        line-height: 1.2
    }
}

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

:after,
:before {
    --tw-content: ""
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-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 {
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    text-decoration: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .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-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .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-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

.container {
    width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.bottom-0 {
    bottom: 0
}

.bottom-\[-28px\] {
    bottom: -28px
}

.bottom-\[-4px\] {
    bottom: -4px
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.right-7 {
    right: 1.75rem
}

.right-\[-4px\] {
    right: -4px
}

.top-0 {
    top: 0
}

.top-7 {
    top: 1.75rem
}

.z-50 {
    z-index: 50
}

.m-1 {
    margin: .25rem
}

.m-\[0\.12rem\] {
    margin: .12rem
}

.m-auto {
    margin: auto
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-\[30px\] {
    margin-top: 30px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-square {
    aspect-ratio: 1/1
}

.size-5 {
    width: 1.25rem;
    height: 1.25rem
}

.\ !h-10 {
    height: 2.5rem !important
}

.\ !h-6 {
    height: 1.5rem !important
}

.\ !h-7 {
    height: 1.75rem !important
}

.\ !h-\[22px\] {
    height: 22px !important
}

.h-1 {
    height: .25rem
}

.h-10 {
    height: 2.5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-\[44px\] {
    height: 44px
}

.h-\[53px\] {
    height: 53px
}

.h-\[59px\] {
    height: 59px
}

.h-\[60px\] {
    height: 60px
}

.h-full {
    height: 100%
}

.w-1 {
    width: .25rem
}

.w-24 {
    width: 6rem
}

.w-4 {
    width: 1rem
}

.w-6 {
    width: 1.5rem
}

.w-\[18px\] {
    width: 18px
}

.w-\[20px\] {
    width: 20px
}

.w-\[25px\] {
    width: 25px
}

.w-\[30px\] {
    width: 30px
}

.w-\[31px\] {
    width: 31px
}

.w-\[40px\] {
    width: 40px
}

.w-\[95px\] {
    width: 95px
}

.w-full {
    width: 100%
}

.min-w-\[300px\] {
    min-width: 300px
}

.max-w-\[360px\] {
    max-width: 360px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[450px\] {
    max-width: 450px
}

.max-w-\[520px\] {
    max-width: 520px
}

.max-w-\[590px\] {
    max-width: 590px
}

.flex-1 {
    flex: 1 1 0%
}

.shrink-0 {
    flex-shrink: 0
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.rotate-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.rotate-\[270deg\] {
    --tw-rotate: 270deg
}

.rotate-\[270deg\],
.scale-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-100,
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

.cursor-pointer {
    cursor: pointer
}

.grid-cols-\[minmax\(0\2c _1\.5fr\)\2c minmax\(0\2c _1fr\)\] {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr)
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-\[10px\] {
    gap: 10px
}

.gap-\[17px\] {
    gap: 17px
}

.gap-\[6px\] {
    gap: 6px
}

.gap-y-2 {
    row-gap: .5rem
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[1\.25rem\] {
    border-radius: 1.25rem
}

.rounded-\[100px\] {
    border-radius: 100px
}

.rounded-\[14px\] {
    border-radius: 14px
}

.rounded-\[18px\] {
    border-radius: 18px
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-\[calc\(0\.87rem\)\] {
    border-radius: calc(.87rem)
}

.rounded-full {
    border-radius: 9999px
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-r {
    border-right-width: 1px
}

.border-solid {
    border-style: solid
}

.border-\[\#2D2E40\] {
    --tw-border-opacity: 1;
    border-color: rgb(45 46 64/var(--tw-border-opacity))
}

.border-\[\#3A3B45\] {
    --tw-border-opacity: 1;
    border-color: rgb(58 59 69/var(--tw-border-opacity))
}

.border-\[\#808080\] {
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128/var(--tw-border-opacity))
}

.border-baseBg {
    --tw-border-opacity: 1;
    border-color: rgb(17 18 26/var(--tw-border-opacity))
}

.bg-\[\#20222D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(32 34 45/var(--tw-bg-opacity))
}

.bg-\[\#24252E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(36 37 46/var(--tw-bg-opacity))
}

.bg-\[\#3A3B45\] {
    --tw-bg-opacity: 1;
    background-color: rgb(58 59 69/var(--tw-bg-opacity))
}

.bg-\[\#F9E727\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 231 39/var(--tw-bg-opacity))
}

.bg-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(251 255 58/var(--tw-bg-opacity))
}

.bg-baseBg {
    --tw-bg-opacity: 1;
    background-color: rgb(17 18 26/var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-danger {
    --tw-bg-opacity: 1;
    background-color: rgb(255 61 108/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.bg-opacity-60 {
    --tw-bg-opacity: 0.6
}

.bg-\[repeating-linear-gradient\(321deg\2c \#000\2c \#000_20px\2c \#11121A_0\2c \#11121A_35px\)\] {
    background-image: repeating-linear-gradient(321deg, #000, #000 20px, #11121a 0, #11121a 35px)
}

.p-1 {
    padding: .25rem
}

.p-10 {
    padding: 2.5rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-7 {
    padding: 1.75rem
}

.p-9 {
    padding: 2.25rem
}

.p-\[10px\] {
    padding: 10px
}

.p-\[24px\] {
    padding: 24px
}

.p-\[3px\] {
    padding: 3px
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px
}

.pb-\[5px\] {
    padding-bottom: 5px
}

.pl-\[17px\] {
    padding-left: 17px
}

.pl-\[19px\] {
    padding-left: 19px
}

.pr-0 {
    padding-right: 0
}

.pr-\[0\.24rem\] {
    padding-right: .24rem
}

.pr-\[5px\] {
    padding-right: 5px
}

.pt-1 {
    padding-top: .25rem
}

.pt-1\.5 {
    padding-top: .375rem
}

.pt-8 {
    padding-top: 2rem
}

.text-center {
    text-align: center
}

.font-poppins {
    font-family: Poppins, sans-serif
}

.font-unbounded {
    font-family: Unbounded, sans-serif
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[17\.852px\] {
    font-size: 17.852px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[21px\] {
    font-size: 21px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[28px\] {
    font-size: 28px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-black {
    font-weight: 900
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-thin {
    font-weight: 100
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-\[32px\] {
    line-height: 32px
}

.text-\[\#24252E\] {
    --tw-text-opacity: 1;
    color: rgb(36 37 46/var(--tw-text-opacity))
}

.text-accent {
    --tw-text-opacity: 1;
    color: rgb(251 255 58/var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-danger {
    --tw-text-opacity: 1;
    color: rgb(255 61 108/var(--tw-text-opacity))
}

.text-text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-text-secondary {
    --tw-text-opacity: 1;
    color: rgb(178 178 178/var(--tw-text-opacity))
}

.text-text-tertiary {
    --tw-text-opacity: 1;
    color: rgb(163 163 163/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.opacity-100 {
    opacity: 1
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    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
}

@font-face {
    font-family: Unbounded;
    src: url(/_next/static/media/Unbounded-Light.b0d78a26.ttf);
    font-weight: 300;
    font-style: regular
}

@font-face {
    font-family: Unbounded;
    src: url(/_next/static/media/Unbounded-Regular.0d3d6de4.ttf);
    font-weight: 400;
    font-style: regular
}

@font-face {
    font-family: Unbounded;
    src: url(/_next/static/media/Unbounded-Medium.e7603192.ttf);
    font-weight: 500;
    font-style: regular
}

@font-face {
    font-family: Unbounded;
    src: url(/_next/static/media/Unbounded-SemiBold.be8c7f0c.ttf);
    font-weight: 600;
    font-style: regular
}

@font-face {
    font-family: Unbounded;
    src: url(/_next/static/media/Unbounded-Bold.cddbbedc.ttf);
    font-weight: 700;
    font-style: regular
}

@font-face {
    font-family: Unbounded;
    src: url(/_next/static/media/Unbounded-Black.09e5403a.ttf);
    font-weight: 900;
    font-style: regular
}

@font-face {
    font-family: Poppins;
    src: url(/_next/static/media/Poppins-Regular.4b4ebe20.ttf);
    font-weight: 400;
    font-style: regular
}

@font-face {
    font-family: Poppins;
    src: url(/_next/static/media/Poppins-Medium.a52d0bf0.ttf);
    font-weight: 500;
    font-style: regular
}

@font-face {
    font-family: Poppins;
    src: url(/_next/static/media/Poppins-SemiBold.98512bf8.ttf);
    font-weight: 600;
    font-style: regular
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

* ::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

* ::-webkit-scrollbar-track {
    background: #2e2e2e;
    border-radius: 14px
}

* ::-webkit-scrollbar-thumb {
    background: rgba(249, 231, 39, .7);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px
}

img,
main {
    display: block
}

a {
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    color: inherit
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

textarea {
    direction: ltr;
    resize: none;
    background: 0 0;
    border: 0;
    overflow: hidden
}

textarea:focus,
textarea:hover {
    outline: 0;
    border: 0
}

button {
    background: 0 0;
    cursor: pointer;
    border: 0
}

ul {
    list-style: none
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

body {
    font-family: Poppins, Arial, open-sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    background-color: #11121a;
    background-image: url(/_next/static/media/bobr-kurwa.92a01da1.png), url(/_next/static/media/main-bg-1-desk.37caebae.svg);
    background-position: 50% 0, 50% 105px;
    background-repeat: no-repeat;
    background-size: 400px 400px, 448px 56px
}

@media screen and (min-width:998px) {
    body {
        background-position: calc(50% - 260px) -10px, 50% 105px;
        background-size: 900px 900px, 1440px 180px
    }
}

body.no-scroll {
    overflow: hidden
}

@media screen and (min-width:768px) {
    body .mobile {
        display: none
    }
}

@media screen and (min-width:998px) {
    body .mobile-tablet {
        display: none
    }
}

@media screen and (min-width:1440px) {
    body .mobile-desktop {
        display: none
    }
}

body .landscape {
    display: none
}

@media screen and (min-width:568px) {
    body .landscape {
        display: flex
    }
}

body .tablet {
    display: none
}

@media screen and (min-width:768px) {
    body .tablet {
        display: flex
    }
}

body .laptop-desktop {
    display: none
}

@media screen and (min-width:998px) {
    body .laptop-desktop {
        display: flex
    }
}

body .desktop {
    display: none
}

@media screen and (min-width:1440px) {
    body .desktop {
        display: flex
    }
}

body .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.25)
    }
    to {
        transform: scale(1)
    }
}

.pulse {
    animation: pulse 2s infinite;
    display: inline-block
}

.first-line\:text-accent:first-line {
    --tw-text-opacity: 1;
    color: rgb(251 255 58/var(--tw-text-opacity))
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.hover\:scale-105:hover,
.hover\:scale-\[101\%\]:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-\[101\%\]:hover {
    --tw-scale-x: 101%;
    --tw-scale-y: 101%
}

.hover\:transform:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:brightness-110:hover {
    --tw-brightness: brightness(1.1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

@media (max-width:560px) {
    .sm\:mr-1 {
        margin-right: .25rem
    }
    .sm\:mr-4 {
        margin-right: 1rem
    }
    .sm\:flex {
        display: flex
    }
    .sm\:hidden {
        display: none
    }
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .sm\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .sm\:flex-col {
        flex-direction: column
    }
    .sm\:items-start {
        align-items: flex-start
    }
    .sm\:justify-between {
        justify-content: space-between
    }
    .sm\:border-b {
        border-bottom-width: 1px
    }
    .sm\:border-r-0 {
        border-right-width: 0
    }
    .sm\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0/var(--tw-bg-opacity))
    }
    .sm\:p-0 {
        padding: 0
    }
    .sm\:p-2 {
        padding: .5rem
    }
    .sm\:p-3 {
        padding: .75rem
    }
    .sm\:p-\[20px\] {
        padding: 20px
    }
    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .sm\:pl-5 {
        padding-left: 1.25rem
    }
    .sm\:text-\[11px\] {
        font-size: 11px
    }
    .sm\:text-\[12px\] {
        font-size: 12px
    }
    .sm\:text-\[14px\] {
        font-size: 14px
    }
    .sm\:text-\[24px\] {
        font-size: 24px
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .sm\:leading-\[28px\] {
        line-height: 28px
    }
}

@media (min-width:768px) {
    .md\:mt-0 {
        margin-top: 0
    }
}

@media (min-width:1280px) {
    .xl\:size-full {
        width: 100%;
        height: 100%
    }
    .xl\:h-\[61px\] {
        height: 61px
    }
}

.overlay {
    position: fixed;
    z-index: 100;
    background: #11121a;
    outline: none
}

.overlay,
.overlay__container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.overlay__container {
    position: absolute;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .overlay__container {
        position: static
    }
}

.popup {
    background: #1a1b25;
    padding: 33px 20px 19px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 335px;
    position: relative;
    overflow: auto;
    outline: none;
    border-radius: 30px
}

@media screen and (min-width:768px) {
    .popup {
        max-width: 664px;
        padding: 65px 73px 51px 55px
    }
}

.popup__title b {
    font-weight: inherit;
    color: #fbff3a
}

.popup__content {
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 1
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    padding: 4px;
    box-sizing: content-box;
    z-index: 2;
    transition: transform .35s ease
}

.popup__close:after,
.popup__close:before {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #615e75;
    pointer-events: none;
    transition: background .35s ease
}

.popup__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup__close:after {
    transform: translate(-50%, -50%) rotate(135deg)
}

.popup__close:hover {
    transform: scale(1.2)
}

.popup__close:hover:after,
.popup__close:hover:before {
    background: #fff
}

.waitlist {
    position: relative;
    overflow: visible
}

.waitlist:before {
    content: "";
    position: absolute;
    top: -37px;
    right: 0;
    width: 187px;
    height: 168px;
    background: url(/_next/static/media/waitlist-shadow.b8a5f759.png) 50% 50% no-repeat;
    background-size: 100% auto;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .waitlist:before {
        top: 32px;
        right: 18px;
        width: 359px;
        height: 204px
    }
}

.waitlist:after {
    content: "";
    position: absolute;
    top: -63px;
    right: -60px;
    width: 278px;
    height: 275px;
    background: url(/_next/static/media/waitlist-bg.7788ea3f.png) 50% 50% no-repeat;
    background-size: 100% auto;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .waitlist:after {
        width: 335px;
        height: 447px;
        top: unset;
        right: 20px;
        bottom: 7px
    }
}

.waitlist__title {
    margin-bottom: 14px
}

@media screen and (min-width:768px) {
    .waitlist__title {
        margin-bottom: 19px
    }
}

.waitlist__form {
    display: flex;
    flex-direction: column
}

.waitlist__text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    max-width: 280px;
    margin-bottom: 31px
}

@media screen and (min-width:768px) {
    .waitlist__text {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 49px
    }
}

.waitlist__btns {
    margin-bottom: 11px
}

@media screen and (min-width:768px) {
    .waitlist__btns {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 7px
    }
}

.waitlist__checkbox {
    margin-right: 8px
}

.waitlist__checkbox:checked {
    accent-color: #fbff3a
}

.waitlist__terms {
    font-size: 14px
}

.waitlist__terms a {
    color: #fbff3a;
    text-decoration: underline
}

.waitlist__input {
    width: 100%;
    border-radius: 11px;
    border: 1px solid #3a3b45;
    padding: 16px 14px 16px 45px;
    background: #000 url(/_next/static/media/email.37a61a7f.svg) 13px 50% no-repeat;
    outline: 1px solid #3a3b45;
    color: #fff;
    margin-bottom: 11px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    transition: border .35s ease
}

@media screen and (min-width:768px) {
    .waitlist__input {
        font-size: 16px;
        padding: 18px 60px;
        margin-bottom: 0;
        margin-right: 9px;
        background-position: 20px 50%
    }
}

.waitlist__input::-moz-placeholder {
    color: #615e75;
    font-family: Poppins, Arial, open-sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1
}

.waitlist__input::placeholder {
    color: #615e75;
    font-family: Poppins, Arial, open-sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1
}

@media screen and (min-width:768px) {
    .waitlist__input::-moz-placeholder {
        font-size: 16px
    }
    .waitlist__input::placeholder {
        font-size: 16px
    }
}

.waitlist__input:hover {
    border-color: #fff
}

.waitlist__btn {
    width: 100%;
    padding: 0 22px
}

@media screen and (min-width:768px) {
    .waitlist__btn {
        width: 192px;
        height: auto;
        flex-shrink: 0;
        font-size: 13px;
        height: 62px
    }
}

.waitlist__label {
    color: #615e75;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.13px;
    display: block;
    text-align: center
}

@media screen and (min-width:768px) {
    .waitlist__label {
        text-align: left
    }
}

.success {
    padding: 55px 58px 43px;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .success {
        padding: 57px 57px 78px
    }
    .success__content {
        max-width: 235px;
        margin: 0 auto
    }
}

.success__label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 31px
}

.success__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 14px;
    background: url(/_next/static/media/success.e101f1ea.svg) 50% 50% no-repeat;
    margin-right: 8px
}

@media screen and (min-width:768px) {
    .success__label {
        margin-bottom: 23px
    }
}

.success__title {
    text-align: center;
    margin-bottom: 33px
}

@media screen and (min-width:768px) {
    .success__title {
        margin-bottom: 37px
    }
}

.success__socials {
    display: flex;
    justify-content: center;
    align-items: stretch
}

.success__social {
    margin-right: 14px
}

.success__social:last-child {
    margin-right: 0
}

.success__social-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    transition: transform .35s ease
}

.success__social-link:hover {
    transform: translateY(-5px)
}

.success__social-link:before {
    content: "";
    width: 55px;
    height: 55px;
    border-radius: 10px;
    margin-bottom: 7px;
    background-size: 55px 55px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.success__social-link--twitter:before {
    background-image: url(/_next/static/media/twitter-colored.29707caf.png)
}

.success__social-link--discord:before {
    background-image: url(/_next/static/media/discord-colored.1a122638.png)
}

.success__social-link--telegram:before {
    background-image: url(/_next/static/media/tg-colored.2b26c4b6.png)
}

.footer {
    margin-top: 76px;
    padding-bottom: 34px;
    background: #020206;
    position: relative
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 54px;
    transform: translate(-50%, -100%);
    background: url(/_next/static/media/footer-bg.2564e4e5.svg) 50% 50% no-repeat;
    background-size: 440px 54px;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .footer:before {
        height: 152px;
        background-position: 50% 0;
        background-size: auto auto
    }
    .footer {
        padding-bottom: 0;
        margin-top: 152px
    }
}

.footer__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 22px
}

@media screen and (min-width:768px) {
    .footer__container {
        padding: 0 6px;
        flex-direction: row;
        align-items: stretch
    }
}

.footer__block {
    position: relative;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px
}

.footer__block:after {
    content: "";
    position: absolute;
    width: calc(100% + 44px);
    height: 1px;
    bottom: 0;
    left: 0;
    transform: translateX(-22px);
    background: #11121a;
    pointer-events: none
}

.footer__block:last-child:after {
    display: none
}

@media screen and (min-width:768px) {
    .footer__block {
        width: 33%;
        padding: 27px 29px 101px
    }
    .footer__block:after {
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        bottom: unset;
        left: unset;
        transform: none;
        pointer-events: none
    }
}

.footer__social {
    margin-bottom: 18px
}

.footer__social:last-child {
    margin-bottom: 0
}

.footer__social-link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .35s ease
}

.footer__social-link:hover {
    transform: translateY(-2px)
}

.footer__social-img {
    width: auto;
    height: 18px;
    max-width: 20px
}

.footer__social-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 14px
}

@media screen and (min-width:768px) {
    .footer__social-name {
        font-size: 16px
    }
}

.footer__logo {
    width: 138px;
    height: 17px;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .footer__logo {
        width: 166px;
        height: 20px;
        margin-bottom: 30px
    }
}

.footer__info {
    font-size: 13px;
    line-height: 20px;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 400
}

@media screen and (min-width:768px) {
    .footer__info {
        font-size: 15px;
        line-height: 24px
    }
}

.footer__block-name {
    display: inline-block;
    background: #1d1e2a;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .52px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: hsla(0, 0%, 100%, .5)
}

@media screen and (min-width:768px) {
    .footer__block-name {
        margin-bottom: 34px
    }
}

.footer__term {
    margin-bottom: 11px
}

@media screen and (min-width:768px) {
    .footer__term {
        margin-bottom: 14px
    }
}

.footer__term:last-child {
    margin-bottom: 0
}

.footer__term-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    transition: all .35s ease;
    padding: 0 3px;
    transform: translateX(-3px)
}

.footer__term-link:hover {
    background: #fff;
    color: #0b0c1b
}

.footer__copyright {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7
}

.footer__disclaimer {
    margin-top: 20px
}

.header {
    position: sticky;
    top: 0;
    z-index: 9
}

.header--sticky {
    background: hsla(0, 0%, 100%, .05);
    -webkit-backdrop-filter: blur(28.5px);
    backdrop-filter: blur(28.5px)
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px
}

@media screen and (min-width:1440px) {
    .header__container {
        padding: 19px 32px
    }
}

.header__btns,
.header__column {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header__btns {
    gap: 11px
}

@media screen and (min-width:1440px) {
    .header__btns {
        flex-direction: row;
        justify-content: center
    }
}

.logo {
    width: 92px;
    height: 11px
}

@media screen and (min-width:998px) {
    .logo {
        width: 151px;
        height: 19px
    }
    .header__logo {
        margin: 0 59px 0 0
    }
}

.logo__link {
    display: block
}

.header__menu {
    text-transform: uppercase;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px
}

.header__menu-list {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (min-width:1440px) {
    .header__menu-list {
        justify-content: flex-start
    }
}

.header__menu-item {
    text-align: center;
    margin-right: 10px
}

@media screen and (min-width:998px) {
    .header__menu-item {
        margin-right: 16px
    }
}

@media screen and (min-width:1440px) {
    .header__menu-item {
        margin-right: 24px
    }
}

.header__menu-item:last-child {
    margin-right: 0
}

.header__menu-link {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .48px;
    text-decoration: none;
    padding: 0 3px;
    transition: all .35s ease
}

.header__menu-link:hover {
    background: #fff;
    color: #0b0c1b
}

.header__btn {
    text-transform: uppercase;
    border-radius: 6px;
    height: 42px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width:998px) {
    .header__btn {
        height: 42px
    }
}

.socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px
}

@media screen and (min-width:998px) {
    .socials {
        margin: 0 11px
    }
}

.social {
    margin-right: 2px
}

.social:last-child {
    margin-right: 0
}

.social__link {
    width: 42px;
    transition: all .35s ease
}

.social__link:hover {
    box-shadow: inset 0 0 0 1px #fff
}

.social__img {
    display: block;
    width: auto;
    height: 14px
}

.cashier-btn {
    margin-left: 11px
}

.cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 18px 21px;
    border-top: 1px solid #2c2e35;
    background: #1a1b25;
    -webkit-backdrop-filter: blur(52px);
    backdrop-filter: blur(52px);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    z-index: 100
}

.cookies--active {
    display: flex
}

@media screen and (min-width:768px) {
    .cookies {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 24px 41px
    }
}

.cookies__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 17px
}

@media screen and (min-width:768px) {
    .cookies__content {
        margin-bottom: 0;
        margin-right: 10px
    }
}

.cookies__image {
    display: block;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin-right: 16px
}

@media screen and (min-width:768px) {
    .cookies__image {
        width: 58px;
        height: 58px;
        margin-right: 20px
    }
}

.cookies__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    max-width: 615px
}

@media screen and (min-width:768px) {
    .cookies__text {
        font-size: 15px;
        line-height: 23px
    }
}

.cookies__text b {
    font-weight: 700
}

.cookies__btns {
    flex-shrink: 0
}

.cookies__btn {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #68696c;
    color: #fff;
    margin-right: 9px;
    transition: box-shadow .35s ease
}

@media screen and (min-width:768px) {
    .cookies__btn {
        padding: 14px 20px
    }
}

.cookies__btn:last-child {
    margin-right: 0
}

.cookies__btn:hover {
    box-shadow: inset 0 0 5px 0 #fff
}

.cookies__btn--reverted {
    color: #0b0c1b;
    border-radius: 8px;
    background: #fff;
    border-color: #fff
}

.cookies__btn--reverted:hover {
    box-shadow: inset 0 0 5px 0 #0b0c1b
}

.header__connectButton {
    display: none
}

.header__launchButton {
    padding: 5px 0;
    display: flex;
    gap: 6px;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    color: #fbff3a;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 700;
    line-height: 120%
}

.header__launchButton-icon {
    display: none
}

@media screen and (min-width:768px) {
    .header__launchButton {
        padding: 14px 18px;
        color: #000;
        background-color: #fbff3a;
        font-size: 12px;
        box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .25), 0 0 20px 0 rgba(252, 255, 117, .4);
        margin-left: 5px
    }
    .header__launchButton.-icon {
        display: block
    }
}

@media screen and (min-width:1440px) {
    .header__launchButton {
        margin-left: 15px
    }
}

.header__buyButton {
    padding: 7px 0;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.header__buyButton--connected {
    display: none
}

@media screen and (min-width:768px) {
    .header__connectButton {
        display: block
    }
    .header__launchButton {
        order: 3
    }
    .header__buyButton {
        display: none
    }
}

.lang-toggle {
    position: relative
}

.lang-toggle__btn {
    width: 42px;
    height: 32px;
    background: none;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    transition: all .35s ease
}

@media screen and (min-width:998px) {
    .lang-toggle__btn {
        height: 42px;
        font-size: 12px
    }
}

.lang-toggle__btn:hover {
    box-shadow: 0 0 0 1px #fff
}

.lang-toggle__btn:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-2px);
    border: 3px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .3);
    pointer-events: none
}

.lang-menu {
    position: absolute;
    display: none;
    top: calc(100% + 1px);
    right: 0;
    padding: 10px;
    border-radius: 11px;
    border: 1px solid #24252e;
    background: #1a1b25;
    box-shadow: 0 22px 63px 0 rgba(0, 0, 0, .75);
    width: 100px;
    box-sizing: content-box
}

.lang-menu--active {
    display: block
}

@media screen and (min-width:998px) {
    .lang-menu {
        top: calc(100% + 2px)
    }
}

.lang-menu__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    transition: all .35s ease
}

.lang-menu__link:hover {
    background: #000
}

.lang-menu__flag {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.lang-menu__name {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.user-toggle__wrapper {
    position: relative
}

.user-toggle__menu {
    position: absolute;
    margin-top: 10px;
    right: 0
}

.user-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    background: #000;
    padding: 0 15px 0 6px;
    min-height: 27px;
    position: relative;
    transition: all .35s ease
}

@media screen and (min-width:768px) {
    .user-toggle {
        min-height: 42px
    }
}

.user-toggle.active:after,
.user-toggle:hover:after {
    transform: translateY(-50%) rotate(180deg)
}

.user-toggle:hover {
    box-shadow: 0 0 0 1px #fff
}

.user-toggle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    transition: all .35s ease;
    background: url(/_next/static/media/triangle.d5510e25.svg) 50% 0 no-repeat
}

.user-toggle__profile {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (min-width:768px) {
    .user-toggle__profile {
        width: 30px;
        height: 30px
    }
}

.user-toggle__profile.active {
    position: relative
}

.user-toggle__profile.active:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: -1px;
    right: -1px;
    background: red;
    border-radius: 50%;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .user-toggle__profile.active:before {
        width: 9px;
        height: 9px;
        top: -3px;
        right: -3px
    }
}

.user-toggle__profile-icon {
    height: 100%;
    width: auto;
    max-width: 100%
}

.user-toggle__content,
.user-toggle__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.user-toggle__inner {
    padding: 0 10px;
    position: relative
}

.user-toggle__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    background: hsla(0, 0%, 100%, .3);
    pointer-events: none
}

.user-toggle__inner.landscape:before,
.user-toggle__inner:first-child:before {
    display: none
}

@media screen and (min-width:568px) {
    .user-toggle__inner.landscape:before {
        display: block
    }
}

.user-toggle__name {
    color: hsla(0, 0%, 100%, .7);
    font-size: 12px;
    font-weight: 300;
    line-height: 120%
}

.user-toggle__money {
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.user-toggle__currency {
    width: 16px;
    height: 16px;
    margin-left: 4px
}

.user-menu {
    border-radius: 28px;
    background: #24252e;
    overflow: hidden;
    min-width: 335px
}

.user-menu__header {
    padding: 22px 30px 24px
}

.user-menu__header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.user-menu__header-label,
.user-menu__logout {
    color: hsla(0, 0%, 100%, .5);
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.user-menu__logout {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
    position: relative
}

.user-menu__logout:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(/_next/static/media/exit.ab235a24.svg) 50% 50% no-repeat
}

.user-menu__copy {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.user-menu__logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0
}

.user-menu__copy-text {
    color: #fff;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .36px;
    text-transform: uppercase;
    word-break: break-word;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden
}

.user-menu__copy-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 12px;
    position: relative;
    flex-shrink: 0
}

.user-menu__copy-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.user-menu__copy-btn:active+.user-menu__copy-label {
    display: block
}

.user-menu__copy-icon {
    width: 24px;
    height: 24px
}

.user-menu__copy-label {
    display: none;
    color: hsla(0, 0%, 100%, .5);
    font-size: 10px;
    font-weight: 500;
    line-height: 147%;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%)
}

.user-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 27px 30px 30px;
    position: relative
}

.user-menu__list:before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: hsla(0, 0%, 100%, .2)
}

.user-menu__item {
    width: calc(50% - 12px)
}

.user-menu__item-compact {
    margin-top: -10px
}

.user-menu__item-label {
    color: hsla(0, 0%, 100%, .7);
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px
}

.user-menu__item-content {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.user-menu__item-value {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.user-menu__item-currency {
    width: 16px;
    height: 16px;
    margin-left: 6px
}

.user-menu__item-currency-left {
    width: 16px;
    height: 16px;
    margin-right: 6px
}

.user-menu__item-addition {
    color: #27f62f;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 6px;
    margin-left: 6px
}

.user-menu__desc {
    padding: 0 30px 30px;
    color: #bdbdc0;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%
}

.user-menu__desc b {
    font-weight: inherit;
    color: #27f62f
}

.user-menu__offer {
    background: #000;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

.user-menu__offer:before {
    content: "Exclusive Offer";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: hsla(0, 0%, 100%, .6);
    font-size: 10px;
    font-weight: 500;
    line-height: 147%;
    border-radius: 200px;
    border: 2px solid #24252e;
    background: #000;
    padding: 2px 10px;
    pointer-events: none
}

.user-menu__offer-title {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 12px
}

.user-menu__offer-desc {
    color: #b2b2b2;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 147%
}

.user-menu__offer-desc b {
    font-weight: inherit;
    color: #fff
}

.user-menu__offer-btn {
    margin-top: 14px;
    max-width: 293px;
    width: 100%;
    font-size: 13px;
    font-weight: 900;
    line-height: 120%;
    padding: 0 22px;
    height: 53px
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #11121a;
    z-index: 10;
    padding: 8px 20px 40px;
    display: flex;
    justify-content: space-between;
    overflow: scroll
}

.mobile-menu,
.mobile-menu .header__btns {
    flex-direction: column
}

.mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 98px
}

.mobile-menu__footer-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 28px
}

.mobile-menu__footer-btn {
    flex-basis: 100px;
    flex-grow: 5;
    margin-right: 11px;
    padding: 0 18px
}

@media screen and (min-width:998px) {
    .mobile-menu__footer-btn {
        height: 78px
    }
}

.mobile-menu__footer-btn:last-child {
    margin-right: 0
}

.mobile-menu__open {
    width: 24px;
    height: 24px;
    position: relative;
    padding: 4px;
    box-sizing: content-box;
    margin-right: 16px
}

.mobile-menu__open:before {
    top: 8px;
    box-shadow: 0 15px 0 0 #fff
}

.mobile-menu__open:after,
.mobile-menu__open:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background: #fff;
    left: 4px;
    pointer-events: none
}

.mobile-menu__open:after {
    top: 50%;
    transform: translateY(-50%)
}

.mobile-menu__close {
    width: 24px;
    height: 24px;
    position: relative;
    padding: 4px;
    box-sizing: content-box;
    margin-left: 15px
}

.mobile-menu__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.mobile-menu__close:after,
.mobile-menu__close:before {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    pointer-events: none
}

.mobile-menu__close:after {
    transform: translate(-50%, -50%) rotate(135deg)
}

.mobile-menu__btns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mobile-menu__logo-link {
    display: block;
    width: 92px;
    height: 11px
}

.mobile-menu__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px
}

.mobile-menu__item {
    margin-bottom: 35px
}

.mobile-menu__item:last-child {
    margin-bottom: 0
}

.mobile-menu__link {
    display: block;
    text-align: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 0 3px;
    transition: all .35s ease
}

.mobile-menu__link:hover {
    background: #fff;
    color: #0b0c1b
}