.styles_input_wrapper__jTNle {
    position: relative;
    width: 100%;
    flex-grow: 1;
    min-height: 48px;
    display: flex;
    box-sizing: border-box;
    gap: 8px
}

[dir] .styles_input_wrapper__jTNle {
    border: 1px solid var(--color-input-border);
    border-radius: 8px
}

[dir] .styles_input_wrapper__jTNle:focus-within {
    border-color: var(--color-input-border-focus);
    box-shadow: var(--outline-shadow)
}

[dir] .styles_input_wrapper__jTNle.no-border {
    border: none;
    box-shadow: none
}

.styles_input_wrapper__jTNle:has(input:-moz-placeholder-shown) .styles_tools__9RmfK {
    display: none
}

.styles_input_wrapper__jTNle:has(input:placeholder-shown) .styles_tools__9RmfK {
    display: none
}

.styles_input_wrapper__jTNle:not(:has(:-moz-placeholder-shown)) .styles_tools__9RmfK {
    display: flex
}

.styles_input_wrapper__jTNle:not(:has(:placeholder-shown)) .styles_tools__9RmfK {
    display: flex
}

[dir] .styles_input_wrapper__jTNle.has-error {
    border-color: var(--color-error);
    margin-bottom: 0
}

[dir] .styles_input_wrapper__jTNle.has-error+.styles_error__O9j0j {
    margin-bottom: 8px
}

[dir] .styles_input_wrapper__jTNle.has-error:focus-within {
    box-shadow: none
}

[dir] .styles_input_wrapper__jTNle.has-tips {
    margin-bottom: 0
}

.styles_input_wrapper__jTNle.has-tips+.styles_tips_wrapper__YuV4q {
    flex-basis: 100%;
    flex-shrink: 0
}

[dir] .styles_input_wrapper__jTNle.has-tips+.styles_tips_wrapper__YuV4q {
    padding-top: 4px;
    margin-bottom: 24px
}

.styles_input_wrapper__jTNle.xs-size {
    min-height: var(--size-input-height-xs)
}

.styles_input_wrapper__jTNle.sm-size {
    min-height: var(--size-input-height-sm)
}

.styles_input_wrapper__jTNle.md-size {
    min-height: var(--size-input-height-md)
}

.styles_input_wrapper__jTNle.lg-size {
    min-height: var(--size-input-height-lg)
}

.styles_input_wrapper__jTNle input {
    font-size: 1.14286rem;
    font-weight: 600;
    flex-grow: 1;
    min-width: 40px;
    color: var(--color-input-text)
}

[dir] .styles_input_wrapper__jTNle input {
    border: none;
    padding: 0 16px;
    margin: 0;
    border-radius: 4px;
    background: 0 0
}

.styles_input_wrapper__jTNle input:focus {
    outline: none
}

.styles_input_wrapper__jTNle input::-moz-placeholder {
    font-weight: 400;
    color: var(--color-input-placeholder);
    font-size: 1.14286rem
}

.styles_input_wrapper__jTNle input::placeholder {
    font-weight: 400;
    color: var(--color-input-placeholder);
    font-size: 1.14286rem
}

