.bn-legacy-img {
    height: auto;
    max-width: 100%
}

.bn-legacy-hidden {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.bn-legacy-tag {
    border-radius: var(--br-small);
    display: inline-block;
    font-size: 10px;
    line-height: 13px;
    padding: 0 var(--se-tiny)
}

.bn-legacy-badge {
    display: inline-block;
    padding-left: var(--se-minor);
    padding-right: var(--se-minor)
}

.bn-legacy-badge,
.bn-legacy-btn {
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.bn-legacy-btn {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: var(--fw-medium);
    justify-content: center;
    outline: none;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bn-legacy-btn.data-size-xs {
    font-size: 12px;
    line-height: 12px;
    min-height: auto;
    padding: 4px 8px
}

.bn-legacy-btn.data-size-s,
.bn-legacy-btn.data-size-tiny {
    font-size: var(--fs-xs);
    line-height: 16px;
    min-width: 40px;
    padding: var(--se-minor) var(--se-xs)
}

.bn-legacy-btn.data-size-m,
.bn-legacy-btn.data-size-small {
    font-size: var(--fs-sm);
    line-height: 20px;
    min-width: 52px;
    padding: var(--se-xxs) var(--se-ls)
}

.bn-legacy-btn.data-size-l,
.bn-legacy-btn.data-size-normal {
    font-size: var(--fs-sm);
    line-height: 20px;
    min-width: 60px;
    padding: var(--se-s) var(--se-sm)
}

.bn-legacy-btn.data-size-large,
.bn-legacy-btn.data-size-xl {
    font-size: var(--fs-md);
    line-height: 24px;
    min-width: 80px;
    padding: var(--se-ls) var(--se-md)
}

.bn-legacy-btn.data-size-dwarf {
    font-size: var(--fs-sm);
    line-height: 20px;
    min-width: 123px;
    padding: var(--se-tiny) var(--se-ls)
}

.bn-legacy-btn.data-size-giant {
    font-size: var(--fs-md);
    line-height: 24px;
    min-width: 100%;
    padding: var(--se-xs) var(--se-md)
}

.bn-legacy-dialog {
    height: auto;
    max-width: 100%
}

.bn-legacy-progress {
    background-color: var(--cl-lines-primary);
    height: 10px;
    width: 100%
}

.bn-legacy-progress .bar-inner {
    background: linear-gradient(#f8d12f, #f0b90b)
}

.bn-legacy-label {
    align-items: center;
    display: flex
}

.bn-legacy-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid;
    border-radius: var(--br-default);
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-size: inherit;
    line-height: inherit;
    padding: var(--se-xs);
    width: 100%
}

.variant-card-default {
    background: var(--cl-bg2);
    border-radius: var(--radii-xs);
    box-shadow: var(--shadow-shadow2);
    padding: var(--space-2xs)
}

.variant-defaultLink {
    text-decoration: none
}

.variant-defaultLink,
.variant-standardLink {
    color: var(--cl-textYellow);
    font-size: 14px
}

.variant-secondaryLink {
    color: var(--cl-textPrimary);
    font-size: 14px
}

.variant-avatar {
    height: 48px;
    width: 48px
}

.variant-avatar,
.variant-badge {
    border-radius: var(--radii-circle)
}

.variant-badge {
    background: var(--cl-error);
    color: #fff;
    font-size: var(--fs-xs);
    font-weight: var(--fw-semibold)
}

.variant-button-buy,
.variant-button-default,
.variant-button-destructive,
.variant-button-graytype,
.variant-button-negative,
.variant-button-primary,
.variant-button-quiet,
.variant-button-round,
.variant-button-secondary,
.variant-button-sell,
.variant-button-text {
    border: none;
    border-radius: var(--radii-xs);
    color: var(--cl-bg5);
    min-height: 24px;
    word-break: keep-all
}

.variant-button-default:disabled {
    background-color: var(--cl-line);
    background-image: none;
    color: var(--cl-textDisabled);
    cursor: not-allowed
}

.variant-button-default:hover:not(:disabled):not(:active) {
    box-shadow: none
}

.variant-button-default.inactive {
    cursor: not-allowed;
    opacity: .3
}

.variant-button-primary {
    background-color: var(--cl-primaryHover);
    background-image: none
}

.variant-button-primary:hover:not(:disabled):not(:active):not(.inactive) {
    background-color: var(--cl-primaryHover);
    background-image: none;
    box-shadow: none;
    opacity: .9
}

.variant-button-primary:active:not(:disabled):not(.inactive) {
    background-color: var(--cl-primary);
    background-image: none
}

.variant-button-primary:disabled:not(.inactive) {
    background-color: var(--cl-line);
    color: var(--cl-textDisabled);
    cursor: not-allowed
}

.variant-button-primary.inactive {
    background-color: var(--cl-primaryHover);
    color: var(--cl-bg5);
    cursor: not-allowed;
    opacity: .3
}

.variant-button-secondary {
    background-color: var(--cl-line);
    background-image: none;
    color: var(--cl-textPrimary)
}

.variant-button-secondary:hover:not(:disabled):not(:active):not(.inactive) {
    background-color: var(--cl-bg3);
    background-image: none;
    box-shadow: none
}

.variant-button-secondary:active:not(:disabled):not(.inactive) {
    background-color: var(--cl-textDisabled);
    box-shadow: none;
    color: var(--cl-textPrimary)
}

.variant-button-secondary:disabled:not(.inactive) {
    background: var(--cl-bg3);
    box-shadow: none;
    color: var(--cl-textDisabled);
    cursor: not-allowed
}

.variant-button-secondary.inactive {
    background-color: var(--cl-line);
    cursor: not-allowed;
    opacity: .3
}

.variant-button-quiet {
    background: transparent;
    color: var(--cl-textPrimary)
}

.variant-button-quiet:hover:not(:disabled):not(:active):not(.inactive) {
    color: var(--cl-primary)
}

.variant-button-quiet:active:not(:disabled):not(.inactive) {
    background-color: var(--cl-badgeYellowBg)
}

.variant-button-quiet:disabled:not(.inactive) {
    background: transparent;
    color: var(--cl-textDisabled)
}

.variant-button-quiet.inactive {
    cursor: not-allowed;
    opacity: .7
}

.variant-button-text {
    background: transparent;
    color: var(--cl-bg5)
}

.variant-button-text:hover:not(:disabled):not(:active):not(.inactive) {
    color: var(--cl-primary)
}

.variant-button-text:active:not(:disabled):not(.inactive) {
    background-color: var(--cl-badgeBg)
}

.variant-button-text:disabled:not(.inactive) {
    background: transparent;
    color: var(--cl-textDisabled)
}

.variant-button-text.inactive {
    cursor: not-allowed;
    opacity: .7
}

.variant-button-round {
    background: var(--cl-bg3);
    border-radius: var(--radii-xl);
    color: var(--cl-textYellow)
}

.variant-button-round:hover:not(:disabled):not(:active):not(.inactive) {
    background: var(--cl-bg3);
    color: var(--cl-primary)
}

.variant-button-round:active:not(:disabled):not(.inactive) {
    background-color: var(--cl-line)
}

.variant-button-round:disabled:not(.inactive) {
    background: var(--cl-bg3);
    color: var(--cl-textDisabled)
}

.variant-button-round.inactive {
    background: var(--cl-bg3);
    cursor: not-allowed;
    opacity: .3
}

.variant-button-graytype {
    background: var(--cl-textSecondary);
    color: var(--cl-textWhite)
}

.variant-button-graytype:active:not(:disabled):not(.inactive),
.variant-button-graytype:hover:not(:disabled):not(:active):not(.inactive) {
    background: var(--cl-textPrimary);
    color: var(--cl-popupBg)
}

.variant-button-graytype:disabled:not(.inactive) {
    background: transparent;
    color: var(--cl-textDisabled)
}

.variant-button-graytype.inactive {
    background: var(--cl-bg4);
    cursor: not-allowed;
    opacity: .3
}

.variant-button-buy {
    background: var(--cl-buy);
    color: var(--cl-textWhite)
}

.variant-button-buy:hover:not(:disabled):not(:active) {
    background: var(--cl-buyHover);
    box-shadow: none
}

.variant-button-buy:active:not(:disabled) {
    background: var(--cl-buy);
    box-shadow: none
}

.variant-button-sell {
    background: var(--cl-sell);
    color: var(--cl-textWhite)
}

.variant-button-sell:hover:not(:disabled):not(:active) {
    background: var(--cl-sellHover);
    box-shadow: none
}

.variant-button-sell:active:not(:disabled) {
    background: var(--cl-sell);
    box-shadow: none
}

.variant-button-negative {
    background: var(--cl-error);
    color: var(--cl-textWhite)
}

.variant-button-negative:hover:not(:disabled):not(:active) {
    background: var(--cl-error);
    box-shadow: none
}

.variant-button-destructive {
    background: var(--cl-error);
    color: var(--cl-textWhite)
}

.variant-button-destructive:hover:not(:disabled):not(:active) {
    background: var(--cl-error);
    box-shadow: none
}

.variant-tag-default {
    background: var(--cl-badgeYellowBg);
    color: var(--cl-textYellow)
}

.variant-tag-blue {
    background: #4a90e230;
    color: #4a90e2
}

.variant-tag-gray {
    background: var(--cl-line);
    color: var(--cl-textThird)
}

.variant-tag-green {
    background: var(--cl-successBg);
    color: var(--cl-success)
}

.variant-tag-red {
    background: var(--cl-errorBg);
    color: var(--cl-error)
}

.variant-forms-disabledLabel,
.variant-forms-errorLabel,
.variant-forms-label,
.variant-forms-selectedLabel {
    color: var(--cl-textSecondary);
    font-size: var(--fs-sm)
}

.variant-forms-placeholder {
    color: var(--cl-textSecondary);
    font-size: var(--fs-md)
}

.variant-forms-field,
.variant-forms-textarea {
    border-color: #d3d3d3
}

.variant-forms-field:focus,
.variant-forms-textarea:focus {
    border-color: var(--cl-primary);
    box-shadow: 0 0 0 2px var(--cl-primary);
    outline: none
}

.variant-forms-selectedLabel {
    color: var(--cl-primary)
}

.variant-forms-disabledLabel {
    color: var(--cl-textMuted)
}

.variant-forms-errorLabel {
    color: var(--cl-error)
}

.variant-forms-textarea:disabled {
    background-color: var(--cl-line);
    cursor: not-allowed
}

.theme-root {
    --fs-xs: 12px;
    --fs-sm: 14px;
    --fs-md: 16px;
    --fs-minor: 18px;
    --fs-plus: 20px;
    --fs-xp: 24px;
    --fs-lg: 28px;
    --fs-xl: 32px;
    --fs-xxl: 40px;
    --fs-xxxl: 48px;
    --fs-xxxxl: 56px;
    --fw-extralight: 200;
    --fw-light: 300;
    --fw-normal: 400;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --lh-body: 1.5;
    --lh-heading: 1.25;
    --br-small: 2px;
    --br-default: 4px;
    --br-large: 6px;
    --br-extra: 8px;
    --br-larger: 10px;
    --br-xlarge: 16px;
    --br-extralarger: 20px;
    --br-xxlarge: 26px;
    --br-circle: 99999px;
    --se-line: 1px;
    --se-tiny: 2px;
    --se-minor: 4px;
    --se-xxs: 6px;
    --se-xs: 8px;
    --se-s: 10px;
    --se-ls: 12px;
    --se-sm: 16px;
    --se-md: 24px;
    --se-plus: 32px;
    --se-xp: 40px;
    --se-lg: 48px;
    --se-xl: 64px;
    --se-xxl: 80px;
    --sz-avatar: 48px;
    --sz-inputcode: 44px;
    --sz-inputcodemobile: 40px
}

.theme-root.light {
    --cl-modalBg: #fff;
    --cl-popupBg: #fff;
    --cl-bg1: #fff;
    --cl-bg2: #fafafa;
    --cl-bg3: #f5f5f5;
    --cl-bg4: #5e6673;
    --cl-bg5: #181a20;
    --cl-bg6: #0b0e11;
    --cl-line: #eaecef;
    --cl-liteBg1: #fff;
    --cl-liteBg2: #fafafa;
    --cl-textPrimary: #1e2329;
    --cl-textSecondary: #5e6673;
    --cl-textThird: #8c929d;
    --cl-textPlaceholder: #bfc4cc;
    --cl-textDisabled: #bfc4cc;
    --cl-textYellow: #c99400;
    --cl-textBuy: #00c48c;
    --cl-textSell: #ff4d4f;
    --cl-textToast: #f5a623;
    --cl-textWhite: #fff;
    --cl-textMuted: #ccc;
    --cl-lines-primary: #eaecef;
    --cl-lines-light: #eaecef;
    --cl-lines-dark: #272a2e;
    --cl-iconNormal: #929aa5;
    --cl-alertYellowBg: #fffde6;
    --cl-badgeYellowBg: #fef6d8;
    --cl-outlineHover: #ffef87;
    --cl-primaryHover: #fcd535;
    --cl-primary: #f0b90b;
    --cl-toastFailBg: #fef6f7;
    --cl-depthSellBg: #fef1f2;
    --cl-sellHover: #ff707e;
    --cl-sell: #f6465d;
    --cl-toastSuccessBg: #f2fff7;
    --cl-depthBuyBg: #e6fff1;
    --cl-buyHover: #32d993;
    --cl-buy: #0ecb81;
    --cl-invBg: #fafafa;
    --cl-success: #0ecb81;
    --cl-successBg: #f2fff7;
    --cl-error: #f6465d;
    --cl-errorBg: #fef6f7;
    --cl-disableBg: #eaecef
}

.theme-root.dark {
    --cl-modalBg: #1e2329;
    --cl-popupBg: #1e2329;
    --cl-bg1: #181a20;
    --cl-bg2: #0b0e11;
    --cl-bg3: #2b3139;
    --cl-bg4: #5e6673;
    --cl-bg5: #181a20;
    --cl-bg6: #0b0e11;
    --cl-line: #474d57;
    --cl-liteBg1: #20262d;
    --cl-liteBg2: #191a1f;
    --cl-textPrimary: #eaecef;
    --cl-textSecondary: #b7bdc6;
    --cl-textThird: #848e9c;
    --cl-textPlaceholder: #5e6673;
    --cl-textDisabled: #5e6673;
    --cl-textYellow: #f0b90b;
    --cl-textBuy: #0ecb81;
    --cl-textSell: #f6465d;
    --cl-textToast: #a37200;
    --cl-textWhite: #fff;
    --cl-textMuted: #444;
    --cl-lines-primary: #272a2e;
    --cl-lines-light: #272a2e;
    --cl-lines-dark: #272a2e;
    --cl-iconNormal: #848e9c;
    --cl-alertYellowBg: #281a00;
    --cl-badgeYellowBg: #3c2601;
    --cl-outlineHover: #6a4403;
    --cl-primaryHover: #fcd535;
    --cl-primary: #f0b90b;
    --cl-toastFailBg: #35141d;
    --cl-depthSellBg: #35141d;
    --cl-sellHover: #ff707e;
    --cl-sell: #f6465d;
    --cl-toastSuccessBg: #102821;
    --cl-depthBuyBg: #102821;
    --cl-buyHover: #32d993;
    --cl-buy: #0ecb81;
    --cl-invBg: #2b3139;
    --cl-success: #0ecb81;
    --cl-error: #f6465d;
    --cl-successBg: #102821;
    --cl-errorBg: #35141d;
    --cl-disableBg: #474d57
}

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

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

@media (max-width:767px) {
    .mobile\:headline3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
    @media only screen and (min-width:768px) {
        .mobile\:headline3 {
            font-size: 28px;
            font-weight: 600;
            line-height: 36px
        }
    }
    .mobile\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .mobile\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .mobile\:subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .mobile\:subtitle1 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
    .mobile\:body2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .mobile\:body2 {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px
        }
    }
    .mobile\:caption1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    @media only screen and (min-width:768px) {
        .mobile\:caption1 {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px
        }
    }
}

@media (min-width:767px) {
    .tablet\:headline2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    @media only screen and (min-width:768px) {
        .tablet\:headline2 {
            font-size: 32px;
            font-weight: 600;
            line-height: 40px
        }
    }
    .tablet\:headline4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .tablet\:headline4 {
            font-size: 24px;
            font-weight: 600;
            line-height: 34px
        }
    }
    .tablet\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .tablet\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .tablet\:subtitle4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle4 {
            font-size: 20px;
            font-weight: 500;
            line-height: 28px
        }
    }
    .tablet\:subtitle6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle6 {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px
        }
    }
    .tablet\:subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle1 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
    .tablet\:subtitle2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle2 {
            font-size: 14px;
            font-weight: 500;
            line-height: 22px
        }
    }
    .tablet\:body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .tablet\:body3 {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px
        }
    }
    .tablet\:body5 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    @media only screen and (min-width:768px) {
        .tablet\:body5 {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px
        }
    }
    .tablet\:caption2 {
        font-size: 10px;
        font-weight: 400;
        line-height: 16px
    }
    @media only screen and (min-width:768px) {
        .tablet\:caption2 {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px
        }
    }
}

@media (min-width:1024px) {
    .pc\:title1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
    @media only screen and (min-width:768px) {
        .pc\:title1 {
            font-size: 56px;
            font-weight: 600;
            line-height: 72px
        }
    }
    .pc\:headline1 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
    @media only screen and (min-width:768px) {
        .pc\:headline1 {
            font-size: 40px;
            font-weight: 600;
            line-height: 48px
        }
    }
    .pc\:headline2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    @media only screen and (min-width:768px) {
        .pc\:headline2 {
            font-size: 32px;
            font-weight: 600;
            line-height: 40px
        }
    }
    .pc\:headline3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
    @media only screen and (min-width:768px) {
        .pc\:headline3 {
            font-size: 28px;
            font-weight: 600;
            line-height: 36px
        }
    }
    .pc\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .pc\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .pc\:subtitle4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    @media only screen and (min-width:768px) {
        .pc\:subtitle4 {
            font-size: 20px;
            font-weight: 500;
            line-height: 28px
        }
    }
    .pc\:subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .pc\:subtitle1 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
    .pc\:subtitle2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .pc\:subtitle2 {
            font-size: 14px;
            font-weight: 500;
            line-height: 22px
        }
    }
    .pc\:body1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .pc\:body1 {
            font-size: 20px;
            font-weight: 400;
            line-height: 28px
        }
    }
    .pc\:body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .pc\:body3 {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px
        }
    }
    .pc\:caption1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    @media only screen and (min-width:768px) {
        .pc\:caption1 {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px
        }
    }
}

@media (min-width:767px) {
    .noMob\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .noMob\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .noMob\:body2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .noMob\:body2 {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px
        }
    }
}

@media (min-width:767px) {
    .tablet\:\[\&_\.bn-button\]\:subtitle1 .bn-button {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .tablet\:\[\&_\.bn-button\]\:subtitle1 .bn-button {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
}

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

.title1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
}

@media only screen and (min-width:768px) {
    .title1 {
        font-size: 56px;
        font-weight: 600;
        line-height: 72px
    }
}

.title2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .title2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px
    }
}

.subtitle5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .subtitle5 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }
}

.tertiaryNum1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .tertiaryNum1 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1248px;
    padding-left: var(--space-m);
    padding-right: var(--space-m);
    width: 100%
}

html :is(.container) {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-m);
    padding-right: var(--space-m);
    width: 100%
}

@media (min-width:767px) {
    html :is(.container) {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl)
    }
    .container {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl)
    }
}

html :is(.pointer-events-none) {
    pointer-events: none
}

html :is(.invisible) {
    visibility: hidden
}

html :is(.collapse) {
    visibility: collapse
}

html :is(.static) {
    position: static
}

html :is(.inset-0) {
    inset: 0
}

html :is(.\ !left-\[-10px\]) {
    left: -10px !important
}

html :is(.\ !right-\[-10px\]) {
    right: -10px !important
}

html :is(.-right-1) {
    right: -.25rem
}

html :is(.-top-1) {
    top: -.25rem
}

html :is(.left-1\/2) {
    left: 50%
}

html :is(.right-2xs) {
    right: var(--space-2xs)
}

html :is(.right-\[-408px\]) {
    right: -408px
}

html :is(.right-\[16px\]) {
    right: 16px
}

html :is(.right-\[24px\]) {
    right: 24px
}

html :is(.right-\[408px\]) {
    right: 408px
}

html :is(.top-1\/2) {
    top: 50%
}

html :is(.top-\[16px\]) {
    top: 16px
}

html :is(.top-\[24px\]) {
    top: 24px
}

html :is(.top-\[2px\]) {
    top: 2px
}

html :is(.z-0) {
    z-index: 0
}

html :is(.z-20) {
    z-index: 20
}

html :is(.z-\[999\]) {
    z-index: 999
}

html :is(.row-start-1) {
    grid-row-start: 1
}

html :is(.row-start-2) {
    grid-row-start: 2
}

html :is(.m-auto) {
    margin: auto
}

html :is(.mx-0) {
    margin-left: 0;
    margin-right: 0
}

html :is(.mx-2xs) {
    margin-left: var(--space-2xs);
    margin-right: var(--space-2xs)
}

html :is(.mx-3xs) {
    margin-left: var(--space-3xs);
    margin-right: var(--space-3xs)
}

html :is(.mx-4xs) {
    margin-left: var(--space-4xs);
    margin-right: var(--space-4xs)
}

html :is(.mx-5xs) {
    margin-left: var(--space-5xs);
    margin-right: var(--space-5xs)
}

html :is(.mx-\[-5px\]) {
    margin-left: -5px;
    margin-right: -5px
}

html :is(.mx-\[7px\]) {
    margin-left: 7px;
    margin-right: 7px
}

html :is(.my-0) {
    margin-bottom: 0;
    margin-top: 0
}

html :is(.my-3xl) {
    margin-bottom: var(--space-3xl);
    margin-top: var(--space-3xl)
}

html :is(.my-4xs) {
    margin-bottom: var(--space-4xs);
    margin-top: var(--space-4xs)
}

html :is(.my-\[118px\]) {
    margin-bottom: 118px;
    margin-top: 118px
}

html :is(.my-xs) {
    margin-bottom: var(--space-xs);
    margin-top: var(--space-xs)
}

html :is(.-mb-4xs) {
    margin-bottom: calc(var(--space-4xs)*-1)
}

html :is(.-mb-5xs) {
    margin-bottom: calc(var(--space-5xs)*-1)
}

html :is(.-mb-px) {
    margin-bottom: -1px
}

html :is(.-mb-xl) {
    margin-bottom: calc(var(--space-xl)*-1)
}

html :is(.-ml-\[15px\]) {
    margin-left: -15px
}

html :is(.-mr-\[15px\]) {
    margin-right: -15px
}

html :is(.-mt-4xs) {
    margin-top: calc(var(--space-4xs)*-1)
}

html :is(.-mt-\[10px\]) {
    margin-top: -10px
}

html :is(.mb-0) {
    margin-bottom: 0
}

html :is(.mb-1) {
    margin-bottom: .25rem
}

html :is(.mb-2xl) {
    margin-bottom: var(--space-2xl)
}

html :is(.mb-4xl) {
    margin-bottom: var(--space-4xl)
}

html :is(.mb-5xl) {
    margin-bottom: var(--space-5xl)
}

html :is(.mb-5xs) {
    margin-bottom: var(--space-5xs)
}

html :is(.mb-\[128px\]) {
    margin-bottom: 128px
}

html :is(.mb-\[20px\]) {
    margin-bottom: 20px
}

html :is(.mb-\[48px\]) {
    margin-bottom: 48px
}

html :is(.mb-\[60px\]) {
    margin-bottom: 60px
}

html :is(.mb-\[64px\]) {
    margin-bottom: 64px
}

html :is(.mb-\[80px\]) {
    margin-bottom: 80px
}

html :is(.ml-0) {
    margin-left: 0
}

html :is(.ml-11) {
    margin-left: 2.75rem
}

html :is(.ml-3xl) {
    margin-left: var(--space-3xl)
}

html :is(.ml-3xs) {
    margin-left: var(--space-3xs)
}

html :is(.ml-5xs) {
    margin-left: var(--space-5xs)
}

html :is(.ml-8) {
    margin-left: 2rem
}

html :is(.ml-\[68px\]) {
    margin-left: 68px
}

html :is(.ml-\[72px\]) {
    margin-left: 72px
}

html :is(.ml-l) {
    margin-left: var(--space-l)
}

html :is(.ml-s) {
    margin-left: var(--space-s)
}

html :is(.ml-xl) {
    margin-left: var(--space-xl)
}

html :is(.ml-xs) {
    margin-left: var(--space-xs)
}

html :is(.mr-0) {
    margin-right: 0
}

html :is(.mr-3xl) {
    margin-right: var(--space-3xl)
}

html :is(.mr-3xs) {
    margin-right: var(--space-3xs)
}

html :is(.mr-\[4xs\]) {
    margin-right: 4xs
}

html :is(.mr-l) {
    margin-right: var(--space-l)
}

html :is(.mr-m) {
    margin-right: var(--space-m)
}

html :is(.mr-mm) {
    margin-right: var(--space-mm)
}

html :is(.mr-s) {
    margin-right: var(--space-s)
}

html :is(.mr-xl) {
    margin-right: var(--space-xl)
}

html :is(.mr-xs) {
    margin-right: var(--space-xs)
}

html :is(.mt-11) {
    margin-top: 2.75rem
}

html :is(.mt-2xl) {
    margin-top: var(--space-2xl)
}

html :is(.mt-3xs) {
    margin-top: var(--space-3xs)
}

html :is(.mt-5xl) {
    margin-top: var(--space-5xl)
}

html :is(.mt-\[-3px\]) {
    margin-top: -3px
}

html :is(.mt-\[0\.5px\]) {
    margin-top: .5px
}

html :is(.mt-\[48px\]) {
    margin-top: 48px
}

html :is(.mt-\[72px\]) {
    margin-top: 72px
}

html :is(.mt-\[80px\]) {
    margin-top: 80px
}

html :is(.mt-mm) {
    margin-top: var(--space-mm)
}

html :is(.line-clamp-3) {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden
}

html :is(.inline) {
    display: inline
}

html :is(.\ !flex) {
    display: flex !important
}

html :is(.inline-flex) {
    display: inline-flex
}

html :is(.contents) {
    display: contents
}

html :is(.\ !h-\[32px\]) {
    height: 32px !important
}

html :is(.\ !h-\[34px\]) {
    height: 34px !important
}

html :is(.\ !h-\[36px\]) {
    height: 36px !important
}

html :is(.h-16) {
    height: 4rem
}

html :is(.h-2) {
    height: .5rem
}

html :is(.h-2\.5) {
    height: .625rem
}

html :is(.h-2xs) {
    height: var(--space-2xs)
}

html :is(.h-3xs) {
    height: var(--space-3xs)
}

html :is(.h-5) {
    height: 1.25rem
}

html :is(.h-5xs) {
    height: var(--space-5xs)
}

html :is(.h-8) {
    height: 2rem
}

html :is(.h-\[0\.6em\]) {
    height: .6em
}

html :is(.h-\[111px\]) {
    height: 111px
}

html :is(.h-\[120px\]) {
    height: 120px
}

html :is(.h-\[132px\]) {
    height: 132px
}

html :is(.h-\[144px\]) {
    height: 144px
}

html :is(.h-\[164px\]) {
    height: 164px
}

html :is(.h-\[165px\]) {
    height: 165px
}

html :is(.h-\[182px\]) {
    height: 182px
}

html :is(.h-\[1px\]) {
    height: 1px
}

html :is(.h-\[280px\]) {
    height: 280px
}

html :is(.h-\[286px\]) {
    height: 286px
}

html :is(.h-\[300px\]) {
    height: 300px
}

html :is(.h-\[348px\]) {
    height: 348px
}

html :is(.h-\[400px\]) {
    height: 400px
}

html :is(.h-\[470px\]) {
    height: 470px
}

html :is(.h-\[496px\]) {
    height: 496px
}

html :is(.h-\[525px\]) {
    height: 525px
}

html :is(.h-\[52px\]) {
    height: 52px
}

html :is(.h-\[540px\]) {
    height: 540px
}

html :is(.h-\[552px\]) {
    height: 552px
}

html :is(.h-\[55px\]) {
    height: 55px
}

html :is(.h-\[56px\]) {
    height: 56px
}

html :is(.h-\[576px\]) {
    height: 576px
}

html :is(.h-\[592px\]) {
    height: 592px
}

html :is(.h-\[64px\]) {
    height: 64px
}

html :is(.h-\[66px\]) {
    height: 66px
}

html :is(.h-\[680px\]) {
    height: 680px
}

html :is(.h-\[760px\]) {
    height: 760px
}

html :is(.h-\[82px\]) {
    height: 82px
}

html :is(.h-\[92px\]) {
    height: 92px
}

html :is(.h-\[calc\(100vh-142px\)\]) {
    height: calc(100vh - 142px)
}

html :is(.h-fit) {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

html :is(.h-max) {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

html :is(.h-px) {
    height: 1px
}

html :is(.max-h-0) {
    max-height: 0
}

html :is(.max-h-\[100rem\]) {
    max-height: 100rem
}

html :is(.max-h-\[180px\]) {
    max-height: 180px
}

html :is(.max-h-\[242px\]) {
    max-height: 242px
}

html :is(.max-h-\[275px\]) {
    max-height: 275px
}

html :is(.max-h-\[300px\]) {
    max-height: 300px
}

html :is(.max-h-\[32px\]) {
    max-height: 32px
}

html :is(.max-h-\[372px\]) {
    max-height: 372px
}

html :is(.max-h-\[470px\]) {
    max-height: 470px
}

html :is(.max-h-\[496px\]) {
    max-height: 496px
}

html :is(.max-h-\[500px\]) {
    max-height: 500px
}

html :is(.max-h-\[512px\]) {
    max-height: 512px
}

html :is(.max-h-\[524px\]) {
    max-height: 524px
}

html :is(.max-h-\[552px\]) {
    max-height: 552px
}

html :is(.max-h-\[576px\]) {
    max-height: 576px
}

html :is(.max-h-\[70vh\]) {
    max-height: 70vh
}

html :is(.max-h-\[80vh\]) {
    max-height: 80vh
}

html :is(.max-h-\[calc\(100vh-142px\)\]) {
    max-height: calc(100vh - 142px)
}

html :is(.max-h-\[calc\(100vh-220px\)\]) {
    max-height: calc(100vh - 220px)
}

html :is(.max-h-\[calc\(100vh-265px\)\]) {
    max-height: calc(100vh - 265px)
}

html :is(.max-h-fit) {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

html :is(.\ !min-h-min) {
    min-height: -webkit-min-content !important;
    min-height: -moz-min-content !important;
    min-height: min-content !important
}

html :is(.min-h-\[111px\]) {
    min-height: 111px
}

html :is(.min-h-\[150px\]) {
    min-height: 150px
}

html :is(.min-h-\[20px\]) {
    min-height: 20px
}

html :is(.min-h-\[320px\]) {
    min-height: 320px
}

html :is(.min-h-\[500px\]) {
    min-height: 500px
}

html :is(.min-h-\[510px\]) {
    min-height: 510px
}

html :is(.min-h-\[70px\]) {
    min-height: 70px
}

html :is(.min-h-\[calc\(100vh-64px\)\]) {
    min-height: calc(100vh - 64px)
}

html :is(.min-h-fit) {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content
}

html :is(.min-h-full) {
    min-height: 100%
}

html :is(.min-h-screen) {
    min-height: 100vh
}

html :is(.\ !w-\[220px\]) {
    width: 220px !important
}

html :is(.\ !w-\[32px\]) {
    width: 32px !important
}

html :is(.\ !w-auto) {
    width: auto !important
}

html :is(.w-1) {
    width: .25rem
}

html :is(.w-1\/2) {
    width: 50%
}

html :is(.w-2\/5) {
    width: 40%
}

html :is(.w-2xs) {
    width: var(--space-2xs)
}

html :is(.w-3\/5) {
    width: 60%
}

html :is(.w-5) {
    width: 1.25rem
}

html :is(.w-5xs) {
    width: var(--space-5xs)
}

html :is(.w-8) {
    width: 2rem
}

html :is(.w-\[105px\]) {
    width: 105px
}

html :is(.w-\[112px\]) {
    width: 112px
}

html :is(.w-\[140px\]) {
    width: 140px
}

html :is(.w-\[162px\]) {
    width: 162px
}

html :is(.w-\[164px\]) {
    width: 164px
}

html :is(.w-\[1px\]) {
    width: 1px
}

html :is(.w-\[216px\]) {
    width: 216px
}

html :is(.w-\[25px\]) {
    width: 25px
}

html :is(.w-\[265px\]) {
    width: 265px
}

html :is(.w-\[280px\]) {
    width: 280px
}

html :is(.w-\[296px\]) {
    width: 296px
}

html :is(.w-\[2px\]) {
    width: 2px
}

html :is(.w-\[300px\]) {
    width: 300px
}

html :is(.w-\[35px\]) {
    width: 35px
}

html :is(.w-\[399px\]) {
    width: 399px
}

html :is(.w-\[400px\]) {
    width: 400px
}

html :is(.w-\[424px\]) {
    width: 424px
}

html :is(.w-\[440px\]) {
    width: 440px
}

html :is(.w-\[44px\]) {
    width: 44px
}

html :is(.w-\[4px\]) {
    width: 4px
}

html :is(.w-\[52px\]) {
    width: 52px
}

html :is(.w-\[530px\]) {
    width: 530px
}

html :is(.w-\[53px\]) {
    width: 53px
}

html :is(.w-\[64px\]) {
    width: 64px
}

html :is(.w-\[84px\]) {
    width: 84px
}

html :is(.w-\[90px\]) {
    width: 90px
}

html :is(.w-\[93px\]) {
    width: 93px
}

html :is(.w-\[94px\]) {
    width: 94px
}

html :is(.w-auto) {
    width: auto
}

html :is(.w-max) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

html :is(.w-px) {
    width: 1px
}

html :is(.w-xl) {
    width: var(--space-xl)
}

html :is(.\ !min-w-\[128px\]) {
    min-width: 128px !important
}

html :is(.\ !min-w-\[70px\]) {
    min-width: 70px !important
}

html :is(.\ !min-w-\[80px\]) {
    min-width: 80px !important
}

html :is(.\ !min-w-fit) {
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important
}

html :is(.min-w-0) {
    min-width: 0
}

html :is(.min-w-\[104px\]) {
    min-width: 104px
}

html :is(.min-w-\[150px\]) {
    min-width: 150px
}

html :is(.min-w-\[240px\]) {
    min-width: 240px
}

html :is(.min-w-\[40px\]) {
    min-width: 40px
}

html :is(.min-w-\[64px\]) {
    min-width: 64px
}

html :is(.min-w-fit) {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

html :is(.min-w-full) {
    min-width: 100%
}

html :is(.max-w-\[100px\]) {
    max-width: 100px
}

html :is(.max-w-\[1123px\]) {
    max-width: 1123px
}

html :is(.max-w-\[1200px\]) {
    max-width: 1200px
}

html :is(.max-w-\[120px\]) {
    max-width: 120px
}

html :is(.max-w-\[128px\]) {
    max-width: 128px
}

html :is(.max-w-\[186px\]) {
    max-width: 186px
}

html :is(.max-w-\[220px\]) {
    max-width: 220px
}

html :is(.max-w-\[256px\]) {
    max-width: 256px
}

html :is(.max-w-\[280px\]) {
    max-width: 280px
}

html :is(.max-w-\[284px\]) {
    max-width: 284px
}

html :is(.max-w-\[300px\]) {
    max-width: 300px
}

html :is(.max-w-\[302px\]) {
    max-width: 302px
}

html :is(.max-w-\[312px\]) {
    max-width: 312px
}

html :is(.max-w-\[321px\]) {
    max-width: 321px
}

html :is(.max-w-\[33\%\]) {
    max-width: 33%
}

html :is(.max-w-\[430px\]) {
    max-width: 430px
}

html :is(.max-w-\[440px\]) {
    max-width: 440px
}

html :is(.max-w-\[486px\]) {
    max-width: 486px
}

html :is(.max-w-\[560px\]) {
    max-width: 560px
}

html :is(.max-w-\[58\%\]) {
    max-width: 58%
}

html :is(.max-w-\[600px\]) {
    max-width: 600px
}

html :is(.max-w-\[65px\]) {
    max-width: 65px
}

html :is(.max-w-\[67px\]) {
    max-width: 67px
}

html :is(.max-w-\[calc\(100\%-1em\)\]) {
    max-width: calc(100% - 1em)
}

html :is(.max-w-full) {
    max-width: 100%
}

html :is(.grow) {
    flex-grow: 1
}

html :is(.translate-x-1\/2) {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

html :is(.translate-y-1\/2) {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

html :is(.-rotate-45) {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

html :is(.rotate-0) {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

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

html :is(.rotate-45) {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

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

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

html :is(.transform-none) {
    transform: none
}

html :is(.animate-\[fadeIn_ease-in-out_250ms\]) {
    -webkit-animation: fadeIn .25s ease-in-out;
    animation: fadeIn .25s ease-in-out
}

@-webkit-keyframes bounce {
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}

@keyframes bounce {
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}

html :is(.animate-bounce) {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
}

html :is(.cursor-auto) {
    cursor: auto
}

html :is(.cursor-text) {
    cursor: text
}

html :is(.cursor-wait) {
    cursor: wait
}

html :is(.grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

html :is(.grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

html :is(.grid-cols-\[0\.9fr_1fr\]) {
    grid-template-columns: .9fr 1fr
}

html :is(.grid-cols-\[1fr\2c 20px\]) {
    grid-template-columns: 1fr 20px
}

html :is(.grid-cols-\[1fr\2c max-content\]) {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content
}

html :is(.grid-cols-\[1fr\]) {
    grid-template-columns: 1fr
}

html :is(.grid-cols-\[1fr_1fr\]) {
    grid-template-columns: 1fr 1fr
}

html :is(.grid-cols-\[1fr_max-content\]) {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content
}

html :is(.grid-cols-\[max-content_1fr\]) {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr
}

html :is(.flex-row) {
    flex-direction: row
}

html :is(.\ !flex-row-reverse) {
    flex-direction: row-reverse !important
}

html :is(.flex-row-reverse) {
    flex-direction: row-reverse
}

html :is(.\ !items-center) {
    align-items: center !important
}

html :is(.items-baseline) {
    align-items: baseline
}

html :is(.items-stretch) {
    align-items: stretch
}

html :is(.justify-start) {
    justify-content: flex-start
}

html :is(.\ !justify-between) {
    justify-content: space-between !important
}

html :is(.justify-around) {
    justify-content: space-around
}

html :is(.justify-evenly) {
    justify-content: space-evenly
}

html :is(.\ !gap-0) {
    grid-gap: 0 !important;
    gap: 0 !important
}

html :is(.gap-0) {
    grid-gap: 0;
    gap: 0
}

html :is(.gap-2\.5) {
    grid-gap: .625rem;
    gap: .625rem
}

html :is(.gap-3xl) {
    grid-gap: var(--space-3xl);
    gap: var(--space-3xl)
}

html :is(.gap-5xl) {
    grid-gap: var(--space-5xl);
    gap: var(--space-5xl)
}

html :is(.gap-6) {
    grid-gap: 1.5rem;
    gap: 1.5rem
}

html :is(.gap-\[25px\]) {
    grid-gap: 25px;
    gap: 25px
}

html :is(.gap-\[44px\]) {
    grid-gap: 44px;
    gap: 44px
}

html :is(.gap-\[60px\]) {
    grid-gap: 60px;
    gap: 60px
}

html :is(.gap-\[80px\]) {
    grid-gap: 80px;
    gap: 80px
}

html :is(.gap-l) {
    grid-gap: var(--space-l);
    gap: var(--space-l)
}

html :is(.gap-px) {
    grid-gap: 1px;
    gap: 1px
}

html :is(.gap-x-3) {
    grid-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

html :is(.gap-x-4) {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

html :is(.gap-x-4xs) {
    grid-column-gap: var(--space-4xs);
    -moz-column-gap: var(--space-4xs);
    column-gap: var(--space-4xs)
}

html :is(.gap-x-m) {
    grid-column-gap: var(--space-m);
    -moz-column-gap: var(--space-m);
    column-gap: var(--space-m)
}

html :is(.gap-x-xl) {
    grid-column-gap: var(--space-xl);
    -moz-column-gap: var(--space-xl);
    column-gap: var(--space-xl)
}

html :is(.gap-y-1) {
    grid-row-gap: .25rem;
    row-gap: .25rem
}

html :is(.gap-y-2) {
    grid-row-gap: .5rem;
    row-gap: .5rem
}

html :is(.gap-y-2xs) {
    grid-row-gap: var(--space-2xs);
    row-gap: var(--space-2xs)
}

html :is(.gap-y-l) {
    grid-row-gap: var(--space-l);
    row-gap: var(--space-l)
}

html :is(.gap-y-s) {
    grid-row-gap: var(--space-s);
    row-gap: var(--space-s)
}

html :is(.gap-y-xs) {
    grid-row-gap: var(--space-xs);
    row-gap: var(--space-xs)
}

html :is(.self-start) {
    align-self: flex-start
}

html :is(.self-baseline) {
    align-self: baseline
}

html :is(.overflow-visible) {
    overflow: visible
}

html :is(.overflow-scroll) {
    overflow: scroll
}

html :is(.overflow-y-scroll) {
    overflow-y: scroll
}

html :is(.overscroll-y-contain) {
    overscroll-behavior-y: contain
}

html :is(.overflow-ellipsis) {
    text-overflow: ellipsis
}

html :is(.\ !rounded-2l) {
    border-radius: var(--radii-2l) !important
}

html :is(.\ !rounded-\[24px\]) {
    border-radius: 24px !important
}

html :is(.\ !rounded-xl) {
    border-radius: var(--radii-xl) !important
}

html :is(.rounded-2xl) {
    border-radius: var(--radii-2xl)
}

html :is(.rounded-\[12px\]) {
    border-radius: 12px
}

html :is(.rounded-\[24px\]) {
    border-radius: 24px
}

html :is(.rounded-full) {
    border-radius: 9999px
}

html :is(.rounded-b-\[24px\]) {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px
}

html :is(.rounded-l) {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

html :is(.rounded-bl-2l) {
    border-bottom-left-radius: var(--radii-2l)
}

html :is(.rounded-bl-xl) {
    border-bottom-left-radius: var(--radii-xl)
}

html :is(.rounded-br-2l) {
    border-bottom-right-radius: var(--radii-2l)
}

html :is(.rounded-br-xl) {
    border-bottom-right-radius: var(--radii-xl)
}

html :is(.rounded-tl-m) {
    border-top-left-radius: var(--radii-m)
}

html :is(.rounded-tl-xl) {
    border-top-left-radius: var(--radii-xl)
}

html :is(.rounded-tr-2l) {
    border-top-right-radius: var(--radii-2l)
}

html :is(.rounded-tr-m) {
    border-top-right-radius: var(--radii-m)
}

html :is(.rounded-tr-xl) {
    border-top-right-radius: var(--radii-xl)
}

html :is(.border-\[1\.5px\]) {
    border-width: 1.5px
}

html :is(.border-b-\[1px\]) {
    border-bottom-width: 1px
}

html :is(.border-l) {
    border-left-width: 1px
}

html :is(.border-r) {
    border-right-width: 1px
}

html :is(.border-solid) {
    border-style: solid
}

html :is(.border-dotted) {
    border-style: dotted
}

html :is(.border-none) {
    border-style: none
}

html :is(.border-btnBg) {
    border-color: var(--color-BtnBg)
}

html :is(.border-buy) {
    border-color: var(--color-Buy)
}

html :is(.border-primaryYellow) {
    border-color: var(--color-PrimaryYellow)
}

html :is(.border-secondaryText) {
    border-color: var(--color-SecondaryText)
}

html :is(.border-sell) {
    border-color: var(--color-Sell)
}

html :is(.border-l-input) {
    border-left-color: var(--color-Input)
}

html :is(.\ !bg-input) {
    background-color: var(--color-Input) !important
}

html :is(.\ !bg-transparent) {
    background-color: transparent !important
}

html :is(.bg-\[\#A37200\]) {
    --tw-bg-opacity: 1;
    background-color: rgb(163 114 0/var(--tw-bg-opacity))
}

html :is(.bg-btnBg) {
    background-color: var(--color-BtnBg)
}

html :is(.bg-disableBtn) {
    background-color: var(--color-DisableBtn)
}

html :is(.bg-old-badge) {
    background-color: var(--color-badgeBg)
}

html :is(.bg-old-bg1) {
    background-color: var(--color-bg1)
}

html :is(.bg-old-bg2) {
    background-color: var(--color-bg2)
}

html :is(.bg-old-bg3) {
    background-color: var(--color-bg3)
}

html :is(.bg-old-bg4) {
    background-color: var(--color-bg4)
}

html :is(.bg-redGreenBgText) {
    background-color: var(--color-RedGreenBgText)
}

html :is(.bg-secondaryText) {
    background-color: var(--color-SecondaryText)
}

html :is(.bg-textLink) {
    background-color: var(--color-TextLink)
}

html :is(.bg-opacity-70) {
    --tw-bg-opacity: 0.7
}

html :is(.bg-none) {
    background-image: none
}

html :is(.p-0) {
    padding: 0
}

html :is(.p-1) {
    padding: .25rem
}

html :is(.p-3) {
    padding: .75rem
}

html :is(.p-4xs) {
    padding: var(--space-4xs)
}

html :is(.p-mm) {
    padding: var(--space-mm)
}

html :is(.p-xl) {
    padding: var(--space-xl)
}

html :is(.\ !px-2xs) {
    padding-left: var(--space-2xs) !important;
    padding-right: var(--space-2xs) !important
}

html :is(.\ !py-s) {
    padding-bottom: var(--space-s) !important;
    padding-top: var(--space-s) !important
}

html :is(.px-0) {
    padding-left: 0;
    padding-right: 0
}

html :is(.px-2) {
    padding-left: .5rem;
    padding-right: .5rem
}

html :is(.px-2xl) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl)
}

html :is(.px-3xl) {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl)
}

html :is(.px-4xl) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl)
}

html :is(.px-\[15px\]) {
    padding-left: 15px;
    padding-right: 15px
}

html :is(.px-\[24px\]) {
    padding-left: 24px;
    padding-right: 24px
}

html :is(.px-\[58px\]) {
    padding-left: 58px;
    padding-right: 58px
}

html :is(.px-mm) {
    padding-left: var(--space-mm);
    padding-right: var(--space-mm)
}

html :is(.py-0) {
    padding-bottom: 0;
    padding-top: 0
}

html :is(.py-5) {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

html :is(.py-5xl) {
    padding-bottom: var(--space-5xl);
    padding-top: var(--space-5xl)
}

html :is(.py-\[48px\]) {
    padding-bottom: 48px;
    padding-top: 48px
}

html :is(.py-l) {
    padding-bottom: var(--space-l);
    padding-top: var(--space-l)
}

html :is(.\ !pb-0) {
    padding-bottom: 0 !important
}

html :is(.\ !pb-m) {
    padding-bottom: var(--space-m) !important
}

html :is(.\ !pt-mm) {
    padding-top: var(--space-mm) !important
}

html :is(.\ !pt-xl) {
    padding-top: var(--space-xl) !important
}

html :is(.pb-0) {
    padding-bottom: 0
}

html :is(.pb-2xl) {
    padding-bottom: var(--space-2xl)
}

html :is(.pb-3xl) {
    padding-bottom: var(--space-3xl)
}

html :is(.pb-4xl) {
    padding-bottom: var(--space-4xl)
}

html :is(.pb-\[60px\]) {
    padding-bottom: 60px
}

html :is(.pb-l) {
    padding-bottom: var(--space-l)
}

html :is(.pb-m) {
    padding-bottom: var(--space-m)
}

html :is(.pl-0) {
    padding-left: 0
}

html :is(.pl-3) {
    padding-left: .75rem
}

html :is(.pl-3xl) {
    padding-left: var(--space-3xl)
}

html :is(.pl-4xs) {
    padding-left: var(--space-4xs)
}

html :is(.pl-\[42px\]) {
    padding-left: 42px
}

html :is(.pl-m) {
    padding-left: var(--space-m)
}

html :is(.pl-xl) {
    padding-left: var(--space-xl)
}

html :is(.pr-2xs) {
    padding-right: var(--space-2xs)
}

html :is(.pr-m) {
    padding-right: var(--space-m)
}

html :is(.pr-s) {
    padding-right: var(--space-s)
}

html :is(.pt-36) {
    padding-top: 9rem
}

html :is(.pt-3xl) {
    padding-top: var(--space-3xl)
}

html :is(.pt-5xl) {
    padding-top: var(--space-5xl)
}

html :is(.pt-l) {
    padding-top: var(--space-l)
}

html :is(.pt-s) {
    padding-top: var(--space-s)
}

html :is(.text-\[14px\]) {
    font-size: 14px
}

html :is(.text-\[18px\]) {
    font-size: 18px
}

html :is(.text-\[40px\]) {
    font-size: 40px
}

html :is(.text-\[96px\]) {
    font-size: 96px
}

html :is(.text-sm) {
    font-size: .875rem;
    line-height: 1.25rem
}

html :is(.font-normal) {
    font-weight: 400
}

html :is(.uppercase) {
    text-transform: uppercase
}

html :is(.leading-4) {
    line-height: 1rem
}

html :is(.leading-5) {
    line-height: 1.25rem
}

html :is(.leading-9) {
    line-height: 2.25rem
}

html :is(.leading-\[20px\]) {
    line-height: 20px
}

html :is(.leading-\[24px\]) {
    line-height: 24px
}

html :is(.leading-normal) {
    line-height: 1.5
}

html :is(.\ !text-primaryYellow) {
    color: var(--color-PrimaryYellow) !important
}

html :is(.\ !text-sell) {
    color: var(--color-Sell) !important
}

html :is(.text-\[unset\]) {
    color: unset
}

html :is(.text-disableBtn) {
    color: var(--color-DisableBtn)
}

html :is(.text-old-t-black) {
    color: var(--color-textBlack)
}

html :is(.text-old-t-secondary) {
    color: var(--color-textSecondary)
}

html :is(.text-old-t-yellow) {
    color: var(--color-textBrand)
}

html :is(.text-textBuy) {
    color: var(--color-TextBuy)
}

html :is(.text-textOnYellow) {
    color: var(--color-TextOnYellow)
}

html :is(.text-textSell) {
    color: var(--color-TextSell)
}

html :is(.decoration-dashed) {
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed
}

html :is(.opacity-0) {
    opacity: 0
}

html :is(.opacity-30) {
    opacity: .3
}

html :is(.opacity-40) {
    opacity: .4
}

html :is(.opacity-80) {
    opacity: .8
}

html :is(.shadow) {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

html :is(.shadow-2) {
    --tw-shadow: var(--shadow-shadow2);
    --tw-shadow-colored: var(--shadow-shadow2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

html :is(.shadow-md) {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

html :is(.shadow-line) {
    --tw-shadow-color: var(--color-Line);
    --tw-shadow: var(--tw-shadow-colored)
}

html :is(.outline) {
    outline-style: solid
}

html :is(.outline-1) {
    outline-width: 1px
}

html :is(.outline-primaryYellow) {
    outline-color: var(--color-PrimaryYellow)
}

html :is(.ring) {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

html :is(.transition-\[right\]) {
    transition-duration: .15s;
    transition-property: right;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

html :is(.transition-all) {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

html :is(.transition-opacity) {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

html :is(.transition-shadow) {
    transition-duration: .15s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

html :is(.transition-transform) {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

html :is(.duration-150) {
    transition-duration: .15s
}

html :is(.duration-200) {
    transition-duration: .2s
}

html :is(.duration-300) {
    transition-duration: .3s
}

html :is(.ease-in-out) {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

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

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

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

html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0
}

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

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

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

a {
    color: inherit;
    text-decoration: inherit
}

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

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0
}

[type=button],
[type=reset],
[type=submit],
button {
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

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

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

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

fieldset,
menu,
ol,
ul {
    margin: 0;
    padding: 0
}

menu,
ol,
ul {
    list-style: none
}

textarea {
    resize: vertical
}

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

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

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

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

:disabled {
    cursor: default
}

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

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

.headline1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

@media only screen and (min-width:768px) {
    .headline1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
}

.headline2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

@media only screen and (min-width:768px) {
    .headline2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.headline3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .headline3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.headline4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .headline4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
}

.\ !headline5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .\ !headline5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.headline5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .headline5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.\ !subtitle4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .\ !subtitle4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.subtitle4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .subtitle4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.subtitle6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .subtitle6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
}

.subtitle1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.subtitle2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .subtitle2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.subtitle3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .subtitle3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .body1 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }
}

.body1-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .body1-1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.body2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .body2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.body4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .body4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.body5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .body5 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.btnLink2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .btnLink2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.btnLink3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .btnLink3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.caption0 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .caption0 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .caption1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.caption2 {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .caption2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.caption3 {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .caption3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.scrollbar::-webkit-scrollbar {
    display: block;
    width: 10px !important
}

.spin {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite
}

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

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

html :is(.pointer-events-auto) {
    pointer-events: auto
}

html :is(.\ !visible) {
    visibility: visible !important
}

html :is(.visible) {
    visibility: visible
}

html :is(.fixed) {
    position: fixed
}

html :is(.absolute) {
    position: absolute
}

html :is(.relative) {
    position: relative
}

html :is(.sticky) {
    position: -webkit-sticky;
    position: sticky
}

html :is(.bottom-0) {
    bottom: 0
}

html :is(.bottom-\[100\%\]) {
    bottom: 100%
}

html :is(.bottom-m) {
    bottom: var(--space-m)
}

html :is(.bottom-xl) {
    bottom: var(--space-xl)
}

html :is(.left-0) {
    left: 0
}

html :is(.left-\[2px\]) {
    left: 2px
}

html :is(.right-0) {
    right: 0
}

html :is(.right-\[3px\]) {
    right: 3px
}

html :is(.right-m) {
    right: var(--space-m)
}

html :is(.right-xl) {
    right: var(--space-xl)
}

html :is(.top-0) {
    top: 0
}

html :is(.top-2xs) {
    top: var(--space-2xs)
}

html :is(.top-\[0px\]) {
    top: 0
}

html :is(.top-\[3px\]) {
    top: 3px
}

html :is(.top-\[65px\]) {
    top: 65px
}

html :is(.top-xl) {
    top: var(--space-xl)
}

html :is(.\ !z-\[1500\]) {
    z-index: 1500 !important
}

html :is(.z-10) {
    z-index: 10
}

html :is(.z-\[1\]) {
    z-index: 1
}

html :is(.z-\[2\]) {
    z-index: 2
}

html :is(.z-\[3\]) {
    z-index: 3
}

html :is(.z-\[4\]) {
    z-index: 4
}

html :is(.z-\[5\]) {
    z-index: 5
}

html :is(.float-right) {
    float: right
}

html :is(.m-4xs) {
    margin: var(--space-4xs)
}

html :is(.m-m) {
    margin: var(--space-m)
}

html :is(.mx-\[-24px\]) {
    margin-left: -24px;
    margin-right: -24px
}

html :is(.mx-auto) {
    margin-left: auto;
    margin-right: auto
}

html :is(.mx-l) {
    margin-left: var(--space-l);
    margin-right: var(--space-l)
}

html :is(.mx-m) {
    margin-left: var(--space-m);
    margin-right: var(--space-m)
}

html :is(.mx-xl) {
    margin-left: var(--space-xl);
    margin-right: var(--space-xl)
}

html :is(.my-2xs) {
    margin-bottom: var(--space-2xs);
    margin-top: var(--space-2xs)
}

html :is(.my-l) {
    margin-bottom: var(--space-l);
    margin-top: var(--space-l)
}

html :is(.my-m) {
    margin-bottom: var(--space-m);
    margin-top: var(--space-m)
}

html :is(.my-mm) {
    margin-bottom: var(--space-mm);
    margin-top: var(--space-mm)
}

html :is(.my-s) {
    margin-bottom: var(--space-s);
    margin-top: var(--space-s)
}

html :is(.my-xl) {
    margin-bottom: var(--space-xl);
    margin-top: var(--space-xl)
}

html :is(.\ !mt-0) {
    margin-top: 0 !important
}

html :is(.-ml-5xs) {
    margin-left: calc(var(--space-5xs)*-1)
}

html :is(.mb-2) {
    margin-bottom: .5rem
}

html :is(.mb-2xs) {
    margin-bottom: var(--space-2xs)
}

html :is(.mb-3) {
    margin-bottom: .75rem
}

html :is(.mb-3xl) {
    margin-bottom: var(--space-3xl)
}

html :is(.mb-3xs) {
    margin-bottom: var(--space-3xs)
}

html :is(.mb-4xs) {
    margin-bottom: var(--space-4xs)
}

html :is(.mb-6) {
    margin-bottom: 1.5rem
}

html :is(.mb-\[-2px\]) {
    margin-bottom: -2px
}

html :is(.mb-\[14px\]) {
    margin-bottom: 14px
}

html :is(.mb-\[23px\]) {
    margin-bottom: 23px
}

html :is(.mb-\[40px\]) {
    margin-bottom: 40px
}

html :is(.mb-\[8px\]) {
    margin-bottom: 8px
}

html :is(.mb-l) {
    margin-bottom: var(--space-l)
}

html :is(.mb-m) {
    margin-bottom: var(--space-m)
}

html :is(.mb-s) {
    margin-bottom: var(--space-s)
}

html :is(.mb-xl) {
    margin-bottom: var(--space-xl)
}

html :is(.mb-xs) {
    margin-bottom: var(--space-xs)
}

html :is(.ml-1) {
    margin-left: .25rem
}

html :is(.ml-2xl) {
    margin-left: var(--space-2xl)
}

html :is(.ml-2xs) {
    margin-left: var(--space-2xs)
}

html :is(.ml-4xs) {
    margin-left: var(--space-4xs)
}

html :is(.ml-\[2px\]) {
    margin-left: 2px
}

html :is(.ml-m) {
    margin-left: var(--space-m)
}

html :is(.mr-1) {
    margin-right: .25rem
}

html :is(.mr-2xs) {
    margin-right: var(--space-2xs)
}

html :is(.mr-4xs) {
    margin-right: var(--space-4xs)
}

html :is(.mr-5xs) {
    margin-right: var(--space-5xs)
}

html :is(.mt-0) {
    margin-top: 0
}

html :is(.mt-1) {
    margin-top: .25rem
}

html :is(.mt-2) {
    margin-top: .5rem
}

html :is(.mt-2xs) {
    margin-top: var(--space-2xs)
}

html :is(.mt-3xl) {
    margin-top: var(--space-3xl)
}

html :is(.mt-4) {
    margin-top: 1rem
}

html :is(.mt-4xs) {
    margin-top: var(--space-4xs)
}

html :is(.mt-5xs) {
    margin-top: var(--space-5xs)
}

html :is(.mt-\[16px\]) {
    margin-top: 16px
}

html :is(.mt-\[24px\]) {
    margin-top: 24px
}

html :is(.mt-\[2px\]) {
    margin-top: 2px
}

html :is(.mt-\[3px\]) {
    margin-top: 3px
}

html :is(.mt-\[40px\]) {
    margin-top: 40px
}

html :is(.mt-\[6px\]) {
    margin-top: 6px
}

html :is(.mt-l) {
    margin-top: var(--space-l)
}

html :is(.mt-m) {
    margin-top: var(--space-m)
}

html :is(.mt-px) {
    margin-top: 1px
}

html :is(.mt-s) {
    margin-top: var(--space-s)
}

html :is(.mt-xl) {
    margin-top: var(--space-xl)
}

html :is(.mt-xs) {
    margin-top: var(--space-xs)
}

html :is(.line-clamp-1) {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}

html :is(.block) {
    display: block
}

html :is(.inline-block) {
    display: inline-block
}

html :is(.flex) {
    display: flex
}

html :is(.table) {
    display: table
}

html :is(.grid) {
    display: grid
}

html :is(.hidden) {
    display: none
}

html :is(.h-0) {
    height: 0
}

html :is(.h-4) {
    height: 1rem
}

html :is(.h-\[10px\]) {
    height: 10px
}

html :is(.h-\[12px\]) {
    height: 12px
}

html :is(.h-\[14px\]) {
    height: 14px
}

html :is(.h-\[150px\]) {
    height: 150px
}

html :is(.h-\[156px\]) {
    height: 156px
}

html :is(.h-\[16px\]) {
    height: 16px
}

html :is(.h-\[18px\]) {
    height: 18px
}

html :is(.h-\[200px\]) {
    height: 200px
}

html :is(.h-\[20px\]) {
    height: 20px
}

html :is(.h-\[229px\]) {
    height: 229px
}

html :is(.h-\[22px\]) {
    height: 22px
}

html :is(.h-\[23px\]) {
    height: 23px
}

html :is(.h-\[24px\]) {
    height: 24px
}

html :is(.h-\[26px\]) {
    height: 26px
}

html :is(.h-\[28px\]) {
    height: 28px
}

html :is(.h-\[30px\]) {
    height: 30px
}

html :is(.h-\[32px\]) {
    height: 32px
}

html :is(.h-\[35px\]) {
    height: 35px
}

html :is(.h-\[36px\]) {
    height: 36px
}

html :is(.h-\[40px\]) {
    height: 40px
}

html :is(.h-\[48px\]) {
    height: 48px
}

html :is(.h-\[50px\]) {
    height: 50px
}

html :is(.h-\[584px\]) {
    height: 584px
}

html :is(.h-\[5px\]) {
    height: 5px
}

html :is(.h-\[60px\]) {
    height: 60px
}

html :is(.h-\[6px\]) {
    height: 6px
}

html :is(.h-\[80px\]) {
    height: 80px
}

html :is(.h-\[8px\]) {
    height: 8px
}

html :is(.h-\[96px\]) {
    height: 96px
}

html :is(.h-\[calc\(100\%-50px\)\]) {
    height: calc(100% - 50px)
}

html :is(.h-auto) {
    height: auto
}

html :is(.h-full) {
    height: 100%
}

html :is(.h-screen) {
    height: 100vh
}

html :is(.\ !max-h-\[unset\]) {
    max-height: unset !important
}

html :is(.max-h-\[220px\]) {
    max-height: 220px
}

html :is(.max-h-\[22px\]) {
    max-height: 22px
}

html :is(.max-h-\[356px\]) {
    max-height: 356px
}

html :is(.max-h-\[424px\]) {
    max-height: 424px
}

html :is(.max-h-\[460px\]) {
    max-height: 460px
}

html :is(.max-h-\[600px\]) {
    max-height: 600px
}

html :is(.max-h-\[82px\]) {
    max-height: 82px
}

html :is(.max-h-\[calc\(100vh_-_180px\)\]) {
    max-height: calc(100vh - 180px)
}

html :is(.max-h-\[calc\(100vh_-_32px\)\]) {
    max-height: calc(100vh - 32px)
}

html :is(.max-h-\[unset\]) {
    max-height: unset
}

html :is(.max-h-full) {
    max-height: 100%
}

html :is(.min-h-\[330px\]) {
    min-height: 330px
}

html :is(.min-h-\[40px\]) {
    min-height: 40px
}

html :is(.min-h-\[50vh\]) {
    min-height: 50vh
}

html :is(.min-h-\[70vh\]) {
    min-height: 70vh
}

html :is(.\ !w-\[250px\]) {
    width: 250px !important
}

html :is(.w-0) {
    width: 0
}

html :is(.w-4) {
    width: 1rem
}

html :is(.w-\[10px\]) {
    width: 10px
}

html :is(.w-\[119px\]) {
    width: 119px
}

html :is(.w-\[120px\]) {
    width: 120px
}

html :is(.w-\[12px\]) {
    width: 12px
}

html :is(.w-\[14px\]) {
    width: 14px
}

html :is(.w-\[150px\]) {
    width: 150px
}

html :is(.w-\[156px\]) {
    width: 156px
}

html :is(.w-\[16px\]) {
    width: 16px
}

html :is(.w-\[180px\]) {
    width: 180px
}

html :is(.w-\[18px\]) {
    width: 18px
}

html :is(.w-\[200px\]) {
    width: 200px
}

html :is(.w-\[20px\]) {
    width: 20px
}

html :is(.w-\[220px\]) {
    width: 220px
}

html :is(.w-\[22px\]) {
    width: 22px
}

html :is(.w-\[24px\]) {
    width: 24px
}

html :is(.w-\[26px\]) {
    width: 26px
}

html :is(.w-\[28px\]) {
    width: 28px
}

html :is(.w-\[298px\]) {
    width: 298px
}

html :is(.w-\[30px\]) {
    width: 30px
}

html :is(.w-\[320px\]) {
    width: 320px
}

html :is(.w-\[32px\]) {
    width: 32px
}

html :is(.w-\[360px\]) {
    width: 360px
}

html :is(.w-\[3px\]) {
    width: 3px
}

html :is(.w-\[40px\]) {
    width: 40px
}

html :is(.w-\[48px\]) {
    width: 48px
}

html :is(.w-\[50\%\]) {
    width: 50%
}

html :is(.w-\[5px\]) {
    width: 5px
}

html :is(.w-\[60px\]) {
    width: 60px
}

html :is(.w-\[6px\]) {
    width: 6px
}

html :is(.w-\[80px\]) {
    width: 80px
}

html :is(.w-\[88px\]) {
    width: 88px
}

html :is(.w-\[8px\]) {
    width: 8px
}

html :is(.w-\[96px\]) {
    width: 96px
}

html :is(.w-\[97px\]) {
    width: 97px
}

html :is(.w-\[calc\(100\%_\+_48px\)\]) {
    width: calc(100% + 48px)
}

html :is(.w-fit) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

html :is(.w-full) {
    width: 100%
}

html :is(.w-screen) {
    width: 100vw
}

html :is(.\ !min-w-0) {
    min-width: 0 !important
}

html :is(.\ !min-w-\[142px\]) {
    min-width: 142px !important
}

html :is(.\ !min-w-\[90px\]) {
    min-width: 90px !important
}

html :is(.min-w-\[200px\]) {
    min-width: 200px
}

html :is(.\ !max-w-full) {
    max-width: 100% !important
}

html :is(.max-w-\[240px\]) {
    max-width: 240px
}

html :is(.max-w-\[350px\]) {
    max-width: 350px
}

html :is(.max-w-\[380px\]) {
    max-width: 380px
}

html :is(.max-w-\[40\%\]) {
    max-width: 40%
}

html :is(.max-w-\[435px\]) {
    max-width: 435px
}

html :is(.max-w-\[472px\]) {
    max-width: 472px
}

html :is(.max-w-\[520px\]) {
    max-width: 520px
}

html :is(.max-w-\[536px\]) {
    max-width: 536px
}

html :is(.max-w-\[568px\]) {
    max-width: 568px
}

html :is(.max-w-\[680px\]) {
    max-width: 680px
}

html :is(.max-w-\[calc\(100vw_-_32px\)\]) {
    max-width: calc(100vw - 32px)
}

html :is(.flex-1) {
    flex: 1 1
}

html :is(.flex-none) {
    flex: none
}

html :is(.flex-shrink-0) {
    flex-shrink: 0
}

html :is(.shrink-0) {
    flex-shrink: 0
}

html :is(.flex-grow) {
    flex-grow: 1
}

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

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

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

html :is(.animate-spin) {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

html :is(.cursor-default) {
    cursor: default
}

html :is(.cursor-not-allowed) {
    cursor: not-allowed
}

html :is(.cursor-pointer) {
    cursor: pointer
}

html :is(.resize) {
    resize: both
}

html :is(.list-disc) {
    list-style-type: disc
}

html :is(.grid-cols-\[max-content_1fr_max-content\]) {
    grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
    grid-template-columns: max-content 1fr max-content
}

html :is(.flex-col) {
    flex-direction: column
}

html :is(.flex-col-reverse) {
    flex-direction: column-reverse
}

html :is(.flex-wrap) {
    flex-wrap: wrap
}

html :is(.flex-nowrap) {
    flex-wrap: nowrap
}

html :is(.\ !items-start) {
    align-items: flex-start !important
}

html :is(.items-start) {
    align-items: flex-start
}

html :is(.items-end) {
    align-items: flex-end
}

html :is(.items-center) {
    align-items: center
}

html :is(.justify-end) {
    justify-content: flex-end
}

html :is(.justify-center) {
    justify-content: center
}

html :is(.justify-between) {
    justify-content: space-between
}

html :is(.gap-1) {
    grid-gap: .25rem;
    gap: .25rem
}

html :is(.gap-2) {
    grid-gap: .5rem;
    gap: .5rem
}

html :is(.gap-2xs) {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs)
}

html :is(.gap-3) {
    grid-gap: .75rem;
    gap: .75rem
}

html :is(.gap-3xs) {
    grid-gap: var(--space-3xs);
    gap: var(--space-3xs)
}

html :is(.gap-4) {
    grid-gap: 1rem;
    gap: 1rem
}

html :is(.gap-4xs) {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

html :is(.gap-5xs) {
    grid-gap: var(--space-5xs);
    gap: var(--space-5xs)
}

html :is(.gap-\[10px\]) {
    grid-gap: 10px;
    gap: 10px
}

html :is(.gap-\[12px\]) {
    grid-gap: 12px;
    gap: 12px
}

html :is(.gap-\[2px\]) {
    grid-gap: 2px;
    gap: 2px
}

html :is(.gap-\[40px\]) {
    grid-gap: 40px;
    gap: 40px
}

html :is(.gap-\[8px\]) {
    grid-gap: 8px;
    gap: 8px
}

html :is(.gap-m) {
    grid-gap: var(--space-m);
    gap: var(--space-m)
}

html :is(.gap-s) {
    grid-gap: var(--space-s);
    gap: var(--space-s)
}

html :is(.gap-xl) {
    grid-gap: var(--space-xl);
    gap: var(--space-xl)
}

html :is(.gap-xs) {
    grid-gap: var(--space-xs);
    gap: var(--space-xs)
}

html :is(.gap-x-s) {
    grid-column-gap: var(--space-s);
    -moz-column-gap: var(--space-s);
    column-gap: var(--space-s)
}

html :is(.gap-y-m) {
    grid-row-gap: var(--space-m);
    row-gap: var(--space-m)
}

html :is(.self-end) {
    align-self: flex-end
}

html :is(.self-center) {
    align-self: center
}

html :is(.overflow-auto) {
    overflow: auto
}

html :is(.overflow-hidden) {
    overflow: hidden
}

html :is(.overflow-x-auto) {
    overflow-x: auto
}

html :is(.overflow-y-auto) {
    overflow-y: auto
}

html :is(.overflow-x-hidden) {
    overflow-x: hidden
}

html :is(.overscroll-contain) {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

html :is(.truncate) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html :is(.text-ellipsis) {
    text-overflow: ellipsis
}

html :is(.whitespace-normal) {
    white-space: normal
}

html :is(.whitespace-nowrap) {
    white-space: nowrap
}

html :is(.whitespace-pre-wrap) {
    white-space: pre-wrap
}

html :is(.whitespace-break-spaces) {
    white-space: break-spaces
}

html :is(.break-words) {
    overflow-wrap: break-word
}

html :is(.break-all) {
    word-break: break-all
}

html :is(.rounded) {
    border-radius: .25rem
}

html :is(.rounded-2l) {
    border-radius: var(--radii-2l)
}

html :is(.rounded-2xs) {
    border-radius: var(--radii-2xs)
}

html :is(.rounded-\[0_7px_0_7px\]) {
    border-radius: 0 7px 0 7px
}

html :is(.rounded-\[10px\]) {
    border-radius: 10px
}

html :is(.rounded-\[3px\]) {
    border-radius: 3px
}

html :is(.rounded-\[50\%\]) {
    border-radius: 50%
}

html :is(.rounded-circle) {
    border-radius: var(--radii-circle)
}

html :is(.rounded-large) {
    border-radius: var(--radii-l)
}

html :is(.rounded-m) {
    border-radius: var(--radii-m)
}

html :is(.rounded-small) {
    border-radius: var(--radii-s)
}

html :is(.rounded-xl) {
    border-radius: var(--radii-xl)
}

html :is(.rounded-xs) {
    border-radius: var(--radii-xs)
}

html :is(.rounded-t-xl) {
    border-top-left-radius: var(--radii-xl);
    border-top-right-radius: var(--radii-xl)
}

html :is(.rounded-bl-m) {
    border-bottom-left-radius: var(--radii-m)
}

html :is(.rounded-bl-none) {
    border-bottom-left-radius: 0
}

html :is(.rounded-br-none) {
    border-bottom-right-radius: 0
}

html :is(.border) {
    border-width: 1px
}

html :is(.border-0) {
    border-width: 0
}

html :is(.border-2) {
    border-width: 2px
}

html :is(.border-b) {
    border-bottom-width: 1px
}

html :is(.border-b-\[5px\]) {
    border-bottom-width: 5px
}

html :is(.border-l-8) {
    border-left-width: 8px
}

html :is(.border-t) {
    border-top-width: 1px
}

html :is(.border-t-\[5px\]) {
    border-top-width: 5px
}

html :is(.border-dashed) {
    border-style: dashed
}

html :is(.\ !border-error) {
    border-color: var(--color-Error) !important
}

html :is(.border-badgeBg) {
    border-color: var(--color-BadgeBg)
}

html :is(.border-basicBg) {
    border-color: var(--color-BasicBg)
}

html :is(.border-error) {
    border-color: var(--color-Error)
}

html :is(.border-iconNormal) {
    border-color: var(--color-IconNormal)
}

html :is(.border-inputLine) {
    border-color: var(--color-InputLine)
}

html :is(.border-line) {
    border-color: var(--color-Line)
}

html :is(.border-primaryText) {
    border-color: var(--color-PrimaryText)
}

html :is(.border-success) {
    border-color: var(--color-Success)
}

html :is(.border-transparent) {
    border-color: transparent
}

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

html :is(.border-b-inputLine) {
    border-bottom-color: var(--color-InputLine)
}

html :is(.border-b-line) {
    border-bottom-color: var(--color-Line)
}

html :is(.border-b-transparent) {
    border-bottom-color: transparent
}

html :is(.border-l-white) {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255/var(--tw-border-opacity))
}

html :is(.border-t-line) {
    border-top-color: var(--color-Line)
}

html :is(.border-t-transparent) {
    border-top-color: transparent
}

html :is(.border-t-white) {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255/var(--tw-border-opacity))
}

html :is(.bg-\[\#171c20cf\]) {
    background-color: #171c20cf
}

html :is(.bg-\[\#20263080\]) {
    background-color: #20263080
}

html :is(.bg-\[\#5e6673d4\]) {
    background-color: #5e6673d4
}

html :is(.bg-\[\#EAECEF\]) {
    --tw-bg-opacity: 1;
    background-color: rgb(234 236 239/var(--tw-bg-opacity))
}

html :is(.bg-badgeBg) {
    background-color: var(--color-BadgeBg)
}

html :is(.bg-basicBg) {
    background-color: var(--color-BasicBg)
}

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

html :is(.bg-buy) {
    background-color: var(--color-Buy)
}

html :is(.bg-cardBg) {
    background-color: var(--color-CardBg)
}

html :is(.bg-depthSellBg) {
    background-color: var(--color-DepthSellBg)
}

html :is(.bg-disabledText) {
    background-color: var(--color-DisabledText)
}

html :is(.bg-input) {
    background-color: var(--color-Input)
}

html :is(.bg-line) {
    background-color: var(--color-Line)
}

html :is(.bg-old-success) {
    background-color: var(--color-success)
}

html :is(.bg-primaryText) {
    background-color: var(--color-PrimaryText)
}

html :is(.bg-primaryYellow) {
    background-color: var(--color-PrimaryYellow)
}

html :is(.bg-secondaryBg) {
    background-color: var(--color-SecondaryBg)
}

html :is(.bg-sell) {
    background-color: var(--color-Sell)
}

html :is(.bg-transparent) {
    background-color: transparent
}

html :is(.bg-vessel) {
    background-color: var(--color-Vessel)
}

html :is(.bg-yellow-500) {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8/var(--tw-bg-opacity))
}

html :is(.bg-opacity-10) {
    --tw-bg-opacity: 0.1
}

html :is(.fill-textOnYellow) {
    fill: var(--color-TextOnYellow)
}

html :is(.stroke-textOnYellow) {
    stroke: var(--color-TextOnYellow)
}

html :is(.object-contain) {
    -o-object-fit: contain;
    object-fit: contain
}

html :is(.object-cover) {
    -o-object-fit: cover;
    object-fit: cover
}

html :is(.\ !p-0) {
    padding: 0 !important
}

html :is(.\ !p-m) {
    padding: var(--space-m) !important
}

html :is(.p-2xs) {
    padding: var(--space-2xs)
}

html :is(.p-5xs) {
    padding: var(--space-5xs)
}

html :is(.p-\[14px\]) {
    padding: 14px
}

html :is(.p-\[15px\]) {
    padding: 15px
}

html :is(.p-\[6px\]) {
    padding: 6px
}

html :is(.p-l) {
    padding: var(--space-l)
}

html :is(.p-m) {
    padding: var(--space-m)
}

html :is(.p-s) {
    padding: var(--space-s)
}

html :is(.p-xs) {
    padding: var(--space-xs)
}

html :is(.\ !px-m) {
    padding-left: var(--space-m) !important;
    padding-right: var(--space-m) !important
}

html :is(.px-2xs) {
    padding-left: var(--space-2xs);
    padding-right: var(--space-2xs)
}

html :is(.px-3xs) {
    padding-left: var(--space-3xs);
    padding-right: var(--space-3xs)
}

html :is(.px-4xs) {
    padding-left: var(--space-4xs);
    padding-right: var(--space-4xs)
}

html :is(.px-\[20px\]) {
    padding-left: 20px;
    padding-right: 20px
}

html :is(.px-\[4px\]) {
    padding-left: 4px;
    padding-right: 4px
}

html :is(.px-\[5\.5px\]) {
    padding-left: 5.5px;
    padding-right: 5.5px
}

html :is(.px-\[5px\]) {
    padding-left: 5px;
    padding-right: 5px
}

html :is(.px-l) {
    padding-left: var(--space-l);
    padding-right: var(--space-l)
}

html :is(.px-m) {
    padding-left: var(--space-m);
    padding-right: var(--space-m)
}

html :is(.px-s) {
    padding-left: var(--space-s);
    padding-right: var(--space-s)
}

html :is(.px-xl) {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl)
}

html :is(.px-xs) {
    padding-left: var(--space-xs);
    padding-right: var(--space-xs)
}

html :is(.py-2xs) {
    padding-bottom: var(--space-2xs);
    padding-top: var(--space-2xs)
}

html :is(.py-3xl) {
    padding-bottom: var(--space-3xl);
    padding-top: var(--space-3xl)
}

html :is(.py-3xs) {
    padding-bottom: var(--space-3xs);
    padding-top: var(--space-3xs)
}

html :is(.py-4xs) {
    padding-bottom: var(--space-4xs);
    padding-top: var(--space-4xs)
}

html :is(.py-5xs) {
    padding-bottom: var(--space-5xs);
    padding-top: var(--space-5xs)
}

html :is(.py-\[14px\]) {
    padding-bottom: 14px;
    padding-top: 14px
}

html :is(.py-\[2px\]) {
    padding-bottom: 2px;
    padding-top: 2px
}

html :is(.py-\[80px\]) {
    padding-bottom: 80px;
    padding-top: 80px
}

html :is(.py-m) {
    padding-bottom: var(--space-m);
    padding-top: var(--space-m)
}

html :is(.py-px) {
    padding-bottom: 1px;
    padding-top: 1px
}

html :is(.py-s) {
    padding-bottom: var(--space-s);
    padding-top: var(--space-s)
}

html :is(.py-xl) {
    padding-bottom: var(--space-xl);
    padding-top: var(--space-xl)
}

html :is(.py-xs) {
    padding-bottom: var(--space-xs);
    padding-top: var(--space-xs)
}

html :is(.\ !pb-xl) {
    padding-bottom: var(--space-xl) !important
}

html :is(.\ !pt-0) {
    padding-top: 0 !important
}

html :is(.pb-xl) {
    padding-bottom: var(--space-xl)
}

html :is(.pb-xs) {
    padding-bottom: var(--space-xs)
}

html :is(.pr-\[4px\]) {
    padding-right: 4px
}

html :is(.pt-0) {
    padding-top: 0
}

html :is(.pt-2xs) {
    padding-top: var(--space-2xs)
}

html :is(.pt-\[0\]) {
    padding-top: 0
}

html :is(.pt-\[3px\]) {
    padding-top: 3px
}

html :is(.pt-\[56\.25\%\]) {
    padding-top: 56.25%
}

html :is(.pt-m) {
    padding-top: var(--space-m)
}

html :is(.pt-xl) {
    padding-top: var(--space-xl)
}

html :is(.\ !text-left) {
    text-align: left !important
}

html :is(.text-left) {
    text-align: left
}

html :is(.text-center) {
    text-align: center
}

html :is(.text-right) {
    text-align: right
}

html :is(.text-start) {
    text-align: start
}

html :is(.text-end) {
    text-align: end
}

html :is(.align-top) {
    vertical-align: top
}

html :is(.text-\[10px\]) {
    font-size: 10px
}

html :is(.text-\[12px\]) {
    font-size: 12px
}

html :is(.text-\[16px\]) {
    font-size: 16px
}

html :is(.text-\[20px\]) {
    font-size: 20px
}

html :is(.text-\[24px\]) {
    font-size: 24px
}

html :is(.text-\[50px\]) {
    font-size: 50px
}

html :is(.text-\[64px\]) {
    font-size: 64px
}

html :is(.font-medium) {
    font-weight: 500
}

html :is(.font-semibold) {
    font-weight: 600
}

html :is(.lowercase) {
    text-transform: lowercase
}

html :is(.capitalize) {
    text-transform: capitalize
}

html :is(.italic) {
    font-style: italic
}

html :is(.\ !leading-\[16px\]) {
    line-height: 16px !important
}

html :is(.\ !leading-\[25px\]) {
    line-height: 25px !important
}

html :is(.leading-\[16px\]) {
    line-height: 16px
}

html :is(.\ !text-disabledText) {
    color: var(--color-DisabledText) !important
}

html :is(.\ !text-error) {
    color: var(--color-Error) !important
}

html :is(.\ !text-iconNormal) {
    color: var(--color-IconNormal) !important
}

html :is(.\ !text-primaryText) {
    color: var(--color-PrimaryText) !important
}

html :is(.\ !text-secondaryBg) {
    color: var(--color-SecondaryBg) !important
}

html :is(.\ !text-tertiaryText) {
    color: var(--color-TertiaryText) !important
}

html :is(.text-\[\#929AA5\]) {
    --tw-text-opacity: 1;
    color: rgb(146 154 165/var(--tw-text-opacity))
}

html :is(.text-\[\#B97030\]) {
    --tw-text-opacity: 1;
    color: rgb(185 112 48/var(--tw-text-opacity))
}

html :is(.text-\[\#F0B90B\]) {
    --tw-text-opacity: 1;
    color: rgb(240 185 11/var(--tw-text-opacity))
}

html :is(.text-basicBg) {
    color: var(--color-BasicBg)
}

html :is(.text-buy) {
    color: var(--color-Buy)
}

html :is(.text-cardBg) {
    color: var(--color-CardBg)
}

html :is(.text-disabledText) {
    color: var(--color-DisabledText)
}

html :is(.text-error) {
    color: var(--color-Error)
}

html :is(.text-iconNormal) {
    color: var(--color-IconNormal)
}

html :is(.text-line) {
    color: var(--color-Line)
}

html :is(.text-primaryText) {
    color: var(--color-PrimaryText)
}

html :is(.text-primaryYellow) {
    color: var(--color-PrimaryYellow)
}

html :is(.text-redGreenBgText) {
    color: var(--color-RedGreenBgText)
}

html :is(.text-secondaryText) {
    color: var(--color-SecondaryText)
}

html :is(.text-sell) {
    color: var(--color-Sell)
}

html :is(.text-success) {
    color: var(--color-Success)
}

html :is(.text-tertiaryText) {
    color: var(--color-TertiaryText)
}

html :is(.text-textLink) {
    color: var(--color-TextLink)
}

html :is(.text-twoColorIcon) {
    color: var(--color-TwoColorIcon)
}

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

html :is(.underline) {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

html :is(.no-underline) {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

html :is(.decoration-dotted) {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

html :is(.opacity-100) {
    opacity: 1
}

html :is(.opacity-50) {
    opacity: .5
}

html :is(.shadow-1) {
    --tw-shadow: var(--shadow-shadow1);
    --tw-shadow-colored: var(--shadow-shadow1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

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

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

html :is(.transition) {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

* {
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0
}

*,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    line-height: 1.5
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@-webkit-keyframes zoom-in {
    0% {
        transform: scale(.95)
    }
    66% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(.95)
    }
    66% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    95%,
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    95%,
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    95%,
    to {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    95%,
    to {
        opacity: 0
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@-webkit-keyframes spin-scaleY {
    0%,
    40%,
    to {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

@keyframes spin-scaleY {
    0%,
    40%,
    to {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes jump-scaleY {
    0% {
        transform: translateY(0) scaleY(1)
    }
    7.5% {
        transform: translateY(-120%) scaleY(2)
    }
    15%,
    35% {
        transform: translateY(-120%) scaleY(.5)
    }
    43.5% {
        transform: translateY(0) scaleY(2)
    }
    52.5%,
    72.5% {
        transform: translateY(120%) scaleY(.5)
    }
    80%,
    to {
        transform: translateY(0) scaleY(1)
    }
}

@keyframes jump-scaleY {
    0% {
        transform: translateY(0) scaleY(1)
    }
    7.5% {
        transform: translateY(-120%) scaleY(2)
    }
    15%,
    35% {
        transform: translateY(-120%) scaleY(.5)
    }
    43.5% {
        transform: translateY(0) scaleY(2)
    }
    52.5%,
    72.5% {
        transform: translateY(120%) scaleY(.5)
    }
    80%,
    to {
        transform: translateY(0) scaleY(1)
    }
}

@-webkit-keyframes blink {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes blink {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes skeleton-loading {
    0% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.rc-upload {
    display: inline-flex
}

body {
    --animation-duration-fast: 100ms;
    --animation-duration-base: 250ms;
    --animation-duration-slow: 400ms;
    --zindex-mask: 10;
    --zindex-menu: 1000;
    --zindex-header: 1001;
    --zindex-dropdown: 1200;
    --zindex-modal: 1200;
    --zindex-backTop: 1225;
    --zindex-calendar: 1250;
    --zindex-mobilePop: 1275;
    --zindex-notification: 1300;
    --zindex-alert: 1350;
    --zindex-tooltip: 1400;
    --zindex-coachmark: 1400;
    --zindex-drawer: 9999;
    --radii-2xs: 2px;
    --radii-xs: 4px;
    --radii-s: 6px;
    --radii-m: 8px;
    --radii-l: 10px;
    --radii-2l: 12px;
    --radii-xl: 16px;
    --radii-2xl: 30px;
    --radii-circle: 100em;
    --space-7xs: -2px;
    --space-6xs: 0;
    --space-5xs: 2px;
    --space-4xs: 4px;
    --space-3xs: 5px;
    --space-2xs: 8px;
    --space-xs: 10px;
    --space-s: 12px;
    --space-m: 15px;
    --space-l: 20px;
    --space-xl: 24px;
    --space-2xl: 28px;
    --space-3xl: 32px;
    --space-4xl: 36px;
    --space-5xl: 40px;
    --space-mm: 16px;
    --scroll-pad: 2px;
    --scroll-size: 10px
}

body::-webkit-scrollbar-thumb:active {
    --scroll-pad: 0
}

body * {
    --scroll-size: 6px;
    --scroll-pad: 1px
}

body,
body * {
    --scroll-bg: transparent;
    --scroll-color: var(--color-DisabledText)
}

body ::-webkit-scrollbar,
body::-webkit-scrollbar {
    background-color: var(--scroll-bg);
    height: var(--scroll-size);
    width: var(--scroll-size)
}

body ::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--scroll-color);
    border-color: var(--scroll-bg);
    border-radius: 20px;
    border-style: solid;
    border-width: var(--scroll-pad)
}

body ::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
    background-color: var(--scroll-bg)
}

@supports not selector(*::-webkit-scrollbar-thumb) {
    body,
    body * {
        scrollbar-color: var(--scroll-color) var(--scroll-bg);
        scrollbar-width: thin
    }
}

@media only screen and (min-width:768px) {
    body {
        --space-3xs: 6px;
        --space-m: 16px
    }
    body::-webkit-scrollbar-thumb:hover {
        --scroll-pad: 0
    }
}

.theme-root {
    --shadow-shadow1: var(--shadow1-layer1), var(--shadow1-layer2);
    --shadow-shadow2: var(--shadow2-layer1), var(--shadow2-layer2), var(--shadow2-layer3);
    background: var(--color-BasicBg);
    color: var(--color-PrimaryText)
}

.theme-root.dark,
.theme-root.midnight {
    --shadow1-layer1: 0px 0px 1px rgba(94, 102, 115, .8);
    --shadow1-layer2: 0px 3px 6px rgba(0, 0, 0, .04);
    --shadow2-layer1: -2px 0px 14px rgba(0, 0, 0, .4);
    --shadow2-layer2: 0px 0px 6px rgba(0, 0, 0, .2);
    --shadow2-layer3: inset 0px 0px 2px hsla(0, 0%, 100%, .2)
}

.theme-root.light {
    --shadow1-layer1: 0px 1px 6px rgba(24, 26, 32, .1);
    --shadow1-layer2: 0px 3px 6px rgba(71, 77, 87, .04);
    --shadow2-layer1: 0px 8px 32px rgba(17, 17, 26, .05);
    --shadow2-layer2: 0px 4px 16px rgba(17, 17, 26, .1);
    --shadow2-layer3: inset 0px 0px 0px transparent
}

@media only screen and (min-width:768px) {
    .theme-root.dark,
    .theme-root.midnight {
        --shadow3-layer1: 0px 16px 32px rgba(0, 0, 0, .16);
        --shadow3-layer2: 0px 8px 16px rgba(0, 0, 0, .16);
        --shadow3-layer3: inset 0px 0px 1px rgba(94, 102, 115, .9);
        --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2), var(--shadow3-layer3);
        --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, .16)
    }
    .theme-root.light {
        --shadow3-layer1: 0px 0px 1px rgba(24, 26, 32, .1);
        --shadow3-layer2: 0px 16px 32px rgba(71, 77, 87, .16);
        --shadow3-layer3: 0px 8px 16px rgba(24, 26, 32, .16);
        --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2), var(--shadow3-layer3);
        --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, .16)
    }
}

.theme-root.rtl {
    direction: rtl
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-multiple1 {
    -webkit-line-clamp: 1
}

.text-multiple1,
.text-multiple2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all
}

.text-multiple2 {
    -webkit-line-clamp: 2
}

.text-multiple3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all
}

.t-Headline1,
.typography-Headline1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px
}

@media only screen and (min-width:768px) {
    .t-Headline1,
    .typography-Headline1 {
        font-size: 56px;
        font-weight: 600;
        line-height: 64px
    }
}

.t-Headline2,
.typography-Headline2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .t-Headline2,
    .typography-Headline2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px
    }
}

.t-Headline3,
.typography-Headline3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-Headline3,
    .typography-Headline3 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
}

.t-Headline4,
.typography-Headline4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

@media only screen and (min-width:768px) {
    .t-Headline4,
    .typography-Headline4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.t-Headline5,
.typography-Headline5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Headline5,
    .typography-Headline5 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.t-Headline6,
.typography-Headline6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Headline6,
    .typography-Headline6 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }
}

.t-Subtitle1,
.typography-Subtitle1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-Subtitle1,
    .typography-Subtitle1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.t-Subtitle2,
.typography-Subtitle2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Subtitle2,
    .typography-Subtitle2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-Subtitle3,
.typography-Subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-Subtitle3,
    .typography-Subtitle3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.t-Subtitle4,
.typography-Subtitle4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-Subtitle4,
    .typography-Subtitle4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.t-Subtitle5,
.typography-Subtitle5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-Subtitle5,
    .typography-Subtitle5 {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px
    }
}

.t-Body1,
.typography-Body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-Body1,
    .typography-Body1 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }
}

.t-Body2,
.typography-Body2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-Body2,
    .typography-Body2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.t-Body3,
.typography-Body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-Body3,
    .typography-Body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.t-Btn_link1,
.typography-Btn_link1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-Btn_link1,
    .typography-Btn_link1 {
        font-size: 20px;
        line-height: 28px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-Btn_link2,
.typography-Btn_link2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-Btn_link2,
    .typography-Btn_link2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-Btn_link3,
.typography-Btn_link3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-Btn_link3,
    .typography-Btn_link3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-Btn_link4,
.typography-Btn_link4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-Btn_link4,
    .typography-Btn_link4 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-Caption1,
.typography-Caption1 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-Caption1,
    .typography-Caption1 {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
}

.t-Caption2,
.typography-Caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-Caption2,
    .typography-Caption2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
}

.t-Caption3,
.typography-Caption3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-Caption3,
    .typography-Caption3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.t-Caption4,
.typography-Caption4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-Caption4,
    .typography-Caption4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.t-Primary_num1,
.typography-Primary_num1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .t-Primary_num1,
    .typography-Primary_num1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.t-Primary_num2,
.typography-Primary_num2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-Primary_num2,
    .typography-Primary_num2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.t-Primary_num3,
.typography-Primary_num3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}

@media only screen and (min-width:768px) {
    .t-Primary_num3,
    .typography-Primary_num3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }
}

.t-Secondary_num1,
.typography-Secondary_num1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Secondary_num1,
    .typography-Secondary_num1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-Secondary_num2,
.typography-Secondary_num2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Secondary_num2,
    .typography-Secondary_num2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-Secondary_num3,
.typography-Secondary_num3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-Secondary_num3,
    .typography-Secondary_num3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.t-Tertiary_num1,
.typography-Tertiary_num1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-Tertiary_num1,
    .typography-Tertiary_num1 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
    }
}

.t-Tertiary_num2,
.typography-Tertiary_num2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-Tertiary_num2,
    .typography-Tertiary_num2 {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
}

.t-Tertiary_num3,
.typography-Tertiary_num3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-Tertiary_num3,
    .typography-Tertiary_num3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
}

.t-title1,
.typography-title1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
}

@media only screen and (min-width:768px) {
    .t-title1,
    .typography-title1 {
        font-size: 56px;
        font-weight: 600;
        line-height: 72px
    }
}

.t-title2,
.typography-title2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .t-title2,
    .typography-title2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px
    }
}

.t-headline0,
.typography-headline0 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-headline0,
    .typography-headline0 {
        font-size: 44px;
        font-weight: 600;
        line-height: 52px
    }
}

.t-headline1,
.typography-headline1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

@media only screen and (min-width:768px) {
    .t-headline1,
    .typography-headline1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
}

.t-headline2,
.typography-headline2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

@media only screen and (min-width:768px) {
    .t-headline2,
    .typography-headline2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.t-headline2-1,
.typography-headline2-1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

@media only screen and (min-width:768px) {
    .t-headline2-1,
    .typography-headline2-1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px
    }
}

.t-headline3,
.typography-headline3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-headline3,
    .typography-headline3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.t-headline4,
.typography-headline4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-headline4,
    .typography-headline4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
}

.t-headline5,
.typography-headline5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-headline5,
    .typography-headline5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.t-subtitle4,
.typography-subtitle4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-subtitle4,
    .typography-subtitle4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-subtitle5,
.typography-subtitle5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-subtitle5,
    .typography-subtitle5 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }
}

.t-subtitle6,
.typography-subtitle6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-subtitle6,
    .typography-subtitle6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
}

.t-subtitle1,
.typography-subtitle1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-subtitle1,
    .typography-subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.t-subtitle2,
.typography-subtitle2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-subtitle2,
    .typography-subtitle2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.t-subtitle3,
.typography-subtitle3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-subtitle3,
    .typography-subtitle3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.t-body1,
.typography-body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-body1,
    .typography-body1 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }
}

.t-body1-1,
.typography-body1-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-body1-1,
    .typography-body1-1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.t-body2,
.typography-body2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-body2,
    .typography-body2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.t-body3,
.typography-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-body3,
    .typography-body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.t-body4,
.typography-body4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-body4,
    .typography-body4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.t-body5,
.typography-body5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-body5,
    .typography-body5 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.t-btnLink1,
.typography-btnLink1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink1,
    .typography-btnLink1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-btnLink2,
.typography-btnLink2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink2,
    .typography-btnLink2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-btnLink3,
.typography-btnLink3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink3,
    .typography-btnLink3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-btnLink4,
.typography-btnLink4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink4,
    .typography-btnLink4 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-btnLink5,
.typography-btnLink5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink5,
    .typography-btnLink5 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-caption0,
.typography-caption0 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-caption0,
    .typography-caption0 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.t-caption1,
.typography-caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-caption1,
    .typography-caption1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.t-caption2,
.typography-caption2 {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-caption2,
    .typography-caption2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.t-caption3,
.typography-caption3 {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-caption3,
    .typography-caption3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.t-content1,
.typography-content1 {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content1,
    .typography-content1 {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px
    }
}

.t-content2,
.typography-content2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content2,
    .typography-content2 {
        font-size: 15px;
        font-weight: 500;
        line-height: 21px
    }
}

.t-content3,
.typography-content3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content3,
    .typography-content3 {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px
    }
}

.t-content4,
.typography-content4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-content4,
    .typography-content4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }
}

.t-content5,
.typography-content5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-content5,
    .typography-content5 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.t-primaryNum0,
.typography-primaryNum0 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px
}

@media only screen and (min-width:768px) {
    .t-primaryNum0,
    .typography-primaryNum0 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px
    }
}

.t-primaryNum1,
.typography-primaryNum1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .t-primaryNum1,
    .typography-primaryNum1 {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px
    }
}

.t-primaryNum1-1,
.typography-primaryNum1-1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-primaryNum1-1,
    .typography-primaryNum1-1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.t-primaryNum2,
.typography-primaryNum2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

@media only screen and (min-width:768px) {
    .t-primaryNum2,
    .typography-primaryNum2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.t-primaryNum3,
.typography-primaryNum3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

@media only screen and (min-width:768px) {
    .t-primaryNum3,
    .typography-primaryNum3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
}

.t-secondaryNum1,
.typography-secondaryNum1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-secondaryNum1,
    .typography-secondaryNum1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-secondaryNum2,
.typography-secondaryNum2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-secondaryNum2,
    .typography-secondaryNum2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px
    }
}

.t-secondaryNum3,
.typography-secondaryNum3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-secondaryNum3,
    .typography-secondaryNum3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.t-tertiaryNum1,
.typography-tertiaryNum1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-tertiaryNum1,
    .typography-tertiaryNum1 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.t-tertiaryNum2,
.typography-tertiaryNum2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-tertiaryNum2,
    .typography-tertiaryNum2 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.t-tertiaryNum3,
.typography-tertiaryNum3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-tertiaryNum3,
    .typography-tertiaryNum3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.t-strong01,
.typography-strong01 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px
}

@media only screen and (min-width:768px) {
    .t-strong01,
    .typography-strong01 {
        font-size: 56px;
        font-weight: 900;
        line-height: 72px
    }
}

.t-strong0,
.typography-strong0 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px
}

@media only screen and (min-width:768px) {
    .t-strong0,
    .typography-strong0 {
        font-size: 40px;
        font-weight: 900;
        line-height: 48px
    }
}

.t-strong1,
.typography-strong1 {
    font-size: 28px;
    font-weight: 900;
    line-height: 36px
}

@media only screen and (min-width:768px) {
    .t-strong1,
    .typography-strong1 {
        font-size: 28px;
        font-weight: 900;
        line-height: 36px
    }
}

.t-strong2,
.typography-strong2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px
}

@media only screen and (min-width:768px) {
    .t-strong2,
    .typography-strong2 {
        font-size: 24px;
        font-weight: 900;
        line-height: 34px
    }
}

.t-strong3,
.typography-strong3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 32px
}

@media only screen and (min-width:768px) {
    .t-strong3,
    .typography-strong3 {
        font-size: 22px;
        font-weight: 900;
        line-height: 32px
    }
}

.bn-svg {
    font-size: inherit;
    height: 1em;
    width: 1em
}

.bn-flex {
    display: flex
}

.bn-grid {
    display: grid
}

.bn-lazy-img {
    overflow: hidden;
    position: relative
}

.bn-lazy-img.data-round {
    border-radius: var(--radii-circle)
}

.bn-lazy-img.data-lazy-load {
    background-color: rgba(0, 0, 0, .03)
}

.bn-lazy-img.data-mode-scaleToFill {
    -o-object-fit: fill;
    object-fit: fill
}

.bn-lazy-img.data-mode-aspectFit {
    -o-object-fit: contain;
    object-fit: contain
}

.bn-lazy-img.data-mode-aspectFill {
    -o-object-fit: cover;
    object-fit: cover
}

.bn-lazy-img.data-mode-widthFix {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%
}

.bn-lazy-img.data-mode-heightFix {
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.bn-lazy-img.data-mode-top {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top;
    object-position: top
}

.bn-lazy-img.data-mode-bottom {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom;
    object-position: bottom
}

.bn-lazy-img.data-mode-center {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: center;
    object-position: center
}

.bn-lazy-img.data-mode-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: left;
    object-position: left
}

.bn-lazy-img.data-mode-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: right;
    object-position: right
}

.bn-lazy-img.data-mode-top-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top left;
    object-position: top left
}

.bn-lazy-img.data-mode-top-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top right;
    object-position: top right
}

.bn-lazy-img.data-mode-bottom-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom left;
    object-position: bottom left
}

.bn-lazy-img.data-mode-bottom-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom right;
    object-position: bottom right
}

.bn-lazy-img.data-mask:hover:after {
    background-color: rgba(0, 0, 0, .08);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bn-trans {
    opacity: 0;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    visibility: hidden
}

.bn-trans.data-seo {
    display: none
}

.bn-trans.data-show {
    opacity: 1;
    visibility: visible
}

.bn-bubble-web.web-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-bubble-web[data-popper-placement^=top]>[data-popper-arrow] {
    bottom: -3px
}

.bn-bubble-web[data-popper-placement^=top]>[data-popper-arrow]:before {
    transform: rotate(45deg)
}

.bn-bubble-web[data-popper-placement^=bottom]>[data-popper-arrow] {
    top: -3px
}

.bn-bubble-web[data-popper-placement^=bottom]>[data-popper-arrow]:before {
    transform: rotate(225deg)
}

.bn-bubble-web[data-popper-placement^=left]>[data-popper-arrow] {
    right: -3px
}

.bn-bubble-web[data-popper-placement^=left]>[data-popper-arrow]:before {
    transform: rotate(-45deg)
}

.bn-bubble-web[data-popper-placement^=right]>[data-popper-arrow] {
    left: -3px
}

.bn-bubble-web[data-popper-placement^=right]>[data-popper-arrow]:before {
    transform: rotate(135deg)
}

.bn-bubble-web-arrow {
    visibility: hidden
}

.bn-bubble-web-arrow,
.bn-bubble-web-arrow:before {
    background: linear-gradient(-45deg, var(--color-arrow) 0, var(--color-arrow) 50%, transparent 50%, transparent 100%);
    height: 6px;
    position: absolute;
    width: 6px
}

.bn-bubble-web-arrow[data-hide]:before {
    visibility: hidden
}

.bn-bubble-web-arrow:before {
    content: "";
    transform: rotate(45deg);
    visibility: visible
}

.bn-bubble-web .bn-bubble-content {
    width: 100%
}

.bn-bubble {
    --color-arrow: var(--color-PrimaryYellow);
    color: var(--color-TextOnYellow);
    cursor: auto;
    display: inline-flex;
    position: relative
}

.bn-bubble,
.bn-bubble.data-font-12 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-bubble.data-shadow>.bn-bubble-arrow-shadow,
.bn-bubble.data-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-bubble__secondary {
    --color-arrow: var(--color-Input);
    color: var(--color-SecondaryText)
}

.bn-bubble__gray {
    --color-arrow: var(--color-PrimaryText);
    color: var(--color-SecondaryBg)
}

.bn-bubble__normal,
.bn-bubble__unset {
    --color-arrow: var(--color-CardBg);
    color: var(--color-PrimaryText)
}

.bn-bubble__normal-unset>.bn-bubble-content {
    max-width: none;
    padding: 0
}

.bn-bubble__info {
    --color-arrow: var(--color-Line);
    color: var(--color-TertiaryText)
}

.bn-bubble__warn {
    --color-arrow: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.bn-bubble__success {
    --color-arrow: var(--color-SuccessBg);
    color: var(--color-Success)
}

.bn-bubble__error {
    --color-arrow: var(--color-ErrorBg);
    color: var(--color-Error)
}

.bn-bubble-arrow,
.bn-bubble-arrow-shadow {
    background: linear-gradient(-45deg, transparent 0, transparent 45%, var(--color-arrow) 45.1%, var(--color-arrow) 100%);
    height: 6px;
    position: absolute;
    width: 6px
}

.bn-bubble-arrow {
    box-shadow: none;
    z-index: 2
}

.bn-bubble-content {
    background-color: var(--color-arrow);
    border-radius: var(--radii-xs);
    max-width: 320px;
    padding: var(--space-4xs) var(--space-2xs);
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .bn-bubble {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-bubble.data-font-12 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-bubble__gray {
        color: var(--color-RedGreenBgText)
    }
}

.bn-spinner {
    fill: var(--color-TertiaryText);
    stroke: var(--color-TertiaryText);
    display: inline-flex;
    font-size: 48px;
    position: relative
}

.bn-spinner__nezha {
    grid-gap: 4px;
    align-items: center;
    display: inline-flex;
    gap: 4px;
    justify-content: center;
    padding: var(--space-m)
}

.bn-spinner__nezha>.nezha-line {
    -webkit-animation: jump-scaleY 1.5s linear infinite;
    animation: jump-scaleY 1.5s linear infinite;
    background-color: var(--color-BtnBg);
    height: 8px;
    transform-origin: top;
    width: 4px
}

.bn-spinner>svg {
    height: 1em;
    width: 1em
}

.bn-spinner svg.css {
    -webkit-animation: spin 1.8s linear infinite;
    animation: spin 1.8s linear infinite
}

.bn-spinner circle.css {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2.2;
    stroke-linecap: round;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite
}

.bn-button {
    grid-gap: var(--space-3xs);
    --button-bg: var(--color-BtnBg);
    --button-color: var(--color-TextOnYellow);
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--button-bg);
    border: none;
    border-radius: var(--radii-s);
    color: var(--button-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: var(--space-3xs);
    height: 40px;
    justify-content: center;
    line-height: 24px;
    min-height: 40px;
    min-width: 72px;
    outline: none;
    overflow: hidden;
    padding-left: var(--space-l);
    padding-right: var(--space-l);
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    word-break: break-all
}

.bn-button.active:not(.inactive),
.bn-button:active:not(.inactive, [disabled]),
.bn-button:focus:not(.inactive, [disabled]) {
    --button-bg: var(--color-PrimaryYellow)
}

.bn-button:disabled:not(.inactive),
.bn-button[disabled]:not(.inactive) {
    --button-bg: var(--color-DisableBtn);
    --button-color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-button.inactive {
    cursor: not-allowed;
    opacity: .3
}

.bn-button.data-two-line {
    grid-gap: 0;
    flex-direction: column;
    gap: 0;
    line-height: 16px
}

.bn-button .bn-spinner__nezha {
    grid-gap: 3px;
    gap: 3px;
    height: 24px;
    padding: 0 var(--space-2xs)
}

.bn-button .bn-spinner__nezha>.nezha-line {
    background-color: var(--button-color);
    height: 5px;
    width: 3px
}

.bn-button.data-size-huge {
    border-radius: var(--radii-m);
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    line-height: 28px;
    min-height: 56px;
    min-width: 96px;
    padding-left: var(--space-xl);
    padding-right: var(--space-xl)
}

.bn-button.data-size-huge .bn-spinner__nezha {
    height: 26px
}

.bn-button.data-size-huge.bn-button__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bn-button.data-size-huge.bn-button__icon {
    border-radius: 18px;
    min-width: 56px;
    padding: 0;
    width: 56px
}

.bn-button.data-size-huge.bn-button__icon svg {
    height: 32px;
    width: 32px
}

.bn-button.data-size-huge-two-line {
    line-height: 20px
}

.bn-button.data-size-large {
    border-radius: var(--radii-m);
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    min-height: 48px;
    min-width: 80px
}

.bn-button.data-size-large .bn-spinner__nezha {
    height: 26px
}

.bn-button.data-size-large.bn-button__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bn-button.data-size-large.bn-button__icon {
    border-radius: var(--radii-xl);
    min-width: 48px;
    padding: 0;
    width: 48px
}

.bn-button.data-size-large.bn-button__icon svg {
    height: 28px;
    width: 28px
}

.bn-button.data-size-large-two-line {
    line-height: 18px
}

.bn-button.data-size-regular {
    border-radius: var(--radii-s);
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 22px;
    min-height: 36px;
    min-width: 64px;
    padding-left: var(--space-m);
    padding-right: var(--space-m)
}

.bn-button.data-size-regular.bn-button__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-button.data-size-regular.bn-button__icon {
    border-radius: var(--radii-l);
    min-width: 36px;
    padding: 0;
    width: 36px
}

.bn-button.data-size-regular.bn-button__icon svg {
    height: 20px;
    width: 20px
}

.bn-button.data-size-regular-two-line {
    line-height: 14px
}

.bn-button.data-size-small {
    border-radius: var(--radii-xs);
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    line-height: 22px;
    min-height: 32px;
    min-width: 52px;
    padding-left: var(--space-xs);
    padding-right: var(--space-xs)
}

.bn-button.data-size-small.bn-button__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-button.data-size-small.bn-button__icon {
    border-radius: var(--radii-m);
    min-width: 32px;
    padding: 0;
    width: 32px
}

.bn-button.data-size-small.bn-button__icon svg {
    height: 20px;
    width: 20px
}

.bn-button.data-size-small-two-line {
    line-height: 12px
}

.bn-button.data-size-tiny {
    border-radius: var(--radii-xs);
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    line-height: 18px;
    min-height: 24px;
    min-width: 40px;
    padding-left: var(--space-xs);
    padding-right: var(--space-xs)
}

.bn-button.data-size-tiny .bn-spinner__nezha {
    height: 16px
}

.bn-button.data-size-tiny.bn-button__info {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-button.data-size-tiny.bn-button__icon {
    border-radius: var(--radii-m);
    min-width: 24px;
    padding: 0;
    width: 24px
}

.bn-button.data-size-tiny.bn-button__icon svg {
    height: 16px;
    width: 16px
}

.bn-button.data-size-tiny-two-line {
    line-height: 9px
}

@media only screen and (min-width:768px) {
    .bn-button.data-size-huge {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-button.data-size-huge-two-line {
        line-height: 20px
    }
    .bn-button.data-size-large {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-button.data-size-large .bn-spinner__nezha {
        height: 24px
    }
    .bn-button.data-size-large-two-line {
        line-height: 18px
    }
    .bn-button.data-size-regular {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-button.data-size-regular-two-line {
        line-height: 14px
    }
    .bn-button.data-size-small {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-button.data-size-small-two-line {
        line-height: 12px
    }
    .bn-button.data-size-tiny {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-button.data-size-tiny-two-line {
        line-height: 9px
    }
}

.bn-button__secondary {
    --button-bg: var(--color-Line);
    --button-color: var(--color-PrimaryText)
}

.bn-button__secondary.active:not(.inactive),
.bn-button__secondary:active:not(.inactive, [disabled]),
.bn-button__secondary:focus:not(.inactive, [disabled]) {
    --button-bg: var(--color-DisableBtn)
}

.bn-button__round {
    --button-bg: var(--color-Input);
    --button-color: var(--color-TextLink);
    border-radius: var(--radii-circle)
}

.bn-button__round.active:not(.inactive),
.bn-button__round:active:not(.inactive, [disabled]),
.bn-button__round:focus:not(.inactive, [disabled]) {
    --button-bg: var(--color-Line);
    --button-color: var(--color-PrimaryYellow)
}

.bn-button__text,
.bn-button__text[class*=data-size-] {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-left: 0;
    padding-right: 0
}

.bn-button__text.inactive,
.bn-button__text:disabled:not(.inactive),
.bn-button__text[disabled]:not(.inactive) {
    --button-bg: transparent;
    --button-color: var(--color-DisableText)
}

.bn-button__text__yellow {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__text__yellow.active:not(.inactive),
.bn-button__text__yellow:active:not(.inactive, [disabled]),
.bn-button__text__yellow:focus:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryYellow)
}

.bn-button__text__black {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText)
}

.bn-button__text__black.active:not(.inactive),
.bn-button__text__black:active:not(.inactive, [disabled]),
.bn-button__text__black:focus:not(.inactive, [disabled]),
.bn-button__text__gray,
.bn-button__text__gray.active:not(.inactive),
.bn-button__text__gray:active:not(.inactive, [disabled]),
.bn-button__text__gray:focus:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

.bn-button__buy {
    --button-bg: var(--color-Buy);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__buy.active:not(.inactive),
.bn-button__buy:active:not(.inactive, [disabled]),
.bn-button__buy:focus:not(.inactive, [disabled]) {
    --button-bg: var(--color-BuyHover)
}

.bn-button__sell {
    --button-bg: var(--color-Sell);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__sell.active:not(.inactive),
.bn-button__sell:active:not(.inactive, [disabled]),
.bn-button__sell:focus:not(.inactive, [disabled]) {
    --button-bg: var(--color-SellHover)
}

.bn-button__gray {
    --button-bg: var(--color-TextOnYellow);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__icon {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText);
    border: 1px solid var(--color-Line);
    border-radius: 14px;
    min-width: 40px;
    padding: 0;
    width: 40px
}

.bn-button__icon.active:not(.inactive),
.bn-button__icon:active:not(.inactive, [disabled]),
.bn-button__icon:focus:not(.inactive, [disabled]) {
    --button-bg: transparent
}

.bn-button__icon svg {
    height: 24px;
    width: 24px
}

.bn-button__icon__primary {
    --button-bg: var(--color-BtnBg);
    --button-color: var(--color-TextOnYellow);
    border: none
}

.bn-button__icon__primary.active:not(.inactive),
.bn-button__icon__primary:active:not(.inactive, [disabled]),
.bn-button__icon__primary:focus:not(.inactive, [disabled]) {
    --button-bg: var(--color-PrimaryYellow)
}

.bn-button__icon__secondary {
    --button-bg: var(--color-Line);
    border: none
}

.bn-button__icon__secondary.active:not(.inactive),
.bn-button__icon__secondary:active:not(.inactive, [disabled]),
.bn-button__icon__secondary:focus:not(.inactive, [disabled]) {
    --button-bg: var(--color-DisableText)
}

.bn-button__info {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative
}

.bn-button__info.bn-button {
    border-radius: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0
}

.bn-button__info:after {
    background-image: linear-gradient(to right, var(--color-PrimaryText) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleY(.5)
}

.bn-button__info.active:not(.inactive),
.bn-button__info:active:not(.inactive, [disabled]),
.bn-button__info:focus:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText)
}

.bn-button__info.inactive,
.bn-button__info:disabled:not(.inactive),
.bn-button__info[disabled]:not(.inactive) {
    --button-bg: transparent;
    --button-color: var(--color-DisableText)
}

.bn-button__info.inactive:after,
.bn-button__info:disabled:not(.inactive):after,
.bn-button__info[disabled]:not(.inactive):after {
    background-image: linear-gradient(to right, var(--color-DisableText) 50%, transparent 50%)
}

.bn-button__info__yellow {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__info__yellow:after {
    background-image: linear-gradient(to right, var(--color-TextLink) 50%, transparent 50%)
}

.bn-button__info__yellow.active:not(.inactive),
.bn-button__info__yellow:active:not(.inactive, [disabled]),
.bn-button__info__yellow:focus:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__info__gray {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

.bn-button__info__gray:after {
    background-image: linear-gradient(to right, var(--color-SecondaryText) 50%, transparent 50%)
}

.bn-button__info__gray.active:not(.inactive),
.bn-button__info__gray:active:not(.inactive, [disabled]),
.bn-button__info__gray:focus:not(.inactive, [disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

@media only screen and (min-width:768px) {
    .bn-button {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-button:hover:not(.inactive, [disabled]) {
        opacity: .8
    }
    .bn-button .bn-spinner__nezha {
        height: 20px
    }
    .bn-button__secondary:hover:not(.inactive, [disabled]) {
        opacity: .8
    }
    .bn-button__secondary.active:not(.inactive),
    .bn-button__secondary:active:not(.inactive, [disabled]),
    .bn-button__secondary:focus:not(.inactive, [disabled]) {
        --button-bg: var(--color-DisableText)
    }
    .bn-button__round:hover:not(.inactive) {
        --button-color: var(--color-PrimaryYellow);
        opacity: 1
    }
    .bn-button__text__yellow:hover:not(.inactive, [disabled]) {
        --button-color: var(--color-BtnBg);
        opacity: 1
    }
    .bn-button__text__black:hover:not(.inactive, [disabled]) {
        --button-color: var(--color-TertiaryText);
        opacity: 1
    }
    .bn-button__text__gray,
    .bn-button__text__gray.active:not(.inactive),
    .bn-button__text__gray:active:not(.inactive, [disabled]),
    .bn-button__text__gray:focus:not(.inactive, [disabled]) {
        --button-color: var(--color-TertiaryText)
    }
    .bn-button__icon {
        border: 1px solid var(--color-InputLine)
    }
    .bn-button__icon:hover:not(.inactive, [disabled]) {
        --button-bg: var(--color-Input);
        opacity: 1
    }
    .bn-button__icon.active:not(.inactive),
    .bn-button__icon:active:not(.inactive, [disabled]),
    .bn-button__icon:focus:not(.inactive, [disabled]) {
        --button-bg: transparent
    }
    .bn-button__icon__primary {
        border: none
    }
    .bn-button__icon__primary:hover:not(.inactive, [disabled]) {
        --button-bg: var(--color-BtnBg);
        opacity: .8
    }
    .bn-button__icon__primary.active:not(.inactive),
    .bn-button__icon__primary:active:not(.inactive, [disabled]),
    .bn-button__icon__primary:focus:not(.inactive, [disabled]) {
        --button-bg: var(--color-PrimaryYellow)
    }
    .bn-button__icon__secondary {
        border: none
    }
    .bn-button__icon__secondary:hover:not(.inactive, [disabled]) {
        --button-bg: var(--color-Line);
        opacity: .8
    }
    .bn-button__icon__secondary.active:not(.inactive),
    .bn-button__icon__secondary:active:not(.inactive, [disabled]),
    .bn-button__icon__secondary:focus:not(.inactive, [disabled]) {
        --button-bg: var(--color-DisableText)
    }
    .bn-button__info {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-button__info:after {
        height: 1px
    }
    .bn-button__info__black:hover:not(.inactive, [disabled]) {
        --button-color: var(--color-TertiaryText);
        opacity: 1
    }
    .bn-button__info__gray {
        --button-color: var(--color-TertiaryText)
    }
    .bn-button__info__gray:after {
        background-image: linear-gradient(to right, var(--color-TertiaryText) 50%, transparent 50%)
    }
    .bn-button__info__gray.active:not(.inactive),
    .bn-button__info__gray:active:not(.inactive, [disabled]),
    .bn-button__info__gray:focus:not(.inactive, [disabled]) {
        --button-color: var(--color-TertiaryText)
    }
}

.bn-progress__bar {
    border-radius: var(--radii-circle);
    min-height: 10px;
    overflow: hidden;
    position: relative
}

.bn-progress__bar .bar-inner {
    border-radius: var(--radii-circle);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: width
}

.bn-progress__circle {
    display: inline-flex;
    position: relative
}

.bn-progress__circle svg {
    height: 100px;
    width: 100px
}

.bn-progress__number {
    align-items: center;
    display: inline-flex;
    min-height: .8em
}

.bn-loading {
    grid-gap: var(--space-2xs);
    align-items: center;
    background-color: var(--color-ToastBg);
    border-radius: var(--radii-2l);
    color: var(--color-RedGreenBgText);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    gap: var(--space-2xs);
    justify-content: center;
    line-height: 22px;
    padding: var(--space-mm);
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bn-loading__primary,
.bn-loading__secondary {
    background-color: transparent;
    position: relative
}

.bn-loading__primary .bn-loading-box,
.bn-loading__secondary .bn-loading-box {
    background: var(--color-TextOnYellow);
    border-radius: var(--radii-m);
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 44px
}

.bn-loading__primary .bn-spinner__nezha {
    grid-gap: 3px;
    gap: 3px
}

.bn-loading__primary .bn-spinner__nezha>.nezha-line {
    height: 6px;
    width: 3px
}

.bn-loading__circle-secondary,
.bn-loading__secondary {
    padding: 0
}

.bn-loading__circle-secondary {
    background-color: transparent
}

.bn-loading__circle-secondary .bn-loading-message {
    display: none
}

.bn-loading-bar {
    grid-gap: var(--space-3xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs)
}

.bn-loading-bar-progress {
    height: 4px;
    min-height: 4px;
    width: 75px
}

.bn-loading-circle {
    display: flex;
    position: relative
}

.bn-loading-circle-percent {
    color: var(--color-RedGreenBgText);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bn-loading-circle-progress svg {
    height: 100%;
    width: 100%
}

.bn-loading-dot {
    grid-gap: var(--space-3xs);
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs)
}

.bn-loading-dot-progress {
    grid-gap: 1px;
    display: flex;
    gap: 1px;
    justify-content: center;
    width: 75px
}

.bn-loading-dot-progress>* {
    background: var(--color-SecondaryText);
    border-radius: var(--radii-circle);
    height: 4px;
    width: 4px
}

.bn-loading-dot-progress>.active {
    background: var(--color-TextOnGray)
}

.bn-loading-message {
    color: var(--color-RedGreenBgText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84px
}

@media only screen and (min-width:768px) {
    .bn-loading {
        background-color: var(--color-TertiaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-loading-message {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    .bn-loading__circle-secondary,
    .bn-loading__primary,
    .bn-loading__secondary {
        background-color: transparent
    }
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual .bn-web-table-row:not(tr) {
    background: var(--color-BasicBg);
    box-sizing: border-box;
    display: flex;
    width: 100%
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    align-items: center;
    background: inherit;
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    line-height: 22px;
    padding: 0 var(--table-horizontal-padding);
    position: relative;
    white-space: normal;
    word-break: break-word
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell):first-child {
    -webkit-padding-start: var(--table-horizontal-padding-ends);
    padding-inline-start: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell):last-child {
    -webkit-padding-end: var(--table-horizontal-padding-ends);
    padding-inline-end: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-cell-row-hover {
    background: var(--color-Vessel)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-expand-icon-col,
.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-row-expand-icon-cell {
    color: var(--color-IconNormal);
    flex: 0 0 32px;
    justify-content: center;
    padding: 0;
    width: 32px
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell div.bn-web-table-cell {
    background: var(--color-SecondaryBg)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell.bn-web-table-expanded-row-cell-fixed {
    -webkit-border-end: none;
    border-inline-end: none;
    inset-inline-start: 0;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    width: var(--virtual-width)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-horizontal {
    height: 4px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-vertical {
    width: 4px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-thumb {
    background: var(--color-DisableText) !important;
    border-radius: 20px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell-fix-left,
.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell-fix-right {
    position: -webkit-sticky;
    position: sticky
}

.bn-web-table {
    --table-vertical-padding-s: 12px;
    --table-vertical-padding: 18px;
    --table-horizontal-padding: 16px;
    --table-horizontal-padding-ends: 16px;
    border-bottom: 1px solid var(--color-Line);
    transition: opacity .3s ease
}

.bn-web-table,
.bn-web-table-wrapper {
    position: relative
}

.bn-web-table-wrapper__row-middle .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 18px
}

.bn-web-table-wrapper__row-small .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 18px
}

.bn-web-table-wrapper__row-middle .bn-web-table thead td,
.bn-web-table-wrapper__row-middle .bn-web-table thead th {
    --table-vertical-padding-s: 0;
    height: 32px
}

.bn-web-table-wrapper__row-middle .bn-web-table tbody td,
.bn-web-table-wrapper__row-middle .bn-web-table tbody th {
    --table-vertical-padding: 0;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 18px
}

.bn-web-table-wrapper__row-small .bn-web-table thead td,
.bn-web-table-wrapper__row-small .bn-web-table thead th {
    --table-vertical-padding-s: 0;
    height: 32px
}

.bn-web-table-wrapper__row-small .bn-web-table tbody td,
.bn-web-table-wrapper__row-small .bn-web-table tbody th {
    --table-vertical-padding: 0;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 18px
}

.bn-web-table-wrapper__padding-compact .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-web-table-wrapper__padding-hybrid .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell {
    --table-horizontal-padding: 8px
}

.bn-web-table-wrapper__padding-compact .bn-web-table tbody td,
.bn-web-table-wrapper__padding-compact .bn-web-table tbody th,
.bn-web-table-wrapper__padding-compact .bn-web-table thead td,
.bn-web-table-wrapper__padding-compact .bn-web-table thead th {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-web-table-wrapper__padding-hybrid .bn-web-table tbody td,
.bn-web-table-wrapper__padding-hybrid .bn-web-table tbody th,
.bn-web-table-wrapper__padding-hybrid .bn-web-table thead td,
.bn-web-table-wrapper__padding-hybrid .bn-web-table thead th {
    --table-horizontal-padding: 8px
}

.bn-web-table-wrapper__empty .bn-web-table {
    border-bottom: none
}

.bn-web-table-wrapper__line>.bn-web-table thead tr {
    background: var(--color-BasicBg);
    border-bottom: 1px solid var(--color-Line)
}

.bn-web-table-wrapper__line>.bn-web-table .bn-web-table-title {
    border-bottom: 1px solid var(--color-Line);
    border-top: none
}

.bn-web-table-wrapper__separate>.bn-web-table {
    border-bottom: none
}

.bn-web-table-wrapper__separate>.bn-web-table thead tr {
    background: transparent
}

.bn-web-table-wrapper__separate>.bn-web-table .bn-web-table-title {
    border: none
}

.bn-web-table [aria-hidden] {
    border: none !important;
    visibility: hidden !important
}

.bn-web-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.bn-web-table-wrapper__separate>.bn-web-table table {
    border-collapse: separate
}

.bn-web-table thead tr {
    background: var(--color-SecondaryBg);
    border: none
}

.bn-web-table thead td,
.bn-web-table thead th {
    background: inherit;
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: var(--table-vertical-padding-s) var(--table-horizontal-padding);
    position: relative;
    text-align: start;
    white-space: normal;
    word-break: break-word
}

.bn-web-table thead td:first-child,
.bn-web-table thead th:first-child {
    -webkit-padding-start: var(--table-horizontal-padding-ends);
    padding-inline-start: var(--table-horizontal-padding-ends)
}

.bn-web-table thead td:last-child,
.bn-web-table thead th:last-child {
    -webkit-padding-end: var(--table-horizontal-padding-ends);
    padding-inline-end: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper__separate>.bn-web-table thead td:first-child,
.bn-web-table-wrapper__separate>.bn-web-table thead td:last-child,
.bn-web-table-wrapper__separate>.bn-web-table thead th:first-child,
.bn-web-table-wrapper__separate>.bn-web-table thead th:last-child {
    --table-horizontal-padding-ends: 20px
}

.bn-web-table-body {
    --scroll-pad: 1px !important;
    --scroll-size: 6px !important
}

.bn-web-table tbody tr {
    background: var(--color-BasicBg)
}

.bn-web-table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid var(--color-Line)
}

.bn-web-table tbody tr.bn-web-table-row:hover {
    background: var(--color-Vessel)
}

.bn-web-table tbody td,
.bn-web-table tbody th {
    background: inherit;
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--table-vertical-padding) var(--table-horizontal-padding);
    position: relative;
    white-space: normal;
    word-break: break-word
}

.bn-web-table tbody td:first-child,
.bn-web-table tbody th:first-child {
    -webkit-padding-start: var(--table-horizontal-padding-ends);
    padding-inline-start: var(--table-horizontal-padding-ends)
}

.bn-web-table tbody td:last-child,
.bn-web-table tbody th:last-child {
    -webkit-padding-end: var(--table-horizontal-padding-ends);
    padding-inline-end: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper__separate>.bn-web-table tbody tr {
    background: transparent;
    border: none
}

.bn-web-table-wrapper__separate>.bn-web-table tbody td:first-child,
.bn-web-table-wrapper__separate>.bn-web-table tbody th:first-child {
    --table-horizontal-padding-ends: 20px;
    border-bottom-left-radius: var(--radii-m);
    border-top-left-radius: var(--radii-m)
}

.bn-web-table-wrapper__separate>.bn-web-table tbody td:last-child,
.bn-web-table-wrapper__separate>.bn-web-table tbody th:last-child {
    --table-horizontal-padding-ends: 20px;
    border-bottom-right-radius: var(--radii-m);
    border-top-right-radius: var(--radii-m)
}

.bn-web-table-cell.bn-web-table-cell-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-web-table-cell-fix-left {
    z-index: 1
}

.bn-web-table-cell-fix-left-first:after,
.bn-web-table-cell-fix-left-last:after {
    bottom: -1px;
    content: "";
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    transform: translateX(100%);
    transition: box-shadow .3s;
    width: 20px
}

.bn-web-table-cell-fix-right {
    z-index: 1
}

.bn-web-table-cell-fix-right-first:after,
.bn-web-table-cell-fix-right-last:after {
    bottom: -1px;
    content: "";
    left: -1px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: box-shadow .3s;
    width: 20px
}

.bn-web-table-ping-left .bn-web-table-cell-fix-left-first:after,
.bn-web-table-ping-left .bn-web-table-cell-fix-left-last:after {
    box-shadow: inset 5px 0 12px -4px var(--color-Line)
}

.bn-web-table-ping-right .bn-web-table-cell-fix-right-first:after,
.bn-web-table-ping-right .bn-web-table-cell-fix-right-last:after {
    box-shadow: inset -5px 0 12px -4px var(--color-Line)
}

.bn-web-table-placeholder {
    position: relative;
    text-align: center
}

.bn-web-table-placeholder .bn-web-table-cell {
    padding: var(--table-vertical-padding) 0
}

.bn-web-table tbody .bn-web-table-row-expand-icon-cell,
.bn-web-table-expand-icon-col {
    color: var(--color-IconNormal);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 32px
}

.bn-web-table tbody .bn-web-table-row-expand-icon-cell,
.bn-web-table tbody .bn-web-table-row-expand-icon-cell:first-child,
.bn-web-table tbody .bn-web-table-row-expand-icon-cell:last-child,
.bn-web-table-expand-icon-col,
.bn-web-table-expand-icon-col:first-child,
.bn-web-table-expand-icon-col:last-child {
    padding: var(--table-vertical-padding) 0
}

.bn-web-table-expanded-row>.bn-web-table-cell,
.bn-web-table-expanded-row>.bn-web-table-cell:first-child,
.bn-web-table-expanded-row>.bn-web-table-cell:last-child {
    padding: 0
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper {
    margin-left: 32px;
    width: calc(100% - 32px)
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table {
    border-bottom: none;
    border-top: none
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-title,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table thead tr {
    border-bottom: 1px solid var(--color-Line);
    border-top: none
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-footer,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-title,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table td,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table th {
    background: var(--color-SecondaryBg)
}

.bn-web-table-row-expand-icon {
    align-items: center;
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-xs);
    cursor: pointer;
    display: inline-flex;
    height: 16px;
    justify-content: center;
    line-height: 16px;
    width: 16px
}

.bn-web-table-row-expand-icon.bn-web-table-row-expanded:after {
    content: "-"
}

.bn-web-table-row-expand-icon.bn-web-table-row-collapsed:after {
    content: "+"
}

.bn-web-table-footer,
.bn-web-table-title {
    border-top: 1px solid var(--color-Line);
    padding: var(--table-vertical-padding) var(--table-horizontal-padding)
}

.bn-web-table-sticky-holder {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2
}

.bn-web-table-rtl {
    direction: rtl
}

.bn-badge {
    align-items: center;
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-xl);
    color: var(--color-TextOnYellow);
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    left: 50%;
    line-height: 16px;
    min-width: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    top: 0;
    transform: translate3d(0, -50%, 0)
}

.bn-badge.data-theme-error {
    background-color: var(--color-Sell);
    color: var(--color-RedGreenBgText)
}

.bn-badge__dot,
.bn-badge__dot-side {
    border-radius: var(--radii-circle);
    height: 8px;
    left: 100%;
    min-width: 8px;
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    width: 8px
}

.bn-badge__dot-side {
    top: 50%;
    transform: translate3d(4px, -50%, 0)
}

.bn-badge__string {
    left: unset;
    right: 0;
    top: 0;
    transform: none
}

.bn-badge:not(.bn-badge__dot).data-size-sm {
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    min-width: 12px;
    padding: 0 var(--space-5xs)
}

@media only screen and (min-width:768px) {
    .bn-badge:not(.bn-badge__dot).data-size-sm {
        font-size: 8px;
        font-weight: 500;
        line-height: 12px
    }
}

.bn-badge-wrap {
    display: inline-flex;
    position: relative
}

.bn-badge-rtl {
    left: auto;
    right: 50%;
    transform: translate3d(0, -50%, 0)
}

.bn-badge-rtl.bn-badge__dot {
    transform: translate3d(50%, -50%, 0)
}

.bn-badge-rtl.bn-badge__dot-side {
    transform: translate3d(-4px, -50%, 0)
}

.bn-badge-rtl.bn-badge__string {
    left: 0;
    right: unset;
    top: 0;
    transform: none
}

@media only screen and (min-width:768px) {
    .bn-badge {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-badge:not(.bn-badge__dot) {
        min-width: 18px
    }
}

.bn-backtop {
    position: fixed;
    z-index: var(--zindex-backTop)
}

.bn-backtop-arrow {
    color: var(--color-PrimaryText);
    font-size: 28px
}

.bn-notification {
    grid-gap: var(--space-4xs);
    --prefix-color: var(--color-PrimaryText);
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-2l);
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-4xs);
    padding: var(--space-s)
}

.bn-notification-mw {
    min-width: 196px
}

.bn-notification__primary .bn-notification-content-message {
    color: var(--color-PrimaryText)
}

.bn-notification__secondary,
.bn-notification__tertiary {
    background-color: var(--color-Input)
}

.bn-notification__tertiary {
    --prefix-color: var(--color-SecondaryText)
}

.bn-notification__tertiary,
.bn-notification__tertiary .bn-notification-content-message {
    color: var(--color-SecondaryText)
}

.bn-notification__success {
    --prefix-color: var(--color-Success);
    background: var(--color-SuccessBg)
}

.bn-notification__error {
    background: var(--color-ErrorBg)
}

.bn-notification__push {
    background-color: var(--color-Vessel);
    box-shadow: var(--shadow-shadow2);
    max-width: 360px;
    padding: var(--space-s) var(--space-m)
}

.bn-notification__push .bn-notification-content {
    min-height: 22px
}

.bn-notification__push .bn-notification-content-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-notification__push .bn-notification-content-message {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    color: var(--color-SecondaryText);
    max-height: 8em;
    overflow-y: auto
}

.bn-notification__push .bn-notification-content-message.data-push-message {
    color: var(--color-PrimaryText)
}

.bn-notification__push .bn-notification-prefix {
    font-size: 20px;
    min-height: 22px
}

.bn-notification__push .bn-notification-close {
    min-height: 22px
}

.bn-notification-prefix {
    color: var(--prefix-color);
    flex: none;
    font-size: 16px;
    margin-top: 1px;
    min-height: 18px
}

.bn-notification-content {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    line-height: 18px;
    min-height: 18px;
    position: relative
}

.bn-notification-content.closable>:first-child {
    margin-right: 20px
}

.bn-notification-content-message {
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 400;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 18px
}

.bn-notification-close {
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 16px;
    margin-top: 1px;
    min-height: 18px;
    position: absolute;
    right: 0;
    top: 0
}

.bn-notification.data-multiple .bn-slider-ticks {
    align-items: center;
    max-height: 32px;
    padding: 3px 0;
    width: 20px
}

.bn-notification.data-multiple .bn-slider-ticks-tick:not(.active) {
    background-color: var(--color-PrimaryText);
    opacity: .3
}

.bn-notification.data-multiple>.bn-svg {
    font-size: 20px;
    margin-top: 1px
}

.bn-notification.data-multiple.data-size-small .bn-slider-ticks {
    width: 16px
}

.bn-notification.data-multiple.data-size-small>.bn-svg {
    font-size: 16px
}

.bn-notification.data-multiple .bn-swiper {
    height: 54px
}

.bn-notification.data-multiple .bn-swiper-item {
    position: relative
}

.bn-notification.data-full-width {
    border-radius: 0;
    padding: var(--space-s) var(--space-mm)
}

.bn-notification-rtl .bn-notification-content.closable>:first-child {
    margin-left: 20px;
    margin-right: 0
}

.bn-notification-rtl .bn-notification-close {
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-notification {
        padding: var(--space-s)
    }
    .bn-notification.data-size-small {
        padding: var(--space-2xs)
    }
    .bn-notification.data-size-small .bn-notification-close,
    .bn-notification.data-size-small .bn-notification-prefix {
        font-size: 16px;
        min-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content {
        min-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content-title {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content-message {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-notification.data-full-width {
        border-radius: 0;
        padding: var(--space-s) var(--space-mm)
    }
    .bn-notification__primary .bn-notification-content-message {
        color: var(--color-PrimaryText)
    }
    .bn-notification__tertiary {
        --prefix-color: var(--color-TertiaryText)
    }
    .bn-notification__tertiary,
    .bn-notification__tertiary .bn-notification-content-message {
        color: var(--color-TertiaryText)
    }
    .bn-notification__error .bn-notification-content,
    .bn-notification__success .bn-notification-content {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-notification__push .bn-notification-content-message {
        color: var(--color-TertiaryText)
    }
    .bn-notification__push .bn-notification-close,
    .bn-notification__push .bn-notification-prefix {
        min-height: 22px
    }
    .bn-notification-close,
    .bn-notification-prefix {
        font-size: 20px;
        min-height: 22px
    }
    .bn-notification-content {
        grid-gap: var(--space-5xs);
        font-size: 14px;
        font-weight: 500;
        gap: var(--space-5xs);
        line-height: 22px;
        min-height: 22px
    }
    .bn-notification-content-message {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-notification.data-multiple .bn-swiper {
        height: 68px
    }
}

.bn-navigator__black {
    color: var(--color-PrimaryText)
}

.bn-navigator__black,
.bn-navigator__yellow {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

.bn-navigator__yellow {
    color: var(--color-TextLink)
}

@media only screen and (min-width:768px) {
    .bn-navigator__black {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
    .bn-navigator__black,
    .bn-navigator__yellow {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-openinapp-modal a,
.bn-openinapp-modal a:hover {
    color: inherit;
    text-decoration: none
}

.bn-openinapp-modal a:active,
.bn-openinapp-modal a:visited {
    color: inherit
}

.bn-divider {
    -webkit-border-before: .5px solid var(--color-Line);
    border-block-start: .5px solid var(--color-Line);
    clear: both;
    display: flex;
    min-width: 100%;
    width: 100%
}

@media only screen and (min-width:768px) {
    .bn-divider {
        -webkit-border-before: 1px solid var(--color-Line);
        border-block-start: 1px solid var(--color-Line)
    }
}

.bn-mask {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--zindex-modal)
}

.bn-mask-rtl {
    direction: rtl
}

.bn-mask-inner {
    background-color: rgba(0, 0, 0, .08);
    position: absolute
}

.bn-mask-body {
    width: calc(100% - var(--scroll-size))
}

.bn-tooltips {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition-duration: var(--animation-duration-base);
    transition-property: opacity, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: var(--zindex-tooltip)
}

.bn-tooltips-trans {
    position: fixed;
    z-index: var(--zindex-tooltip)
}

.bn-tooltips>.bn-bubble-content {
    border-radius: var(--radii-m);
    padding: var(--space-m)
}

.bn-tooltips.bn-bubble__gray>.bn-bubble-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    background-color: var(--color-PrimaryText);
    color: var(--color-SecondaryBg);
    max-height: 160px;
    opacity: .95;
    overflow-y: auto;
    padding: var(--space-3xs) var(--space-xs)
}

.bn-tooltips.bn-bubble__gray .bn-bubble-arrow,
.bn-tooltips.bn-bubble__gray .bn-bubble-arrow-shadow {
    background: linear-gradient(-45deg, transparent 0, transparent 50%, var(--color-PrimaryText) 50%, var(--color-PrimaryText) 100%);
    opacity: .95
}

.bn-tooltips.bn-bubble__gray .bn-bubble-web-arrow {
    opacity: .95
}

.bn-tooltips.bn-bubble__unset>.bn-bubble-content {
    max-width: none;
    padding: 0
}

.bn-tooltips.data-shadow>.bn-bubble-content {
    box-shadow: none
}

.bn-tooltips.active {
    --scroll-size: 0;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    overflow: visible;
    visibility: visible
}

.bn-tooltips.active.data-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-tooltips-wrap {
    display: inline-flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bn-tooltips-wrap.active>.bn-tooltips {
    --scroll-size: 0;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    overflow: visible;
    visibility: visible
}

.bn-tooltips-ele {
    align-items: center;
    display: inline-flex;
    width: 100%
}

.bn-tooltips-ele-rtl {
    direction: rtl
}

.bn-tooltips-ele-with-safe-area {
    z-index: 1
}

.bn-tooltips-safety-triangle {
    height: 100%;
    overflow: visible;
    position: absolute;
    width: 100%
}

.bn-tooltips-safety-triangle polygon {
    opacity: 0
}

@media only screen and (min-width:768px) {
    .bn-tooltips.bn-bubble__gray>.bn-bubble-content {
        padding: var(--space-2xs) var(--space-s)
    }
}

.bn-drawer-handle {
    --handle-long: 40px;
    --handle-short: 4px;
    --handle-padding: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute
}

.bn-drawer-handle-icon {
    background-color: var(--color-DisableBtn);
    border-radius: 12px
}

.bn-drawer-handle.data-dir-bottom,
.bn-drawer-handle.data-dir-top {
    padding: var(--handle-padding) 0;
    width: 100%
}

.bn-drawer-handle.data-dir-bottom .bn-drawer-handle-icon,
.bn-drawer-handle.data-dir-top .bn-drawer-handle-icon {
    height: var(--handle-short);
    width: var(--handle-long)
}

.bn-drawer-handle.data-dir-left,
.bn-drawer-handle.data-dir-right {
    height: 100%;
    padding: 0 var(--handle-padding)
}

.bn-drawer-handle.data-dir-left .bn-drawer-handle-icon,
.bn-drawer-handle.data-dir-right .bn-drawer-handle-icon {
    height: var(--handle-long);
    width: var(--handle-short)
}

.bn-drawer-handle.data-dir-bottom {
    top: 0
}

.bn-drawer-handle.data-dir-top {
    bottom: 0
}

.bn-drawer-handle.data-dir-left {
    right: 0
}

.bn-drawer-handle.data-dir-right {
    left: 0
}

.bn-drawer {
    z-index: var(--zindex-drawer)
}

.bn-drawer>.bn-drawer-wrap {
    background-color: var(--color-CardBg);
    border-radius: 0;
    bottom: 0;
    left: 0;
    max-height: 100vh;
    max-width: 100vw;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: var(--animation-duration-base);
    transition-property: transform;
    transition-timing-function: ease-in
}

.bn-drawer>.bn-drawer-wrap.data-dir-left {
    max-width: 84%;
    right: auto;
    transform: translate3d(-100%, 0, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-size-limit {
    width: 84%
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-size-full {
    border-radius: 0;
    max-width: 100%;
    width: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-draggable {
    padding-right: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top {
    border-radius: 0 0 var(--radii-l) var(--radii-l);
    bottom: auto;
    max-height: calc(100% - 80px);
    transform: translate3d(0, -100%, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-size-limit {
    height: calc(100% - 80px)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-size-full {
    border-radius: 0;
    height: 100%;
    max-height: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-draggable {
    padding-bottom: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-right {
    left: auto;
    max-width: 84%;
    transform: translate3d(100%, 0, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-size-limit {
    width: 84%
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-size-full {
    border-radius: 0;
    max-width: 100%;
    width: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-draggable {
    padding-left: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom {
    border-radius: var(--radii-xl) var(--radii-xl) 0 0;
    max-height: calc(100% - 80px);
    top: auto;
    transform: translate3d(0, 100%, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-size-limit {
    height: calc(100% - 80px)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-size-full {
    border-radius: 0;
    height: 100%;
    max-height: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-draggable {
    padding-top: var(--space-mm)
}

.bn-drawer.data-show>.bn-drawer-wrap {
    transform: translateZ(0)
}

.bn-modal>.bn-modal-wrap {
    background-color: var(--color-CardBg);
    border-radius: var(--radii-xl);
    box-shadow: var(--shadow-shadow1);
    max-width: 80vw;
    overflow: hidden;
    position: relative;
    transform: scale(.9);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 360px
}

.bn-modal>.bn-modal-wrap.data-size-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bn-modal>.bn-modal-wrap.data-size-medium {
    width: 420px
}

.bn-modal>.bn-modal-wrap.data-size-middle {
    width: 520px
}

.bn-modal>.bn-modal-wrap.data-size-large {
    width: 720px
}

.bn-modal.data-show>.bn-modal-wrap {
    transform: scale(1)
}

.bn-modal-header {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-2xs);
    padding: 18px var(--space-xl);
    position: relative
}

.bn-modal-header-next,
.bn-modal-header-prev {
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 24px
}

.bn-modal-header-main {
    flex: 1 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.bn-modal-header-pre .bn-modal-header-main {
    text-align: center
}

.bn-modal-header-next-hidden,
.bn-modal-header-pre-hidden .bn-modal-header-prev {
    visibility: hidden
}

@media only screen and (min-width:768px) {
    .bn-modal-header-main {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.bn-modal-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    max-height: 350px;
    overflow-y: auto;
    padding: var(--space-xl)
}

.bn-modal-footer {
    grid-gap: var(--space-2xs);
    display: flex;
    gap: var(--space-2xs);
    justify-content: flex-end;
    padding: 0 var(--space-xl) var(--space-xl)
}

.bn-modal-footer-column {
    flex-direction: column
}

.bn-modal-footer-row>* {
    flex: 1 1
}

.bn-drawer-wrap {
    display: flex;
    flex-direction: column
}

.bn-drawer .bn-modal-header {
    padding: 18px 15px
}

.bn-drawer .bn-modal-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    max-height: unset;
    overflow-y: auto;
    padding: var(--space-xl) 15px
}

.bn-drawer .bn-modal-footer {
    grid-gap: var(--space-xs);
    gap: var(--space-xs);
    padding: 0 15px var(--space-xl)
}

.bn-modal-confirm {
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    min-height: 200px;
    padding-top: var(--space-xl);
    text-align: center
}

.bn-modal-confirm-icon {
    font-size: 64px;
    margin-bottom: var(--space-m)
}

.bn-modal-confirm-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: var(--space-2xs);
    padding: 0 var(--space-xl);
    width: 100%
}

.bn-modal-confirm-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.bn-modal-confirm-desc {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow-y: auto;
    padding: 0 var(--space-xl);
    text-align: start;
    width: 100%;
    word-break: break-word
}

.bn-modal-confirm-actions {
    padding: var(--space-xl);
    width: 100%
}

.bn-modal-confirm-actions .bn-modal-footer {
    padding: unset
}

@media only screen and (min-width:768px) {
    .bn-modal-confirm-icon {
        font-size: 96px
    }
    .bn-modal-confirm-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
    .bn-modal-confirm-subtitle {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-modal-confirm-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.bn-modal-basic {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    min-height: 200px
}

.bn-modal-basic .bn-modal-content {
    flex: 1 1;
    max-height: unset;
    padding: 0 var(--space-xl)
}

.bn-modal-basic .bn-modal-footer {
    padding: var(--space-xl)
}

.bn-drawer .bn-modal-basic {
    min-height: 182px
}

.bn-drawer .bn-modal-basic .bn-modal-header {
    padding: var(--space-s) var(--space-m)
}

.bn-drawer .bn-modal-basic .bn-modal-content {
    padding: 0 var(--space-m)
}

.bn-drawer .bn-modal-basic .bn-modal-footer {
    padding: var(--space-m)
}

.bn-layer-notifies {
    grid-gap: var(--space-s);
    display: inline-flex;
    flex-direction: column;
    gap: var(--space-s);
    position: fixed;
    z-index: var(--zindex-notification)
}

.bn-layer-notifies>.bn-trans {
    transform: scale(.9)
}

.bn-layer-notifies>.bn-trans.data-show {
    transform: scale(1)
}

.bn-layer-notifies.data-pos-start>.bn-trans {
    transform: translateX(-20%)
}

.bn-layer-notifies.data-pos-start>.bn-trans.data-show {
    transform: translateX(0)
}

.bn-layer-notifies.data-pos-end>.bn-trans {
    transform: translateX(20%)
}

.bn-layer-notifies.data-pos-end>.bn-trans.data-show {
    transform: translateX(0)
}

.bn-actionSheet__basic-col>.bn-drawer-wrap {
    display: flex;
    flex-direction: column
}

.bn-actionSheet .bn-grid {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs);
    padding: var(--space-xs) var(--space-m)
}

.bn-actionSheet .bn-grid>.item {
    color: var(--color-SecondaryText);
    cursor: pointer;
    text-align: center
}

.bn-actionSheet-cancel {
    align-items: center;
    border-top: 6px solid var(--color-Line);
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: flex;
    flex: none;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding: var(--space-s) var(--space-m)
}

@media only screen and (min-width:768px) {
    .bn-actionSheet-cancel {
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-actionSheet-header {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-2xs);
    padding: var(--space-s) var(--space-m);
    position: relative
}

.bn-actionSheet-header-next,
.bn-actionSheet-header-prev {
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 20px
}

.bn-actionSheet-header-main {
    grid-gap: var(--space-5xs);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    gap: var(--space-5xs);
    line-height: 26px
}

.bn-actionSheet-header-main-subtitle {
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-actionSheet-header-main-description {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-actionSheet-header-main {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    .bn-actionSheet-header-main-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-actionSheet-header-main-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.bn-actionSheet-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    overflow-y: auto;
    padding: 0 var(--space-m)
}

.bn-actionSheet-footer {
    grid-gap: var(--space-xs);
    display: flex;
    gap: var(--space-xs);
    padding: var(--space-m)
}

.bn-coachmark.active {
    background-color: var(--color-CardBg);
    border-radius: var(--radii-2l);
    padding: var(--space-s) 15px;
    position: relative;
    z-index: var(--zindex-coachmark)
}

.bn-coachmark-bubble .bn-bubble-content {
    border-radius: var(--radii-l);
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0
}

@media only screen and (min-width:768px) {
    .bn-coachmark-bubble .bn-bubble-content {
        border-radius: var(--radii-2l)
    }
}

.bn-coachmark-panel {
    grid-gap: var(--space-xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    max-height: 272px;
    max-width: 320px;
    min-height: 128px;
    min-width: 184px;
    padding: 15px
}

.bn-coachmark-panel__primary>.bn-coachmark-panel-extra {
    padding: 0
}

.bn-coachmark-panel__primary>.bn-coachmark-panel-extra .bn-coachmark-panel-extra-step {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-coachmark-panel__primary>.bn-coachmark-panel-tips {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow)
}

.bn-coachmark-panel-title {
    flex: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-coachmark-panel-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow-y: auto
}

.bn-coachmark-panel-extra {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    flex: none;
    gap: var(--space-xs)
}

.bn-coachmark-panel-extra .bn-coachmark-panel-extra-skip {
    min-width: auto;
    padding: 0
}

.bn-coachmark-panel-extra-step {
    align-items: baseline;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-coachmark-panel-extra-step-gap {
    width: .5em
}

.bn-coachmark-panel-extra-step-split,
.bn-coachmark-panel-extra-step-total {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.bn-coachmark-panel-extra-actions {
    grid-gap: var(--space-s);
    align-items: center;
    display: inline-flex;
    flex: 1 1;
    gap: var(--space-s);
    justify-content: flex-end
}

.bn-coachmark-panel-extra-actions .bn-coachmark-panel-extra-actions-prev {
    min-width: auto;
    padding: 0
}

.bn-coachmark-panel-tips {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-xs);
    color: var(--color-PrimaryText);
    display: flex;
    flex: none;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 22px;
    padding: var(--space-3xs) var(--space-m);
    width: 100%
}

@media only screen and (min-width:768px) {
    .bn-coachmark-panel {
        grid-gap: var(--space-4xs);
        gap: var(--space-4xs);
        max-height: 352px;
        max-width: 440px;
        min-height: 232px;
        min-width: auto;
        padding: var(--space-m) var(--space-xl)
    }
    .bn-coachmark-panel__primary {
        grid-gap: var(--space-m);
        gap: var(--space-m);
        padding: var(--space-xl)
    }
    .bn-coachmark-panel__primary>.bn-coachmark-panel-extra .bn-coachmark-panel-extra-step {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-coachmark-panel-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
    .bn-coachmark-panel-content {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    .bn-coachmark-panel-extra {
        grid-gap: var(--space-xl);
        gap: var(--space-xl);
        padding-top: var(--space-l)
    }
    .bn-coachmark-panel-extra-step {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-coachmark-panel-extra-step-split,
    .bn-coachmark-panel-extra-step-total {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-coachmark-panel-tips {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-formItem {
    grid-gap: var(--space-4xs);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 22px
}

.bn-formItem-label {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-formItem-errMsg {
    color: var(--color-Error)
}

.bn-formItem-errMsg,
.bn-formItem-tips {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-formItem-tips {
    color: var(--color-SecondaryText)
}

@media only screen and (min-width:768px) {
    .bn-formItem {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-formItem-label {
        color: var(--color-PrimaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-formItem-tips {
        color: var(--color-TertiaryText)
    }
    .bn-formItem-errMsg,
    .bn-formItem-tips {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.bn-inputNum {
    grid-gap: var(--space-s);
    align-items: center;
    background: transparent;
    border: none;
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-s)
}

.bn-inputNum.disabled {
    color: var(--color-TertiaryText);
    position: relative
}

.bn-inputNum.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-inputNum.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-inputNum__line {
    border-bottom: 1px solid var(--color-Line)
}

.bn-inputNum__line.data-error:not(.disabled) {
    border-bottom-color: var(--color-Error)
}

.bn-inputNum-prefix,
.bn-inputNum-suffix {
    color: var(--color-DisableText);
    display: inline-flex;
    flex: none
}

.bn-inputNum-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    flex: 1 1;
    font-size: 28px;
    font-weight: 600;
    height: 100%;
    line-height: 40px;
    outline: none;
    overflow: hidden
}

.bn-inputNum-input::-moz-placeholder {
    color: var(--color-TertiaryText)
}

.bn-inputNum-input:-ms-input-placeholder {
    color: var(--color-TertiaryText)
}

.bn-inputNum-input::placeholder {
    color: var(--color-TertiaryText)
}

@media only screen and (min-width:768px) {
    .bn-inputNum-input {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
}

.bn-textarea {
    grid-gap: var(--space-2xs);
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: var(--radii-l);
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs);
    max-height: 142px;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 345px
}

.bn-textarea.disabled {
    background-color: var(--color-Line);
    color: var(--color-TertiaryText);
    position: relative
}

.bn-textarea.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-textarea.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-textarea.data-error:not(.disabled) {
    border: 1px solid var(--color-Error)
}

.bn-textarea.focus:not(.bn-textarea__default) {
    border: 1px solid var(--color-PrimaryYellow)
}

.bn-textarea__line {
    background: transparent;
    border-color: var(--color-InputLine)
}

.bn-textarea-suffix {
    color: var(--color-DisableText);
    display: flex;
    flex: none;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 22px;
    padding: 0 var(--space-s) var(--space-s)
}

.bn-textarea-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 22px;
    margin: var(--space-s) var(--space-s) 0;
    min-height: 3em;
    outline: none;
    resize: none
}

.bn-textarea-input::-moz-placeholder {
    color: var(--color-DisableText)
}

.bn-textarea-input:-ms-input-placeholder {
    color: var(--color-DisableText)
}

.bn-textarea-input::placeholder {
    color: var(--color-DisableText)
}

@media only screen and (min-width:768px) {
    .bn-textarea:hover:not(.disabled),
    .bn-textarea__default.focus {
        border: 1px solid var(--color-PrimaryYellow)
    }
    .bn-textarea-suffix {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-textarea-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-textField {
    grid-gap: var(--space-2xs);
    align-items: center;
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-2xs);
    height: 40px;
    max-width: 100vw;
    padding: 0 var(--space-s);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 345px
}

.bn-textField.data-size-huge {
    border-radius: var(--radii-l);
    height: 56px
}

.bn-textField.data-size-huge .bn-textField-input {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge .bn-textField-input::-moz-placeholder {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge .bn-textField-input:-ms-input-placeholder {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge .bn-textField-input .input-placeholder,
.bn-textField.data-size-huge .bn-textField-input::placeholder {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-huge.data-prefix-fixed .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus {
    height: 20px;
    line-height: 20px
}

.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus svg {
    font-size: 20px
}

.bn-textField.data-size-huge.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .bn-textField.data-size-huge .bn-textField-input {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge .bn-textField-input::-moz-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge .bn-textField-input:-ms-input-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge .bn-textField-input .input-placeholder,
    .bn-textField.data-size-huge .bn-textField-input::placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-textField.data-size-large {
    border-radius: var(--radii-l);
    height: 48px
}

.bn-textField.data-size-large .bn-textField-input {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-input .input-placeholder,
.bn-textField.data-size-large .bn-textField-input::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-large.data-prefix-fixed .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus {
    height: 20px;
    line-height: 20px
}

.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus svg {
    font-size: 20px
}

.bn-textField.data-size-large.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-small {
    height: 32px
}

.bn-textField.data-size-small .bn-textField-clear svg,
.bn-textField.data-size-small .bn-textField-prefix svg,
.bn-textField.data-size-small .bn-textField-suffix svg {
    font-size: 16px
}

.bn-textField.data-size-small .bn-textField-input {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small .bn-textField-input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small .bn-textField-input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small .bn-textField-input .input-placeholder,
.bn-textField.data-size-small .bn-textField-input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-tiny {
    border-radius: var(--radii-s);
    height: 24px;
    width: 200px
}

.bn-textField.data-size-tiny .bn-textField-clear,
.bn-textField.data-size-tiny .bn-textField-prefix,
.bn-textField.data-size-tiny .bn-textField-suffix {
    font-size: 12px
}

.bn-textField.data-size-tiny .bn-textField-input {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny .bn-textField-input::-moz-placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny .bn-textField-input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny .bn-textField-input .input-placeholder,
.bn-textField.data-size-tiny .bn-textField-input::placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-tiny.data-prefix-fixed .bn-textField-suffix {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    width: 75px
}

.bn-textField.data-gap-size-small {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs);
    padding: 0 var(--space-2xs)
}

.bn-textField.disabled {
    background-color: var(--color-Line);
    border-color: transparent;
    color: var(--color-TertiaryText);
    position: relative
}

.bn-textField.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-textField.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-textField.disabled .bn-textField-input {
    color: var(--color-DisableText)
}

.bn-textField.disabled .bn-textField-input::-moz-placeholder {
    color: var(--color-DisableText)
}

.bn-textField.disabled .bn-textField-input:-ms-input-placeholder {
    color: var(--color-DisableText)
}

.bn-textField.disabled .bn-textField-input .input-placeholder,
.bn-textField.disabled .bn-textField-input::placeholder {
    color: var(--color-DisableText)
}

.bn-textField.data-error:not(.disabled) {
    border-color: var(--color-Error)
}

.bn-textField.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-prefix-fixed .bn-textField-suffix {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-prefix-fixed .bn-textField-prefix {
    color: var(--color-TertiaryText)
}

.bn-textField.data-prefix-fixed .bn-textField-suffix {
    color: var(--color-PrimaryText)
}

.bn-textField.data-prefix-fixed .bn-textField-input {
    text-align: end
}

.bn-textField__line {
    background: transparent;
    border-color: var(--color-InputLine)
}

.bn-textField__line.focus:not(.static):not(.data-error) {
    border-color: var(--color-PrimaryYellow)
}

.bn-textField-prefix,
.bn-textField-suffix {
    color: var(--color-IconNormal);
    display: inline-flex;
    flex: none
}

.bn-textField-prefix svg,
.bn-textField-suffix svg {
    font-size: 20px
}

.bn-textField-clear {
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex;
    flex: none
}

.bn-textField-clear svg {
    font-size: 20px
}

.bn-textField-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    min-width: 0;
    outline: none;
    overflow: hidden
}

.bn-textField-input::-moz-placeholder {
    color: var(--color-IconNormal);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField-input:-ms-input-placeholder {
    color: var(--color-IconNormal);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField-input .input-placeholder,
.bn-textField-input::placeholder {
    color: var(--color-IconNormal);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField-input[type=password] {
    letter-spacing: 2px
}

.bn-textField-numeric-controls {
    -webkit-padding-end: 32px;
    padding-inline-end: 32px;
    position: relative
}

.bn-textField-numeric-controls .bn-textField-input [type=number],
.bn-textField-numeric-controls .bn-textField-input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.bn-textField-numeric-controls .bn-textField-input [type=number]::-webkit-inner-spin-button,
.bn-textField-numeric-controls .bn-textField-input [type=number]::-webkit-outer-spin-button,
.bn-textField-numeric-controls .bn-textField-input[type=number]::-webkit-inner-spin-button,
.bn-textField-numeric-controls .bn-textField-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.bn-textField-numeric-controls-panel {
    -webkit-border-start: 1px solid var(--color-CardBg);
    border-inline-start: 1px solid var(--color-CardBg);
    bottom: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    inset-inline-end: 0;
    padding: 1px 0;
    position: absolute;
    top: 0
}

.bn-textField-numeric-controls-panel-down,
.bn-textField-numeric-controls-panel-up {
    align-items: center;
    display: flex;
    height: 50%;
    justify-content: center;
    padding: 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bn-textField-numeric-controls-panel-down svg,
.bn-textField-numeric-controls-panel-up svg {
    color: var(--color-IconNormal);
    font-size: 16px
}

.bn-textField-numeric-controls-panel-down {
    -webkit-border-before: 1px solid var(--color-CardBg);
    border-block-start: 1px solid var(--color-CardBg)
}

.bn-textField-numeric-controls-panel-down:active svg,
.bn-textField-numeric-controls-panel-up:active svg {
    color: var(--color-PrimaryText)
}

.bn-textField-numeric-controls.bn-textField__line .bn-textField-numeric-controls-panel {
    -webkit-border-start: 1px solid var(--color-InputLine);
    border-inline-start: 1px solid var(--color-InputLine)
}

.bn-textField-numeric-controls.bn-textField__line .bn-textField-numeric-controls-panel-down {
    -webkit-border-before: 1px solid var(--color-InputLine);
    border-block-start: 1px solid var(--color-InputLine)
}

.bn-textField-numeric-controls-trade {
    padding: 0 var(--space-s)
}

.bn-textField-numeric-controls-trade-minus,
.bn-textField-numeric-controls-trade-plus {
    cursor: pointer;
    height: 12px;
    line-height: 12px
}

.bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField-numeric-controls-trade-minus svg,
.bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField-numeric-controls-trade-plus svg {
    color: var(--color-IconNormal);
    font-size: 12px
}

.bn-textField-numeric-controls-trade .bn-textField-input {
    text-align: center
}

.bn-textField-numeric-controls-trade-suffix {
    grid-gap: 0;
    gap: 0
}

.bn-textField-numeric-controls-trade-suffix .bn-textField-input {
    text-align: end
}

.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 140px
}

@media only screen and (min-width:768px) {
    .bn-textField:hover:not(.data-error):not(.disabled):not(.static):not(:has(.bn-bubble: hover)) {
        border-color:var(--color-PrimaryYellow)
    }
    .bn-textField .bn-textField-numeric-controls-trade-minus svg:hover,
    .bn-textField .bn-textField-numeric-controls-trade-plus svg:hover {
        color: var(--color-PrimaryYellow)
    }
    .bn-textField__default.focus:not(.static):not(.data-error) {
        border-color: var(--color-PrimaryYellow)
    }
    .bn-textField-numeric-controls-panel-down:hover:not(.disabled) svg,
    .bn-textField-numeric-controls-panel-up:hover:not(.disabled) svg {
        color: var(--color-PrimaryText)
    }
}

.bn-textField.data-size-large .bn-textFieldSelect-field {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-small .bn-textFieldSelect-field,
.bn-textFieldSelect-field {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textFieldSelect-field {
    grid-gap: 5px;
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 5px
}

.bn-textFieldSelect-field-prefix.separator {
    border-right: 1px solid var(--color-Line);
    padding-right: 5px
}

.bn-textFieldSelect-field-suffix.separator {
    border-left: 1px solid var(--color-Line);
    padding-left: 5px
}

.bn-textFieldSelect-field-input {
    color: var(--color-PrimaryText);
    min-width: 35px
}

.bn-textFieldSelect-field-arrow {
    color: var(--color-IconNormal);
    font-size: 20px;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out
}

.bn-textFieldSelect-field-icon {
    font-size: 20px
}

.bn-textFieldSelect-field-placeholder {
    color: var(--color-IconNormal)
}

.bn-textFieldSelect-field.active>.bn-textFieldSelect-field-arrow {
    transform: rotate(180deg)
}

.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-arrow,
.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-input,
.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-placeholder {
    color: var(--color-DisableText)
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-prefix {
    border-right: unset;
    padding-right: unset
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-prefix.separator {
    border-left: 1px solid var(--color-Line);
    padding-left: 5px
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-suffix {
    border-left: unset;
    padding-left: unset
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-suffix.separator {
    border-right: 1px solid var(--color-Line);
    padding-right: 5px
}

.bn-textFieldSelect .bn-tooltips,
.bn-textFieldSelect .bn-tooltips>.bn-bubble-content {
    width: 100%
}

.bn-textFieldSelect-option {
    grid-gap: var(--space-2xs);
    align-items: center;
    display: flex;
    gap: var(--space-2xs)
}

.bn-textFieldSelect-option.bn-select-option {
    padding: var(--space-xs)
}

.bn-textFieldSelect-option svg {
    font-size: 20px
}

.bn-selection-group {
    grid-gap: var(--space-xl);
    align-items: center;
    display: inline-flex;
    gap: var(--space-xl)
}

.bn-selection-group.data-dir-vertical {
    grid-gap: var(--space-m);
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-m)
}

.bn-switch {
    background-color: var(--color-DisableText);
    border-radius: var(--radii-m);
    cursor: pointer;
    display: inline-flex;
    height: 22px;
    justify-content: flex-start;
    padding: 2px;
    position: relative;
    transition: background-color .15s ease-in-out;
    width: 42px
}

.bn-switch:before {
    content: "";
    flex: 0 1;
    transition: flex .15s ease-in-out
}

.bn-switch.checked {
    background-color: var(--color-BtnBg)
}

.bn-switch.checked:before {
    flex: 1 1
}

.bn-switch.disabled {
    cursor: not-allowed;
    opacity: .5
}

.bn-switch.data-size-small {
    border-radius: var(--radii-s);
    height: 18px;
    width: 32px
}

.bn-switch.data-size-small .bn-switch-dot {
    border-radius: var(--radii-xs);
    font-size: 14px
}

.bn-switch.data-size-large {
    height: 30px;
    padding: 3px;
    width: 56px
}

.bn-switch.data-size-large .bn-switch-dot {
    font-size: 24px
}

.bn-switch-dot {
    background-color: var(--color-RedGreenBgText);
    display: inline-flex;
    font-size: 18px;
    height: 1em;
    justify-content: center;
    width: 1em
}

.bn-switch-dot,
.bn-switch__content {
    align-items: center;
    border-radius: var(--radii-s)
}

.bn-switch__content {
    background-color: transparent;
    border: 1px solid var(--color-InputLine);
    height: 32px;
    width: 92px
}

.bn-switch__content .bn-switch-dot {
    align-items: center;
    background-color: var(--color-Input);
    border-radius: 5px 0 0 5px;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    width: 50%
}

.bn-switch__content.checked {
    background-color: transparent
}

.bn-switch__content.checked .bn-switch-dot {
    border-radius: 0 5px 5px 0
}

.bn-switch__content.checked .bn-switch__content-left {
    color: var(--color-IconNormal)
}

.bn-switch__content.checked .bn-switch__content-right {
    color: var(--color-PrimaryText)
}

.bn-switch__content__filled,
.bn-switch__content__filled.checked {
    background-color: var(--color-Input);
    border: none
}

.bn-switch__content__filled .bn-switch-dot,
.bn-switch__content__filled.checked .bn-switch-dot {
    background-color: var(--color-BasicBg)
}

.bn-switch__content.data-size-small {
    height: 28px;
    width: 84px
}

.bn-switch__content.data-size-small .bn-switch__content-left,
.bn-switch__content.data-size-small .bn-switch__content-right {
    font-size: 16px
}

.bn-switch__content.data-size-small .bn-switch-dot {
    border-radius: var(--radii-xs) 0 0 var(--radii-xs)
}

.bn-switch__content.data-size-small.bn-switch-rtl .bn-switch-dot,
.bn-switch__content.data-size-small.checked .bn-switch-dot {
    border-radius: 0 var(--radii-xs) var(--radii-xs) 0
}

.bn-switch__content.data-size-small.bn-switch-rtl.checked .bn-switch-dot {
    border-radius: var(--radii-xs) 0 0 var(--radii-xs)
}

.bn-switch__content.data-size-large {
    height: 32px;
    width: 92px
}

.bn-switch__content.data-size-large .bn-switch__content-left,
.bn-switch__content.data-size-large .bn-switch__content-right {
    font-size: 20px
}

.bn-switch__content-left,
.bn-switch__content-right {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: calc(50% - 2px)
}

.bn-switch__content-left {
    color: var(--color-PrimaryText);
    left: 2px
}

.bn-switch__content-right {
    color: var(--color-IconNormal);
    right: 2px
}

.bn-switch__content.bn-switch-rtl .bn-switch-dot {
    border-radius: 0 5px 5px 0
}

.bn-switch__content.bn-switch-rtl .bn-switch__content-left {
    left: unset;
    right: 2px
}

.bn-switch__content.bn-switch-rtl .bn-switch__content-right {
    left: 2px;
    right: unset
}

.bn-switch__content.bn-switch-rtl.checked .bn-switch-dot {
    border-radius: 5px 0 0 5px
}

.bn-radio {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-2xs);
    line-height: 22px
}

.bn-radio.checked>.bn-radio-icon {
    background-color: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText)
}

.bn-radio.checked>.bn-radio-icon:before {
    background-color: var(--color-CardBg)
}

.bn-radio.disabled {
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-radio.disabled>.bn-radio-icon {
    background-color: var(--color-Line);
    border-color: var(--color-DisableText)
}

.bn-radio.disabled.checked>.bn-radio-icon:before {
    background-color: var(--color-DisableText)
}

.bn-radio-icon {
    align-items: center;
    background-color: transparent;
    border: 2px solid var(--color-IconNormal);
    border-radius: var(--radii-circle);
    display: inline-flex;
    flex: none;
    height: 20px;
    justify-content: center;
    width: 20px
}

.bn-radio-icon:before {
    background-color: transparent;
    border-radius: var(--radii-circle);
    content: "";
    height: 6px;
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    width: 6px
}

@media only screen and (min-width:768px) {
    .bn-radio {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
    .bn-radio.disabled>.bn-radio-icon {
        border-color: var(--color-Line)
    }
    .bn-radio-icon {
        border: 1px solid var(--color-DisableText);
        height: 16px;
        width: 16px
    }
    .bn-radio-icon:before {
        height: 6px;
        width: 6px
    }
}

.bn-checkbox {
    grid-gap: var(--space-4xs);
    align-items: center;
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 22px
}

.bn-checkbox.checked .bn-checkbox-icon {
    background-color: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-checkbox.disabled {
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-checkbox.disabled:not(.checked) .bn-checkbox-icon {
    background-color: var(--color-Line);
    border-color: var(--color-DisableText)
}

.bn-checkbox.disabled.checked .bn-checkbox-icon {
    opacity: .5
}

.bn-checkbox__circle .bn-checkbox-icon {
    border-radius: var(--radii-circle)
}

.bn-checkbox-icon {
    align-items: center;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--color-IconNormal);
    border-radius: 2.5px;
    color: transparent;
    display: inline-flex;
    flex: none;
    font-size: 11.33px;
    justify-content: center;
    margin: 3.335px
}

.bn-checkbox.data-size-lg .bn-checkbox-icon {
    border-radius: 3px;
    font-size: 14px;
    margin: var(--space-4xs)
}

.bn-checkbox.data-size-sm .bn-checkbox-icon {
    border-radius: 2px;
    font-size: 8.67px;
    margin: 2.665px
}

@media only screen and (min-width:768px) {
    .bn-checkbox {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.bn-subscript {
    border-color: var(--color-InputLine);
    border-radius: var(--radii-m);
    border-style: solid;
    border-width: 1px;
    color: var(--color-PrimaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    padding: 7px var(--space-l);
    position: relative;
    text-align: center
}

.bn-subscript.data-size-small {
    border-radius: var(--radii-s);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 5px;
    width: 40px
}

.bn-subscript.checked {
    border-color: var(--color-PrimaryText);
    box-shadow: 0 0 0 .5px var(--color-PrimaryText)
}

.bn-subscript.checked .bn-subscript-icon {
    background: var(--color-PrimaryText);
    color: var(--color-CardBg)
}

.bn-subscript.disabled {
    border-color: var(--color-DisableBtn);
    color: var(--color-DisableText)
}

.bn-subscript-icon {
    background: transparent;
    border-bottom-left-radius: var(--radii-m);
    color: transparent;
    display: inline-flex;
    font-size: 12px;
    height: 14px;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    z-index: 11
}

.bn-subscript-rtl .bn-subscript-icon {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: var(--radii-m);
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-subscript {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-subscript:hover:not(.disabled) {
        border-color: var(--color-PrimaryText);
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
}

.bn-select-field {
    grid-gap: var(--space-2xs);
    align-items: center;
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--space-2xs);
    height: 40px;
    padding-left: var(--space-s);
    padding-right: var(--space-s);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%
}

.bn-select-field.data-size-huge {
    border-radius: var(--radii-l);
    height: 56px
}

.bn-select-field.data-size-huge .bn-select-field-input,
.bn-select-field.data-size-huge .bn-select-field-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .bn-select-field.data-size-huge .bn-select-field-input,
    .bn-select-field.data-size-huge .bn-select-field-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-select-field.data-size-large {
    border-radius: var(--radii-l);
    height: 48px
}

.bn-select-field.data-size-large.data-multi {
    min-height: 48px
}

.bn-select-field.data-size-large .bn-select-field-input,
.bn-select-field.data-size-large .bn-select-field-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .bn-select-field.data-size-large .bn-select-field-input,
    .bn-select-field.data-size-large .bn-select-field-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-select-field.data-size-small {
    height: 32px
}

.bn-select-field.data-size-small.data-multi {
    min-height: 32px
}

.bn-select-field.data-size-small .bn-select-field-arrow {
    font-size: 16px
}

.bn-select-field.data-size-tiny {
    border-radius: var(--radii-s);
    height: 24px
}

.bn-select-field.data-size-tiny.data-multi {
    min-height: 24px
}

.bn-select-field.data-size-tiny .bn-select-field-arrow {
    font-size: 16px
}

.bn-select-field.data-filled {
    background-color: var(--color-Input);
    border: 1px solid transparent
}

.bn-select-field.data-line {
    border: 1px solid var(--color-InputLine)
}

.bn-select-field.data-borderless {
    grid-gap: 0;
    border: none;
    gap: 0;
    padding: 0
}

.bn-select-field.active>.bn-select-field-arrow {
    transform: rotate(180deg)
}

.bn-select-field.disabled {
    background-color: var(--color-Line);
    border-color: transparent;
    color: var(--color-TertiaryText);
    position: relative
}

.bn-select-field.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-select-field.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-select-field.disabled .bn-select-field-arrow,
.bn-select-field.disabled .bn-select-field-input,
.bn-select-field.disabled .bn-select-field-placeholder {
    color: var(--color-DisableText)
}

.bn-select-field.data-multi {
    height: auto;
    max-width: 336px;
    min-height: 40px
}

.bn-select-field.data-multi>.bn-select-field-input {
    grid-row-gap: var(--space-3xs);
    grid-column-gap: var(--space-xs);
    -moz-column-gap: var(--space-xs);
    column-gap: var(--space-xs);
    display: flex;
    flex-wrap: wrap;
    margin: var(--space-2xs) 0;
    row-gap: var(--space-3xs)
}

.bn-select-field.data-multi>.bn-select-field-input .bn-select-field-block {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-select-field-arrow,
.bn-select-field-prefix {
    display: inline-flex;
    flex: none
}

.bn-select-field-arrow {
    color: var(--color-IconNormal);
    transition-duration: var(--animation-duration-base);
    transition-property: transform;
    transition-timing-function: ease-in-out
}

.bn-select-field-input {
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-select-field-input .data-label-input {
    display: inline-flex;
    justify-content: space-between;
    width: 100%
}

.bn-select-field-input .data-label-input .data-label {
    color: var(--color-SecondaryText)
}

.bn-select-field-placeholder {
    color: var(--color-IconNormal)
}

@media only screen and (min-width:768px) {
    .bn-select-field-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-select-field-input .data-label-input .data-label {
        color: var(--color-TertiaryText)
    }
    .bn-select-field.data-multi>.bn-select-field-input .bn-select-field-block {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-select-field:hover:not(.disabled):not(.data-borderless) {
        border: 1px solid var(--color-PrimaryYellow)
    }
}

.bn-select-overlay {
    padding-bottom: var(--space-xs);
    padding-top: var(--space-xs);
    width: 100%
}

.bn-select-overlay-search {
    display: flex;
    flex-direction: column;
    padding: 0 var(--space-xs) var(--space-xs);
    width: 100%
}

.bn-select-overlay-search .bn-textField {
    width: 100%
}

.bn-select-overlay-search .bn-textField input {
    flex-grow: 1;
    width: 0
}

.bn-select-overlay-options {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    max-height: 260px;
    overflow-y: auto
}

.bn-select-overlay-options .bn-select-option-group:not(:first-child) .bn-select-option-group-title {
    border-top: .5px solid var(--color-Line)
}

.bn-select-overlay-empty {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-m)
}

.bn-select-overlay__drawer {
    --search-field-height: 60px;
    padding: 0
}

.bn-select-overlay__drawer .bn-select-overlay-search-close {
    grid-gap: var(--space-m);
    align-items: center;
    flex-direction: row;
    gap: var(--space-m);
    justify-content: space-between;
    padding: var(--space-3xs) var(--space-m);
    padding-top: var(--space-s)
}

.bn-select-overlay__drawer .bn-select-overlay-search-close .bn-textField {
    height: 34px
}

.bn-select-overlay__drawer .bn-select-overlay-search-close-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-select-overlay__drawer .bn-select-overlay-search .bn-button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0
}

.bn-select-overlay__drawer .bn-select-overlay-search+.bn-select-overlay-options {
    max-height: calc(100vh - var(--search-field-height) - 80px)
}

.bn-select-overlay__drawer .bn-select-overlay-options {
    max-height: calc(100vh - 80px)
}

@media only screen and (min-width:768px) {
    .bn-select-overlay-options {
        max-height: 520px
    }
    .bn-select-overlay-empty {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-select-option {
    color: var(--color-SecondaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-xs)
}

.bn-select-option:active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-select-option.icon {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs);
    justify-content: space-between
}

.bn-select-option.icon svg {
    font-size: 16px
}

.bn-select-option.active {
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-select-option.disabled {
    background-color: inherit;
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-select-option-group-title {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 var(--space-xs);
    padding: var(--space-3xs) 0
}

.bn-select-option__drawer {
    padding: var(--space-m)
}

.bn-select-option__drawer,
.bn-select-option__drawer.active,
.bn-select-option__drawer:active {
    color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-select-option__drawer.icon svg {
    font-size: 20px
}

.bn-select-option.multi {
    align-items: center;
    display: flex;
    padding: var(--space-2xs) var(--space-xs)
}

@media only screen and (min-width:768px) {
    .bn-select-option {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-select-option.active {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-select-option:hover:not(.disabled) {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-select-option-group-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-select-field-block {
    grid-gap: var(--space-4xs);
    align-items: center;
    background-color: var(--color-Input);
    border-radius: var(--radii-xs);
    cursor: auto;
    display: inline-flex;
    gap: var(--space-4xs);
    padding: 2px var(--space-2xs)
}

.bn-select-field-block-value {
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-select-field-block-remove {
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 12px
}

@media only screen and (min-width:768px) {
    .bn-select-field-block-remove:hover {
        color: var(--color-SecondaryText)
    }
}

.bn-select-bubble,
.bn-select-bubble>.bn-bubble-content {
    min-width: 112px
}

.bn-select__full,
.bn-select__full:not(.bn-tooltips-web) .bn-tooltips,
.bn-select__full:not(.bn-tooltips-web) .bn-tooltips>.bn-bubble-content {
    width: 100%
}

.bn-select .bn-bubble-content {
    overflow: auto
}

.bn-select-bubble .bn-bubble-content {
    border-radius: var(--radii-2l)
}

.bn-select-bubble__line .bn-bubble-content {
    border: 1px solid var(--color-Line)
}

.bn-pin {
    grid-gap: var(--space-m);
    align-items: center;
    background: transparent;
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-m);
    position: relative
}

.bn-pin.disabled {
    color: var(--color-TertiaryText);
    position: relative
}

.bn-pin.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-pin.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-pin__line .bn-pin-item {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: var(--color-InputLine);
    border-radius: 0
}

.bn-pin__line .bn-pin-item.cursor {
    border-color: transparent;
    border-bottom-color: var(--color-PrimaryYellow)
}

.bn-pin__line.data-error .bn-pin-item {
    border-color: transparent;
    border-bottom-color: var(--color-Error)
}

.bn-pin-item {
    align-items: center;
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    line-height: 24px;
    position: relative;
    width: 45px
}

.bn-pin-item.cursor {
    border-color: var(--color-PrimaryYellow)
}

.bn-pin-item.cursor:after {
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite
}

.bn-pin-item.cursor.full:before,
.bn-pin-item.cursor:after {
    color: var(--color-PrimaryYellow);
    content: "|";
    font-weight: 400
}

.bn-pin-item.cursor.full:before {
    opacity: 0
}

.bn-pin-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    bottom: 0;
    caret-color: transparent;
    color: transparent;
    left: 0;
    outline: none;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 1
}

.bn-pin-item {
    z-index: 2
}

@media only screen and (min-width:768px) {
    .bn-pin {
        grid-gap: var(--space-s);
        gap: var(--space-s)
    }
    .bn-pin-item {
        border-radius: 4px;
        font-size: 24px;
        font-weight: 600;
        height: 48px;
        line-height: 32px;
        width: 48px
    }
    .bn-pin-item:hover {
        border-color: var(--color-PrimaryYellow)
    }
}

.bn-tab {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 14px;
    font-weight: 500;
    gap: var(--space-2xs);
    justify-content: center;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-m);
    position: relative;
    transition: all .15s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bn-tab__primary-gray.data-size-large,
.bn-tab__primary.data-size-large {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding: var(--space-2xs) var(--space-xl)
}

.bn-tab__primary-gray.data-size-small,
.bn-tab__primary.data-size-small {
    border-radius: var(--radii-s);
    padding: 3px var(--space-2xs)
}

.bn-tab__default-breakline.data-size-large,
.bn-tab__default.data-size-large {
    font-size: 16px;
    font-weight: 500;
    height: 64px;
    line-height: 24px
}

.bn-tab__default-breakline.data-size-small,
.bn-tab__default.data-size-small {
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 16px
}

.bn-tab__vertical.data-size-large {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    padding: var(--space-s) var(--space-m)
}

.bn-tab__round.data-size-large {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: var(--space-2xs) var(--space-xl)
}

.bn-tab.data-font-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.bn-tab.data-font-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-tab.data-font-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-tab.data-font-4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .bn-tab.data-font-1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-tab.data-font-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab.data-font-3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab.data-font-4 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.bn-tab__default-breakline.data-font-3,
.bn-tab__default.data-font-3 {
    grid-gap: var(--space-mm);
    gap: var(--space-mm)
}

.bn-tab-badge-wrap {
    flex: none
}

@media only screen and (max-width:767px) {
    .bn-tab-badge-wrap .bn-badge.bn-badge__string {
        font-size: 6px;
        line-height: 8px
    }
}

.bn-tab__primary {
    border-radius: var(--radii-m);
    padding: 7px var(--space-m)
}

.bn-tab__primary.active {
    background-color: var(--color-BadgeBg);
    color: var(--color-PrimaryYellow)
}

.bn-tab__primary-gray {
    border-radius: var(--radii-m);
    padding: 7px var(--space-m)
}

.bn-tab__primary-gray.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tab__segment,
.bn-tab__segment-outline {
    border-radius: var(--radii-s);
    color: var(--color-TertiaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    min-width: 88px;
    padding: var(--space-4xs) var(--space-s)
}

.bn-tab__segment-outline.active,
.bn-tab__segment.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tab__third {
    grid-gap: var(--space-4xs);
    border-radius: var(--radii-2xs);
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 16px;
    padding: var(--space-4xs) var(--space-3xs)
}

.bn-tab__third.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.bn-tab__default,
.bn-tab__default-breakline {
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    padding-bottom: 5px;
    padding-top: var(--space-2xs)
}

.bn-tab__default-breakline:after,
.bn-tab__default:after {
    background-image: linear-gradient(to right, transparent calc(50% - 8px), var(--color-BtnBg) calc(50% - 8px), var(--color-BtnBg) calc(50% + 8px), transparent calc(50% + 8px));
    bottom: -3px;
    content: "";
    height: 3px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    transition: opacity .15s linear;
    width: 16px
}

.bn-tab__default-breakline.active,
.bn-tab__default.active {
    color: var(--color-PrimaryText)
}

.bn-tab__default-breakline.active:after,
.bn-tab__default.active:after {
    opacity: 1
}

.bn-tab__default-breakline.bn-tab-badge,
.bn-tab__default.bn-tab-badge {
    padding-right: 7px
}

.bn-tab__vertical {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    padding: var(--space-2xs) var(--space-m)
}

.bn-tab__vertical.active {
    border-left-color: var(--color-PrimaryYellow);
    color: var(--color-PrimaryText)
}

.bn-tab__buySell {
    border-radius: var(--radii-xs);
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: -1px;
    min-width: 60px;
    padding: 0;
    transition-duration: 0ms
}

.bn-tab__buySell:nth-child(odd).active {
    background-color: var(--color-Buy);
    color: var(--color-RedGreenBgText)
}

.bn-tab__buySell:nth-child(odd).active:after {
    background-color: inherit;
    border-radius: 0 0 0 var(--radii-xs);
    content: "";
    height: 17px;
    position: absolute;
    right: -7px;
    transform: rotate(-135deg);
    width: 17px;
    z-index: 1
}

.bn-tab__buySell:nth-child(2n).active {
    background-color: var(--color-Sell);
    color: var(--color-RedGreenBgText)
}

.bn-tab__buySell:nth-child(2n).active:before {
    background-color: inherit;
    border-radius: 0 0 0 var(--radii-xs);
    content: "";
    height: 17px;
    left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 17px;
    z-index: 1
}

.bn-tab__buySell__gray:nth-child(n).active {
    background-color: var(--color-InputLine);
    color: var(--color-PrimaryText)
}

.bn-tab-rtl.bn-tab__buySell:nth-child(odd).active:after {
    border-radius: 0 var(--radii-xs) 0 0;
    left: -7px;
    right: auto
}

.bn-tab-rtl.bn-tab__buySell:nth-child(2n).active:before {
    border-radius: 0 var(--radii-xs) 0 0;
    left: auto;
    right: -7px
}

.bn-tab-rtl.bn-tab__default-breakline.bn-tab-badge,
.bn-tab-rtl.bn-tab__default.bn-tab-badge {
    padding-left: 7px;
    padding-right: unset
}

.bn-tab__round {
    border-radius: var(--radii-circle);
    color: var(--color-PrimaryText)
}

.bn-tab__round.active {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow)
}

.bn-tab__secondary {
    border-radius: var(--radii-xs);
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    min-width: 90px;
    padding: var(--space-4xs) var(--space-2xs)
}

.bn-tab__secondary.active {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.bn-tab__card {
    border-bottom: 4px solid var(--color-Input);
    border-radius: var(--radii-xs) var(--radii-xs) 0 0;
    height: 44px;
    justify-content: start;
    padding: var(--space-4xs) var(--space-3xs)
}

.bn-tab__card.active {
    background-color: var(--color-BasicBg);
    border-bottom-color: var(--color-BasicBg);
    color: var(--color-PrimaryText)
}

@media only screen and (min-width:768px) {
    .bn-tab {
        color: var(--color-TertiaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab__primary:hover {
        background-color: var(--color-BadgeBg);
        color: var(--color-PrimaryYellow)
    }
    .bn-tab__primary-gray:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-tab__segment,
    .bn-tab__segment-outline {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab__segment-outline:hover,
    .bn-tab__segment:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-tab__third {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-tab__third.active,
    .bn-tab__third:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-tab__default,
    .bn-tab__default-breakline {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab__default-breakline:hover,
    .bn-tab__default:hover,
    .bn-tab__vertical:hover {
        color: var(--color-PrimaryText)
    }
    .bn-tab__vertical:hover {
        background-color: var(--color-Input)
    }
    .bn-tab__buySell {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        min-width: 122px
    }
    .bn-tab__round:hover {
        background-color: var(--color-Input)
    }
    .bn-tab__secondary {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-tab__secondary.active,
    .bn-tab__secondary:hover {
        background-color: var(--color-BtnBg);
        color: var(--color-TextOnYellow);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-tab__card:hover {
        color: var(--color-PrimaryText)
    }
}

.bn-tab-list {
    grid-gap: var(--space-m);
    background: transparent;
    display: flex;
    gap: var(--space-m);
    overflow: auto;
    position: relative;
    scrollbar-width: none;
    width: 100%
}

.bn-tab-list::-webkit-scrollbar {
    height: 0 !important
}

.bn-tab-list-wrapper {
    grid-gap: var(--space-m);
    align-items: center;
    display: flex;
    gap: var(--space-m);
    width: 100%
}

.bn-tab-list-content {
    overflow: auto;
    position: relative
}

.bn-tab-list__primary-gray.data-size-large,
.bn-tab-list__primary.data-size-large,
.bn-tab-list__round.data-size-large {
    grid-gap: var(--space-xl);
    gap: var(--space-xl)
}

.bn-tab-list__primary-gray.data-size-small,
.bn-tab-list__primary.data-size-small,
.bn-tab-list__round.data-size-small {
    grid-gap: 0;
    gap: 0
}

.bn-tab-list__third.data-size-large {
    grid-gap: var(--space-m);
    gap: var(--space-m)
}

.bn-tab-list__default-breakline.data-size-large,
.bn-tab-list__default.data-size-large {
    grid-gap: var(--space-5xl);
    gap: var(--space-5xl)
}

.bn-tab-list__default-breakline.data-size-small,
.bn-tab-list__default.data-size-small {
    grid-gap: var(--space-m);
    gap: var(--space-m)
}

.bn-tab-list.data-font-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.bn-tab-list.data-font-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-tab-list.data-font-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-tab-list.data-font-4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .bn-tab-list.data-font-1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-tab-list.data-font-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab-list.data-font-3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab-list.data-font-4 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.bn-tab-list__default-breakline.data-font-3,
.bn-tab-list__default.data-font-3 {
    grid-gap: var(--space-mm);
    gap: var(--space-mm)
}

.bn-tab-list__secondary {
    grid-gap: 2px;
    gap: 2px
}

.bn-tab-list__secondary,
.bn-tab-list__segment {
    background-color: var(--color-Input);
    border-radius: var(--radii-xs)
}

.bn-tab-list__segment {
    grid-gap: 0;
    gap: 0;
    padding-bottom: 2px;
    padding-top: 2px
}

.bn-tab-list__segment-outline {
    grid-gap: 0;
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-m);
    gap: 0;
    padding: var(--space-4xs)
}

.bn-tab-list__third {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-tab-list__card {
    background-color: var(--color-Input);
    padding: var(--space-4xs) var(--space-4xs) 0
}

.bn-tab-list__default,
.bn-tab-list__default-breakline {
    grid-gap: var(--space-xl);
    gap: var(--space-xl)
}

.bn-tab-list__default-breakline {
    border-bottom: 1px solid var(--color-Line)
}

.bn-tab-list__vertical {
    grid-gap: 0;
    flex-direction: column;
    gap: 0;
    height: 100%
}

.bn-tab-list__buySell {
    grid-gap: var(--space-s);
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-s);
    gap: var(--space-s);
    height: 25px;
    overflow: visible
}

.bn-tab-list__primary,
.bn-tab-list__primary-gray {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-tab-list-shadow {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 56px
}

.bn-tab-list-shadow-left {
    background: linear-gradient(90deg, var(--color-BasicBg) 0, var(--color-BasicBg) 12px, transparent 100%);
    left: 0
}

.bn-tab-list-shadow-left-arrow {
    font-size: 24px;
    left: 0
}

.bn-tab-list-shadow-right {
    background: linear-gradient(270deg, var(--color-BasicBg) 0, var(--color-BasicBg) 12px, transparent 100%);
    right: 0
}

.bn-tab-list-shadow-right-arrow {
    font-size: 24px;
    right: 0
}

.bn-tab-list-arrow {
    color: var(--color-IconNormal);
    content: "";
    cursor: pointer;
    font-size: 24px;
    height: 100%;
    position: absolute;
    top: 0
}

.bn-tab-list-arrow-left {
    left: 0
}

.bn-tab-list-arrow-right {
    right: 0
}

@media only screen and (min-width:768px) {
    .bn-tab-list-arrow-left:hover,
    .bn-tab-list-arrow-right:hover {
        color: var(--color-PrimaryText)
    }
}

.bn-tab-pane:not(.active) {
    display: none
}

.bn-tabs {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.bn-tabs__vertical {
    flex-direction: row
}

.bn-tabs__vertical>.bn-tab-list {
    flex: none
}

.bn-tabs__vertical>.bn-tab-pane-list {
    flex: 1 1
}

.bn-virtual-table-wrapper {
    --transform-direction: 1
}

.bn-virtual-table-wrapper__row-large {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-virtual-table-wrapper__row-middle,
.bn-virtual-table-wrapper__row-small {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-virtual-table-wrapper__padding-compact .bn-virtual-table-header .bn-virtual-table-cell,
.bn-virtual-table-wrapper__padding-compact .bn-virtual-table-row .bn-virtual-table-cell {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-virtual-table-wrapper__padding-hybrid .bn-virtual-table-header .bn-virtual-table-cell,
.bn-virtual-table-wrapper__padding-hybrid .bn-virtual-table-row .bn-virtual-table-cell {
    --table-horizontal-padding: 8px
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end,
.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-start,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-end,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start {
    z-index: 1
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end-first:before,
.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-start-last:after,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-end-first:before,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start-last:after {
    bottom: -1px;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 20px
}

.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start-last:after {
    box-shadow: inset calc(5px*var(--transform-direction)) 0 12px -4px var(--color-Line);
    inset-inline-end: -1px;
    transform: translateX(calc(100%*var(--transform-direction)))
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end-first:before {
    box-shadow: inset calc(-5px*var(--transform-direction)) 0 12px -4px var(--color-Line);
    inset-inline-start: -1px;
    transform: translateX(calc(-100%*var(--transform-direction)))
}

.bn-virtual-table-wrapper-rtl {
    --transform-direction: -1
}

.bn-virtual-table-header {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-virtual-table-header,
.bn-virtual-table-row {
    align-items: center;
    background-color: var(--color-BasicBg);
    border-bottom: 1px solid var(--color-Line);
    display: flex
}

.bn-virtual-table-row:hover {
    background-color: var(--color-Vessel)
}

.bn-virtual-table-row-expanded {
    background-color: var(--color-BasicBg);
    display: flex
}

.bn-virtual-table-row-expanded-content {
    inset-inline-start: 0;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky
}

.bn-virtual-table-cell {
    align-items: center;
    background-color: inherit;
    display: flex;
    height: 100%
}

.bn-virtual-table-cell:not(.bn-virtual-table-cell-expand) {
    --table-horizontal-padding: 16px;
    --table-horizontal-padding-ends: 16px;
    padding: 0 var(--table-horizontal-padding)
}

.bn-virtual-table-cell:not(.bn-virtual-table-cell-expand):first-child {
    -webkit-padding-start: var(--table-horizontal-padding-ends);
    padding-inline-start: var(--table-horizontal-padding-ends)
}

.bn-virtual-table-cell:not(.bn-virtual-table-cell-expand):last-child {
    -webkit-padding-end: var(--table-horizontal-padding-ends);
    padding-inline-end: var(--table-horizontal-padding-ends)
}

.bn-virtual-table-cell-expand {
    inset-inline-start: 0;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1
}

.bn-virtual-table-cell-expand-icon {
    cursor: pointer;
    font-size: 20px
}

.bn-pagination {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-SecondaryText);
    display: inline-flex;
    gap: var(--space-2xs);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bn-pagination-next,
.bn-pagination-prev {
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px
}

.bn-pagination-next.disabled,
.bn-pagination-prev.disabled {
    color: var(--color-Line);
    cursor: not-allowed
}

.bn-pagination-items {
    grid-gap: var(--space-2xs);
    display: inline-flex;
    gap: var(--space-2xs)
}

.bn-pagination-item {
    align-items: center;
    border-radius: var(--radii-s);
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    line-height: 20px;
    text-decoration: none;
    width: 28px
}

.bn-pagination-item.abbreviate {
    cursor: default
}

.bn-pagination-item.active {
    background-color: var(--color-Line);
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-pagination-item:not(.abbreviate):hover {
        background-color: var(--color-Line);
        color: var(--color-PrimaryText)
    }
}

.bn-swiper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bn-swiper-wrapper {
    display: flex;
    height: 100%;
    width: 100%
}

.bn-swiper-item {
    flex: none;
    height: 100%;
    width: 100%
}

.bn-swiper.vertical>.bn-swiper-wrapper {
    flex-direction: column
}

.bn-breadcrumb {
    grid-row-gap: var(--space-3xs);
    grid-column-gap: var(--space-2xs);
    align-items: center;
    -moz-column-gap: var(--space-2xs);
    column-gap: var(--space-2xs);
    display: flex;
    padding-right: var(--space-2xs);
    row-gap: var(--space-3xs)
}

.bn-breadcrumb-separator {
    color: var(--color-Line);
    display: inline-flex;
    flex: none;
    font-size: 24px
}

.bn-breadcrumb-item {
    color: var(--color-TertiaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-breadcrumb-item.active {
    color: var(--color-PrimaryText);
    cursor: text;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-breadcrumb-item.disabled {
    color: var(--color-DisableText);
    cursor: not-allowed
}

@media only screen and (min-width:768px) {
    .bn-breadcrumb-item {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
    .bn-breadcrumb-item.active {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-breadcrumb-item:hover:not(.disabled):not(.active) {
        color: var(--color-TextLink);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-emptyState {
    grid-gap: var(--space-2xs);
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs)
}

.bn-emptyState-icon {
    font-size: 96px
}

.bn-emptyState.data-size-small .bn-emptyState-icon {
    font-size: 64px
}

.bn-emptyState-content {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-emptyState-content {
        color: var(--color-TertiaryText)
    }
}

.bn-thumbnail {
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-xs);
    display: inline-flex;
    flex-direction: column;
    min-height: 92px;
    overflow: hidden;
    width: 177px
}

.bn-thumbnail.data-error .bn-thumbnail-file-name {
    color: var(--color-Error)
}

.bn-thumbnail-file {
    display: flex;
    flex-direction: column;
    margin-left: var(--space-2xs)
}

.bn-thumbnail-file-prefix {
    display: inline-flex;
    flex: none
}

.bn-thumbnail-file-wrapper {
    background: var(--color-BasicBg);
    display: flex;
    flex: 1 1;
    padding: var(--space-s);
    width: 100%
}

.bn-thumbnail-file-wrapper .bn-svg {
    color: var(--color-IconNormal);
    font-size: 36px
}

.bn-thumbnail-file-name {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-thumbnail-file-caption {
    color: var(--color-DisableText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.bn-thumbnail-secure {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-thumbnail-secure-prefix {
    display: inline-flex;
    flex: none
}

.bn-thumbnail-secure-wrapper {
    grid-gap: var(--space-2xs);
    align-items: center;
    background: var(--color-DisableText);
    color: var(--color-RedGreenBgText);
    display: flex;
    flex: none;
    gap: var(--space-2xs);
    padding: var(--space-2xs) var(--space-m);
    width: 100%
}

.bn-thumbnail-secure-wrapper .bn-svg {
    color: var(--color-RedGreenBgText);
    font-size: 16px
}

.bn-timeline-item {
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 44px;
    padding-left: 17px;
    position: relative
}

.bn-timeline-item:not(:last-of-type) {
    min-height: 66px;
    padding-bottom: var(--space-m)
}

.bn-timeline-item:last-of-type.ending {
    min-height: 0
}

.bn-timeline-item:last-of-type.ending .bn-timeline-item-tail {
    display: none
}

.bn-timeline-item:last-of-type .bn-timeline-item-tail {
    bottom: 55%
}

.bn-timeline-item-ind {
    background-color: var(--color-PrimaryYellow);
    border: 2px solid var(--color-PrimaryYellow);
    border-radius: var(--radii-circle);
    height: 9px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(6px);
    width: 9px;
    z-index: 2
}

.bn-timeline-item-ind.hollow {
    background-color: var(--color-BasicBg)
}

.bn-timeline-item-tail {
    border-left: 1px solid var(--color-Line);
    bottom: 0;
    left: 4px;
    position: absolute;
    top: 9px;
    transform: translateY(6px)
}

.bn-timeline-item-tail.dashed {
    border-left-style: dashed
}

.bn-timeline-item-desc {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: var(--space-5xs)
}

.bn-timeline-item-rtl {
    padding-left: auto;
    padding-right: 17px
}

.bn-timeline-item-rtl .bn-timeline-item-ind {
    left: auto;
    right: 0
}

.bn-timeline-item-rtl .bn-timeline-item-tail {
    left: auto;
    right: 4px
}

@media only screen and (min-width:768px) {
    .bn-timeline-item {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
    }
    .bn-timeline-item-ind,
    .bn-timeline-item-tail {
        transform: translateY(4px)
    }
    .bn-timeline-item-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-slider-ticks {
    grid-gap: var(--space-4xs);
    display: flex;
    gap: var(--space-4xs)
}

.bn-slider-ticks__steps {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs);
    width: 100%
}

.bn-slider-ticks__steps .bn-slider-ticks-tick {
    width: 100%
}

.bn-slider-ticks__steps .bn-slider-ticks-tick.finish {
    background-color: var(--color-PrimaryText)
}

.bn-slider-ticks-tick {
    background-color: var(--color-Line);
    cursor: pointer;
    height: 3px;
    width: 8px
}

.bn-slider-ticks-tick.active {
    background-color: var(--color-PrimaryText)
}

.bn-slider-ticks.data-dir-vertical {
    flex-direction: column
}

.bn-slider-ticks.data-dir-vertical .bn-slider-ticks-tick {
    height: 11px;
    width: 3px
}

.bn-slider-color-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.bn-slider-color-track {
    background: linear-gradient(90deg, rgba(32, 38, 48, 0), #202630);
    border-radius: var(--radii-s);
    height: 10px;
    left: 0;
    margin: 1px 6px;
    position: absolute;
    right: 0
}

.bn-slider-color-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    flex: 1 1;
    z-index: 2
}

.bn-slider-color-input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--color-RedGreenBgText);
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    transform: translateY(-1px);
    width: 12px
}

.bn-slider-color-input[type=range]::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-moz-range-thumb {
    background: var(--color-RedGreenBgText);
    border: none;
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    width: 12px
}

.bn-slider-color-input[type=range]::-moz-range-track {
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-ms-thumb {
    background: var(--color-RedGreenBgText);
    border: none;
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    width: 12px
}

.bn-slider-color-input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-ms-fill-lower,
.bn-slider-color-input[type=range]::-ms-fill-upper {
    background: transparent
}

.bn-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    flex: 1 1;
    margin: 10px 0;
    position: relative;
    z-index: 2
}

.bn-slider-wrapper {
    display: flex;
    position: relative
}

.bn-slider-track {
    background: var(--color-InputLine);
    display: flex;
    height: 1px;
    left: 5px;
    position: absolute;
    right: 5px;
    top: calc(50% - .5px);
    transform: translate(0)
}

.bn-slider-track-thumb {
    background: var(--color-PrimaryText);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.bn-slider-track-step {
    grid-gap: var(--space-3xs);
    align-items: center;
    color: var(--color-SecondaryText);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    gap: var(--space-3xs);
    line-height: 18px;
    position: absolute;
    top: -2.5px;
    transform: translate(-50%);
    z-index: 2
}

.bn-slider-track-step-dot {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-InputLine);
    border-radius: 1px;
    height: 6px;
    transform: rotate(-45deg);
    width: 6px
}

.bn-slider-track-step.active .bn-slider-track-step-dot {
    background: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText)
}

.bn-slider-track-step:not(.disabled) .bn-slider-track-step-mark {
    cursor: pointer
}

.bn-slider-track-step.disabled {
    color: var(--color-InputLine)
}

.bn-slider-track-number {
    background-color: var(--color-PrimaryText);
    border-radius: var(--radii-xs);
    bottom: 9px;
    color: var(--color-CardBg);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    transform: translate(-50%);
    z-index: 3
}

.bn-slider-track-rtl .bn-slider-track-number,
.bn-slider-track-rtl .bn-slider-track-step {
    transform: translate(50%)
}

.bn-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-webkit-slider-runnable-track {
    background: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-moz-range-thumb {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-moz-range-track {
    background: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-ms-thumb {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-ms-fill-lower,
.bn-slider::-ms-fill-upper {
    background: transparent
}

@media only screen and (min-width:768px) {
    .bn-slider::-webkit-slider-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider::-moz-range-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider::-ms-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider-track-number {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-upload {
    grid-gap: var(--space-4xs);
    align-items: center;
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    gap: var(--space-4xs);
    min-height: 32px;
    padding: var(--space-2xs) var(--space-m)
}

.bn-upload.data-initial.bn-upload:active {
    border: 1px solid var(--color-PrimaryYellow)
}

.bn-upload.data-error,
.bn-upload.data-success,
.bn-upload.data-waiting {
    grid-gap: var(--space-s);
    gap: var(--space-s);
    padding: var(--space-2xs) var(--space-s)
}

.bn-upload.data-error .bn-upload-icon,
.bn-upload.data-success .bn-upload-icon,
.bn-upload.data-waiting .bn-upload-icon {
    font-size: 24px
}

.bn-upload.data-waiting .bn-spinner {
    fill: var(--color-BtnBg);
    stroke: var(--color-BtnBg);
    font-size: 24px;
    transform: scale(.8)
}

.bn-upload.data-waiting .bn-spinner circle {
    stroke-width: 3.5px
}

.bn-upload.data-error {
    border: 1px solid var(--color-Error)
}

.bn-upload.data-error .bn-upload-filename {
    color: var(--color-Error)
}

.bn-upload__primary.data-size-large {
    min-height: 40px;
    padding: var(--space-xs) var(--space-m)
}

.bn-upload__primary.data-size-large.data-error,
.bn-upload__primary.data-size-large.data-success,
.bn-upload__primary.data-size-large.data-waiting {
    padding: var(--space-s)
}

.bn-upload__primary.data-size-large.data-error .bn-upload-icon,
.bn-upload__primary.data-size-large.data-success .bn-upload-icon,
.bn-upload__primary.data-size-large.data-waiting .bn-spinner,
.bn-upload__primary.data-size-large.data-waiting .bn-upload-icon {
    font-size: 48px
}

.bn-upload__square {
    border: 1px solid var(--color-Line);
    flex-direction: column;
    height: 164px;
    justify-content: center;
    position: relative;
    width: 164px
}

.bn-upload__square,
.bn-upload__square.data-error,
.bn-upload__square.data-success,
.bn-upload__square.data-waiting {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-upload__square.data-error .bn-upload-icon,
.bn-upload__square.data-success .bn-upload-icon,
.bn-upload__square.data-waiting .bn-spinner,
.bn-upload__square.data-waiting .bn-upload-icon {
    font-size: 48px
}

.bn-upload__square .bn-upload-icon {
    color: var(--color-PrimaryText);
    font-size: 24px
}

.bn-upload__square .bn-upload-image {
    height: auto;
    width: 100%
}

.bn-upload__square .bn-upload-trigger {
    color: var(--color-PrimaryText)
}

.bn-upload__square .bn-upload-filename {
    max-width: 90%;
    min-width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-upload__square .bn-upload-delete {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2
}

.bn-upload-icon {
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 16px;
    height: 1em;
    justify-content: center;
    width: 1em
}

.bn-upload-image {
    height: 24px;
    width: 24px
}

.bn-upload-trigger {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-upload-retry {
    align-items: center;
    background-color: var(--color-Line);
    border-radius: var(--radii-s);
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    line-height: 18px;
    margin-top: var(--space-4xs);
    padding-left: var(--space-2xs);
    padding-right: var(--space-2xs)
}

.bn-upload-filename {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-width: 120px
}

.bn-upload-delete {
    color: var(--color-IconNormal);
    font-size: 20px
}

.bn-upload-rtl {
    direction: rtl
}

.bn-upload-rtl.bn-upload__square .bn-upload-delete {
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-upload.data-initial.bn-upload:hover {
        border: 1px solid var(--color-PrimaryYellow)
    }
}

.bn-step {
    grid-gap: var(--space-xs);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: var(--space-xs);
    position: relative
}

.bn-step__primary.data-status-progress .bn-step-ind {
    background-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-step__primary.data-status-progress .bn-step-content {
    color: var(--color-PrimaryText)
}

.bn-step__primary.data-status-finish .bn-step-ind,
.bn-step__primary.data-status-finish .bn-step-tail {
    background-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-step__primary:last-of-type .bn-step-tail {
    display: none
}

.bn-step__primary .bn-step-ind {
    align-items: center;
    background-color: var(--color-Line);
    border-radius: 3px;
    color: var(--color-DisableText);
    display: flex;
    flex: none;
    font-size: 12px;
    font-weight: 500;
    height: 16px;
    justify-content: center;
    line-height: 18px;
    position: relative;
    transform: rotate(45deg);
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: linear;
    width: 16px;
    z-index: 2
}

.bn-step__primary .bn-step-ind .bn-svg {
    font-size: 12px
}

.bn-step__primary .bn-step-ind .data-ind-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    transform: rotate(-45deg)
}

.bn-step__primary .bn-step-content {
    color: var(--color-SecondaryText);
    width: 110px
}

.bn-step__primary .bn-step-tail {
    background-color: var(--color-Line);
    height: 2px;
    left: 0;
    position: absolute;
    right: 16px;
    top: 7px;
    transform: translate(16px);
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: linear
}

.bn-step__primary__normal .bn-step-ind {
    border-radius: unset;
    height: 8px;
    transform: rotate(45deg);
    width: 8px
}

.bn-step__primary__normal .bn-step-tail {
    right: 8px;
    top: 3px;
    transform: translate(8px)
}

.bn-step__primary__normal .bn-step-content-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-step__primary__normal .bn-step-content-desc {
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.bn-step__primary__normal .bn-step-content-action {
    color: var(--color-TextLink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-ind,
.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-tail {
    background-color: var(--color-DisableText)
}

.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-content {
    color: var(--color-PrimaryText)
}

.bn-step__primary__normal.data-type-dynamic {
    --bn-step-content-height: 32px
}

.bn-step__primary__normal.data-type-dynamic.data-status-progress .bn-step-ind {
    transform: rotate(45deg) scale(1.25)
}

.bn-step__arrow {
    padding: 0
}

.bn-step__arrow.data-status-progress .bn-step-ind {
    color: var(--color-TextOnYellow)
}

.bn-step__arrow.data-status-progress .bn-step-ind:after,
.bn-step__arrow.data-status-progress .bn-step-ind:before {
    background-color: var(--color-BtnBg)
}

.bn-step__arrow.data-status-progress .bn-step-content,
.bn-step__arrow.data-status-progress .bn-step-content-desc {
    color: var(--color-PrimaryText)
}

.bn-step__arrow:first-of-type.data-status-progress .bn-step-ind {
    background-image: linear-gradient(to right, var(--color-BtnBg), transparent)
}

.bn-step__arrow:first-of-type .bn-step-ind {
    background-image: linear-gradient(to right, var(--color-Line), transparent);
    border-radius: 2px 0 0 2px
}

.bn-step__arrow .bn-step-ind {
    align-items: center;
    border-radius: 2px;
    color: var(--color-SecondaryText);
    display: flex;
    flex: none;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 24px;
    position: relative;
    width: 100%;
    z-index: 2
}

.bn-step__arrow .bn-step-ind:before {
    border-radius: 2px 2px 2px 0;
    height: 51%;
    top: 0;
    transform: skewX(35deg)
}

.bn-step__arrow .bn-step-ind:after,
.bn-step__arrow .bn-step-ind:before {
    background-color: var(--color-Line);
    content: "";
    left: 6px;
    pointer-events: none;
    position: absolute;
    right: 4px;
    z-index: -1
}

.bn-step__arrow .bn-step-ind:after {
    border-radius: 0 2px 2px 2px;
    bottom: 0;
    height: 50%;
    transform: skewX(-35deg)
}

.bn-step__arrow .bn-step-ind .bn-svg {
    font-size: 16px
}

.bn-step__arrow .bn-step-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-width: 200px;
    padding: 0 var(--space-xs)
}

.bn-step-content {
    color: var(--color-PrimaryText);
    transition-duration: var(--animation-duration-fast);
    transition-property: color;
    transition-timing-function: linear
}

.bn-step-content-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-step-content-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-step-content-action {
    margin-top: var(--space-2xs)
}

.bn-step-rtl.bn-step__primary .bn-step-tail {
    left: 16px;
    right: 0;
    transform: translate(-16px)
}

.bn-step-rtl.bn-step__primary.data-status-progress .bn-step-tail {
    background: linear-gradient(to left, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-step-rtl.bn-step__primary__normal .bn-step-tail {
    left: 3px;
    transform: translate(-8px)
}

.bn-step-rtl.bn-step__arrow {
    padding: 0
}

.bn-step-rtl.bn-step__arrow:first-of-type.data-status-progress .bn-step-ind {
    background-image: linear-gradient(to left, var(--color-BtnBg), transparent)
}

.bn-step-rtl.bn-step__arrow:first-of-type .bn-step-ind {
    background-image: linear-gradient(to left, var(--color-Line), transparent);
    border-radius: 0 2px 2px 0
}

.bn-step-rtl.bn-step__arrow .bn-step-ind:before {
    transform: skewX(-35deg)
}

.bn-step-rtl.bn-step__arrow .bn-step-ind:after {
    transform: skewX(35deg)
}

@media only screen and (min-width:768px) {
    .bn-step {
        padding: 0 var(--space-m) 0 0
    }
    .bn-step:last-of-type {
        flex: none;
        padding: 0
    }
    .bn-step-content-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
    .bn-step-content-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-step-rtl {
        padding: 0 0 0 var(--space-m)
    }
    .bn-step__primary__normal .bn-step-content-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-step__primary__normal .bn-step-content-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-step__primary__normal .bn-step-content-action {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-step__primary__normal .bn-step-content-action:hover {
        color: var(--color-BtnBg)
    }
    .bn-step__primary .bn-step-content {
        color: var(--color-TertiaryText);
        width: 200px
    }
    .bn-step__arrow .bn-step-ind {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-step__arrow .bn-step-content {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-steps {
    --bn-step-content-height: 64px;
    display: flex;
    position: relative
}

.bn-steps__primary.data-gap {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs)
}

.bn-steps__primary.data-gap .bn-step-tail {
    left: var(--space-2xs)
}

.bn-steps__primary.data-gap.data-vertical .bn-step-tail {
    top: var(--space-2xs)
}

.bn-steps__primary.data-focus-current-step .bn-step__primary.data-status-finish .bn-step-content,
.bn-steps__primary.data-focus-current-step .bn-step__primary.data-status-initial .bn-step-content {
    opacity: 0
}

.bn-steps__primary.data-focus-current-step .bn-step__primary.data-status-progress .bn-step-content {
    text-wrap: nowrap;
    white-space: nowrap
}

.bn-steps__primary.data-vertical {
    flex-direction: column
}

.bn-steps__primary.data-vertical .bn-step {
    flex-direction: row
}

.bn-steps__primary.data-vertical .bn-step:not(:last-of-type) {
    min-height: var(--bn-step-content-height);
    padding: 0 0 var(--space-m)
}

.bn-steps__primary.data-vertical .bn-step-content {
    flex: 1 1;
    width: auto
}

.bn-steps__primary.data-vertical .bn-step-tail {
    bottom: 16px;
    height: auto;
    left: 7px;
    right: auto;
    top: 0;
    transform: translateY(20px);
    width: 2px
}

.bn-steps__primary.data-vertical .bn-step__primary .bn-step-ind {
    top: 4px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-ind {
    top: 7px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-tail {
    bottom: 0;
    height: auto;
    left: 3px;
    right: auto;
    top: 0;
    transform: translateY(8px);
    width: 2px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-content {
    grid-gap: var(--space-4xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-4xs)
}

.bn-steps__primary.data-vertical .bn-step__primary__normal.bn-step-rtl .bn-step-tail {
    left: auto;
    right: 3px
}

.bn-steps__primary.data-vertical .bn-step__primary.data-status-progress .bn-step-tail {
    background: var(--color-Line)
}

.bn-steps__primary.data-vertical .bn-step-rtl .bn-step-tail {
    left: auto;
    right: 8px
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-ind {
    transform: translateX(47px) rotate(45deg)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
    transform: rotate(-45deg)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-tail {
    transform: translateX(63px)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-content {
    text-align: center
}

.bn-steps__primary .bn-step__primary.data-align-space-between {
    padding: 0
}

.bn-steps__primary .bn-step__primary.data-align-space-between .bn-step-content {
    max-width: 100%;
    text-align: center;
    width: 100%
}

.bn-steps__primary .bn-step__primary.data-align-space-between .bn-step-tail {
    left: 0;
    right: 0;
    transform: unset
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:first-child .bn-step-tail {
    background: var(--color-Line)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:not(:first-child):not(:last-child) .bn-step-tail {
    background: linear-gradient(to right, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:not(:first-child):not(:last-child).bn-step-rtl .bn-step-tail {
    background: linear-gradient(to left, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:last-child .bn-step-tail {
    background: var(--color-PrimaryText)
}

.bn-steps__primary .bn-step__primary.data-align-space-between:first-child {
    -webkit-padding-end: 6px;
    padding-inline-end: 6px
}

.bn-steps__primary .bn-step__primary.data-align-space-between:first-child .bn-step-content {
    text-align: start
}

.bn-steps__primary .bn-step__primary.data-align-space-between:not(:first-child):not(:last-child) {
    align-items: center;
    padding: 0 6px
}

.bn-steps__primary .bn-step__primary.data-align-space-between:last-child {
    -webkit-padding-start: 6px;
    align-items: flex-end;
    flex: 1 1;
    padding-inline-start: 6px
}

.bn-steps__primary .bn-step__primary.data-align-space-between:last-child .bn-step-content {
    text-align: end
}

.bn-steps__primary .bn-step__primary.data-align-space-between:last-child .bn-step-tail {
    display: block
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
    transform: translateX(-47px) rotate(45deg)
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
    transform: rotate(-45deg)
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
    transform: translateX(-63px)
}

@media only screen and (min-width:768px) {
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(92px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(108px)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-content {
        text-align: center
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:first-child {
        -webkit-padding-end: var(--space-xl);
        padding-inline-end: var(--space-xl)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:not(:first-child):not(:last-child) {
        padding: 0 var(--space-xl)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:last-child {
        -webkit-padding-start: var(--space-xl);
        padding-inline-start: var(--space-xl)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(-92px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(-108px)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(96px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(104px)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(-96px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(-104px)
    }
}

.bn-tag {
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    line-height: 18px
}

.bn-tag>.bn-bubble-content {
    grid-gap: 2px;
    align-items: center;
    display: flex;
    gap: 2px;
    padding: 0 6px
}

.bn-tag>.bn-bubble-content>svg {
    font-size: 12px
}

.bn-tag.data-size-small {
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    line-height: 16px
}

.bn-tag.data-size-small>.bn-bubble-content {
    border-radius: var(--radii-2xs);
    padding: 0 4px
}

@media only screen and (min-width:768px) {
    .bn-tag.data-size-small {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-tag.data-size-small>.bn-bubble-content>svg {
        font-size: 12px
    }
}

.bn-tag.data-corner-top-left>.bn-bubble-content {
    border-radius: 0 0 8px 0;
    padding: 0 8px
}

.bn-tag.data-corner-top-right>.bn-bubble-content {
    border-radius: 0 0 0 8px;
    padding: 0 8px
}

.bn-tag-wrap {
    align-items: center;
    direction: ltr;
    display: inline-flex;
    position: relative
}

.bn-tag.bn-bubble__info {
    --color-arrow: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tag.bn-bubble__warn {
    --color-arrow: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.bn-tag.bn-bubble__success {
    --color-arrow: rgba(46, 189, 133, .1);
    color: var(--color-Success)
}

.bn-tag.bn-bubble__error {
    --color-arrow: rgba(246, 70, 93, .1);
    color: var(--color-Error)
}

@media only screen and (min-width:768px) {
    .bn-tag {
        height: 24px
    }
    .bn-tag>.bn-bubble-content>svg {
        font-size: 16px
    }
}

.bn-picker-view {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    height: 250px;
    line-height: 28px;
    padding: 0 var(--space-4xl);
    position: relative
}

.bn-picker-view-column-content {
    transition: transform var(--animation-duration-base) ease
}

.bn-picker-view.dark .bn-picker-view-column-mask {
    background-image: linear-gradient(180deg, rgba(32, 38, 48, .8), rgba(32, 38, 48, .4)), linear-gradient(0deg, rgba(32, 38, 48, .8), rgba(32, 38, 48, .4))
}

.bn-picker-view.midnight .bn-picker-view-column-mask {
    background-image: linear-gradient(180deg, rgba(40, 40, 40, .8), rgba(40, 40, 40, .4)), linear-gradient(0deg, rgba(40, 40, 40, .8), rgba(40, 40, 40, .4))
}

@media only screen and (min-width:768px) {
    .bn-picker-view.dark .bn-picker-view-column-mask {
        background-image: linear-gradient(180deg, rgba(30, 35, 41, .8), rgba(30, 35, 41, .4)), linear-gradient(0deg, rgba(30, 35, 41, .8), rgba(30, 35, 41, .4))
    }
    .bn-picker-view.midnight .bn-picker-view-column-mask {
        background-image: linear-gradient(180deg, rgba(40, 40, 40, .8), rgba(40, 40, 40, .4)), linear-gradient(0deg, rgba(40, 40, 40, .8), rgba(40, 40, 40, .4))
    }
}

.bn-picker-view-column {
    display: block;
    flex: 1 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.bn-picker-view-column-item {
    box-sizing: border-box;
    color: var(--color-PrimaryText);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 var(--space-3xs);
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.bn-picker-view-column-mask {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .4)), linear-gradient(0deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .4));
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100% 204px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.bn-picker-view-column-content {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.bn-picker-view-column-indicator {
    box-sizing: border-box;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3
}

.bn-picker-view:after,
.bn-picker-view:before {
    background-color: var(--color-Line);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.bn-picker-view:before {
    top: calc(50% - 25px)
}

.bn-picker-view:after {
    bottom: calc(50% - 25px)
}

.bn-picker-header {
    grid-gap: var(--space-4xs);
    align-items: center;
    display: flex;
    gap: var(--space-4xs);
    padding: var(--space-m);
    position: relative
}

.bn-picker-header-main {
    color: var(--color-PrimaryText);
    flex: 1 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.bn-picker-footer {
    grid-gap: var(--space-s);
    align-items: center;
    display: flex;
    gap: var(--space-s);
    justify-content: space-between;
    padding: var(--space-m)
}

.bn-picker-footer-cancel,
.bn-picker-footer-confirm {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-picker-box,
.bn-picker-range {
    background-color: var(--color-CardBg);
    width: 100%
}

.bn-picker-inputs {
    align-items: center;
    color: var(--color-SecondaryText);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 22px;
    padding: var(--space-xs) var(--space-m)
}

.bn-picker-inputs-input {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    line-height: 24px;
    min-height: 36px;
    padding: 0 34px;
    width: 150px
}

.bn-picker-inputs-input.focus {
    border: 1.5px solid var(--color-PrimaryText)
}

.bn-picker-inputs-separator {
    min-width: 45px;
    text-align: center
}

.bn-keyboard {
    grid-gap: var(--space-2xs);
    display: grid;
    gap: var(--space-2xs);
    grid-template-columns: repeat(3, 1fr);
    min-width: 375px;
    padding: var(--space-m) var(--space-4xs)
}

.bn-keyboard,
.bn-keyboard-key {
    background-color: var(--color-CardBg)
}

.bn-keyboard-key {
    color: var(--color-PrimaryText);
    font-size: 28px;
    font-weight: 600;
    height: 46px;
    line-height: 40px
}

.bn-keyboard-key:active {
    background-color: var(--color-Vessel)
}

.bn-keyboard-key-separator {
    padding-bottom: 16px
}

.bn-keyboard-hide-separator .bn-keyboard-key-separator {
    visibility: hidden
}

.bn-keyboard-rtl .bn-keyboard-key-cancel {
    transform: scaleX(-1)
}

.bn-searchBar {
    transition-duration: var(--animation-duration-slow);
    transition-property: width;
    transition-timing-function: ease-in-out
}

.bn-searchBar__collapsible {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.bn-searchBar__collapsible .bn-textField {
    transition-duration: var(--animation-duration-slow);
    width: 100%
}

.bn-searchBar__collapsible .bn-textField-clear {
    opacity: 1;
    transition-delay: var(--animation-duration-slow);
    transition-property: opacity;
    visibility: visible
}

.bn-searchBar__collapsible .bn-textField-input {
    opacity: 1;
    transition-delay: var(--animation-duration-fast);
    transition-property: opacity
}

.bn-searchBar__collapsible.bn-searchBar__collapsed {
    width: 20px
}

.bn-searchBar__collapsed .bn-textField {
    background: transparent;
    border-color: transparent;
    padding-left: 0;
    width: 20px
}

.bn-searchBar__collapsed .bn-textField-input {
    opacity: 0;
    transition-delay: var(--animation-duration-fast);
    transition-property: opacity
}

.bn-searchBar__collapsed .bn-textField-prefix {
    color: var(--color-PrimaryText)
}

.bn-searchBar__collapsed .bn-textField-clear {
    opacity: 0;
    visibility: hidden
}

.bn-skeleton {
    display: flex;
    width: 100%
}

.bn-skeleton-header {
    -webkit-padding-end: var(--space-s);
    padding-inline-end: var(--space-s)
}

.bn-skeleton-content {
    flex: 1 1
}

.bn-skeleton.bn-skeleton-active .bn-skeleton-avatar,
.bn-skeleton.bn-skeleton-active .bn-skeleton-image,
.bn-skeleton.bn-skeleton-active .bn-skeleton-paragraph-row,
.bn-skeleton.bn-skeleton-active .bn-skeleton-title {
    -webkit-animation: skeleton-loading 1.4s ease infinite;
    animation: skeleton-loading 1.4s ease infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 75%, .2) 25%, hsla(0, 0%, 51%, .24) 37%, hsla(0, 0%, 75%, .2) 63%);
    background-size: 400% 100%
}

.bn-skeleton-avatar {
    background: var(--color-Input);
    border-radius: 50%;
    display: inline-block;
    height: 64px;
    vertical-align: top;
    width: 64px
}

.bn-skeleton-avatar-small {
    height: 24px;
    width: 24px
}

.bn-skeleton-avatar-square,
.bn-skeleton-title {
    border-radius: var(--radii-xs)
}

.bn-skeleton-title {
    background: var(--color-Input);
    height: 24px;
    width: 50%
}

.bn-skeleton .bn-skeleton-paragraph-row-wrapper {
    display: flex
}

.bn-skeleton .bn-skeleton-paragraph-row-wrapper .bn-skeleton-avatar {
    -webkit-margin-end: var(--space-s);
    flex-shrink: 0;
    margin-inline-end: var(--space-s)
}

.bn-skeleton .bn-skeleton-paragraph-row-wrapper+.bn-skeleton-paragraph-row-wrapper {
    -webkit-margin-before: var(--space-mm);
    margin-block-start: var(--space-mm)
}

.bn-skeleton .bn-skeleton-paragraph-row {
    background: var(--color-Input);
    border-radius: var(--radii-xs);
    height: 24px;
    width: 100%
}

.bn-skeleton .bn-skeleton-paragraph-row+.bn-skeleton-paragraph-row,
.bn-skeleton-title+.bn-skeleton-paragraph {
    -webkit-margin-before: var(--space-mm);
    margin-block-start: var(--space-mm)
}

.bn-skeleton-images {
    display: flex;
    width: 100%
}

.bn-skeleton-image {
    background: var(--color-Input);
    border-radius: var(--radii-xs);
    height: 154px;
    width: 100%
}

.bn-skeleton-image+.bn-skeleton-image {
    -webkit-margin-start: var(--space-mm);
    margin-inline-start: var(--space-mm)
}

.bn-skeleton-paragraph+.bn-skeleton-images {
    -webkit-margin-before: var(--space-mm);
    margin-block-start: var(--space-mm)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-ranges .bn-web-datepicker-now {
    display: none
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs);
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-extra {
    flex-grow: 1
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list {
    grid-gap: var(--space-4xs);
    align-items: center;
    display: flex;
    gap: var(--space-4xs)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list button {
    --button-color: var(--color-TertiaryText);
    padding: 0 16px
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list button:hover:not(.inactive, [disabled]) {
    --button-bg: var(--color-Input);
    --button-color: var(--color-PrimaryText)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-actions {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-date {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-date-btn-actions {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs)
}

.bn-web-datepicker {
    background: var(--color-CardBg);
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-m);
    display: inline-flex;
    height: 40px;
    padding: 0 var(--space-s);
    width: 212px
}

.bn-web-datepicker.data-borderless {
    background: transparent;
    border: none
}

.bn-web-datepicker:hover:not(.bn-web-datepicker-disabled):not(.data-borderless) {
    border: 1px solid var(--color-BtnBg)
}

.bn-web-datepicker.data-size-large {
    height: 48px
}

.bn-web-datepicker.data-size-small {
    height: 32px
}

.bn-web-datepicker.data-size-tiny {
    height: 28px;
    padding: 0 var(--space-2xs);
    width: 114px
}

.bn-web-datepicker.data-size-tiny.data-time {
    width: 158px
}

.bn-web-datepicker.data-size-tiny .bn-web-datepicker-suffix {
    padding-left: var(--space-4xs)
}

.bn-web-datepicker.data-size-tiny .bn-web-datepicker-input>input {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range {
    width: 212px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range.data-time {
    width: 302px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range .bn-web-datepicker-range-separator {
    font-size: 16px;
    padding: 0 var(--space-4xs)
}

.bn-web-datepicker.bn-web-datepicker-range {
    width: 280px
}

.bn-web-datepicker.bn-web-datepicker-range.data-time {
    width: 365px
}

.bn-web-datepicker-focused {
    border: 1px solid var(--color-BtnBg)
}

.bn-web-datepicker.bn-web-datepicker-disabled {
    background-color: var(--color-Line);
    border: none;
    color: var(--color-DisableText)
}

.bn-web-datepicker.bn-web-datepicker-disabled ::-moz-placeholder {
    color: var(--color-DisableText)
}

.bn-web-datepicker.bn-web-datepicker-disabled :-ms-input-placeholder {
    color: var(--color-DisableText)
}

.bn-web-datepicker.bn-web-datepicker-disabled *,
.bn-web-datepicker.bn-web-datepicker-disabled ::placeholder {
    color: var(--color-DisableText)
}

.bn-web-datepicker-range-separator {
    align-items: center;
    color: var(--color-IconNormal);
    display: flex;
    flex: none;
    font-size: 20px;
    padding: 0 var(--space-2xs)
}

.bn-web-datepicker-input {
    background: inherit;
    display: inline-flex;
    flex: 1 1;
    position: relative;
    width: 100%
}

.bn-web-datepicker-suffix {
    flex: none;
    padding-left: var(--space-2xs)
}

.bn-web-datepicker-clear,
.bn-web-datepicker-suffix {
    align-items: center;
    color: var(--color-IconNormal);
    display: flex
}

.bn-web-datepicker-clear {
    background: inherit;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s linear
}

.bn-web-datepicker:hover .bn-web-datepicker-clear {
    opacity: 1
}

.bn-web-datepicker-input>input {
    background: inherit;
    border: none;
    color: var(--color-PrimaryText);
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    outline: none;
    padding: 0;
    width: 100%
}

.bn-web-datepicker-input>input::-moz-placeholder {
    color: var(--color-IconNormal)
}

.bn-web-datepicker-input>input:-ms-input-placeholder {
    color: var(--color-IconNormal)
}

.bn-web-datepicker-input>input::placeholder {
    color: var(--color-IconNormal)
}

.bn-web-datepicker-range .bn-web-datepicker-input>input {
    text-align: center
}

.bn-web-datepicker-rtl .bn-web-datepicker-suffix {
    padding-left: 0;
    padding-right: var(--space-2xs)
}

.bn-web-datepicker-rtl .bn-web-datepicker-clear {
    left: 0;
    right: auto
}

.bn-web-datepicker-panel {
    border: none;
    box-sizing: content-box;
    color: var(--color-DisableText);
    display: inline-block;
    font-size: 14px;
    padding: 0;
    vertical-align: top
}

.bn-web-datepicker-date-panel,
.bn-web-datepicker-decade-panel,
.bn-web-datepicker-month-panel,
.bn-web-datepicker-time-panel,
.bn-web-datepicker-week-panel,
.bn-web-datepicker-year-panel {
    display: flex;
    flex-direction: column;
    padding: 24px 32px
}

.bn-web-datepicker-date-panel table,
.bn-web-datepicker-decade-panel table,
.bn-web-datepicker-month-panel table,
.bn-web-datepicker-time-panel table,
.bn-web-datepicker-week-panel table,
.bn-web-datepicker-year-panel table {
    border-collapse: collapse;
    min-width: 224px;
    text-align: center
}

.bn-web-datepicker-header {
    grid-gap: var(--space-m);
    display: flex;
    gap: var(--space-m);
    padding-bottom: 2px
}

.bn-web-datepicker-header>* {
    flex: none
}

.bn-web-datepicker-header button {
    align-items: center;
    -webkit-appearance: none;
    background: inherit;
    border: none;
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex
}

.bn-web-datepicker-header button:active,
.bn-web-datepicker-header button:hover {
    color: var(--color-TextLink)
}

.bn-web-datepicker-header button:disabled {
    color: var(--color-DisableText)
}

.bn-web-datepicker-header-next-btn,
.bn-web-datepicker-header-prev-btn,
.bn-web-datepicker-header-super-next-btn,
.bn-web-datepicker-header-super-prev-btn {
    -webkit-appearance: none;
    background: inherit;
    border: none;
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 16px
}

.bn-web-datepicker-header-next-btn:active,
.bn-web-datepicker-header-next-btn:hover,
.bn-web-datepicker-header-prev-btn:active,
.bn-web-datepicker-header-prev-btn:hover,
.bn-web-datepicker-header-super-next-btn:active,
.bn-web-datepicker-header-super-next-btn:hover,
.bn-web-datepicker-header-super-prev-btn:active,
.bn-web-datepicker-header-super-prev-btn:hover {
    color: var(--color-TextLink)
}

.bn-web-datepicker-header-next-btn:disabled,
.bn-web-datepicker-header-prev-btn:disabled,
.bn-web-datepicker-header-super-next-btn:disabled,
.bn-web-datepicker-header-super-prev-btn:disabled {
    color: var(--color-DisableText)
}

.bn-web-datepicker-header-view {
    color: var(--color-PrimaryText);
    flex: auto;
    text-align: center
}

.bn-web-datepicker-header-view>button {
    border: 0;
    color: var(--color-PrimaryText);
    font-weight: 400;
    margin-left: var(--space-4xs);
    margin-right: var(--space-4xs);
    padding: 0;
    vertical-align: middle
}

.bn-web-datepicker-cell-inner {
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 100%
}

.bn-web-datepicker-cell-inner:hover {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-cell-disabled>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-cell-disabled>.bn-web-datepicker-time-panel-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-time-panel-cell-disabled>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-time-panel-cell-disabled>.bn-web-datepicker-time-panel-cell-inner {
    background: inherit;
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-web-datepicker-cell-in-view {
    color: var(--color-PrimaryText);
    min-width: 32px;
    padding: 1px 0
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today {
    color: var(--color-TextLink)
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s)
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today>.bn-web-datepicker-cell-inner:hover {
    background-color: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today.bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    border-radius: 0
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-in-range>.bn-web-datepicker-cell-inner {
    background: rgba(0, 0, 255, .05);
    min-width: 32px
}

.bn-web-datepicker-cell-range-hover,
.bn-web-datepicker-cell-range-hover-end,
.bn-web-datepicker-cell-range-hover-start {
    position: relative
}

.bn-web-datepicker-cell-range-hover-end:after,
.bn-web-datepicker-cell-range-hover-start:after,
.bn-web-datepicker-cell-range-hover:after {
    border-left: 0;
    border-right: 0;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 3px
}

.bn-web-datepicker-footer,
.bn-web-datepicker-picker-footer {
    background: transparent;
    border-top: 1px solid var(--color-Line);
    padding: 16px 24px
}

.bn-web-datepicker-ranges {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.bn-web-datepicker-ranges>li {
    display: inline-block;
    height: 32px;
    line-height: 32px
}

.bn-web-datepicker-ok {
    float: right
}

.bn-web-datepicker-ok button {
    background: var(--color-BtnBg);
    border: none;
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    min-width: 60px;
    padding: 0 var(--space-s)
}

.bn-web-datepicker-ok button:hover:not(:disabled) {
    background: var(--color-BtnBg);
    box-shadow: none;
    opacity: .9
}

.bn-web-datepicker-ok button:disabled {
    background: var(--color-Line);
    cursor: not-allowed;
    opacity: .3
}

.bn-web-datepicker-year-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-single>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-year-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s);
    color: var(--color-TextLink)
}

.bn-web-datepicker-year-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    border-color: transparent;
    border-radius: var(--radii-s)
}

.bn-web-datepicker-month-panel .bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    background: transparent
}

.bn-web-datepicker-month-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-single>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-month-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s);
    color: var(--color-TextLink)
}

.bn-web-datepicker-month-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    border-radius: var(--radii-s)
}

.bn-web-datepicker-week-panel .bn-web-datepicker-cell-in-view {
    width: 20px
}

.bn-web-datepicker-week-panel .bn-web-datepicker-cell-week {
    color: #999;
    font-size: 12px;
    font-weight: 700
}

.bn-web-datepicker-week-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-week-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    background: transparent
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-in-range>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    color: var(--color-PrimaryText)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-start>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-end>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    border-color: var(--color-BtnBg);
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-start>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-color: var(--color-BtnBg);
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    border-right-color: transparent;
    border-style: solid
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-end>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-color: var(--color-BtnBg);
    border-left-color: transparent;
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    border-style: solid
}

.bn-web-datepicker-data-panel .bn-web-datepicker-cell-range-end.bn-web-datepicker-cell-range-end-near-hover>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-data-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-near-hover>.bn-web-datepicker-cell-inner {
    border-radius: 0
}

.bn-web-datepicker-time-panel {
    width: auto
}

.bn-web-datepicker-time-panel .bn-web-datepicker-header {
    visibility: hidden
}

.bn-web-datepicker-time-panel-column {
    --scroll-pad: 1px !important;
    --scroll-size: 5px !important;
    flex: none;
    font-size: 12px;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    padding: 0 0 180px;
    text-align: left;
    transition: background .3s;
    width: 64px
}

.bn-web-datepicker-time-panel-column-active {
    background: rgba(0, 0, 255, .1)
}

.bn-web-datepicker-content {
    border-spacing: 0;
    table-layout: fixed
}

.bn-web-datepicker-content th {
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 18px
}

.bn-web-datepicker-time-panel .bn-web-datepicker-content {
    display: flex;
    justify-content: center;
    max-height: 232px
}

.bn-web-datepicker-time-panel-column>li {
    cursor: pointer;
    margin: 0;
    padding: 0
}

.bn-web-datepicker-time-panel-column>li .bn-web-datepicker-time-panel-cell-inner {
    color: var(--color-PrimaryText);
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    width: 100%
}

.bn-web-datepicker-time-panel-cell.bn-web-datepicker-time-panel-cell-selected {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-xs)
}

.bn-web-datepicker-datetime-panel {
    grid-gap: var(--space-xl);
    display: flex;
    gap: var(--space-xl);
    padding: 18px 32px
}

.bn-web-datepicker-datetime-panel .bn-web-datepicker-time-panel {
    border-left: none
}

.bn-web-datepicker-datetime-panel .bn-web-datepicker-date-panel,
.bn-web-datepicker-datetime-panel .bn-web-datepicker-time-panel {
    padding: 0;
    transition: opacity .3s
}

.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel {
    opacity: .3
}

.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel-active,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel-active {
    opacity: 1
}

.bn-web-datepicker-dropdown {
    position: absolute;
    z-index: var(--zindex-calendar)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-panel-container {
    background: var(--color-CardBg);
    border-radius: var(--radii-xl);
    box-shadow: var(--shadow-shadow2)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-panel-container .bn-web-datepicker-panel {
    border-radius: var(--radii-s)
}

.bn-web-datepicker-dropdown-range {
    padding: 8px 0
}

.bn-web-datepicker-dropdown-hidden {
    display: none
}

.bn-web-datepicker-dropdown-placement-topLeft .bn-web-datepicker-range-arrow,
.bn-web-datepicker-dropdown-placement-topRight .bn-web-datepicker-range-arrow {
    bottom: 6px;
    display: none;
    transform: rotate(135deg)
}

.bn-web-datepicker-dropdown-placement-bottomLeft .bn-web-datepicker-range-arrow,
.bn-web-datepicker-dropdown-placement-bottomright .bn-web-datepicker-range-arrow {
    display: none;
    top: 6px;
    transform: rotate(-45deg)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow {
    height: 10px;
    left: 10px;
    margin-left: 10px;
    position: absolute;
    transition: all .3s;
    width: 10px;
    z-index: 1
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:after,
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:before {
    border-color: var(--color-CardBg) var(--color-CardBg) transparent transparent;
    box-sizing: border-box;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:before {
    height: 10px;
    width: 10px
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:after {
    height: 8px;
    width: 8px
}

.bn-web-datepicker-dropdown-rtl .bn-web-datepicker-panels {
    flex-direction: row-reverse
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-start>.bn-web-datepicker-cell-inner {
    border-radius: 0 var(--radii-s) var(--radii-s) 0
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-end>.bn-web-datepicker-cell-inner {
    border-radius: var(--radii-s) 0 0 var(--radii-s)
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-start>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-left-color: transparent;
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    border-style: dashed
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-end>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-range {
    display: inline-flex;
    position: relative
}

.bn-web-datepicker-range-wrapper {
    background: var(--color-CardBg);
    border-radius: var(--radii-xl);
    display: flex;
    min-width: auto !important
}

.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels {
    grid-gap: var(--space-xl);
    display: flex;
    gap: var(--space-xl);
    padding: 18px 32px
}

.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-date-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-datetime-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-decade-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-month-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-time-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-week-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-year-panel {
    padding: 0
}

.bn-web-datepicker-range .bn-web-datepicker-active-bar {
    display: none
}

.bn-web-datepicker-panel-container {
    display: inline-block;
    transition: margin .3s;
    vertical-align: top
}

.bn-dual-slider-wrapper {
    margin-left: 8px;
    margin-right: 8px
}

.bn-dual-slider-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-left: -8px;
    margin-right: -8px
}

.bn-dual-slider-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-dual-slider-values {
    grid-gap: 2px;
    display: flex;
    gap: 2px
}

.bn-dual-slider-values .bn-textField.data-size-tiny {
    width: 80px
}

.bn-dual-slider-number {
    background-color: var(--color-PrimaryText);
    border-radius: var(--radii-xs);
    bottom: -21px;
    color: var(--color-CardBg);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    transform: translate(-50%);
    z-index: 3
}

@media only screen and (min-width:768px) {
    .bn-dual-slider-number {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-rc-slider {
    align-items: center;
    display: flex;
    height: 15px;
    padding: 7px 0;
    position: relative;
    touch-action: none;
    width: 100%
}

.bn-rc-slider-rail {
    background-color: var(--color-Line);
    height: 1px;
    position: absolute;
    width: 100%
}

.bn-rc-slider-track,
.bn-rc-slider-tracks {
    background-color: var(--color-PrimaryText);
    height: 1px;
    position: absolute
}

.bn-rc-slider-handle {
    background-color: var(--color-CardBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    position: absolute;
    top: 50%;
    touch-action: pan-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 1
}

.bn-rc-slider-mark {
    display: none
}

.bn-rc-slider-mark-text {
    color: #999;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    text-align: center;
    vertical-align: middle
}

.bn-rc-slider-step {
    background: transparent;
    height: 1px;
    position: absolute;
    width: 100%
}

.bn-rc-slider-dot {
    background-color: var(--color-BasicBg);
    border: 1px solid var(--color-Line);
    border-radius: 1px;
    cursor: pointer;
    height: 6px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 6px
}

.bn-rc-slider-dot-active {
    background-color: var(--color-PrimaryText)
}

.bn-rc-slider-disabled .bn-rc-slider-dot,
.bn-rc-slider-disabled .bn-rc-slider-handle {
    cursor: not-allowed
}

.bn-rc-slider-disabled .bn-rc-slider-dot,
.bn-rc-slider-disabled .bn-rc-slider-mark-text {
    cursor: not-allowed !important
}

@media only screen and (min-width:768px) {
    .bn-rc-slider-handle {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
}

.break-words {
    overflow-wrap: break-word;
    word-break: break-word
}

.bn-select-field.data-line {
    border-color: var(--color-InputLine)
}

.bn-select-field-arrow {
    font-size: 20px
}

.bn-tooltips.shadow {
    box-shadow: none
}

.bn-modal-wrap {
    transform: unset !important
}

.bn-modal-confirm {
    padding-bottom: var(--space-xl)
}

@media (max-width:767px) {
    .mobile\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .mobile\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .mobile\:body2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .mobile\:body2 {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px
        }
    }
}

@media (min-width:767px) {
    .tablet\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .tablet\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .tablet\:subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle1 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
    .tablet\:body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .tablet\:body3 {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px
        }
    }
    .noMob\:body2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .noMob\:body2 {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px
        }
    }
}

.\[\&_\.bn-select-overlay-options\]\:scrollbar .bn-select-overlay-options::-webkit-scrollbar {
    display: block;
    width: 10px !important
}

html :is(.hover\:border-primaryYellow:hover) {
    border-color: var(--color-PrimaryYellow)
}

@media (max-width:767px) {
    html :is(.mobile\: mt-0) {
        margin-top:0
    }
    html :is(.mobile\:mt-0\.5) {
        margin-top: .125rem
    }
    html :is(.mobile\:mt-m) {
        margin-top: var(--space-m)
    }
    html :is(.mobile\:w-full) {
        width: 100%
    }
    html :is(.mobile\:flex-col) {
        flex-direction: column
    }
    html :is(.mobile\:flex-col-reverse) {
        flex-direction: column-reverse
    }
    html :is(.mobile\:items-start) {
        align-items: flex-start
    }
    html :is(.mobile\:justify-end) {
        justify-content: flex-end
    }
    html :is(.mobile\:gap-2xs) {
        grid-gap: var(--space-2xs);
        gap: var(--space-2xs)
    }
    html :is(.mobile\:overflow-y-auto) {
        overflow-y: auto
    }
    html :is(.mobile\:rounded-\[12px\]) {
        border-radius: 12px
    }
    html :is(.mobile\:border) {
        border-width: 1px
    }
    html :is(.mobile\:border-line) {
        border-color: var(--color-Line)
    }
    html :is(.mobile\:p-\[15px\]) {
        padding: 15px
    }
    html :is(.mobile\:py-l) {
        padding-bottom: var(--space-l);
        padding-top: var(--space-l)
    }
    html :is(.mobile\:py-s) {
        padding-bottom: var(--space-s);
        padding-top: var(--space-s)
    }
    html :is(.mobile\:pr-\[0px\]) {
        padding-right: 0
    }
    html :is(.mobile\:leading-\[16px\]) {
        line-height: 16px
    }
}

@media (min-width:767px) {
    html :is(.tablet\: bottom-0) {
        bottom:0
    }
    html :is(.tablet\:top-\[-48px\]) {
        top: -48px
    }
    html :is(.tablet\:top-\[19px\]) {
        top: 19px
    }
    html :is(.tablet\:mx-xl) {
        margin-left: var(--space-xl);
        margin-right: var(--space-xl)
    }
    html :is(.tablet\:mb-0) {
        margin-bottom: 0
    }
    html :is(.tablet\:ml-0) {
        margin-left: 0
    }
    html :is(.tablet\:mt-2xs) {
        margin-top: var(--space-2xs)
    }
    html :is(.tablet\:mt-4xs) {
        margin-top: var(--space-4xs)
    }
    html :is(.tablet\:block) {
        display: block
    }
    html :is(.tablet\:hidden) {
        display: none
    }
    html :is(.tablet\:h-\[24px\]) {
        height: 24px
    }
    html :is(.tablet\:h-\[28px\]) {
        height: 28px
    }
    html :is(.tablet\:h-\[48px\]) {
        height: 48px
    }
    html :is(.tablet\:h-\[512px\]) {
        height: 512px
    }
    html :is(.tablet\:h-\[68px\]) {
        height: 68px
    }
    html :is(.tablet\:h-\[96px\]) {
        height: 96px
    }
    html :is(.tablet\:h-full) {
        height: 100%
    }
    html :is(.tablet\:max-h-\[490px\]) {
        max-height: 490px
    }
    html :is(.tablet\:max-h-\[unset\]) {
        max-height: unset
    }
    html :is(.tablet\:min-h-\[408px\]) {
        min-height: 408px
    }
    html :is(.tablet\:min-h-\[440px\]) {
        min-height: 440px
    }
    html :is(.tablet\:min-h-\[520px\]) {
        min-height: 520px
    }
    html :is(.tablet\:\ !w-\[312px\]) {
        width: 312px !important
    }
    html :is(.tablet\:w-\[24px\]) {
        width: 24px
    }
    html :is(.tablet\:w-\[28px\]) {
        width: 28px
    }
    html :is(.tablet\:w-\[312px\]) {
        width: 312px
    }
    html :is(.tablet\:w-\[360px\]) {
        width: 360px
    }
    html :is(.tablet\:w-\[420px\]) {
        width: 420px
    }
    html :is(.tablet\:w-\[484px\]) {
        width: 484px
    }
    html :is(.tablet\:w-\[48px\]) {
        width: 48px
    }
    html :is(.tablet\:w-\[78px\]) {
        width: 78px
    }
    html :is(.tablet\:w-\[96px\]) {
        width: 96px
    }
    html :is(.tablet\:w-fit) {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    html :is(.tablet\:w-full) {
        width: 100%
    }
    html :is(.tablet\:min-w-\[400px\]) {
        min-width: 400px
    }
    html :is(.tablet\:max-w-\[calc\(100vw_-_48px\)\]) {
        max-width: calc(100vw - 48px)
    }
    html :is(.tablet\:flex-row) {
        flex-direction: row
    }
    html :is(.tablet\:flex-col) {
        flex-direction: column
    }
    html :is(.tablet\:items-center) {
        align-items: center
    }
    html :is(.tablet\:justify-start) {
        justify-content: flex-start
    }
    html :is(.tablet\:justify-center) {
        justify-content: center
    }
    html :is(.tablet\:gap-2xs) {
        grid-gap: var(--space-2xs);
        gap: var(--space-2xs)
    }
    html :is(.tablet\:gap-4xs) {
        grid-gap: var(--space-4xs);
        gap: var(--space-4xs)
    }
    html :is(.tablet\:gap-m) {
        grid-gap: var(--space-m);
        gap: var(--space-m)
    }
    html :is(.tablet\:border-r) {
        border-right-width: 1px
    }
    html :is(.tablet\:px-xl) {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl)
    }
    html :is(.tablet\:py-m) {
        padding-bottom: var(--space-m);
        padding-top: var(--space-m)
    }
    html :is(.tablet\:py-xl) {
        padding-bottom: var(--space-xl);
        padding-top: var(--space-xl)
    }
    html :is(.tablet\:text-tertiaryText) {
        color: var(--color-TertiaryText)
    }
    html :is(.tablet\:underline) {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline
    }
    html :is(.first\:tablet\:py-0:first-child) {
        padding-bottom: 0;
        padding-top: 0
    }
    html :is(.first\:tablet\:pb-m:first-child) {
        padding-bottom: var(--space-m)
    }
}

@media (min-width:1024px) {
    html :is(.pc\: bottom-\[40px\]) {
        bottom:40px
    }
    html :is(.pc\:right-\[40px\]) {
        right: 40px
    }
    html :is(.pc\:top-\[40px\]) {
        top: 40px
    }
    html :is(.pc\:mx-xl) {
        margin-left: var(--space-xl);
        margin-right: var(--space-xl)
    }
    html :is(.pc\:mb-0) {
        margin-bottom: 0
    }
    html :is(.pc\:h-\[40px\]) {
        height: 40px
    }
    html :is(.pc\:h-\[48px\]) {
        height: 48px
    }
    html :is(.pc\:min-h-\[725px\]) {
        min-height: 725px
    }
    html :is(.pc\:w-\[40px\]) {
        width: 40px
    }
    html :is(.pc\:w-\[48px\]) {
        width: 48px
    }
    html :is(.pc\:w-\[96px\]) {
        width: 96px
    }
    html :is(.pc\:min-w-\[400px\]) {
        min-width: 400px
    }
    html :is(.pc\:max-w-\[800px\]) {
        max-width: 800px
    }
    html :is(.pc\:flex-row) {
        flex-direction: row
    }
    html :is(.pc\:items-center) {
        align-items: center
    }
    html :is(.pc\:justify-start) {
        justify-content: flex-start
    }
    html :is(.pc\:gap-\[40px\]) {
        grid-gap: 40px;
        gap: 40px
    }
    html :is(.pc\:g-\[mx-xl\2c w-fit\2c self-center\]) {
        align-self: center;
        margin-left: var(--space-xl);
        margin-right: var(--space-xl);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (min-width:767px) and (max-width:1023px) {
    html :is(.tabletOnly\: flex-col) {
        flex-direction:column
    }
    html :is(.tabletOnly\:items-start) {
        align-items: flex-start
    }
}

@media (min-width:767px) {
    html :is(.noMob\: m-xl) {
        margin:var(--space-xl)
    }
    html :is(.noMob\:mt-l) {
        margin-top: var(--space-l)
    }
    html :is(.noMob\:block) {
        display: block
    }
    html :is(.noMob\:\ !h-\[480px\]) {
        height: 480px !important
    }
    html :is(.noMob\:\ !max-h-\[480px\]) {
        max-height: 480px !important
    }
    html :is(.noMob\:max-h-\[576px\]) {
        max-height: 576px
    }
    html :is(.noMob\:max-h-\[86px\]) {
        max-height: 86px
    }
    html :is(.noMob\:w-fit) {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    html :is(.noMob\:\ !min-w-\[200px\]) {
        min-width: 200px !important
    }
    html :is(.noMob\:text-primaryText) {
        color: var(--color-PrimaryText)
    }
    html :is(.noMob\:text-secondaryText) {
        color: var(--color-SecondaryText)
    }
}

html :is(.\[\&\+_\.bn-tooltips-wrap\]\:overflow-hidden+.bn-tooltips-wrap) {
    overflow: hidden
}

html :is(.\[\&\>\*\:not\(\:last-child\)\]\:mr-\[14px\]>:not(:last-child)) {
    margin-right: 14px
}

@media (min-width:767px) {
    html :is(.tablet\: \[\&\>\*\:not\(\:last-child\)\]\:mr-0>:not(:last-child)) {
        margin-right:0
    }
}

html :is(.\[\&_\.PaymentMethodItem__badge\]\:mt-\[-30px\] .PaymentMethodItem badge) {
    margin-top: -30px
}

html :is(.\[\&_\.bn-badge\]\:hidden .bn-badge) {
    display: none
}

html :is(.\[\&_\.bn-badge\]\:g-\[mt-4xs\2c ml-2xs\] .bn-badge) {
    margin-left: var(--space-2xs);
    margin-top: var(--space-4xs)
}

html :is(.\[\&_\.bn-emptyState\]\:min-h-\[600px\] .bn-emptyState) {
    min-height: 600px
}

html :is(.\[\&_\.bn-modal-confirm-desc\]\:max-h-\[60vh\] .bn-modal-confirm-desc) {
    max-height: 60vh
}

html :is(.\[\&_\.bn-modal-confirm-desc\]\:max-h-fit .bn-modal-confirm-desc) {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

html :is(.\[\&_\.bn-modal-confirm-desc\]\:max-h-none .bn-modal-confirm-desc) {
    max-height: none
}

html :is(.\[\&_\.bn-modal-content\]\:min-h-\[calc\(100\%-20px\)\] .bn-modal-content) {
    min-height: calc(100% - 20px)
}

html :is(.\[\&_\.bn-modal-content\]\:p-m .bn-modal-content) {
    padding: var(--space-m)
}

html :is(.\[\&_\.bn-modal-content\]\:pb-xl .bn-modal-content) {
    padding-bottom: var(--space-xl)
}

html :is(.\[\&_\.bn-modal-header\]\:pb-0 .bn-modal-header) {
    padding-bottom: 0
}

html :is(.\[\&_\.bn-modal-wrap\]\:h-\[500px\] .bn-modal-wrap) {
    height: 500px
}

html :is(.\[\&_\.bn-modal-wrap\]\:w-\[484px\] .bn-modal-wrap) {
    width: 484px
}

@media (min-width:767px) {
    html :is(.\[\&_\.bn-modal-wrap\]\: tablet\:w-\[360px\] .bn-modal-wrap) {
        width:360px
    }
    html :is(.tablet\:\[\&_\.bn-modal-wrap\]\:min-w-\[484px\] .bn-modal-wrap) {
        min-width: 484px
    }
}

@media (min-width:1024px) {
    html :is(.pc\: \[\&_\.bn-modal-wrap\]\:min-w-\[484px\] .bn-modal-wrap) {
        min-width:484px
    }
}

html :is(.\[\&_\.bn-select-field-block-value\]\:max-w-fit .bn-select-field-block-value) {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

html :is(.\[\&_\.bn-select-field-input\]\:text-right .bn-select-field-input) {
    text-align: right
}

html :is(.\[\&_\.bn-select-field\]\:max-w-\[536px\] .bn-select-field) {
    max-width: 536px
}

html :is(.\[\&_\.bn-select-field\]\:gap-4xs .bn-select-field) {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

html :is(.\[\&_\.bn-select-overlay-options\]\:\ !max-h-\[190px\] .bn-select-overlay-options) {
    max-height: 190px !important
}

html :is(.\[\&_\.bn-step-content-title\]\:g-\[text-primaryText\2c subtitle2\2c mb-4xs\] .bn-step-content-title) {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    html :is(.\[\&_\.bn-step-content-title\]\: g-\[text-primaryText\2c subtitle2\2c mb-4xs\] .bn-step-content-title) {
        font-size:14px;
        font-weight: 500;
        line-height: 22px
    }
}

html :is(.\[\&_\.bn-step-content-title\]\:g-\[text-primaryText\2c subtitle2\2c mb-4xs\] .bn-step-content-title) {
    color: var(--color-PrimaryText);
    margin-bottom: var(--space-4xs)
}

html :is(.\[\&_\.bn-tab-list\]\:g-\[h-\[40px\]\2c gap-1\2c flex\2c w-full\] .bn-tab-list) {
    grid-gap: .25rem;
    display: flex;
    gap: .25rem;
    height: 40px;
    width: 100%
}

@media (min-width:767px) {
    html :is(.tablet\: \[\&_\.bn-tab-list\]\:gap-2 .bn-tab-list) {
        grid-gap:.5rem;
        gap: .5rem
    }
}

html :is(.\[\&_\.bn-tab\]\:flex-\[1_0_auto\] .bn-tab) {
    flex: 1 0 auto
}

@media (min-width:767px) {
    html :is(.tablet\: \[\&_\.bn-tab\]\:h-full .bn-tab) {
        height:100%
    }
}

html :is(.\[\&_\.bn-textarea-suffix\]\:hidden .bn-textarea-suffix) {
    display: none
}

html :is(.\[\&_\.bn-tooltips-wrap\]\:w-full .bn-tooltips-wrap) {
    width: 100%
}

@media (max-width:767px) {
    html :is(.mobile\: \[\&_\.bn-tooltips-wrap\]\:w-full .bn-tooltips-wrap) {
        width:100%
    }
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-cell-in-range\]\:bg-badgeBg .bn-web-datepicker-dropdown .bn-web-datepicker-cell-in-range) {
    background-color: var(--color-BadgeBg)
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-cell-range-end\]\:g-\[text-textOnYellow\2c bg-btnBg\] .bn-web-datepicker-dropdown .bn-web-datepicker-cell-range-end) {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow)
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-cell-range-hover-end\]\:text-textOnYellow .bn-web-datepicker-dropdown .bn-web-datepicker-cell-range-hover-end) {
    color: var(--color-TextOnYellow)
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-cell-range-hover-start\]\:text-textOnYellow .bn-web-datepicker-dropdown .bn-web-datepicker-cell-range-hover-start) {
    color: var(--color-TextOnYellow)
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-cell-range-start\]\:g-\[text-textOnYellow\2c bg-btnBg\] .bn-web-datepicker-dropdown .bn-web-datepicker-cell-range-start) {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow)
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-cell-selected\]\:g-\[text-textOnYellow\2c border-none\] .bn-web-datepicker-dropdown .bn-web-datepicker-cell-selected) {
    border-style: none;
    color: var(--color-TextOnYellow)
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-month-panel_\.bn-web-datepicker-cell-selected\>_\.bn-web-datepicker-cell-inner\]\:g-\[border-none\2c text-textOnYellow\] .bn-web-datepicker-dropdown .bn-web-datepicker-month-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner) {
    border-style: none;
    color: var(--color-TextOnYellow)
}

@media (max-width:767px) {
    html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-panel-container\]\: mobile\:w-\[calc\(100vw-32px\)\] .bn-web-datepicker-dropdown .bn-web-datepicker-panel-container) {
        width:calc(100vw - 32px)
    }
    html :is(.\[\&_\.bn-web-datepicker-dropdown_\.bn-web-datepicker-panel-container\]\:mobile\:g-\[ml-0\2c overflow-auto\2c h-full\2c max-h-\[45vh\]\] .bn-web-datepicker-dropdown .bn-web-datepicker-panel-container) {
        height: 100%;
        margin-left: 0;
        max-height: 45vh;
        overflow: auto
    }
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-body_\.rc-picker-cell-today\>_\.rc-picker-cell-inner\]\:rounded-none .bn-web-datepicker-dropdown .rc-picker-body .rc-picker-cell-today>.rc-picker-cell-inner) {
    border-radius: 0
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-header_\.rc-picker-header-view_button\]\:font-semibold .bn-web-datepicker-dropdown .rc-picker-header .rc-picker-header-view button) {
    font-weight: 600
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-month-panel_\.rc-picker-cell-inner\:hover\]\:rounded-none .bn-web-datepicker-dropdown .rc-picker-month-panel .rc-picker-cell-inner:hover) {
    border-radius: 0
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-month-panel_\.rc-picker-cell\.rc-picker-cell-selected_\.rc-picker-cell-inner\]\:g-\[text-\[\#1e2329\]\2c border-none\2c rounded-none\] .bn-web-datepicker-dropdown .rc-picker-month-panel .rc-picker-cell.rc-picker-cell-selected .rc-picker-cell-inner) {
    --tw-text-opacity: 1;
    border-radius: 0;
    border-style: none;
    color: rgb(30 35 41/var(--tw-text-opacity))
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-month-panel_\.rc-picker-cell\:hover_\.rc-picker-cell-inner\]\:rounded-none .bn-web-datepicker-dropdown .rc-picker-month-panel .rc-picker-cell:hover .rc-picker-cell-inner) {
    border-radius: 0
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-year-panel_\.rc-picker-cell-inner\:hover\]\:rounded-none .bn-web-datepicker-dropdown .rc-picker-year-panel .rc-picker-cell-inner:hover) {
    border-radius: 0
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-year-panel_\.rc-picker-cell\.rc-picker-cell-selected_\.rc-picker-cell-inner\]\:g-\[text-\[\#1e2329\]\2c border-none\2c rounded-none\] .bn-web-datepicker-dropdown .rc-picker-year-panel .rc-picker-cell.rc-picker-cell-selected .rc-picker-cell-inner) {
    --tw-text-opacity: 1;
    border-radius: 0;
    border-style: none;
    color: rgb(30 35 41/var(--tw-text-opacity))
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-year-panel_\.rc-picker-cell\:hover_\.rc-picker-cell-inner\]\:rounded-none .bn-web-datepicker-dropdown .rc-picker-year-panel .rc-picker-cell:hover .rc-picker-cell-inner) {
    border-radius: 0
}

html :is(.\[\&_\.bn-web-datepicker-dropdown_\.rc-picker-year-panel_\.rc-picker-header_\.rc-picker-header-view\]\:pointer-events-none .bn-web-datepicker-dropdown .rc-picker-year-panel .rc-picker-header .rc-picker-header-view) {
    pointer-events: none
}

html :is(.\[\&_\.merchantName-avatar\]\:pb-s .merchantName-avatar) {
    padding-bottom: var(--space-s)
}

html :is(.\[\&_\.merchantName-badge\]\:g-\[translate-x-0\2c translate-y-0\] .merchantName-badge) {
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

html :is(.\[\&_\.merchantName-highlight\]\:h-\[35px\] .merchantName-highlight) {
    height: 35px
}

html :is(.\[\&_\.merchantName-nickname\]\:g-\[mb-\[16px\]\2c leading-\[30px\]\] .merchantName-nickname) {
    line-height: 30px;
    margin-bottom: 16px
}

html :is(.\[\&_\.shareModal-paymentMethod\]\:g-\[pb-\[14px\]\2c leading-\[14px\]\2c text-\[14px\]\] .shareModal-paymentMethod) {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 14px
}

html :is(.\[\&_\>\.bn-modal-wrap\]\:\ !w-\[520px\]>.bn-modal-wrap) {
    width: 520px !important
}

html :is(.\[\&_\>\.bn-modal-wrap\]\:w-\[312px\]>.bn-modal-wrap) {
    width: 312px
}

html :is(.\[\&_\>\.bn-modal-wrap\]\:w-\[420px\]>.bn-modal-wrap) {
    width: 420px
}

html :is(.\[\&_\>\.bn-modal-wrap\]\:w-\[520px\]>.bn-modal-wrap) {
    width: 520px
}

@media (min-width:767px) {
    html :is(.noMob\: \[\&_\>\.bn-modal-wrap\]\:w-\[520px\]>.bn-modal-wrap) {
        width:520px
    }
}

html :is(.\[\&_img\]\:max-h-\[90vh\] img) {
    max-height: 90vh
}

html :is(.\[\&_img\]\:max-w-\[90vw\] img) {
    max-width: 90vw
}

html :is(.\[\&_svg\]\:\ !h-\[32px\] svg) {
    height: 32px !important
}

html :is(.\[\&_svg\]\:\ !w-\[32px\] svg) {
    width: 32px !important
}

html :is(.\[\&_textarea\]\:h-\[142px\] textarea) {
    height: 142px
}

html :is(.\[\&_textarea\]\:h-\[38px\] textarea) {
    height: 38px
}

html :is(.\[\&_textarea\]\:g-\[min-h-0\2c px-s\2c py-2xs\2c m-0\] textarea) {
    margin: 0;
    min-height: 0;
    padding: var(--space-2xs) var(--space-s)
}

html :is(.\[\&_video\]\:max-h-\[calc\(100vh_-_32px\)\] video) {
    max-height: calc(100vh - 32px)
}

html :is(.\[\&_video\]\:max-w-\[calc\(100vw_-_32px\)\] video) {
    max-width: calc(100vw - 32px)
}

@media (min-width:767px) {
    html :is(.tablet\: \[\&_video\]\:max-w-\[calc\(100vw_-_48px\)\] video) {
        max-width:calc(100vw - 48px)
    }
}

@media (min-width:1024px) {
    html :is(.pc\: \[\&_video\]\:max-w-\[800px\] video) {
        max-width:800px
    }
}

.before\:caption3:before {
    content: var(--tw-content);
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .before\:caption3:before {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

@media (max-width:767px) {
    .mobile\:headline3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
    @media only screen and (min-width:768px) {
        .mobile\:headline3 {
            font-size: 28px;
            font-weight: 600;
            line-height: 36px
        }
    }
    .mobile\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .mobile\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .mobile\:subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .mobile\:subtitle1 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
    .mobile\:body2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .mobile\:body2 {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px
        }
    }
    .mobile\:caption1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    @media only screen and (min-width:768px) {
        .mobile\:caption1 {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px
        }
    }
}

@media (min-width:767px) {
    .tablet\:headline2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    @media only screen and (min-width:768px) {
        .tablet\:headline2 {
            font-size: 32px;
            font-weight: 600;
            line-height: 40px
        }
    }
    .tablet\:headline4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .tablet\:headline4 {
            font-size: 24px;
            font-weight: 600;
            line-height: 34px
        }
    }
    .tablet\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .tablet\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .tablet\:subtitle4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle4 {
            font-size: 20px;
            font-weight: 500;
            line-height: 28px
        }
    }
    .tablet\:subtitle6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle6 {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px
        }
    }
    .tablet\:subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle1 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
    .tablet\:subtitle2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .tablet\:subtitle2 {
            font-size: 14px;
            font-weight: 500;
            line-height: 22px
        }
    }
    .tablet\:body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .tablet\:body3 {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px
        }
    }
    .tablet\:body5 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    @media only screen and (min-width:768px) {
        .tablet\:body5 {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px
        }
    }
    .tablet\:caption2 {
        font-size: 10px;
        font-weight: 400;
        line-height: 16px
    }
    @media only screen and (min-width:768px) {
        .tablet\:caption2 {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px
        }
    }
}

@media (min-width:1024px) {
    .pc\:title1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
    @media only screen and (min-width:768px) {
        .pc\:title1 {
            font-size: 56px;
            font-weight: 600;
            line-height: 72px
        }
    }
    .pc\:headline1 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
    @media only screen and (min-width:768px) {
        .pc\:headline1 {
            font-size: 40px;
            font-weight: 600;
            line-height: 48px
        }
    }
    .pc\:headline2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    @media only screen and (min-width:768px) {
        .pc\:headline2 {
            font-size: 32px;
            font-weight: 600;
            line-height: 40px
        }
    }
    .pc\:headline3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
    @media only screen and (min-width:768px) {
        .pc\:headline3 {
            font-size: 28px;
            font-weight: 600;
            line-height: 36px
        }
    }
    .pc\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .pc\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .pc\:subtitle4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    @media only screen and (min-width:768px) {
        .pc\:subtitle4 {
            font-size: 20px;
            font-weight: 500;
            line-height: 28px
        }
    }
    .pc\:subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .pc\:subtitle1 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
    .pc\:subtitle2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .pc\:subtitle2 {
            font-size: 14px;
            font-weight: 500;
            line-height: 22px
        }
    }
    .pc\:body1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .pc\:body1 {
            font-size: 20px;
            font-weight: 400;
            line-height: 28px
        }
    }
    .pc\:body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .pc\:body3 {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px
        }
    }
    .pc\:caption1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    @media only screen and (min-width:768px) {
        .pc\:caption1 {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px
        }
    }
}

@media (min-width:767px) {
    .noMob\:headline5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
    @media only screen and (min-width:768px) {
        .noMob\:headline5 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px
        }
    }
    .noMob\:body2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    @media only screen and (min-width:768px) {
        .noMob\:body2 {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px
        }
    }
}

.\[\&_\.bn-button\]\:subtitle2 .bn-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .\[\&_\.bn-button\]\:subtitle2 .bn-button {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

@media (min-width:767px) {
    .tablet\:\[\&_\.bn-button\]\:subtitle1 .bn-button {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    @media only screen and (min-width:768px) {
        .tablet\:\[\&_\.bn-button\]\:subtitle1 .bn-button {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }
    }
}

.\[\&_\.bn-textField-input\:\:placeholder\]\:subtitle2 .bn-textField-input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.\[\&_\.bn-textField-input\:\:placeholder\]\:subtitle2 .bn-textField-input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.\[\&_\.bn-textField-input\:\:placeholder\]\:subtitle2 .bn-textField-input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .\[\&_\.bn-textField-input\:\:placeholder\]\:subtitle2 .bn-textField-input::-moz-placeholder {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .\[\&_\.bn-textField-input\:\:placeholder\]\:subtitle2 .bn-textField-input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .\[\&_\.bn-textField-input\:\:placeholder\]\:subtitle2 .bn-textField-input::placeholder {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.\[\&_\.bn-textField-input\]\:subtitle2 .bn-textField-input {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .\[\&_\.bn-textField-input\]\:subtitle2 .bn-textField-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.\[\&_\>_\.bn-textField-input\:\:placeholder\]\:\ !headline4>.bn-textField-input::-moz-placeholder {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.\[\&_\>_\.bn-textField-input\:\:placeholder\]\:\ !headline4>.bn-textField-input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.\[\&_\>_\.bn-textField-input\:\:placeholder\]\:\ !headline4>.bn-textField-input::placeholder {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .\[\&_\>_\.bn-textField-input\:\:placeholder\]\:\ !headline4>.bn-textField-input::-moz-placeholder {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    .\[\&_\>_\.bn-textField-input\:\:placeholder\]\:\ !headline4>.bn-textField-input:-ms-input-placeholder {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    .\[\&_\>_\.bn-textField-input\:\:placeholder\]\:\ !headline4>.bn-textField-input::placeholder {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
}

.\[\&_\>_\.bn-textField-input\]\:headline4>.bn-textField-input {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .\[\&_\>_\.bn-textField-input\]\:headline4>.bn-textField-input {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
}

@media (max-width:767px) {
    html :is(.\[\&_\.bn-select-field\]\: mobile\:g-\[border-none\2c h-auto\2c w-auto\2c p-0\] .bn-select-field) {
        border-style:none;
        height: auto;
        padding: 0;
        width: auto
    }
    html :is(html :is(:is(.\[\&_\.bn-select-field\]\:mobile\:g-\[border-none\2c h-auto\2c w-auto\2c p-0\] .bn-select-field))) {
        height: auto
    }
}

html :is(.before\:content-\[attr\(data-pin-content\)\]):before {
    --tw-content: attr(data-pin-content);
    content: var(--tw-content)
}

html :is(.before\:g-\[bg-badgeBg\2c rounded-br-2l\2c absolute\2c top-0\2c left-0\2c px-2xs\2c text-primaryYellow\2c leading-4\2c py-4xs\]):before {
    background-color: var(--color-BadgeBg);
    border-bottom-right-radius: var(--radii-2l);
    color: var(--color-PrimaryYellow);
    content: var(--tw-content);
    left: 0;
    line-height: 1rem;
    padding: var(--space-4xs) var(--space-2xs);
    position: absolute;
    top: 0
}

html :is(html :is(:is(.before\:g-\[bg-badgeBg\2c rounded-br-2l\2c absolute\2c top-0\2c left-0\2c px-2xs\2c text-primaryYellow\2c leading-4\2c py-4xs\]))):before {
    background-color: var(--color-BadgeBg);
    border-bottom-right-radius: var(--radii-2l);
    color: var(--color-PrimaryYellow);
    left: 0;
    line-height: 1rem;
    padding: var(--space-4xs) var(--space-2xs);
    position: absolute;
    top: 0
}

html :is(.after\:absolute):after {
    content: var(--tw-content);
    position: absolute
}

html :is(.after\:inset-0):after {
    content: var(--tw-content);
    inset: 0
}

html :is(.after\:left-1\/2):after {
    content: var(--tw-content);
    left: 50%
}

html :is(.after\:top-\[calc\(100\%-4px\)\]):after {
    content: var(--tw-content);
    top: calc(100% - 4px)
}

html :is(.after\:-z-10):after {
    content: var(--tw-content);
    z-index: -10
}

html :is(.after\:block):after {
    content: var(--tw-content);
    display: block
}

html :is(.after\:h-\[6px\]):after {
    content: var(--tw-content);
    height: 6px
}

html :is(.after\:w-\[6px\]):after {
    content: var(--tw-content);
    width: 6px
}

html :is(.after\:origin-left):after {
    content: var(--tw-content);
    transform-origin: left
}

html :is(.after\:-translate-x-1\/2):after {
    --tw-translate-x: -50%;
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

html :is(.after\:rotate-45):after {
    --tw-rotate: 45deg;
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

html :is(.after\:scale-y-\[-1\]):after {
    --tw-scale-y: -1;
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

html :is(.after\:transform):after {
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

html :is(.after\:rounded-sm):after {
    border-radius: .125rem;
    content: var(--tw-content)
}

html :is(.after\:border):after {
    border-width: 1px;
    content: var(--tw-content)
}

html :is(.after\:border-b-btnBg):after {
    border-bottom-color: var(--color-BtnBg);
    content: var(--tw-content)
}

html :is(.after\:border-l-transparent):after {
    border-left-color: transparent;
    content: var(--tw-content)
}

html :is(.after\:border-r-btnBg):after {
    border-right-color: var(--color-BtnBg);
    content: var(--tw-content)
}

html :is(.after\:border-t-transparent):after {
    border-top-color: transparent;
    content: var(--tw-content)
}

html :is(.after\:bg-btnBg):after {
    background-color: var(--color-BtnBg);
    content: var(--tw-content)
}

html :is(.after\:bg-old-badge):after {
    background-color: var(--color-badgeBg);
    content: var(--tw-content)
}

html :is(.after\:opacity-80):after {
    content: var(--tw-content);
    opacity: .8
}

html :is(.after\:content-\[\'\'\]):after{--tw-content:"";content:var(--tw-content)}html :is(.hover\:cursor-pointer:hover){cursor:pointer}html :is(.hover\:border-primaryText:hover){border-color:var(--color-PrimaryText)}html :is(.hover\:bg-input:hover){background-color:var(--color-Input)}html :is(.hover\:bg-old-bg2:hover){background-color:var(--color-bg2)}html :is(.hover\:bg-old-bg3:hover){background-color:var(--color-bg3)}html :is(.hover\:bg-secondaryBg:hover){background-color:var(--color-SecondaryBg)}html :is(.hover\:bg-vessel:hover){background-color:var(--color-Vessel)}html :is(.hover\:text-primaryText:hover){color:var(--color-PrimaryText)}html :is(.hover\:text-primaryYellow:hover){color:var(--color-PrimaryYellow)}html :is(.hover\:text-tertiaryText:hover){color:var(--color-TertiaryText)}html :is(.hover\:text-textLink:hover){color:var(--color-TextLink)}html :is(.hover\:underline:hover){-webkit-text-decoration-line:underline;text-decoration-line:underline}html :is(.hover\:shadow-2:hover){--tw-shadow:var(--shadow-shadow2);--tw-shadow-colored:var(--shadow-shadow2);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}html :is(.active\:bg-vessel:active){background-color:var(--color-Vessel)}html :is(.active\:text-primaryText:active){color:var(--color-PrimaryText)}html :is(.group:hover .group-hover\:scale-125){--tw-scale-x:1.25;--tw-scale-y:1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html :is(.group:hover .group-hover\:opacity-50){opacity:.5}html :is(.aria-disabled\:bg-secondaryBg[aria-disabled=true]){background-color:var(--color-SecondaryBg)}@media (min-width:768px){html :is(.md\:px-xl){padding-left:var(--space-xl);padding-right:var(--space-xl)}}@media (max-width:767px){html :is(.mobile\:fixed){position:fixed}html :is(.mobile\:inset-0){inset:0}html :is(.mobile\:top-0){top:0}html :is(.mobile\:z-\[1000\]){z-index:1000}html :is(.mobile\:mb-xl){margin-bottom:var(--space-xl)}html :is(.mobile\:mr-s){margin-right:var(--space-s)}html :is(.mobile\:mt-0){margin-top:0}html :is(.mobile\:mt-0\.5){margin-top:.125rem}html :is(.mobile\:mt-2xs){margin-top:var(--space-2xs)}html :is(.mobile\:mt-3xl){margin-top:var(--space-3xl)}html :is(.mobile\:mt-4xs){margin-top:var(--space-4xs)}html :is(.mobile\:block){display:block}html :is(.mobile\:\!h-7){height:1.75rem!important}html :is(.mobile\:h-\[193px\]){height:193px}html :is(.mobile\:h-\[40px\]){height:40px}html :is(.mobile\:w-\[40px\]){width:40px}html :is(.mobile\:w-full){width:100%}html :is(.mobile\:max-w-\[calc\(100\%-1em\)\]){max-width:calc(100% - 1em)}html :is(.mobile\:grid-cols-1){grid-template-columns:repeat(1,minmax(0,1fr))}html :is(.mobile\:flex-col){flex-direction:column}html :is(.mobile\:gap-l){grid-gap:var(--space-l);gap:var(--space-l)}html :is(.mobile\:gap-y-l){grid-row-gap:var(--space-l);row-gap:var(--space-l)}html :is(.mobile\:border){border-width:1px}html :is(.mobile\:bg-input){background-color:var(--color-Input)}html :is(.mobile\:px-m){padding-left:var(--space-m);padding-right:var(--space-m)}html :is(.mobile\:py-4xl){padding-bottom:var(--space-4xl);padding-top:var(--space-4xl)}html :is(.mobile\:py-xl){padding-bottom:var(--space-xl);padding-top:var(--space-xl)}html :is(.mobile\:pb-m){padding-bottom:var(--space-m)}html :is(.mobile\:pt-xl){padding-top:var(--space-xl)}html :is(.mobile\:text-center){text-align:center}html :is(.mobile\:leading-4){line-height:1rem}html :is(.mobile\:text-secondaryText){color:var(--color-SecondaryText)}}@media (min-width:767px){html :is(.tablet\:\!left-\[-20px\]){left:-20px!important}html :is(.tablet\:\!right-\[-20px\]){right:-20px!important}html :is(.tablet\:right-\[10px\]){right:10px}html :is(.tablet\:top-\[10px\]){top:10px}html :is(.tablet\:top-\[19px\]){top:19px}html :is(.tablet\:row-start-1){grid-row-start:1}html :is(.tablet\:m-0){margin:0}html :is(.tablet\:mx-0){margin-left:0;margin-right:0}html :is(.tablet\:mx-5xs){margin-left:var(--space-5xs);margin-right:var(--space-5xs)}html :is(.tablet\:mx-auto){margin-left:auto;margin-right:auto}html :is(.tablet\:my-xl){margin-bottom:var(--space-xl);margin-top:var(--space-xl)}html :is(.tablet\:mb-0){margin-bottom:0}html :is(.tablet\:mb-2xl){margin-bottom:var(--space-2xl)}html :is(.tablet\:mb-3xl){margin-bottom:var(--space-3xl)}html :is(.tablet\:mb-4xl){margin-bottom:var(--space-4xl)}html :is(.tablet\:mb-4xs){margin-bottom:var(--space-4xs)}html :is(.tablet\:mb-\[25px\]){margin-bottom:25px}html :is(.tablet\:mb-\[96px\]){margin-bottom:96px}html :is(.tablet\:mb-l){margin-bottom:var(--space-l)}html :is(.tablet\:mb-s){margin-bottom:var(--space-s)}html :is(.tablet\:mb-xl){margin-bottom:var(--space-xl)}html :is(.tablet\:ml-0){margin-left:0}html :is(.tablet\:ml-2xs){margin-left:var(--space-2xs)}html :is(.tablet\:ml-3xl){margin-left:var(--space-3xl)}html :is(.tablet\:ml-l){margin-left:var(--space-l)}html :is(.tablet\:ml-s){margin-left:var(--space-s)}html :is(.tablet\:mr-m){margin-right:var(--space-m)}html :is(.tablet\:mt-0){margin-top:0}html :is(.tablet\:mt-2xs){margin-top:var(--space-2xs)}html :is(.tablet\:mt-5xl){margin-top:var(--space-5xl)}html :is(.tablet\:mt-m){margin-top:var(--space-m)}html :is(.tablet\:mt-s){margin-top:var(--space-s)}html :is(.tablet\:block){display:block}html :is(.tablet\:inline-block){display:inline-block}html :is(.tablet\:flex){display:flex}html :is(.tablet\:hidden){display:none}html :is(.tablet\:\!h-\[32px\]){height:32px!important}html :is(.tablet\:\!h-\[40px\]){height:40px!important}html :is(.tablet\:h-\[198px\]){height:198px}html :is(.tablet\:h-\[24px\]){height:24px}html :is(.tablet\:h-\[318px\]){height:318px}html :is(.tablet\:h-\[88vh\]){height:88vh}html :is(.tablet\:h-\[96px\]){height:96px}html :is(.tablet\:h-auto){height:auto}html :is(.tablet\:h-fit){height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}html :is(.tablet\:\!max-h-\[520px\]){max-height:520px!important}html :is(.tablet\:max-h-\[430px\]){max-height:430px}html :is(.tablet\:max-h-\[500px\]){max-height:500px}html :is(.tablet\:max-h-\[522px\]){max-height:522px}html :is(.tablet\:max-h-\[576px\]){max-height:576px}html :is(.tablet\:max-h-\[618px\]){max-height:618px}html :is(.tablet\:max-h-\[unset\]){max-height:unset}html :is(.tablet\:max-h-fit){max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}html :is(.tablet\:min-h-\[132px\]){min-height:132px}html :is(.tablet\:min-h-\[356px\]){min-height:356px}html :is(.tablet\:min-h-\[590px\]){min-height:590px}html :is(.tablet\:min-h-\[calc\(100vh-190px\)\]){min-height:calc(100vh - 190px)}html :is(.tablet\:\!w-\[140px\]){width:140px!important}html :is(.tablet\:\!w-\[312px\]){width:312px!important}html :is(.tablet\:\!w-\[40px\]){width:40px!important}html :is(.tablet\:w-1\/2){width:50%}html :is(.tablet\:w-1\/3){width:33.333333%}html :is(.tablet\:w-\[164px\]){width:164px}html :is(.tablet\:w-\[228px\]){width:228px}html :is(.tablet\:w-\[240px\]){width:240px}html :is(.tablet\:w-\[24px\]){width:24px}html :is(.tablet\:w-\[295px\]){width:295px}html :is(.tablet\:w-\[340px\]){width:340px}html :is(.tablet\:w-\[360px\]){width:360px}html :is(.tablet\:w-\[384px\]){width:384px}html :is(.tablet\:w-\[40\%\]){width:40%}html :is(.tablet\:w-\[408px\]){width:408px}html :is(.tablet\:w-\[520px\]){width:520px}html :is(.tablet\:w-\[568px\]){width:568px}html :is(.tablet\:w-\[588px\]){width:588px}html :is(.tablet\:w-\[60px\]){width:60px}html :is(.tablet\:w-\[750px\]){width:750px}html :is(.tablet\:w-\[96px\]){width:96px}html :is(.tablet\:w-\[unset\]){width:unset}html :is(.tablet\:w-auto){width:auto}html :is(.tablet\:w-fit){width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}html :is(.tablet\:\!min-w-\[128px\]){min-width:128px!important}html :is(.tablet\:min-w-\[200px\]){min-width:200px}html :is(.tablet\:min-w-\[207px\]){min-width:207px}html :is(.tablet\:min-w-\[321px\]){min-width:321px}html :is(.tablet\:min-w-\[360px\]){min-width:360px}html :is(.tablet\:max-w-\[1200px\]){max-width:1200px}html :is(.tablet\:max-w-\[240px\]){max-width:240px}html :is(.tablet\:max-w-\[321px\]){max-width:321px}html :is(.tablet\:max-w-\[330px\]){max-width:330px}html :is(.tablet\:max-w-\[435px\]){max-width:435px}html :is(.tablet\:max-w-\[460px\]){max-width:460px}html :is(.tablet\:max-w-\[588px\]){max-width:588px}html :is(.tablet\:flex-none){flex:none}html :is(.tablet\:grid-cols-2){grid-template-columns:repeat(2,minmax(0,1fr))}html :is(.tablet\:grid-cols-\[1fr_66\%\]){grid-template-columns:1fr 66%}html :is(.tablet\:grid-cols-\[286px_286px\]){grid-template-columns:286px 286px}html :is(.tablet\:flex-row){flex-direction:row}html :is(.tablet\:flex-col){flex-direction:column}html :is(.tablet\:items-start){align-items:flex-start}html :is(.tablet\:items-end){align-items:flex-end}html :is(.tablet\:items-center){align-items:center}html :is(.tablet\:justify-start){justify-content:flex-start}html :is(.tablet\:justify-between){justify-content:space-between}html :is(.tablet\:gap-2xs){grid-gap:var(--space-2xs);gap:var(--space-2xs)}html :is(.tablet\:gap-3xl){grid-gap:var(--space-3xl);gap:var(--space-3xl)}html :is(.tablet\:gap-4xl){grid-gap:var(--space-4xl);gap:var(--space-4xl)}html :is(.tablet\:gap-4xs){grid-gap:var(--space-4xs);gap:var(--space-4xs)}html :is(.tablet\:gap-\[244px\]){grid-gap:244px;gap:244px}html :is(.tablet\:gap-\[96px\]){grid-gap:96px;gap:96px}html :is(.tablet\:gap-l){grid-gap:var(--space-l);gap:var(--space-l)}html :is(.tablet\:gap-m){grid-gap:var(--space-m);gap:var(--space-m)}html :is(.tablet\:gap-mm){grid-gap:var(--space-mm);gap:var(--space-mm)}html :is(.tablet\:gap-s){grid-gap:var(--space-s);gap:var(--space-s)}html :is(.tablet\:gap-xl){grid-gap:var(--space-xl);gap:var(--space-xl)}html :is(.tablet\:gap-x-m){grid-column-gap:var(--space-m);-moz-column-gap:var(--space-m);column-gap:var(--space-m)}html :is(.tablet\:self-center){align-self:center}html :is(.tablet\:rounded-2l){border-radius:var(--radii-2l)}html :is(.tablet\:rounded-m){border-radius:var(--radii-m)}html :is(.tablet\:rounded-xl){border-radius:var(--radii-xl)}html :is(.tablet\:border){border-width:1px}html :is(.tablet\:border-line){border-color:var(--color-Line)}html :is(.tablet\:bg-vessel){background-color:var(--color-Vessel)}html :is(.tablet\:p-xl){padding:var(--space-xl)}html :is(.tablet\:\!px-s){padding-left:var(--space-s)!important;padding-right:var(--space-s)!important}html :is(.tablet\:\!py-\[18px\]){padding-bottom:18px!important;padding-top:18px!important}html :is(.tablet\:px-0){padding-left:0;padding-right:0}html :is(.tablet\:px-2xs){padding-left:var(--space-2xs);padding-right:var(--space-2xs)}html :is(.tablet\:px-3xl){padding-left:var(--space-3xl);padding-right:var(--space-3xl)}html :is(.tablet\:px-\[120px\]){padding-left:120px;padding-right:120px}html :is(.tablet\:px-\[24px\]){padding-left:24px;padding-right:24px}html :is(.tablet\:px-\[28px\]){padding-left:28px;padding-right:28px}html :is(.tablet\:px-\[90px\]){padding-left:90px;padding-right:90px}html :is(.tablet\:px-l){padding-left:var(--space-l);padding-right:var(--space-l)}html :is(.tablet\:px-m){padding-left:var(--space-m);padding-right:var(--space-m)}html :is(.tablet\:px-s){padding-left:var(--space-s);padding-right:var(--space-s)}html :is(.tablet\:px-xl){padding-left:var(--space-xl);padding-right:var(--space-xl)}html :is(.tablet\:py-11){padding-bottom:2.75rem;padding-top:2.75rem}html :is(.tablet\:py-2xl){padding-bottom:var(--space-2xl);padding-top:var(--space-2xl)}html :is(.tablet\:py-3xl){padding-bottom:var(--space-3xl);padding-top:var(--space-3xl)}html :is(.tablet\:py-\[48px\]){padding-bottom:48px;padding-top:48px}html :is(.tablet\:py-l){padding-bottom:var(--space-l);padding-top:var(--space-l)}html :is(.tablet\:py-m){padding-bottom:var(--space-m);padding-top:var(--space-m)}html :is(.tablet\:py-xl){padding-bottom:var(--space-xl);padding-top:var(--space-xl)}html :is(.tablet\:pb-\[96px\]){padding-bottom:96px}html :is(.tablet\:pb-m){padding-bottom:var(--space-m)}html :is(.tablet\:pb-xl){padding-bottom:var(--space-xl)}html :is(.tablet\:pl-\[56px\]){padding-left:56px}html :is(.tablet\:pt-2xs){padding-top:var(--space-2xs)}html :is(.tablet\:pt-3xl){padding-top:var(--space-3xl)}html :is(.tablet\:pt-4xl){padding-top:var(--space-4xl)}html :is(.tablet\:pt-5xl){padding-top:var(--space-5xl)}html :is(.tablet\:pt-l){padding-top:var(--space-l)}html :is(.tablet\:pt-xl){padding-top:var(--space-xl)}html :is(.tablet\:text-\[24px\]){font-size:24px}html :is(.tablet\:text-\[64px\]){font-size:64px}html :is(.tablet\:text-\[96px\]){font-size:96px}html :is(.tablet\:text-basicBg){color:var(--color-BasicBg)}html :is(.tablet\:text-primaryText){color:var(--color-PrimaryText)}html :is(.tablet\:text-secondaryText){color:var(--color-SecondaryText)}html :is(.tablet\:text-tertiaryText){color:var(--color-TertiaryText)}html :is(.tablet\:shadow-1){--tw-shadow:var(--shadow-shadow1);--tw-shadow-colored:var(--shadow-shadow1);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:1024px){html :is(.pc\:static){position:static}html :is(.pc\:z-auto){z-index:auto}html :is(.pc\:mb-0){margin-bottom:0}html :is(.pc\:mb-3xl){margin-bottom:var(--space-3xl)}html :is(.pc\:mb-4){margin-bottom:1rem}html :is(.pc\:mb-5xs){margin-bottom:var(--space-5xs)}html :is(.pc\:mb-\[128px\]){margin-bottom:128px}html :is(.pc\:mb-\[56px\]){margin-bottom:56px}html :is(.pc\:mb-\[60px\]){margin-bottom:60px}html :is(.pc\:mb-\[80px\]){margin-bottom:80px}html :is(.pc\:ml-0){margin-left:0}html :is(.pc\:ml-2){margin-left:.5rem}html :is(.pc\:mt-4xs){margin-top:var(--space-4xs)}html :is(.pc\:mt-\[48px\]){margin-top:48px}html :is(.pc\:mt-m){margin-top:var(--space-m)}html :is(.pc\:block){display:block}html :is(.pc\:flex){display:flex}html :is(.pc\:grid){display:grid}html :is(.pc\:hidden){display:none}html :is(.pc\:h-\[180px\]){height:180px}html :is(.pc\:h-\[207px\]){height:207px}html :is(.pc\:h-\[44px\]){height:44px}html :is(.pc\:h-\[700px\]){height:700px}html :is(.pc\:max-h-\[628px\]){max-height:628px}html :is(.pc\:w-2\/5){width:40%}html :is(.pc\:w-\[112px\]){width:112px}html :is(.pc\:w-\[1200px\]){width:1200px}html :is(.pc\:w-\[292px\]){width:292px}html :is(.pc\:w-\[300px\]){width:300px}html :is(.pc\:w-\[428px\]){width:428px}html :is(.pc\:w-\[552px\]){width:552px}html :is(.pc\:w-\[588px\]){width:588px}html :is(.pc\:w-\[712px\]){width:712px}html :is(.pc\:w-\[748px\]){width:748px}html :is(.pc\:w-auto){width:auto}html :is(.pc\:max-w-\[384px\]){max-width:384px}html :is(.pc\:max-w-\[440px\]){max-width:440px}html :is(.pc\:max-w-\[580px\]){max-width:580px}html :is(.pc\:grid-cols-2){grid-template-columns:repeat(2,minmax(0,1fr))}html :is(.pc\:grid-cols-3){grid-template-columns:repeat(3,minmax(0,1fr))}html :is(.pc\:grid-cols-4){grid-template-columns:repeat(4,minmax(0,1fr))}html :is(.pc\:grid-cols-\[1fr_max-content\]){grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}html :is(.pc\:grid-cols-\[4fr_7fr\]){grid-template-columns:4fr 7fr}html :is(.pc\:grid-cols-\[716fr_484fr\]){grid-template-columns:716fr 484fr}html :is(.pc\:flex-row){flex-direction:row}html :is(.pc\:flex-col){flex-direction:column}html :is(.pc\:items-start){align-items:flex-start}html :is(.pc\:items-end){align-items:flex-end}html :is(.pc\:items-center){align-items:center}html :is(.pc\:justify-start){justify-content:flex-start}html :is(.pc\:justify-end){justify-content:flex-end}html :is(.pc\:justify-center){justify-content:center}html :is(.pc\:justify-between){justify-content:space-between}html :is(.pc\:gap-\[128px\]){grid-gap:128px;gap:128px}html :is(.pc\:gap-\[140px\]){grid-gap:140px;gap:140px}html :is(.pc\:gap-l){grid-gap:var(--space-l);gap:var(--space-l)}html :is(.pc\:gap-m){grid-gap:var(--space-m);gap:var(--space-m)}html :is(.pc\:gap-xl){grid-gap:var(--space-xl);gap:var(--space-xl)}html :is(.pc\:self-start){align-self:flex-start}html :is(.pc\:rounded-xl){border-radius:var(--radii-xl)}html :is(.pc\:border){border-width:1px}html :is(.pc\:border-line){border-color:var(--color-Line)}html :is(.pc\:border-primaryYellow){border-color:var(--color-PrimaryYellow)}html :is(.pc\:px-0){padding-left:0;padding-right:0}html :is(.pc\:px-3xl){padding-left:var(--space-3xl);padding-right:var(--space-3xl)}html :is(.pc\:px-m){padding-left:var(--space-m);padding-right:var(--space-m)}html :is(.pc\:py-4xl){padding-bottom:var(--space-4xl);padding-top:var(--space-4xl)}html :is(.pc\:py-5xl){padding-bottom:var(--space-5xl);padding-top:var(--space-5xl)}html :is(.pc\:py-l){padding-bottom:var(--space-l);padding-top:var(--space-l)}html :is(.pc\:py-xl){padding-bottom:var(--space-xl);padding-top:var(--space-xl)}html :is(.pc\:pb-4xl){padding-bottom:var(--space-4xl)}html :is(.pc\:pb-\[128px\]){padding-bottom:128px}html :is(.pc\:pl-0){padding-left:0}html :is(.pc\:pt-0){padding-top:0}html :is(.pc\:pt-3xl){padding-top:var(--space-3xl)}html :is(.pc\:text-left){text-align:left}html :is(.pc\:text-\[16px\]){font-size:16px}html :is(.pc\:text-primaryText){color:var(--color-PrimaryText)}html :is(.pc\:text-tertiaryText){color:var(--color-TertiaryText)}html :is(.pc\:shadow-1){--tw-shadow:var(--shadow-shadow1);--tw-shadow-colored:var(--shadow-shadow1);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}html :is(.pc\:hover\:text-primaryText:hover){color:var(--color-PrimaryText)}html :is(.pc\:active\:text-primaryText:active){color:var(--color-PrimaryText)}}@media (min-width:767px) and (max-width:1023px){html :is(.tabletOnly\:bottom-0){bottom:0}html :is(.tabletOnly\:mb-0){margin-bottom:0}html :is(.tabletOnly\:mr-2xs){margin-right:var(--space-2xs)}html :is(.tabletOnly\:flex){display:flex}html :is(.tabletOnly\:min-w-\[45\%\]){min-width:45%}html :is(.tabletOnly\:pt-xl){padding-top:var(--space-xl)}}@media (max-width:1023px){html :is(.noPc\:hidden){display:none}html :is(.noPc\:max-w-\[518px\]){max-width:518px}}@media (min-width:767px){html :is(.noMob\:flex){display:flex}html :is(.noMob\:flex-row){flex-direction:row}html :is(.noMob\:gap-y-3xl){grid-row-gap:var(--space-3xl);row-gap:var(--space-3xl)}html :is(.noMob\:border-\[3px\]){border-width:3px}html :is(.noMob\:py-3xl){padding-bottom:var(--space-3xl);padding-top:var(--space-3xl)}html :is(.noMob\:text-secondaryText){color:var(--color-SecondaryText)}}html :is(.\[\&\&\&_\>_\.bn-bubble-content\]\:max-h-fit.\[\&\&\&_\>_\.bn-bubble-content\]\:max-h-fit.\[\&\&\&_\>_\.bn-bubble-content\]\:max-h-fit>.bn-bubble-content){max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}html :is(.\[\&\.bn-drawer_\>_\.bn-drawer-wrap\]\:g-\[max-w-\[484px\]\2c w-full\].bn-drawer>.bn-drawer-wrap){max-width:484px;width:100%}html :is(html :is(:is(.\[\&\.bn-drawer_\>_\.bn-drawer-wrap\]\:g-\[max-w-\[484px\]\2c w-full\].bn-drawer>.bn-drawer-wrap))){width:100%}html :is(.\[\&\.bn-drawer_\>_\.bn-drawer-wrap_\>_\.bn-modal-content\]\:g-\[max-h-\[628px\]\2c p-0\].bn-drawer>.bn-drawer-wrap>.bn-modal-content){max-height:628px;padding:0}html :is(html :is(:is(.\[\&\.bn-drawer_\>_\.bn-drawer-wrap_\>_\.bn-modal-content\]\:g-\[max-h-\[628px\]\2c p-0\].bn-drawer>.bn-drawer-wrap>.bn-modal-content))){padding:0}html :is(.\[\&\.bn-drawer_\>_\.bn-drawer-wrap_\>_\.bn-modal-footer\]\:px-l.bn-drawer>.bn-drawer-wrap>.bn-modal-footer){padding-left:var(--space-l);padding-right:var(--space-l)}html :is(.\[\&\.bn-drawer_\>_\.bn-drawer-wrap_\>_\.bn-modal-header\]\:px-l.bn-drawer>.bn-drawer-wrap>.bn-modal-header){padding-left:var(--space-l);padding-right:var(--space-l)}html :is(.\[\&\.bn-modal_\>_\.bn-modal-wrap\]\:g-\[max-w-\[484px\]\2c w-full\].bn-modal>.bn-modal-wrap){max-width:484px;width:100%}html :is(html :is(:is(.\[\&\.bn-modal_\>_\.bn-modal-wrap\]\:g-\[max-w-\[484px\]\2c w-full\].bn-modal>.bn-modal-wrap))){width:100%}html :is(.\[\&\.bn-modal_\>_\.bn-modal-wrap_\>_\.bn-modal-content\]\:g-\[max-h-\[628px\]\2c p-0\].bn-modal>.bn-modal-wrap>.bn-modal-content){max-height:628px;padding:0}html :is(html :is(:is(.\[\&\.bn-modal_\>_\.bn-modal-wrap_\>_\.bn-modal-content\]\:g-\[max-h-\[628px\]\2c p-0\].bn-modal>.bn-modal-wrap>.bn-modal-content))){padding:0}html :is(.\[\&\.bn-modal_\>_\.bn-modal-wrap_\>_\.bn-modal-footer\]\:px-l.bn-modal>.bn-modal-wrap>.bn-modal-footer){padding-left:var(--space-l);padding-right:var(--space-l)}html :is(.\[\&\.bn-modal_\>_\.bn-modal-wrap_\>_\.bn-modal-header\]\:px-l.bn-modal>.bn-modal-wrap>.bn-modal-header){padding-left:var(--space-l);padding-right:var(--space-l)}html :is(.\[\&\.bn-tooltips-wrap\.active\]\:text-textLink.bn-tooltips-wrap.active){color:var(--color-TextLink)}html :is(.\[\&\>\*\]\:flex>*){display:flex}html :is(.\[\&\>\.bn-bubble-content\]\:\!max-h-max>.bn-bubble-content){max-height:-webkit-max-content!important;max-height:-moz-max-content!important;max-height:max-content!important}html :is(.\[\&\>\.bn-tab-list\]\:mb-xl>.bn-tab-list){margin-bottom:var(--space-xl)}html :is(.\[\&\>\.bn-tab-list\]\:mb-xs>.bn-tab-list){margin-bottom:var(--space-xs)}@media (min-width:767px){html :is(.\[\&\>\.bn-tab-list\]\:tablet\:mb-3xl>.bn-tab-list){margin-bottom:var(--space-3xl)}html :is(.\[\&\>\.bn-tab-list\]\:tablet\:mb-m>.bn-tab-list){margin-bottom:var(--space-m)}}html :is(.\[\&\>\.bn-textField-input\]\:w-full>.bn-textField-input){width:100%}html :is(.\[\&\>div\:first-child\]\:max-w-full>div:first-child){max-width:100%}html :is(.\[\&\>div\:first-child\]\:g-\[rounded-large\2c border-line\]>div:first-child){border-color:var(--color-Line);border-radius:var(--radii-l)}html :is(html :is(:is(.\[\&\>div\:first-child\]\:g-\[rounded-large\2c border-line\]>div:first-child))){border-color:var(--color-Line);border-radius:var(--radii-l)}@media (min-width:767px){html :is(.tablet\:\[\&\>div\:first-child\]\:max-w-\[565px\]>div:first-child){max-width:565px}}html :is(.\[\&\>svg\]\:hover\:text-tertiaryText:hover>svg){color:var(--color-TertiaryText)}html :is(.\[\&\>textarea\]\:g-\[h-full\2c overflow-y-auto\2c scrollbar\]>textarea){height:100%;overflow-y:auto}html :is(.\[\&\>textarea\]\:g-\[h-full\2c overflow-y-auto\2c scrollbar\]>textarea)::-webkit-scrollbar{display:block;width:10px}html :is(html :is(:is(.\[\&\>textarea\]\:g-\[h-full\2c overflow-y-auto\2c scrollbar\]>textarea))){height:100%;overflow-y:auto}html :is(.\[\&_\.ConfirmModal__footer\]\:flex-col-reverse .ConfirmModal footer){flex-direction:column-reverse}html :is(.\[\&_\.bn-bubble-content\]\:\!mt-xs .bn-bubble-content){margin-top:var(--space-xs)!important}html :is(.\[\&_\.bn-bubble-content\]\:hidden .bn-bubble-content){display:none}html :is(.\[\&_\.bn-bubble-content\]\:\!max-h-\[unset\] .bn-bubble-content){max-height:unset!important}html :is(.\[\&_\.bn-bubble-content\]\:\!max-h-none .bn-bubble-content){max-height:none!important}html :is(.\[\&_\.bn-bubble-content\]\:w-full .bn-bubble-content){width:100%}html :is(.\[\&_\.bn-bubble-content\]\:\!max-w-\[320px\] .bn-bubble-content){max-width:320px!important}html :is(.\[\&_\.bn-bubble-content\]\:\!max-w-\[420px\] .bn-bubble-content){max-width:420px!important}html :is(.\[\&_\.bn-bubble-content\]\:max-w-\[320px\] .bn-bubble-content){max-width:320px}html :is(.\[\&_\.bn-bubble-content\]\:\!p-m .bn-bubble-content){padding:var(--space-m)!important}html :is(.\[\&_\.bn-bubble-content\]\:g-\[\!max-w-none\2c \!max-h-none\] .bn-bubble-content){max-height:none!important;max-width:none!important}@media (min-width:767px){html :is(.\[\&_\.bn-bubble-content\]\:tablet\:max-w-\[420px\] .bn-bubble-content){max-width:420px}}html :is(.\[\&_\.bn-bubble\]\:\!left-auto .bn-bubble){left:auto!important}html :is(.\[\&_\.bn-bubble\]\:\!right-\[-10px\] .bn-bubble){right:-10px!important}html :is(.\[\&_\.bn-bubble\]\:\!hidden .bn-bubble){display:none!important}html :is(.\[\&_\.bn-bubble\]\:w-\[265px\] .bn-bubble){width:265px}html :is(.\[\&_\.bn-bubble\]\:w-\[280px\] .bn-bubble){width:280px}html :is(.\[\&_\.bn-bubble\]\:max-w-none .bn-bubble){max-width:none}html :is(.\[\&_\.bn-bubble\]\:\!translate-x-0 .bn-bubble){--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@media (max-width:767px){html :is(.mobile\:\[\&_\.bn-bubble\]\:w-full .bn-bubble){width:100%}html :is(.mobile\:\[\&_\.bn-bubble_\>_\.bn-bubble-content\]\:w-full .bn-bubble>.bn-bubble-content){width:100%}}html :is(.\[\&_\.bn-button\]\:px-m .bn-button){padding-left:var(--space-m);padding-right:var(--space-m)}html :is(.\[\&_\.bn-checkbox-icon\]\:text-\[14px\] .bn-checkbox-icon){font-size:14px}html :is(.\[\&_\.bn-checkbox-icon\]\:g-\[mt-xs\2c self-start\] .bn-checkbox-icon){align-self:flex-start;margin-top:var(--space-xs)}html :is(html :is(:is(.\[\&_\.bn-checkbox-icon\]\:g-\[mt-xs\2c self-start\] .bn-checkbox-icon))){align-self:flex-start;margin-top:var(--space-xs)}html :is(.\[\&_\.bn-drawer-wrap\]\:max-h-\[90\%\] .bn-drawer-wrap){max-height:90%}html :is(.\[\&_\.bn-drawer-wrap\]\:overflow-auto .bn-drawer-wrap){overflow:auto}html :is(.\[\&_\.bn-drawer-wrap\]\:overflow-y-scroll .bn-drawer-wrap){overflow-y:scroll}html :is(.\[\&_\.bn-drawer-wrap\]\:\!rounded-none .bn-drawer-wrap){border-radius:0!important}html :is(.\[\&_\.bn-drawer-wrap\]\:p-xl .bn-drawer-wrap){padding:var(--space-xl)}html :is(.\[\&_\.bn-drawer-wrap\]\:pt-0 .bn-drawer-wrap){padding-top:0}@media (max-width:767px){html :is(.mobile\:\[\&_\.bn-drawer-wrap_\.bn-select-overlay-options\]\:\!max-h-\[unset\] .bn-drawer-wrap .bn-select-overlay-options){max-height:unset!important}html :is(.mobile\:\[\&_\.bn-drawer-wrap_\.bn-select-overlay-options\]\:grow .bn-drawer-wrap .bn-select-overlay-options){flex-grow:1}html :is(.mobile\:\[\&_\.bn-drawer-wrap_\.bn-select-overlay\]\:max-h-\[calc\(100vh_-_80px\)\] .bn-drawer-wrap .bn-select-overlay){max-height:calc(100vh - 80px)}html :is(.mobile\:\[\&_\.bn-drawer-wrap_\.bn-select-overlay\]\:g-\[flex-col\2c flex\2c overflow-hidden\] .bn-drawer-wrap .bn-select-overlay){display:flex;flex-direction:column;overflow:hidden}html :is(html :is(:is(.mobile\:\[\&_\.bn-drawer-wrap_\.bn-select-overlay\]\:g-\[flex-col\2c flex\2c overflow-hidden\] .bn-drawer-wrap .bn-select-overlay))){display:flex;flex-direction:column;overflow:hidden}}html :is(.\[\&_\.bn-input-helper-text\]\:whitespace-nowrap .bn-input-helper-text){white-space:nowrap}html :is(.\[\&_\.bn-modal-content\]\:max-h-\[476px\] .bn-modal-content){max-height:476px}html :is(.\[\&_\.bn-modal-content\]\:max-h-fit .bn-modal-content){max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}html :is(.\[\&_\.bn-modal-wrap\]\:h-\[540px\] .bn-modal-wrap){height:540px}html :is(.\[\&_\.bn-modal-wrap\]\:h-\[640px\] .bn-modal-wrap){height:640px}html :is(.\[\&_\.bn-modal-wrap\]\:h-\[calc\(100vh-80px\)\] .bn-modal-wrap){height:calc(100vh - 80px)}html :is(.\[\&_\.bn-modal-wrap\]\:max-h-\[90\%\] .bn-modal-wrap){max-height:90%}html :is(.\[\&_\.bn-modal-wrap\]\:w-\[360px\] .bn-modal-wrap){width:360px}html :is(.\[\&_\.bn-modal-wrap\]\:w-\[420px\] .bn-modal-wrap){width:420px}html :is(.\[\&_\.bn-modal-wrap\]\:w-\[520px\] .bn-modal-wrap){width:520px}html :is(.\[\&_\.bn-modal-wrap\]\:w-full .bn-modal-wrap){width:100%}html :is(.\[\&_\.bn-modal-wrap\]\:overflow-y-scroll .bn-modal-wrap){overflow-y:scroll}html :is(.\[\&_\.bn-modal-wrap\]\:p-xl .bn-modal-wrap){padding:var(--space-xl)}html :is(.\[\&_\.bn-modal-wrap\]\:pt-0 .bn-modal-wrap){padding-top:0}@media (min-width:767px){html :is(.\[\&_\.bn-modal-wrap\]\:tablet\:max-h-\[560px\] .bn-modal-wrap){max-height:560px}html :is(.\[\&_\.bn-modal-wrap\]\:tablet\:w-\[520px\] .bn-modal-wrap){width:520px}html :is(.\[\&_\.bn-modal-wrap\]\:tablet\:w-\[720px\] .bn-modal-wrap){width:720px}html :is(.\[\&_\.bn-modal-wrap\]\:tablet\:w-\[736px\] .bn-modal-wrap){width:736px}html :is(.\[\&_\.bn-modal-wrap\]\:tablet\:w-\[800px\] .bn-modal-wrap){width:800px}html :is(.\[\&_\.bn-modal-wrap\]\:tablet\:w-\[900px\] .bn-modal-wrap){width:900px}html :is(.\[\&_\.bn-modal-wrap\]\:tablet\:max-w-\[95vw\] .bn-modal-wrap){max-width:95vw}}html :is(.\[\&_\.bn-sdd-dropdown\]\:w-full .bn-sdd-dropdown){width:100%}html :is(.\[\&_\.bn-sdd-dropdown\]\:rounded-large .bn-sdd-dropdown){border-radius:var(--radii-l)}html :is(.\[\&_\.bn-sdd-dropdown\]\:placeholder-iconNormal .bn-sdd-dropdown)::-moz-placeholder{color:var(--color-IconNormal)}html :is(.\[\&_\.bn-sdd-dropdown\]\:placeholder-iconNormal .bn-sdd-dropdown):-ms-input-placeholder{color:var(--color-IconNormal)}html :is(.\[\&_\.bn-sdd-dropdown\]\:placeholder-iconNormal .bn-sdd-dropdown)::placeholder{color:var(--color-IconNormal)}@media (min-width:767px){html :is(.tablet\:\[\&_\.bn-sdd-dropdown\]\:max-w-\[565px\] .bn-sdd-dropdown){max-width:565px}}html :is(.\[\&_\.bn-select-bubble\]\:\!w-\[220px\] .bn-select-bubble){width:220px!important}html :is(.\[\&_\.bn-select-bubble\]\:w-full .bn-select-bubble){width:100%}html :is(.\[\&_\.bn-select-field\.data-multi\]\:max-w-none .bn-select-field.data-multi){max-width:none}@media (max-width:767px){html :is(.\[\&_\.bn-select-field\>svg\]\:mobile\:hidden .bn-select-field>svg){display:none}}html :is(.\[\&_\.bn-select-field\]\:border-0 .bn-select-field){border-width:0}html :is(.\[\&_\.bn-select-field\]\:p-0 .bn-select-field){padding:0}html :is(.\[\&_\.bn-select-field\]\:g-\[border-none\2c p-0\2c h-auto\] .bn-select-field){border-style:none;height:auto;padding:0}html :is(html :is(:is(.\[\&_\.bn-select-field\]\:g-\[border-none\2c p-0\2c h-auto\] .bn-select-field))){border-style:none;height:auto;padding:0}@media (max-width:767px){html :is(.\[\&_\.bn-select-field\]\:mobile\:g-\[border-none\2c h-auto\2c w-auto\2c p-0\] .bn-select-field){border-style:none;height:auto;padding:0;width:auto}html :is(html :is(:is(.\[\&_\.bn-select-field\]\:mobile\:g-\[border-none\2c h-auto\2c w-auto\2c p-0\] .bn-select-field))){border-style:none;height:auto;padding:0;width:auto}}html :is(.\[\&_\.bn-select-option\.active\]\:font-medium .bn-select-option.active){font-weight:500}html :is(.\[\&_\.bn-select-option\]\:font-normal .bn-select-option){font-weight:400}html :is(.\[\&_\.bn-select-overlay-empty\]\:g-\[text-disabledText\2c justify-center\2c my-l\] .bn-select-overlay-empty){color:var(--color-DisabledText);justify-content:center;margin-bottom:var(--space-l);margin-top:var(--space-l)}html :is(html :is(:is(.\[\&_\.bn-select-overlay-empty\]\:g-\[text-disabledText\2c justify-center\2c my-l\] .bn-select-overlay-empty))){color:var(--color-DisabledText);justify-content:center;margin-bottom:var(--space-l);margin-top:var(--space-l)}html :is(.\[\&_\.bn-select-overlay-options\]\:\!max-h-\[220px\] .bn-select-overlay-options){max-height:220px!important}html :is(.\[\&_\.bn-select-overlay-options\]\:\!max-h-\[260px\] .bn-select-overlay-options){max-height:260px!important}html :is(.\[\&_\.bn-select-overlay-options\]\:\!max-h-\[340px\] .bn-select-overlay-options){max-height:340px!important}html :is(.\[\&_\.bn-select-overlay-options\]\:\!max-h-\[70vh\] .bn-select-overlay-options){max-height:70vh!important}html :is(.\[\&_\.bn-select-overlay-options\]\:pt-0 .bn-select-overlay-options){padding-top:0}@media (min-width:767px){html :is(.\[\&_\.bn-select-overlay-options\]\:tablet\:\!max-h-\[305px\] .bn-select-overlay-options){max-height:305px!important}}html :is(.\[\&_\.bn-select-overlay__drawer\]\:min-h-\[60vh\] .bn-select-overlay drawer){min-height:60vh}html :is(.\[\&_\.bn-tab-list\]\:border-inputLine .bn-tab-list){border-color:var(--color-InputLine)}html :is(.\[\&_\.bn-tab\]\:rounded-m .bn-tab){border-radius:var(--radii-m)}html :is(.\[\&_\.bn-textField-suffix\]\:g-\[border-l\2c border-inputLine\2c \!pl-s\] .bn-textField-suffix){border-color:var(--color-InputLine);border-left-width:1px;padding-left:var(--space-s)!important}html :is(html :is(:is(.\[\&_\.bn-textField-suffix\]\:g-\[border-l\2c border-inputLine\2c \!pl-s\] .bn-textField-suffix))){border-color:var(--color-InputLine);border-left-width:1px}html :is(.\[\&_\.bn-textarea-input\]\:h-\[88px\] .bn-textarea-input){height:88px}html :is(.\[\&_\.bn-tooltip-box\]\:g-\[max-w-\[330px\]\2c whitespace-break-spaces\] .bn-tooltip-box){max-width:330px;white-space:break-spaces}html :is(html :is(:is(.\[\&_\.bn-tooltip-box\]\:g-\[max-w-\[330px\]\2c whitespace-break-spaces\] .bn-tooltip-box))){white-space:break-spaces}html :is(.\[\&_\.bn-tooltips-ele\]\:w-full .bn-tooltips-ele){width:100%}html :is(.\[\&_\.bn-tooltips\>\.bn-bubble-content\]\:g-\[min-w-\[150px\]\2c translate-x-\[-50\%\]\] .bn-tooltips>.bn-bubble-content){--tw-translate-x:-50%;min-width:150px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html :is(html :is(:is(.\[\&_\.bn-tooltips\>\.bn-bubble-content\]\:g-\[min-w-\[150px\]\2c translate-x-\[-50\%\]\] .bn-tooltips>.bn-bubble-content))){min-width:150px}html :is(.\[\&_\.bn-tooltips\]\:\!left-\[-100px\] .bn-tooltips){left:-100px!important}html :is(.\[\&_\.bn-tooltips\]\:\!w-\[430px\] .bn-tooltips){width:430px!important}html :is(.\[\&_\.bn-tooltips_\>_\.bn-bubble-content\]\:rounded-t-none .bn-tooltips>.bn-bubble-content){border-top-left-radius:0;border-top-right-radius:0}@media (min-width:767px){html :is(.noMob\:\[\&_\.bn-tooltips_\>_\.bn-bubble-content\]\:min-w-\[248px\] .bn-tooltips>.bn-bubble-content){min-width:248px}}html :is(.\[\&_\.bn-web-datepicker-input\>input\:\:placeholder\]\:rounded-xs .bn-web-datepicker-input>input)::-moz-placeholder{border-radius:var(--radii-xs)}html :is(.\[\&_\.bn-web-datepicker-input\>input\:\:placeholder\]\:rounded-xs .bn-web-datepicker-input>input):-ms-input-placeholder{border-radius:var(--radii-xs)}html :is(.\[\&_\.bn-web-datepicker-input\>input\:\:placeholder\]\:rounded-xs .bn-web-datepicker-input>input)::placeholder{border-radius:var(--radii-xs)}html :is(.\[\&_\.bn-web-datepicker-range\]\:rounded-xs .bn-web-datepicker-range){border-radius:var(--radii-xs)}html :is(.\[\&_\.shadow\]\:shadow-none .shadow){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}html :is(.\[\&_\.slick-dots\]\:g-\[justify-start\2c ml-xl\] .slick-dots){justify-content:flex-start;margin-left:var(--space-xl)}html :is(html :is(:is(.\[\&_\.slick-dots\]\:g-\[justify-start\2c ml-xl\] .slick-dots))){justify-content:flex-start;margin-left:var(--space-xl)}html :is(.\[\&_\.slick-dots_li\.slick-active\]\:w-2xs .slick-dots li.slick-active){width:var(--space-2xs)}html :is(.\[\&_\.slick-dots_li\.slick-active_button\]\:\!bg-primaryText .slick-dots li.slick-active button){background-color:var(--color-PrimaryText)!important}html :is(.\[\&_\.slick-dots_li_button\]\:g-\[\!bg-line\2c w-2xs\2c rounded-none\] .slick-dots li button){background-color:var(--color-Line)!important;border-radius:0;width:var(--space-2xs)}html :is(html :is(:is(.\[\&_\.slick-dots_li_button\]\:g-\[\!bg-line\2c w-2xs\2c rounded-none\] .slick-dots li button))){width:var(--space-2xs)}html :is(.\[\&_\>_\*\:not\(\:last-child\)\]\:mb-4xs>:not(:last-child)){margin-bottom:var(--space-4xs)}html :is(.\[\&_\>_\.bn-bubble-content\]\:\!max-h-\[unset\]>.bn-bubble-content){max-height:unset!important}html :is(.\[\&_\>_\.bn-textField-input\:\:placeholder\]\:font-normal>.bn-textField-input)::-moz-placeholder{font-weight:400}html :is(.\[\&_\>_\.bn-textField-input\:\:placeholder\]\:font-normal>.bn-textField-input):-ms-input-placeholder{font-weight:400}html :is(.\[\&_\>_\.bn-textField-input\:\:placeholder\]\:font-normal>.bn-textField-input)::placeholder{font-weight:400}html :is(.\[\&_a\]\:p-0 a){padding:0}html :is(.\[\&_a\]\:font-normal a){font-weight:400}html :is(.\[\&_svg\]\:h-\[16px\] svg){height:16px}html :is(.\[\&_svg\]\:w-\[16px\] svg){width:16px}html :is(.\[\&_tbody_td\]\:border-b-line tbody td){border-bottom-color:var(--color-Line)}html :is(.\[\&_th\]\:border-b-line th){border-bottom-color:var(--color-Line)}@-webkit-keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@-webkit-keyframes zoomIn{0%{transform:scale(.95)}66%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes zoomIn{0%{transform:scale(.95)}66%{transform:scale(1.05)}to{transform:scale(1)}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes heartBeat{0%{transform:scale(.75)}20%{transform:scale(1)}40%{transform:scale(.75)}60%{transform:scale(1)}80%{transform:scale(.75)}to{transform:scale(.75)}}@keyframes heartBeat{0%{transform:scale(.75)}20%{transform:scale(1)}40%{transform:scale(.75)}60%{transform:scale(1)}80%{transform:scale(.75)}to{transform:scale(.75)}}@-webkit-keyframes spin{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@keyframes spin{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}body,html{background:var(--color-bg1);color:var(--color-textPrimary);font-size:14px;margin:0;padding:0}body .rightpos,html .rightpos{justify-content:flex-end;margin:25px 5px}body p,html p{margin:0;padding:0}#__APP{min-height:100vh}#chatWidget .card-content{color:#212833}::-moz-placeholder{color:#c1c6cd;font-style:normal!important}:-ms-input-placeholder{color:#c1c6cd;font-style:normal!important}::-webkit-input-placeholder{color:#c1c6cd;font-style:normal!important}:-moz-placeholder-shown{text-overflow:ellipsis}:-ms-input-placeholder{text-overflow:ellipsis}:placeholder-shown{text-overflow:ellipsis}input:focus,select:focus,textarea:focus{outline:none}ol li{list-style:decimal}.theme-root{background-color:var(--color-bg1)}.non-select-text{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bn-trans.data-show.bn-mask.bn-drawer{z-index:1400}.bn-textField-input:-webkit-autofill{-webkit-text-fill-color:var(--color-PrimaryText);-webkit-background-clip:text}