.funding-methods {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    padding: 80px 24px;
}

.funding-methods::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 76% 48%, rgba(162, 105, 55, .28) 0%, rgba(76, 48, 27, .16) 30%, transparent 56%), linear-gradient(180deg, #000000 0%, #050403 54%, #000000 100%);
}

.funding-methods__inner {
    width: min(100%, 970px);
    margin: 0 auto;
}

.funding-methods h1 {
    margin: 0;
    color: #e3b990;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}

.funding-methods h1 span {
    color: #ffffff;
}

.funding-methods__intro {
    max-width: 850px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
    text-align: center;
}

.funding-methods__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 9px;
}

    .funding-methods__table th,
    .funding-methods__table td {
        height: 42px;
        padding: 0 14px;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        color: rgba(255, 255, 255, .88);
        font-size: 12px;
        font-weight: 300;
        line-height: 1.25;
        text-align: center;
        vertical-align: middle;
    }

.funding-methods__table tbody tr:last-child td {
    border-bottom: 0;
}

.funding-methods__table thead th {
    height: 42px;
    color: #c29673;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.funding-methods__table th:nth-child(1),
.funding-methods__table td:nth-child(1) {
    width: 43%;
}

.funding-methods__table th:nth-child(2),
.funding-methods__table td:nth-child(2) {
    width: 10%;
}

.funding-methods__table th:nth-child(3),
.funding-methods__table td:nth-child(3) {
    width: 11%;
}

.funding-methods__table th:nth-child(4),
.funding-methods__table td:nth-child(4) {
    width: 20%;
}

.funding-methods__table th:nth-child(5),
.funding-methods__table td:nth-child(5) {
    width: 16%;
}

@media (max-width: 767px) {
    .funding-methods {
        padding: 42px 20px 58px;
    }

    .funding-methods h1 {
        font-size: 32px;
    }

    .funding-methods__intro {
        font-size: 14px;
    }

    .funding-methods__table {
        min-width: 880px;
    }
}

@media (max-width: 420px) {
    .funding-methods h1 {
        font-size: 28px;
    }
}

.withdrawal-info {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    padding: 60px 24px;
}

.withdrawal-info::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 50% 45%, rgba(98, 62, 34, .16) 0%, transparent 48%), linear-gradient(180deg, #000000 0%, #030303 56%, #000000 100%);
}

.withdrawal-info__inner {
    width: min(100%, 826px);
    margin: 0 auto;
}

.withdrawal-info h2 {
    margin: 0;
    color: #e3b990;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}

.withdrawal-info__subhead {
    margin-top: 40px !important;
    color: #ffffff !important;
}

.withdrawal-info__subhead span {
    color: #e3b990;
}

.withdrawal-info__subhead--security {
    margin-top: 40px !important;
    color: #e3b990 !important;
}

.withdrawal-info__grid {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.withdrawal-info__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.withdrawal-info__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.withdrawal-info__card {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 24px;
    min-height: 140px;
    padding: 20px 24px;
    border: 1px solid rgba(198, 155, 90, .12);
    border-radius: 8px;
    background: linear-gradient(100deg, rgba(22, 14, 10, .94) 0%, rgba(36, 26, 19, .9) 64%, rgba(46, 36, 28, .86) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.withdrawal-info__card img {
    width: 112px;
    max-width: 100%;
    align-self: center;
    justify-self: center;
}

.withdrawal-info__card h3 {
    margin: 0;
    color: #e3b990;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.withdrawal-info__card p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
    font-weight: 300;
    line-height: 1.65;
}

.withdrawal-info__card--compact {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 22px;
    min-height: 122px;
    padding: 22px 22px 18px;
}

.withdrawal-info__card--compact img {
    width: 78px;
}

.withdrawal-info__card--compact h3 {
    font-size: 13px;
}

.withdrawal-info__card--compact p {
    margin-top: 16px;
    font-size: 9px;
}

.withdrawal-info__security {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) 280px;
    align-items: center;
    gap: 28px;
    min-height: 122px;
    margin-top: 20px;
    padding: 14px 34px;
    border: 1px solid rgba(198, 155, 90, .12);
    border-radius: 8px;
    background: linear-gradient(100deg, rgba(22, 14, 10, .94) 0%, rgba(36, 26, 19, .9) 64%, rgba(46, 36, 28, .86) 100%);
}

.withdrawal-info__security-main {
    width: 120px;
    max-width: 100%;
    justify-self: center;
}

.withdrawal-info__security p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 10px;
    font-weight: 300;
    line-height: 1.55;
}

.withdrawal-info__security-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.withdrawal-info__security-icons figure {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 4px;
    margin: 0;
    padding: 0 13px;
}

.withdrawal-info__security-icons figure + figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .28), transparent);
}

