* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #000;
}

a, button, textarea, input {
    outline: none;
    text-decoration: none;
}

.bistimodpy {
    max-width: 1496px;
    width: 100%;
    padding: 0px 16px;
    margin: 0px auto;
}

.lbwxqluwsa {
    background: #C6FE01;
}

.czfkzdcieb {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.nescihapxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.dxwqqccstf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
}
.dxwqqccstf > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dxwqqccstf > *:hover {
    opacity: 0.4;
}

.nixagqvfpk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}

.ghvmfvuzdn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    outline: none;
}
.ghvmfvuzdn > p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.zfidojosxa {
    height: 48px;
    border: 1px solid #000;
    padding: 0px 22px;
}
.zfidojosxa > p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.zfidojosxa:hover {
    background: #000;
}
.zfidojosxa:hover > p {
    color: #C6FE01;
}

.cafpazremi {
    padding-top: 192px;
    padding-bottom: 20px;
    background-image: url(../img/welcome-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sbqfwnnffb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 126px;
}

.tdfsjetzeo {
    max-width: 1188px;
    width: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
}
.tdfsjetzeo > h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tdfsjetzeo > h1 > span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tdfsjetzeo > h1:hover > span {
    color: #C6FE01;
}
.tdfsjetzeo > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
.tdfsjetzeo > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
}

.fjatmclaxz {
    height: 48px;
    background: #C6FE01;
    padding: 0px 22px;
    border: 1px solid #C6FE01;
}
.fjatmclaxz > p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.fjatmclaxz:hover {
    background: none;
}
.fjatmclaxz:hover > p {
    color: #C6FE01;
}

.sbqfwnnffb-live {
    -webkit-animation: 20s sbqfwnnffb-live infinite linear;
            animation: 20s sbqfwnnffb-live infinite linear;
    height: 49px;
    width: 100%;
    background-image: url(../img/welcome-live.png);
    background-repeat: repeat no-repeat;
    background-position: center;
    background-size: 1163px 49px;
}

@-webkit-keyframes sbqfwnnffb-live {
    0% {
        background-position: 1163px;
    }
    100% {
        background-position: 0px;
    }
}

@keyframes sbqfwnnffb-live {
    0% {
        background-position: 1163px;
    }
    100% {
        background-position: 0px;
    }
}
.gjvavzhioy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 20px 0;
    border-block: 1px solid #101010;
    background: #000;
}
.gjvavzhioy > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 2px;
}
.gjvavzhioy > span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.gjvavzhioy > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ckcndrednd {
    background: #C6FE01;
    margin-bottom: 82px;
}

.ayvrywbnyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
}
.ayvrywbnyt > p {
    width: 16px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.096px;
}
.ayvrywbnyt > span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20.773px;
    font-style: normal;
    font-weight: 300;
    line-height: 15.58px;
}

.gklcwksbgu {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
}
.gklcwksbgu > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.18px;
    position: relative;
}
.gklcwksbgu > p::before {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 8.33332H2.5M13.3333 1.66666V4.99999M6.66667 1.66666V4.99999M6.5 18.3333H13.5C14.9001 18.3333 15.6002 18.3333 16.135 18.0608C16.6054 17.8212 16.9878 17.4387 17.2275 16.9683C17.5 16.4335 17.5 15.7335 17.5 14.3333V7.33332C17.5 5.93319 17.5 5.23313 17.2275 4.69835C16.9878 4.22794 16.6054 3.84549 16.135 3.60581C15.6002 3.33332 14.9001 3.33332 13.5 3.33332H6.5C5.09987 3.33332 4.3998 3.33332 3.86502 3.60581C3.39462 3.84549 3.01217 4.22794 2.77248 4.69835C2.5 5.23313 2.5 5.93319 2.5 7.33332V14.3333C2.5 15.7335 2.5 16.4335 2.77248 16.9683C3.01217 17.4387 3.39462 17.8212 3.86502 18.0608C4.3998 18.3333 5.09987 18.3333 6.5 18.3333Z' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.jqotjkbytr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.mwuckjmsji {
    max-width: 926px;
    width: 100%;
    background: #0D0D0D;
    padding: 40px 46px;
    padding-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
}

.ogyxhuitry {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.ogyxhuitry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #C6FE01;
    padding: 24px;
}