.styles_tools__9RmfK {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.styles_tools__9RmfK .iconfont {
    display: block;
    color: var(--color-input-addon-text)
}

[dir] .styles_tools__9RmfK .iconfont {
    cursor: pointer;
    transition: color .25s
}

.styles_tools__9RmfK .iconfont:hover {
    color: var(--color-input-addon-text-hover)
}

[dir] .styles_tools__9RmfK .iconfont:hover {
    transition: color .25s
}

.styles_addonAfter__sMZY8 {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    flex-shrink: 0
}

.styles_addonAfter__sMZY8>div,
.styles_addonAfter__sMZY8>span {
    flex-basis: auto
}

[dir=ltr] .styles_addonAfter__sMZY8>div,
[dir=ltr] .styles_addonAfter__sMZY8>span {
    padding: 8px 16px 8px 2px
}

[dir=rtl] .styles_addonAfter__sMZY8>div,
[dir=rtl] .styles_addonAfter__sMZY8>span {
    padding: 8px 2px 8px 16px
}

.styles_addonAfter__sMZY8 span {
    color: var(--color-text);
    font-size: 1rem;
    font-weight: 400
}

.styles_error__O9j0j {
    font-size: .85714rem;
    color: var(--color-error)
}

[dir] .styles_error__O9j0j {
    padding: 4px 0
}

.styles_wrapper__HYZqD {
    width: 440px;
    box-sizing: border-box;
    color: var(--guide-desc-color);
    font-size: 1rem;
    position: relative
}

[dir] .styles_wrapper__HYZqD {
    background: var(--guide-bg);
    padding: 24px;
    border-radius: 16px
}

.styles_wrapper__HYZqD.dark {
    --guide-bg: #3966ec;
    color: #eee
}

.styles_wrapper__HYZqD:before {
    display: block;
    content: "";
    position: absolute
}

[dir] .styles_wrapper__HYZqD:before {
    border-width: 8px;
    border-style: solid
}

[dir] .styles_wrapper__HYZqD[class*=bottom]:before {
    border-color: transparent transparent var(--guide-bg) transparent
}

[dir] .styles_wrapper__HYZqD[class*=top]:before {
    border-color: var(--guide-bg) transparent transparent transparent
}

[dir=ltr] .styles_wrapper__HYZqD[class*=right]:before {
    border-color: transparent var(--guide-bg) transparent transparent
}

[dir=ltr] .styles_wrapper__HYZqD[class*=left]:before,
[dir=rtl] .styles_wrapper__HYZqD[class*=right]:before {
    border-color: transparent transparent transparent var(--guide-bg)
}

[dir=rtl] .styles_wrapper__HYZqD[class*=left]:before {
    border-color: transparent var(--guide-bg) transparent transparent
}

.styles_wrapper__HYZqD.top:before {
    top: 100%
}

[dir=ltr] .styles_wrapper__HYZqD.top:before {
    left: 50%;
    transform: translate(-50%)
}

[dir=rtl] .styles_wrapper__HYZqD.top:before {
    right: 50%;
    transform: translate(50%)
}

[dir=ltr] .styles_wrapper__HYZqD.top-start {
    transform: translate(-8px)
}

[dir=rtl] .styles_wrapper__HYZqD.top-start {
    transform: translate(8px)
}

.styles_wrapper__HYZqD.top-start:before {
    top: 100%
}

[dir=ltr] .styles_wrapper__HYZqD.top-start:before {
    left: 32px
}

[dir=rtl] .styles_wrapper__HYZqD.top-start:before {
    right: 32px
}

[dir=ltr] .styles_wrapper__HYZqD.top-end {
    transform: translate(8px)
}

[dir=rtl] .styles_wrapper__HYZqD.top-end {
    transform: translate(-8px)
}

.styles_wrapper__HYZqD.top-end:before {
    top: 100%
}

[dir=ltr] .styles_wrapper__HYZqD.top-end:before {
    right: 32px
}

[dir=rtl] .styles_wrapper__HYZqD.top-end:before {
    left: 32px
}

.styles_wrapper__HYZqD.right:before {
    top: 50%
}

[dir] .styles_wrapper__HYZqD.right:before {
    transform: translateY(-50%)
}

[dir=ltr] .styles_wrapper__HYZqD.right:before {
    right: 100%
}

[dir=rtl] .styles_wrapper__HYZqD.right:before {
    left: 100%
}

[dir] .styles_wrapper__HYZqD.right-start {
    transform: translateY(-8px)
}

.styles_wrapper__HYZqD.right-start:before {
    top: 32px
}

[dir=ltr] .styles_wrapper__HYZqD.right-start:before {
    right: 100%
}

[dir=rtl] .styles_wrapper__HYZqD.right-start:before {
    left: 100%
}

[dir] .styles_wrapper__HYZqD.right-end {
    transform: translateY(8px)
}

.styles_wrapper__HYZqD.right-end:before {
    bottom: 32px
}

[dir=ltr] .styles_wrapper__HYZqD.right-end:before {
    right: 100%
}

[dir=rtl] .styles_wrapper__HYZqD.right-end:before {
    left: 100%
}

.styles_wrapper__HYZqD.bottom:before {
    bottom: 100%
}

[dir=ltr] .styles_wrapper__HYZqD.bottom:before {
    left: 50%;
    transform: translate(-50%)
}

[dir=rtl] .styles_wrapper__HYZqD.bottom:before {
    right: 50%;
    transform: translate(50%)
}

[dir=ltr] .styles_wrapper__HYZqD.bottom-start {
    transform: translate(-8px)
}

[dir=rtl] .styles_wrapper__HYZqD.bottom-start {
    transform: translate(8px)
}

.styles_wrapper__HYZqD.bottom-start:before {
    bottom: 100%
}

[dir=ltr] .styles_wrapper__HYZqD.bottom-start:before {
    left: 32px
}

[dir=rtl] .styles_wrapper__HYZqD.bottom-start:before {
    right: 32px
}

[dir=ltr] .styles_wrapper__HYZqD.bottom-end {
    transform: translate(8px)
}

[dir=rtl] .styles_wrapper__HYZqD.bottom-end {
    transform: translate(-8px)
}

.styles_wrapper__HYZqD.bottom-end:before {
    bottom: 100%
}

[dir=ltr] .styles_wrapper__HYZqD.bottom-end:before {
    right: 32px
}

[dir=rtl] .styles_wrapper__HYZqD.bottom-end:before {
    left: 32px
}

.styles_wrapper__HYZqD.left:before {
    top: 50%
}

[dir] .styles_wrapper__HYZqD.left:before {
    transform: translateY(-50%)
}

[dir=ltr] .styles_wrapper__HYZqD.left:before {
    left: 100%
}

[dir=rtl] .styles_wrapper__HYZqD.left:before {
    right: 100%
}

[dir] .styles_wrapper__HYZqD.left-start {
    transform: translateY(-8px)
}

.styles_wrapper__HYZqD.left-start:before {
    top: 32px
}

[dir=ltr] .styles_wrapper__HYZqD.left-start:before {
    left: 100%
}

[dir=rtl] .styles_wrapper__HYZqD.left-start:before {
    right: 100%
}

[dir] .styles_wrapper__HYZqD.left-end {
    transform: translateY(8px)
}

.styles_wrapper__HYZqD.left-end:before {
    bottom: 32px
}

[dir=ltr] .styles_wrapper__HYZqD.left-end:before {
    left: 100%
}

[dir=rtl] .styles_wrapper__HYZqD.left-end:before {
    right: 100%
}

.styles_title__Xtt6e {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.styles_title__Xtt6e strong {
    display: block;
    color: var(--guide-title-color);
    font-size: 1.14286rem;
    flex-grow: 1
}

[dir=ltr] .styles_title__Xtt6e strong {
    margin: 0 32px 12px 0
}

[dir=rtl] .styles_title__Xtt6e strong {
    margin: 0 0 12px 32px
}

.styles_title__Xtt6e .icon-close {
    flex-shrink: 0;
    font-size: 1rem;
    position: absolute;
    top: 16px
}

[dir] .styles_title__Xtt6e .icon-close {
    cursor: pointer;
    transition: .25s
}

[dir=ltr] .styles_title__Xtt6e .icon-close {
    right: 16px
}

[dir=rtl] .styles_title__Xtt6e .icon-close {
    left: 16px
}

.styles_title__Xtt6e .icon-close:hover {
    color: #fff
}

[dir] .styles_title__Xtt6e .icon-close:hover {
    transition: .25s
}

.styles_tools__s92Z7 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

[dir] .styles_tools__s92Z7 {
    margin-top: 24px
}

.styles_tools__s92Z7 strong {
    font-size: 1.14286rem;
    color: var(--guide-title-color)
}

@media(max-width: 767px) {
    .styles_wrapper__HYZqD {
        width: 320px
    }
    [dir=ltr] .styles_wrapper__HYZqD {
        transform: translateX(-8px)
    }
    [dir=rtl] .styles_wrapper__HYZqD {
        transform: translateX(8px)
    }
}

.styles_toggle__m5APk {
    position: relative
}

[dir] .styles_toggle__m5APk .styles_toggle_title__Em_Sr {
    cursor: pointer
}

.styles_toggle__m5APk .styles_toggle_content__VQjuZ {
    display: none
}

[dir] .styles_toggle__m5APk .styles_toggle_content__VQjuZ {
    margin-top: 6px
}

.styles_toggle__m5APk .icon-arrow-down,
.styles_toggle__m5APk .icon-caret-down {
    display: inline-block;
    font-size: 1rem
}

[dir] .styles_toggle__m5APk .icon-arrow-down,
[dir] .styles_toggle__m5APk .icon-caret-down,
[dir] .styles_toggle__m5APk.active .icon-arrow-down,
[dir] .styles_toggle__m5APk.active .icon-caret-down {
    transition: .25s
}

[dir=ltr] .styles_toggle__m5APk.active .icon-arrow-down,
[dir=ltr] .styles_toggle__m5APk.active .icon-caret-down {
    transform: rotate(180deg)
}

[dir=rtl] .styles_toggle__m5APk.active .icon-arrow-down,
[dir=rtl] .styles_toggle__m5APk.active .icon-caret-down {
    transform: rotate(-180deg)
}

.styles_toggle__m5APk.active .styles_toggle_content__VQjuZ {
    display: block
}

[dir] .styles_wrapper___EqLZ {
    border-radius: 4px
}

.styles_wrapper___EqLZ>div {
    height: 460px
}

.styles_wrapper___EqLZ h3 {
    font-size: 1.71429rem!important;
    color: var(--color-title)
}

[dir] .styles_wrapper___EqLZ h3 {
    margin-bottom: 16px
}

.styles_toggle_item__uQnLQ {
    font-size: 1rem
}

.styles_toggle_item__uQnLQ .toggle_title {
    font-size: 1.14286rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-title)
}

[dir] .styles_toggle_item__uQnLQ .toggle_title {
    padding: 8px 0
}

.styles_toggle_item__uQnLQ .toggle_title span {
    display: block;
    flex-grow: 1
}

[dir=ltr] .styles_toggle_item__uQnLQ .toggle_title span {
    margin-right: 24px
}

[dir=rtl] .styles_toggle_item__uQnLQ .toggle_title span {
    margin-left: 24px
}

.styles_toggle_item__uQnLQ .toggle_title i {
    flex-shrink: 0
}

@media(max-width: 768px) {
    .styles_wrapper___EqLZ>div {
        height: 60vh
    }
}

.styles_wrapper__ap5Yb {
    min-width: 720px;
    font-size: 1rem;
    color: var(--mbg-1-text);
    position: relative
}

.styles_wrapper__ap5Yb li {
    font-size: 1rem;
    display: flex;
    align-items: center
}

[dir] .styles_wrapper__ap5Yb li {
    padding: 6px 0;
    cursor: pointer
}

.styles_wrapper__ap5Yb li i {
    font-size: 1.71429rem;
    line-height: 1;
    flex-shrink: 0;
    display: block
}

[dir=ltr] .styles_wrapper__ap5Yb li i {
    margin-right: 16px
}

[dir=rtl] .styles_wrapper__ap5Yb li i {
    margin-left: 16px
}

.styles_wrapper__ap5Yb li span {
    display: block;
    flex-grow: 1
}

.styles_wrapper__ap5Yb li span:hover {
    color: var(--color-brand);
    text-decoration: underline
}

.styles_wrapper__ap5Yb h3 {
    font-size: 1.28571rem;
    color: #0f1521
}

[dir] .styles_wrapper__ap5Yb h3 {
    margin-bottom: 20px
}

[dir] .styles_wrapper__ap5Yb h3:not(:first-child) {
    margin-top: 42px
}

.styles_modal__Cce0j>div {
    width: 720px
}

.styles_modal__Cce0j .icon-close {
    font-size: 1.14286rem;
    position: absolute;
    top: 16px;
    font-weight: 400;
    color: var(--mbg-1-text)
}

[dir] .styles_modal__Cce0j .icon-close {
    cursor: pointer;
    transition: .25s
}

[dir=ltr] .styles_modal__Cce0j .icon-close {
    right: 16px
}

[dir=rtl] .styles_modal__Cce0j .icon-close {
    left: 16px
}

.styles_modal__Cce0j .icon-close:hover {
    color: var(--mbg-1-title)
}

[dir] .styles_modal__Cce0j .icon-close:hover {
    transition: .25s
}

[dir] .styles_video__mzgKu {
    background: var(--mbg-1);
    border-radius: 4px;
    padding: 32px
}

[dir] .styles_video__mzgKu p {
    text-align: center
}

.styles_video__mzgKu h2 {
    font-size: 1.42857rem;
    color: var(--mbg-1-title)
}

[dir] .styles_video__mzgKu .styles_video_title__sQaZq {
    margin-bottom: 24px
}

.styles_video__mzgKu .styles_video_desc__Ifqbz {
    font-size: .85714rem;
    color: var(--mbg-1-text)
}

[dir] .styles_video__mzgKu .styles_video_desc__Ifqbz {
    padding-top: 20px;
    text-align: center
}

.styles_video__mzgKu video {
    width: 100%;
    height: 400px
}

.styles_nav__9wDf7 {
    font-size: 1rem;
    color: var(--mbg-1-text)
}

[dir] .styles_nav__9wDf7 {
    margin: 0 0 24px
}

.styles_nav__9wDf7,
.styles_nav__9wDf7>div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

[dir] .styles_nav__9wDf7>div {
    cursor: pointer
}

.styles_nav__9wDf7>div:first-child {
    font-size: 1.14286rem
}

.styles_nav__9wDf7>div:first-child span {
    display: flex
}

[dir] .styles_nav__9wDf7>div:first-child span {
    padding: 6px 16px
}

.styles_nav__9wDf7 .active {
    color: var(--color-brand)
}

[dir] .styles_nav__9wDf7 .active {
    background: var(--mbg-2)
}

[dir=ltr] .styles_nav__9wDf7 i {
    margin-right: 4px
}

[dir=rtl] .styles_nav__9wDf7 i {
    margin-left: 4px
}

.styles_tools__MfNIW {
    display: flex;
    justify-content: center
}

[dir] .styles_tools__MfNIW {
    margin-top: 24px
}

[dir] .styles_tools__MfNIW .btn {
    padding-left: 40px;
    padding-right: 40px
}

@media(max-width: 768px) {
    .styles_wrapper__ap5Yb {
        min-width: auto;
        max-width: 100%
    }
    [dir] .styles_wrapper__ap5Yb {
        margin-top: 8vw
    }
    .styles_modal__Cce0j>div {
        width: 90vw
    }
    .styles_video__mzgKu video {
        height: auto
    }
}

@-webkit-keyframes closeWindow {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes closeWindow {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.ril__outer {
    outline: none;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    -ms-content-zooming: none;
    -ms-user-select: none;
    -ms-touch-select: none;
    -ms-touch-action: none;
    touch-action: none
}

[dir] .ril__outer {
    background-color: rgba(0, 0, 0, .85);
    left: 0;
    right: 0
}

.ril__outerClosing {
    opacity: 0
}

.ril__inner {
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] .ril__inner {
    left: 0;
    right: 0
}

.ril__image,
.ril__imageNext,
.ril__imagePrev {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: none;
    -ms-content-zooming: none;
    -ms-user-select: none;
    -ms-touch-select: none;
    -ms-touch-action: none;
    touch-action: none
}

[dir] .ril__image,
[dir] .ril__imageNext,
[dir] .ril__imagePrev {
    right: 0;
    left: 0;
    margin: auto
}

[dir] .ril__imageDiscourager {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.ril__navButtons {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 34px;
    opacity: .7
}

[dir] .ril__navButtons {
    border: none;
    padding: 40px 30px;
    margin: auto;
    cursor: pointer
}

.ril__navButtons:hover {
    opacity: 1
}

.ril__navButtons:active {
    opacity: .7
}

[dir] .ril__navButtonPrev {
    background: rgba(0, 0, 0, .2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%
}

[dir=ltr] .ril__navButtonPrev {
    left: 0
}

[dir=rtl] .ril__navButtonPrev {
    right: 0
}

[dir] .ril__navButtonNext {
    background: rgba(0, 0, 0, .2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) no-repeat 50%
}

[dir=ltr] .ril__navButtonNext {
    right: 0
}

[dir=rtl] .ril__navButtonNext {
    left: 0
}

.ril__downloadBlocker {
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] .ril__downloadBlocker {
    left: 0;
    right: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    background-size: cover
}

.ril__caption,
.ril__toolbar {
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

[dir] .ril__caption,
[dir] .ril__toolbar {
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    right: 0
}

.ril__caption {
    bottom: 0;
    max-height: 150px;
    overflow: auto
}

.ril__captionContent {
    color: #fff
}

[dir] .ril__captionContent {
    padding: 10px 20px
}

.ril__toolbar {
    top: 0;
    height: 50px
}

.ril__toolbarSide {
    height: 50px
}

[dir] .ril__toolbarSide {
    margin: 0
}

.ril__toolbarLeftSide {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis
}

[dir=ltr] .ril__toolbarLeftSide {
    padding-left: 20px;
    padding-right: 0
}

[dir=rtl] .ril__toolbarLeftSide {
    padding-right: 20px;
    padding-left: 0
}

.ril__toolbarRightSide {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

[dir=ltr] .ril__toolbarRightSide {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .ril__toolbarRightSide {
    padding-right: 0;
    padding-left: 20px
}

.ril__toolbarItem {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 120%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[dir] .ril__toolbarItem {
    padding: 0
}

.ril__toolbarItemChild {
    vertical-align: middle
}

.ril__builtinButton {
    width: 40px;
    height: 35px;
    opacity: .7
}

[dir] .ril__builtinButton {
    cursor: pointer;
    border: none
}

.ril__builtinButton:hover {
    opacity: 1
}

.ril__builtinButton:active {
    outline: none
}

.ril__builtinButtonDisabled {
    opacity: .5
}

[dir] .ril__builtinButtonDisabled {
    cursor: default
}

.ril__builtinButtonDisabled:hover {
    opacity: .5
}

[dir] .ril__closeButton {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%
}

[dir] .ril__zoomInButton {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%
}

[dir] .ril__zoomOutButton {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%
}

[dir] .ril__outerAnimating {
    -webkit-animation-name: closeWindow;
    animation-name: closeWindow
}

@-webkit-keyframes pointFade {
    0%,
    19.999%,
    to {
        opacity: 0
    }
    20% {
        opacity: 1
    }
}

@keyframes pointFade {
    0%,
    19.999%,
    to {
        opacity: 0
    }
    20% {
        opacity: 1
    }
}

.ril__loadingCircle {
    width: 60px;
    height: 60px;
    position: relative
}

.ril__loadingCirclePoint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

[dir=ltr] .ril__loadingCirclePoint {
    left: 0
}

[dir=rtl] .ril__loadingCirclePoint {
    right: 0
}

.ril__loadingCirclePoint:before {
    content: "";
    display: block;
    width: 11%;
    height: 30%
}

[dir] .ril__loadingCirclePoint:before {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30%;
    -webkit-animation: pointFade .8s ease-in-out infinite both;
    animation: pointFade .8s ease-in-out infinite both
}

[dir] .ril__loadingCirclePoint:first-of-type {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

[dir] .ril__loadingCirclePoint:first-of-type:before,
[dir] .ril__loadingCirclePoint:nth-of-type(7):before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(8) {
    -webkit-transform: rotate(-210deg);
    transform: rotate(-210deg)
}

[dir] .ril__loadingCirclePoint:nth-of-type(2):before,
[dir] .ril__loadingCirclePoint:nth-of-type(8):before {
    -webkit-animation-delay: -666ms;
    animation-delay: -666ms
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(3) {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(9) {
    -webkit-transform: rotate(-240deg);
    transform: rotate(-240deg)
}

[dir] .ril__loadingCirclePoint:nth-of-type(3):before,
[dir] .ril__loadingCirclePoint:nth-of-type(9):before {
    -webkit-animation-delay: -533ms;
    animation-delay: -533ms
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(4) {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(10) {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

[dir] .ril__loadingCirclePoint:nth-of-type(10):before,
[dir] .ril__loadingCirclePoint:nth-of-type(4):before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(5) {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(11) {
    -webkit-transform: rotate(-300deg);
    transform: rotate(-300deg)
}

[dir] .ril__loadingCirclePoint:nth-of-type(11):before,
[dir] .ril__loadingCirclePoint:nth-of-type(5):before {
    -webkit-animation-delay: -266ms;
    animation-delay: -266ms
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(6) {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg)
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(12) {
    -webkit-transform: rotate(-330deg);
    transform: rotate(-330deg)
}

[dir] .ril__loadingCirclePoint:nth-of-type(12):before,
[dir] .ril__loadingCirclePoint:nth-of-type(6):before {
    -webkit-animation-delay: -133ms;
    animation-delay: -133ms
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(7) {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

[dir=ltr] .ril__loadingCirclePoint:nth-of-type(13) {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

[dir=rtl] .ril__loadingCirclePoint:nth-of-type(13) {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

[dir] .ril__loadingCirclePoint:nth-of-type(13):before,
[dir] .ril__loadingCirclePoint:nth-of-type(7):before {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.ril__loadingContainer {
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] .ril__loadingContainer {
    right: 0;
    left: 0
}

.ril__imageNext .ril__loadingContainer,
.ril__imagePrev .ril__loadingContainer {
    display: none
}

.ril__errorContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

[dir] .ril__errorContainer {
    right: 0;
    left: 0
}

.ril__imageNext .ril__errorContainer,
.ril__imagePrev .ril__errorContainer {
    display: none
}

.ril__loadingContainer__icon {
    color: #fff;
    position: absolute;
    top: 50%
}

[dir=ltr] .ril__loadingContainer__icon {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

[dir=rtl] .ril__loadingContainer__icon {
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%)
}

.styles_wrapper__5o9ay {
    box-sizing: border-box;
    max-height: 748px;
    color: var(--color-desc);
    font-size: 1rem
}

[dir] .styles_wrapper__5o9ay {
    padding: 32px;
    border-radius: 4px;
    background-color: var(--color-modal-bg)
}

.styles_wrapper__5o9ay>.icon-close {
    position: absolute;
    top: 16px;
    z-index: 9;
    font-size: var(--size-modal-close-icon);
    color: var(--color-modal-close-icon);
    font-weight: 400
}

[dir] .styles_wrapper__5o9ay>.icon-close {
    cursor: pointer
}

[dir=ltr] .styles_wrapper__5o9ay>.icon-close {
    right: 16px
}

[dir=rtl] .styles_wrapper__5o9ay>.icon-close {
    left: 16px
}

.styles_wrapper__5o9ay>.icon-close:hover {
    color: var(--color-modal-close-icon-hover)
}

.styles_wrapper__5o9ay .reupload-btn {
    min-height: 28px;
    box-sizing: border-box;
    color: var(--color-title);
    font-size: .85714rem;
    line-height: 28px
}

[dir] .styles_wrapper__5o9ay .reupload-btn {
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid var(--color-333);
    text-align: center;
    cursor: pointer
}

.styles_title___pAmc {
    font-size: 1.42857rem;
    color: var(--color-title)
}

.styles_upload__ltXOQ {
    width: 336px;
    height: 184px;
    overflow: hidden
}

[dir] .styles_upload__ltXOQ {
    margin-top: 24px;
    border-radius: 8px;
    background-color: var(--color-fa)
}

.styles_upload__box__fHjUj {
    width: 336px;
    height: 184px;
    box-sizing: border-box
}

[dir] .styles_upload__box__fHjUj {
    padding: 0 8px
}

.styles_upload__boxCircle__xeknO {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px
}

[dir] .styles_upload__boxCircle__xeknO {
    margin: 36px auto 16px;
    background: var(--color-fff);
    border-radius: 50%
}

.styles_upload__ltXOQ .gc-uploader,
.styles_upload__ltXOQ .gc-uploader__wrapper {
    width: 100%;
    height: 100%
}

.styles_upload__ltXOQ .gc-uploader__wrapper {
    box-sizing: border-box
}

.styles_upload__ltXOQ .gc-uploader__preview {
    height: 100%;
    width: 100%
}

[dir] .styles_upload__ltXOQ .gc-uploader__preview {
    margin: 0
}

.styles_upload__ltXOQ .gc-uploader__preview-image {
    width: 100%;
    height: 100%
}

.styles_upload__ltXOQ .gc-uploader__preview-image img {
    display: block;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    max-width: 100%;
    width: 100%;
    height: 100%
}

[dir] .styles_content__Bz0df {
    margin: 24px 0 32px
}

.styles_content__Bz0df p span {
    color: var(--color-desc);
    font-size: .85714rem
}

@media screen and (max-width: 768px) {
    .styles_upload__ltXOQ {
        width: 100%
    }
    .styles_upload__box__fHjUj {
        width: 100%;
        height: auto
    }
}

.uploadBankTransferProof_wrapper__vObEM {
    box-sizing: border-box;
    max-height: 748px;
    color: var(--color-text);
    font-size: 1rem
}

[dir] .uploadBankTransferProof_wrapper__vObEM {
    padding: 32px;
    border-radius: 4px;
    background-color: var(--color-fff)
}

.uploadBankTransferProof_wrapper__vObEM>.icon-close {
    position: absolute;
    top: 16px;
    z-index: 9;
    font-size: var(--size-modal-close-icon);
    color: var(--color-modal-close-icon);
    font-weight: 400
}

[dir] .uploadBankTransferProof_wrapper__vObEM>.icon-close {
    cursor: pointer
}

[dir=ltr] .uploadBankTransferProof_wrapper__vObEM>.icon-close {
    right: 16px
}

[dir=rtl] .uploadBankTransferProof_wrapper__vObEM>.icon-close {
    left: 16px
}

.uploadBankTransferProof_wrapper__vObEM>.icon-close:hover {
    color: var(--color-modal-close-icon-hover)
}

.uploadBankTransferProof_title__SwpIj {
    font-size: 1.42857rem;
    color: var(--color-title)
}

.uploadBankTransferProof_upload__y8fTx {
    width: 336px;
    height: 184px;
    overflow: hidden
}

[dir] .uploadBankTransferProof_upload__y8fTx {
    margin-top: 8px;
    border-radius: 8px;
    background-color: var(--color-fa)
}

.uploadBankTransferProof_upload__box__LbOEH {
    width: 336px;
    height: 184px;
    box-sizing: border-box
}

[dir] .uploadBankTransferProof_upload__box__LbOEH {
    padding: 0 8px
}

.uploadBankTransferProof_upload__boxCircle__mFtx2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px
}

[dir] .uploadBankTransferProof_upload__boxCircle__mFtx2 {
    margin: 36px auto 16px;
    background: var(--color-fff);
    border-radius: 50%
}

.uploadBankTransferProof_upload__y8fTx .gc-uploader,
.uploadBankTransferProof_upload__y8fTx .gc-uploader__wrapper {
    width: 100%;
    height: 100%
}

.uploadBankTransferProof_upload__y8fTx .gc-uploader__wrapper {
    box-sizing: border-box
}

.uploadBankTransferProof_upload__y8fTx .gc-uploader__preview {
    height: 100%;
    width: 100%
}

[dir] .uploadBankTransferProof_upload__y8fTx .gc-uploader__preview {
    margin: 0
}

.uploadBankTransferProof_upload__y8fTx .gc-uploader__preview-image {
    width: 100%;
    height: 100%
}

.uploadBankTransferProof_upload__y8fTx .gc-uploader__preview-image img {
    display: block;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    max-width: 100%;
    width: 100%;
    height: 100%
}

[dir] .uploadBankTransferProof_content__PcUFK {
    margin: 8px 0 32px
}

.uploadBankTransferProof_content__PcUFK p span {
    color: var(--color-desc)!important;
    font-size: .85714rem
}

@media screen and (max-width: 768px) {
    .uploadBankTransferProof_upload__y8fTx {
        width: 100%
    }
    .uploadBankTransferProof_upload__box__LbOEH {
        width: 100%;
        height: auto
    }
}

[dir] .depositeProposal_wrapper__e8_cQ {
    margin: 48px 0
}

.depositeProposal_wrapper__e8_cQ h2 {
    font-size: 2rem;
    color: var(--color-title);
    font-weight: 400
}

[dir] .depositeProposal_wrapper__e8_cQ h2 {
    margin-bottom: 36px
}

.depositeProposal_wrapper__e8_cQ .depositeProposal_form__5kHr3 {
    overflow: hidden
}

.depositeProposal_operation__goipp {
    width: 100%
}

.depositeProposal_table__C2a_n .cell {
    width: 20%
}

.depositeProposal_operation_tools__X_guF {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 16px
}

.depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI {
    display: flex;
    align-items: center
}

[dir=ltr] .depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI {
    margin-right: 24px
}

[dir=rtl] .depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI {
    margin-left: 24px
}

[dir=ltr] .depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI .btn {
    margin-right: 8px
}

[dir=rtl] .depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI .btn {
    margin-left: 8px
}

.depositeProposal_operation_tools__X_guF .tooltips {
    color: var(--color-text-active)
}

[dir] .depositeProposal_operation_tools__X_guF .tooltips {
    cursor: pointer
}

.depositeProposal_operation_tools__X_guF .depositeProposal_proof_btn__UhHNg {
    display: flex;
    align-items: center
}

.depositeProposal_operation_tools__X_guF b {
    display: none;
    color: var(--color-desc);
    font-weight: 400
}

[dir=ltr] .depositeProposal_operation_tools__X_guF b {
    margin-right: 4px
}

[dir=rtl] .depositeProposal_operation_tools__X_guF b {
    margin-left: 4px
}

.depositeProposal_cutdown__0btEQ {
    min-width: 76px;
    color: #ff493d
}

.depositeProposal_modal___P3vf {
    font-size: .85714rem
}

[dir] .depositeProposal_modal___P3vf .modal__title {
    padding-bottom: 8px
}

.depositeProposal_modal___P3vf>div {
    width: 400px
}

.depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK {
    color: var(--color-desc)
}

[dir] .depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK {
    padding: 0 32px 32px
}

[dir] .depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK>p {
    margin-bottom: 24px
}

.depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK .upload-file {
    max-width: 100%;
    width: 100%;
    min-height: 184px
}

[dir] .depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK .upload-file {
    border: none;
    background-color: var(--color-bg-1);
    border-radius: 8px
}

.depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK .upload-file .add {
    width: 64px;
    height: 64px
}

[dir] .depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK .upload-file .add {
    background-color: var(--color-bg)!important;
    border-radius: 32px
}

.depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK .upload-file .add.active {
    width: 100%;
    max-width: 100%;
    min-height: 184px
}

[dir] .depositeProposal_modal___P3vf .depositeProposal_upload__uE6iK .upload-file .add.active {
    background-color: var(--color-bg-1)!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: 50%!important
}

[dir] .depositeProposal_modal___P3vf .btn-submit {
    margin-top: 32px
}

.depositeProposal_proof_preview___0anx {
    font-size: .85714rem;
    color: var(--color-desc)
}

[dir] .depositeProposal_proof_preview___0anx {
    margin-top: -12px
}

.depositeProposal_proof_preview___0anx>div {
    height: 184px
}

[dir] .depositeProposal_proof_preview___0anx>div {
    background-color: var(--color-bg-4);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border-radius: 4px;
    margin-top: 24px
}

@media(max-width: 768px) {
    .depositeProposal_table__C2a_n .cell:first-child {
        font-size: 1.14286rem;
        font-weight: 700;
        color: var(--color-title)
    }
    .depositeProposal_table__C2a_n .cell:first-child .cell_title {
        display: none
    }
    .depositeProposal_wrapper__e8_cQ h2 {
        font-size: 1.71429rem
    }
    [dir] .depositeProposal_wrapper__e8_cQ h2 {
        margin-bottom: 16px
    }
    .depositeProposal_operation_tools__X_guF {
        flex-direction: column;
        align-items: flex-end
    }
    [dir] .depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI {
        margin: 16px 0
    }
    .depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI .btn {
        order: 1
    }
    [dir=ltr] .depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI .btn {
        margin-right: 0;
        margin-left: 8px
    }
    [dir=rtl] .depositeProposal_operation_tools__X_guF .depositeProposal_payment_btn__47YWI .btn {
        margin-left: 0;
        margin-right: 8px
    }
    .depositeProposal_operation_tools__X_guF b {
        display: block
    }
}

.styles_layout__3e1TJ {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

[dir] .styles_layout__3e1TJ {
    margin-bottom: 120px
}

.styles_layout__3e1TJ .serial-number {
    color: var(--color-fff)!important
}

[dir] .styles_layout__3e1TJ .serial-number {
    background-color: var(--color-1b)
}

.styles_bill_form__6_gFe {
    width: 480px;
    position: relative
}

[dir=ltr] .styles_bill_form__6_gFe {
    padding: 38px 0 38px 90px;
    margin-left: 90px;
    border-left: 1px solid var(--color-line)
}

[dir=rtl] .styles_bill_form__6_gFe {
    padding: 38px 90px 38px 0;
    margin-right: 90px;
    border-right: 1px solid var(--color-line)
}

.styles_bill_form__6_gFe .icon-long-arrow-right-circle {
    font-size: 1.71429rem;
    color: var(--color-line-icon);
    position: absolute;
    top: 50%;
    z-index: 9
}

[dir] .styles_bill_form__6_gFe .icon-long-arrow-right-circle {
    background: var(--color-bg);
    border-radius: 50%
}

[dir=ltr] .styles_bill_form__6_gFe .icon-long-arrow-right-circle {
    left: 0;
    transform: translate(-50%, -50%)
}

[dir=rtl] .styles_bill_form__6_gFe .icon-long-arrow-right-circle {
    right: 0;
    transform: translate(50%, -50%)
}

.styles_bill_form__6_gFe h3 {
    font-size: 1.57143rem;
    color: var(--color-title);
    display: flex;
    justify-content: space-between;
    align-items: center
}

[dir] .styles_bill_form__6_gFe h3 {
    margin-bottom: 18px
}

.styles_bill_form__6_gFe h3 .icon-book {
    font-size: 1.42857rem;
    color: var(--color-desc)
}

[dir] .styles_bill_form__6_gFe h3 .icon-book {
    cursor: pointer
}

.styles_bill_form__6_gFe li {
    color: var(--color-desc);
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

[dir] .styles_bill_form__6_gFe li {
    padding: 8px 0
}

.styles_bill_form__6_gFe li strong {
    font-weight: 500;
    color: var(--color-title);
    display: flex;
    align-items: center
}

[dir=ltr] .styles_bill_form__6_gFe li strong img {
    margin-right: 8px
}

[dir=rtl] .styles_bill_form__6_gFe li strong img {
    margin-left: 8px
}

.styles_bill_form__6_gFe li .text-right {
    color: #feb031;
    font-size: .85714rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end
}

.styles_bill_form__6_gFe li .text-right i {
    line-height: 1
}

[dir=ltr] .styles_bill_form__6_gFe li .text-right i {
    margin-right: 4px
}

[dir=rtl] .styles_bill_form__6_gFe li .text-right i {
    margin-left: 4px
}

[dir] .styles_bill_form__6_gFe .btn-submit {
    margin-top: 32px
}

.styles_content__OU2c0 {
    max-width: 530px;
    flex-grow: 1
}

[dir] .styles_content__OU2c0 .notice {
    margin-bottom: 20px
}

[dir] .styles_content__OU2c0 .tag {
    padding: 10px
}

.styles_advertisement__ieJMA {
    color: #f59e31;
    display: block;
    font-size: .85714rem
}

[dir] .styles_advertisement__ieJMA {
    margin-top: 4px
}

[dir] .styles_qrcode__BckyK {
    margin: 20px auto
}

.styles_title__tYE4J {
    color: var(--color-title);
    font-size: 1.71429rem;
    display: flex;
    align-items: center
}

[dir] .styles_title__tYE4J {
    margin: 0 0 24px
}

.styles_title__tYE4J strong {
    display: block;
    font-weight: 500
}

[dir=ltr] .styles_title__tYE4J strong {
    margin-right: 8px
}

[dir=rtl] .styles_title__tYE4J strong {
    margin-left: 8px
}

.styles_title__tYE4J span {
    font-size: 1rem;
    color: var(--color-text)
}

.styles_currency__pStQo,
.styles_signle_currency__S5y_r {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 16px
}

.styles_currency__pStQo strong,
.styles_signle_currency__S5y_r strong {
    display: block
}

.styles_signle_currency__S5y_r {
    position: relative
}

[dir=ltr] .styles_signle_currency__S5y_r {
    padding: 0 0 0 24px;
    margin-left: 24px
}

[dir=rtl] .styles_signle_currency__S5y_r {
    padding: 0 24px 0 0;
    margin-right: 24px
}

.styles_signle_currency__S5y_r:before {
    display: block;
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%
}

[dir] .styles_signle_currency__S5y_r:before {
    background: #ddd;
    transform: translateY(-50%)
}

[dir=ltr] .styles_signle_currency__S5y_r:before {
    left: 0
}

[dir=rtl] .styles_signle_currency__S5y_r:before {
    right: 0
}

.styles_purchase_form_title__biDd2 {
    font-size: 1.14286rem;
    color: var(--color-title);
    display: flex;
    justify-content: space-between;
    align-items: center
}

[dir] .styles_purchase_form_title__biDd2 {
    margin-bottom: 8px;
    margin-top: 32px
}

.styles_purchase_form_title__biDd2 i {
    color: var(--color-desc)
}

[dir=ltr] .styles_purchase_form_title__biDd2>span.currency {
    text-align: right
}

[dir=rtl] .styles_purchase_form_title__biDd2>span.currency {
    text-align: left
}

.styles_purchase_form_title__biDd2>span:last-child {
    min-width: 108px;
    flex-shrink: 0
}

.styles_purchase_form__UXwON {
    position: relative
}

[dir] .styles_purchase_form__UXwON {
    border: 1px solid var(--color-line);
    border-radius: var(--size-input-border-radius);
    padding: 12px 16px;
    margin-bottom: 24px;
    transition: .25s
}

[dir] .styles_purchase_form__UXwON:focus-within {
    border-color: var(--color-input-border-focus);
    box-shadow: var(--outline-shadow);
    transition: .25s
}

[dir] .styles_purchase_form__UXwON .custom-numeric {
    border: none!important;
    padding: 0
}

[dir] .styles_purchase_form__UXwON .custom-numeric:focus-within {
    box-shadow: none
}

.styles_purchase_form__UXwON .custom-numeric input {
    font-size: 1.42857rem!important;
    font-weight: 700
}

[dir] .styles_purchase_form__UXwON .custom-numeric input {
    padding: 0!important
}

.styles_purchase_form__UXwON .gatewayAmount {
    min-height: var(--size-input-height-xs)
}

[dir] .styles_purchase_form__UXwON .gatewayAmount {
    margin-bottom: 0
}

[dir] .styles_purchase_form__UXwON.has-error {
    border-color: var(--color-error);
    box-shadow: none
}

.styles_purchase_form__UXwON .form-item {
    align-items: center
}

[dir] .styles_purchase_form__UXwON .form-item {
    margin-bottom: 0!important
}

[dir] .styles_purchase_form__UXwON .form-item_input {
    border: none!important
}

.styles_purchase_form__UXwON .form-item_input input {
    font-size: 1.42857rem!important;
    font-weight: 700
}

[dir] .styles_purchase_form__UXwON .form-item_input input {
    padding: 0!important
}

.styles_purchase_form__UXwON .select {
    flex-shrink: 0
}

.styles_purchase_form__UXwON .select .select_selected {
    position: relative
}

[dir] .styles_purchase_form__UXwON .select .select_selected {
    border: none!important;
    box-shadow: none!important
}

[dir=ltr] .styles_purchase_form__UXwON .select .select_selected {
    padding: 0 0 0 24px;
    margin-left: 24px
}

[dir=rtl] .styles_purchase_form__UXwON .select .select_selected {
    padding: 0 24px 0 0;
    margin-right: 24px
}

.styles_purchase_form__UXwON .select .select_selected:before {
    display: block;
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%
}

[dir] .styles_purchase_form__UXwON .select .select_selected:before {
    background-color: var(--color-input-border);
    transform: translateY(-50%)
}

[dir=ltr] .styles_purchase_form__UXwON .select .select_selected:before {
    left: 0
}

[dir=rtl] .styles_purchase_form__UXwON .select .select_selected:before {
    right: 0
}

.styles_purchase_form__UXwON .error {
    position: absolute;
    top: 100%
}

[dir] .styles_purchase_form__UXwON .error {
    padding-top: 4px
}

[dir=ltr] .styles_purchase_form__UXwON .error {
    left: 0
}

[dir=rtl] .styles_purchase_form__UXwON .error {
    right: 0
}

.styles_quantity_addon__ndp2b {
    display: flex;
    align-items: center;
    color: var(--color-text);
    font-size: 1.14286rem;
    font-weight: 400
}

[dir=ltr] .styles_quantity_addon__ndp2b.s1 {
    padding-right: 0
}

[dir=rtl] .styles_quantity_addon__ndp2b.s1 {
    padding-left: 0
}

@media(max-width: 768px) {
    [dir=ltr] .styles_quantity_addon__ndp2b.s1 {
        margin-left: auto
    }
    [dir=rtl] .styles_quantity_addon__ndp2b.s1 {
        margin-right: auto
    }
    [dir=ltr] .styles_quantity_addon__ndp2b.s2 {
        margin-right: 8px
    }
    [dir=rtl] .styles_quantity_addon__ndp2b.s2 {
        margin-left: 8px
    }
}

.styles_purchase_form_input__ksbQo {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.styles_purchase_form_input__ksbQo .custom-numeric {
    min-height: 30px;
    max-height: 30px
}

.styles_channel__d8sqS {
    color: #f59e31;
    width: 100%;
    flex-shrink: 0;
    position: relative
}

.styles_channel__d8sqS .styles_channel_head__5bYDP {
    display: flex;
    font-size: 1rem;
    font-weight: 700
}

[dir] .styles_channel__d8sqS .styles_channel_head__5bYDP {
    background: #f2f6fc
}

[dir] .styles_channel__d8sqS .styles_title__tYE4J {
    margin-top: 40px;
    margin-bottom: 8px
}

.styles_channel__d8sqS .styles_title__tYE4J+p {
    font-size: .85714rem;
    color: var(--color-title);
    line-height: 1.875
}

.styles_channel_wrapper__fPep_ {
    position: relative
}

.styles_channel_wrapper__fPep_:after {
    display: block;
    content: "";
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0;
    z-index: 9
}

[dir] .styles_channel_wrapper__fPep_:after {
    background: linear-gradient(0deg, var(--color-bg), transparent);
    left: 0;
    right: 0
}

.styles_channel_wrapper__fPep_ .styles_serial_number_title__dCeF1 .serial-number {
    color: var(--color-bg)!important
}

[dir] .styles_channel_wrapper__fPep_ .styles_serial_number_title__dCeF1 .serial-number {
    background-color: var(--color-333)
}

.styles_channel_wrapper__fPep_ .styles_serial_number_title__dCeF1 .styles_serial_number_icon__V37dd {
    color: var(--color-333)
}

.styles_channel_wrapper__fPep_ .styles_channel_tips__LVks3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.14286rem;
    color: var(--color-title)
}

[dir=ltr] .styles_channel_wrapper__fPep_ .styles_channel_tips__LVks3 i {
    margin-right: 4px
}

[dir=rtl] .styles_channel_wrapper__fPep_ .styles_channel_tips__LVks3 i {
    margin-left: 4px
}

.styles_channel_list__ssadg {
    font-size: 1rem;
    color: var(--color-title);
    max-height: 440px;
    position: relative
}

[dir] .styles_channel_list__ssadg {
    margin-top: 24px
}

[dir=ltr] .styles_channel_list__ssadg {
    padding: 4px 16px 4px 4px
}

[dir=rtl] .styles_channel_list__ssadg {
    padding: 4px 4px 4px 16px
}

.styles_channel_list_item__34leK {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 64px
}

[dir] .styles_channel_list_item__34leK {
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid var(--color-line);
    cursor: pointer;
    transition: .25s
}

[dir] .styles_channel_list_item__34leK:last-child {
    margin-bottom: 24px
}

.styles_channel_list_item__34leK.disabled {
    opacity: .5;
    filter: grayscale(1);
    pointer-events: none
}

[dir] .styles_channel_list_item__34leK.disabled {
    cursor: not-allowed
}

.styles_channel_list_item__34leK i {
    color: var(--color-brand)
}

.styles_channel_list_item__34leK img {
    flex-shrink: 0;
    display: block
}

[dir=ltr] .styles_channel_list_item__34leK img:not(:last-child) {
    margin-right: 12px
}

[dir=rtl] .styles_channel_list_item__34leK img:not(:last-child) {
    margin-left: 12px
}

[dir] .styles_channel_list_item__34leK:not(:last-child) {
    margin-bottom: 16px
}

[dir] .styles_channel_list_item__34leK.active,
[dir] .styles_channel_list_item__34leK:focus-within {
    border-color: var(--color-input-border-focus);
    box-shadow: var(--outline-shadow);
    transition: .25s
}

.styles_channel_list_empty__t3Vsc {
    height: 340px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1rem;
    color: var(--color-desc)!important
}

[dir] .styles_channel_list_empty__t3Vsc {
    background: var(--color-bg-1)
}

[dir] .styles_channel_list_empty__t3Vsc p {
    margin-top: 24px
}

.styles_channel_list_empty__t3Vsc .btn {
    min-width: 200px
}

[dir] .styles_channel_list_empty__t3Vsc .btn {
    margin-top: 8px
}

.styles_channel_list_item_icon__QAP9g {
    width: 32px;
    height: 32px
}

.styles_channel_list_item_icon__QAP9gs {
    width: 32px;
    height: 32px
}

[dir] .styles_channel_list_item_icon__QAP9g {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

[dir] .styles_channel_list_item_icon__QAP9gs {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

[dir=ltr] .styles_channel_list_item_icon__QAP9g {
    margin-right: 12px;
}

[dir=rtl] .styles_channel_list_item_icon__QAP9g {
    margin-left: 12px
}

.styles_channel_list_item_summary__EdAdz p {
    display: flex;
    flex-wrap: wrap;
    font-size: .85714rem;
    color: var(--color-desc)
}

.styles_channel_list_item_summary__EdAdz p strong {
    font-size: 1rem;
    color: var(--color-title)
}

.styles_channel_list_item_summary__EdAdz p span {
    color: #fea600;
    box-sizing: border-box;
    height: 18px;
    font-size: .85714rem;
    line-height: 18px
}

[dir] .styles_channel_list_item_summary__EdAdz p span {
    background-color: rgba(254, 166, 0, .1);
    margin: 0;
    padding: 0 4px;
    border-radius: 2px
}

[dir=ltr] .styles_channel_list_item_summary__EdAdz p span {
    margin-left: 4px
}

[dir=rtl] .styles_channel_list_item_summary__EdAdz p span {
    margin-right: 4px
}

.styles_channel_list_item_summary__EdAdz p span.boughtFlag {
    color: #3966ec
}

[dir] .styles_channel_list_item_summary__EdAdz p span.boughtFlag {
    background-color: rgba(57, 102, 236, .1)
}

.styles_checked_status__ybav0 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 1;
    flex-shrink: 0
}

[dir] .styles_checked_status__ybav0 {
    border-radius: 50%;
    background: var(--list-border-color)
}

[dir=ltr] .styles_checked_status__ybav0 {
    margin-left: 16px
}

[dir=rtl] .styles_checked_status__ybav0 {
    margin-right: 16px
}

.styles_channel_list_item_title__i11kZ {
    display: flex;
    align-items: center
}

.styles_channel_list_item_icon__QAP9g {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.styles_channel_list_item_icon__QAP9gs {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.styles_lock_status__RE3oD {
    width: 360px;
    color: var(--color-title);
    font-size: 1rem;
    box-sizing: border-box
}

[dir] .styles_lock_status__RE3oD {
    padding: 32px 24px
}

.styles_lock_status__RE3oD .icon-warning {
    display: block;
    font-size: 4.57143rem;
    width: -moz-max-content;
    width: max-content;
    color: var(--color-warning);
    position: relative;
    line-height: 1
}

[dir] .styles_lock_status__RE3oD .icon-warning {
    margin: 24px auto;
    border-radius: 50%
}

.styles_lock_status__RE3oD .icon-warning:before {
    position: relative
}

[dir] .styles_lock_status__RE3oD .icon-warning:before {
    box-shadow: 0 0 0 8px rgba(252, 165, 41, .2), inset 0 0 0 5px #fca529;
    border-radius: 50%
}

[dir] .styles_lock_status__RE3oD .flex-container {
    margin-top: 10px
}

.styles_lock_status__RE3oD .styles_lock_status_content__W5zBM {
    max-height: 32vh
}

.styles_lock_status__RE3oD h3 {
    font-size: 1.42857rem;
    color: var(--color-title);
    font-weight: 700
}

[dir] .styles_lock_status__RE3oD h3 {
    margin-bottom: 16px;
    text-align: center
}

.styles_lock_status__RE3oD p:nth-of-type(2) {
    display: flex;
    align-items: center
}

[dir] .styles_lock_status__RE3oD p:nth-of-type(2) {
    margin-top: 24px;
    margin-bottom: 16px
}

.styles_lock_status__RE3oD p span {
    position: relative
}

.styles_lock_status__RE3oD p span input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9
}

[dir=ltr] .styles_lock_status__RE3oD p span input {
    left: 0
}

[dir=rtl] .styles_lock_status__RE3oD p span input {
    right: 0
}

[dir] .styles_lock_status__RE3oD p input {
    cursor: pointer
}

.styles_lock_status__RE3oD p input:checked+i {
    color: var(--color-brand)
}

.styles_lock_status__RE3oD p i {
    font-size: 1.57143rem
}

[dir=ltr] .styles_lock_status__RE3oD p i {
    margin-right: 8px
}

[dir=rtl] .styles_lock_status__RE3oD p i {
    margin-left: 8px
}

.styles_lock_status__RE3oD .btn {
    height: 40px;
    font-size: 1rem
}

[dir] .styles_lock_status__RE3oD .btn {
    padding: 8px 20px;
    margin-top: 24px
}

.styles_deposite_risk__Exx6P {
    color: #777;
    font-size: 1rem
}

[dir] .styles_deposite_risk__Exx6P {
    margin-top: 24px
}

[dir] .styles_deposite_risk__Exx6P p:not(:last-child) {
    margin-bottom: 8px
}

.styles_activity_amount__cSaVy {
    font-size: .85714rem
}

[dir] .styles_activity_amount__cSaVy {
    margin-top: 10px
}

.styles_activity_amount__cSaVy>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.styles_activity_amount__cSaVy>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 48px;
    max-height: 24px;
    height: 24px;
    box-sizing: border-box;
    color: var(--color-title)
}

[dir] .styles_activity_amount__cSaVy>div>div {
    border-radius: 4px;
    background-color: var(--color-bg-1);
    cursor: pointer
}

[dir] .styles_activity_amount__cSaVy>div>div:hover {
    background-color: var(--color-bg-2)
}

[dir] .styles_activity_amount__cSaVy>div>div.active {
    background-color: var(--color-bg-4)
}

.styles_activity_amount__cSaVy>div>div>span {
    color: #feb031
}

.styles_activity_amount__cSaVy strong {
    font-weight: 400
}

[dir] .styles_activity_amount__cSaVy strong {
    padding: 0 4px
}

.styles_activity_amount__cSaVy p {
    color: #feb031;
    font-size: 1rem
}

[dir] .styles_activity_amount__cSaVy p {
    padding: 8px 0
}

.styles_guide__zGhyS {
    font-size: 1rem
}

[dir] .styles_guide__zGhyS {
    text-align: center
}

[dir] .styles_guide__zGhyS h3 {
    padding-bottom: 16px
}

[dir] .styles_guide__zGhyS>p {
    margin-bottom: 32px!important
}

.styles_guide__zGhyS img {
    display: block;
    width: 156px;
    min-height: 90px
}

[dir] .styles_guide__zGhyS img {
    margin: 0 auto 24px
}

.styles_guide__zGhyS .styles_tools__28DNG div {
    display: flex
}

[dir] .styles_guide__zGhyS .styles_tools__28DNG div {
    margin: 32px auto 0
}

.styles_checkout__R_WAn .tips {
    font-size: .85714rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: var(--color-desc)
}

[dir] .styles_checkout__R_WAn .tips {
    margin-bottom: 16px
}

.styles_checkout__R_WAn .tips i {
    font-size: .85714rem;
    color: #ccc
}

[dir=ltr] .styles_checkout__R_WAn .tips i {
    margin-right: 8px
}

[dir=rtl] .styles_checkout__R_WAn .tips i {
    margin-left: 8px
}

[dir] .styles_checkout__R_WAn .error {
    margin-top: 4px
}

.styles_checkout_item__tEpzH {
    height: 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between
}

[dir] .styles_checkout_item__tEpzH {
    padding: 16px;
    border-radius: var(--size-input-border-radius-sm);
    border: 1px solid var(--color-line);
    transition: .25s
}

[dir] .styles_checkout_item__tEpzH:hover {
    border-color: var(--color-input-border-focus);
    box-shadow: var(--outline-shadow);
    transition: .25s
}

[dir] .styles_checkout_item__tEpzH.has-error {
    border-color: var(--color-error)
}

.styles_checkout_item__tEpzH iframe {
    height: 22px!important
}

.styles_checkout_item__tEpzH .iconfont {
    color: #ccc
}

.styles_checkout_item_input__5F2Ls {
    color: var(--color-title);
    font-family: PingFang, PingFang SC, Mukta Vaani, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.08rem
}

.styles_checkout_item_input__5F2Ls::-moz-placeholder {
    color: var(--color-desc);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-weight: 300
}

.styles_checkout_item_input__5F2Ls::placeholder {
    color: var(--color-desc);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-weight: 300
}

[dir] .styles_checkout_item_input__5F2Ls::-moz-placeholder {
    background-color: transparent
}

[dir] .styles_checkout_item_input__5F2Ls::placeholder {
    background-color: transparent
}

.styles_checkout_group__Zw9Ww {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    gap: 16px
}

[dir] .styles_checkout_group__Zw9Ww {
    margin: 16px 0 8px
}

.styles_checkout_recommendBank__q9UFs {
    color: var(--color-link)
}

[dir] .styles_creditCard_wrapper___m7xr {
    padding: 0 0 32px
}

.styles_creditCard_wrapper___m7xr .title {
    color: var(--color-title);
    font-weight: 600;
    font-size: 1.42857rem
}

[dir] .styles_creditCard_wrapper___m7xr .title {
    margin: 32px 32px 24px
}

.styles_creditCard_wrapper___m7xr .btn-outline {
    width: calc(100% - 64px)
}

[dir] .styles_creditCard_wrapper___m7xr .btn-outline {
    margin: 0 32px
}

.styles_creditCard_title__X5mOq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    color: var(--color-title)
}

[dir] .styles_creditCard_title__X5mOq {
    margin-bottom: 8px
}

.styles_creditCard_title__X5mOq i {
    color: #ccc;
    font-size: 1rem
}

.styles_creditCard_title__X5mOq>span {
    color: var(--color-text-active)
}

[dir] .styles_creditCard_title__X5mOq>span {
    cursor: pointer
}

.styles_creditCard_title__X5mOq>div {
    font-size: 1.14286rem;
    display: flex;
    align-items: center;
    gap: 4px
}

.styles_creditCard_list_wrapper__C_j_Y {
    position: relative
}

.styles_creditCard_list_wrapper__C_j_Y.active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    height: 28px
}

[dir] .styles_creditCard_list_wrapper__C_j_Y.active:after {
    left: 0;
    right: 0
}

[dir=ltr] .styles_creditCard_list_wrapper__C_j_Y.active:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), var(--color-bg))
}

[dir=rtl] .styles_creditCard_list_wrapper__C_j_Y.active:after {
    background: linear-gradient(-180deg, hsla(0, 0%, 100%, 0), var(--color-bg))
}

.styles_creditCard_list___cLPW {
    max-height: 250px;
    position: relative
}

[dir] .styles_creditCard_list___cLPW {
    margin-bottom: 32px
}

[dir=ltr] .styles_creditCard_list___cLPW {
    margin-right: 4px;
    padding: 0 28px 0 32px
}

[dir=rtl] .styles_creditCard_list___cLPW {
    margin-left: 4px;
    padding: 0 32px 0 28px
}

.styles_current_credit_card__YQf5f {
    font-size: 1.14286rem;
    color: var(--color-title);
    display: flex;
    justify-content: space-between;
    align-items: center
}

[dir] .styles_current_credit_card__YQf5f {
    margin-bottom: 32px;
    border-radius: 8px;
    border: 1px solid var(--color-line);
    padding: 16px;
    cursor: pointer
}

.styles_current_credit_card__YQf5f span {
    display: flex;
    align-items: center;
    color: var(--color-title)
}

.styles_current_credit_card__YQf5f span i {
    color: var(--color-icon)
}

[dir=ltr] .styles_current_credit_card__YQf5f span i {
    margin-right: 8px
}

[dir=rtl] .styles_current_credit_card__YQf5f span i {
    margin-left: 8px
}

.styles_current_credit_card__YQf5f i {
    color: #ccc
}

.styles_creditCard_list_item__btDE9 {
    display: grid;
    grid-template-columns: 24px 1fr 16px;
    grid-gap: 8px;
    gap: 8px;
    align-items: center;
    font-size: 1rem;
    color: var(--color-title)
}

[dir] .styles_creditCard_list_item__btDE9 {
    cursor: pointer;
    padding: 16px;
    background: var(--color-f5);
    border-radius: 8px
}

[dir] .styles_creditCard_list_item__btDE9:not(:last-child) {
    margin-bottom: 16px
}

[dir=ltr] .styles_creditCard_list_item__btDE9 .icon {
    margin-right: 8px
}

[dir=rtl] .styles_creditCard_list_item__btDE9 .icon {
    margin-left: 8px
}

[dir] .styles_creditCard_list_item__btDE9.active {
    border: 1px solid var(--color-title);
    box-shadow: var(--outline-shadow)
}

.styles_creditCard_list_item__btDE9 span {
    width: 16px;
    height: 16px;
    color: var(--color-text-active)
}

[dir] .styles_creditCard_list_item__btDE9 span {
    border-radius: 50%;
    background: var(--color-bg)
}

.styles_mobile_toggle_crypto_list__xe1yv {
    display: none
}

.styles_channel_list_wrapper__hSiGT .channel-title {
    color: var(--color-title);
    font-weight: 400;
    font-size: 1.14286rem;
    display: none
}

.styles_bonusTips__cMeOV {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    color: #999
}

[dir=ltr] .styles_bonusTips__cMeOV {
    text-align: right
}

[dir=rtl] .styles_bonusTips__cMeOV {
    text-align: left
}

.styles_guide_box__IvEJK {
    display: flex;
    align-items: center
}

[dir] .styles_guide_box__IvEJK {
    cursor: pointer
}

[dir=ltr] .styles_guide_box__IvEJK {
    margin-right: 16px
}

[dir=rtl] .styles_guide_box__IvEJK {
    margin-left: 16px
}

.styles_guide_box__IvEJK span {
    font-size: 1rem;
    color: var(--color-title)
}

[dir=ltr] .styles_guide_box__IvEJK span {
    margin-left: 4px
}

[dir=rtl] .styles_guide_box__IvEJK span {
    margin-right: 4px
}

.styles_recommen_dank_link__Rtdhg {
    color: var(--color-title);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px
}

[dir] .styles_recommen_dank_link__Rtdhg {
    cursor: pointer
}

[dir=ltr] .styles_recommen_dank_link__Rtdhg {
    margin-left: 16px
}

[dir=rtl] .styles_recommen_dank_link__Rtdhg {
    margin-right: 16px
}

.styles_recommen_dank_link__Rtdhg:hover {
    color: var(--color-link)
}

.styles_h_40__dbSwp {
    height: 40px
}

[dir] .styles_text_center__K97Lx {
    text-align: center!important
}

@media(max-width: 1280px) {
    .styles_content__OU2c0 {
        max-width: 500px
    }
    .styles_bill_form__6_gFe {
        width: 440px
    }
    [dir=ltr] .styles_bill_form__6_gFe {
        padding: 38px 0 38px 60px;
        margin-left: 60px
    }
    [dir=rtl] .styles_bill_form__6_gFe {
        padding: 38px 60px 38px 0;
        margin-right: 60px
    }
}

@media(max-width: 1024px) {
    .styles_content__OU2c0 {
        max-width: 460px
    }
    .styles_bill_form__6_gFe {
        width: 400px
    }
    [dir=ltr] .styles_bill_form__6_gFe {
        padding: 38px 0 38px 40px;
        margin-left: 40px
    }
    [dir=rtl] .styles_bill_form__6_gFe {
        padding: 38px 40px 38px 0;
        margin-right: 40px
    }
}

@media(max-width: 768px) {
    [dir] .styles_layout__3e1TJ {
        margin-bottom: 8vw
    }
    .styles_layout__3e1TJ .styles_content__OU2c0 {
        max-width: 100%
    }
    [dir=ltr] .styles_layout__3e1TJ .styles_content__OU2c0 {
        margin-right: 0
    }
    [dir=rtl] .styles_layout__3e1TJ .styles_content__OU2c0 {
        margin-left: 0
    }
    .styles_layout__3e1TJ .styles_bill_form__6_gFe {
        width: 100%
    }
    [dir] .styles_layout__3e1TJ .styles_bill_form__6_gFe {
        padding: 24px 0;
        border: none
    }
    [dir=ltr] .styles_layout__3e1TJ .styles_bill_form__6_gFe {
        margin-left: 0
    }
    [dir=rtl] .styles_layout__3e1TJ .styles_bill_form__6_gFe {
        margin-right: 0
    }
    .styles_layout__3e1TJ .styles_bill_form__6_gFe .icon-long-arrow-right-circle {
        display: none
    }
    [dir] .styles_layout__3e1TJ .styles_bill_form__6_gFe .btn-submit {
        margin-top: 24px
    }
    .styles_mobile_toggle_crypto_list__xe1yv {
        display: flex
    }
    [dir] .styles_mobile_toggle_crypto_list__xe1yv {
        margin-top: 16px
    }
    .styles_mobile_toggle_crypto_list__xe1yv .icon-arrow-down {
        color: #ccc;
        font-size: 1.14286rem
    }
    .styles_channel_list_wrapper__hSiGT {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1115;
        align-items: flex-end;
        display: none
    }
    [dir] .styles_channel_list_wrapper__hSiGT {
        background: rgba(0, 0, 0, .76);
        left: 0;
        right: 0
    }
    .styles_channel_list_wrapper__hSiGT.active {
        display: flex
    }
    .styles_channel_list_wrapper__hSiGT>div {
        flex-grow: 1
    }
    [dir] .styles_channel_list_wrapper__hSiGT>div {
        background: var(--color-fff);
        margin: 0;
        padding: 24px 16px 16px;
        border-radius: var(--size-modal-border-radius-lg) var(--size-modal-border-radius-lg) 0 0;
        animation: slideInUp .25s both
    }
    .styles_channel_list_wrapper__hSiGT .channel-title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
        color: var(--color-title);
        font-weight: 500
    }
    [dir] .styles_channel_list_wrapper__hSiGT .channel-title {
        margin-bottom: 24px
    }
    .styles_channel_list_wrapper__hSiGT .channel-title i {
        position: absolute;
        top: -50%;
        color: var(--color-modal-close-icon);
        font-weight: 400;
        font-size: var(--size-modal-close-icon)
    }
    [dir=ltr] .styles_channel_list_wrapper__hSiGT .channel-title i {
        right: 0
    }
    [dir=rtl] .styles_channel_list_wrapper__hSiGT .channel-title i {
        left: 0
    }
    .styles_channel_wrapper__fPep_:after {
        display: none
    }
    [dir] .styles_channel_list_item__34leK {
        padding: 4px 16px
    }
    .styles_channel_list__ssadg {
        max-height: 65vh
    }
    [dir=ltr] .styles_channel_list__ssadg {
        padding-right: 0
    }
    [dir=rtl] .styles_channel_list__ssadg {
        padding-left: 0
    }
    [dir] .styles_channel_list__ssadg .styles_channel_list_item__34leK {
        padding: 4px 16px
    }
    [dir] .styles_channel_list__ssadg .styles_channel_list_item__34leK:last-child {
        margin-bottom: 0
    }
    .styles_purchase_form__UXwON .select {
        flex-shrink: 0
    }
    .styles_purchase_form__UXwON .select .select_selected {
        gap: 4px
    }
    [dir=ltr] .styles_purchase_form__UXwON .select .select_selected {
        padding: 0 0 0 8px;
        margin-left: 0
    }
    [dir=rtl] .styles_purchase_form__UXwON .select .select_selected {
        padding: 0 8px 0 0;
        margin-right: 0
    }
    .styles_purchase_form__UXwON .custom-numeric {
        width: 100%;
        display: flex;
        justify-content: space-between
    }
    .styles_purchase_form__UXwON .custom-numeric input {
        max-width: 52vw
    }
    .styles_purchase_form__UXwON .gatewayAmount input {
        max-width: 100%
    }
    [dir] .styles_purchase_form_title__biDd2 {
        margin-top: 0
    }
    [dir] .styles_creditCard_wrapper___m7xr {
        padding: 0 0 32px
    }
    .styles_creditCard_wrapper___m7xr .title {
        color: var(--color-title);
        font-weight: 600;
        font-size: 1.42857rem
    }
    [dir] .styles_creditCard_wrapper___m7xr .title {
        margin: 32px 32px 24px
    }
    .styles_creditCard_wrapper___m7xr .btn-outline {
        width: calc(100% - 64px)
    }
    [dir] .styles_creditCard_wrapper___m7xr .btn-outline {
        margin: 0 32px
    }
    [dir=ltr] .styles_creditCard_list___cLPW {
        padding: 0 28px 0 32px
    }
    [dir=rtl] .styles_creditCard_list___cLPW {
        padding: 0 32px 0 28px
    }
    .styles_title__tYE4J {
        display: block
    }
    .styles_channel__d8sqS {
        order: 2
    }
    [dir] .styles_channel__d8sqS {
        margin-bottom: 4vw
    }
    .styles_channel__d8sqS .styles_title__tYE4J {
        font-size: 1.14286rem;
        font-weight: 700
    }
    [dir] .styles_channel__d8sqS .styles_title__tYE4J {
        margin-top: 2vw
    }
    .styles_lock_status__RE3oD {
        width: 80vw;
        box-sizing: border-box;
        font-size: 1rem
    }
    [dir] .styles_lock_status__RE3oD {
        padding: 6.4vw
    }
    .styles_lock_status__RE3oD p i {
        width: 16px;
        height: 16px
    }
    .styles_lock_status__RE3oD .btn {
        height: auto;
        font-size: 1.28571rem
    }
    [dir] .styles_lock_status__RE3oD .btn {
        padding: 12px 20px
    }
    .styles_activity_amount__cSaVy>div {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr)
    }
    .styles_activity_amount__cSaVy>div>div {
        min-width: auto;
        width: 100%;
        flex-grow: 1
    }
    .styles_checkout_group__Zw9Ww {
        grid-template-columns: repeat(1, 1fr)
    }
}

.usdt_ads__Qe2zz {
    --color-bg-yellow: rgba(254, 175, 47, .1);
    display: flex;
    font-size: 1rem;
    align-items: center
}

[dir] .usdt_ads__Qe2zz {
    background: var(--color-bg-yellow);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(254, 176, 49, .122);
    cursor: pointer
}

.main-theme-dark .usdt_ads__Qe2zz {
    --color-bg-yellow: rgba(254, 175, 47, .3)
}

.usdt_ads__Qe2zz:before {
    display: block;
    content: "";
    width: 37px;
    height: 32px
}

[dir] .usdt_ads__Qe2zz:before {
    background: url(/icons/icon-gift.svg) no-repeat 50%;
    background-size: contain
}

[dir=ltr] .usdt_ads__Qe2zz:before {
    margin-right: 5px
}

[dir=rtl] .usdt_ads__Qe2zz:before {
    margin-left: 5px
}

.usdt_ads__Qe2zz a {
    color: #feb031
}

@media(max-width: 768px) {
    [dir] .usdt_user_nav__37yzJ .user-center-nav_tools .btn {
        border: none
    }
}