._CWC .footer-community .typography-Subtitle1 {
    font-weight: 600
}

._CWC .footer-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: var(--color-textPrimary)
}

._CWC .footer-icon:hover {
    color: var(--color-textSecondary)
}

._CWC .footer-icongroup {
    display: grid;
    grid-template-columns: repeat(4, 24px);
    grid-gap: 24px;
    margin-top: 24px
}

@media screen and (max-width: 1023px) {
    ._CWC .footer-community {
        margin-top: 48px
    }
    ._CWC .footer-icongroup {
        grid-template-columns: repeat(auto-fill, 24px);
        margin-top: 18px
    }
}

@media screen and (max-width: 767px) {
    ._CWC .footer-currency-img {
        height: 20px;
        margin-inline-end: 8px
    }
}

._CWC .footer-copyright {
    max-width: 1200px;
    margin: 64px auto 0
}

._CWC .footer-copyright .typography-Btn_link3 {
    color: var(--color-textBrand)
}

._CWC .footer-copyright .footer-copyright-legal .typography-Btn_link3 {
    font-size: 12px
}

._CWC .footer-copyright-line {
    width: 100%;
    height: 1px;
    background-color: var(--color-line)
}

._CWC .footer-copyright-text {
    margin-top: 16px;
    color: var(--color-textSecondary)
}

._CWC .text-center {
    text-align: center
}

._CWC .footer-copyright-enterprise .opreation {
    cursor: pointer
}

._CWC .no-wrap {
    white-space: nowrap
}

._CWC .footer-copyright-cookieprefrence {
    cursor: pointer;
    margin-inline-start: 24px;
    white-space: nowrap
}

._CWC .footer-copyright-cookieprefrence:hover {
    color: var(--color-textBrand)
}

@media screen and (max-width: 1023px) {
    ._CWC .footer-copyright {
        margin-top: 48px
    }
}

@media screen and (max-width: 767px) {
    ._CWC .footer-copyright .typography-Body3 {
        font-size: 12px;
        line-height: 16px
    }
    ._CWC .footer-copyright-cookieprefrence {
        display: block;
        margin-left: 0
    }
}

._CWC footer a {
    display: inline
}

._CWC .footer-navlist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px
}

._CWC .footer-navlist-sub {
    break-inside: avoid
}

._CWC .footer-navlist-sub+.footer-navlist-sub {
    margin-top: 40px
}

._CWC .footer-navlist .footer-navlist-item-list {
    list-style: none;
    margin-top: 16px
}

._CWC .footer-navlist-item+.footer-navlist-item {
    margin-top: 8px
}

._CWC .footer-navlist .footer-navlist-item .color-textprimary:hover {
    color: var(--color-textBrand)
}

._CWC .footer-navlist .footer-navlist-item .color-textprimary {
    color: var(--color-textPrimary)
}

._CWC .footer-navlist-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

._CWC .footer-navlist-expand-icon {
    display: none
}

@media screen and (max-width: 767px) {
    ._CWC .footer-navlist {
        display: block
    }
    ._CWC .footer-navlist-item-list {
        display: none;
        margin-top: 24px;
        list-style-type: none
    }
    ._CWC .footer-navlist-item-list.active {
        display: block
    }
    ._CWC .footer-navlist-title {
        display: flex;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        height: 32px;
        justify-content: space-between
    }
    ._CWC .footer-navlist-title .bn-svg {
        font-size: 20px
    }
    ._CWC .footer-navlist-expand-icon {
        display: inline-block;
        padding: 8px
    }
    ._CWC .footer-navlist-expand-icon .bn-svg {
        font-size: 16px !important;
        color: var(--color-textPrimary)
    }
    ._CWC .footer-navlist-item {
        padding: 0 24px
    }
    ._CWC .footer-navlist-item+.footer-navlist-item {
        margin-top: 16px
    }
    ._CWC .footer-navlist-group {
        width: auto
    }
    ._CWC .footer-navlist-group+.footer-navlist-group {
        margin-top: 16px
    }
    ._CWC .footer-navlist-sub+.footer-navlist-sub {
        margin-top: 16px
    }
}

@media screen and (max-width: 1023px) {
    ._CWC .footer-navlist-group {
        width: auto
    }
}

._CWC footer.footer-wrapper {
    background-color: var(--color-bg1);
    padding: 64px 24px 64px
}

._CWC .footer-wrapper.onlyCopyRight {
    padding: 24px
}

._CWC .footer-content {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-column-gap: 24px;
    width: 1200px;
    justify-content: space-between;
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    ._CWC .footer-content {
        width: auto
    }
}

@media screen and (max-width: 1023px) {
    ._CWC .footer-content {
        display: flex;
        flex-direction: column-reverse;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    ._CWC footer.footer-wrapper {
        padding: 48px 16px 48px
    }
    ._CWC .footer-navlist {
        display: block
    }
    ._CWC .footer-wrapper.onlyCopyRight {
        padding: 16px
    }
}