.wlrlbvcgem {
    max-width: 448px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.wlrlbvcgem > p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.hpmesnoavf {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.hpmesnoavf > * {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(29.25px);
    padding-right: 26px;
}
.hpmesnoavf > *:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.hpmesnoavf > * > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 48px;
    height: 48px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.hpmesnoavf > * > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}
.hpmesnoavf > * > div > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hpmesnoavf > * > div > p::after {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.82999 1.23122C9.17497 0.96568 9.58753 0.833212 10 0.833313C10.4125 0.833212 10.825 0.96568 11.17 1.23122L12.148 1.98218L13.3737 1.8209C14.2363 1.70723 15.0661 2.18787 15.3988 2.98997L15.8697 4.13053L17.0085 4.60072L17.0101 4.6014C17.8122 4.93419 18.2927 5.76443 18.1791 6.62693L18.018 7.85155L18.7693 8.8302C18.9679 9.08875 19.0921 9.38541 19.1418 9.69163C19.1781 9.91492 19.1747 10.1433 19.1316 10.3657C19.0763 10.6515 18.9554 10.9274 18.7693 11.1698L18.018 12.1484L18.1791 13.373C18.2927 14.2355 17.8122 15.0658 17.0101 15.3986L17.0085 15.3992L15.8697 15.8694L15.3988 17.01C15.0661 17.8121 14.2363 18.2927 13.3737 18.1791L12.148 18.0178L11.17 18.7687C10.825 19.0343 10.4125 19.1667 10 19.1666C9.58753 19.1667 9.17497 19.0343 8.82999 18.7687L7.85197 18.0178L6.6263 18.1791C5.76374 18.2927 4.93395 17.8121 4.6012 17.01L4.13035 15.8694L2.99149 15.3992L2.98987 15.3986C2.18776 15.0658 1.70727 14.2355 1.82092 13.373L1.98204 12.1484L1.23069 11.1698C1.01456 10.8883 0.886489 10.5617 0.846744 10.2268C0.789096 9.74117 0.917356 9.23822 1.23069 8.8302L1.98204 7.85155L1.82092 6.62693C1.70727 5.76443 2.18776 4.93419 2.98987 4.6014L2.99149 4.60072L4.13035 4.13053L4.6012 2.98997C4.93395 2.18787 5.76374 1.70723 6.6263 1.8209L7.85197 1.98218L8.82999 1.23122ZM13.5059 8.5059C13.8314 8.18047 13.8314 7.65283 13.5059 7.32739C13.1805 7.00195 12.6528 7.00195 12.3274 7.32739L9.16667 10.4881L8.08926 9.41072C7.76382 9.08529 7.23618 9.08529 6.91075 9.41072C6.58531 9.73616 6.58531 10.2638 6.91075 10.5892L8.57741 12.2559C8.90285 12.5813 9.43049 12.5813 9.75592 12.2559L13.5059 8.5059Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hpmesnoavf > * > div > span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.xwmdcftpuv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    margin-block: -64px;
}
.xwmdcftpuv > * {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.xwmdcftpuv > .ilvegjunha {
    opacity: 0;
}
.xwmdcftpuv > .odbnvjdiwr {
    display: none;
}

.ltijqqtckp {
    max-width: 364px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 13px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: #000;
    backdrop-filter: blur(29.25px);
}
.ltijqqtckp > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 52px;
    height: 52px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.ltijqqtckp > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.ltijqqtckp > div > span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.108px;
}
.ltijqqtckp > div > span > span {
    color: #C6FE01;
}
.ltijqqtckp > div > p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.084px;
}