.withdrawal-info__security-icons img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

    .withdrawal-info__security-icons figcaption {
        color: #ffffff;
        font-size: 7px;
        font-weight: 600;
        line-height: 1.25;
        text-align: center;
        text-transform: uppercase;
    }

@media (max-width: 991px) {
    .withdrawal-info__grid--two,
    .withdrawal-info__grid--three {
        grid-template-columns: 1fr;
    }

    .withdrawal-info__security {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .withdrawal-info__security-icons {
        grid-column: 1 / -1;
        width: min(100%, 360px);
        justify-self: center;
    }
}

@media (max-width: 767px) {
    .withdrawal-info {
        padding: 42px 20px 58px;
    }

    .withdrawal-info h2 {
        font-size: 28px;
    }

    .withdrawal-info__card,
    .withdrawal-info__card--compact {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding: 18px;
    }

    .withdrawal-info__card img,
    .withdrawal-info__card--compact img {
        width: 72px;
    }

    .withdrawal-info__card p,
    .withdrawal-info__card--compact p {
        font-size: 10px;
    }

    .withdrawal-info__security {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px 18px;
        text-align: center;
    }

    .withdrawal-info__security-main {
        width: 104px;
    }
}

@media (max-width: 420px) {
    .withdrawal-info__card,
    .withdrawal-info__card--compact {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.funding-methods h1,
.withdrawal-info h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: uppercase;
}

.funding-methods__intro {
    width: 80%;
    margin: 14px auto 0px;
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .funding-methods h1,
    .withdrawal-info h2 {
        font-size: 28px;
    }

    .funding-methods__intro {
        font-size: 17px;
    }
}

.funding-methods__table {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(198, 155, 90, .18);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(23, 14, 8, .74) 0%, rgba(31, 21, 14, .82) 60%, rgba(70, 52, 35, .74) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 18px 34px rgba(0, 0, 0, .42);
    backdrop-filter: blur(1px);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.funding-methods__table::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 24px;
    right: 24px;
    z-index: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 228, 195, .9), transparent);
    filter: blur(.2px);
    opacity: .82;
}

.funding-methods__table::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 226, 188, .12), transparent 34%);
    pointer-events: none;
}

.funding-methods__table:hover {
    border-color: rgba(198, 155, 90, .52);
    background: linear-gradient(180deg, rgba(28, 17, 10, .82) 0%, rgba(37, 25, 16, .88) 56%, rgba(82, 60, 40, .82) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 22px 44px rgba(0, 0, 0, .5), 0 0 22px rgba(198, 155, 90, .12);
}

.funding-methods__table th,
.funding-methods__table td {
    position: relative;
    z-index: 1;
}

.funding-methods__table {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .funding-methods__table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    .funding-methods__table thead,
    .funding-methods__table tbody {
        display: table;
        width: 100%;
    }
}

.funding-methods__table,
.withdrawal-info__card,
.withdrawal-info__security {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(13, 13, 13, .98) 0%, rgba(13, 13, 13, .94) 47%, rgba(87, 64, 46, .82) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 18px 34px rgba(0, 0, 0, .42);
    backdrop-filter: blur(1px);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

    .funding-methods__table:hover,
    .withdrawal-info__card:hover,
    .withdrawal-info__security:hover {
        transform: translateY(-6px);
        border-color: rgba(198, 155, 90, .55);
        background: linear-gradient(135deg, rgba(13, 13, 13, .98) 0%, rgba(13, 13, 13, .94) 47%, rgba(87, 64, 46, .82) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 22px 46px rgba(0, 0, 0, .48), 0 0 28px rgba(198, 155, 90, .12);
    }