.fqpkxcteaf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
}
.fqpkxcteaf > span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.fqpkxcteaf > p {
    color: #C6FE01;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ogyxhuitry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.gsnerwqtow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    position: relative;
}
.gsnerwqtow::before {
    position: relative;
    content: "";
    width: 100%;
    height: 1px;
    background: #171717;
}
.gsnerwqtow > p {
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nfjhqyspxn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.nfjhqyspxn > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: relative;
}
.nfjhqyspxn > *::before {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.nfjhqyspxn > * > p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.nfjhqyspxn > *.btc::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='0.5' y='0.5' width='31' height='31' stroke='%23C6FF00'/%3E%3Cpath d='M22.9608 14.1466C23.2729 12.0173 21.6844 10.8727 19.5124 10.1091L20.217 7.22467L18.4967 6.78711L17.8107 9.59548C17.3585 9.48047 16.894 9.37196 16.4324 9.26445L17.1233 6.43756L15.404 6L14.6989 8.88338C14.3246 8.79637 13.9571 8.71037 13.6004 8.61986L13.6023 8.61086L11.2299 8.00627L10.7723 9.88152C10.7723 9.88152 12.0486 10.1801 12.0217 10.1986C12.7184 10.3761 12.8443 10.8466 12.8233 11.2197L12.0207 14.5056C12.0687 14.5181 12.131 14.5362 12.1996 14.5642C12.1422 14.5497 12.081 14.5336 12.0178 14.5181L10.8928 19.1213C10.8075 19.3373 10.5915 19.6613 10.1044 19.5383C10.1216 19.5638 8.85403 19.2198 8.85403 19.2198L8 21.2296L10.2387 21.7991C10.6552 21.9056 11.0633 22.0171 11.4651 22.1222L10.7532 25.0396L12.4715 25.4771L13.1766 22.5907C13.6459 22.7207 14.1016 22.8408 14.5475 22.9538L13.8449 25.8267L15.5652 26.2642L16.2771 23.3523C19.2106 23.9189 21.4164 23.6904 22.3449 20.9825C23.0931 18.8022 22.3077 17.5446 20.7643 16.7244C21.8882 16.4599 22.7349 15.7053 22.9608 14.1466ZM19.0302 19.7719C18.4986 21.9521 14.9017 20.7735 13.7356 20.4779L14.6803 16.6129C15.8464 16.91 19.5859 17.498 19.0302 19.7719ZM19.5623 14.1151C19.0773 16.0984 16.0835 15.0907 15.1124 14.8437L15.9689 11.3382C16.94 11.5853 20.0675 12.0463 19.5623 14.1151Z' fill='%23C6FF00'/%3E%3C/svg%3E");
}
.nfjhqyspxn > *.eth::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='0.5' y='0.5' width='31' height='31' stroke='%23C6FF00'/%3E%3Cpath d='M16.2597 5L16.1229 5.46377V18.9212L16.2597 19.0575L22.5206 15.365L16.2597 5Z' fill='%23C6FF00'/%3E%3Cpath d='M16.2639 5L10.0031 15.365L16.2639 19.0575V12.5256V5Z' fill='%23C6FF00'/%3E%3Cpath d='M16.2617 20.2402L16.1846 20.334V25.1278L16.2617 25.3524L22.5264 16.5496L16.2617 20.2402Z' fill='%23C6FF00'/%3E%3Cpath d='M16.2609 25.3524V20.2402L10 16.5496L16.2609 25.3524Z' fill='%23C6FF00'/%3E%3Cpath d='M16.2621 19.0584L22.5229 15.366L16.2621 12.5267V19.0584Z' fill='%23C6FF00'/%3E%3Cpath d='M10 15.366L16.2608 19.0585V12.5267L10 15.366Z' fill='%23C6FF00'/%3E%3C/svg%3E");
}

.yvlarxlptu {
    margin-bottom: 94px;
}

.bdeubxtufh {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    position: relative;
}
.bdeubxtufh > p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bdeubxtufh::before, .bdeubxtufh::after {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 244px;
    width: 100%;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='244' height='9' viewBox='0 0 244 9' fill='none'%3E%3Crect x='8' y='4' width='231' height='1' fill='white' fill-opacity='0.24'/%3E%3Crect x='0.5' y='0.5' width='8' height='8' rx='1.5' fill='%23C6FF00' stroke='%23030100'/%3E%3Crect x='235.5' y='0.5' width='8' height='8' rx='1.5' fill='%23C6FF00' stroke='%23030100'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.jjhnqvbura {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
}

.eozarvdzse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}
.eozarvdzse > div {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    padding: 24px;
    padding-bottom: 40px;
    border: 1px solid #C6FE01;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 320px;
            flex: 1 1 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
}
.eozarvdzse > div:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.eozarvdzse > div > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    position: relative;
    color: #C6FE01;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.eozarvdzse > div > p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.qoalsiyyst {
    margin-bottom: 64px;
}

.bbjhcejmcl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
}

.fuqtikolsz {
    background: #040404;
    padding: 64px 84px;
}

.hcjvdkvfyx {
    margin-right: 20px;
    max-width: 446px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ifcadwxeom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.ifcadwxeom > p {
    color: #E3E3E3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.ifcadwxeom > p > span {
    color: #C6FE01;
}

.llikaimdsu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
}
.llikaimdsu > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hcjvdkvfyx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.eftaavhgzb {
    height: 40px;
    padding: 0px 14px;
    border: 1px solid #C6FE01;
}
.eftaavhgzb > p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.eftaavhgzb:hover {
    background: rgba(241, 99, 11, 0.12);
    border: 1px solid rgba(241, 99, 11, 0);
}
.eftaavhgzb:hover > p {
    color: #C6FE01;
}

.xrrlbuvcbt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.xrrlbuvcbt > * {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    padding: 18px;
    background: #C6FE01;
    backdrop-filter: blur(9px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-right: 28px;
}
.xrrlbuvcbt > *:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.xrrlbuvcbt > *.eth > p::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 0H24V12V24H0V0Z' fill='black'/%3E%3Cpath d='M11.9977 4L11.8886 4.37022V15.1132L11.9977 15.2219L16.9957 12.2742L11.9977 4Z' fill='%23C6FF00'/%3E%3Cpath d='M12.0009 4L7.00294 12.2742L12.0009 15.2219V10.0076V4Z' fill='%23C6FF00'/%3E%3Cpath d='M11.999 16.1668L11.9375 16.2416V20.0685L11.999 20.2477L17 13.2206L11.999 16.1668Z' fill='%23C6FF00'/%3E%3Cpath d='M11.998 20.2477V16.1668L7.00002 13.2206L11.998 20.2477Z' fill='%23C6FF00'/%3E%3Cpath d='M12.0008 15.223L16.9987 12.2754L12.0008 10.0088V15.223Z' fill='%23C6FF00'/%3E%3Cpath d='M7.00002 12.2754L11.9979 15.2231V10.0088L7.00002 12.2754Z' fill='%23C6FF00'/%3E%3C/svg%3E");
}
.xrrlbuvcbt > *.btc > p::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 0H24V12V24H0V0Z' fill='black'/%3E%3Cpath d='M17.966 10.034C18.2365 8.18864 16.8598 7.19661 14.9774 6.53482L15.588 4.03501L14.0971 3.65579L13.5026 6.08972C13.1107 5.99004 12.7081 5.896 12.3081 5.80282L12.9068 3.35285L11.4168 2.97363L10.8057 5.47256C10.4813 5.39715 10.1628 5.32262 9.85366 5.24418L9.85535 5.23637L7.79925 4.7124L7.40263 6.33762C7.40263 6.33762 8.50882 6.59635 8.48547 6.61239C9.08931 6.76624 9.19843 7.17406 9.18017 7.49737L8.48461 10.3452C8.52623 10.356 8.58016 10.3716 8.63961 10.3959C8.58993 10.3833 8.53685 10.3695 8.48207 10.356L7.50708 14.3454C7.4332 14.5326 7.24594 14.8135 6.82384 14.7068C6.83871 14.7289 5.74016 14.4308 5.74016 14.4308L5 16.1726L6.94019 16.6662C7.30114 16.7585 7.65486 16.8552 8.00307 16.9462L7.38607 19.4746L8.87529 19.8538L9.48635 17.3523C9.89315 17.465 10.2881 17.569 10.6745 17.6669L10.0656 20.1567L11.5565 20.536L12.1735 18.0123C14.7158 18.5034 16.6276 18.3053 17.4323 15.9585C18.0807 14.0689 17.4 12.9789 16.0624 12.2682C17.0365 12.0389 17.7703 11.3849 17.966 10.034ZM14.5595 14.9092C14.0988 16.7988 10.9815 15.7773 9.97086 15.5212L10.7896 12.1715C11.8002 12.4289 15.0411 12.9386 14.5595 14.9092ZM15.0207 10.0067C14.6003 11.7255 12.0057 10.8523 11.1641 10.6382L11.9064 7.6001C12.748 7.81419 15.4585 8.21377 15.0207 10.0067Z' fill='%23C6FF00'/%3E%3C/svg%3E");
}
.xrrlbuvcbt > *:first-child {
    width: 100%;
    max-width: 204px;
}
.xrrlbuvcbt > *:last-child {
    background: rgba(198, 255, 0, 0.12);
}
.xrrlbuvcbt > *:last-child.eth > p::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 0H24V12V24H0V0Z' fill='%23C6FF00'/%3E%3Cpath d='M11.9977 4L11.8886 4.37022V15.1132L11.9977 15.2219L16.9957 12.2742L11.9977 4Z' fill='black'/%3E%3Cpath d='M12.0009 4L7.00294 12.2742L12.0009 15.2219V10.0076V4Z' fill='black'/%3E%3Cpath d='M11.999 16.1668L11.9375 16.2416V20.0685L11.999 20.2477L17 13.2206L11.999 16.1668Z' fill='black'/%3E%3Cpath d='M11.998 20.2477V16.1668L7.00002 13.2206L11.998 20.2477Z' fill='black'/%3E%3Cpath d='M12.0008 15.223L16.9987 12.2754L12.0008 10.0088V15.223Z' fill='black'/%3E%3Cpath d='M7.00002 12.2754L11.9979 15.2231V10.0088L7.00002 12.2754Z' fill='black'/%3E%3C/svg%3E");
}
.xrrlbuvcbt > *:last-child.btc > p::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 0H24V12V24H0V0Z' fill='%23C6FF00'/%3E%3Cpath d='M17.966 10.034C18.2365 8.18864 16.8598 7.19661 14.9774 6.53482L15.588 4.03501L14.0971 3.65579L13.5026 6.08972C13.1107 5.99004 12.7081 5.896 12.3081 5.80282L12.9068 3.35285L11.4168 2.97363L10.8057 5.47256C10.4813 5.39715 10.1628 5.32262 9.85366 5.24418L9.85535 5.23637L7.79925 4.7124L7.40263 6.33762C7.40263 6.33762 8.50882 6.59635 8.48547 6.61239C9.08931 6.76624 9.19843 7.17406 9.18017 7.49737L8.48461 10.3452C8.52623 10.356 8.58016 10.3716 8.63961 10.3959C8.58993 10.3833 8.53685 10.3695 8.48207 10.356L7.50708 14.3454C7.4332 14.5326 7.24594 14.8135 6.82384 14.7068C6.83871 14.7289 5.74016 14.4308 5.74016 14.4308L5 16.1726L6.94019 16.6662C7.30114 16.7585 7.65486 16.8552 8.00307 16.9462L7.38607 19.4746L8.87529 19.8538L9.48635 17.3523C9.89315 17.465 10.2881 17.569 10.6745 17.6669L10.0656 20.1567L11.5565 20.536L12.1735 18.0123C14.7158 18.5034 16.6276 18.3053 17.4323 15.9585C18.0807 14.0689 17.4 12.9789 16.0624 12.2682C17.0365 12.0389 17.7703 11.3849 17.966 10.034ZM14.5595 14.9092C14.0988 16.7988 10.9815 15.7773 9.97086 15.5212L10.7896 12.1715C11.8002 12.4289 15.0411 12.9386 14.5595 14.9092ZM15.0207 10.0067C14.6003 11.7255 12.0057 10.8523 11.1641 10.6382L11.9064 7.6001C12.748 7.81419 15.4585 8.21377 15.0207 10.0067Z' fill='black'/%3E%3C/svg%3E");
}
.xrrlbuvcbt > *:last-child > span {
    color: #C6FE01;
}
.xrrlbuvcbt > *:last-child > p {
    color: #C6FE01;
}
.xrrlbuvcbt > * > span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.xrrlbuvcbt > * > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.xrrlbuvcbt > * > p::after {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fuqtikolsz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.zxbxlyzmzp {
    max-width: 326px;
    width: 100%;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.zxbxlyzmzp > * {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 32px 30px;
    padding-left: 24px;
    border: 1px solid #C6FE01;
    background: #040404;
}
.zxbxlyzmzp > *:last-child > input {
    color: #C6FE01;
}
.zxbxlyzmzp > * > input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: none;
    border: none;
    color: #D5D5D5;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.144px;
}
.zxbxlyzmzp > * > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 36px;
    height: 36px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
}
.zxbxlyzmzp > * > span {
    top: -12px;
    left: 16px;
    position: absolute;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 6px;
    background: #C6FE01;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
}

.gfvoorgbho {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
}

.zxbxlyzmzp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    border: 1px solid #C6FE01;
    background: #121212;
}

.gfvoorgbho {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 24px;
    background: #C6FE01;
}

.dsibzytouq {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 160px 6px 1fr;
    grid-template-columns: 1fr 160px 1fr;
    padding-bottom: 9px;
    gap: 6px;
}
.dsibzytouq > p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.096px;
}
.dsibzytouq > p:last-child {
    text-align: right;
}

.qnsnyoflmh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
}
.qnsnyoflmh > p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.108px;
}

.zxwdtbxcrk {
    display: -ms-grid;
    display: grid;
    gap: 6px;
    -ms-grid-columns: 1fr 6px 160px 6px 1fr;
    grid-template-columns: 1fr 160px 1fr;
}
.zxwdtbxcrk > * {
    gap: 6px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.zxwdtbxcrk > * > p {
    width: 100%;
    padding: 0px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.096px;
}
.zxwdtbxcrk > *:first-child::after {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071C7.90237 18.3166 7.90237 17.6834 8.29289 17.2929L13.5858 12L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.zxwdtbxcrk > *:last-child::before {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071C7.90237 18.3166 7.90237 17.6834 8.29289 17.2929L13.5858 12L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dmzgxkclep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}

.aisobaexan {
    margin-bottom: 74px;
}

.gafgekpqsi {
    padding-top: 74px;
    padding-bottom: 118px;
    background-image: url(../img/giveaway-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    isolation: isolate;
}
.gafgekpqsi::before, .gafgekpqsi::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gafgekpqsi::before {
    -webkit-animation: 6s yuzittjkzj infinite linear;
            animation: 6s yuzittjkzj infinite linear;
    background-image: url(../img/giveaway-bg-a.png);
}
.gafgekpqsi::after {
    -webkit-animation: 6s kbwzjmkyvp infinite linear;
            animation: 6s kbwzjmkyvp infinite linear;
    background-image: url(../img/giveaway-bg-b.png);
}

@-webkit-keyframes yuzittjkzj {
    0% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
}

@keyframes yuzittjkzj {
    0% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
}
@-webkit-keyframes kbwzjmkyvp {
    0% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
}
@keyframes kbwzjmkyvp {
    0% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
}
.pzozwudpjh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
}
.pzozwudpjh > span {
    position: relative;
    padding: 10px 14px;
    background: #C6FE01;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.096px;
}
.pzozwudpjh > span::before {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2037_1011)'%3E%3Cpath d='M9.99999 5.00008V18.3334M9.99999 5.00008H7.05356C6.61943 5.00008 6.20307 4.82449 5.89609 4.51193C5.58912 4.19937 5.41666 3.77544 5.41666 3.33341C5.41666 2.89139 5.58912 2.46746 5.89609 2.1549C6.20307 1.84234 6.61943 1.66675 7.05356 1.66675C9.34523 1.66675 9.99999 5.00008 9.99999 5.00008ZM9.99999 5.00008H12.9464C13.3806 5.00008 13.7969 4.82449 14.1039 4.51193C14.4109 4.19937 14.5833 3.77544 14.5833 3.33341C14.5833 2.89139 14.4109 2.46746 14.1039 2.1549C13.7969 1.84234 13.3806 1.66675 12.9464 1.66675C10.6548 1.66675 9.99999 5.00008 9.99999 5.00008ZM16.6667 9.16675V15.6667C16.6667 16.6002 16.6667 17.0669 16.485 17.4234C16.3252 17.737 16.0702 17.992 15.7566 18.1518C15.4001 18.3334 14.9334 18.3334 14 18.3334L5.99999 18.3334C5.06657 18.3334 4.59986 18.3334 4.24334 18.1518C3.92974 17.992 3.67477 17.737 3.51498 17.4234C3.33332 17.0669 3.33332 16.6002 3.33332 15.6667V9.16675M1.66666 6.33341L1.66666 7.83341C1.66666 8.30012 1.66666 8.53348 1.75748 8.71174C1.83738 8.86854 1.96486 8.99602 2.12166 9.07592C2.29992 9.16675 2.53328 9.16675 2.99999 9.16675L17 9.16675C17.4667 9.16675 17.7001 9.16675 17.8783 9.07592C18.0351 8.99603 18.1626 8.86854 18.2425 8.71174C18.3333 8.53348 18.3333 8.30013 18.3333 7.83341V6.33341C18.3333 5.8667 18.3333 5.63335 18.2425 5.45509C18.1626 5.29829 18.0351 5.1708 17.8783 5.09091C17.7001 5.00008 17.4667 5.00008 17 5.00008L2.99999 5.00008C2.53328 5.00008 2.29992 5.00008 2.12166 5.09091C1.96486 5.1708 1.83738 5.29829 1.75748 5.45509C1.66666 5.63335 1.66666 5.8667 1.66666 6.33341Z' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2037_1011'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pzozwudpjh > p {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.64px;
}
.pzozwudpjh > p > span {
    color: #C6FE01;
}

.aofxyrcjek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
}

.twacseruyw {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.jsluhdkhor {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 16px;
    padding-right: 20px;
    background: #000;
    border: 1px solid #C6FE01;
}
.jsluhdkhor > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 200px;
    height: 200px;
    -o-object-position: center;
       object-position: center;
    background-size: contain;
}
.jsluhdkhor.eth .xekdtmjzbn > p::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20' fill='none'%3E%3Cpath d='M5.99734 0L5.86633 0.444265V13.3358L5.99734 13.4663L11.9949 9.92909L5.99734 0Z' fill='%23C6FF00'/%3E%3Cpath d='M6.00114 0L0.00354004 9.92908L6.00114 13.4663V7.20915V0Z' fill='%23C6FF00'/%3E%3Cpath d='M5.99881 14.6004L5.92499 14.6901V19.2824L5.99881 19.4975L12 11.0649L5.99881 14.6004Z' fill='%23C6FF00'/%3E%3Cpath d='M5.9976 19.4975V14.6003L0 11.0649L5.9976 19.4975Z' fill='%23C6FF00'/%3E%3Cpath d='M6.00085 13.4675L11.9984 9.93038L6.00085 7.21045V13.4675Z' fill='%23C6FF00'/%3E%3Cpath d='M0 9.93038L5.9975 13.4676V7.21045L0 9.93038Z' fill='%23C6FF00'/%3E%3C/svg%3E");
}
.jsluhdkhor.btc .xekdtmjzbn > p::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='18' viewBox='0 0 13 18' fill='none'%3E%3Cpath d='M12.966 7.06039C13.2365 5.21501 11.8598 4.22297 9.97739 3.56118L10.588 1.06138L9.09711 0.682161L8.50261 3.11609C8.11067 3.01641 7.7081 2.92237 7.30809 2.82919L7.90684 0.379218L6.41677 0L5.80571 2.49893C5.48128 2.42352 5.1628 2.34899 4.85366 2.27054L4.85535 2.26274L2.79925 1.73876L2.40263 3.36398C2.40263 3.36398 3.50882 3.62272 3.48547 3.63875C4.08931 3.79261 4.19843 4.20043 4.18017 4.52374L3.48461 7.37156C3.52623 7.38239 3.58016 7.398 3.63961 7.42227C3.58993 7.4097 3.53685 7.39583 3.48207 7.38239L2.50708 11.3718C2.4332 11.559 2.24594 11.8398 1.82384 11.7332C1.83871 11.7553 0.740156 11.4571 0.740156 11.4571L0 13.199L1.94019 13.6926C2.30114 13.7849 2.65486 13.8815 3.00307 13.9725L2.38607 16.501L3.87529 16.8802L4.48635 14.3786C4.89315 14.4913 5.28807 14.5953 5.6745 14.6933L5.06556 17.1831L6.55648 17.5623L7.17348 15.0387C9.71581 15.5297 11.6276 15.3317 12.4323 12.9848C13.0807 11.0953 12.4 10.0053 11.0624 9.29452C12.0365 9.06526 12.7703 8.41127 12.966 7.06039ZM9.55954 11.9356C9.0988 13.8252 5.98151 12.8037 4.97086 12.5476L5.78957 9.19787C6.80022 9.4553 10.0411 9.96498 9.55954 11.9356ZM10.0207 7.03308C9.60031 8.75191 7.00574 7.87863 6.1641 7.66453L6.90638 4.62646C7.74802 4.84056 10.4585 5.24014 10.0207 7.03308Z' fill='%23C6FF00'/%3E%3C/svg%3E");
}

.loyedwprqp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
}
.loyedwprqp > img {
    height: 20px;
    -o-object-position: left;
       object-position: left;
}
.loyedwprqp > p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.44px;
}
.loyedwprqp > p > span {
    color: #C6FE01;
}

.frzguaxqvr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
}

.xekdtmjzbn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.xekdtmjzbn > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.096px;
}
.xekdtmjzbn > p::before {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 13px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.jhjyiaonxu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    height: 48px;
    border: 1px solid #383838;
    padding: 4px;
    padding-left: 14px;
}
.jhjyiaonxu > p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.096px;
}

.copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 40px;
    background: #C6FE01;
    padding: 0px 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.copy > p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.096px;
}
.copy:hover {
    opacity: 0.6;
}

.himwsuarzg {
    margin-top: 96px;
}

.nqrfrlshfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
}

.zkpqmgaroc {
    overflow-x: auto;
    padding: 26px;
    padding-top: 16px;
    width: 100%;
}
.zkpqmgaroc > table {
    width: 100%;
    border-spacing: 0px;
}
.zkpqmgaroc > table > thead > tr > td {
    white-space: nowrap;
    padding: 0px 13px;
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
    padding-bottom: 16px;
}
.zkpqmgaroc > table > thead > tr > td:first-child {
    padding-left: 26px;
}
.zkpqmgaroc > table > thead > tr > td:last-child {
    width: 1%;
    padding-right: 26px;
}
.zkpqmgaroc > table > tbody > tr {
    -webkit-animation: 0.3s zkewmgaroc;
            animation: 0.3s zkewmgaroc;
}
.zkpqmgaroc > table > tbody > tr > td {
    white-space: nowrap;
    border-bottom: 8px solid rgba(255, 255, 255, 0);
    padding: 8px 13px;
}
.zkpqmgaroc > table > tbody > tr > td:first-child {
    padding-left: 26px;
}
.zkpqmgaroc > table > tbody > tr > td:last-child {
    padding-right: 26px;
}
.zkpqmgaroc > table > tbody > tr > td > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.zkpqmgaroc > table > tbody > tr > td > * > p {
    color: #898989;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.zkpqmgaroc > table > tbody > tr > td > * > span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #898989;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.zkpqmgaroc > table > tbody > tr > td > * > span::before {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 16.6666V3.33325M10 3.33325L5 8.33325M10 3.33325L15 8.33325' stroke='%23717171' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.zkpqmgaroc > table > tbody > tr > td > * > small {
    padding: 0px 6px;
    height: 24px;
    border: 1px solid #737373;
    background: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.zkpqmgaroc > table > tbody > tr:last-child > td {
    border-bottom: none;
}

@-webkit-keyframes zkewmgaroc {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes zkewmgaroc {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.himwsuarzg {
    margin-bottom: 48px;
}

.status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 0px 14px;
    background: #000;
    -webkit-box-shadow: 0 0 0 1px #121212;
            box-shadow: 0 0 0 1px #121212;
    height: 40px;
    color: #898989;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.096px;
}
.status::before {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0.833252C4.93743 0.833252 0.833374 4.93731 0.833374 9.99992C0.833374 15.0625 4.93743 19.1666 10 19.1666C15.0627 19.1666 19.1667 15.0625 19.1667 9.99992C19.1667 4.93731 15.0627 0.833252 10 0.833252ZM14.3393 8.08917C14.6647 7.76374 14.6647 7.2361 14.3393 6.91066C14.0139 6.58523 13.4862 6.58523 13.1608 6.91066L8.75004 11.3214L6.8393 9.41066C6.51386 9.08523 5.98622 9.08523 5.66079 9.41066C5.33535 9.7361 5.33535 10.2637 5.66079 10.5892L8.16079 13.0892C8.48622 13.4146 9.01386 13.4146 9.3393 13.0892L14.3393 8.08917Z' fill='%23C6FF00'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 1496px) {
    .twacseruyw {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .fuqtikolsz {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .jqotjkbytr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 64px;
    }
    .mwuckjmsji {
        max-width: 100%;
    }
    .fuqtikolsz {
        padding: 0;
    }
    .zxbxlyzmzp {
        max-width: 100%;
        gap: 48px;
    }
    .hcjvdkvfyx {
        margin: 0;
        max-width: 100%;
    }
    .xrrlbuvcbt > * {
        max-width: 100%;
        width: 100%;
    }
    .xrrlbuvcbt > *:first-child {
        max-width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .mwuckjmsji {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 16px;
    }
    .xwmdcftpuv {
        margin: 0;
    }
    .jsluhdkhor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }
    .bdeubxtufh::before, .bdeubxtufh::after {
        content: none;
    }
    .zkpqmgaroc {
        padding: 0;
    }
    .dxwqqccstf {
        display: none;
    }
    .eozarvdzse {
        gap: 12px;
    }
    .eozarvdzse > div {
        padding: 16px;
        padding-bottom: 26px;
    }
    .eftaavhgzb > p {
        font-size: 14px;
    }
    .llikaimdsu > img {
        height: 20px;
    }
    .ifcadwxeom > p > br {
        display: none;
    }
    .qnsnyoflmh > p {
        font-size: 16px;
    }
    .dsibzytouq {
        width: 100%;
        -ms-grid-columns: 1fr 110px 1fr;
        grid-template-columns: 1fr 110px 1fr;
    }
    .dsibzytouq > p {
        font-size: 14px;
    }
    .dsibzytouq > p:last-child {
        text-align: right;
    }
    .zxwdtbxcrk {
        -ms-grid-columns: 1fr 110px 1fr;
        grid-template-columns: 1fr 110px 1fr;
    }
    .zxwdtbxcrk > * > p {
        font-size: 12px;
        padding: 0px 4px;
    }
    .zxwdtbxcrk > *:first-child::after {
        width: 18px;
        height: 18px;
    }
    .zxwdtbxcrk > *:last-child::before {
        width: 18px;
        height: 18px;
    }
    .gfvoorgbho {
        padding: 20px;
    }
    .loyedwprqp > p {
        font-size: 18px;
    }
    .himwsuarzg {
        margin-top: 0;
    }
    .zkpqmgaroc > table > tbody > tr > td:first-child {
        padding-left: 0;
    }
    .zkpqmgaroc > table > tbody > tr > td:last-child {
        padding-right: 0;
    }
    .zkpqmgaroc > table > thead > tr > td:first-child {
        padding-left: 0;
    }
    .zkpqmgaroc > table > thead > tr > td:last-child {
        padding-right: 0;
    }
    .cafpazremi {
        background-position: right;
        padding-top: 64px;
    }
    .tdfsjetzeo > p > br {
        display: none;
    }
}