@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.arco-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    font-style: normal;
    vertical-align: -2px;
    outline: none;
    stroke: currentColor
}

.arco-icon-loading,
.arco-icon-spin {
    animation: arco-loading-circle 1s infinite cubic-bezier(0, 0, 1, 1)
}

@keyframes arco-loading-circle {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.arco-icon-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 12px
}

.arco-icon-hover .arco-icon {
    position: relative
}

.arco-icon-hover:before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: var(--border-radius-circle);
    transition: background-color .1s cubic-bezier(0, 0, 1, 1);
    content: ""
}

.arco-icon-hover:hover:before {
    background-color: var(--color-fill-2)
}

.arco-icon-hover.arco-icon-hover-disabled:before {
    opacity: 0
}

.arco-icon-hover:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%)
}

.arco-icon-hover-size-mini {
    line-height: 12px
}

.arco-icon-hover-size-mini:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%)
}

.arco-icon-hover-size-small {
    line-height: 12px
}

.arco-icon-hover-size-small:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%)
}

.arco-icon-hover-size-large {
    line-height: 12px
}

.arco-icon-hover-size-large:before {
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%)
}

.arco-icon-hover-size-huge {
    line-height: 12px
}

.arco-icon-hover-size-huge:before {
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%)
}

.fade-in-standard-enter-from,
.fade-in-standard-appear-from {
    opacity: 0
}

.fade-in-standard-enter-to,
.fade-in-standard-appear-to {
    opacity: 1
}

.fade-in-standard-enter-active,
.fade-in-standard-appear-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
}

.fade-in-standard-leave-from {
    opacity: 1
}

.fade-in-standard-leave-to {
    opacity: 0
}

.fade-in-standard-leave-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
}

.fade-in-enter-from,
.fade-in-appear-from {
    opacity: 0
}

.fade-in-enter-to,
.fade-in-appear-to {
    opacity: 1
}

.fade-in-enter-active,
.fade-in-appear-active {
    transition: opacity .1s cubic-bezier(0, 0, 1, 1)
}

.fade-in-leave-from {
    opacity: 1
}

.fade-in-leave-to {
    opacity: 0
}

.fade-in-leave-active {
    transition: opacity .1s cubic-bezier(0, 0, 1, 1)
}

.zoom-in-enter-from,
.zoom-in-appear-from {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-enter-to,
.zoom-in-appear-to {
    transform: scale(1);
    opacity: 1
}

.zoom-in-enter-active,
.zoom-in-appear-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1), transform .3s cubic-bezier(.34, .69, .1, 1)
}

.zoom-in-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-in-leave-to {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-leave-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1), transform .3s cubic-bezier(.34, .69, .1, 1)
}

.zoom-in-fade-out-enter-from,
.zoom-in-fade-out-appear-from {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-fade-out-enter-to,
.zoom-in-fade-out-appear-to {
    transform: scale(1);
    opacity: 1
}

.zoom-in-fade-out-enter-active,
.zoom-in-fade-out-appear-active {
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-fade-out-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-in-fade-out-leave-to {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-fade-out-leave-active {
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-big-enter-from,
.zoom-in-big-appear-from {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-big-enter-to,
.zoom-in-big-appear-to {
    transform: scale(1);
    opacity: 1
}

.zoom-in-big-enter-active,
.zoom-in-big-appear-active {
    transition: opacity .2s cubic-bezier(0, 0, 1, 1), transform .2s cubic-bezier(0, 0, 1, 1)
}

.zoom-in-big-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-in-big-leave-to {
    transform: scale(.2);
    opacity: 0
}

.zoom-in-big-leave-active {
    transition: opacity .2s cubic-bezier(0, 0, 1, 1), transform .2s cubic-bezier(0, 0, 1, 1)
}

.zoom-in-left-enter-from,
.zoom-in-left-appear-from {
    transform: scale(.1);
    opacity: .1
}

.zoom-in-left-enter-to,
.zoom-in-left-appear-to {
    transform: scale(1);
    opacity: 1
}

.zoom-in-left-enter-active,
.zoom-in-left-appear-active {
    transform-origin: 0 50%;
    transition: opacity .3s cubic-bezier(0, 0, 1, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-left-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-in-left-leave-to {
    transform: scale(.1);
    opacity: .1
}

.zoom-in-left-leave-active {
    transform-origin: 0 50%;
    transition: opacity .3s cubic-bezier(0, 0, 1, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-top-enter-from,
.zoom-in-top-appear-from {
    transform: scaleY(.8) translateZ(0);
    opacity: 0
}

.zoom-in-top-enter-to,
.zoom-in-top-appear-to {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.zoom-in-top-enter-active,
.zoom-in-top-appear-active {
    transform-origin: 0 0;
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-top-leave-from {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.zoom-in-top-leave-to {
    transform: scaleY(.8) translateZ(0);
    opacity: 0
}

.zoom-in-top-leave-active {
    transform-origin: 0 0;
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-bottom-enter-from,
.zoom-in-bottom-appear-from {
    transform: scaleY(.8) translateZ(0);
    opacity: 0
}

.zoom-in-bottom-enter-to,
.zoom-in-bottom-appear-to {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.zoom-in-bottom-enter-active,
.zoom-in-bottom-appear-active {
    transform-origin: 100% 100%;
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-bottom-leave-from {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.zoom-in-bottom-leave-to {
    transform: scaleY(.8) translateZ(0);
    opacity: 0
}

.zoom-in-bottom-leave-active {
    transform-origin: 100% 100%;
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
}

.slide-dynamic-origin-enter-from,
.slide-dynamic-origin-appear-from {
    transform: scaleY(.9);
    transform-origin: 0 0;
    opacity: 0
}

.slide-dynamic-origin-enter-to,
.slide-dynamic-origin-appear-to {
    transform: scaleY(1);
    transform-origin: 0 0;
    opacity: 1
}

.slide-dynamic-origin-enter-active,
.slide-dynamic-origin-appear-active {
    transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1)
}

.slide-dynamic-origin-leave-from {
    transform: scaleY(1);
    transform-origin: 0 0;
    opacity: 1
}

.slide-dynamic-origin-leave-to {
    transform: scaleY(.9);
    transform-origin: 0 0;
    opacity: 0
}

.slide-dynamic-origin-leave-active {
    transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1)
}

.slide-left-enter-from,
.slide-left-appear-from {
    transform: translate(-100%)
}

.slide-left-enter-to,
.slide-left-appear-to {
    transform: translate(0)
}

.slide-left-enter-active,
.slide-left-appear-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-left-leave-from {
    transform: translate(0)
}

.slide-left-leave-to {
    transform: translate(-100%)
}

.slide-left-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-enter-from,
.slide-right-appear-from {
    transform: translate(100%)
}

.slide-right-enter-to,
.slide-right-appear-to {
    transform: translate(0)
}

.slide-right-enter-active,
.slide-right-appear-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-leave-from {
    transform: translate(0)
}

.slide-right-leave-to {
    transform: translate(100%)
}

.slide-right-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-top-enter-from,
.slide-top-appear-from {
    transform: translateY(-100%)
}

.slide-top-enter-to,
.slide-top-appear-to {
    transform: translateY(0)
}

.slide-top-enter-active,
.slide-top-appear-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-top-leave-from {
    transform: translateY(0)
}

.slide-top-leave-to {
    transform: translateY(-100%)
}

.slide-top-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-bottom-enter-from,
.slide-bottom-appear-from {
    transform: translateY(100%)
}

.slide-bottom-enter-to,
.slide-bottom-appear-to {
    transform: translateY(0)
}

.slide-bottom-enter-active,
.slide-bottom-appear-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-bottom-leave-from {
    transform: translateY(0)
}

.slide-bottom-leave-to {
    transform: translateY(100%)
}

.slide-bottom-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

body {
    --red-1: 255, 236, 232;
    --red-2: 253, 205, 197;
    --red-3: 251, 172, 163;
    --red-4: 249, 137, 129;
    --red-5: 247, 101, 96;
    --red-6: 245, 63, 63;
    --red-7: 203, 39, 45;
    --red-8: 161, 21, 30;
    --red-9: 119, 8, 19;
    --red-10: 77, 0, 10;
    --orangered-1: 255, 243, 232;
    --orangered-2: 253, 221, 195;
    --orangered-3: 252, 197, 159;
    --orangered-4: 250, 172, 123;
    --orangered-5: 249, 144, 87;
    --orangered-6: 247, 114, 52;
    --orangered-7: 204, 81, 32;
    --orangered-8: 162, 53, 17;
    --orangered-9: 119, 31, 6;
    --orangered-10: 77, 14, 0;
    --orange-1: 255, 247, 232;
    --orange-2: 255, 228, 186;
    --orange-3: 255, 207, 139;
    --orange-4: 255, 182, 93;
    --orange-5: 255, 154, 46;
    --orange-6: 255, 125, 0;
    --orange-7: 210, 95, 0;
    --orange-8: 166, 69, 0;
    --orange-9: 121, 46, 0;
    --orange-10: 77, 27, 0;
    --gold-1: 255, 252, 232;
    --gold-2: 253, 244, 191;
    --gold-3: 252, 233, 150;
    --gold-4: 250, 220, 109;
    --gold-5: 249, 204, 69;
    --gold-6: 247, 186, 30;
    --gold-7: 204, 146, 19;
    --gold-8: 162, 109, 10;
    --gold-9: 119, 75, 4;
    --gold-10: 77, 45, 0;
    --yellow-1: 254, 255, 232;
    --yellow-2: 254, 254, 190;
    --yellow-3: 253, 250, 148;
    --yellow-4: 252, 242, 107;
    --yellow-5: 251, 232, 66;
    --yellow-6: 250, 220, 25;
    --yellow-7: 207, 175, 15;
    --yellow-8: 163, 132, 8;
    --yellow-9: 120, 93, 3;
    --yellow-10: 77, 56, 0;
    --lime-1: 252, 255, 232;
    --lime-2: 237, 248, 187;
    --lime-3: 220, 241, 144;
    --lime-4: 201, 233, 104;
    --lime-5: 181, 226, 65;
    --lime-6: 159, 219, 29;
    --lime-7: 126, 183, 18;
    --lime-8: 95, 148, 10;
    --lime-9: 67, 112, 4;
    --lime-10: 42, 77, 0;
    --green-1: 232, 255, 234;
    --green-2: 175, 240, 181;
    --green-3: 123, 225, 136;
    --green-4: 76, 210, 99;
    --green-5: 35, 195, 67;
    --green-6: 0, 180, 42;
    --green-7: 0, 154, 41;
    --green-8: 0, 128, 38;
    --green-9: 0, 102, 34;
    --green-10: 0, 77, 28;
    --cyan-1: 232, 255, 251;
    --cyan-2: 183, 244, 236;
    --cyan-3: 137, 233, 224;
    --cyan-4: 94, 223, 214;
    --cyan-5: 55, 212, 207;
    --cyan-6: 20, 201, 201;
    --cyan-7: 13, 165, 170;
    --cyan-8: 7, 130, 139;
    --cyan-9: 3, 97, 108;
    --cyan-10: 0, 66, 77;
    --blue-1: 232, 247, 255;
    --blue-2: 195, 231, 254;
    --blue-3: 159, 212, 253;
    --blue-4: 123, 192, 252;
    --blue-5: 87, 169, 251;
    --blue-6: 52, 145, 250;
    --blue-7: 32, 108, 207;
    --blue-8: 17, 75, 163;
    --blue-9: 6, 48, 120;
    --blue-10: 0, 26, 77;
    --arcoblue-1: 232, 243, 255;
    --arcoblue-2: 190, 218, 255;
    --arcoblue-3: 148, 191, 255;
    --arcoblue-4: 106, 161, 255;
    --arcoblue-5: 64, 128, 255;
    --arcoblue-6: 22, 93, 255;
    --arcoblue-7: 14, 66, 210;
    --arcoblue-8: 7, 44, 166;
    --arcoblue-9: 3, 26, 121;
    --arcoblue-10: 0, 13, 77;
    --purple-1: 245, 232, 255;
    --purple-2: 221, 190, 246;
    --purple-3: 195, 150, 237;
    --purple-4: 168, 113, 227;
    --purple-5: 141, 78, 218;
    --purple-6: 114, 46, 209;
    --purple-7: 85, 29, 176;
    --purple-8: 60, 16, 143;
    --purple-9: 39, 6, 110;
    --purple-10: 22, 0, 77;
    --pinkpurple-1: 255, 232, 251;
    --pinkpurple-2: 247, 186, 239;
    --pinkpurple-3: 240, 142, 230;
    --pinkpurple-4: 232, 101, 223;
    --pinkpurple-5: 225, 62, 219;
    --pinkpurple-6: 217, 26, 217;
    --pinkpurple-7: 176, 16, 182;
    --pinkpurple-8: 138, 9, 147;
    --pinkpurple-9: 101, 3, 112;
    --pinkpurple-10: 66, 0, 77;
    --magenta-1: 255, 232, 241;
    --magenta-2: 253, 194, 219;
    --magenta-3: 251, 157, 199;
    --magenta-4: 249, 121, 183;
    --magenta-5: 247, 84, 168;
    --magenta-6: 245, 49, 157;
    --magenta-7: 203, 30, 131;
    --magenta-8: 161, 16, 105;
    --magenta-9: 119, 6, 79;
    --magenta-10: 77, 0, 52;
    --gray-1: 247, 248, 250;
    --gray-2: 242, 243, 245;
    --gray-3: 229, 230, 235;
    --gray-4: 201, 205, 212;
    --gray-5: 169, 174, 184;
    --gray-6: 134, 144, 156;
    --gray-7: 107, 119, 133;
    --gray-8: 78, 89, 105;
    --gray-9: 39, 46, 59;
    --gray-10: 29, 33, 41;
    --success-1: var(--green-1);
    --success-2: var(--green-2);
    --success-3: var(--green-3);
    --success-4: var(--green-4);
    --success-5: var(--green-5);
    --success-6: 0, 189, 119;
    --success-7: var(--green-7);
    --success-8: var(--green-8);
    --success-9: var(--green-9);
    --success-10: var(--green-10);
    --primary-1: 253, 255, 232;
    --primary-2: 247, 251, 211;
    --primary-3: 240, 248, 191;
    --primary-4: 232, 244, 172;
    --primary-5: 158, 216, 33;
    --primary-6: 134, 187, 0;
    --primary-7: 112, 159, 0;
    --primary-8: 163, 132, 8;
    --primary-9: 120, 93, 3;
    --primary-10: 77, 56, 0;
    --danger-1: var(--red-1);
    --danger-2: var(--red-2);
    --danger-3: var(--red-3);
    --danger-4: var(--red-4);
    --danger-5: var(--red-5);
    --danger-6: 247, 92, 92;
    --danger-7: var(--red-7);
    --danger-8: var(--red-8);
    --danger-9: var(--red-9);
    --danger-10: var(--red-10);
    --warning-1: var(--orange-1);
    --warning-2: var(--orange-2);
    --warning-3: var(--orange-3);
    --warning-4: var(--orange-4);
    --warning-5: var(--orange-5);
    --warning-6: 227, 157, 53;
    --warning-7: var(--orange-7);
    --warning-8: var(--orange-8);
    --warning-9: var(--orange-9);
    --warning-10: var(--orange-10);
    --link-1: var(--arcoblue-1);
    --link-2: var(--arcoblue-2);
    --link-3: var(--arcoblue-3);
    --link-4: var(--arcoblue-4);
    --link-5: 131, 165, 38;
    --link-6: 167, 197, 83;
    --link-7: 202, 220, 152;
    --link-8: var(--arcoblue-8);
    --link-9: var(--arcoblue-9);
    --link-10: var(--arcoblue-10)
}

body[arco-theme=dark] {
    --red-1: 77, 0, 10;
    --red-2: 119, 6, 17;
    --red-3: 161, 22, 31;
    --red-4: 203, 46, 52;
    --red-5: 245, 78, 78;
    --red-6: 247, 105, 101;
    --red-7: 249, 141, 134;
    --red-8: 251, 176, 167;
    --red-9: 253, 209, 202;
    --red-10: 255, 240, 236;
    --orangered-1: 77, 14, 0;
    --orangered-2: 119, 30, 5;
    --orangered-3: 162, 55, 20;
    --orangered-4: 204, 87, 41;
    --orangered-5: 247, 126, 69;
    --orangered-6: 249, 146, 90;
    --orangered-7: 250, 173, 125;
    --orangered-8: 252, 198, 161;
    --orangered-9: 253, 222, 197;
    --orangered-10: 255, 244, 235;
    --orange-1: 77, 27, 0;
    --orange-2: 121, 48, 4;
    --orange-3: 166, 75, 10;
    --orange-4: 210, 105, 19;
    --orange-5: 255, 141, 31;
    --orange-6: 255, 150, 38;
    --orange-7: 255, 179, 87;
    --orange-8: 255, 205, 135;
    --orange-9: 255, 227, 184;
    --orange-10: 255, 247, 232;
    --gold-1: 77, 45, 0;
    --gold-2: 119, 75, 4;
    --gold-3: 162, 111, 15;
    --gold-4: 204, 150, 31;
    --gold-5: 247, 192, 52;
    --gold-6: 249, 204, 68;
    --gold-7: 250, 220, 108;
    --gold-8: 252, 233, 149;
    --gold-9: 253, 244, 190;
    --gold-10: 255, 252, 232;
    --yellow-1: 77, 56, 0;
    --yellow-2: 120, 94, 7;
    --yellow-3: 163, 134, 20;
    --yellow-4: 207, 179, 37;
    --yellow-5: 250, 225, 60;
    --yellow-6: 251, 233, 75;
    --yellow-7: 252, 243, 116;
    --yellow-8: 253, 250, 157;
    --yellow-9: 254, 254, 198;
    --yellow-10: 254, 255, 240;
    --lime-1: 42, 77, 0;
    --lime-2: 68, 112, 6;
    --lime-3: 98, 148, 18;
    --lime-4: 132, 183, 35;
    --lime-5: 168, 219, 57;
    --lime-6: 184, 226, 75;
    --lime-7: 203, 233, 112;
    --lime-8: 222, 241, 152;
    --lime-9: 238, 248, 194;
    --lime-10: 253, 255, 238;
    --green-1: 0, 77, 28;
    --green-2: 4, 102, 37;
    --green-3: 10, 128, 45;
    --green-4: 18, 154, 55;
    --green-5: 29, 180, 64;
    --green-6: 39, 195, 70;
    --green-7: 80, 210, 102;
    --green-8: 126, 225, 139;
    --green-9: 178, 240, 183;
    --green-10: 235, 255, 236;
    --cyan-1: 0, 66, 77;
    --cyan-2: 6, 97, 108;
    --cyan-3: 17, 131, 139;
    --cyan-4: 31, 166, 170;
    --cyan-5: 48, 201, 201;
    --cyan-6: 63, 212, 207;
    --cyan-7: 102, 223, 215;
    --cyan-8: 144, 233, 225;
    --cyan-9: 190, 244, 237;
    --cyan-10: 240, 255, 252;
    --blue-1: 0, 26, 77;
    --blue-2: 5, 47, 120;
    --blue-3: 19, 76, 163;
    --blue-4: 41, 113, 207;
    --blue-5: 70, 154, 250;
    --blue-6: 90, 170, 251;
    --blue-7: 125, 193, 252;
    --blue-8: 161, 213, 253;
    --blue-9: 198, 232, 254;
    --blue-10: 234, 248, 255;
    --arcoblue-1: 0, 13, 77;
    --arcoblue-2: 4, 27, 121;
    --arcoblue-3: 14, 50, 166;
    --arcoblue-4: 29, 77, 210;
    --arcoblue-5: 48, 111, 255;
    --arcoblue-6: 60, 126, 255;
    --arcoblue-7: 104, 159, 255;
    --arcoblue-8: 147, 190, 255;
    --arcoblue-9: 190, 218, 255;
    --arcoblue-10: 234, 244, 255;
    --purple-1: 22, 0, 77;
    --purple-2: 39, 6, 110;
    --purple-3: 62, 19, 143;
    --purple-4: 90, 37, 176;
    --purple-5: 123, 61, 209;
    --purple-6: 142, 81, 218;
    --purple-7: 169, 116, 227;
    --purple-8: 197, 154, 237;
    --purple-9: 223, 194, 246;
    --purple-10: 247, 237, 255;
    --pinkpurple-1: 66, 0, 77;
    --pinkpurple-2: 101, 3, 112;
    --pinkpurple-3: 138, 13, 147;
    --pinkpurple-4: 176, 27, 182;
    --pinkpurple-5: 217, 46, 217;
    --pinkpurple-6: 225, 61, 219;
    --pinkpurple-7: 232, 102, 223;
    --pinkpurple-8: 240, 146, 230;
    --pinkpurple-9: 247, 193, 240;
    --pinkpurple-10: 255, 242, 253;
    --magenta-1: 77, 0, 52;
    --magenta-2: 119, 8, 80;
    --magenta-3: 161, 23, 108;
    --magenta-4: 203, 43, 136;
    --magenta-5: 245, 69, 166;
    --magenta-6: 247, 86, 169;
    --magenta-7: 249, 122, 184;
    --magenta-8: 251, 158, 200;
    --magenta-9: 253, 195, 219;
    --magenta-10: 255, 232, 241;
    --gray-1: 23, 23, 26;
    --gray-2: 46, 46, 48;
    --gray-3: 72, 72, 73;
    --gray-4: 95, 95, 96;
    --gray-5: 120, 120, 122;
    --gray-6: 146, 146, 147;
    --gray-7: 171, 171, 172;
    --gray-8: 197, 197, 197;
    --gray-9: 223, 223, 223;
    --gray-10: 246, 246, 246;
    --primary-1: 48, 77, 0;
    --primary-2: 83, 117, 15;
    --primary-3: 123, 157, 45;
    --primary-4: 168, 197, 88;
    --primary-5: 158, 216, 33;
    --primary-6: 185, 246, 65;
    --primary-7: 134, 187, 0;
    --primary-8: 253, 250, 157;
    --primary-9: 254, 254, 198;
    --primary-10: 254, 255, 240;
    --success-1: var(--green-1);
    --success-2: var(--green-2);
    --success-3: var(--green-3);
    --success-4: var(--green-4);
    --success-5: var(--green-5);
    --success-6: 0, 195, 131;
    --success-7: var(--green-7);
    --success-8: var(--green-8);
    --success-9: var(--green-9);
    --success-10: var(--green-10);
    --danger-1: var(--red-1);
    --danger-2: var(--red-2);
    --danger-3: var(--red-3);
    --danger-4: var(--red-4);
    --danger-5: var(--red-5);
    --danger-6: 246, 83, 83;
    --danger-7: var(--red-7);
    --danger-8: var(--red-8);
    --danger-9: var(--red-9);
    --danger-10: var(--red-10);
    --warning-1: var(--orange-1);
    --warning-2: var(--orange-2);
    --warning-3: var(--orange-3);
    --warning-4: var(--orange-4);
    --warning-5: var(--orange-5);
    --warning-6: 227, 157, 53;
    --warning-7: var(--orange-7);
    --warning-8: var(--orange-8);
    --warning-9: var(--orange-9);
    --warning-10: var(--orange-10);
    --link-1: var(--arcoblue-1);
    --link-2: var(--arcoblue-2);
    --link-3: var(--arcoblue-3);
    --link-4: var(--arcoblue-4);
    --link-5: 167, 197, 83;
    --link-6: 213, 237, 134;
    --link-7: 135, 149, 87;
    --link-8: var(--arcoblue-8);
    --link-9: var(--arcoblue-9);
    --link-10: var(--arcoblue-10)
}

body {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-border: rgb(var(--gray-3));
    --color-bg-popup: var(--color-bg-5);
    --color-bg-1: #fafafa;
    --color-bg-2: #ffffff;
    --color-bg-3: #ffffff;
    --color-bg-4: #f6f6f9;
    --color-bg-5: #e2e2e5;
    --color-bg-white: #ffffff;
    --color-neutral-1: rgb(var(--gray-1));
    --color-neutral-2: rgb(var(--gray-2));
    --color-neutral-3: rgb(var(--gray-3));
    --color-neutral-4: rgb(var(--gray-4));
    --color-neutral-5: rgb(var(--gray-5));
    --color-neutral-6: rgb(var(--gray-6));
    --color-neutral-7: rgb(var(--gray-7));
    --color-neutral-8: rgb(var(--gray-8));
    --color-neutral-9: rgb(var(--gray-9));
    --color-neutral-10: rgb(var(--gray-10));
    --color-text-1: #111111;
    --color-text-2: #999999;
    --color-text-3: #c2c2c2;
    --color-text-4: #999999;
    --color-border-1: #e2e2e5;
    --color-border-2: #86bb00;
    --color-border-3: #f75c5c;
    --color-border-4: #f6f6f9;
    --color-fill-1: #f9ffe6;
    --color-fill-2: #ffedeb;
    --color-fill-3: #f4fff5;
    --color-fill-4: #ffeedd;
    --color-primary-light-1: rgb(var(--primary-1));
    --color-primary-light-2: rgb(var(--primary-2));
    --color-primary-light-3: rgb(var(--primary-3));
    --color-primary-light-4: rgb(var(--primary-4));
    --color-link-light-1: rgb(var(--link-1));
    --color-link-light-2: rgb(var(--link-2));
    --color-link-light-3: rgb(var(--link-3));
    --color-link-light-4: rgb(var(--link-4));
    --color-secondary: var(--color-neutral-2);
    --color-secondary-hover: var(--color-neutral-3);
    --color-secondary-active: var(--color-neutral-4);
    --color-secondary-disabled: var(--color-neutral-1);
    --color-danger-light-1: rgb(var(--danger-1));
    --color-danger-light-2: rgb(var(--danger-2));
    --color-danger-light-3: rgb(var(--danger-3));
    --color-danger-light-4: rgb(var(--danger-4));
    --color-success-light-1: rgb(var(--success-1));
    --color-success-light-2: rgb(var(--success-2));
    --color-success-light-3: rgb(var(--success-3));
    --color-success-light-4: rgb(var(--success-4));
    --color-warning-light-1: rgb(var(--warning-1));
    --color-warning-light-2: rgb(var(--warning-2));
    --color-warning-light-3: rgb(var(--warning-3));
    --color-warning-light-4: rgb(var(--warning-4));
    --border-radius-none: 0;
    --border-radius-small: 2px;
    --border-radius-medium: 4px;
    --border-radius-large: 8px;
    --border-radius-circle: 52px;
    --color-tooltip-bg: rgb(var(--gray-10));
    --color-spin-layer-bg: rgba(255, 255, 255, .6);
    --color-menu-dark-bg: #232324;
    --color-menu-light-bg: #ffffff;
    --color-menu-dark-hover: rgba(255, 255, 255, .04);
    --color-mask-bg: rgba(29, 33, 41, .6)
}

body[arco-theme=dark] {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-border: #333335;
    --color-bg-1: #000000;
    --color-bg-2: #121212;
    --color-bg-3: #121212;
    --color-bg-4: #1a1c1e;
    --color-bg-5: #2f3133;
    --color-bg-white: #ffffff;
    --color-text-1: #ffffff;
    --color-text-2: #999999;
    --color-text-3: #666666;
    --color-text-4: #1f1f1f;
    --color-fill-1: #243600;
    --color-fill-2: #291012;
    --color-fill-3: #002112;
    --color-fill-4: #2a1800;
    --color-primary-light-1: rgba(var(--primary-6), .2);
    --color-primary-light-2: rgba(var(--primary-6), .35);
    --color-primary-light-3: rgba(var(--primary-6), .5);
    --color-primary-light-4: rgba(var(--primary-6), .65);
    --color-secondary: rgba(var(--gray-9), .08);
    --color-secondary-hover: rgba(var(--gray-8), .16);
    --color-secondary-active: rgba(var(--gray-7), .24);
    --color-secondary-disabled: rgba(var(--gray-9), .08);
    --color-danger-light-1: rgba(var(--danger-6), .2);
    --color-danger-light-2: rgba(var(--danger-6), .35);
    --color-danger-light-3: rgba(var(--danger-6), .5);
    --color-danger-light-4: rgba(var(--danger-6), .65);
    --color-success-light-1: rgb(var(--success-6), .2);
    --color-success-light-2: rgb(var(--success-6), .35);
    --color-success-light-3: rgb(var(--success-6), .5);
    --color-success-light-4: rgb(var(--success-6), .65);
    --color-warning-light-1: rgb(var(--warning-6), .2);
    --color-warning-light-2: rgb(var(--warning-6), .35);
    --color-warning-light-3: rgb(var(--warning-6), .5);
    --color-warning-light-4: rgb(var(--warning-6), .65);
    --color-link-light-1: rgba(var(--link-6), .2);
    --color-link-light-2: rgba(var(--link-6), .35);
    --color-link-light-3: rgba(var(--link-6), .5);
    --color-link-light-4: rgba(var(--link-6), .65);
    --color-tooltip-bg: #373739;
    --color-spin-layer-bg: rgba(51, 51, 51, .6);
    --color-menu-dark-bg: #232324;
    --color-menu-light-bg: #232324;
    --color-menu-dark-hover: var(--color-fill-2);
    --color-mask-bg: rgba(23, 23, 26, .6)
}

body {
    font-size: 14px;
    font-family: noto sans
}

.arco-trigger-wrapper {
    display: inline-block
}

.arco-trigger-popup {
    position: absolute;
    z-index: 1000
}

.arco-trigger-arrow {
    position: absolute;
    z-index: -1;
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background-color: var(--color-bg-5);
    content: ""
}

.arco-trigger-popup[trigger-placement=top] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=tl] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=tr] .arco-trigger-arrow {
    border-top: none;
    border-left: none;
    border-bottom-right-radius: var(--border-radius-small)
}

.arco-trigger-popup[trigger-placement=bottom] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=bl] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=br] .arco-trigger-arrow {
    border-right: none;
    border-bottom: none;
    border-top-left-radius: var(--border-radius-small)
}

.arco-trigger-popup[trigger-placement=left] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=lt] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=lb] .arco-trigger-arrow {
    border-bottom: none;
    border-left: none;
    border-top-right-radius: var(--border-radius-small)
}

.arco-trigger-popup[trigger-placement=right] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=rt] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=rb] .arco-trigger-arrow {
    border-top: none;
    border-right: none;
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-auto-tooltip {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-input-label {
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    color: var(--color-text-1);
    font-size: 14px;
    background-color: var(--color-bg-4);
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: text;
    transition: color .1s cubic-bezier(0, 0, 1, 1), border-color .1s cubic-bezier(0, 0, 1, 1), background-color .1s cubic-bezier(0, 0, 1, 1);
    cursor: pointer
}

.arco-input-label.arco-input-label-search {
    cursor: text
}

.arco-input-label.arco-input-label-search .arco-input-label-value {
    pointer-events: none
}

.arco-input-label:hover {
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-input-label:focus-within,
.arco-input-label.arco-input-label-focus {
    z-index: 1;
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-input-label.arco-input-label-disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent;
    cursor: not-allowed
}

.arco-input-label.arco-input-label-disabled:hover {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent
}

.arco-input-label.arco-input-label-disabled .arco-input-label-prefix,
.arco-input-label.arco-input-label-disabled .arco-input-label-suffix {
    color: inherit
}

.arco-input-label.arco-input-label-error,
.arco-input-label.arco-input-label-error:hover {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-3)
}

.arco-input-label.arco-input-label-error:focus-within,
.arco-input-label.arco-input-label-error.arco-input-label-focus {
    z-index: 1;
    background-color: var(--color-bg-4);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-input-label .arco-input-label-prefix,
.arco-input-label .arco-input-label-suffix {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    user-select: none
}

.arco-input-label .arco-input-label-prefix>svg,
.arco-input-label .arco-input-label-suffix>svg {
    font-size: 16px
}

.arco-input-label .arco-input-label-prefix {
    padding-right: 16px;
    color: var(--color-text-2)
}

.arco-input-label .arco-input-label-suffix {
    padding-left: 16px;
    color: var(--color-text-2)
}

.arco-input-label .arco-input-label-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-input-label .arco-input-label-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-input-label .arco-input-label-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-input-label .arco-input-label-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-input-label .arco-input-label-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-input-label .arco-input-label-clear-btn {
    align-self: center;
    color: var(--color-text-2);
    font-size: 16px;
    visibility: hidden;
    cursor: pointer
}

.arco-input-label .arco-input-label-clear-btn>svg {
    position: relative;
    transition: color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-input-label:hover .arco-input-label-clear-btn {
    visibility: visible
}

.arco-input-label:not(.arco-input-label-focus) .arco-input-label-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-input-label .arco-input-label-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.arco-input-label .arco-input-label-input::placeholder {
    color: var(--color-text-2)
}

.arco-input-label .arco-input-label-input[disabled]::placeholder {
    color: var(--color-text-3)
}

.arco-input-label .arco-input-label-input[disabled] {
    -webkit-text-fill-color: var(--color-text-3)
}

.arco-input-label .arco-input-label-input-hidden {
    position: absolute;
    width: 0 !important
}

.arco-input-label .arco-input-label-value {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-input-label .arco-input-label-value:after {
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    content: "."
}

.arco-input-label .arco-input-label-value-hidden {
    display: none
}

.arco-input-label.arco-input-label-size-mini .arco-input-label-input,
.arco-input-label.arco-input-label-size-mini .arco-input-label-value {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 1.667
}

.arco-input-label.arco-input-label-size-mini .arco-input-label-value {
    min-height: 22px
}

.arco-input-label.arco-input-label-size-medium .arco-input-label-input,
.arco-input-label.arco-input-label-size-medium .arco-input-label-value {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-input-label.arco-input-label-size-medium .arco-input-label-value {
    min-height: 38px
}

.arco-input-label.arco-input-label-size-small .arco-input-label-input,
.arco-input-label.arco-input-label-size-small .arco-input-label-value {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-input-label.arco-input-label-size-small .arco-input-label-value {
    min-height: 30px
}

.arco-input-label.arco-input-label-size-large .arco-input-label-input,
.arco-input-label.arco-input-label-size-large .arco-input-label-value {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-input-label.arco-input-label-size-large .arco-input-label-value {
    min-height: 46px
}

.arco-picker {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 4px 11px 4px 4px;
    line-height: 1.5715;
    background-color: var(--color-bg-4);
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-picker-input {
    display: inline-flex;
    flex: 1
}

.arco-picker input {
    width: 100%;
    padding: 0 0 0 8px;
    color: var(--color-text-2);
    line-height: 1.5715;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-picker input::placeholder {
    color: var(--color-text-3)
}

.arco-picker input[disabled] {
    -webkit-text-fill-color: var(--color-text-3)
}

.arco-picker-has-prefix {
    padding-left: 16px
}

.arco-picker-prefix {
    padding-right: 4px;
    color: var(--color-text-2);
    font-size: 16px
}

.arco-picker-suffix {
    display: inline-flex;
    align-items: center;
    margin-left: 4px
}

.arco-picker-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-picker-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-picker-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-picker-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-picker-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-picker-suffix .arco-feedback-icon {
    margin-left: 4px
}

.arco-picker-suffix-icon {
    color: var(--color-text-3)
}

.arco-picker .arco-picker-clear-icon {
    display: none;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-picker:hover {
    background-color: var(--color-bg-6);
    border-color: transparent
}

.arco-picker:not(.arco-picker-disabled):hover .arco-picker-clear-icon {
    display: inline-block
}

.arco-picker:not(.arco-picker-disabled):hover .arco-picker-suffix .arco-picker-clear-icon+span {
    display: none
}

.arco-picker input[disabled] {
    color: var(--color-text-3);
    cursor: not-allowed
}

.arco-picker input[disabled]::placeholder {
    color: var(--color-text-3)
}

.arco-picker-error {
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-picker-error:hover {
    background-color: var(--color-danger-light-2);
    border-color: transparent
}

.arco-picker-focused {
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-picker-focused,
.arco-picker-focused:hover {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6))
}

.arco-picker-focused.arco-picker-error {
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-picker-focused .arco-picker-input-active input,
.arco-picker-focused:hover .arco-picker-input-active input {
    background: var(--color-fill-2)
}

.arco-picker-disabled,
.arco-picker-disabled:hover {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent;
    cursor: not-allowed
}

.arco-picker-disabled input[disabled],
.arco-picker-disabled:hover input[disabled] {
    color: var(--color-text-3);
    cursor: not-allowed
}

.arco-picker-disabled input[disabled]::placeholder,
.arco-picker-disabled:hover input[disabled]::placeholder {
    color: var(--color-text-3)
}

.arco-picker-separator {
    min-width: 10px;
    padding: 0 8px;
    color: var(--color-text-3)
}

.arco-picker-disabled .arco-picker-separator {
    color: var(--color-text-4)
}

.arco-picker-disabled .arco-picker-suffix-icon {
    color: var(--color-text-3)
}

.arco-picker-size-mini {
    height: 24px
}

.arco-picker-size-mini input {
    font-size: 12px
}

.arco-picker-size-small {
    height: 32px
}

.arco-picker-size-small input {
    font-size: 14px
}

.arco-picker-size-medium {
    height: 40px
}

.arco-picker-size-medium input {
    font-size: 14px
}

.arco-picker-size-large {
    height: 48px
}

.arco-picker-size-large input {
    font-size: 14px
}

.arco-select-view-single {
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    color: var(--color-text-1);
    font-size: 14px;
    background-color: var(--color-bg-4);
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: text;
    transition: color .1s cubic-bezier(0, 0, 1, 1), border-color .1s cubic-bezier(0, 0, 1, 1), background-color .1s cubic-bezier(0, 0, 1, 1);
    cursor: pointer
}

.arco-select-view-single.arco-select-view-search {
    cursor: text
}

.arco-select-view-single.arco-select-view-search .arco-select-view-value {
    pointer-events: none
}

.arco-select-view-single:hover {
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-select-view-single:focus-within,
.arco-select-view-single.arco-select-view-focus {
    z-index: 1;
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-select-view-single.arco-select-view-disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent;
    cursor: not-allowed
}

.arco-select-view-single.arco-select-view-disabled:hover {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent
}

.arco-select-view-single.arco-select-view-disabled .arco-select-view-prefix,
.arco-select-view-single.arco-select-view-disabled .arco-select-view-suffix {
    color: inherit
}

.arco-select-view-single.arco-select-view-error,
.arco-select-view-single.arco-select-view-error:hover {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-3)
}

.arco-select-view-single.arco-select-view-error:focus-within,
.arco-select-view-single.arco-select-view-error.arco-select-view-single-focus {
    z-index: 1;
    background-color: var(--color-bg-4);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-select-view-single .arco-select-view-prefix,
.arco-select-view-single .arco-select-view-suffix {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    user-select: none
}

.arco-select-view-single .arco-select-view-prefix>svg,
.arco-select-view-single .arco-select-view-suffix>svg {
    font-size: 16px
}

.arco-select-view-single .arco-select-view-prefix {
    padding-right: 16px;
    color: var(--color-text-2)
}

.arco-select-view-single .arco-select-view-suffix {
    padding-left: 16px;
    color: var(--color-text-2)
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-select-view-single .arco-select-view-clear-btn {
    align-self: center;
    color: var(--color-text-2);
    font-size: 16px;
    visibility: hidden;
    cursor: pointer
}

.arco-select-view-single .arco-select-view-clear-btn>svg {
    position: relative;
    transition: color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-select-view-single:hover .arco-select-view-clear-btn {
    visibility: visible
}

.arco-select-view-single:not(.arco-select-view-focus) .arco-select-view-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-select-view-single .arco-select-view-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.arco-select-view-single .arco-select-view-input::placeholder {
    color: var(--color-text-2)
}

.arco-select-view-single .arco-select-view-input[disabled]::placeholder {
    color: var(--color-text-3)
}

.arco-select-view-single .arco-select-view-input[disabled] {
    -webkit-text-fill-color: var(--color-text-3)
}

.arco-select-view-single .arco-select-view-input-hidden {
    position: absolute;
    width: 0 !important
}

.arco-select-view-single .arco-select-view-value {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-select-view-single .arco-select-view-value:after {
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    content: "."
}

.arco-select-view-single .arco-select-view-value-hidden {
    display: none
}

.arco-select-view-single.arco-select-view-size-mini .arco-select-view-input,
.arco-select-view-single.arco-select-view-size-mini .arco-select-view-value {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 1.667
}

.arco-select-view-single.arco-select-view-size-mini .arco-select-view-value {
    min-height: 22px
}

.arco-select-view-single.arco-select-view-size-medium .arco-select-view-input,
.arco-select-view-single.arco-select-view-size-medium .arco-select-view-value {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-select-view-single.arco-select-view-size-medium .arco-select-view-value {
    min-height: 38px
}

.arco-select-view-single.arco-select-view-size-small .arco-select-view-input,
.arco-select-view-single.arco-select-view-size-small .arco-select-view-value {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-select-view-single.arco-select-view-size-small .arco-select-view-value {
    min-height: 30px
}

.arco-select-view-single.arco-select-view-size-large .arco-select-view-input,
.arco-select-view-single.arco-select-view-size-large .arco-select-view-value {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-select-view-single.arco-select-view-size-large .arco-select-view-value {
    min-height: 46px
}

.arco-select-view-multiple {
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    color: var(--color-text-1);
    font-size: 14px;
    background-color: var(--color-bg-4);
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: text;
    transition: color .1s cubic-bezier(0, 0, 1, 1), border-color .1s cubic-bezier(0, 0, 1, 1), background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-select-view-multiple:hover {
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-select-view-multiple:focus-within,
.arco-select-view-multiple.arco-select-view-focus {
    z-index: 1;
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-select-view-multiple.arco-select-view-disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent;
    cursor: not-allowed
}

.arco-select-view-multiple.arco-select-view-disabled:hover {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent
}

.arco-select-view-multiple.arco-select-view-disabled .arco-select-view-prefix,
.arco-select-view-multiple.arco-select-view-disabled .arco-select-view-suffix {
    color: inherit
}

.arco-select-view-multiple.arco-select-view-error,
.arco-select-view-multiple.arco-select-view-error:hover {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-3)
}

.arco-select-view-multiple.arco-select-view-error:focus-within,
.arco-select-view-multiple.arco-select-view-error.arco-select-view-multiple-focus {
    z-index: 1;
    background-color: var(--color-bg-4);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-select-view-multiple .arco-select-view-prefix,
.arco-select-view-multiple .arco-select-view-suffix {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    user-select: none
}

.arco-select-view-multiple .arco-select-view-prefix>svg,
.arco-select-view-multiple .arco-select-view-suffix>svg {
    font-size: 16px
}

.arco-select-view-multiple .arco-select-view-prefix {
    padding-right: 16px;
    color: var(--color-text-2)
}

.arco-select-view-multiple .arco-select-view-suffix {
    padding-left: 16px;
    color: var(--color-text-2)
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-select-view-multiple .arco-select-view-clear-btn {
    align-self: center;
    color: var(--color-text-2);
    font-size: 16px;
    visibility: hidden;
    cursor: pointer
}

.arco-select-view-multiple .arco-select-view-clear-btn>svg {
    position: relative;
    transition: color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-select-view-multiple:hover .arco-select-view-clear-btn {
    visibility: visible
}

.arco-select-view-multiple:not(.arco-select-view-focus) .arco-select-view-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-select-view-multiple.arco-select-view-has-tag {
    padding-right: 4px;
    padding-left: 4px
}

.arco-select-view-multiple.arco-select-view-has-prefix {
    padding-left: 16px
}

.arco-select-view-multiple.arco-select-view-has-suffix {
    padding-right: 16px
}

.arco-select-view-multiple .arco-select-view-inner {
    flex: 1;
    overflow: hidden;
    line-height: 0
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag {
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
    color: var(--color-text-1);
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
    background-color: var(--color-bg-4);
    border-color: var(--color-border-1)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag .arco-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag.arco-tag-custom-color {
    color: var(--color-white)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag.arco-tag-custom-color .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: #fff3
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input::placeholder {
    color: var(--color-text-2)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled]::placeholder {
    color: var(--color-text-3)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled] {
    -webkit-text-fill-color: var(--color-text-3)
}

.arco-select-view-multiple .arco-select-view-mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    visibility: hidden;
    pointer-events: none
}

.arco-select-view-multiple.arco-select-view-focus .arco-select-view-tag {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-1)
}

.arco-select-view-multiple.arco-select-view-focus .arco-select-view-tag .arco-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-select-view-multiple.arco-select-view-disabled .arco-select-view-tag {
    color: var(--color-text-3);
    background-color: var(--color-bg-4);
    border-color: var(--color-border-1)
}

.arco-select-view-multiple.arco-select-view-readonly,
.arco-select-view-multiple.arco-select-view-disabled-input {
    cursor: default
}

.arco-select-view-multiple.arco-select-view-size-mini {
    font-size: 12px
}

.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-inner {
    padding-top: 0;
    padding-bottom: 0
}

.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-tag,
.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-input {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    vertical-align: middle
}

.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-tag,
.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-input {
    height: auto;
    min-height: 20px
}

.arco-select-view-multiple.arco-select-view-size-medium {
    font-size: 14px
}

.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-inner {
    padding-top: 6px;
    padding-bottom: 6px
}

.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-tag,
.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-input {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 22px;
    vertical-align: middle
}

.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-tag,
.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-input {
    height: auto;
    min-height: 24px
}

.arco-select-view-multiple.arco-select-view-size-small {
    font-size: 14px
}

.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-inner {
    padding-top: 4px;
    padding-bottom: 4px
}

.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-tag,
.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-input {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    vertical-align: middle
}

.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-tag,
.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-input {
    height: auto;
    min-height: 20px
}

.arco-select-view-multiple.arco-select-view-size-large {
    font-size: 14px
}

.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-inner {
    padding-top: 8px;
    padding-bottom: 8px
}

.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-tag,
.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-input {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 26px;
    vertical-align: middle
}

.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-tag,
.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-input {
    height: auto;
    min-height: 28px
}

.arco-select-view-multiple.arco-select-view-disabled-input {
    cursor: pointer
}

.arco-select-view.arco-select-view-borderless {
    background: none !important;
    border: none !important;
    box-shadow: none !important
}

.arco-select-view-suffix .arco-feedback-icon {
    margin-left: 4px
}

.arco-select-view-clear-btn svg,
.arco-select-view-icon svg {
    display: block;
    font-size: 12px
}

.arco-select-view-opened .arco-select-view-arrow-icon {
    transform: rotate(180deg)
}

.arco-select-view-expand-icon {
    transform: rotate(-45deg)
}

.arco-select-view-clear-btn {
    display: none;
    cursor: pointer
}

.arco-select-view:hover .arco-select-view-clear-btn {
    display: block
}

.arco-select-view:hover .arco-select-view-clear-btn~* {
    display: none
}

.arco-affix {
    position: fixed;
    z-index: 999
}

.arco-alert {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 15px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5715;
    text-align: left;
    border-radius: var(--border-radius-small)
}

.arco-alert-with-title {
    align-items: flex-start;
    padding: 15px
}

.arco-alert-center {
    justify-content: center
}

.arco-alert-center .arco-alert-body {
    flex: initial
}

.arco-alert-normal {
    background-color: var(--color-neutral-2);
    border: 1px solid transparent
}

.arco-alert-info {
    background-color: var(--color-primary-light-1);
    border: 1px solid transparent
}

.arco-alert-success {
    background-color: var(--color-success-light-1);
    border: 1px solid transparent
}

.arco-alert-warning {
    background-color: var(--color-warning-light-1);
    border: 1px solid transparent
}

.arco-alert-error {
    background-color: var(--color-danger-light-1);
    border: 1px solid transparent
}

.arco-alert-banner {
    border: none;
    border-radius: 0
}

.arco-alert-body {
    position: relative;
    flex: 1
}

.arco-alert-title {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5
}

.arco-alert-normal .arco-alert-title,
.arco-alert-normal .arco-alert-content {
    color: var(--color-text-1)
}

.arco-alert-normal.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-info .arco-alert-title,
.arco-alert-info .arco-alert-content {
    color: var(--color-text-1)
}

.arco-alert-info.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-success .arco-alert-title,
.arco-alert-success .arco-alert-content {
    color: var(--color-text-1)
}

.arco-alert-success.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-warning .arco-alert-title,
.arco-alert-warning .arco-alert-content {
    color: var(--color-text-1)
}

.arco-alert-warning.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-error .arco-alert-title,
.arco-alert-error .arco-alert-content {
    color: var(--color-text-1)
}

.arco-alert-error.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-icon {
    margin-right: 8px
}

.arco-alert-icon svg {
    font-size: 16px;
    vertical-align: -3px
}

.arco-alert-with-title .arco-alert-icon svg {
    font-size: 18px;
    vertical-align: -5px
}

.arco-alert-normal .arco-alert-icon svg {
    color: var(--color-neutral-4)
}

.arco-alert-info .arco-alert-icon svg {
    color: rgb(var(--primary-6))
}

.arco-alert-success .arco-alert-icon svg {
    color: rgb(var(--success-6))
}

.arco-alert-warning .arco-alert-icon svg {
    color: rgb(var(--warning-6))
}

.arco-alert-error .arco-alert-icon svg {
    color: rgb(var(--danger-6))
}

.arco-alert-close-btn {
    top: 4px;
    right: 0;
    box-sizing: border-box;
    margin-left: 8px;
    padding: 0;
    color: var(--color-text-2);
    font-size: 12px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-alert-close-btn:hover {
    color: var(--color-text-1)
}

.arco-alert-action+.arco-alert-close-btn {
    margin-left: 8px
}

.arco-alert-action {
    margin-left: 8px
}

.arco-alert-with-title .arco-alert-close-btn {
    margin-top: 0;
    margin-right: 0
}

.arco-anchor {
    position: relative;
    width: 150px;
    overflow: auto
}

.arco-anchor-line-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2px;
    height: 12px;
    margin-top: 9.0005px;
    background-color: rgb(var(--primary-6));
    transition: top .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-anchor-list {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
    padding-left: 0;
    list-style: none
}

.arco-anchor-list:before {
    position: absolute;
    left: -4px;
    width: 2px;
    height: 100%;
    background-color: var(--color-bg-4);
    content: ""
}

.arco-anchor-sublist {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.arco-anchor-link-item {
    margin-bottom: 2px
}

.arco-anchor-link-item .arco-anchor-link {
    display: block;
    margin-bottom: 2px;
    padding: 4px 8px;
    overflow: hidden;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 1.5715;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-anchor-link-item .arco-anchor-link:hover {
    color: var(--color-text-1);
    font-weight: 500;
    background-color: var(--color-bg-4)
}

.arco-anchor-link-active>.arco-anchor-link {
    color: var(--color-text-1);
    font-weight: 500;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-anchor-link-item .arco-anchor-link-item {
    margin-left: 16px
}

.arco-anchor-line-less .arco-anchor-list {
    margin-left: 0
}

.arco-anchor-line-less .arco-anchor-list:before {
    display: none
}

.arco-anchor-line-less .arco-anchor-link-active>.arco-anchor-link {
    color: rgb(var(--primary-6));
    font-weight: 500;
    background-color: var(--color-fill-2)
}

.arco-autocomplete-popup .arco-select-popup {
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-border-1);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px #0000001a
}

.arco-autocomplete-popup .arco-select-popup .arco-select-popup-inner {
    max-height: 200px;
    padding: 4px 0
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option {
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 36px;
    color: var(--color-text-1);
    background-color: var(--color-bg-3)
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option-selected {
    color: var(--color-fill-bitgreen);
    background-color: var(--color-bg-3)
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option-hover {
    color: rgb(var(--primary-5));
    background-color: var(--color-bg-4)
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option-disabled {
    color: var(--color-text-2);
    background-color: var(--color-bg-3)
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option-selected {
    font-weight: 500
}

.arco-avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    color: var(--color-text-2);
    font-size: 20px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: var(--color-bg-4)
}

.arco-avatar-circle {
    border-radius: 100px
}

.arco-avatar-circle .arco-avatar-image {
    overflow: hidden;
    border-radius: 100px
}

.arco-avatar-square {
    border-radius: 4px
}

.arco-avatar-square .arco-avatar-image {
    overflow: hidden;
    border-radius: 4px
}

.arco-avatar-text {
    position: absolute;
    left: 50%;
    font-weight: 500;
    line-height: 1;
    transform: translate(-50%);
    transform-origin: 0 center
}

.arco-avatar-image {
    display: inline-block;
    width: 100%;
    height: 100%
}

.arco-avatar-image-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.arco-avatar-image img,
.arco-avatar-image picture {
    width: 100%;
    height: 100%
}

.arco-avatar-trigger-icon-button {
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
    width: 20px;
    height: 20px;
    color: var(--color-fill-4);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--color-neutral-2);
    border-radius: var(--border-radius-circle);
    transition: background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-avatar-trigger-icon-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--color-white);
    font-size: 16px;
    background-color: #1d212999;
    border-radius: 4px;
    opacity: 0;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-avatar-circle .arco-avatar-trigger-icon-mask {
    border-radius: 100px
}

.arco-avatar-with-trigger-icon {
    cursor: pointer
}

.arco-avatar-with-trigger-icon:hover .arco-avatar-trigger-icon-mask {
    z-index: 2;
    opacity: 1
}

.arco-avatar-with-trigger-icon:hover .arco-avatar-trigger-icon-button {
    background-color: var(--color-neutral-3)
}

.arco-avatar-group {
    display: inline-block;
    line-height: 0
}

.arco-avatar-group-max-count-avatar {
    color: var(--color-text-2);
    font-size: 20px;
    cursor: default
}

.arco-avatar-group .arco-avatar {
    border: 1px solid var(--color-text-4)
}

.arco-avatar-group .arco-avatar:not(:first-child) {
    margin-left: -10px
}

.arco-avatar-group-popover .arco-avatar:not(:first-child) {
    margin-left: 4px
}

.arco-back-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 100
}

.arco-back-top-btn {
    width: 40px;
    height: 40px;
    color: var(--color-white);
    font-size: 12px;
    text-align: center;
    background-color: rgb(var(--primary-6));
    border: none;
    border-radius: var(--border-radius-circle);
    outline: none;
    cursor: pointer;
    transition: all .2s cubic-bezier(0, 0, 1, 1)
}

.arco-back-top-btn:hover {
    background-color: rgb(var(--primary-5))
}

.arco-back-top-btn svg {
    font-size: 14px
}

.arco-badge {
    position: relative;
    display: inline-block;
    line-height: 1
}

.arco-badge-number,
.arco-badge-dot,
.arco-badge-text,
.arco-badge-custom-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    transform: translate(50%, -50%);
    transform-origin: 100% 0%
}

.arco-badge-custom-dot {
    background-color: var(--color-bg-2)
}

.arco-badge-number,
.arco-badge-text {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    color: var(--color-white);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    background-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 2px var(--color-bg-2)
}

.arco-badge-dot {
    width: 6px;
    height: 6px;
    background-color: rgb(var(--danger-6));
    border-radius: var(--border-radius-circle);
    box-shadow: 0 0 0 2px var(--color-bg-2)
}

.arco-badge-no-children .arco-badge-dot,
.arco-badge-no-children .arco-badge-number,
.arco-badge-no-children .arco-badge-text {
    position: relative;
    top: unset;
    right: unset;
    display: inline-block;
    transform: none
}

.arco-badge-status-wrapper {
    display: inline-flex;
    align-items: center
}

.arco-badge-status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: var(--border-radius-circle)
}

.arco-badge-status-normal {
    background-color: var(--color-fill-4)
}

.arco-badge-status-processing {
    background-color: rgb(var(--primary-6))
}

.arco-badge-status-success {
    background-color: rgb(var(--success-6))
}

.arco-badge-status-warning {
    background-color: rgb(var(--warning-6))
}

.arco-badge-status-danger,
.arco-badge-color-red {
    background-color: rgb(var(--danger-6))
}

.arco-badge-color-orangered {
    background-color: #f77234
}

.arco-badge-color-orange {
    background-color: rgb(var(--orange-6))
}

.arco-badge-color-gold {
    background-color: rgb(var(--gold-6))
}

.arco-badge-color-lime {
    background-color: rgb(var(--lime-6))
}

.arco-badge-color-green {
    background-color: rgb(var(--success-6))
}

.arco-badge-color-cyan {
    background-color: rgb(var(--cyan-6))
}

.arco-badge-color-arcoblue {
    background-color: rgb(var(--primary-6))
}

.arco-badge-color-purple {
    background-color: rgb(var(--purple-6))
}

.arco-badge-color-pinkpurple {
    background-color: rgb(var(--pinkpurple-6))
}

.arco-badge-color-magenta {
    background-color: rgb(var(--magenta-6))
}

.arco-badge-color-gray {
    background-color: rgb(var(--gray-4))
}

.arco-badge .arco-badge-status-text {
    margin-left: 8px;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1.5715
}

.arco-badge-number-text {
    display: inline-block;
    animation: arco-badge-scale .5s cubic-bezier(.3, 1.3, .3, 1)
}

@keyframes arco-badge-scale {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.badge-zoom-enter,
.badge-zoom-appear {
    transform: translate(50%, -50%) scale(.2);
    transform-origin: center
}

.badge-zoom-enter-active,
.badge-zoom-appear-active {
    transform: translate(50%, -50%) scale(1);
    transform-origin: center;
    opacity: 1;
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.badge-zoom-exit {
    transform: translate(50%, -50%) scale(1);
    transform-origin: center;
    opacity: 1
}

.badge-zoom-exit-active {
    transform: translate(50%, -50%) scale(.2);
    transform-origin: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-breadcrumb {
    display: inline-flex;
    align-items: center;
    color: var(--color-text-2);
    font-size: 14px
}

.arco-breadcrumb-icon {
    color: var(--color-text-2)
}

.arco-breadcrumb-item {
    display: inline-block;
    padding: 0 4px;
    color: var(--color-text-2);
    line-height: 24px;
    vertical-align: middle
}

.arco-breadcrumb-item>.arco-icon {
    color: var(--color-text-2)
}

.arco-breadcrumb-item a {
    display: inline-block;
    margin: 0 -4px;
    padding: 0 4px;
    color: var(--color-text-2);
    text-decoration: none;
    border-radius: 0;
    background-color: var(--color-bg-2)
}

.arco-breadcrumb-item a:hover {
    color: var(--color-text-2);
    background-color: var(--color-bg-4)
}

.arco-breadcrumb-item:last-child {
    color: var(--color-text-1);
    font-weight: 500
}

.arco-breadcrumb-item-ellipses {
    position: relative;
    top: -3px;
    display: inline-block;
    padding: 0 4px;
    color: var(--color-text-2)
}

.arco-breadcrumb-item-separator {
    display: inline-block;
    margin: 0 4px;
    color: var(--color-text-3);
    line-height: 24px;
    vertical-align: middle
}

.arco-breadcrumb-item-with-dropdown {
    cursor: pointer
}

.arco-breadcrumb-item-dropdown-icon {
    margin-left: 4px;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-breadcrumb-item-dropdown-icon-active svg {
    transform: rotate(180deg)
}

.arco-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.5715;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    -webkit-appearance: none;
    user-select: none
}

.arco-btn>a:only-child {
    color: currentColor
}

.arco-btn:active {
    transition: none
}

.arco-btn-long {
    display: flex;
    width: 100%
}

.arco-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.arco-btn-link:not([href]) {
    color: var(--color-text-4)
}

.arco-btn-link:hover {
    text-decoration: none
}

.arco-btn-link.arco-btn-only-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top
}

.arco-btn.arco-btn-only-icon .arco-btn-icon {
    display: flex;
    justify-content: center
}

.arco-btn-loading {
    position: relative;
    cursor: default
}

.arco-btn-loading:before {
    position: absolute;
    inset: -1px;
    z-index: 1;
    display: block;
    background: #fff;
    border-radius: inherit;
    opacity: .4;
    transition: opacity .1s cubic-bezier(0, 0, 1, 1);
    content: "";
    pointer-events: none
}

.arco-btn-loading-fixed-width {
    transition: none
}

.arco-btn-two-chinese-chars>*:not(svg) {
    margin-right: -.3em;
    letter-spacing: .3em
}

.arco-btn-outline,
.arco-btn-outline[type=button],
.arco-btn-outline[type=submit] {
    color: rgb(var(--primary-6));
    background-color: transparent;
    border: 1px solid var(--color-border-2)
}

.arco-btn-outline:hover,
.arco-btn-outline[type=button]:hover,
.arco-btn-outline[type=submit]:hover {
    color: rgb(var(--primary-5));
    background-color: transparent;
    border-color: rgb(var(--primary-5))
}

.arco-btn-outline:focus-visible,
.arco-btn-outline[type=button]:focus-visible,
.arco-btn-outline[type=submit]:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--primary-3))
}

.arco-btn-outline:active,
.arco-btn-outline[type=button]:active,
.arco-btn-outline[type=submit]:active {
    color: rgb(var(--primary-6));
    background-color: transparent;
    border-color: rgb(var(--primary-5))
}

.arco-btn-outline.arco-btn-loading,
.arco-btn-outline[type=button].arco-btn-loading,
.arco-btn-outline[type=submit].arco-btn-loading {
    color: rgb(var(--primary-6));
    background-color: transparent;
    border: 1px solid var(--color-border-2)
}

.arco-btn-outline.arco-btn-disabled,
.arco-btn-outline[type=button].arco-btn-disabled,
.arco-btn-outline[type=submit].arco-btn-disabled {
    color: var(--color-text-3);
    background-color: transparent;
    border: 1px solid var(--color-border-1);
    cursor: not-allowed
}

.arco-btn-outline.arco-btn-status-warning {
    color: rgb(var(--warning-6));
    background-color: transparent;
    border-color: rgb(var(--warning-6))
}

.arco-btn-outline.arco-btn-status-warning:hover {
    color: rgb(var(--warning-5));
    background-color: transparent;
    border-color: rgb(var(--warning-5))
}

.arco-btn-outline.arco-btn-status-warning:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--warning-3))
}

.arco-btn-outline.arco-btn-status-warning:active {
    color: rgb(var(--warning-7));
    background-color: transparent;
    border-color: rgb(var(--warning-7))
}

.arco-btn-outline.arco-btn-status-warning.arco-btn-loading {
    color: rgb(var(--warning-6));
    background-color: transparent;
    border-color: rgb(var(--warning-6))
}

.arco-btn-outline.arco-btn-status-warning.arco-btn-disabled {
    color: var(--color-warning-light-3);
    background-color: transparent;
    border: 1px solid var(--color-warning-light-3)
}

.arco-btn-outline.arco-btn-status-danger {
    color: rgb(var(--danger-6));
    background-color: transparent;
    border-color: rgb(var(--danger-6))
}

.arco-btn-outline.arco-btn-status-danger:hover {
    color: rgb(var(--danger-5));
    background-color: transparent;
    border-color: rgb(var(--danger-5))
}

.arco-btn-outline.arco-btn-status-danger:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--danger-3))
}

.arco-btn-outline.arco-btn-status-danger:active {
    color: rgb(var(--danger-7));
    background-color: transparent;
    border-color: rgb(var(--danger-7))
}

.arco-btn-outline.arco-btn-status-danger.arco-btn-loading {
    color: rgb(var(--danger-6));
    background-color: transparent;
    border-color: rgb(var(--danger-6))
}

.arco-btn-outline.arco-btn-status-danger.arco-btn-disabled {
    color: var(--color-danger-light-3);
    background-color: transparent;
    border: 1px solid var(--color-danger-light-3)
}

.arco-btn-outline.arco-btn-status-success {
    color: rgb(var(--success-6));
    background-color: transparent;
    border-color: rgb(var(--success-6))
}

.arco-btn-outline.arco-btn-status-success:hover {
    color: rgb(var(--success-5));
    background-color: transparent;
    border-color: rgb(var(--success-5))
}

.arco-btn-outline.arco-btn-status-success:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--success-3))
}

.arco-btn-outline.arco-btn-status-success:active {
    color: rgb(var(--success-7));
    background-color: transparent;
    border-color: rgb(var(--success-7))
}

.arco-btn-outline.arco-btn-status-success.arco-btn-loading {
    color: rgb(var(--success-6));
    background-color: transparent;
    border-color: rgb(var(--success-6))
}

.arco-btn-outline.arco-btn-status-success.arco-btn-disabled {
    color: var(--color-success-light-3);
    background-color: transparent;
    border: 1px solid var(--color-success-light-3)
}

.arco-btn-primary,
.arco-btn-primary[type=button],
.arco-btn-primary[type=submit] {
    color: #131f00;
    background-color: var(--color-fill-bitgreen);
    border: 1px solid transparent
}

.arco-btn-primary:hover,
.arco-btn-primary[type=button]:hover,
.arco-btn-primary[type=submit]:hover {
    color: #131f00;
    background-color: rgb(var(--primary-5));
    border-color: transparent
}

.arco-btn-primary:focus-visible,
.arco-btn-primary[type=button]:focus-visible,
.arco-btn-primary[type=submit]:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--primary-3))
}

.arco-btn-primary:active,
.arco-btn-primary[type=button]:active,
.arco-btn-primary[type=submit]:active {
    color: #131f00;
    background-color: rgb(var(--primary-7));
    border-color: transparent
}

.arco-btn-primary.arco-btn-loading,
.arco-btn-primary[type=button].arco-btn-loading,
.arco-btn-primary[type=submit].arco-btn-loading {
    color: #131f00;
    background-color: var(--color-fill-bitgreen);
    border: 1px solid transparent
}

.arco-btn-primary.arco-btn-disabled,
.arco-btn-primary[type=button].arco-btn-disabled,
.arco-btn-primary[type=submit].arco-btn-disabled {
    color: var(--color-text-4);
    background-color: var(--color-bg-6);
    border: 1px solid transparent;
    cursor: not-allowed
}

.arco-btn-primary.arco-btn-status-warning {
    color: #fff;
    background-color: rgb(var(--warning-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-warning:hover {
    color: #fff;
    background-color: rgb(var(--warning-5));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-warning:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--warning-3))
}

.arco-btn-primary.arco-btn-status-warning:active {
    color: #fff;
    background-color: rgb(var(--warning-7));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-warning.arco-btn-loading {
    color: #fff;
    background-color: rgb(var(--warning-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-warning.arco-btn-disabled {
    color: #fff;
    background-color: var(--color-warning-light-3);
    border: 1px solid transparent
}

.arco-btn-primary.arco-btn-status-danger {
    color: #fff;
    background-color: rgb(var(--danger-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-danger:hover {
    color: #fff;
    background-color: rgb(var(--danger-5));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-danger:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--danger-3))
}

.arco-btn-primary.arco-btn-status-danger:active {
    color: #fff;
    background-color: rgb(var(--danger-7));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-danger.arco-btn-loading {
    color: #fff;
    background-color: rgb(var(--danger-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-danger.arco-btn-disabled {
    color: #fff;
    background-color: var(--color-danger-light-3);
    border: 1px solid transparent
}

.arco-btn-primary.arco-btn-status-success {
    color: #fff;
    background-color: rgb(var(--success-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-success:hover {
    color: #fff;
    background-color: rgb(var(--success-5));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-success:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--success-3))
}

.arco-btn-primary.arco-btn-status-success:active {
    color: #fff;
    background-color: rgb(var(--success-7));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-success.arco-btn-loading {
    color: #fff;
    background-color: rgb(var(--success-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-success.arco-btn-disabled {
    color: #fff;
    background-color: var(--color-success-light-3);
    border: 1px solid transparent
}

.arco-btn-secondary,
.arco-btn-secondary[type=button],
.arco-btn-secondary[type=submit] {
    color: var(--color-text-1);
    background-color: var(--color-bg-4);
    border: 1px solid transparent
}

.arco-btn-secondary:hover,
.arco-btn-secondary[type=button]:hover,
.arco-btn-secondary[type=submit]:hover {
    color: rgb(var(--primary-6));
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-btn-secondary:focus-visible,
.arco-btn-secondary[type=button]:focus-visible,
.arco-btn-secondary[type=submit]:focus-visible {
    box-shadow: 0 0 0 .25em var(--color-neutral-4)
}

.arco-btn-secondary:active,
.arco-btn-secondary[type=button]:active,
.arco-btn-secondary[type=submit]:active {
    color: var(--color-text-2);
    background-color: var(--color-secondary-active);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-loading,
.arco-btn-secondary[type=button].arco-btn-loading,
.arco-btn-secondary[type=submit].arco-btn-loading {
    color: var(--color-text-1);
    background-color: var(--color-bg-4);
    border: 1px solid transparent
}

.arco-btn-secondary.arco-btn-disabled,
.arco-btn-secondary[type=button].arco-btn-disabled,
.arco-btn-secondary[type=submit].arco-btn-disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-4);
    border: 1px solid transparent;
    cursor: not-allowed
}

.arco-btn-secondary.arco-btn-status-warning {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-warning:hover {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-2);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-warning:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--warning-3))
}

.arco-btn-secondary.arco-btn-status-warning:active {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-3);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-warning.arco-btn-loading {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-warning.arco-btn-disabled {
    color: var(--color-warning-light-3);
    background-color: var(--color-warning-light-1);
    border: 1px solid transparent
}

.arco-btn-secondary.arco-btn-status-danger {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-danger:hover {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-2);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-danger:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--danger-3))
}

.arco-btn-secondary.arco-btn-status-danger:active {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-3);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-danger.arco-btn-loading {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-danger.arco-btn-disabled {
    color: var(--color-danger-light-3);
    background-color: var(--color-danger-light-1);
    border: 1px solid transparent
}

.arco-btn-secondary.arco-btn-status-success {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-success:hover {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-2);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-success:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--success-3))
}

.arco-btn-secondary.arco-btn-status-success:active {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-3);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-success.arco-btn-loading {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-success.arco-btn-disabled {
    color: var(--color-success-light-3);
    background-color: var(--color-success-light-1);
    border: 1px solid transparent
}

.arco-btn-dashed,
.arco-btn-dashed[type=button],
.arco-btn-dashed[type=submit] {
    color: var(--color-text-1);
    background-color: var(--color-bg-4);
    border: 1px dashed var(--color-neutral-3)
}

.arco-btn-dashed:hover,
.arco-btn-dashed[type=button]:hover,
.arco-btn-dashed[type=submit]:hover {
    color: var(--color-text-2);
    background-color: var(--color-fill-3);
    border-color: var(--color-neutral-4)
}

.arco-btn-dashed:focus-visible,
.arco-btn-dashed[type=button]:focus-visible,
.arco-btn-dashed[type=submit]:focus-visible {
    box-shadow: 0 0 0 .25em var(--color-neutral-4)
}

.arco-btn-dashed:active,
.arco-btn-dashed[type=button]:active,
.arco-btn-dashed[type=submit]:active {
    color: var(--color-text-2);
    background-color: var(--color-bg-4);
    border-color: var(--color-neutral-5)
}

.arco-btn-dashed.arco-btn-loading,
.arco-btn-dashed[type=button].arco-btn-loading,
.arco-btn-dashed[type=submit].arco-btn-loading {
    color: var(--color-text-1);
    background-color: var(--color-bg-4);
    border: 1px dashed var(--color-neutral-3)
}

.arco-btn-dashed.arco-btn-disabled,
.arco-btn-dashed[type=button].arco-btn-disabled,
.arco-btn-dashed[type=submit].arco-btn-disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-4);
    border: 1px dashed var(--color-neutral-3);
    cursor: not-allowed
}

.arco-btn-dashed.arco-btn-status-warning {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1);
    border-color: var(--color-warning-light-2)
}

.arco-btn-dashed.arco-btn-status-warning:hover {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-2);
    border-color: var(--color-warning-light-3)
}

.arco-btn-dashed.arco-btn-status-warning:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--warning-3))
}

.arco-btn-dashed.arco-btn-status-warning:active {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-3);
    border-color: var(--color-warning-light-4)
}

.arco-btn-dashed.arco-btn-status-warning.arco-btn-loading {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1);
    border-color: var(--color-warning-light-2)
}

.arco-btn-dashed.arco-btn-status-warning.arco-btn-disabled {
    color: var(--color-warning-light-3);
    background-color: var(--color-warning-light-1);
    border: 1px dashed var(--color-warning-light-2)
}

.arco-btn-dashed.arco-btn-status-danger {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1);
    border-color: var(--color-danger-light-2)
}

.arco-btn-dashed.arco-btn-status-danger:hover {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-2);
    border-color: var(--color-danger-light-3)
}

.arco-btn-dashed.arco-btn-status-danger:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--danger-3))
}

.arco-btn-dashed.arco-btn-status-danger:active {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-3);
    border-color: var(--color-danger-light-4)
}

.arco-btn-dashed.arco-btn-status-danger.arco-btn-loading {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1);
    border-color: var(--color-danger-light-2)
}

.arco-btn-dashed.arco-btn-status-danger.arco-btn-disabled {
    color: var(--color-danger-light-3);
    background-color: var(--color-danger-light-1);
    border: 1px dashed var(--color-danger-light-2)
}

.arco-btn-dashed.arco-btn-status-success {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1);
    border-color: var(--color-success-light-2)
}

.arco-btn-dashed.arco-btn-status-success:hover {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-2);
    border-color: var(--color-success-light-3)
}

.arco-btn-dashed.arco-btn-status-success:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--success-3))
}

.arco-btn-dashed.arco-btn-status-success:active {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-3);
    border-color: var(--color-success-light-4)
}

.arco-btn-dashed.arco-btn-status-success.arco-btn-loading {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1);
    border-color: var(--color-success-light-2)
}

.arco-btn-dashed.arco-btn-status-success.arco-btn-disabled {
    color: var(--color-success-light-3);
    background-color: var(--color-success-light-1);
    border: 1px dashed var(--color-success-light-2)
}

.arco-btn-text,
.arco-btn-text[type=button],
.arco-btn-text[type=submit] {
    color: rgb(var(--primary-6));
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-text:hover,
.arco-btn-text[type=button]:hover,
.arco-btn-text[type=submit]:hover {
    color: var(--color-fill-bitgreen);
    background-color: var(--color-bg-2);
    border-color: transparent
}

.arco-btn-text:focus-visible,
.arco-btn-text[type=button]:focus-visible,
.arco-btn-text[type=submit]:focus-visible {
    box-shadow: 0 0 0 .25em var(--color-neutral-4)
}

.arco-btn-text:active,
.arco-btn-text[type=button]:active,
.arco-btn-text[type=submit]:active {
    color: rgb(var(--primary-6));
    background-color: var(--color-bg-6);
    border-color: transparent
}

.arco-btn-text.arco-btn-loading,
.arco-btn-text[type=button].arco-btn-loading,
.arco-btn-text[type=submit].arco-btn-loading {
    color: rgb(var(--primary-6));
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-text.arco-btn-disabled,
.arco-btn-text[type=button].arco-btn-disabled,
.arco-btn-text[type=submit].arco-btn-disabled {
    color: rgb(var(--primary-7));
    background-color: transparent;
    border: 1px solid transparent;
    cursor: not-allowed
}

.arco-btn-text.arco-btn-status-warning {
    color: rgb(var(--warning-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-warning:hover {
    color: rgb(var(--warning-6));
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-warning:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--warning-3))
}

.arco-btn-text.arco-btn-status-warning:active {
    color: rgb(var(--warning-6));
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-warning.arco-btn-loading {
    color: rgb(var(--warning-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-warning.arco-btn-disabled {
    color: var(--color-warning-light-3);
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-text.arco-btn-status-danger {
    color: rgb(var(--danger-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-danger:hover {
    color: rgb(var(--danger-6));
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-danger:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--danger-3))
}

.arco-btn-text.arco-btn-status-danger:active {
    color: rgb(var(--danger-6));
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-danger.arco-btn-loading {
    color: rgb(var(--danger-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-danger.arco-btn-disabled {
    color: var(--color-danger-light-3);
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-text.arco-btn-status-success {
    color: rgb(var(--success-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-success:hover {
    color: rgb(var(--success-6));
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-success:focus-visible {
    box-shadow: 0 0 0 .25em rgb(var(--success-3))
}

.arco-btn-text.arco-btn-status-success:active {
    color: rgb(var(--success-6));
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-success.arco-btn-loading {
    color: rgb(var(--success-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-success.arco-btn-disabled {
    color: var(--color-success-light-3);
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-size-mini {
    height: 24px;
    padding: 0 11px;
    font-size: 12px;
    border-radius: 4px
}

.arco-btn-size-mini:not(.arco-btn-only-icon) .arco-btn-icon {
    margin-right: 4px
}

.arco-btn-size-mini svg {
    vertical-align: -1px
}

.arco-btn-size-mini.arco-btn-loading-fixed-width.arco-btn-loading {
    padding-right: 3px;
    padding-left: 3px
}

.arco-btn-size-mini.arco-btn-only-icon {
    width: 24px;
    height: 24px;
    padding: 0
}

.arco-btn-size-mini.arco-btn-shape-circle {
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-btn-size-mini.arco-btn-shape-round {
    border-radius: 12px
}

.arco-btn-size-small {
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px
}

.arco-btn-size-small:not(.arco-btn-only-icon) .arco-btn-icon {
    margin-right: 6px
}

.arco-btn-size-small svg {
    vertical-align: -2px
}

.arco-btn-size-small.arco-btn-loading-fixed-width.arco-btn-loading {
    padding-right: 5px;
    padding-left: 5px
}

.arco-btn-size-small.arco-btn-only-icon {
    width: 32px;
    height: 32px;
    padding: 0
}

.arco-btn-size-small.arco-btn-shape-circle {
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-btn-size-small.arco-btn-shape-round {
    border-radius: 16px
}

.arco-btn-size-medium {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 4px
}

.arco-btn-size-medium:not(.arco-btn-only-icon) .arco-btn-icon {
    margin-right: 8px
}

.arco-btn-size-medium svg {
    vertical-align: -2px
}

.arco-btn-size-medium.arco-btn-loading-fixed-width.arco-btn-loading {
    padding-right: 5px;
    padding-left: 5px
}

.arco-btn-size-medium.arco-btn-only-icon {
    width: 40px;
    height: 40px;
    padding: 0
}

.arco-btn-size-medium.arco-btn-shape-circle {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-btn-size-medium.arco-btn-shape-round {
    border-radius: 20px
}

.arco-btn-size-large {
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 4px
}

.arco-btn-size-large:not(.arco-btn-only-icon) .arco-btn-icon {
    margin-right: 8px
}

.arco-btn-size-large svg {
    vertical-align: -2px
}

.arco-btn-size-large.arco-btn-loading-fixed-width.arco-btn-loading {
    padding-right: 8px;
    padding-left: 8px
}

.arco-btn-size-large.arco-btn-only-icon {
    width: 48px;
    height: 48px;
    padding: 0
}

.arco-btn-size-large.arco-btn-shape-circle {
    width: 48px;
    height: 48px;
    padding: 0;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-btn-size-large.arco-btn-shape-round {
    border-radius: 24px
}

.arco-btn-group {
    display: inline-flex;
    align-items: center
}

.arco-btn-group .arco-btn-outline:not(:first-child),
.arco-btn-group .arco-btn-dashed:not(:first-child) {
    margin-left: -1px
}

.arco-btn-group .arco-btn-primary:not(:last-child) {
    border-right: 1px solid rgb(var(--primary-5))
}

.arco-btn-group .arco-btn-secondary:not(:last-child) {
    border-right: 1px solid var(--color-bg-4)
}

.arco-btn-group .arco-btn-status-warning:not(:last-child) {
    border-right: 1px solid rgb(var(--warning-5))
}

.arco-btn-group .arco-btn-status-danger:not(:last-child) {
    border-right: 1px solid rgb(var(--danger-5))
}

.arco-btn-group .arco-btn-status-success:not(:last-child) {
    border-right: 1px solid rgb(var(--success-5))
}

.arco-btn-group .arco-btn-outline:hover,
.arco-btn-group .arco-btn-dashed:hover,
.arco-btn-group .arco-btn-outline:active,
.arco-btn-group .arco-btn-dashed:active {
    z-index: 2
}

.arco-btn-group .arco-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-btn-group .arco-btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-btn-group .arco-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

body[arco-theme=dark] .arco-btn-primary.arco-btn-disabled {
    color: #ffffff4d
}

.arco-calendar {
    box-sizing: border-box;
    border: 1px solid var(--color-neutral-3)
}

.arco-calendar-header {
    display: flex;
    padding: 24px
}

.arco-calendar-header-left {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    height: 28px;
    line-height: 28px
}

.arco-calendar-header-right {
    position: relative;
    height: 28px
}

.arco-calendar-header-value {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 20px
}

.arco-calendar-header-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    color: var(--color-text-2);
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    background-color: var(--color-bg-5);
    border-radius: 50%;
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    user-select: none
}

.arco-calendar-header-icon:not(:first-child) {
    margin: 0 12px
}

.arco-calendar-header-icon:focus-visible {
    box-shadow: 0 0 0 2px var(--color-primary-light-3)
}

.arco-calendar-header-icon:not(.arco-calendar-header-icon-hidden) {
    cursor: pointer
}

.arco-calendar-header-icon:not(.arco-calendar-header-icon-hidden):hover {
    background-color: var(--color-fill-3)
}

.arco-calendar .arco-calendar-header-value-year {
    width: 100px;
    margin-right: 8px
}

.arco-calendar .arco-calendar-header-value-month {
    width: 76px;
    margin-right: 32px
}

.arco-calendar-month {
    width: 100%
}

.arco-calendar-month-row {
    display: flex;
    height: 100px
}

.arco-calendar-month-row .arco-calendar-cell {
    flex: 1;
    overflow: hidden;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-calendar-month-row:last-child .arco-calendar-cell {
    border-bottom: unset
}

.arco-calendar-month-cell-body {
    box-sizing: border-box
}

.arco-calendar-mode-month:not(.arco-calendar-panel) .arco-calendar-cell:not(:last-child) {
    border-right: 1px solid var(--color-neutral-3)
}

.arco-calendar-week-list {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-calendar-week-list-item {
    flex: 1;
    padding: 20px 16px;
    color: #7d7d7f;
    text-align: left
}

.arco-calendar-cell .arco-calendar-date {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
    cursor: pointer
}

.arco-calendar-cell .arco-calendar-date-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%
}

.arco-calendar-date-content {
    height: 70px;
    overflow-y: auto
}

.arco-calendar-cell-today .arco-calendar-date-circle {
    box-sizing: border-box;
    border: 1px solid rgb(var(--primary-6))
}

.arco-calendar-date-value {
    color: var(--color-text-4);
    font-weight: 500;
    font-size: 16px
}

.arco-calendar-cell-in-view .arco-calendar-date-value {
    color: var(--color-text-1)
}

.arco-calendar-mode-month .arco-calendar-cell-selected .arco-calendar-date-circle,
.arco-calendar-mode-year .arco-calendar-cell-selected .arco-calendar-cell-selected .arco-calendar-date-circle {
    box-sizing: border-box;
    color: #fff;
    background-color: rgb(var(--primary-6));
    border: 1px solid rgb(var(--primary-6))
}

.arco-calendar-mode-year:not(.arco-calendar-panel) {
    min-width: 820px
}

.arco-calendar-mode-year .arco-calendar-header {
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-calendar-mode-year .arco-calendar-body {
    padding: 12px
}

.arco-calendar-mode-year .arco-calendar-year-row {
    display: flex
}

.arco-calendar-year-row>.arco-calendar-cell {
    flex: 1;
    padding: 20px 8px
}

.arco-calendar-year-row>.arco-calendar-cell:not(:last-child) {
    border-right: 1px solid var(--color-neutral-3)
}

.arco-calendar-year-row:not(:last-child)>.arco-calendar-cell {
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-calendar-month-with-days .arco-calendar-month-row {
    height: 26px
}

.arco-calendar-month-with-days .arco-calendar-cell {
    border-bottom: 0
}

.arco-calendar-month-with-days .arco-calendar-month-cell-body {
    padding: 0
}

.arco-calendar-month-with-days .arco-calendar-month-title {
    padding: 10px 6px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px
}

.arco-calendar-month-cell {
    width: 100%;
    font-size: 12px
}

.arco-calendar-month-cell .arco-calendar-week-list {
    padding: 0;
    border-bottom: unset
}

.arco-calendar-month-cell .arco-calendar-week-list-item {
    padding: 6px;
    color: #7d7d7f;
    text-align: center
}

.arco-calendar-month-cell .arco-calendar-cell {
    text-align: center
}

.arco-calendar-month-cell .arco-calendar-date {
    padding: 2px
}

.arco-calendar-month-cell .arco-calendar-date-value {
    font-size: 14px
}

.arco-calendar-month-cell .arco-calendar-date-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%
}

.arco-calendar-panel {
    background-color: var(--color-bg-5);
    border: 1px solid var(--color-neutral-3)
}

.arco-calendar-panel .arco-calendar-header {
    padding: 8px 16px;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-calendar-panel .arco-calendar-header-value {
    flex: 1;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.arco-calendar-panel .arco-calendar-header-icon {
    width: 24px;
    height: 24px;
    margin-right: 2px;
    margin-left: 2px;
    line-height: 24px
}

.arco-calendar-panel .arco-calendar-body {
    padding: 14px 16px
}

.arco-calendar-panel .arco-calendar-month-cell-body {
    padding: 0
}

.arco-calendar-panel .arco-calendar-month-row {
    height: unset
}

.arco-calendar-panel .arco-calendar-week-list {
    padding: 0;
    border-bottom: unset
}

.arco-calendar-panel .arco-calendar-week-list-item {
    height: 32px;
    padding: 0;
    font-weight: 400;
    line-height: 32px;
    text-align: center
}

.arco-calendar-panel .arco-calendar-cell,
.arco-calendar-panel .arco-calendar-year-row .arco-calendar-cell {
    box-sizing: border-box;
    padding: 2px 0;
    text-align: center;
    border-right: 0;
    border-bottom: 0
}

.arco-calendar-panel .arco-calendar-cell .arco-calendar-date {
    display: flex;
    justify-content: center;
    padding: 4px 0
}

.arco-calendar-panel .arco-calendar-cell .arco-calendar-date-value {
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer
}

.arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell {
    padding: 4px 0
}

.arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell .arco-calendar-date {
    padding: 4px
}

.arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell .arco-calendar-date-value {
    width: 100%;
    border-radius: 12px
}

.arco-calendar-panel .arco-calendar-cell-selected .arco-calendar-date-value {
    color: var(--color-white);
    background-color: rgb(var(--primary-6));
    border-radius: 50%
}

.arco-calendar-panel .arco-calendar-cell:not(.arco-calendar-cell-selected):not(.arco-calendar-cell-range-start):not(.arco-calendar-cell-range-end):not(.arco-calendar-cell-hover-range-start):not(.arco-calendar-cell-hover-range-end):not(.arco-calendar-cell-disabled):not(.arco-calendar-cell-week) .arco-calendar-date-value:hover {
    color: rgb(var(--primary-6));
    background-color: var(--color-primary-light-1);
    border-radius: 50%
}

.arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell:not(.arco-calendar-cell-selected):not(.arco-calendar-cell-range-start):not(.arco-calendar-cell-range-end):not(.arco-calendar-cell-hover-range-start):not(.arco-calendar-cell-hover-range-end):not(.arco-calendar-cell-disabled) .arco-calendar-date-value:hover {
    border-radius: 12px
}

.arco-calendar-panel .arco-calendar-cell-today {
    position: relative
}

.arco-calendar-panel .arco-calendar-cell-today:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background-color: rgb(var(--primary-6));
    border-radius: 50%;
    content: ""
}

.arco-calendar-cell-in-range .arco-calendar-date {
    background-color: var(--color-primary-light-1)
}

.arco-calendar-cell-range-start .arco-calendar-date {
    border-radius: 16px 0 0 16px
}

.arco-calendar-cell-range-end .arco-calendar-date {
    border-radius: 0 16px 16px 0
}

.arco-calendar-cell-in-range-near-hover .arco-calendar-date {
    border-radius: 0
}

.arco-calendar-cell-range-start .arco-calendar-date-value,
.arco-calendar-cell-range-end .arco-calendar-date-value {
    color: var(--color-white);
    background-color: rgb(var(--primary-6));
    border-radius: 50%
}

.arco-calendar-cell-hover-in-range .arco-calendar-date {
    background-color: var(--color-primary-light-1)
}

.arco-calendar-cell-hover-range-start .arco-calendar-date {
    border-radius: 16px 0 0 16px
}

.arco-calendar-cell-hover-range-end .arco-calendar-date {
    border-radius: 0 16px 16px 0
}

.arco-calendar-cell-hover-range-start .arco-calendar-date-value,
.arco-calendar-cell-hover-range-end .arco-calendar-date-value {
    color: var(--color-text-1);
    background-color: var(--color-primary-light-2);
    border-radius: 50%
}

.arco-calendar-panel .arco-calendar-cell-disabled>.arco-calendar-date {
    background-color: var(--color-fill-1);
    cursor: not-allowed
}

.arco-calendar-panel .arco-calendar-cell-disabled>.arco-calendar-date>.arco-calendar-date-value {
    color: var(--color-text-4);
    background-color: var(--color-fill-1);
    cursor: not-allowed
}

.arco-calendar-panel .arco-calendar-footer-btn-wrapper {
    height: 38px;
    color: var(--color-text-1);
    line-height: 38px;
    text-align: center;
    border-top: 1px solid var(--color-neutral-3);
    cursor: pointer
}

.arco-calendar-rtl {
    direction: rtl
}

.arco-calendar-rtl .arco-calendar-header-icon {
    margin-right: 0;
    margin-left: 12px;
    transform: scaleX(-1)
}

.arco-calendar-rtl .arco-calendar-week-list-item {
    text-align: right
}

.arco-calendar-rtl.arco-calendar-mode-month:not(.arco-calendar-panel) .arco-calendar-cell:not(:last-child) {
    border-right: 0;
    border-left: 1px solid var(--color-neutral-3)
}

.arco-calendar-rtl .arco-calendar-header-value-year {
    margin-right: 0;
    margin-left: 8px
}

.arco-calendar-rtl .arco-calendar-header-value-month {
    margin-right: 0;
    margin-left: 32px
}

.arco-card {
    position: relative;
    background: var(--color-bg-2);
    border-radius: var(--border-radius-none);
    transition: box-shadow .2s cubic-bezier(0, 0, 1, 1)
}

.arco-card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid var(--color-border-1)
}

.arco-card-header-no-title:before {
    display: block;
    content: " "
}

.arco-card-header-title {
    flex: 1;
    color: var(--color-text-1);
    font-weight: 500;
    line-height: 1.5715;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-card-header-extra {
    color: rgb(var(--primary-6));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-card-body {
    color: var(--color-text-2)
}

.arco-card-cover {
    overflow: hidden
}

.arco-card-cover>* {
    display: block;
    width: 100%
}

.arco-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.arco-card-actions:before {
    visibility: hidden;
    content: ""
}

.arco-card-actions-right {
    display: flex;
    align-items: center
}

.arco-card-actions-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-2);
    cursor: pointer;
    transition: color .2s cubic-bezier(0, 0, 1, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-card-actions-item:hover {
    color: rgb(var(--primary-6))
}

.arco-card-actions-item:not(:last-child) {
    margin-right: 12px
}

.arco-card-meta-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arco-card-meta-footer:last-child {
    margin-top: 20px
}

.arco-card-meta-footer-only-actions:before {
    visibility: hidden;
    content: ""
}

.arco-card-meta-footer .arco-card-actions {
    margin-top: 0
}

.arco-card-meta-title {
    color: var(--color-text-1);
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-card-meta-description:not(:first-child) {
    margin-top: 4px
}

.arco-card-grid {
    position: relative;
    box-sizing: border-box;
    width: 33.33%;
    box-shadow: 1px 0 0 0 var(--color-border-1), 0 1px 0 0 var(--color-border-1), 1px 1px 0 0 var(--color-border-1), 1px 0 0 0 var(--color-border-1) inset, 0 1px 0 0 var(--color-border-1) inset
}

.arco-card-grid:before {
    position: absolute;
    inset: 0;
    transition: box-shadow .2s cubic-bezier(0, 0, 1, 1);
    content: "";
    pointer-events: none
}

.arco-card-grid-hoverable:hover {
    z-index: 1
}

.arco-card-grid-hoverable:hover:before {
    box-shadow: 0 4px 10px rgb(var(--gray-2))
}

.arco-card-grid .arco-card {
    background: none;
    box-shadow: none
}

.arco-card-contain-grid:not(.arco-card-loading)>.arco-card-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
    padding: 0
}

.arco-card-hoverable:hover {
    box-shadow: 0 4px 10px rgb(var(--gray-2))
}

.arco-card-bordered {
    border: 1px solid var(--color-border-1);
    border-radius: 8px
}

.arco-card-bordered .arco-card-cover {
    border-radius: 8px 8px 0 0
}

.arco-card-loading .arco-card-body {
    overflow: hidden;
    text-align: center
}

.arco-card-size-medium {
    font-size: 14px
}

.arco-card-size-medium .arco-card-header {
    height: 46px;
    padding: 10px 16px
}

.arco-card-size-medium .arco-card-header-title,
.arco-card-size-medium .arco-card-meta-title {
    font-size: 16px
}

.arco-card-size-medium .arco-card-header-extra {
    font-size: 14px
}

.arco-card-size-medium .arco-card-body {
    padding: 16px
}

.arco-card-size-small {
    font-size: 14px
}

.arco-card-size-small .arco-card-header {
    height: 40px;
    padding: 8px 16px
}

.arco-card-size-small .arco-card-header-title,
.arco-card-size-small .arco-card-meta-title {
    font-size: 16px
}

.arco-card-size-small .arco-card-header-extra {
    font-size: 14px
}

.arco-card-size-small .arco-card-body {
    padding: 12px 16px
}

body[arco-theme=dark] .arco-card-grid-hoverable:hover:before,
body[arco-theme=dark] .arco-card-hoverable:hover {
    box-shadow: 0 4px 10px rgba(var(--gray-1), 40%)
}

@keyframes arco-carousel-slide-x-in {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes arco-carousel-slide-x-out {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes arco-carousel-slide-x-in-reverse {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes arco-carousel-slide-x-out-reverse {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes arco-carousel-slide-y-in {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes arco-carousel-slide-y-out {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

@keyframes arco-carousel-slide-y-in-reverse {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes arco-carousel-slide-y-out-reverse {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes arco-carousel-card-bottom-to-middle {
    0% {
        transform: translate(0) translateZ(-400px);
        opacity: 0
    }

    to {
        transform: translate(0) translateZ(-200px);
        opacity: .4
    }
}

@keyframes arco-carousel-card-middle-to-bottom {
    0% {
        transform: translate(-100%) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translate(-100%) translateZ(-400px);
        opacity: 0
    }
}

@keyframes arco-carousel-card-top-to-middle {
    0% {
        transform: translate(-50%) translateZ(0);
        opacity: 1
    }

    to {
        transform: translate(-100%) translateZ(-200px);
        opacity: .4
    }
}

@keyframes arco-carousel-card-middle-to-top {
    0% {
        transform: translate(0) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translate(-50%) translateZ(0);
        opacity: 1
    }
}

@keyframes arco-carousel-card-bottom-to-middle-reverse {
    0% {
        transform: translate(-100%) translateZ(-400px);
        opacity: 0
    }

    to {
        transform: translate(-100%) translateZ(-200px);
        opacity: .4
    }
}

@keyframes arco-carousel-card-middle-to-bottom-reverse {
    0% {
        transform: translate(0) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translate(0) translateZ(-400px);
        opacity: 0
    }
}

@keyframes arco-carousel-card-top-to-middle-reverse {
    0% {
        transform: translate(-50%) translateZ(0);
        opacity: 1
    }

    to {
        transform: translate(0) translateZ(-200px);
        opacity: .4
    }
}

@keyframes arco-carousel-card-middle-to-top-reverse {
    0% {
        transform: translate(-100%) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translate(-50%) translateZ(0);
        opacity: 1
    }
}

.arco-carousel {
    position: relative
}

.arco-carousel-indicator-position-outer {
    margin-bottom: 30px
}

.arco-carousel-slide,
.arco-carousel-card,
.arco-carousel-fade {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.arco-carousel-slide>*,
.arco-carousel-card>*,
.arco-carousel-fade>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.arco-carousel-item-current {
    z-index: 1
}

.arco-carousel-slide>*:not(.arco-carousel-item-current) {
    display: none;
    visibility: hidden
}

.arco-carousel-slide.arco-carousel-horizontal .arco-carousel-item-slide-out {
    display: block;
    animation: arco-carousel-slide-x-out
}

.arco-carousel-slide.arco-carousel-horizontal .arco-carousel-item-slide-in {
    display: block;
    animation: arco-carousel-slide-x-in
}

.arco-carousel-slide.arco-carousel-horizontal.arco-carousel-negative .arco-carousel-item-slide-out {
    animation: arco-carousel-slide-x-out-reverse
}

.arco-carousel-slide.arco-carousel-horizontal.arco-carousel-negative .arco-carousel-item-slide-in {
    animation: arco-carousel-slide-x-in-reverse
}

.arco-carousel-slide.arco-carousel-vertical .arco-carousel-item-slide-out {
    display: block;
    animation: arco-carousel-slide-y-out
}

.arco-carousel-slide.arco-carousel-vertical .arco-carousel-item-slide-in {
    display: block;
    animation: arco-carousel-slide-y-in
}

.arco-carousel-slide.arco-carousel-vertical.arco-carousel-negative .arco-carousel-item-slide-out {
    animation: arco-carousel-slide-y-out-reverse
}

.arco-carousel-slide.arco-carousel-vertical.arco-carousel-negative .arco-carousel-item-slide-in {
    animation: arco-carousel-slide-y-in-reverse
}

.arco-carousel-card {
    perspective: 800px
}

.arco-carousel-card>* {
    left: 50%;
    transform: translate(-50%) translateZ(-400px);
    opacity: 0;
    animation: arco-carousel-card-middle-to-bottom
}

.arco-carousel-card .arco-carousel-item-prev {
    transform: translate(-100%) translateZ(-200px);
    opacity: .4;
    animation: arco-carousel-card-top-to-middle
}

.arco-carousel-card .arco-carousel-item-next {
    transform: translate(0) translateZ(-200px);
    opacity: .4;
    animation: arco-carousel-card-bottom-to-middle
}

.arco-carousel-card .arco-carousel-item-current {
    transform: translate(-50%) translateZ(0);
    opacity: 1;
    animation: arco-carousel-card-middle-to-top
}

.arco-carousel-card.arco-carousel-negative>* {
    animation: arco-carousel-card-middle-to-bottom-reverse
}

.arco-carousel-card.arco-carousel-negative .arco-carousel-item-prev {
    animation: arco-carousel-card-bottom-to-middle-reverse
}

.arco-carousel-card.arco-carousel-negative .arco-carousel-item-next {
    animation: arco-carousel-card-top-to-middle-reverse
}

.arco-carousel-card.arco-carousel-negative .arco-carousel-item-current {
    animation: arco-carousel-card-middle-to-top-reverse
}

.arco-carousel-fade>* {
    left: 50%;
    transform: translate(-50%);
    opacity: 0
}

.arco-carousel-fade .arco-carousel-item-current {
    opacity: 1
}

.arco-carousel-indicator {
    position: absolute;
    display: flex;
    margin: 0;
    padding: 0
}

.arco-carousel-indicator-wrapper {
    position: absolute;
    z-index: 2
}

.arco-carousel-indicator-wrapper-top {
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 87%)
}

.arco-carousel-indicator-wrapper-bottom {
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, .15) 100%)
}

.arco-carousel-indicator-wrapper-left {
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 87%)
}

.arco-carousel-indicator-wrapper-right {
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, .15) 100%)
}

.arco-carousel-indicator-wrapper-outer {
    right: 0;
    left: 0;
    background: none
}

.arco-carousel-indicator-bottom {
    bottom: 12px;
    left: 50%;
    transform: translate(-50%)
}

.arco-carousel-indicator-top {
    top: 12px;
    left: 50%;
    transform: translate(-50%)
}

.arco-carousel-indicator-left {
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%) rotate(90deg)
}

.arco-carousel-indicator-right {
    top: 50%;
    right: 12px;
    transform: translate(50%, -50%) rotate(90deg)
}

.arco-carousel-indicator-outer {
    left: 50%;
    padding: 4px;
    background-color: transparent;
    border-radius: 20px;
    transform: translate(-50%)
}

.arco-carousel-indicator-outer.arco-carousel-indicator-dot {
    bottom: -22px
}

.arco-carousel-indicator-outer.arco-carousel-indicator-line {
    bottom: -20px
}

.arco-carousel-indicator-outer.arco-carousel-indicator-slider {
    bottom: -16px;
    padding: 0;
    background-color: rgba(var(--gray-4), .5)
}

.arco-carousel-indicator-outer .arco-carousel-indicator-item {
    background-color: rgba(var(--gray-4), .5)
}

.arco-carousel-indicator-outer .arco-carousel-indicator-item:hover,
.arco-carousel-indicator-outer .arco-carousel-indicator-item-active {
    background-color: var(--color-fill-4)
}

.arco-carousel-indicator-item {
    display: inline-block;
    background-color: #ffffff4d;
    border-radius: var(--border-radius-medium);
    cursor: pointer
}

.arco-carousel-indicator-item:hover,
.arco-carousel-indicator-item-active {
    background-color: var(--color-white)
}

.arco-carousel-indicator-dot .arco-carousel-indicator-item {
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.arco-carousel-indicator-dot .arco-carousel-indicator-item:not(:last-child) {
    margin-right: 8px
}

.arco-carousel-indicator-line .arco-carousel-indicator-item {
    width: 12px;
    height: 4px
}

.arco-carousel-indicator-line .arco-carousel-indicator-item:not(:last-child) {
    margin-right: 8px
}

.arco-carousel-indicator-slider {
    width: 48px;
    height: 4px;
    background-color: #ffffff4d;
    border-radius: var(--border-radius-medium);
    cursor: pointer
}

.arco-carousel-indicator-slider .arco-carousel-indicator-item {
    position: absolute;
    top: 0;
    height: 100%;
    transition: left .3s
}

.arco-carousel-arrow>div {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--color-white);
    background-color: #ffffff4d;
    border-radius: 50%;
    cursor: pointer
}

.arco-carousel-arrow>div>svg {
    color: var(--color-white);
    font-size: 14px
}

.arco-carousel-arrow>div:hover {
    background-color: #ffffff80
}

.arco-carousel-arrow-left {
    top: 50%;
    left: 12px;
    transform: translateY(-50%)
}

.arco-carousel-arrow-right {
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.arco-carousel-arrow-top {
    top: 12px;
    left: 50%;
    transform: translate(-50%)
}

.arco-carousel-arrow-bottom {
    bottom: 12px;
    left: 50%;
    transform: translate(-50%)
}

.arco-carousel-arrow-hover div {
    opacity: 0;
    transition: all .3s
}

.arco-carousel:hover .arco-carousel-arrow-hover div {
    opacity: 1
}

body[arco-theme=dark] .arco-carousel-arrow>div {
    background-color: #17171a4d
}

body[arco-theme=dark] .arco-carousel-arrow>div:hover {
    background-color: #17171a80
}

body[arco-theme=dark] .arco-carousel-indicator-item,
body[arco-theme=dark] .arco-carousel-indicator-slider {
    background-color: #17171a4d
}

body[arco-theme=dark] .arco-carousel-indicator-item-active,
body[arco-theme=dark] .arco-carousel-indicator-item:hover {
    background-color: var(--color-white)
}

body[arco-theme=dark] .arco-carousel-indicator-outer.arco-carousel-indicator-slider {
    background-color: rgba(var(--gray-4), .5)
}

body[arco-theme=dark] .arco-carousel-indicator-outer .arco-carousel-indicator-item:hover,
body[arco-theme=dark] .arco-carousel-indicator-outer .arco-carousel-indicator-item-active {
    background-color: var(--color-fill-4)
}

.arco-cascader-panel {
    display: inline-flex;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-border-4);
    border-radius: var(--border-radius-medium);
    box-shadow: -4px 4px 10px #0000001a
}

.arco-cascader-search-panel {
    justify-content: flex-start;
    width: 100%;
    overflow: auto
}

.arco-cascader-popup-trigger-hover .arco-cascader-list-item {
    transition: fontweight 0s
}

.arco-cascader-highlight {
    font-weight: 500
}

.arco-cascader-panel-column {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    min-width: 120px;
    height: 100%;
    max-height: 200px;
    background-color: var(--color-bg-popup)
}

.arco-cascader-panel-column-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.arco-cascader-panel-column:not(:last-of-type) {
    border-right: 1px solid var(--color-border-4)
}

.arco-cascader-column-content {
    flex: 1;
    max-height: 200px;
    overflow-y: auto
}

.arco-cascader-list-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 4px 0
}

.arco-cascader-list-wrapper-with-footer {
    padding-bottom: 0
}

.arco-cascader-list-empty {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.arco-cascader-list {
    flex: 1;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-cascader-list-multiple .arco-cascader-option-label,
.arco-cascader-list-strictly .arco-cascader-option-label {
    padding-left: 0
}

.arco-cascader-list-multiple .arco-cascader-option,
.arco-cascader-list-strictly .arco-cascader-option {
    padding-left: 12px
}

.arco-cascader-list-multiple .arco-cascader-option .arco-checkbox,
.arco-cascader-list-strictly .arco-cascader-option .arco-checkbox,
.arco-cascader-list-multiple .arco-cascader-option .arco-radio,
.arco-cascader-list-strictly .arco-cascader-option .arco-radio {
    margin-right: 8px;
    padding-left: 0
}

.arco-cascader-search-list.arco-cascader-list-multiple .arco-cascader-option-label {
    padding-right: 12px
}

.arco-cascader-list-footer {
    box-sizing: border-box;
    height: 36px;
    padding-left: 12px;
    line-height: 36px;
    border-top: 1px solid var(--color-border-4)
}

.arco-cascader-option,
.arco-cascader-search-option {
    position: relative;
    display: flex;
    box-sizing: border-box;
    min-width: 100px;
    height: 36px;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 36px;
    background-color: transparent;
    cursor: pointer
}

.arco-cascader-option-label,
.arco-cascader-search-option-label {
    flex-grow: 1;
    padding-right: 34px;
    padding-left: 12px
}

.arco-cascader-option .arco-icon-right,
.arco-cascader-search-option .arco-icon-right,
.arco-cascader-option .arco-icon-check,
.arco-cascader-search-option .arco-icon-check {
    position: absolute;
    top: 50%;
    right: 10px;
    color: var(--color-text-2);
    font-size: 12px;
    transform: translateY(-50%)
}

.arco-cascader-option .arco-icon-check,
.arco-cascader-search-option .arco-icon-check {
    color: rgb(var(--primary-6))
}

.arco-cascader-option .arco-icon-loading,
.arco-cascader-search-option .arco-icon-loading {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    color: rgb(var(--primary-6));
    font-size: 12px
}

.arco-cascader-option:hover,
.arco-cascader-search-option-hover {
    color: var(--color-text-1);
    background-color: var(--color-bg-4)
}

.arco-cascader-option:hover .arco-checkbox:not(.arco-checkbox-disabled):not(.arco-checkbox-checked):hover .arco-checkbox-icon-hover:before,
.arco-cascader-search-option-hover .arco-checkbox:not(.arco-checkbox-disabled):not(.arco-checkbox-checked):hover .arco-checkbox-icon-hover:before {
    background-color: var(--color-bg-4)
}

.arco-cascader-option:hover .arco-radio:not(.arco-radio-disabled):not(.arco-radio-checked):hover .arco-radio-icon-hover:before,
.arco-cascader-search-option-hover .arco-radio:not(.arco-radio-disabled):not(.arco-radio-checked):hover .arco-radio-icon-hover:before {
    background-color: var(--color-bg-4)
}

.arco-cascader-option-disabled,
.arco-cascader-search-option-disabled,
.arco-cascader-option-disabled:hover,
.arco-cascader-search-option-disabled:hover {
    color: var(--color-text-3);
    background-color: transparent;
    cursor: not-allowed
}

.arco-cascader-option-disabled .arco-icon-right,
.arco-cascader-search-option-disabled .arco-icon-right,
.arco-cascader-option-disabled:hover .arco-icon-right,
.arco-cascader-search-option-disabled:hover .arco-icon-right {
    color: inherit
}

.arco-cascader-option-disabled .arco-icon-check,
.arco-cascader-search-option-disabled .arco-icon-check,
.arco-cascader-option-disabled:hover .arco-icon-check,
.arco-cascader-search-option-disabled:hover .arco-icon-check {
    color: var(--color-primary-light-3)
}

.arco-cascader-option-active {
    color: var(--color-fill-bitgreen);
    background-color: var(--color-bg-4);
    transition: all .2s cubic-bezier(0, 0, 1, 1)
}

.arco-cascader-option-active:hover {
    color: var(--color-fill-bitgreen);
    background-color: var(--color-bg-4)
}

.arco-cascader-option-active.arco-cascader-option-disabled,
.arco-cascader-option-active.arco-cascader-option-disabled:hover {
    color: var(--color-text-4);
    background-color: var(--color-bg-4)
}

.cascader-slide-enter-active,
.cascader-slide-leave-active {
    transition: margin .3s cubic-bezier(.34, .69, .1, 1)
}

.cascader-slide-enter-from,
.cascader-slide-leave-to {
    margin-left: -120px
}

.cascader-slide-enter-to,
.cascader-slide-leave-from {
    margin-left: 0
}

.arco-icon-hover.arco-checkbox-icon-hover:before {
    width: 24px;
    height: 24px
}

.arco-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 4px;
    font-size: 14px;
    line-height: unset;
    cursor: pointer
}

.arco-checkbox>input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.arco-checkbox>input[type=checkbox]:focus-visible+.arco-checkbox-icon-hover:before {
    background-color: var(--color-fill-2)
}

.arco-checkbox:hover .arco-checkbox-icon-hover:before {
    background-color: transparent
}

.arco-checkbox-label {
    margin-left: 8px;
    color: var(--color-text-1)
}

.arco-checkbox-icon {
    position: relative;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: var(--color-bg-4);
    border: 1px solid var(--color-border-1);
    border-radius: 2px;
    user-select: none
}

.arco-checkbox-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 2px;
    background: var(--color-bg-1);
    border-radius: .5px;
    transform: translate(-50%) translateY(-50%) scale(0);
    content: ""
}

.arco-checkbox-icon-check {
    position: relative;
    display: block;
    width: 12px;
    height: 100%;
    margin: 0 auto;
    color: var(--color-bg-1);
    transform: scale(0);
    transform-origin: center 75%
}

.arco-checkbox:hover .arco-checkbox-icon {
    border-color: var(--color-border-2);
    transition: border-color .1s cubic-bezier(0, 0, 1, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-checkbox-checked:hover .arco-checkbox-icon,
.arco-checkbox-indeterminate:hover .arco-checkbox-icon {
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-checkbox-checked .arco-checkbox-icon {
    background-color: rgb(var(--primary-6));
    border-color: transparent
}

.arco-checkbox-checked .arco-checkbox-icon-check {
    transform: scale(1);
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-checkbox-indeterminate .arco-checkbox-icon {
    background-color: rgb(var(--primary-6));
    border-color: transparent
}

.arco-checkbox-indeterminate .arco-checkbox-icon svg {
    transform: scale(0)
}

.arco-checkbox-indeterminate .arco-checkbox-icon:after {
    transform: translate(-50%) translateY(-50%) scale(1);
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-checkbox.arco-checkbox-disabled,
.arco-checkbox.arco-checkbox-disabled .arco-checkbox-icon-hover {
    cursor: not-allowed
}

.arco-checkbox.arco-checkbox-disabled:hover .arco-checkbox-mask {
    border-color: var(--color-border-1)
}

.arco-checkbox-checked:hover .arco-checkbox-icon,
.arco-checkbox-indeterminate:hover .arco-checkbox-icon {
    border-color: transparent
}

.arco-checkbox-disabled .arco-checkbox-icon {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-1)
}

.arco-checkbox-disabled.arco-checkbox-checked .arco-checkbox-icon,
.arco-checkbox-disabled.arco-checkbox-checked:hover .arco-checkbox-icon {
    background-color: var(--color-primary-light-3);
    border-color: transparent
}

.arco-checkbox-disabled:hover .arco-checkbox-icon-hover:before,
.arco-checkbox-checked:hover .arco-checkbox-icon-hover:before,
.arco-checkbox-indeterminate:hover .arco-checkbox-icon-hover:before {
    background-color: transparent
}

.arco-checkbox-disabled:hover .arco-checkbox-icon {
    border-color: var(--color-border-1)
}

.arco-checkbox-disabled .arco-checkbox-label {
    color: var(--color-text-3)
}

.arco-checkbox-disabled .arco-checkbox-icon-check {
    color: var(--color-bg-6)
}

.arco-checkbox-group {
    display: inline-block
}

.arco-checkbox-group .arco-checkbox {
    margin-right: 16px
}

.arco-checkbox-group-direction-vertical .arco-checkbox {
    display: flex;
    margin-right: 0;
    line-height: 32px
}

.arco-icon-hover.arco-collapse-item-icon-hover:before {
    width: 16px;
    height: 16px
}

.arco-icon-hover.arco-collapse-item-icon-hover:hover:before {
    background-color: var(--color-fill-2)
}

.arco-collapse {
    overflow: hidden;
    line-height: 1.5715;
    border: 1px solid var(--color-bg-6);
    border-radius: 8px
}

.arco-collapse-item {
    box-sizing: border-box;
    border-bottom: 1px solid var(--color-border-1)
}

.arco-collapse-item-active>.arco-collapse-item-header {
    background-color: var(--color-bg-2);
    border-color: var(--color-border-1);
    transition: border-color 0s ease 0s
}

.arco-collapse-item-active>.arco-collapse-item-header .arco-collapse-item-header-title {
    font-weight: 500
}

.arco-collapse-item-active>.arco-collapse-item-header .arco-collapse-item-expand-icon {
    transform: rotate(90deg)
}

.arco-collapse-item-active>.arco-collapse-item-header .arco-collapse-item-icon-right .arco-collapse-item-expand-icon {
    transform: rotate(-90deg)
}

.arco-collapse-item-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 24px;
    background-color: var(--color-bg-2);
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: border-color 0s ease .19s
}

.arco-collapse-item-header-left {
    padding-right: 13px;
    padding-left: 34px
}

.arco-collapse-item-header-right {
    padding-right: 34px;
    padding-left: 13px
}

.arco-collapse-item-header-right+.arco-collapse-item-content {
    padding-left: 13px
}

.arco-collapse-item-header-disabled {
    color: var(--color-text-4);
    background-color: var(--color-bg-2);
    cursor: not-allowed
}

.arco-collapse-item-header-disabled .arco-collapse-item-header-icon {
    color: var(--color-text-4)
}

.arco-collapse-item-header-title {
    display: inline
}

.arco-collapse-item-header-extra {
    float: right
}

.arco-collapse-item .arco-collapse-item-icon-hover {
    position: absolute;
    top: 50%;
    left: 13px;
    text-align: center;
    transform: translateY(-50%)
}

.arco-collapse-item .arco-collapse-item-icon-right {
    right: 13px;
    left: unset
}

.arco-collapse-item .arco-collapse-item-icon-right>.arco-collapse-item-header-icon-down {
    transform: rotate(-90deg)
}

.arco-collapse-item .arco-collapse-item-expand-icon {
    position: relative;
    display: block;
    color: var(--color-neutral-7);
    font-size: 14px;
    vertical-align: middle;
    transition: transform .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-collapse-item-content {
    position: relative;
    padding-right: 13px;
    padding-left: 34px;
    overflow: hidden;
    color: var(--color-text-1);
    font-size: 14px;
    background-color: var(--color-bg-4)
}

.arco-collapse-item-content-expanded {
    display: block;
    height: auto
}

.arco-collapse-item-content-box {
    padding: 8px 0
}

.arco-collapse-item.arco-collapse-item-disabled>.arco-collapse-item-content {
    color: var(--color-text-4)
}

.arco-collapse-item-no-icon>.arco-collapse-item-header {
    padding-right: 13px;
    padding-left: 13px
}

.arco-collapse-item:last-of-type {
    border-bottom: none
}

.arco-collapse.arco-collapse-borderless {
    border: none
}

.arco-collapse:after {
    display: table;
    clear: both;
    content: ""
}

.collapse-slider-enter-from,
.collapse-slider-leave-to {
    height: 0
}

.collapse-slider-enter-active,
.collapse-slider-leave-active {
    transition: height .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-comment {
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 1.5715
}

.arco-comment:not(:first-of-type),
.arco-comment-inner-comment {
    margin-top: 20px
}

.arco-comment-inner {
    flex: 1
}

.arco-comment-avatar {
    flex-shrink: 0;
    margin-right: 12px;
    cursor: pointer
}

.arco-comment-avatar>img {
    width: 32px;
    height: 32px;
    border-radius: var(--border-radius-circle)
}

.arco-comment-author {
    margin-right: 8px;
    color: var(--color-text-2);
    font-size: 14px
}

.arco-comment-datetime {
    color: var(--color-text-3);
    font-size: 12px
}

.arco-comment-content {
    color: var(--color-text-1)
}

.arco-comment-title-align-right {
    display: flex;
    justify-content: space-between
}

.arco-comment-actions {
    margin-top: 8px;
    color: var(--color-text-2);
    font-size: 14px
}

.arco-comment-actions>*:not(:last-child) {
    margin-right: 8px
}

.arco-comment-actions-align-right {
    display: flex;
    justify-content: flex-end
}

.arco-picker-container,
.arco-picker-range-container {
    box-sizing: border-box;
    min-height: 60px;
    overflow: hidden;
    background-color: var(--color-bg-popup);
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 2px 5px #0000001a
}

.arco-picker-container-shortcuts-placement-left,
.arco-picker-range-container-shortcuts-placement-left,
.arco-picker-container-shortcuts-placement-right,
.arco-picker-range-container-shortcuts-placement-right {
    display: flex;
    align-items: flex-start
}

.arco-picker-container-shortcuts-placement-left>.arco-picker-shortcuts,
.arco-picker-range-container-shortcuts-placement-left>.arco-picker-shortcuts,
.arco-picker-container-shortcuts-placement-right>.arco-picker-shortcuts,
.arco-picker-range-container-shortcuts-placement-right>.arco-picker-shortcuts {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5px 8px;
    overflow-x: hidden;
    overflow-y: auto
}

.arco-picker-container-shortcuts-placement-left>.arco-picker-shortcuts>*,
.arco-picker-range-container-shortcuts-placement-left>.arco-picker-shortcuts>*,
.arco-picker-container-shortcuts-placement-right>.arco-picker-shortcuts>*,
.arco-picker-range-container-shortcuts-placement-right>.arco-picker-shortcuts>* {
    margin: 5px 0
}

.arco-picker-container-shortcuts-placement-left .arco-picker-panel-wrapper,
.arco-picker-range-container-shortcuts-placement-left .arco-picker-panel-wrapper,
.arco-picker-container-shortcuts-placement-left .arco-picker-range-panel-wrapper,
.arco-picker-range-container-shortcuts-placement-left .arco-picker-range-panel-wrapper {
    border-left: 1px solid transparent
}

.arco-picker-container-shortcuts-placement-right .arco-picker-panel-wrapper,
.arco-picker-range-container-shortcuts-placement-right .arco-picker-panel-wrapper,
.arco-picker-container-shortcuts-placement-right .arco-picker-range-panel-wrapper,
.arco-picker-range-container-shortcuts-placement-right .arco-picker-range-panel-wrapper {
    border-right: 1px solid transparent
}

.arco-picker-container-panel-only,
.arco-picker-range-container-panel-only {
    box-shadow: none
}

.arco-picker-container-panel-only .arco-panel-date-inner,
.arco-picker-range-container-panel-only .arco-panel-date-inner,
.arco-picker-range-container-panel-only .arco-panel-date {
    width: 100%
}

.arco-picker-header {
    display: flex;
    padding: 8px 16px;
    border-bottom: 1px solid transparent
}

.arco-picker-header-title {
    flex: 1;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.arco-picker-header-icon {
    width: 24px;
    height: 24px;
    margin-right: 2px;
    margin-left: 2px;
    color: var(--color-text-2);
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background-color: var(--color-bg-popup);
    border-radius: 50%;
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    user-select: none
}

.arco-picker-header-icon:not(.arco-picker-header-icon-hidden) {
    cursor: pointer
}

.arco-picker-header-icon:not(.arco-picker-header-icon-hidden):hover {
    background-color: var(--color-bg-4)
}

.arco-picker-header-label {
    padding: 2px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .1s
}

.arco-picker-header-label:hover {
    background-color: var(--color-fill-3)
}

.arco-picker-body {
    padding: 14px 16px
}

.arco-picker-week-list {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 16px 0
}

.arco-picker-week-list-item {
    flex: 1;
    height: 32px;
    padding: 0;
    color: #7d7d7f;
    font-weight: 400;
    line-height: 32px;
    text-align: center
}

.arco-picker-row {
    display: flex;
    padding: 2px 0
}

.arco-picker-cell {
    flex: 1
}

.arco-picker-cell .arco-picker-date {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 4px 0;
    cursor: pointer
}

.arco-picker-date-value {
    min-width: 24px;
    height: 24px;
    color: var(--color-text-3);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer
}

.arco-picker-cell-in-view .arco-picker-date-value {
    color: var(--color-text-1);
    font-weight: 500
}

.arco-picker-cell-selected .arco-picker-date-value {
    color: var(--color-bg-1);
    background-color: rgb(var(--primary-6));
    transition: background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-picker-cell-in-view:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover {
    color: #131f00;
    background-color: rgb(var(--primary-6))
}

.arco-picker-cell-today {
    position: relative
}

.arco-picker-cell-today:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background-color: rgb(var(--primary-6));
    border-radius: 50%;
    content: ""
}

.arco-picker-cell-in-range .arco-picker-date {
    background-color: rgb(var(--primary-1))
}

.arco-picker-cell-range-start .arco-picker-date {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.arco-picker-cell-range-end .arco-picker-date {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.arco-picker-cell-in-range-near-hover .arco-picker-date {
    border-radius: 0
}

.arco-picker-cell-range-start .arco-picker-date-value,
.arco-picker-cell-range-end .arco-picker-date-value {
    color: var(--color-bg-1);
    background-color: rgb(var(--primary-6));
    border-radius: 100px
}

.arco-picker-cell-hover-in-range .arco-picker-date {
    background-color: rgb(var(--primary-6))
}

.arco-picker-cell-hover-range-start .arco-picker-date {
    border-radius: 24px 0 0 24px
}

.arco-picker-cell-hover-range-end .arco-picker-date {
    border-radius: 0 24px 24px 0
}

.arco-picker-cell-hover-range-start .arco-picker-date-value,
.arco-picker-cell-hover-range-end .arco-picker-date-value {
    color: var(--color-text-1);
    background-color: var(--color-primary-light-2);
    border-radius: 50%
}

.arco-picker-cell-disabled .arco-picker-date {
    background-color: var(--color-bg-5);
    cursor: not-allowed
}

.arco-picker-cell-disabled .arco-picker-date-value {
    color: var(--color-text-3);
    background-color: transparent;
    cursor: not-allowed
}

.arco-picker-footer {
    width: min-content;
    min-width: 100%
}

.arco-picker-footer-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 3px 8px;
    border-top: 1px solid transparent
}

.arco-picker-footer-btn-wrapper :only-child {
    margin-left: auto
}

.arco-picker-footer-extra-wrapper {
    box-sizing: border-box;
    padding: 8px 24px;
    color: var(--color-text-1);
    font-size: 12px;
    border-top: 1px solid transparent
}

.arco-picker-footer-now-wrapper {
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-top: 1px solid transparent
}

.arco-picker-btn-confirm {
    margin: 5px 0
}

.arco-picker-shortcuts {
    flex: 1
}

.arco-picker-shortcuts>* {
    margin: 5px 10px 5px 0
}

.arco-panel-date {
    display: flex;
    box-sizing: border-box
}

.arco-panel-date-inner {
    width: 265px
}

.arco-panel-date-inner .arco-picker-body {
    padding-top: 0
}

.arco-panel-date-timepicker {
    display: flex;
    flex-direction: column;
    border-left: 1px solid transparent
}

.arco-panel-date-timepicker-title {
    width: 100%;
    height: 40px;
    color: var(--color-text-1);
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid transparent
}

.arco-panel-date-timepicker .arco-timepicker {
    height: 276px;
    padding: 0 6px;
    overflow: hidden
}

.arco-panel-date-timepicker .arco-timepicker-column {
    box-sizing: border-box;
    width: auto;
    height: 100%;
    padding: 0 4px
}

.arco-panel-date-timepicker .arco-timepicker-column::-webkit-scrollbar {
    width: 0
}

.arco-panel-date-timepicker .arco-timepicker-column:not(:last-child) {
    border-right: 0
}

.arco-panel-date-timepicker .arco-timepicker ul:after {
    height: 244px
}

.arco-panel-date-timepicker .arco-timepicker-cell {
    width: 36px
}

.arco-panel-date-timepicker .arco-timepicker-cell-inner {
    padding-left: 10px
}

.arco-panel-date-footer {
    border-right: 1px solid transparent
}

.arco-panel-date-with-view-tabs {
    flex-direction: column;
    min-width: 265px
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-column {
    flex: 1
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-column::-webkit-scrollbar {
    width: 0
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-cell {
    width: 100%;
    text-align: center
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-cell-inner {
    padding-left: 0
}

.arco-panel-date-view-tabs {
    display: flex;
    border-top: 1px solid transparent
}

.arco-panel-date-view-tab-pane {
    flex: 1;
    height: 50px;
    color: var(--color-text-4);
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid transparent;
    cursor: pointer
}

.arco-panel-date-view-tab-pane:last-child {
    border-right: none
}

.arco-panel-date-view-tab-pane-text {
    margin-left: 8px
}

.arco-panel-date-view-tab-pane-active {
    color: var(--color-text-1)
}

.arco-panel-month,
.arco-panel-quarter,
.arco-panel-year {
    box-sizing: border-box;
    width: 265px
}

.arco-panel-month .arco-picker-date,
.arco-panel-quarter .arco-picker-date,
.arco-panel-year .arco-picker-date {
    padding: 4px
}

.arco-panel-month .arco-picker-date-value,
.arco-panel-quarter .arco-picker-date-value,
.arco-panel-year .arco-picker-date-value {
    width: 100%;
    border-radius: 24px
}

.arco-panel-month .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover,
.arco-panel-quarter .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover,
.arco-panel-year .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover {
    border-radius: 24px
}

.arco-panel-year {
    box-sizing: border-box;
    width: 265px
}

.arco-panel-week {
    box-sizing: border-box
}

.arco-panel-week-wrapper {
    display: flex
}

.arco-panel-week-inner {
    width: 298px
}

.arco-panel-week-inner .arco-picker-body {
    padding-top: 0
}

.arco-panel-week .arco-picker-row-week {
    cursor: pointer
}

.arco-panel-week .arco-picker-row-week .arco-picker-date-value {
    width: 100%;
    border-radius: 0
}

.arco-panel-week .arco-picker-cell .arco-picker-date {
    border-radius: 0
}

.arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date {
    padding-left: 4px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date .arco-picker-date-value {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date {
    padding-right: 4px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date .arco-picker-date-value {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.arco-panel-week .arco-picker-row-week:hover .arco-picker-cell:not(.arco-picker-cell-week):not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value {
    background-color: rgb(var(--primary-6))
}

.arco-panel-quarter {
    box-sizing: border-box;
    width: 265px
}

.arco-picker-range-wrapper {
    display: flex
}

.arco-datepicker-shortcuts-wrapper {
    box-sizing: border-box;
    width: 106px;
    height: 100%;
    max-height: 300px;
    margin: 10px 0 0;
    padding: 0;
    overflow-y: auto;
    list-style: none
}

.arco-datepicker-shortcuts-wrapper>li {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 16px;
    cursor: pointer
}

.arco-datepicker-shortcuts-wrapper>li:hover {
    color: rgb(var(--primary-6))
}

.arco-descriptions-table {
    width: 100%;
    border-collapse: collapse
}

.arco-descriptions-table-layout-fixed table {
    table-layout: fixed
}

.arco-descriptions-title {
    margin-bottom: 16px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5715
}

.arco-descriptions-item,
.arco-descriptions-item-label,
.arco-descriptions-item-value {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5715;
    text-align: left
}

.arco-descriptions-table-layout-fixed .arco-descriptions-item-label {
    width: auto
}

.arco-descriptions-item-label-block {
    width: 1px;
    padding: 0 4px 12px 0;
    color: var(--color-text-2);
    font-weight: 500;
    white-space: nowrap
}

.arco-descriptions-item-value-block {
    padding: 0 4px 12px 0;
    color: var(--color-text-1);
    font-weight: 400;
    white-space: pre-wrap;
    word-break: break-word
}

.arco-descriptions-item-label-inline,
.arco-descriptions-item-value-inline {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5715;
    text-align: left
}

.arco-descriptions-item-label-inline {
    margin-bottom: 2px;
    color: var(--color-text-2);
    font-weight: 500
}

.arco-descriptions-item-value-inline {
    color: var(--color-text-1);
    font-weight: 400
}

.arco-descriptions-layout-inline-horizontal .arco-descriptions-item-label-inline {
    margin-right: 4px
}

.arco-descriptions-layout-inline-horizontal .arco-descriptions-item-label-inline,
.arco-descriptions-layout-inline-horizontal .arco-descriptions-item-value-inline {
    display: inline-block;
    margin-bottom: 0
}

.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 12px 20px
}

.arco-descriptions-border .arco-descriptions-body {
    overflow: hidden;
    border: 1px solid var(--color-border-1);
    border-radius: 8px
}

.arco-descriptions-border .arco-descriptions-row:not(:last-child) {
    border-bottom: 1px solid var(--color-border-1)
}

.arco-descriptions-border .arco-descriptions-item,
.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 7px 20px;
    border-right: 1px solid var(--color-border-1)
}

.arco-descriptions-border .arco-descriptions-item-label-block {
    background-color: var(--color-bg-4)
}

.arco-descriptions-border .arco-descriptions-item-value-block:last-child {
    border-right: none
}

.arco-descriptions-border .arco-descriptions-item:last-child {
    border-right: none
}

.arco-descriptions-border.arco-descriptions-layout-vertical .arco-descriptions-item-label-block:last-child {
    border-right: none
}

.arco-descriptions-layout-vertical:not(.arco-descriptions-border) .arco-descriptions-item-value-block:first-child {
    padding-left: 0
}

.arco-descriptions-size-mini .arco-descriptions-title {
    margin-bottom: 6px
}

.arco-descriptions-size-mini .arco-descriptions-item-label-block,
.arco-descriptions-size-mini .arco-descriptions-item-value-block {
    padding-right: 48px;
    padding-bottom: 2px;
    font-size: 12px
}

.arco-descriptions-size-mini.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-size-mini.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 3px 48px
}

.arco-descriptions-size-mini.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 8px 48px
}

.arco-descriptions-size-small .arco-descriptions-title {
    margin-bottom: 8px
}

.arco-descriptions-size-small .arco-descriptions-item-label-block,
.arco-descriptions-size-small .arco-descriptions-item-value-block {
    padding-right: 20px;
    padding-bottom: 4px;
    font-size: 14px
}

.arco-descriptions-size-small.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-size-small.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 3px 20px
}

.arco-descriptions-size-small.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 8px 20px
}

.arco-descriptions-size-medium .arco-descriptions-title {
    margin-bottom: 12px
}

.arco-descriptions-size-medium .arco-descriptions-item-label-block,
.arco-descriptions-size-medium .arco-descriptions-item-value-block {
    padding-right: 20px;
    padding-bottom: 8px;
    font-size: 14px
}

.arco-descriptions-size-medium.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-size-medium.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 5px 20px
}

.arco-descriptions-size-medium.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 10px 20px
}

.arco-descriptions-size-large .arco-descriptions-title {
    margin-bottom: 20px
}

.arco-descriptions-size-large .arco-descriptions-item-label-block,
.arco-descriptions-size-large .arco-descriptions-item-value-block {
    padding-right: 20px;
    padding-bottom: 16px;
    font-size: 14px
}

.arco-descriptions-size-large.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-size-large.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 9px 20px
}

.arco-descriptions-size-large.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 14px 20px
}

.arco-divider-horizontal {
    position: relative;
    clear: both;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #e2e2e5
}

.arco-divider-horizontal.arco-divider-with-text {
    margin: 20px 0
}

.arco-divider-vertical {
    display: inline-block;
    min-width: 1px;
    max-width: 1px;
    min-height: 1em;
    margin: 0 12px;
    vertical-align: middle;
    border-left: 1px solid #e2e2e5
}

.arco-divider-text {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 0 16px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    background: var(--color-bg-2);
    transform: translateY(-50%)
}

.arco-divider-text-center {
    left: 50%;
    transform: translate(-50%, -50%)
}

.arco-divider-text-left {
    left: 24px
}

.arco-divider-text-right {
    right: 24px
}

.arco-drawer-container {
    position: fixed;
    inset: 0;
    z-index: 1001
}

.arco-drawer-mask {
    position: absolute;
    inset: 0;
    background-color: var(--color-mask-bg)
}

.arco-drawer {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    line-height: 1.5715;
    background-color: var(--color-bg-3)
}

.arco-drawer-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-bottom: 1px solid var(--color-border-1)
}

.arco-drawer-header .arco-drawer-title {
    margin-right: auto;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px;
    text-align: left
}

.arco-drawer-header .arco-drawer-close-btn {
    margin-left: 8px;
    color: var(--color-text-1);
    font-size: 12px;
    cursor: pointer
}

.arco-drawer-footer {
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 16px;
    text-align: right;
    border-top: 1px solid var(--color-border-1)
}

.arco-drawer-footer>.arco-btn {
    margin-left: 12px
}

.arco-drawer-body {
    position: relative;
    flex: 1;
    box-sizing: border-box;
    height: 100%;
    padding: 12px 16px;
    overflow: auto;
    color: var(--color-text-1)
}

.fade-drawer-enter-from,
.fade-drawer-appear-from {
    opacity: 0
}

.fade-drawer-enter-to,
.fade-drawer-appear-to {
    opacity: 1
}

.fade-drawer-enter-active,
.fade-drawer-appear-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
}

.fade-drawer-leave-from {
    opacity: 1
}

.fade-drawer-leave-to {
    opacity: 0
}

.fade-drawer-leave-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-left-drawer-enter-from,
.slide-left-drawer-appear-from {
    transform: translate(-100%)
}

.slide-left-drawer-enter-to,
.slide-left-drawer-appear-to {
    transform: translate(0)
}

.slide-left-drawer-enter-active,
.slide-left-drawer-appear-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-left-drawer-leave-from {
    transform: translate(0)
}

.slide-left-drawer-leave-to {
    transform: translate(-100%)
}

.slide-left-drawer-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-drawer-enter-from,
.slide-right-drawer-appear-from {
    transform: translate(100%)
}

.slide-right-drawer-enter-to,
.slide-right-drawer-appear-to {
    transform: translate(0)
}

.slide-right-drawer-enter-active,
.slide-right-drawer-appear-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-drawer-leave-from {
    transform: translate(0)
}

.slide-right-drawer-leave-to {
    transform: translate(100%)
}

.slide-right-drawer-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-top-drawer-enter,
.slide-top-drawer-appear,
.slide-top-drawer-enter-from,
.slide-top-drawer-appear-from {
    transform: translateY(-100%)
}

.slide-top-drawer-enter-to,
.slide-top-drawer-appear-to {
    transform: translateY(0)
}

.slide-top-drawer-enter-active,
.slide-top-drawer-appear-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-top-drawer-leave-from {
    transform: translateY(0)
}

.slide-top-drawer-leave-to {
    transform: translateY(-100%)
}

.slide-top-drawer-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-bottom-drawer-enter-from,
.slide-bottom-drawer-appear-from {
    transform: translateY(100%)
}

.slide-bottom-drawer-enter-to,
.slide-bottom-drawer-appear-to {
    transform: translateY(0)
}

.slide-bottom-drawer-enter-active,
.slide-bottom-drawer-appear-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-bottom-drawer-leave-from {
    transform: translateY(0)
}

.slide-bottom-drawer-leave-to {
    transform: translateY(100%)
}

.slide-bottom-drawer-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.arco-dropdown {
    box-sizing: border-box;
    padding: 4px 0;
    background-color: var(--color-bg-3);
    border: 1px solid var(--color-border-1);
    border-radius: 2px;
    box-shadow: 0 4px 10px #0000001a
}

.arco-dropdown-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.arco-dropdown-list-wrapper {
    max-height: 200px;
    overflow-y: auto
}

.arco-dropdown-option {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    background-color: transparent;
    cursor: pointer
}

.arco-dropdown-option-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-dropdown-option-has-suffix {
    justify-content: space-between
}

.arco-dropdown-option-active,
.arco-dropdown-option:not(.arco-dropdown-option-disabled):hover {
    color: var(--color-text-1);
    background-color: var(--color-bg-4);
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-dropdown-option-disabled {
    color: var(--color-text-3);
    background-color: transparent;
    cursor: not-allowed
}

.arco-dropdown-option-icon {
    display: inline-flex;
    margin-right: 8px
}

.arco-dropdown-option-suffix {
    margin-left: 12px
}

.arco-dropdown-group:first-child .arco-dropdown-group-title {
    margin-top: 8px
}

.arco-dropdown-group-title {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 0 12px;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 20px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-dropdown-submenu {
    margin-top: -4px
}

.arco-dropdown.arco-dropdown-has-footer {
    padding-bottom: 0
}

.arco-dropdown-footer {
    border-top: 1px solid var(--color-border-1)
}

.arco-empty {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    text-align: center
}

.arco-empty-image {
    margin-bottom: 4px;
    color: var(--color-text-2);
    font-size: 48px;
    line-height: 1
}

.arco-empty-image img {
    height: 80px
}

.arco-empty .arco-empty-description {
    color: var(--color-text-2);
    font-size: 14px
}

.arco-form-item-status-validating .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-validating .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    background-color: var(--color-bg-2);
    border-color: transparent
}

.arco-form-item-status-validating .arco-input-wrapper:not(.arco-input-disabled):hover,
.arco-form-item-status-validating .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background-color: var(--color-bg-6);
    border-color: transparent
}

.arco-form-item-status-validating .arco-input-wrapper:not(.arco-input-disabled).arco-input-focus,
.arco-form-item-status-validating .arco-textarea-wrapper:not(.arco-textarea-disabled).arco-textarea-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-form-item-status-validating .arco-select-view:not(.arco-select-view-disabled),
.arco-form-item-status-validating .arco-input-tag:not(.arco-input-tag-disabled) {
    background-color: var(--color-bg-2);
    border-color: transparent
}

.arco-form-item-status-validating .arco-select-view:not(.arco-select-view-disabled):hover,
.arco-form-item-status-validating .arco-input-tag:not(.arco-input-tag-disabled):hover {
    background-color: var(--color-bg-6);
    border-color: transparent
}

.arco-form-item-status-validating .arco-select-view:not(.arco-select-view-disabled).arco-select-view-focus,
.arco-form-item-status-validating .arco-input-tag:not(.arco-input-tag-disabled).arco-input-tag-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-form-item-status-validating .arco-picker:not(.arco-picker-disabled) {
    border-color: transparent;
    background-color: var(--color-bg-2)
}

.arco-form-item-status-validating .arco-picker:not(.arco-picker-disabled):hover {
    border-color: transparent;
    background-color: var(--color-bg-6)
}

.arco-form-item-status-validating .arco-picker-focused:not(.arco-picker-disabled),
.arco-form-item-status-validating .arco-picker-focused:not(.arco-picker-disabled):hover {
    border-color: rgb(var(--primary-6));
    background-color: var(--color-bg-2);
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-form-item-status-validating .arco-form-item-message-help,
.arco-form-item-status-validating .arco-form-item-feedback {
    color: rgb(var(--primary-5))
}

.arco-form-item-status-success .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-success .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    background-color: var(--color-bg-2);
    border-color: transparent
}

.arco-form-item-status-success .arco-input-wrapper:not(.arco-input-disabled):hover,
.arco-form-item-status-success .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background-color: var(--color-bg-6);
    border-color: transparent
}

.arco-form-item-status-success .arco-input-wrapper:not(.arco-input-disabled).arco-input-focus,
.arco-form-item-status-success .arco-textarea-wrapper:not(.arco-textarea-disabled).arco-textarea-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--success-6));
    box-shadow: 0 0 0 0 var(--color-success-light-2)
}

.arco-form-item-status-success .arco-select-view:not(.arco-select-view-disabled),
.arco-form-item-status-success .arco-input-tag:not(.arco-input-tag-disabled) {
    background-color: var(--color-bg-2);
    border-color: transparent
}

.arco-form-item-status-success .arco-select-view:not(.arco-select-view-disabled):hover,
.arco-form-item-status-success .arco-input-tag:not(.arco-input-tag-disabled):hover {
    background-color: var(--color-bg-6);
    border-color: transparent
}

.arco-form-item-status-success .arco-select-view:not(.arco-select-view-disabled).arco-select-view-focus,
.arco-form-item-status-success .arco-input-tag:not(.arco-input-tag-disabled).arco-input-tag-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--success-6));
    box-shadow: 0 0 0 0 var(--color-success-light-2)
}

.arco-form-item-status-success .arco-picker:not(.arco-picker-disabled) {
    border-color: transparent;
    background-color: var(--color-bg-2)
}

.arco-form-item-status-success .arco-picker:not(.arco-picker-disabled):hover {
    border-color: transparent;
    background-color: var(--color-bg-6)
}

.arco-form-item-status-success .arco-picker-focused:not(.arco-picker-disabled),
.arco-form-item-status-success .arco-picker-focused:not(.arco-picker-disabled):hover {
    border-color: rgb(var(--success-6));
    background-color: var(--color-bg-2);
    box-shadow: 0 0 0 0 var(--color-success-light-2)
}

.arco-form-item-status-success .arco-form-item-message-help,
.arco-form-item-status-success .arco-form-item-feedback {
    color: rgb(var(--success-6))
}

.arco-form-item-status-warning .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-warning .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    background-color: var(--color-warning-light-1);
    border-color: transparent
}

.arco-form-item-status-warning .arco-input-wrapper:not(.arco-input-disabled):hover,
.arco-form-item-status-warning .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background-color: var(--color-warning-light-2);
    border-color: transparent
}

.arco-form-item-status-warning .arco-input-wrapper:not(.arco-input-disabled).arco-input-focus,
.arco-form-item-status-warning .arco-textarea-wrapper:not(.arco-textarea-disabled).arco-textarea-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--warning-6));
    box-shadow: 0 0 0 0 var(--color-warning-light-2)
}

.arco-form-item-status-warning .arco-select-view:not(.arco-select-view-disabled),
.arco-form-item-status-warning .arco-input-tag:not(.arco-input-tag-disabled) {
    background-color: var(--color-warning-light-1);
    border-color: transparent
}

.arco-form-item-status-warning .arco-select-view:not(.arco-select-view-disabled):hover,
.arco-form-item-status-warning .arco-input-tag:not(.arco-input-tag-disabled):hover {
    background-color: var(--color-warning-light-2);
    border-color: transparent
}

.arco-form-item-status-warning .arco-select-view:not(.arco-select-view-disabled).arco-select-view-focus,
.arco-form-item-status-warning .arco-input-tag:not(.arco-input-tag-disabled).arco-input-tag-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--warning-6));
    box-shadow: 0 0 0 0 var(--color-warning-light-2)
}

.arco-form-item-status-warning .arco-picker:not(.arco-picker-disabled) {
    border-color: transparent;
    background-color: var(--color-warning-light-1)
}

.arco-form-item-status-warning .arco-picker:not(.arco-picker-disabled):hover {
    border-color: transparent;
    background-color: var(--color-warning-light-2)
}

.arco-form-item-status-warning .arco-picker-focused:not(.arco-picker-disabled),
.arco-form-item-status-warning .arco-picker-focused:not(.arco-picker-disabled):hover {
    border-color: rgb(var(--warning-6));
    background-color: var(--color-bg-2);
    box-shadow: 0 0 0 0 var(--color-warning-light-2)
}

.arco-form-item-status-warning .arco-form-item-message-help,
.arco-form-item-status-warning .arco-form-item-feedback {
    color: rgb(var(--warning-6))
}

.arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled):hover,
.arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background-color: var(--color-danger-light-2);
    border-color: transparent
}

.arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled).arco-input-focus,
.arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled).arco-textarea-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled),
.arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled) {
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled):hover,
.arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled):hover {
    background-color: var(--color-danger-light-2);
    border-color: transparent
}

.arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled).arco-select-view-focus,
.arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled).arco-input-tag-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-form-item-status-error .arco-picker:not(.arco-picker-disabled) {
    border-color: transparent;
    background-color: var(--color-danger-light-1)
}

.arco-form-item-status-error .arco-picker:not(.arco-picker-disabled):hover {
    border-color: transparent;
    background-color: var(--color-danger-light-2)
}

.arco-form-item-status-error .arco-picker-focused:not(.arco-picker-disabled),
.arco-form-item-status-error .arco-picker-focused:not(.arco-picker-disabled):hover {
    border-color: rgb(var(--danger-6));
    background-color: var(--color-bg-2);
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-form-item-status-error .arco-form-item-message-help,
.arco-form-item-status-error .arco-form-item-feedback {
    color: rgb(var(--danger-6))
}

.arco-form-item-control-children {
    position: relative
}

.arco-form-item-feedback {
    position: absolute;
    top: 50%;
    right: 9px;
    font-size: 14px;
    transform: translateY(-50%)
}

.arco-form-item-feedback .arco-icon-loading {
    font-size: 12px
}

.arco-form-item-has-feedback .arco-input,
.arco-form-item-has-feedback .arco-input-inner-wrapper,
.arco-form-item-has-feedback .arco-textarea {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-input-number-mode-embed .arco-input-number-step-layer {
    right: 24px
}

.arco-form-item-has-feedback .arco-select.arco-select-multiple .arco-select-view,
.arco-form-item-has-feedback .arco-select.arco-select-single .arco-select-view {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-select.arco-select-multiple .arco-select-suffix {
    padding-right: 0
}

.arco-form-item-has-feedback .arco-cascader.arco-cascader-multiple .arco-cascader-view,
.arco-form-item-has-feedback .arco-cascader.arco-cascader-single .arco-cascader-view {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-cascader.arco-cascader-multiple .arco-cascader-suffix {
    padding-right: 0
}

.arco-form-item-has-feedback .arco-tree-select.arco-tree-select-multiple .arco-tree-select-view,
.arco-form-item-has-feedback .arco-tree-select.arco-tree-select-single .arco-tree-select-view {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-tree-select.arco-tree-select-multiple .arco-tree-select-suffix {
    padding-right: 0
}

.arco-form-item-has-feedback .arco-picker {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-picker-suffix .arco-picker-suffix-icon,
.arco-form-item-has-feedback .arco-picker-suffix .arco-picker-clear-icon {
    margin-right: 0;
    margin-left: 0
}

.arco-form {
    display: flex;
    flex-direction: column;
    width: 100%
}

.arco-form-layout-inline {
    flex-direction: row;
    flex-wrap: wrap
}

.arco-form-layout-inline .arco-form-item {
    width: auto;
    margin-bottom: 8px
}

.arco-form-auto-label-width .arco-form-item-label-col>.arco-form-item-label {
    white-space: nowrap
}

.arco-form-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px
}

.arco-form-item-layout-vertical {
    display: block
}

.arco-form-item-layout-vertical>.arco-form-item-label-col {
    justify-content: flex-start;
    margin-bottom: 8px;
    padding: 0;
    line-height: 1.5715;
    white-space: normal
}

.arco-form-item-layout-inline {
    margin-right: 24px
}

.arco-form-item-label-col {
    padding-right: 16px
}

.arco-form-item.arco-form-item-error,
.arco-form-item.arco-form-item-has-help {
    margin-bottom: 0
}

.arco-form-item-wrapper-flex.arco-col {
    flex: 1
}

.arco-form-size-mini .arco-form-item-label-col {
    line-height: 24px
}

.arco-form-size-mini .arco-form-item-label-col>.arco-form-item-label {
    font-size: 12px
}

.arco-form-size-mini .arco-form-item-content,
.arco-form-size-mini .arco-form-item-wrapper-col {
    min-height: 24px
}

.arco-form-size-small .arco-form-item-label-col {
    line-height: 32px
}

.arco-form-size-small .arco-form-item-label-col>.arco-form-item-label {
    font-size: 14px
}

.arco-form-size-small .arco-form-item-content,
.arco-form-size-small .arco-form-item-wrapper-col {
    min-height: 32px
}

.arco-form-size-large .arco-form-item-label-col {
    line-height: 48px
}

.arco-form-size-large .arco-form-item-label-col>.arco-form-item-label {
    font-size: 14px
}

.arco-form-size-large .arco-form-item-content,
.arco-form-size-large .arco-form-item-wrapper-col {
    min-height: 48px
}

.arco-form-item-extra {
    margin-top: 6px;
    color: var(--color-text-3);
    font-size: 12px
}

.arco-form-item-message {
    min-height: 20px;
    color: rgb(var(--danger-6));
    font-size: 12px;
    line-height: 20px
}

.arco-form-item-message-help {
    color: var(--color-text-3)
}

.arco-form-item-message+.arco-form-item-extra {
    margin-top: 0;
    margin-bottom: 6px
}

.arco-form-item-label-col {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    line-height: 40px;
    white-space: nowrap
}

.arco-form-item-label-col-left {
    justify-content: flex-start
}

.arco-form-item-label-col>.arco-form-item-label {
    max-width: 100%;
    color: var(--color-text-2);
    font-size: 14px;
    white-space: normal
}

.arco-form-item-label-col.arco-form-item-label-col-flex {
    box-sizing: content-box
}

.arco-form-item-wrapper-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 40px
}

.arco-form-item-content {
    flex: 1;
    max-width: 100%;
    min-height: 40px
}

.arco-form-item-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.arco-form-item-content-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.arco-form .arco-slider {
    display: block
}

.arco-form-item-label-required-symbol {
    color: rgb(var(--danger-6));
    font-size: 12px;
    line-height: 1
}

.arco-form-item-label-required-symbol svg {
    display: inline-block;
    transform: scale(.5)
}

.arco-form-item-label-tooltip {
    margin-left: 4px;
    color: var(--color-text-4)
}

.form-blink-enter-from,
.form-blink-appear-from {
    opacity: 0
}

.form-blink-enter-to,
.form-blink-appear-to {
    opacity: 1
}

.form-blink-enter-active,
.form-blink-appear-active {
    transition: opacity .3s cubic-bezier(0, 0, 1, 1);
    animation: arco-form-blink .5s cubic-bezier(0, 0, 1, 1)
}

@keyframes arco-form-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

.arco-row {
    display: flex;
    flex-flow: row wrap
}

.arco-row-nowrap {
    flex-wrap: nowrap
}

.arco-row-align-start {
    align-items: flex-start
}

.arco-row-align-center {
    align-items: center
}

.arco-row-align-end {
    align-items: flex-end
}

.arco-row-justify-start {
    justify-content: flex-start
}

.arco-row-justify-center {
    justify-content: center
}

.arco-row-justify-end {
    justify-content: flex-end
}

.arco-row-justify-space-around {
    justify-content: space-around
}

.arco-row-justify-space-between {
    justify-content: space-between
}

.arco-col {
    box-sizing: border-box
}

.arco-col-1 {
    flex: 0 0 4.16666667%;
    width: 4.16666667%
}

.arco-col-2 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%
}

.arco-col-3 {
    flex: 0 0 12.5%;
    width: 12.5%
}

.arco-col-4 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%
}

.arco-col-5 {
    flex: 0 0 20.83333333%;
    width: 20.83333333%
}

.arco-col-6 {
    flex: 0 0 25%;
    width: 25%
}

.arco-col-7 {
    flex: 0 0 29.16666667%;
    width: 29.16666667%
}

.arco-col-8 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%
}

.arco-col-9 {
    flex: 0 0 37.5%;
    width: 37.5%
}

.arco-col-10 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%
}

.arco-col-11 {
    flex: 0 0 45.83333333%;
    width: 45.83333333%
}

.arco-col-12 {
    flex: 0 0 50%;
    width: 50%
}

.arco-col-13 {
    flex: 0 0 54.16666667%;
    width: 54.16666667%
}

.arco-col-14 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%
}

.arco-col-15 {
    flex: 0 0 62.5%;
    width: 62.5%
}

.arco-col-16 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%
}

.arco-col-17 {
    flex: 0 0 70.83333333%;
    width: 70.83333333%
}

.arco-col-18 {
    flex: 0 0 75%;
    width: 75%
}

.arco-col-19 {
    flex: 0 0 79.16666667%;
    width: 79.16666667%
}

.arco-col-20 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%
}

.arco-col-21 {
    flex: 0 0 87.5%;
    width: 87.5%
}

.arco-col-22 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%
}

.arco-col-23 {
    flex: 0 0 95.83333333%;
    width: 95.83333333%
}

.arco-col-24 {
    flex: 0 0 100%;
    width: 100%
}

.arco-col-offset-1 {
    margin-left: 4.16666667%
}

.arco-col-offset-2 {
    margin-left: 8.33333333%
}

.arco-col-offset-3 {
    margin-left: 12.5%
}

.arco-col-offset-4 {
    margin-left: 16.66666667%
}

.arco-col-offset-5 {
    margin-left: 20.83333333%
}

.arco-col-offset-6 {
    margin-left: 25%
}

.arco-col-offset-7 {
    margin-left: 29.16666667%
}

.arco-col-offset-8 {
    margin-left: 33.33333333%
}

.arco-col-offset-9 {
    margin-left: 37.5%
}

.arco-col-offset-10 {
    margin-left: 41.66666667%
}

.arco-col-offset-11 {
    margin-left: 45.83333333%
}

.arco-col-offset-12 {
    margin-left: 50%
}

.arco-col-offset-13 {
    margin-left: 54.16666667%
}

.arco-col-offset-14 {
    margin-left: 58.33333333%
}

.arco-col-offset-15 {
    margin-left: 62.5%
}

.arco-col-offset-16 {
    margin-left: 66.66666667%
}

.arco-col-offset-17 {
    margin-left: 70.83333333%
}

.arco-col-offset-18 {
    margin-left: 75%
}

.arco-col-offset-19 {
    margin-left: 79.16666667%
}

.arco-col-offset-20 {
    margin-left: 83.33333333%
}

.arco-col-offset-21 {
    margin-left: 87.5%
}

.arco-col-offset-22 {
    margin-left: 91.66666667%
}

.arco-col-offset-23 {
    margin-left: 95.83333333%
}

.arco-col-order-1 {
    order: 1
}

.arco-col-order-2 {
    order: 2
}

.arco-col-order-3 {
    order: 3
}

.arco-col-order-4 {
    order: 4
}

.arco-col-order-5 {
    order: 5
}

.arco-col-order-6 {
    order: 6
}

.arco-col-order-7 {
    order: 7
}

.arco-col-order-8 {
    order: 8
}

.arco-col-order-9 {
    order: 9
}

.arco-col-order-10 {
    order: 10
}

.arco-col-order-11 {
    order: 11
}

.arco-col-order-12 {
    order: 12
}

.arco-col-order-13 {
    order: 13
}

.arco-col-order-14 {
    order: 14
}

.arco-col-order-15 {
    order: 15
}

.arco-col-order-16 {
    order: 16
}

.arco-col-order-17 {
    order: 17
}

.arco-col-order-18 {
    order: 18
}

.arco-col-order-19 {
    order: 19
}

.arco-col-order-20 {
    order: 20
}

.arco-col-order-21 {
    order: 21
}

.arco-col-order-22 {
    order: 22
}

.arco-col-order-23 {
    order: 23
}

.arco-col-order-24 {
    order: 24
}

.arco-col-xs-1 {
    flex: 0 0 4.16666667%;
    width: 4.16666667%
}

.arco-col-xs-2 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%
}

.arco-col-xs-3 {
    flex: 0 0 12.5%;
    width: 12.5%
}

.arco-col-xs-4 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%
}

.arco-col-xs-5 {
    flex: 0 0 20.83333333%;
    width: 20.83333333%
}

.arco-col-xs-6 {
    flex: 0 0 25%;
    width: 25%
}

.arco-col-xs-7 {
    flex: 0 0 29.16666667%;
    width: 29.16666667%
}

.arco-col-xs-8 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%
}

.arco-col-xs-9 {
    flex: 0 0 37.5%;
    width: 37.5%
}

.arco-col-xs-10 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%
}

.arco-col-xs-11 {
    flex: 0 0 45.83333333%;
    width: 45.83333333%
}

.arco-col-xs-12 {
    flex: 0 0 50%;
    width: 50%
}

.arco-col-xs-13 {
    flex: 0 0 54.16666667%;
    width: 54.16666667%
}

.arco-col-xs-14 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%
}

.arco-col-xs-15 {
    flex: 0 0 62.5%;
    width: 62.5%
}

.arco-col-xs-16 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%
}

.arco-col-xs-17 {
    flex: 0 0 70.83333333%;
    width: 70.83333333%
}

.arco-col-xs-18 {
    flex: 0 0 75%;
    width: 75%
}

.arco-col-xs-19 {
    flex: 0 0 79.16666667%;
    width: 79.16666667%
}

.arco-col-xs-20 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%
}

.arco-col-xs-21 {
    flex: 0 0 87.5%;
    width: 87.5%
}

.arco-col-xs-22 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%
}

.arco-col-xs-23 {
    flex: 0 0 95.83333333%;
    width: 95.83333333%
}

.arco-col-xs-24 {
    flex: 0 0 100%;
    width: 100%
}

.arco-col-xs-offset-1 {
    margin-left: 4.16666667%
}

.arco-col-xs-offset-2 {
    margin-left: 8.33333333%
}

.arco-col-xs-offset-3 {
    margin-left: 12.5%
}

.arco-col-xs-offset-4 {
    margin-left: 16.66666667%
}

.arco-col-xs-offset-5 {
    margin-left: 20.83333333%
}

.arco-col-xs-offset-6 {
    margin-left: 25%
}

.arco-col-xs-offset-7 {
    margin-left: 29.16666667%
}

.arco-col-xs-offset-8 {
    margin-left: 33.33333333%
}

.arco-col-xs-offset-9 {
    margin-left: 37.5%
}

.arco-col-xs-offset-10 {
    margin-left: 41.66666667%
}

.arco-col-xs-offset-11 {
    margin-left: 45.83333333%
}

.arco-col-xs-offset-12 {
    margin-left: 50%
}

.arco-col-xs-offset-13 {
    margin-left: 54.16666667%
}

.arco-col-xs-offset-14 {
    margin-left: 58.33333333%
}

.arco-col-xs-offset-15 {
    margin-left: 62.5%
}

.arco-col-xs-offset-16 {
    margin-left: 66.66666667%
}

.arco-col-xs-offset-17 {
    margin-left: 70.83333333%
}

.arco-col-xs-offset-18 {
    margin-left: 75%
}

.arco-col-xs-offset-19 {
    margin-left: 79.16666667%
}

.arco-col-xs-offset-20 {
    margin-left: 83.33333333%
}

.arco-col-xs-offset-21 {
    margin-left: 87.5%
}

.arco-col-xs-offset-22 {
    margin-left: 91.66666667%
}

.arco-col-xs-offset-23 {
    margin-left: 95.83333333%
}

.arco-col-xs-order-1 {
    order: 1
}

.arco-col-xs-order-2 {
    order: 2
}

.arco-col-xs-order-3 {
    order: 3
}

.arco-col-xs-order-4 {
    order: 4
}

.arco-col-xs-order-5 {
    order: 5
}

.arco-col-xs-order-6 {
    order: 6
}

.arco-col-xs-order-7 {
    order: 7
}

.arco-col-xs-order-8 {
    order: 8
}

.arco-col-xs-order-9 {
    order: 9
}

.arco-col-xs-order-10 {
    order: 10
}

.arco-col-xs-order-11 {
    order: 11
}

.arco-col-xs-order-12 {
    order: 12
}

.arco-col-xs-order-13 {
    order: 13
}

.arco-col-xs-order-14 {
    order: 14
}

.arco-col-xs-order-15 {
    order: 15
}

.arco-col-xs-order-16 {
    order: 16
}

.arco-col-xs-order-17 {
    order: 17
}

.arco-col-xs-order-18 {
    order: 18
}

.arco-col-xs-order-19 {
    order: 19
}

.arco-col-xs-order-20 {
    order: 20
}

.arco-col-xs-order-21 {
    order: 21
}

.arco-col-xs-order-22 {
    order: 22
}

.arco-col-xs-order-23 {
    order: 23
}

.arco-col-xs-order-24 {
    order: 24
}

@media (min-width: 576px) {
    .arco-col-sm-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-sm-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-sm-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-sm-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-sm-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-sm-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-sm-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-sm-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-sm-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-sm-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-sm-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-sm-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-sm-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-sm-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-sm-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-sm-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-sm-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-sm-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-sm-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-sm-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-sm-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-sm-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-sm-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-sm-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-sm-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-sm-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-sm-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-sm-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-sm-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-sm-offset-6 {
        margin-left: 25%
    }

    .arco-col-sm-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-sm-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-sm-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-sm-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-sm-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-sm-offset-12 {
        margin-left: 50%
    }

    .arco-col-sm-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-sm-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-sm-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-sm-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-sm-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-sm-offset-18 {
        margin-left: 75%
    }

    .arco-col-sm-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-sm-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-sm-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-sm-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-sm-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-sm-order-1 {
        order: 1
    }

    .arco-col-sm-order-2 {
        order: 2
    }

    .arco-col-sm-order-3 {
        order: 3
    }

    .arco-col-sm-order-4 {
        order: 4
    }

    .arco-col-sm-order-5 {
        order: 5
    }

    .arco-col-sm-order-6 {
        order: 6
    }

    .arco-col-sm-order-7 {
        order: 7
    }

    .arco-col-sm-order-8 {
        order: 8
    }

    .arco-col-sm-order-9 {
        order: 9
    }

    .arco-col-sm-order-10 {
        order: 10
    }

    .arco-col-sm-order-11 {
        order: 11
    }

    .arco-col-sm-order-12 {
        order: 12
    }

    .arco-col-sm-order-13 {
        order: 13
    }

    .arco-col-sm-order-14 {
        order: 14
    }

    .arco-col-sm-order-15 {
        order: 15
    }

    .arco-col-sm-order-16 {
        order: 16
    }

    .arco-col-sm-order-17 {
        order: 17
    }

    .arco-col-sm-order-18 {
        order: 18
    }

    .arco-col-sm-order-19 {
        order: 19
    }

    .arco-col-sm-order-20 {
        order: 20
    }

    .arco-col-sm-order-21 {
        order: 21
    }

    .arco-col-sm-order-22 {
        order: 22
    }

    .arco-col-sm-order-23 {
        order: 23
    }

    .arco-col-sm-order-24 {
        order: 24
    }
}

@media (min-width: 768px) {
    .arco-col-md-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-md-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-md-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-md-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-md-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-md-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-md-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-md-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-md-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-md-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-md-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-md-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-md-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-md-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-md-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-md-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-md-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-md-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-md-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-md-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-md-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-md-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-md-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-md-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-md-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-md-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-md-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-md-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-md-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-md-offset-6 {
        margin-left: 25%
    }

    .arco-col-md-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-md-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-md-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-md-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-md-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-md-offset-12 {
        margin-left: 50%
    }

    .arco-col-md-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-md-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-md-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-md-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-md-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-md-offset-18 {
        margin-left: 75%
    }

    .arco-col-md-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-md-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-md-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-md-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-md-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-md-order-1 {
        order: 1
    }

    .arco-col-md-order-2 {
        order: 2
    }

    .arco-col-md-order-3 {
        order: 3
    }

    .arco-col-md-order-4 {
        order: 4
    }

    .arco-col-md-order-5 {
        order: 5
    }

    .arco-col-md-order-6 {
        order: 6
    }

    .arco-col-md-order-7 {
        order: 7
    }

    .arco-col-md-order-8 {
        order: 8
    }

    .arco-col-md-order-9 {
        order: 9
    }

    .arco-col-md-order-10 {
        order: 10
    }

    .arco-col-md-order-11 {
        order: 11
    }

    .arco-col-md-order-12 {
        order: 12
    }

    .arco-col-md-order-13 {
        order: 13
    }

    .arco-col-md-order-14 {
        order: 14
    }

    .arco-col-md-order-15 {
        order: 15
    }

    .arco-col-md-order-16 {
        order: 16
    }

    .arco-col-md-order-17 {
        order: 17
    }

    .arco-col-md-order-18 {
        order: 18
    }

    .arco-col-md-order-19 {
        order: 19
    }

    .arco-col-md-order-20 {
        order: 20
    }

    .arco-col-md-order-21 {
        order: 21
    }

    .arco-col-md-order-22 {
        order: 22
    }

    .arco-col-md-order-23 {
        order: 23
    }

    .arco-col-md-order-24 {
        order: 24
    }
}

@media (min-width: 992px) {
    .arco-col-lg-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-lg-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-lg-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-lg-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-lg-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-lg-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-lg-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-lg-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-lg-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-lg-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-lg-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-lg-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-lg-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-lg-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-lg-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-lg-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-lg-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-lg-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-lg-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-lg-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-lg-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-lg-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-lg-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-lg-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-lg-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-lg-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-lg-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-lg-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-lg-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-lg-offset-6 {
        margin-left: 25%
    }

    .arco-col-lg-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-lg-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-lg-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-lg-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-lg-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-lg-offset-12 {
        margin-left: 50%
    }

    .arco-col-lg-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-lg-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-lg-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-lg-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-lg-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-lg-offset-18 {
        margin-left: 75%
    }

    .arco-col-lg-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-lg-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-lg-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-lg-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-lg-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-lg-order-1 {
        order: 1
    }

    .arco-col-lg-order-2 {
        order: 2
    }

    .arco-col-lg-order-3 {
        order: 3
    }

    .arco-col-lg-order-4 {
        order: 4
    }

    .arco-col-lg-order-5 {
        order: 5
    }

    .arco-col-lg-order-6 {
        order: 6
    }

    .arco-col-lg-order-7 {
        order: 7
    }

    .arco-col-lg-order-8 {
        order: 8
    }

    .arco-col-lg-order-9 {
        order: 9
    }

    .arco-col-lg-order-10 {
        order: 10
    }

    .arco-col-lg-order-11 {
        order: 11
    }

    .arco-col-lg-order-12 {
        order: 12
    }

    .arco-col-lg-order-13 {
        order: 13
    }

    .arco-col-lg-order-14 {
        order: 14
    }

    .arco-col-lg-order-15 {
        order: 15
    }

    .arco-col-lg-order-16 {
        order: 16
    }

    .arco-col-lg-order-17 {
        order: 17
    }

    .arco-col-lg-order-18 {
        order: 18
    }

    .arco-col-lg-order-19 {
        order: 19
    }

    .arco-col-lg-order-20 {
        order: 20
    }

    .arco-col-lg-order-21 {
        order: 21
    }

    .arco-col-lg-order-22 {
        order: 22
    }

    .arco-col-lg-order-23 {
        order: 23
    }

    .arco-col-lg-order-24 {
        order: 24
    }
}

@media (min-width: 1200px) {
    .arco-col-xl-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-xl-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-xl-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-xl-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-xl-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-xl-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-xl-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-xl-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-xl-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-xl-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-xl-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-xl-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-xl-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-xl-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-xl-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-xl-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-xl-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-xl-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-xl-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-xl-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-xl-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-xl-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-xl-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-xl-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-xl-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-xl-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-xl-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-xl-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-xl-offset-6 {
        margin-left: 25%
    }

    .arco-col-xl-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-xl-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-xl-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-xl-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-xl-offset-12 {
        margin-left: 50%
    }

    .arco-col-xl-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-xl-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-xl-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-xl-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-xl-offset-18 {
        margin-left: 75%
    }

    .arco-col-xl-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-xl-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-xl-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-xl-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-xl-order-1 {
        order: 1
    }

    .arco-col-xl-order-2 {
        order: 2
    }

    .arco-col-xl-order-3 {
        order: 3
    }

    .arco-col-xl-order-4 {
        order: 4
    }

    .arco-col-xl-order-5 {
        order: 5
    }

    .arco-col-xl-order-6 {
        order: 6
    }

    .arco-col-xl-order-7 {
        order: 7
    }

    .arco-col-xl-order-8 {
        order: 8
    }

    .arco-col-xl-order-9 {
        order: 9
    }

    .arco-col-xl-order-10 {
        order: 10
    }

    .arco-col-xl-order-11 {
        order: 11
    }

    .arco-col-xl-order-12 {
        order: 12
    }

    .arco-col-xl-order-13 {
        order: 13
    }

    .arco-col-xl-order-14 {
        order: 14
    }

    .arco-col-xl-order-15 {
        order: 15
    }

    .arco-col-xl-order-16 {
        order: 16
    }

    .arco-col-xl-order-17 {
        order: 17
    }

    .arco-col-xl-order-18 {
        order: 18
    }

    .arco-col-xl-order-19 {
        order: 19
    }

    .arco-col-xl-order-20 {
        order: 20
    }

    .arco-col-xl-order-21 {
        order: 21
    }

    .arco-col-xl-order-22 {
        order: 22
    }

    .arco-col-xl-order-23 {
        order: 23
    }

    .arco-col-xl-order-24 {
        order: 24
    }
}

@media (min-width: 1600px) {
    .arco-col-xxl-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-xxl-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-xxl-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-xxl-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-xxl-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-xxl-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-xxl-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-xxl-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-xxl-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-xxl-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-xxl-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-xxl-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-xxl-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-xxl-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-xxl-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-xxl-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-xxl-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-xxl-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-xxl-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-xxl-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-xxl-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-xxl-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-xxl-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-xxl-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-xxl-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-xxl-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-xxl-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-xxl-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-xxl-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-xxl-offset-6 {
        margin-left: 25%
    }

    .arco-col-xxl-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-xxl-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-xxl-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-xxl-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-xxl-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-xxl-offset-12 {
        margin-left: 50%
    }

    .arco-col-xxl-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-xxl-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-xxl-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-xxl-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-xxl-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-xxl-offset-18 {
        margin-left: 75%
    }

    .arco-col-xxl-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-xxl-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-xxl-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-xxl-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-xxl-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-xxl-order-1 {
        order: 1
    }

    .arco-col-xxl-order-2 {
        order: 2
    }

    .arco-col-xxl-order-3 {
        order: 3
    }

    .arco-col-xxl-order-4 {
        order: 4
    }

    .arco-col-xxl-order-5 {
        order: 5
    }

    .arco-col-xxl-order-6 {
        order: 6
    }

    .arco-col-xxl-order-7 {
        order: 7
    }

    .arco-col-xxl-order-8 {
        order: 8
    }

    .arco-col-xxl-order-9 {
        order: 9
    }

    .arco-col-xxl-order-10 {
        order: 10
    }

    .arco-col-xxl-order-11 {
        order: 11
    }

    .arco-col-xxl-order-12 {
        order: 12
    }

    .arco-col-xxl-order-13 {
        order: 13
    }

    .arco-col-xxl-order-14 {
        order: 14
    }

    .arco-col-xxl-order-15 {
        order: 15
    }

    .arco-col-xxl-order-16 {
        order: 16
    }

    .arco-col-xxl-order-17 {
        order: 17
    }

    .arco-col-xxl-order-18 {
        order: 18
    }

    .arco-col-xxl-order-19 {
        order: 19
    }

    .arco-col-xxl-order-20 {
        order: 20
    }

    .arco-col-xxl-order-21 {
        order: 21
    }

    .arco-col-xxl-order-22 {
        order: 22
    }

    .arco-col-xxl-order-23 {
        order: 23
    }

    .arco-col-xxl-order-24 {
        order: 24
    }
}

.arco-grid {
    display: grid
}

.arco-image-trigger {
    padding: 6px 4px;
    background: var(--color-bg-5);
    border: 1px solid var(--color-neutral-3);
    border-radius: 4px
}

.arco-image-trigger .arco-trigger-arrow {
    background-color: var(--color-bg-5);
    border: 1px solid var(--color-neutral-3)
}

.arco-image {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius-small)
}

.arco-image-img {
    vertical-align: middle;
    border-radius: inherit
}

.arco-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.arco-image-footer {
    display: flex;
    width: 100%;
    max-width: 100%
}

.arco-image-footer-caption {
    flex: 1 1 auto
}

.arco-image-footer-caption-title {
    font-weight: 500;
    font-size: 16px
}

.arco-image-footer-caption-description {
    font-size: 14px
}

.arco-image-footer-extra {
    flex: 0 0 auto;
    padding-left: 12px
}

.arco-image-with-footer-inner .arco-image-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    box-sizing: border-box;
    padding: 9px 16px;
    color: var(--color-white);
    background: linear-gradient(360deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom-right-radius: var(--border-radius-small);
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-image-with-footer-inner .arco-image-footer-caption-title,
.arco-image-with-footer-inner .arco-image-footer-caption-description {
    color: var(--color-white)
}

.arco-image-with-footer-outer .arco-image-footer {
    margin-top: 4px;
    color: var(--color-neutral-8)
}

.arco-image-with-footer-outer .arco-image-footer-caption-title {
    color: var(--color-text-1)
}

.arco-image-with-footer-outer .arco-image-footer-caption-description {
    color: var(--color-neutral-6)
}

.arco-image-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: var(--color-neutral-4);
    background-color: var(--color-neutral-1)
}

.arco-image-error-icon {
    width: 60px;
    max-width: 100%;
    height: 60px;
    max-height: 100%
}

.arco-image-error-icon>svg {
    width: 100%;
    height: 100%
}

.arco-image-error-alt {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.6667;
    text-align: center
}

.arco-image-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-neutral-1)
}

.arco-image-loader-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(var(--primary-6));
    font-size: 32px;
    text-align: center;
    transform: translate(-50%, -50%)
}

.arco-image-loader-spin-text {
    color: var(--color-neutral-6);
    font-size: 16px
}

.arco-image-simple.arco-image-with-footer-inner .arco-image-footer {
    padding: 12px 16px
}

.arco-image-loading .arco-image-img,
.arco-image-loading-error .arco-image-img {
    visibility: hidden
}

.arco-image-preview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%
}

.arco-image-preview-hide {
    display: none
}

.arco-image-preview-mask,
.arco-image-preview-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.arco-image-preview-mask {
    background-color: var(--color-mask-bg)
}

.arco-image-preview-img-container {
    width: 100%;
    height: 100%;
    text-align: center
}

.arco-image-preview-img-container:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.arco-image-preview-img-container .arco-image-preview-img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    cursor: grab;
    user-select: none
}

.arco-image-preview-img-container .arco-image-preview-img.arco-image-preview-img-moving {
    cursor: grabbing
}

.arco-image-preview-scale-value {
    box-sizing: border-box;
    padding: 7px 10px;
    color: var(--color-white);
    font-size: 12px;
    line-height: initial;
    background-color: #ffffff14;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.arco-image-preview-toolbar {
    position: absolute;
    bottom: 46px;
    left: 50%;
    display: flex;
    align-items: flex-start;
    padding: 4px 16px;
    background-color: var(--color-bg-2);
    border-radius: var(--border-radius-medium);
    transform: translate(-50%)
}

.arco-image-preview-toolbar-action {
    display: flex;
    align-items: center;
    color: var(--color-neutral-8);
    font-size: 14px;
    background-color: transparent;
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-image-preview-toolbar-action:not(:last-of-type) {
    margin-right: 0
}

.arco-image-preview-toolbar-action:hover {
    color: rgb(var(--primary-6));
    background-color: var(--color-neutral-2)
}

.arco-image-preview-toolbar-action-disabled,
.arco-image-preview-toolbar-action-disabled:hover {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-image-preview-toolbar-action-name {
    padding-right: 12px;
    font-size: 12px
}

.arco-image-preview-toolbar-action-content {
    padding: 13px;
    line-height: 1
}

.arco-image-preview-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 10px;
    color: rgb(var(--primary-6));
    font-size: 18px;
    background-color: #232324;
    border-radius: var(--border-radius-medium);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.arco-image-preview-close-btn {
    position: absolute;
    top: 36px;
    right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--color-white);
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer
}

.arco-image-preview-arrow-left,
.arco-image-preview-arrow-right {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--color-white);
    background-color: #ffffff4d;
    border-radius: 50%;
    cursor: pointer
}

.arco-image-preview-arrow-left>svg,
.arco-image-preview-arrow-right>svg {
    color: var(--color-white);
    font-size: 16px
}

.arco-image-preview-arrow-left:hover,
.arco-image-preview-arrow-right:hover {
    background-color: #ffffff80
}

.arco-image-preview-arrow-left {
    top: 50%;
    left: 20px;
    transform: translateY(-50%)
}

.arco-image-preview-arrow-right {
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.arco-image-preview-arrow-disabled {
    color: #ffffff4d;
    background-color: #fff3;
    cursor: not-allowed
}

.arco-image-preview-arrow-disabled>svg {
    color: #ffffff4d
}

.arco-image-preview-arrow-disabled:hover {
    background-color: #fff3
}

.image-fade-enter-from,
.image-fade-leave-to {
    opacity: 0
}

.image-fade-enter-to,
.image-fade-leave-from {
    opacity: 1
}

.image-fade-enter-active,
.image-fade-leave-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-input-number {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-radius: var(--border-radius-small)
}

.arco-input-number-step-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    color: var(--color-text-2);
    background-color: var(--color-bg-5);
    cursor: pointer;
    user-select: none;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-input-number-step-button:hover {
    background-color: var(--color-fill-3);
    border-color: var(--color-fill-3)
}

.arco-input-number-step-button:active {
    background-color: var(--color-bg-4);
    border-color: var(--color-bg-4)
}

.arco-input-number-step-button:disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-4);
    cursor: not-allowed
}

.arco-input-number-step-button:disabled:hover,
.arco-input-number-step-button:disabled:active {
    background-color: var(--color-fill-2);
    border-color: var(--color-neutral-3)
}

.arco-input-number-prefix,
.arco-input-number-suffix {
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-input-number-mode-embed .arco-input-number-step {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    width: 18px;
    overflow: hidden;
    border-radius: 2px;
    opacity: 0;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-input-number-mode-embed .arco-input-number-step .arco-input-number-step-button {
    width: 100%;
    height: 50%;
    font-size: 10px;
    border: none;
    border-color: var(--color-neutral-3)
}

.arco-input-number-mode-embed .arco-input-suffix {
    justify-content: flex-end;
    min-width: 6px
}

.arco-input-number-mode-embed .arco-input-suffix-has-feedback {
    min-width: 32px
}

.arco-input-number-mode-embed .arco-input-suffix-has-feedback .arco-input-number-step {
    right: 30px
}

.arco-input-number-mode-embed:not(.arco-input-disabled):not(.arco-input-outer-disabled):hover .arco-input-number-step,
.arco-input-number-mode-embed:not(.arco-input-disabled):not(.arco-input-outer-disabled):focus-within .arco-input-number-step {
    opacity: 1
}

.arco-input-number-mode-embed:not(.arco-input-disabled):not(.arco-input-outer-disabled):hover .arco-input-number-step~.arco-input-suffix,
.arco-input-number-mode-embed:not(.arco-input-disabled):not(.arco-input-outer-disabled):focus-within .arco-input-number-step~.arco-input-suffix {
    opacity: 0;
    pointer-events: none
}

.arco-input-number-mode-embed.arco-input-wrapper:not(.arco-input-focus) .arco-input-number-step-button:not(.arco-input-number-step-button-disabled):hover {
    background-color: var(--color-bg-4)
}

.arco-input-number-mode-button .arco-input-prepend,
.arco-input-number-mode-button .arco-input-append {
    padding: 0;
    border: none
}

.arco-input-number-mode-button .arco-input-prepend .arco-input-number-step-button {
    border-right: 1px solid transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-number-mode-button .arco-input-prepend .arco-input-number-step-button:not(.arco-input-number-mode-button .arco-input-prepend .arco-input-number-step-button:active) {
    border-right-color: var(--color-neutral-3)
}

.arco-input-number-mode-button .arco-input-append .arco-input-number-step-button {
    border-left: 1px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-number-mode-button .arco-input-append .arco-input-number-step-button:not(.arco-input-number-mode-button .arco-input-append .arco-input-number-step-button:active) {
    border-left-color: var(--color-neutral-3)
}

.arco-input-tag {
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    color: var(--color-text-1);
    font-size: 14px;
    background-color: var(--color-bg-4);
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: text;
    transition: color .1s cubic-bezier(0, 0, 1, 1), border-color .1s cubic-bezier(0, 0, 1, 1), background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-input-tag:hover {
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-input-tag:focus-within,
.arco-input-tag.arco-input-tag-focus {
    z-index: 1;
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-input-tag.arco-input-tag-disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent;
    cursor: not-allowed
}

.arco-input-tag.arco-input-tag-disabled:hover {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent
}

.arco-input-tag.arco-input-tag-disabled .arco-input-tag-prefix,
.arco-input-tag.arco-input-tag-disabled .arco-input-tag-suffix {
    color: inherit
}

.arco-input-tag.arco-input-tag-error,
.arco-input-tag.arco-input-tag-error:hover {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-3)
}

.arco-input-tag.arco-input-tag-error:focus-within,
.arco-input-tag.arco-input-tag-error.arco-input-tag-focus {
    z-index: 1;
    background-color: var(--color-bg-4);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-input-tag .arco-input-tag-prefix,
.arco-input-tag .arco-input-tag-suffix {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    user-select: none
}

.arco-input-tag .arco-input-tag-prefix>svg,
.arco-input-tag .arco-input-tag-suffix>svg {
    font-size: 16px
}

.arco-input-tag .arco-input-tag-prefix {
    padding-right: 16px;
    color: var(--color-text-2)
}

.arco-input-tag .arco-input-tag-suffix {
    padding-left: 16px;
    color: var(--color-text-2)
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-input-tag .arco-input-tag-clear-btn {
    align-self: center;
    color: var(--color-text-2);
    font-size: 16px;
    visibility: hidden;
    cursor: pointer
}

.arco-input-tag .arco-input-tag-clear-btn>svg {
    position: relative;
    transition: color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-input-tag:hover .arco-input-tag-clear-btn {
    visibility: visible
}

.arco-input-tag:not(.arco-input-tag-focus) .arco-input-tag-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-input-tag.arco-input-tag-has-tag {
    padding-right: 4px;
    padding-left: 4px
}

.arco-input-tag.arco-input-tag-has-prefix {
    padding-left: 16px
}

.arco-input-tag.arco-input-tag-has-suffix {
    padding-right: 16px
}

.arco-input-tag .arco-input-tag-inner {
    flex: 1;
    overflow: hidden;
    line-height: 0
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag {
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
    color: var(--color-text-1);
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
    background-color: var(--color-bg-4);
    border-color: var(--color-border-1)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag .arco-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag.arco-tag-custom-color {
    color: var(--color-white)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag.arco-tag-custom-color .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: #fff3
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input::placeholder {
    color: var(--color-text-2)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled]::placeholder {
    color: var(--color-text-3)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled] {
    -webkit-text-fill-color: var(--color-text-3)
}

.arco-input-tag .arco-input-tag-mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    visibility: hidden;
    pointer-events: none
}

.arco-input-tag.arco-input-tag-focus .arco-input-tag-tag {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-1)
}

.arco-input-tag.arco-input-tag-focus .arco-input-tag-tag .arco-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-input-tag.arco-input-tag-disabled .arco-input-tag-tag {
    color: var(--color-text-3);
    background-color: var(--color-bg-4);
    border-color: var(--color-border-1)
}

.arco-input-tag.arco-input-tag-readonly,
.arco-input-tag.arco-input-tag-disabled-input {
    cursor: default
}

.arco-input-tag.arco-input-tag-size-mini {
    font-size: 12px
}

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-inner {
    padding-top: 0;
    padding-bottom: 0
}

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-input {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    vertical-align: middle
}

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-input {
    height: auto;
    min-height: 20px
}

.arco-input-tag.arco-input-tag-size-medium {
    font-size: 14px
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-inner {
    padding-top: 6px;
    padding-bottom: 6px
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-input {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 22px;
    vertical-align: middle
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-input {
    height: auto;
    min-height: 24px
}

.arco-input-tag.arco-input-tag-size-small {
    font-size: 14px
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-inner {
    padding-top: 4px;
    padding-bottom: 4px
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-size-small .arco-input-tag-input {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    vertical-align: middle
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-size-small .arco-input-tag-input {
    height: auto;
    min-height: 20px
}

.arco-input-tag.arco-input-tag-size-large {
    font-size: 14px
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-inner {
    padding-top: 8px;
    padding-bottom: 8px
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-size-large .arco-input-tag-input {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 26px;
    vertical-align: middle
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-size-large .arco-input-tag-input {
    height: auto;
    min-height: 28px
}

.input-tag-zoom-enter-from {
    transform: scale(.5);
    opacity: 0
}

.input-tag-zoom-enter-to {
    transform: scale(1);
    opacity: 1
}

.input-tag-zoom-enter-active {
    transition: all .3s cubic-bezier(.34, .69, .1, 1)
}

.input-tag-zoom-leave-from {
    transform: scale(1);
    opacity: 1
}

.input-tag-zoom-leave-to {
    transform: scale(.5);
    opacity: 0
}

.input-tag-zoom-leave-active {
    position: absolute;
    transition: all .3s cubic-bezier(.3, 1.3, .3, 1)
}

.input-tag-zoom-move {
    transition: all .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-input-wrapper {
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    color: var(--color-text-1);
    font-size: 14px;
    background-color: var(--color-bg-4);
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: text;
    transition: color .1s cubic-bezier(0, 0, 1, 1), border-color .1s cubic-bezier(0, 0, 1, 1), background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-input-wrapper:hover {
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-input-wrapper:focus-within,
.arco-input-wrapper.arco-input-focus {
    z-index: 1;
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-input-wrapper.arco-input-disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent;
    cursor: not-allowed
}

.arco-input-wrapper.arco-input-disabled:hover {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent
}

.arco-input-wrapper.arco-input-disabled .arco-input-prefix,
.arco-input-wrapper.arco-input-disabled .arco-input-suffix {
    color: inherit
}

.arco-input-wrapper.arco-input-error,
.arco-input-wrapper.arco-input-error:hover {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-3)
}

.arco-input-wrapper.arco-input-error:focus-within,
.arco-input-wrapper.arco-input-error.arco-input-wrapper-focus {
    z-index: 1;
    background-color: var(--color-bg-4);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-input-wrapper .arco-input-prefix,
.arco-input-wrapper .arco-input-suffix {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    user-select: none
}

.arco-input-wrapper .arco-input-prefix>svg,
.arco-input-wrapper .arco-input-suffix>svg {
    font-size: 16px
}

.arco-input-wrapper .arco-input-prefix {
    padding-right: 16px;
    color: var(--color-text-2)
}

.arco-input-wrapper .arco-input-suffix {
    padding-left: 16px;
    color: var(--color-text-2)
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-input-wrapper .arco-input-clear-btn {
    align-self: center;
    color: var(--color-text-2);
    font-size: 16px;
    visibility: hidden;
    cursor: pointer
}

.arco-input-wrapper .arco-input-clear-btn>svg {
    position: relative;
    transition: color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-input-wrapper:hover .arco-input-clear-btn {
    visibility: visible
}

.arco-input-wrapper:not(.arco-input-focus) .arco-input-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-input-wrapper .arco-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.arco-input-wrapper .arco-input::placeholder {
    color: var(--color-text-2)
}

.arco-input-wrapper .arco-input[disabled]::placeholder {
    color: var(--color-text-3)
}

.arco-input-wrapper .arco-input[disabled] {
    -webkit-text-fill-color: var(--color-text-3)
}

.arco-input-wrapper .arco-input.arco-input-size-mini {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 1.667
}

.arco-input-wrapper .arco-input.arco-input-size-small {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-input-wrapper .arco-input.arco-input-size-medium {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-input-wrapper .arco-input.arco-input-size-large {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.5715
}

.arco-input-wrapper .arco-input-word-limit {
    color: var(--color-text-3);
    font-size: 12px
}

.arco-input-outer {
    display: inline-flex;
    width: 100%
}

.arco-input-outer>.arco-input-wrapper {
    border-radius: 0
}

.arco-input-outer>:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.arco-input-outer>:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-outer,
.arco-input-outer.arco-input-outer-size-mini .arco-input-wrapper .arco-input-prefix,
.arco-input-outer.arco-input-outer-size-mini .arco-input-wrapper .arco-input-suffix {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-wrapper .arco-input-prefix>svg,
.arco-input-outer.arco-input-outer-size-mini .arco-input-wrapper .arco-input-suffix>svg {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend,
.arco-input-outer.arco-input-outer-size-mini .arco-input-append {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend>svg,
.arco-input-outer.arco-input-outer-size-mini .arco-input-append>svg {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-input {
    width: auto;
    height: 100%;
    margin: -1px -17px -1px -16px;
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-select {
    width: auto;
    height: 100%;
    margin: -1px -17px -1px -16px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-input {
    width: auto;
    height: 100%;
    margin: -1px -16px -1px -17px;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-select {
    width: auto;
    height: 100%;
    margin: -1px -16px -1px -17px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-small .arco-input-outer,
.arco-input-outer.arco-input-outer-size-small .arco-input-wrapper .arco-input-prefix,
.arco-input-outer.arco-input-outer-size-small .arco-input-wrapper .arco-input-suffix {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-wrapper .arco-input-prefix>svg,
.arco-input-outer.arco-input-outer-size-small .arco-input-wrapper .arco-input-suffix>svg {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend,
.arco-input-outer.arco-input-outer-size-small .arco-input-append {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend>svg,
.arco-input-outer.arco-input-outer-size-small .arco-input-append>svg {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-input {
    width: auto;
    height: 100%;
    margin: -1px -17px -1px -16px;
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-select {
    width: auto;
    height: 100%;
    margin: -1px -17px -1px -16px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-input {
    width: auto;
    height: 100%;
    margin: -1px -16px -1px -17px;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-select {
    width: auto;
    height: 100%;
    margin: -1px -16px -1px -17px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-large .arco-input-outer,
.arco-input-outer.arco-input-outer-size-large .arco-input-wrapper .arco-input-prefix,
.arco-input-outer.arco-input-outer-size-large .arco-input-wrapper .arco-input-suffix {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-wrapper .arco-input-prefix>svg,
.arco-input-outer.arco-input-outer-size-large .arco-input-wrapper .arco-input-suffix>svg {
    font-size: 16px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend,
.arco-input-outer.arco-input-outer-size-large .arco-input-append {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend>svg,
.arco-input-outer.arco-input-outer-size-large .arco-input-append>svg {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-input {
    width: auto;
    height: 100%;
    margin: -1px -17px -1px -16px;
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-select {
    width: auto;
    height: 100%;
    margin: -1px -17px -1px -16px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-input {
    width: auto;
    height: 100%;
    margin: -1px -16px -1px -17px;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-select {
    width: auto;
    height: 100%;
    margin: -1px -16px -1px -17px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer-disabled {
    cursor: not-allowed
}

.arco-input-prepend,
.arco-input-append {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
    color: var(--color-text-1);
    white-space: nowrap;
    background-color: var(--color-bg-4);
    border: 1px solid transparent
}

.arco-input-prepend>svg,
.arco-input-append>svg {
    font-size: 14px
}

.arco-input-prepend {
    border-right: 1px solid var(--color-border-1)
}

.arco-input-prepend .arco-input {
    width: auto;
    height: 100%;
    margin: -1px -16px -1px -17px;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-prepend .arco-select {
    width: auto;
    height: 100%;
    margin: -1px -16px -1px -17px
}

.arco-input-prepend .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-prepend .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-append {
    border-left: 1px solid var(--color-border-1)
}

.arco-input-append .arco-input {
    width: auto;
    height: 100%;
    margin: -1px -17px -1px -16px;
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-append .arco-select {
    width: auto;
    height: 100%;
    margin: -1px -17px -1px -16px
}

.arco-input-append .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-append .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-group {
    display: inline-flex;
    align-items: center
}

.arco-input-group>* {
    border-radius: 0
}

.arco-input-group>*.arco-input-outer>:last-child,
.arco-input-group>*.arco-input-outer>:first-child {
    border-radius: 0
}

.arco-input-group>*:not(:last-child) {
    position: relative;
    box-sizing: border-box
}

.arco-input-group>*:first-child,
.arco-input-group>*:first-child .arco-input-group>*:first-child {
    border-top-left-radius: var(--border-radius-small);
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-input-group>*:first-child .arco-select-view,
.arco-input-group>*:first-child .arco-input-group>*:first-child .arco-select-view {
    border-top-left-radius: var(--border-radius-small);
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-input-group>*:last-child,
.arco-input-group>*:last-child .arco-input-outer>*:last-child {
    border-top-right-radius: var(--border-radius-small);
    border-bottom-right-radius: var(--border-radius-small)
}

.arco-input-group>*:last-child .arco-select-view,
.arco-input-group>*:last-child .arco-input-outer>*:last-child .arco-select-view {
    border-top-right-radius: var(--border-radius-small);
    border-bottom-right-radius: var(--border-radius-small)
}

.arco-input-group>.arco-input-wrapper:not(:last-child),
.arco-input-group>.arco-input-outer:not(:last-child),
.arco-input-group>.arco-input-tag:not(:last-child),
.arco-input-group>.arco-select-view:not(:last-child) {
    margin-right: -1px;
    border-right: 1px solid var(--color-border-1)
}

.arco-input-group>.arco-input-wrapper:not(:last-child):focus-within,
.arco-input-group>.arco-input-outer:not(:last-child):focus-within,
.arco-input-group>.arco-input-tag:not(:last-child):focus-within,
.arco-input-group>.arco-select-view:not(:last-child):focus-within {
    border-right-color: rgb(var(--primary-6))
}

.arco-input-group>.arco-input-wrapper.arco-input-error:not(:last-child):focus-within {
    border-right-color: rgb(var(--danger-6))
}

.size-height-size-mini {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 1.667
}

.size-height-size-small {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px
}

.size-height-size-large {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px
}

.arco-textarea-wrapper {
    position: relative;
    display: inline-block;
    width: 100%
}

.arco-textarea-clear-wrapper:hover .arco-textarea-clear-icon {
    display: inline-block
}

.arco-textarea-clear-wrapper .arco-textarea {
    padding-right: 20px
}

.arco-textarea-word-limit {
    position: absolute;
    right: 10px;
    bottom: 6px;
    color: var(--color-text-3);
    font-size: 12px;
    user-select: none
}

.arco-textarea-clear-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    font-size: 12px
}

.arco-input-search .arco-input-append {
    padding: 0;
    border: none
}

.arco-input-search .arco-input-suffix {
    color: rgb(var(--primary-6));
    font-size: 16px
}

.arco-input-search .arco-input-search-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-wrapper.arco-input-password:not(.arco-input-disabled) .arco-input-suffix {
    color: var(--color-text-3);
    font-size: 20px;
    cursor: pointer
}

.arco-layout {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.arco-layout-sider {
    position: relative;
    flex: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: var(--color-menu-dark-bg);
    transition: width .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-layout-sider-children {
    height: 100%;
    overflow: auto
}

.arco-layout-sider-collapsed .arco-layout-sider-children::-webkit-scrollbar {
    width: 0
}

.arco-layout-sider-has-trigger {
    box-sizing: border-box;
    padding-bottom: 48px
}

.arco-layout-sider-trigger {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    color: var(--color-white);
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
    transition: width .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-layout-sider-trigger-light {
    color: var(--color-text-1);
    background: var(--color-menu-light-bg);
    border-top: 1px solid var(--color-bg-5)
}

.arco-layout-sider-light {
    background: var(--color-menu-light-bg);
    box-shadow: 0 2px 5px #00000014
}

.arco-layout-header {
    flex: 0 0 auto;
    box-sizing: border-box;
    margin: 0
}

.arco-layout-content {
    flex: 1
}

.arco-layout-footer {
    flex: 0 0 auto;
    margin: 0
}

.arco-layout-has-sider {
    flex-direction: row
}

.arco-layout-has-sider>.arco-layout,
.arco-layout-has-sider>.arco-layout-content {
    overflow-x: hidden
}

.arco-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 4px;
    color: var(--color-text-button);
    font-size: 14px;
    line-height: 1.5715;
    text-decoration: none;
    background-color: transparent;
    border-radius: var(--border-radius-small);
    cursor: pointer;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-link:hover {
    color: var(--color-text-button);
    background-color: var(--color-bg-3)
}

.arco-link:active {
    color: var(--color-text-button);
    background-color: var(--color-fill-3);
    transition: none
}

.arco-link.arco-link-hoverless {
    display: inline;
    padding: 0;
    background-color: unset
}

.arco-link.arco-link-hoverless:active,
.arco-link.arco-link-hoverless:hover {
    background-color: unset
}

.arco-link.arco-link-disabled {
    color: #999;
    background: none;
    cursor: not-allowed
}

.arco-link.arco-link-loading {
    color: var(--color-link-light-3);
    background: none;
    cursor: default
}

.arco-link-status-success,
.arco-link-status-success:hover,
.arco-link-status-success:active {
    color: rgb(var(--success-6))
}

.arco-link-status-success.arco-link-disabled,
.arco-link-status-success.arco-link-loading {
    color: var(--color-success-light-3)
}

.arco-link-status-danger,
.arco-link-status-danger:hover,
.arco-link-status-danger:active {
    color: rgb(var(--danger-6))
}

.arco-link-status-danger.arco-link-disabled,
.arco-link-status-danger.arco-link-loading {
    color: var(--color-danger-light-3)
}

.arco-link-status-warning,
.arco-link-status-warning:hover,
.arco-link-status-warning:active {
    color: rgb(var(--warning-6))
}

.arco-link-status-warning.arco-link-disabled,
.arco-link-status-warning.arco-link-loading {
    color: var(--color-warning-light-2)
}

.arco-link-icon {
    margin-right: 6px;
    font-size: 12px;
    vertical-align: middle
}

.arco-list {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 1.5715;
    border-radius: 8px
}

.arco-list-wrapper {
    overflow: hidden
}

.arco-list-wrapper .arco-list-spin {
    display: block;
    height: 100%;
    overflow: hidden
}

.arco-list-content {
    overflow: hidden
}

.arco-list-small .arco-list-content-wrapper .arco-list-header {
    padding: 8px 20px
}

.arco-list-small .arco-list-content-wrapper .arco-list-footer,
.arco-list-small .arco-list-content-wrapper .arco-list-content>.arco-list-item,
.arco-list-small .arco-list-content-wrapper .arco-list-content .arco-list-col>.arco-list-item,
.arco-list-small .arco-list-content-wrapper .arco-list-content.arco-list-virtual .arco-list-item {
    padding: 9px 20px
}

.arco-list-medium .arco-list-content-wrapper .arco-list-header {
    padding: 12px 20px
}

.arco-list-medium .arco-list-content-wrapper .arco-list-footer,
.arco-list-medium .arco-list-content-wrapper .arco-list-content>.arco-list-item,
.arco-list-medium .arco-list-content-wrapper .arco-list-content .arco-list-col>.arco-list-item,
.arco-list-medium .arco-list-content-wrapper .arco-list-content.arco-list-virtual .arco-list-item {
    padding: 13px 20px
}

.arco-list-large .arco-list-content-wrapper .arco-list-header {
    padding: 16px 20px
}

.arco-list-large .arco-list-content-wrapper .arco-list-footer,
.arco-list-large .arco-list-content-wrapper .arco-list-content>.arco-list-item,
.arco-list-large .arco-list-content-wrapper .arco-list-content .arco-list-col>.arco-list-item,
.arco-list-large .arco-list-content-wrapper .arco-list-content.arco-list-virtual .arco-list-item {
    padding: 17px 20px
}

.arco-list-bordered {
    border: 1px solid var(--color-border-1)
}

.arco-list-split .arco-list-header,
.arco-list-split .arco-list-item:not(:last-child) {
    border-bottom: 1px solid var(--color-border-1)
}

.arco-list-split .arco-list-footer {
    border-top: 1px solid var(--color-border-1)
}

.arco-list-header {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5
}

.arco-list-item {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden
}

.arco-list-item-main {
    flex: 1
}

.arco-list-item-main .arco-list-item-action:not(:first-child) {
    margin-top: 4px
}

.arco-list-item-meta {
    display: flex;
    align-items: center;
    padding: 4px 0
}

.arco-list-item-meta-avatar {
    display: flex
}

.arco-list-item-meta-avatar:not(:last-child) {
    margin-right: 16px
}

.arco-list-item-meta-title {
    color: var(--color-text-1);
    font-weight: 500
}

.arco-list-item-meta-title:not(:last-child) {
    margin-bottom: 2px
}

.arco-list-item-meta-description {
    color: var(--color-text-2)
}

.arco-list-item-action {
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-list-item-action>li {
    display: inline-block;
    cursor: pointer
}

.arco-list-item-action>li:not(:last-child) {
    margin-right: 20px
}

.arco-list-hover .arco-list-item:hover {
    background-color: var(--color-bg-4)
}

.arco-list-pagination {
    float: right;
    margin-top: 24px
}

.arco-list-pagination:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ""
}

.arco-list-scroll-loading {
    display: flex;
    align-items: center;
    justify-content: center
}

.arco-list-content {
    flex: auto
}

.arco-list-content .arco-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.arco-mention {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%
}

.arco-mention-measure {
    position: absolute;
    inset: 0;
    overflow: auto;
    visibility: hidden;
    pointer-events: none
}

.arco-menu {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 1.5715;
    transition: width .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-menu:focus-visible {
    outline: 3px solid var(--color-primary-light-2)
}

.arco-menu-indent {
    display: inline-block;
    width: 20px
}

.arco-menu .arco-menu-item,
.arco-menu .arco-menu-group-title,
.arco-menu .arco-menu-pop-header,
.arco-menu .arco-menu-inline-header {
    position: relative;
    box-sizing: border-box;
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-menu .arco-menu-item.arco-menu-disabled,
.arco-menu .arco-menu-group-title.arco-menu-disabled,
.arco-menu .arco-menu-pop-header.arco-menu-disabled,
.arco-menu .arco-menu-inline-header.arco-menu-disabled {
    cursor: not-allowed
}

.arco-menu .arco-menu-item.arco-menu-selected,
.arco-menu .arco-menu-group-title.arco-menu-selected,
.arco-menu .arco-menu-pop-header.arco-menu-selected,
.arco-menu .arco-menu-inline-header.arco-menu-selected {
    font-weight: 500;
    transition: color .2s cubic-bezier(0, 0, 1, 1)
}

.arco-menu .arco-menu-item .arco-icon,
.arco-menu .arco-menu-group-title .arco-icon,
.arco-menu .arco-menu-pop-header .arco-icon,
.arco-menu .arco-menu-inline-header .arco-icon,
.arco-menu .arco-menu-item .arco-menu-icon,
.arco-menu .arco-menu-group-title .arco-menu-icon,
.arco-menu .arco-menu-pop-header .arco-menu-icon,
.arco-menu .arco-menu-inline-header .arco-menu-icon {
    margin-right: 10px
}

.arco-menu .arco-menu-item .arco-menu-icon .arco-icon,
.arco-menu .arco-menu-group-title .arco-menu-icon .arco-icon,
.arco-menu .arco-menu-pop-header .arco-menu-icon .arco-icon,
.arco-menu .arco-menu-inline-header .arco-menu-icon .arco-icon {
    margin-right: 0
}

.arco-menu-light {
    background-color: #fff
}

.arco-menu-light .arco-menu-item,
.arco-menu-light .arco-menu-group-title,
.arco-menu-light .arco-menu-pop-header,
.arco-menu-light .arco-menu-inline-header {
    color: var(--color-text-2);
    background-color: #fff
}

.arco-menu-light .arco-menu-item .arco-icon,
.arco-menu-light .arco-menu-group-title .arco-icon,
.arco-menu-light .arco-menu-pop-header .arco-icon,
.arco-menu-light .arco-menu-inline-header .arco-icon,
.arco-menu-light .arco-menu-item .arco-menu-icon,
.arco-menu-light .arco-menu-group-title .arco-menu-icon,
.arco-menu-light .arco-menu-pop-header .arco-menu-icon,
.arco-menu-light .arco-menu-inline-header .arco-menu-icon {
    color: #999
}

.arco-menu-light .arco-menu-item:hover,
.arco-menu-light .arco-menu-group-title:hover,
.arco-menu-light .arco-menu-pop-header:hover,
.arco-menu-light .arco-menu-inline-header:hover {
    color: var(--color-text-2);
    background-color: #fff
}

.arco-menu-light .arco-menu-item:hover .arco-icon,
.arco-menu-light .arco-menu-group-title:hover .arco-icon,
.arco-menu-light .arco-menu-pop-header:hover .arco-icon,
.arco-menu-light .arco-menu-inline-header:hover .arco-icon,
.arco-menu-light .arco-menu-item:hover .arco-menu-icon,
.arco-menu-light .arco-menu-group-title:hover .arco-menu-icon,
.arco-menu-light .arco-menu-pop-header:hover .arco-menu-icon,
.arco-menu-light .arco-menu-inline-header:hover .arco-menu-icon {
    color: var(--color-text-3)
}

.arco-menu-light .arco-menu-item.arco-menu-selected,
.arco-menu-light .arco-menu-group-title.arco-menu-selected,
.arco-menu-light .arco-menu-pop-header.arco-menu-selected,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected,
.arco-menu-light .arco-menu-item.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-group-title.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-pop-header.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-item.arco-menu-selected .arco-menu-icon,
.arco-menu-light .arco-menu-group-title.arco-menu-selected .arco-menu-icon,
.arco-menu-light .arco-menu-pop-header.arco-menu-selected .arco-menu-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-menu-icon {
    color: rgb(var(--primary-6))
}

.arco-menu-light .arco-menu-item.arco-menu-disabled,
.arco-menu-light .arco-menu-group-title.arco-menu-disabled,
.arco-menu-light .arco-menu-pop-header.arco-menu-disabled,
.arco-menu-light .arco-menu-inline-header.arco-menu-disabled {
    color: var(--color-text-4);
    background-color: #fff
}

.arco-menu-light .arco-menu-item.arco-menu-disabled .arco-icon,
.arco-menu-light .arco-menu-group-title.arco-menu-disabled .arco-icon,
.arco-menu-light .arco-menu-pop-header.arco-menu-disabled .arco-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-disabled .arco-icon,
.arco-menu-light .arco-menu-item.arco-menu-disabled .arco-menu-icon,
.arco-menu-light .arco-menu-group-title.arco-menu-disabled .arco-menu-icon,
.arco-menu-light .arco-menu-pop-header.arco-menu-disabled .arco-menu-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-disabled .arco-menu-icon {
    color: var(--color-text-4)
}

.arco-menu-light .arco-menu-item.arco-menu-selected {
    background-color: #fff
}

.arco-menu-light .arco-menu-inline-header.arco-menu-selected,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-menu-icon {
    color: rgb(var(--primary-6))
}

.arco-menu-light .arco-menu-inline-header.arco-menu-selected:hover {
    background-color: var(--color-fill-2)
}

.arco-menu-light.arco-menu-horizontal .arco-menu-item.arco-menu-selected,
.arco-menu-light.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected,
.arco-menu-light.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected,
.arco-menu-light.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected {
    background: none;
    transition: color .2s cubic-bezier(0, 0, 1, 1)
}

.arco-menu-light.arco-menu-horizontal .arco-menu-item.arco-menu-selected:hover,
.arco-menu-light.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected:hover,
.arco-menu-light.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected:hover,
.arco-menu-light.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected:hover {
    background-color: #fff
}

.arco-menu-light .arco-menu-group-title {
    color: var(--color-text-3);
    pointer-events: none
}

.arco-menu-light .arco-menu-collapse-button {
    color: var(--color-text-3);
    background-color: var(--color-fill-1)
}

.arco-menu-light .arco-menu-collapse-button:hover {
    background-color: var(--color-fill-3)
}

.arco-menu-dark {
    background-color: #111
}

.arco-menu-dark .arco-menu-item,
.arco-menu-dark .arco-menu-group-title,
.arco-menu-dark .arco-menu-pop-header,
.arco-menu-dark .arco-menu-inline-header {
    color: var(--color-text-2);
    background-color: #111
}

.arco-menu-dark .arco-menu-item .arco-icon,
.arco-menu-dark .arco-menu-group-title .arco-icon,
.arco-menu-dark .arco-menu-pop-header .arco-icon,
.arco-menu-dark .arco-menu-inline-header .arco-icon,
.arco-menu-dark .arco-menu-item .arco-menu-icon,
.arco-menu-dark .arco-menu-group-title .arco-menu-icon,
.arco-menu-dark .arco-menu-pop-header .arco-menu-icon,
.arco-menu-dark .arco-menu-inline-header .arco-menu-icon {
    color: var(--color-text-2)
}

.arco-menu-dark .arco-menu-item:hover,
.arco-menu-dark .arco-menu-group-title:hover,
.arco-menu-dark .arco-menu-pop-header:hover,
.arco-menu-dark .arco-menu-inline-header:hover {
    color: var(--color-text-2);
    background-color: #1a1b1e
}

.arco-menu-dark .arco-menu-item:hover .arco-icon,
.arco-menu-dark .arco-menu-group-title:hover .arco-icon,
.arco-menu-dark .arco-menu-pop-header:hover .arco-icon,
.arco-menu-dark .arco-menu-inline-header:hover .arco-icon,
.arco-menu-dark .arco-menu-item:hover .arco-menu-icon,
.arco-menu-dark .arco-menu-group-title:hover .arco-menu-icon,
.arco-menu-dark .arco-menu-pop-header:hover .arco-menu-icon,
.arco-menu-dark .arco-menu-inline-header:hover .arco-menu-icon {
    color: var(--color-text-3)
}

.arco-menu-dark .arco-menu-item.arco-menu-selected,
.arco-menu-dark .arco-menu-group-title.arco-menu-selected,
.arco-menu-dark .arco-menu-pop-header.arco-menu-selected,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected,
.arco-menu-dark .arco-menu-item.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-group-title.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-pop-header.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-item.arco-menu-selected .arco-menu-icon,
.arco-menu-dark .arco-menu-group-title.arco-menu-selected .arco-menu-icon,
.arco-menu-dark .arco-menu-pop-header.arco-menu-selected .arco-menu-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-menu-icon {
    color: rgb(var(--primary-6))
}

.arco-menu-dark .arco-menu-item.arco-menu-disabled,
.arco-menu-dark .arco-menu-group-title.arco-menu-disabled,
.arco-menu-dark .arco-menu-pop-header.arco-menu-disabled,
.arco-menu-dark .arco-menu-inline-header.arco-menu-disabled {
    color: var(--color-text-3);
    background-color: #111
}

.arco-menu-dark .arco-menu-item.arco-menu-disabled .arco-icon,
.arco-menu-dark .arco-menu-group-title.arco-menu-disabled .arco-icon,
.arco-menu-dark .arco-menu-pop-header.arco-menu-disabled .arco-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-disabled .arco-icon,
.arco-menu-dark .arco-menu-item.arco-menu-disabled .arco-menu-icon,
.arco-menu-dark .arco-menu-group-title.arco-menu-disabled .arco-menu-icon,
.arco-menu-dark .arco-menu-pop-header.arco-menu-disabled .arco-menu-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-disabled .arco-menu-icon {
    color: var(--color-text-3)
}

.arco-menu-dark .arco-menu-item.arco-menu-selected {
    background-color: #1a1b1e
}

.arco-menu-dark .arco-menu-inline-header.arco-menu-selected,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-menu-icon {
    color: rgb(var(--primary-6))
}

.arco-menu-dark .arco-menu-inline-header.arco-menu-selected:hover {
    background-color: var(--color-menu-dark-hover)
}

.arco-menu-dark.arco-menu-horizontal .arco-menu-item.arco-menu-selected,
.arco-menu-dark.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected,
.arco-menu-dark.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected,
.arco-menu-dark.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected {
    background: none;
    transition: color .2s cubic-bezier(0, 0, 1, 1)
}

.arco-menu-dark.arco-menu-horizontal .arco-menu-item.arco-menu-selected:hover,
.arco-menu-dark.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected:hover,
.arco-menu-dark.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected:hover,
.arco-menu-dark.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected:hover {
    background-color: #1a1b1e
}

.arco-menu-dark .arco-menu-group-title {
    color: var(--color-text-3);
    pointer-events: none
}

.arco-menu-dark .arco-menu-collapse-button {
    color: var(--color-white);
    background-color: rgb(var(--primary-6))
}

.arco-menu-dark .arco-menu-collapse-button:hover {
    background-color: rgb(var(--primary-7))
}

.arco-menu a,
.arco-menu a:hover,
.arco-menu a:focus,
.arco-menu a:active {
    color: inherit;
    text-decoration: none;
    cursor: inherit
}

.arco-menu-inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: auto
}

.arco-menu-icon-suffix.is-open {
    transform: rotate(180deg)
}

.arco-menu-vertical .arco-menu-item,
.arco-menu-vertical .arco-menu-group-title,
.arco-menu-vertical .arco-menu-pop-header,
.arco-menu-vertical .arco-menu-inline-header {
    padding: 0 20px;
    line-height: 60px
}

.arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix .arco-icon,
.arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix .arco-icon,
.arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix .arco-icon,
.arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix .arco-icon {
    margin-right: 0
}

.arco-menu-vertical .arco-menu-item,
.arco-menu-vertical .arco-menu-group-title,
.arco-menu-vertical .arco-menu-pop-header,
.arco-menu-vertical .arco-menu-inline-header {
    margin-bottom: 0
}

.arco-menu-vertical .arco-menu-item:not(.arco-menu-has-icon),
.arco-menu-vertical .arco-menu-group-title:not(.arco-menu-has-icon),
.arco-menu-vertical .arco-menu-pop-header:not(.arco-menu-has-icon),
.arco-menu-vertical .arco-menu-inline-header:not(.arco-menu-has-icon) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-menu-vertical .arco-menu-item.arco-menu-has-icon,
.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon {
    display: flex;
    align-items: center
}

.arco-menu-vertical .arco-menu-item.arco-menu-has-icon>.arco-menu-indent-list,
.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon>.arco-menu-indent-list,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon>.arco-menu-indent-list,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon>.arco-menu-indent-list,
.arco-menu-vertical .arco-menu-item.arco-menu-has-icon>.arco-menu-icon,
.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon>.arco-menu-icon,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon>.arco-menu-icon,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon>.arco-menu-icon {
    flex: none
}

.arco-menu-vertical .arco-menu-item.arco-menu-has-icon .arco-menu-icon,
.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon .arco-menu-icon,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon .arco-menu-icon,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon .arco-menu-icon {
    line-height: 1
}

.arco-menu-vertical .arco-menu-item.arco-menu-has-icon .arco-menu-title,
.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon .arco-menu-title,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon .arco-menu-title,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon .arco-menu-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-menu-vertical .arco-menu-item .arco-menu-item-inner,
.arco-menu-vertical .arco-menu-group-title .arco-menu-item-inner,
.arco-menu-vertical .arco-menu-pop-header .arco-menu-item-inner,
.arco-menu-vertical .arco-menu-inline-header .arco-menu-item-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%
}

.arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix,
.arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix,
.arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix,
.arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix {
    position: absolute;
    right: 20px
}

.arco-menu-vertical .arco-menu-inner {
    padding: 16px 0
}

.arco-menu-vertical .arco-menu-item.arco-menu-item-indented {
    display: flex
}

.arco-menu-vertical .arco-menu-pop-header,
.arco-menu-vertical .arco-menu-inline-header {
    padding-right: 36px
}

.arco-menu-horizontal {
    width: 100%;
    height: auto
}

.arco-menu-horizontal .arco-menu-item,
.arco-menu-horizontal .arco-menu-group-title,
.arco-menu-horizontal .arco-menu-pop-header,
.arco-menu-horizontal .arco-menu-inline-header {
    padding: 0 12px;
    line-height: 30px
}

.arco-menu-horizontal .arco-menu-item .arco-menu-icon-suffix .arco-icon,
.arco-menu-horizontal .arco-menu-group-title .arco-menu-icon-suffix .arco-icon,
.arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon-suffix .arco-icon,
.arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon-suffix .arco-icon {
    margin-right: 0
}

.arco-menu-horizontal .arco-menu-item .arco-icon,
.arco-menu-horizontal .arco-menu-group-title .arco-icon,
.arco-menu-horizontal .arco-menu-pop-header .arco-icon,
.arco-menu-horizontal .arco-menu-inline-header .arco-icon,
.arco-menu-horizontal .arco-menu-item .arco-menu-icon,
.arco-menu-horizontal .arco-menu-group-title .arco-menu-icon,
.arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon,
.arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon {
    margin-right: 16px
}

.arco-menu-horizontal .arco-menu-item .arco-menu-icon-suffix,
.arco-menu-horizontal .arco-menu-group-title .arco-menu-icon-suffix,
.arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon-suffix,
.arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon-suffix {
    margin-left: 6px
}

.arco-menu-horizontal .arco-menu-inner {
    display: flex;
    align-items: center;
    padding: 14px 20px
}

.arco-menu-horizontal .arco-menu-item,
.arco-menu-horizontal .arco-menu-pop {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle
}

.arco-menu-horizontal .arco-menu-item:not(:first-child),
.arco-menu-horizontal .arco-menu-pop:not(:first-child) {
    margin-left: 12px
}

.arco-menu-horizontal .arco-menu-pop:after {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 14px;
    content: " "
}

.arco-menu-overflow-wrap {
    width: 100%
}

.arco-menu-overflow-sub-menu-mirror,
.arco-menu-overflow-hidden-menu-item {
    position: absolute !important;
    white-space: nowrap;
    visibility: hidden;
    pointer-events: none
}

.arco-menu-selected-label {
    position: absolute;
    right: 12px;
    bottom: -14px;
    left: 12px;
    height: 3px;
    background-color: rgb(var(--primary-6))
}

.arco-menu-pop-button {
    width: auto;
    background: none;
    box-shadow: none
}

.arco-menu-pop-button.arco-menu-collapsed {
    width: auto
}

.arco-menu-pop-button .arco-menu-item,
.arco-menu-pop-button .arco-menu-group-title,
.arco-menu-pop-button .arco-menu-pop-header,
.arco-menu-pop-button .arco-menu-inline-header {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 4px 10px #0000001a
}

.arco-menu-collapsed {
    width: 48px
}

.arco-menu-collapsed .arco-menu-inner {
    padding: 4px
}

.arco-menu-collapsed .arco-menu-icon-suffix {
    display: none
}

.arco-menu-collapsed .arco-menu-has-icon>*:not(.arco-menu-icon) {
    opacity: 0
}

.arco-menu-collapsed .arco-menu-item .arco-icon,
.arco-menu-collapsed .arco-menu-group-title .arco-icon,
.arco-menu-collapsed .arco-menu-pop-header .arco-icon,
.arco-menu-collapsed .arco-menu-inline-header .arco-icon {
    margin-right: 100%
}

.arco-menu-collapse-button {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-menu-inline-content {
    height: auto;
    overflow: hidden;
    transition: height .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-menu-inline-content-hide {
    height: 0
}

.arco-menu-item-tooltip a {
    color: inherit;
    cursor: text
}

.arco-menu-item-tooltip a:hover,
.arco-menu-item-tooltip a:focus,
.arco-menu-item-tooltip a:active {
    color: inherit
}

.arco-menu-pop-trigger.arco-trigger-position-bl {
    transform: translateY(14px)
}

.arco-menu-pop-trigger.arco-trigger-position-bl .arco-trigger-arrow {
    z-index: 0;
    border-top: 1px solid var(--color-neutral-3);
    border-left: 1px solid var(--color-neutral-3)
}

.arco-menu-pop-trigger.arco-trigger-position-rt {
    transform: translate(0)
}

.arco-menu-pop-trigger.arco-trigger-position-rt .arco-trigger-arrow {
    z-index: 0;
    border-bottom: 1px solid var(--color-neutral-3);
    border-left: 1px solid var(--color-neutral-3)
}

.arco-menu-pop-trigger.arco-menu-pop-trigger-dark .arco-trigger-arrow {
    background-color: #111;
    border-color: #111
}

.arco-trigger-menu {
    position: relative;
    box-sizing: border-box;
    max-height: 200px;
    padding: 4px 0;
    overflow: auto;
    background-color: var(--color-bg-3);
    border: 1px solid var(--color-border-1);
    border-radius: 2px;
    box-shadow: 0 4px 10px #0000001a
}

.arco-trigger-menu-hidden {
    display: none
}

.arco-trigger-menu-item,
.arco-trigger-menu-pop-header {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 0 12px;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-trigger-menu-item.arco-trigger-menu-selected,
.arco-trigger-menu-pop-header.arco-trigger-menu-selected {
    color: var(--color-text-1);
    font-weight: 500;
    background-color: transparent;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-trigger-menu-item:hover,
.arco-trigger-menu-pop-header:hover {
    color: var(--color-text-1);
    background-color: var(--color-bg-4)
}

.arco-trigger-menu-item.arco-trigger-menu-disabled,
.arco-trigger-menu-pop-header.arco-trigger-menu-disabled {
    color: var(--color-text-3);
    background-color: transparent;
    cursor: not-allowed
}

.arco-trigger-menu .arco-trigger-menu-has-icon {
    display: flex;
    align-items: center
}

.arco-trigger-menu .arco-trigger-menu-has-icon .arco-trigger-menu-icon {
    margin-right: 8px;
    line-height: 1
}

.arco-trigger-menu .arco-trigger-menu-has-icon>* {
    flex: none
}

.arco-trigger-menu .arco-trigger-menu-has-icon .arco-trigger-menu-title {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-trigger-menu-pop-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arco-trigger-menu-pop-header .arco-trigger-menu-icon-suffix {
    margin-left: 12px
}

.arco-trigger-menu-group:first-child .arco-trigger-menu-group-title {
    padding-top: 4px
}

.arco-trigger-menu-group-title {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px 0;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-trigger-menu-pop-trigger .arco-trigger-arrow {
    display: none
}

.arco-trigger-menu-dark {
    background-color: var(--color-menu-dark-bg);
    border-color: var(--color-menu-dark-bg)
}

.arco-trigger-menu-dark .arco-trigger-menu-item,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header {
    color: var(--color-text-4);
    background-color: transparent
}

.arco-trigger-menu-dark .arco-trigger-menu-item.arco-trigger-menu-selected,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header.arco-trigger-menu-selected {
    color: var(--color-white);
    background-color: transparent
}

.arco-trigger-menu-dark .arco-trigger-menu-item.arco-trigger-menu-selected:hover,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header.arco-trigger-menu-selected:hover {
    color: var(--color-white)
}

.arco-trigger-menu-dark .arco-trigger-menu-item:hover,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header:hover {
    color: var(--color-text-4);
    background-color: var(--color-menu-dark-hover)
}

.arco-trigger-menu-dark .arco-trigger-menu-item.arco-trigger-menu-disabled,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header.arco-trigger-menu-disabled {
    color: var(--color-text-2);
    background-color: transparent
}

.arco-trigger-menu-dark .arco-trigger-menu-group-title {
    color: var(--color-text-3)
}

.arco-message-list {
    position: fixed;
    z-index: 1003;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    pointer-events: none
}

.arco-message-list-top {
    top: 40px
}

.arco-message-list-bottom {
    bottom: 40px
}

.arco-message {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 10px 16px;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    list-style: none;
    background-color: var(--color-bg-3);
    border: 1px solid var(--color-border-1);
    border-radius: 2px;
    box-shadow: 0 4px 10px #0000001a;
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    pointer-events: auto
}

.arco-message-icon {
    display: inline-block;
    margin-right: 8px;
    color: var(--color-text-1);
    font-size: 20px;
    vertical-align: middle;
    animation: arco-msg-fade .1s cubic-bezier(0, 0, 1, 1), arco-msg-fade .4s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-message-content {
    font-size: 14px;
    color: var(--color-text-1);
    vertical-align: middle
}

.arco-message-info {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-info .arco-message-icon {
    color: rgb(var(--primary-6))
}

.arco-message-info .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-success {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-success .arco-message-icon {
    color: rgb(var(--success-6))
}

.arco-message-success .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-warning {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-warning .arco-message-icon {
    color: rgb(var(--warning-6))
}

.arco-message-warning .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-error {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-error .arco-message-icon {
    color: rgb(var(--danger-6))
}

.arco-message-error .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-loading {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-loading .arco-message-icon {
    color: rgb(var(--primary-6))
}

.arco-message-loading .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-close-btn {
    margin-left: 8px;
    color: var(--color-text-1);
    font-size: 12px
}

.arco-message .arco-icon-hover.arco-message-icon-hover:before {
    width: 20px;
    height: 20px
}

.fade-message-enter-from,
.fade-message-appear-from {
    opacity: 0
}

.fade-message-enter-to,
.fade-message-appear-to {
    opacity: 1
}

.fade-message-enter-active,
.fade-message-appear-active {
    transition: opacity .1s cubic-bezier(0, 0, 1, 1)
}

.fade-message-leave-from {
    opacity: 1
}

.fade-message-leave-to {
    opacity: 0
}

.fade-message-leave-active {
    position: absolute
}

.flip-list-move {
    transition: transform .8s ease
}

@keyframes arco-msg-fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes arco-msg-scale {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.arco-modal-container {
    position: fixed;
    inset: 0
}

.arco-modal-mask {
    position: absolute;
    inset: 0;
    background-color: var(--color-mask-bg)
}

.arco-modal-wrapper {
    position: absolute;
    inset: 0;
    overflow: auto;
    text-align: center
}

.arco-modal-wrapper.arco-modal-wrapper-align-center {
    white-space: nowrap
}

.arco-modal-wrapper.arco-modal-wrapper-align-center:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.arco-modal-wrapper.arco-modal-wrapper-align-center .arco-modal {
    top: 0;
    vertical-align: middle
}

.arco-modal-wrapper.arco-modal-wrapper-moved {
    text-align: left
}

.arco-modal-wrapper.arco-modal-wrapper-moved .arco-modal {
    top: 0;
    vertical-align: top
}

.arco-modal {
    position: relative;
    top: 120px;
    display: inline-block;
    width: 540px;
    margin: 0 auto;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
    background-color: var(--color-bg-3);
    border-radius: 12px
}

.arco-modal-draggable .arco-modal-header {
    cursor: move
}

.arco-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 72px;
    padding: 0 20px;
    border-bottom: 1px solid var(--color-border-1)
}

.arco-modal-header .arco-modal-title {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start
}

.arco-modal-header .arco-modal-title-align-start {
    justify-content: flex-start
}

.arco-modal-header .arco-modal-title-align-center {
    justify-content: center
}

.arco-modal-body {
    position: relative;
    padding: 24px 20px;
    overflow: auto;
    color: var(--color-text-1);
    font-size: 14px
}

.arco-modal-footer {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    padding: 16px 20px;
    text-align: right;
    border-top: 1px solid var(--color-border-1)
}

.arco-modal-footer>.arco-btn:not(:nth-child(1)) {
    margin-left: 12px
}

.arco-modal-close-btn {
    margin-left: -20px;
    color: var(--color-text-1);
    font-size: 20px;
    cursor: pointer
}

.arco-modal-title {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 20px
}

.arco-modal-title-icon {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: -.15em
}

.arco-modal-title-icon .arco-icon-info-circle-fill {
    color: rgb(var(--primary-6))
}

.arco-modal-title-icon .arco-icon-check-circle-fill {
    color: rgb(var(--success-6))
}

.arco-modal-title-icon .arco-icon-exclamation-circle-fill {
    color: rgb(var(--warning-6))
}

.arco-modal-title-icon .arco-icon-close-circle-fill {
    color: rgb(var(--danger-6))
}

.arco-modal-simple {
    width: 460px;
    padding: 24px 32px 32px
}

.arco-modal-simple .arco-modal-header,
.arco-modal-simple .arco-modal-footer {
    height: unset;
    padding: 0;
    border: none
}

.arco-modal-simple .arco-modal-header {
    margin-bottom: 24px
}

.arco-modal-simple .arco-modal-title,
.arco-modal-simple .arco-modal-title-align-start {
    justify-content: flex-start
}

.arco-modal-simple .arco-modal-title-align-center {
    justify-content: center
}

.arco-modal-simple .arco-modal-footer {
    margin-top: 32px;
    text-align: center
}

.arco-modal-simple .arco-modal-body {
    padding: 0
}

.arco-modal-fullscreen {
    top: 0;
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.arco-modal-fullscreen .arco-modal-footer {
    margin-top: auto
}

.zoom-modal-enter-from,
.zoom-modal-appear-from {
    transform: scale(.5);
    opacity: 0
}

.zoom-modal-enter-to,
.zoom-modal-appear-to {
    transform: scale(1);
    opacity: 1
}

.zoom-modal-enter-active,
.zoom-modal-appear-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1), transform .4s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-modal-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-modal-leave-to {
    transform: scale(.5);
    opacity: 0
}

.zoom-modal-leave-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1), transform .4s cubic-bezier(.3, 1.3, .3, 1)
}

.fade-modal-enter-from,
.fade-modal-appear-from {
    opacity: 0
}

.fade-modal-enter-to,
.fade-modal-appear-to {
    opacity: 1
}

.fad-modal-enter-active,
.fade-modal-appear-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
}

.fade-modal-leave-from {
    opacity: 1
}

.fade-modal-leave-to {
    opacity: 0
}

.fade-modal-leave-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-notification-list {
    position: fixed;
    z-index: 1003;
    margin: 0;
    padding-left: 0
}

.arco-notification-list-top-left {
    top: 20px;
    left: 20px
}

.arco-notification-list-top-right {
    top: 20px;
    right: 20px
}

.arco-notification-list-top-right .arco-notification {
    margin-left: auto
}

.arco-notification-list-bottom-left {
    bottom: 20px;
    left: 20px
}

.arco-notification-list-bottom-right {
    right: 20px;
    bottom: 20px
}

.arco-notification-list-bottom-right .arco-notification {
    margin-left: auto
}

.arco-notification {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 340px;
    padding: 20px;
    overflow: hidden;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 12px #00000026;
    opacity: 1;
    transition: opacity .2s cubic-bezier(0, 0, 1, 1)
}

.arco-notification:not(:last-child) {
    margin-bottom: 20px
}

.arco-notification-icon {
    display: flex;
    align-items: center;
    font-size: 24px
}

.arco-notification-info {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-notification-info .arco-notification-icon {
    color: rgb(var(--primary-6))
}

.arco-notification-success {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-notification-success .arco-notification-icon {
    color: rgb(var(--success-6))
}

.arco-notification-warning {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-notification-warning .arco-notification-icon {
    color: rgb(var(--warning-6))
}

.arco-notification-error {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-notification-error .arco-notification-icon {
    color: rgb(var(--danger-6))
}

.arco-notification-left {
    padding-right: 16px
}

.arco-notification-right {
    flex: 1;
    word-break: break-word
}

.arco-notification-title {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px
}

.arco-notification-title+.arco-notification-content {
    margin-top: 4px
}

.arco-notification-content {
    color: var(--color-text-1);
    font-size: 14px
}

.arco-notification-info .arco-notification-title,
.arco-notification-info .arco-notification-content,
.arco-notification-success .arco-notification-title,
.arco-notification-success .arco-notification-content,
.arco-notification-warning .arco-notification-title,
.arco-notification-warning .arco-notification-content,
.arco-notification-error .arco-notification-title,
.arco-notification-error .arco-notification-content {
    color: var(--color-text-1)
}

.arco-notification-footer {
    margin-top: 16px;
    text-align: right
}

.arco-notification-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--color-text-1);
    font-size: 12px;
    cursor: pointer
}

.arco-notification-close-btn>svg {
    position: relative
}

.arco-notification .arco-icon-hover.arco-notification-icon-hover:before {
    width: 20px;
    height: 20px
}

.slide-left-notification-enter-from,
.slide-left-notification-appear-from {
    transform: translate(-100%)
}

.slide-left-notification-enter-to,
.slide-left-notification-appear-to {
    transform: translate(0)
}

.slide-left-notification-enter-active,
.slide-left-notification-appear-active {
    transition: transform .4s cubic-bezier(.3, 1.3, .3, 1)
}

.slide-left-notification-leave-from {
    opacity: 1
}

.slide-left-notification-leave-to {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0
}

.slide-left-notification-leave-active {
    transition: all .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-notification-enter-from,
.slide-right-notification-appear-from {
    transform: translate(100%)
}

.slide-right-notification-enter-to,
.slide-right-notification-appear-to {
    transform: translate(0)
}

.slide-right-notification-enter-active,
.slide-right-notification-appear-active {
    transition: transform .4s cubic-bezier(.3, 1.3, .3, 1)
}

.slide-right-notification-leave-from {
    opacity: 1
}

.slide-right-notification-leave-to {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0
}

.slide-right-notification-leave-active {
    transition: all .3s cubic-bezier(.34, .69, .1, 1)
}

.arco-overflow-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.arco-overflow-list>*:not(:last-child) {
    flex-shrink: 0
}

.arco-overflow-list-spacer {
    flex: 1;
    min-width: 0;
    height: 1px
}

.arco-page-header {
    padding: 16px 0
}

.arco-page-header-breadcrumb+.arco-page-header-header {
    margin-top: 4px
}

.arco-page-header-wrapper {
    padding-right: 20px;
    padding-left: 24px
}

.arco-page-header-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 28px
}

.arco-page-header-header-left {
    display: flex;
    align-items: center
}

.arco-page-header-main {
    display: flex;
    align-items: center;
    min-height: 30px
}

.arco-page-header-main-with-back {
    margin-left: -8px;
    padding-left: 8px
}

.arco-page-header-extra {
    overflow: hidden;
    white-space: nowrap
}

.arco-page-header .arco-icon-hover.arco-page-header-icon-hover:before {
    width: 30px;
    height: 30px
}

.arco-page-header .arco-icon-hover.arco-page-header-icon-hover:hover:before {
    background-color: var(--color-fill-2)
}

.arco-page-header-back-btn {
    margin-right: 12px;
    color: var(--color-text-2);
    font-size: 14px
}

.arco-page-header-back-btn-icon {
    position: relative
}

.arco-page-header-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--color-text-1);
    font-weight: 600;
    font-size: 20px
}

.arco-page-header-divider {
    width: 1px;
    height: 16px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: var(--color-bg-3)
}

.arco-page-header-subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--color-text-3);
    font-size: 14px
}

.arco-page-header-content {
    padding: 20px 32px;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-page-header-footer {
    padding: 16px 20px 0 24px
}

.arco-page-header-with-breadcrumb {
    padding: 12px 0
}

.arco-page-header-with-breadcrumb .arco-page-header-footer {
    padding-top: 12px
}

.arco-page-header-with-content .arco-page-header-wrapper {
    padding-bottom: 12px
}

.arco-page-header-with-footer {
    padding-bottom: 0
}

.arco-page-header-wrapper .arco-page-header-header {
    flex-wrap: wrap
}

.arco-page-header-wrapper .arco-page-header-header .arco-page-header-head-extra {
    margin-top: 4px
}

.arco-pagination {
    display: flex;
    align-items: center;
    font-size: 14px
}

.arco-pagination-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style: none
}

.arco-pagination-item {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 8px;
    color: var(--color-text-2);
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: var(--border-radius-small);
    outline: 0;
    cursor: pointer;
    user-select: none;
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.arco-pagination-item-previous,
.arco-pagination-item-next {
    font-size: 12px
}

.arco-pagination-item:hover {
    color: var(--color-text-2);
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-pagination-item-active,
.arco-pagination-item-active:hover {
    color: var(--color-text-1);
    background-color: var(--color-bg-4);
    border-color: transparent;
    transition: color .2s cubic-bezier(0, 0, 1, 1), background-color .2s cubic-bezier(0, 0, 1, 1)
}

.arco-pagination-item-disabled,
.arco-pagination-item-disabled:hover {
    color: var(--color-text-3);
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed
}

.arco-pagination-item:not(:last-child) {
    margin-right: 8px
}

.arco-pagination-item-previous,
.arco-pagination-item-next {
    color: var(--color-text-2);
    font-size: 12px;
    background-color: transparent
}

.arco-pagination-item-previous:not(.arco-pagination-item-disabled):hover,
.arco-pagination-item-next:not(.arco-pagination-item-disabled):hover {
    color: rgb(var(--primary-6));
    background-color: var(--color-fill-1)
}

.arco-pagination-item-previous:after,
.arco-pagination-item-next:after {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    content: "."
}

.arco-pagination .arco-pagination-item-previous.arco-pagination-item-disabled,
.arco-pagination .arco-pagination-item-next.arco-pagination-item-disabled {
    color: var(--color-text-4);
    background-color: transparent
}

.arco-pagination-item-jumper {
    font-size: 16px
}

.arco-pagination-jumper {
    display: flex;
    align-items: center;
    margin-left: 8px
}

.arco-pagination-jumper>span {
    font-size: 14px
}

.arco-pagination-jumper-text-goto,
.arco-pagination-jumper-prepend,
.arco-pagination-jumper-append {
    color: var(--color-text-3);
    white-space: nowrap
}

.arco-pagination-jumper-prepend {
    margin-right: 8px
}

.arco-pagination-jumper-append {
    margin-left: 8px
}

.arco-pagination-jumper .arco-pagination-jumper-input {
    width: 40px;
    padding-right: 2px;
    padding-left: 2px
}

.arco-pagination-jumper .arco-pagination-jumper-input input {
    text-align: center
}

.arco-pagination-options {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    min-width: 0;
    margin-left: 8px;
    text-align: center;
    vertical-align: middle
}

.arco-pagination-options .arco-select {
    width: auto
}

.arco-pagination-options .arco-select-view-value {
    padding-right: 6px;
    overflow: inherit
}

.arco-pagination-total {
    display: inline-block;
    height: 100%;
    margin-right: 8px;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap
}

.arco-pagination-jumper {
    flex: 0 0 auto
}

.arco-pagination-jumper-separator {
    padding: 0 12px
}

.arco-pagination-jumper-total-page {
    margin-right: 8px
}

.arco-pagination-simple {
    display: flex;
    align-items: center
}

.arco-pagination-simple .arco-pagination-item {
    margin-right: 0
}

.arco-pagination-simple .arco-pagination-jumper {
    margin: 0 4px;
    color: var(--color-text-1)
}

.arco-pagination-simple .arco-pagination-jumper .arco-pagination-jumper-input {
    width: 40px;
    margin-left: 0
}

.arco-pagination-simple .arco-pagination-item-previous,
.arco-pagination-simple .arco-pagination-item-next {
    color: var(--color-text-2);
    background-color: transparent
}

.arco-pagination-simple .arco-pagination-item-previous:not(.arco-pagination-item-disabled):hover,
.arco-pagination-simple .arco-pagination-item-next:not(.arco-pagination-item-disabled):hover {
    color: rgb(var(--primary-6));
    background-color: var(--color-bg-4)
}

.arco-pagination-simple .arco-pagination-item-previous.arco-pagination-item-disabled,
.arco-pagination-simple .arco-pagination-item-next.arco-pagination-item-disabled {
    color: var(--color-text-4);
    background-color: transparent
}

.arco-pagination-disabled {
    cursor: not-allowed
}

.arco-pagination-disabled .arco-pagination-item,
.arco-pagination-disabled .arco-pagination-item:not(.arco-pagination-item-disabled):not(.arco-pagination-item-active):hover {
    color: var(--color-text-3);
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed
}

.arco-pagination.arco-pagination-disabled .arco-pagination-item-active {
    color: var(--color-text-3);
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-pagination-size-mini .arco-pagination-item {
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px
}

.arco-pagination-size-mini .arco-pagination-item-previous,
.arco-pagination-size-mini .arco-pagination-item-next {
    font-size: 12px
}

.arco-pagination-size-mini .arco-pagination-total {
    font-size: 12px;
    line-height: 24px
}

.arco-pagination-size-mini .arco-pagination-option {
    height: 24px;
    font-size: 12px;
    line-height: 0
}

.arco-pagination-size-mini .arco-pagination-jumper>span {
    font-size: 12px
}

.arco-pagination-size-small .arco-pagination-item {
    min-width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px
}

.arco-pagination-size-small .arco-pagination-item-previous,
.arco-pagination-size-small .arco-pagination-item-next {
    font-size: 12px
}

.arco-pagination-size-small .arco-pagination-total {
    font-size: 14px;
    line-height: 32px
}

.arco-pagination-size-small .arco-pagination-option {
    height: 32px;
    font-size: 14px;
    line-height: 0
}

.arco-pagination-size-small .arco-pagination-jumper>span {
    font-size: 14px
}

.arco-pagination-size-large .arco-pagination-item {
    min-width: 48px;
    height: 48px;
    font-size: 14px;
    line-height: 48px
}

.arco-pagination-size-large .arco-pagination-item-previous,
.arco-pagination-size-large .arco-pagination-item-next {
    font-size: 14px
}

.arco-pagination-size-large .arco-pagination-total {
    font-size: 14px;
    line-height: 48px
}

.arco-pagination-size-large .arco-pagination-option {
    height: 48px;
    font-size: 14px;
    line-height: 0
}

.arco-pagination-size-large .arco-pagination-jumper>span {
    font-size: 14px
}

.arco-popconfirm-popup-content {
    box-sizing: border-box;
    padding: 16px;
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 1.5715;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px #0000001a
}

.arco-popconfirm-popup-content .arco-popconfirm-body {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    color: var(--color-text-1);
    font-size: 14px
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon {
    display: inline-flex;
    align-items: center;
    height: 22.001px;
    margin-right: 8px;
    font-size: 18px
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon .arco-icon-exclamation-circle-fill {
    color: rgb(var(--warning-6))
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon .arco-icon-check-circle-fill {
    color: rgb(var(--success-6))
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon .arco-icon-info-circle-fill {
    color: rgb(var(--primary-6))
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon .arco-icon-close-circle-fill {
    color: rgb(var(--danger-6))
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-content {
    text-align: left;
    word-wrap: break-word
}

.arco-popconfirm-popup-content .arco-popconfirm-footer {
    text-align: right
}

.arco-popconfirm-popup-content .arco-popconfirm-footer>button {
    margin-left: 8px
}

.arco-popconfirm-popup-arrow {
    z-index: 1;
    background-color: var(--color-bg-3);
    border: 1px solid var(--color-border-1)
}

.arco-popover-popup-content {
    box-sizing: border-box;
    padding: 12px 16px;
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 1.5715;
    background-color: var(--color-bg-3);
    border: 1px solid var(--color-border-1);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px #0000001a
}

.arco-popover-title {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px
}

.arco-popover-content {
    margin-top: 6px;
    text-align: left;
    word-wrap: break-word
}

.arco-popover-popup-arrow {
    z-index: 1;
    background-color: var(--color-bg-3);
    border: 1px solid var(--color-border-1)
}

.arco-progress {
    position: relative;
    line-height: 1;
    font-size: 12px
}

.arco-progress-type-line,
.arco-progress-type-steps {
    display: inline-block;
    max-width: 100%;
    width: 100%
}

.arco-progress-type-line.arco-progress-size-mini {
    width: auto
}

.arco-progress-line-wrapper,
.arco-progress-steps-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.arco-progress-line-text,
.arco-progress-steps-text {
    font-size: 12px;
    margin-left: 16px;
    color: var(--color-text-2);
    white-space: nowrap;
    text-align: right;
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 32px
}

.arco-progress-line-text .arco-icon,
.arco-progress-steps-text .arco-icon {
    font-size: 12px;
    margin-left: 4px
}

.arco-progress-line {
    background-color: var(--color-bg-4);
    border-radius: 100px;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.arco-progress-line-bar {
    height: 100%;
    border-radius: 100px;
    background-color: rgb(var(--primary-6));
    position: relative;
    transition: width .6s cubic-bezier(.34, .69, .1, 1), background .3s cubic-bezier(.34, .69, .1, 1);
    max-width: 100%
}

.arco-progress-line-bar-buffer {
    position: absolute;
    background-color: var(--color-primary-light-3);
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 100px 100px 0;
    max-width: 100%;
    transition: all .6s cubic-bezier(.34, .69, .1, 1)
}

.arco-progress-line-bar-animate:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent 25%, rgba(255, 255, 255, .5) 50%, transparent 75%);
    background-size: 400% 100%;
    animation: arco-progress-loading 1.5s cubic-bezier(.34, .69, .1, 1) infinite
}

.arco-progress-line-text .arco-icon {
    color: var(--color-text-3)
}

.arco-progress-type-steps.arco-progress-size-small {
    width: auto
}

.arco-progress-type-steps.arco-progress-size-small .arco-progress-steps-item {
    width: 2px;
    flex: unset;
    border-radius: 2px
}

.arco-progress-type-steps.arco-progress-size-small .arco-progress-steps-item:not(:last-of-type) {
    margin-right: 3px
}

.arco-progress-steps {
    display: flex;
    width: 100%
}

.arco-progress-steps-text {
    margin-left: 8px;
    min-width: unset
}

.arco-progress-steps-text .arco-icon {
    color: var(--color-text-3)
}

.arco-progress-steps-item {
    height: 100%;
    flex: 1;
    background-color: var(--color-bg-3);
    position: relative;
    display: inline-block
}

.arco-progress-steps-item:not(:last-of-type) {
    margin-right: 3px
}

.arco-progress-steps-item:last-of-type {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
}

.arco-progress-steps-item:first-of-type {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.arco-progress-steps-item-active {
    background-color: rgb(var(--primary-6))
}

.arco-progress-status-warning .arco-progress-line-bar,
.arco-progress-status-warning .arco-progress-steps-item-active {
    background-color: rgb(var(--warning-6))
}

.arco-progress-status-warning .arco-progress-line-text .arco-icon,
.arco-progress-status-warning .arco-progress-steps-text .arco-icon {
    color: rgb(var(--warning-6))
}

.arco-progress-status-success .arco-progress-line-bar {
    background-color: rgb(var(--success-7))
}

.arco-progress-status-success .arco-progress-steps-item-active {
    background-color: rgb(var(--success-6))
}

.arco-progress-status-success .arco-progress-line-text .arco-icon,
.arco-progress-status-success .arco-progress-steps-text .arco-icon {
    color: rgb(var(--success-6))
}

.arco-progress-status-danger .arco-progress-line-bar,
.arco-progress-status-danger .arco-progress-steps-item-active {
    background-color: rgb(var(--danger-6))
}

.arco-progress-status-danger .arco-progress-line-text .arco-icon,
.arco-progress-status-danger .arco-progress-steps-text .arco-icon {
    color: rgb(var(--danger-6))
}

.arco-progress-size-small .arco-progress-line-text {
    font-size: 12px;
    margin-left: 16px
}

.arco-progress-size-small .arco-progress-line-text .arco-icon {
    font-size: 12px
}

.arco-progress-size-large .arco-progress-line-text {
    font-size: 16px;
    margin-left: 16px
}

.arco-progress-size-large .arco-progress-line-text .arco-icon {
    font-size: 14px
}

.arco-progress-type-circle {
    display: inline-block
}

.arco-progress-circle-wrapper {
    position: relative;
    text-align: center;
    line-height: 1;
    display: inline-block;
    vertical-align: text-bottom
}

.arco-progress-circle-svg {
    transform: rotate(-90deg)
}

.arco-progress-circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-text-2);
    transform: translate(-50%, -50%);
    font-size: 14px
}

.arco-progress-circle-text .arco-icon {
    font-size: 16px;
    color: var(--color-text-3)
}

.arco-progress-circle-bg {
    stroke: var(--color-bg-3)
}

.arco-progress-circle-bar {
    stroke: rgb(var(--primary-6));
    transition: stroke-dashoffset .6s cubic-bezier(0, 0, 1, 1) 0s, stroke .6s cubic-bezier(0, 0, 1, 1)
}

.arco-progress-size-mini .arco-progress-circle-bg {
    stroke: var(--color-primary-light-3)
}

.arco-progress-size-mini .arco-progress-circle-bar {
    stroke: rgb(var(--primary-6))
}

.arco-progress-size-mini.arco-progress-status-warning .arco-progress-circle-bg {
    stroke: var(--color-warning-light-3)
}

.arco-progress-size-mini.arco-progress-status-danger .arco-progress-circle-bg {
    stroke: var(--color-danger-light-3)
}

.arco-progress-size-mini.arco-progress-status-success .arco-progress-circle-bg {
    stroke: var(--color-success-light-3)
}

.arco-progress-size-mini .arco-progress-circle-wrapper .arco-icon-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%)
}

.arco-progress-size-mini .arco-progress-circle-text {
    position: static;
    top: unset;
    left: unset;
    transform: unset
}

.arco-progress-size-small .arco-progress-circle-text {
    font-size: 13px
}

.arco-progress-size-small .arco-progress-circle-text .arco-icon {
    font-size: 14px
}

.arco-progress-size-large .arco-progress-circle-text,
.arco-progress-size-large .arco-progress-circle-text .arco-icon {
    font-size: 16px
}

.arco-progress-status-warning .arco-progress-circle-bar {
    stroke: rgb(var(--warning-6))
}

.arco-progress-status-warning .arco-icon {
    color: rgb(var(--warning-6))
}

.arco-progress-status-success .arco-progress-circle-bar {
    stroke: rgb(var(--success-6))
}

.arco-progress-status-success .arco-icon {
    color: rgb(var(--success-6))
}

.arco-progress-status-danger .arco-progress-circle-bar {
    stroke: rgb(var(--danger-6))
}

.arco-progress-status-danger .arco-icon {
    color: rgb(var(--danger-6))
}

@keyframes arco-progress-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.arco-radio>input[type=radio],
.arco-radio-button>input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.arco-radio>input[type=radio]:focus+.arco-radio-icon-hover:before,
.arco-radio-button>input[type=radio]:focus+.arco-radio-icon-hover:before {
    background-color: var(--color-fill-2)
}

.arco-icon-hover.arco-radio-icon-hover:before {
    width: 24px;
    height: 24px
}

.arco-radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 5px;
    font-size: 14px;
    line-height: unset;
    cursor: pointer
}

.arco-radio-label {
    margin-left: 8px;
    color: var(--color-text-1)
}

.arco-radio-icon {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #999999;
    border-radius: var(--border-radius-circle)
}

.arco-radio-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: var(--border-radius-circle);
    transform: scale(1);
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1);
    content: ""
}

.arco-radio:hover .arco-radio-icon {
    border-color: var(--color-text-button)
}

.arco-radio-checked .arco-radio-icon {
    background-color: var(--color-text-button);
    border-color: var(--color-text-button)
}

.arco-radio-checked .arco-radio-icon:after {
    background-color: var(--color-white);
    transform: scale(.4)
}

.arco-radio-checked:hover .arco-radio-icon {
    border-color: var(--color-text-button)
}

.arco-radio-disabled,
.arco-radio-disabled .arco-radio-icon-hover {
    cursor: not-allowed
}

.arco-radio-disabled .arco-radio-label {
    color: var(--color-text-3)
}

.arco-radio-disabled .arco-radio-icon {
    border-color: var(--color-text-3)
}

.arco-radio-disabled .arco-radio-icon:after {
    background-color: transparent
}

.arco-radio-disabled:hover .arco-radio-icon {
    border-color: var(--color-text-3)
}

.arco-radio-checked.arco-radio-disabled .arco-radio-icon,
.arco-radio-checked.arco-radio-disabled:hover .arco-radio-icon {
    background-color: #86bb00;
    border-color: transparent
}

.arco-radio-checked.arco-radio-disabled .arco-radio-icon:after {
    background-color: var(--color-text-icon-check)
}

.arco-radio-checked.arco-radio-disabled .arco-radio-label {
    color: var(--color-text-4)
}

.arco-radio:hover .arco-radio-icon-hover:before {
    background-color: transparent
}

.arco-radio-group {
    display: inline-block;
    box-sizing: border-box
}

.arco-radio-group .arco-radio {
    margin-right: 20px
}

.arco-radio-group-button {
    display: inline-flex;
    padding: 1.5px;
    line-height: 34px;
    background-color: var(--color-fill-2);
    border-radius: var(--border-radius-small)
}

.arco-radio-button {
    position: relative;
    display: inline-block;
    margin: 1.5px;
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 34px;
    background-color: transparent;
    border-radius: var(--border-radius-small);
    cursor: pointer;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-radio-button-content {
    position: relative;
    display: block;
    padding: 0 12px
}

.arco-radio-button:not(:first-of-type):before {
    position: absolute;
    top: 50%;
    left: -2px;
    display: block;
    width: 1px;
    height: 14px;
    background-color: var(--color-bg-4);
    transform: translateY(-50%);
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    content: ""
}

.arco-radio-button:hover:before,
.arco-radio-button:hover+.arco-radio-button:before,
.arco-radio-button.arco-radio-checked:before,
.arco-radio-button.arco-radio-checked+.arco-radio-button:before {
    opacity: 0
}

.arco-radio-button:hover {
    color: var(--color-text-1);
    background-color: var(--color-bg-5)
}

.arco-radio-button.arco-radio-checked {
    color: rgb(var(--primary-6));
    background-color: var(--color-bg-5)
}

.arco-radio-button.arco-radio-disabled {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-radio-button.arco-radio-disabled.arco-radio-checked {
    color: var(--color-primary-light-3);
    background-color: var(--color-bg-5)
}

.arco-radio-group-size-small {
    line-height: 32px
}

.arco-radio-group-size-small.arco-radio-group-button,
.arco-radio-group-size-small .arco-radio-button {
    font-size: 14px;
    line-height: 26px
}

.arco-radio-group-size-large {
    line-height: 48px
}

.arco-radio-group-size-large.arco-radio-group-button,
.arco-radio-group-size-large .arco-radio-button {
    font-size: 14px;
    line-height: 42px
}

.arco-radio-group-size-mini {
    line-height: 24px
}

.arco-radio-group-size-mini.arco-radio-group-button,
.arco-radio-group-size-mini .arco-radio-button {
    font-size: 12px;
    line-height: 18px
}

.arco-radio-group-direction-vertical .arco-radio {
    display: flex;
    margin-right: 0;
    line-height: 32px
}

body[arco-theme=dark] .arco-radio-button.arco-radio-checked,
body[arco-theme=dark] .arco-radio-button:not(.arco-radio-disabled):hover {
    background-color: var(--color-fill-3)
}

body[arco-theme=dark] .arco-radio-button:after {
    background-color: var(--color-bg-3)
}

.arco-rate {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    font-size: 24px;
    line-height: 1;
    user-select: none
}

.arco-rate-disabled {
    cursor: not-allowed
}

.arco-rate-character {
    position: relative;
    color: var(--color-bg-5);
    transition: transform .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-rate-character:not(:last-child) {
    margin-right: 8px
}

.arco-rate-character-left,
.arco-rate-character-right {
    transition: inherit
}

.arco-rate-character-left>*,
.arco-rate-character-right>* {
    float: left
}

.arco-rate-character-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0
}

.arco-rate-character-scale {
    animation: arco-rate-scale .4s cubic-bezier(.34, .69, .1, 1)
}

.arco-rate-character-full .arco-rate-character-right {
    color: rgb(var(--primary-6))
}

.arco-rate-character-half .arco-rate-character-left {
    color: rgb(var(--primary-6));
    opacity: 1
}

.arco-rate-character-disabled {
    cursor: not-allowed
}

.arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character {
    cursor: pointer
}

.arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character:hover,
.arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character:focus {
    transform: scale(1.2)
}

@keyframes arco-rate-scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.arco-resizebox {
    position: relative;
    width: 100%;
    overflow: hidden
}

.arco-resizebox-direction-left,
.arco-resizebox-direction-right,
.arco-resizebox-direction-top,
.arco-resizebox-direction-bottom {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    user-select: none
}

.arco-resizebox-direction-right {
    right: 0;
    left: unset
}

.arco-resizebox-direction-bottom {
    top: unset;
    bottom: 0
}

.arco-resizebox-trigger-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1;
    background-color: var(--color-neutral-3)
}

.arco-resizebox-trigger-icon {
    display: inline-block;
    margin: -3px
}

.arco-resizebox-trigger-vertical {
    height: 100%;
    cursor: col-resize
}

.arco-resizebox-trigger-horizontal {
    width: 100%;
    cursor: row-resize
}

.arco-result {
    box-sizing: border-box;
    width: 100%;
    padding: 32px 32px 24px
}

.arco-result-icon {
    margin-bottom: 16px;
    font-size: 20px;
    text-align: center
}

.arco-result-icon-tip {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto
}

.arco-result-icon-custom .arco-result-icon-tip {
    font-size: 45px;
    color: inherit;
    width: unset;
    height: unset
}

.arco-result-icon-success .arco-result-icon-tip {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1)
}

.arco-result-icon-error .arco-result-icon-tip {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1)
}

.arco-result-icon-info .arco-result-icon-tip {
    color: rgb(var(--primary-6));
    background-color: var(--color-primary-light-1)
}

.arco-result-icon-warning .arco-result-icon-tip {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1)
}

.arco-result-icon-404,
.arco-result-icon-403,
.arco-result-icon-500 {
    padding-top: 24px
}

.arco-result-icon-404 .arco-result-icon-tip,
.arco-result-icon-403 .arco-result-icon-tip,
.arco-result-icon-500 .arco-result-icon-tip {
    width: 92px;
    height: 92px;
    line-height: 92px
}

.arco-result-title {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5715;
    text-align: center
}

.arco-result-subtitle {
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 1.5715;
    text-align: center
}

.arco-result-extra {
    margin-top: 20px;
    text-align: center
}

.arco-result-content {
    margin-top: 20px
}

.arco-scrollbar {
    position: relative
}

.arco-scrollbar-container {
    position: relative;
    scrollbar-width: none
}

.arco-scrollbar-container::-webkit-scrollbar {
    display: none
}

.arco-scrollbar-track {
    position: absolute;
    z-index: 100
}

.arco-scrollbar-track-direction-horizontal {
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 15px
}

.arco-scrollbar-track-direction-vertical {
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 15px;
    height: 100%
}

.arco-scrollbar-thumb {
    position: absolute;
    display: block;
    box-sizing: border-box
}

.arco-scrollbar-thumb-bar {
    width: 100%;
    height: 100%;
    background-color: var(--color-neutral-4);
    border-radius: 6px
}

.arco-scrollbar-thumb:hover .arco-scrollbar-thumb-bar,
.arco-scrollbar-thumb-dragging .arco-scrollbar-thumb-bar {
    background-color: var(--color-neutral-6)
}

.arco-scrollbar-thumb-direction-horizontal .arco-scrollbar-thumb-bar {
    height: 9px;
    margin: 3px 0
}

.arco-scrollbar-thumb-direction-vertical .arco-scrollbar-thumb-bar {
    width: 9px;
    margin: 0 3px
}

.arco-scrollbar.arco-scrollbar-type-embed .arco-scrollbar-thumb {
    opacity: 0;
    transition: opacity ease .2s
}

.arco-scrollbar.arco-scrollbar-type-embed .arco-scrollbar-thumb-dragging,
.arco-scrollbar.arco-scrollbar-type-embed:hover .arco-scrollbar-thumb {
    opacity: .8
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-track {
    background-color: var(--color-neutral-1)
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-track-direction-horizontal {
    border-top: 1px solid var(--color-neutral-3);
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-track-direction-vertical {
    border-right: 1px solid var(--color-neutral-3);
    border-left: 1px solid var(--color-neutral-3)
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-thumb-direction-horizontal {
    margin: -1px 0
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-thumb-direction-vertical {
    margin: 0 -1px
}

.arco-scrollbar.arco-scrollbar-type-track.arco-scrollbar-both .arco-scrollbar-track-direction-vertical:after {
    position: absolute;
    right: -1px;
    bottom: 0;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    background-color: var(--color-neutral-1);
    border-right: 1px solid var(--color-neutral-3);
    border-bottom: 1px solid var(--color-neutral-3);
    content: ""
}

.arco-select-dropdown {
    box-sizing: border-box;
    padding: 4px 0;
    background-color: var(--color-bg-3);
    border: 1px solid var(--color-border-4);
    border-radius: var(--border-radius-medium);
    box-shadow: -4px 4px 10px #0000001a
}

.arco-select-dropdown .arco-select-dropdown-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px
}

.arco-select-dropdown-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.arco-select-dropdown-list-wrapper {
    max-height: 200px;
    overflow-y: auto
}

.arco-select-dropdown .arco-select-option {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    background-color: var(--color-bg-3);
    cursor: pointer
}

.arco-select-dropdown .arco-select-option-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-select-dropdown .arco-select-option-checkbox {
    overflow: hidden
}

.arco-select-dropdown .arco-select-option-checkbox .arco-checkbox-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-select-dropdown .arco-select-option-has-suffix {
    justify-content: space-between
}

.arco-select-dropdown .arco-select-option-selected {
    color: var(--color-text-1);
    font-weight: 500;
    background-color: var(--color-bg-3)
}

.arco-select-dropdown .arco-select-option-active,
.arco-select-dropdown .arco-select-option:not(.arco-select-dropdown .arco-select-option-disabled):hover {
    color: var(--color-text-1);
    background-color: var(--color-bg-4);
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-select-dropdown .arco-select-option-disabled {
    color: var(--color-text-4);
    background-color: var(--color-bg-popup);
    cursor: not-allowed
}

.arco-select-dropdown .arco-select-option-icon {
    display: inline-flex;
    margin-right: 8px
}

.arco-select-dropdown .arco-select-option-suffix {
    margin-left: 12px
}

.arco-select-dropdown .arco-select-group:first-child .arco-select-dropdown .arco-select-group-title {
    margin-top: 8px
}

.arco-select-dropdown .arco-select-group-title {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 0 12px;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 20px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-select-dropdown.arco-select-dropdown-has-header {
    padding-top: 0
}

.arco-select-dropdown-header {
    border-bottom: 1px solid var(--color-border-4)
}

.arco-select-dropdown.arco-select-dropdown-has-footer {
    padding-bottom: 0
}

.arco-select-dropdown-footer {
    border-top: 1px solid var(--color-border-4)
}

.arco-skeleton-shape {
    width: 48px;
    height: 48px;
    background-color: var(--color-bg-4);
    border-radius: var(--border-radius-small)
}

.arco-skeleton-shape-circle {
    border-radius: 50%
}

.arco-skeleton-shape-small {
    width: 36px;
    height: 36px
}

.arco-skeleton-shape-large {
    width: 60px;
    height: 60px
}

.arco-skeleton-line {
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-skeleton-line-row {
    height: 16px;
    background-color: var(--color-bg-4)
}

.arco-skeleton-line-row:not(:last-child) {
    margin-bottom: 16px
}

.arco-skeleton-animation .arco-skeleton-shape,
.arco-skeleton-animation .arco-skeleton-line-row {
    background: linear-gradient(90deg, var(--color-bg-4) 25%, var(--color-bg-2) 37%, var(--color-bg-4) 63%);
    background-size: 400% 100%;
    animation: arco-skeleton-circle 1.5s cubic-bezier(0, 0, 1, 1) infinite
}

@keyframes arco-skeleton-circle {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.arco-slider {
    display: inline-flex;
    align-items: center;
    width: 100%
}

.arco-slider-vertical {
    display: inline-block;
    width: auto;
    min-width: 22px;
    height: auto
}

.arco-slider-vertical .arco-slider-wrapper {
    flex-direction: column
}

.arco-slider-with-marks {
    margin-bottom: 24px;
    padding: 20px
}

.arco-slider-vertical.arco-slider-with-marks {
    margin-bottom: 0;
    padding: 0
}

.arco-slider-track {
    position: relative;
    flex: 1;
    width: 100%;
    height: 12px;
    cursor: pointer
}

.arco-slider-track:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-bg-4);
    border-radius: 2px;
    transform: translateY(-50%);
    content: ""
}

.arco-slider-track.arco-slider-track-vertical {
    width: 12px;
    max-width: 12px;
    height: 100%;
    min-height: 200px;
    margin-right: 0;
    margin-bottom: 6px;
    margin-top: 6px;
    transform: translateY(0)
}

.arco-slider-track.arco-slider-track-vertical:before {
    top: unset;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translate(-50%)
}

.arco-slider-track.arco-slider-track-disabled:before {
    background-color: var(--color-fill-2)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-bar {
    background-color: var(--color-fill-3)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-btn {
    cursor: not-allowed
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-btn:after {
    border-color: var(--color-fill-3)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-dots .arco-slider-dot {
    border-color: var(--color-fill-2)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-dots .arco-slider-dot-active {
    border-color: var(--color-fill-3)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-ticks .arco-slider-tick {
    background: var(--color-fill-2)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-ticks .arco-slider-tick-active {
    background: var(--color-fill-3)
}

.arco-slider-bar {
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: rgb(var(--primary-6));
    border-radius: 2px;
    transform: translateY(-50%)
}

.arco-slider-track-vertical .arco-slider-bar {
    top: unset;
    left: 50%;
    width: 2px;
    height: unset;
    transform: translate(-50%)
}

.arco-slider-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    transform: translate(-50%)
}

.arco-slider-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    background: var(--color-bg-2);
    border: 2px solid rgb(var(--primary-6));
    border-radius: 50%;
    transition: all .3s cubic-bezier(.3, 1.3, .3, 1);
    content: ""
}

.arco-slider-btn.arco-slider-btn-active:after,
.arco-slider-btn:hover:after {
    box-shadow: 0 2px 5px #0000001a;
    transform: scale(1.16666667)
}

.arco-slider-track-vertical .arco-slider-btn {
    top: unset;
    bottom: 0;
    left: 0;
    transform: translateY(50%)
}

.arco-slider-marks {
    position: absolute;
    top: 12px;
    width: 100%
}

.arco-slider-marks .arco-slider-mark {
    position: absolute;
    color: var(--color-text-3);
    font-size: 14px;
    line-height: 1;
    transform: translate(-50%);
    cursor: pointer
}

.arco-slider-track-vertical .arco-slider-marks {
    top: 0;
    left: 15px;
    height: 100%
}

.arco-slider-track-vertical .arco-slider-marks .arco-slider-mark {
    transform: translateY(50%)
}

.arco-slider-dots {
    height: 100%
}

.arco-slider-dots .arco-slider-dot-wrapper {
    position: absolute;
    top: 50%;
    font-size: 12px;
    transform: translate(-50%, -50%)
}

.arco-slider-track-vertical .arco-slider-dots .arco-slider-dot-wrapper {
    top: unset;
    left: 50%;
    transform: translate(-50%, 50%)
}

.arco-slider-dots .arco-slider-dot-wrapper .arco-slider-dot {
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background-color: var(--color-bg-2);
    border: 2px solid var(--color-bg-4);
    border-radius: 50%
}

.arco-slider-dots .arco-slider-dot-wrapper .arco-slider-dot-active {
    border-color: rgb(var(--primary-6))
}

.arco-slider-ticks .arco-slider-tick {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 3px;
    margin-top: -1px;
    background: var(--color-bg-4);
    transform: translate(-50%, -100%)
}

.arco-slider-ticks .arco-slider-tick-active {
    background: rgb(var(--primary-6))
}

.arco-slider-vertical .arco-slider-ticks .arco-slider-tick {
    top: unset;
    left: 50%;
    width: 3px;
    height: 1px;
    margin-top: unset;
    transform: translate(1px, 50%)
}

.arco-slider-input {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.arco-slider-vertical .arco-slider-input {
    margin-left: 0
}

.arco-slider-input>.arco-input-number {
    width: 60px;
    height: 32px;
    overflow: visible;
    line-height: normal
}

.arco-slider-input>.arco-input-number input {
    text-align: center
}

.arco-slider-input-hyphens {
    margin: 0 6px;
    width: 8px;
    height: 2px;
    background: rgb(var(--gray-6))
}

.arco-space {
    display: inline-flex
}

.arco-space-horizontal .arco-space-item {
    display: flex;
    align-items: center
}

.arco-space-vertical {
    flex-direction: column
}

.arco-space-align-baseline {
    align-items: baseline
}

.arco-space-align-start {
    align-items: flex-start
}

.arco-space-align-end {
    align-items: flex-end
}

.arco-space-align-center {
    align-items: center
}

.arco-space-wrap {
    flex-wrap: wrap
}

.arco-space-fill {
    display: flex
}

.arco-dot-loading {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 8px;
    transform-style: preserve-3d;
    perspective: 200px
}

.arco-dot-loading-item {
    position: absolute;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: rgb(var(--primary-6));
    border-radius: var(--border-radius-circle);
    transform: translate(-50%) scale(0);
    animation: arco-dot-loading 2s cubic-bezier(0, 0, 1, 1) infinite forwards
}

.arco-dot-loading-item:nth-child(2) {
    background-color: rgb(var(--primary-5));
    animation-delay: .4s
}

.arco-dot-loading-item:nth-child(3) {
    background-color: rgb(var(--primary-4));
    animation-delay: .8s
}

.arco-dot-loading-item:nth-child(4) {
    background-color: rgb(var(--primary-4));
    animation-delay: 1.2s
}

.arco-dot-loading-item:nth-child(5) {
    background-color: rgb(var(--primary-2));
    animation-delay: 1.6s
}

@keyframes arco-dot-loading {
    0% {
        transform: translate3D(-48.621%, 0, -.985px) scale(.511)
    }

    2.778% {
        transform: translate3D(-95.766%, 0, -.94px) scale(.545)
    }

    5.556% {
        transform: translate3D(-140%, 0, -.866px) scale(.6)
    }

    8.333% {
        transform: translate3D(-179.981%, 0, -.766px) scale(.675)
    }

    11.111% {
        transform: translate3D(-214.492%, 0, -.643px) scale(.768)
    }

    13.889% {
        transform: translate3D(-242.487%, 0, -.5px) scale(.875)
    }

    16.667% {
        transform: translate3D(-263.114%, 0, -.342px) scale(.993)
    }

    19.444% {
        transform: translate3D(-275.746%, 0, -.174px) scale(1.12)
    }

    22.222% {
        transform: translate3D(-280%, 0, 0) scale(1.25)
    }

    25% {
        transform: translate3D(-275.746%, 0, .174px) scale(1.38)
    }

    27.778% {
        transform: translate3D(-263.114%, 0, .342px) scale(1.507)
    }

    30.556% {
        transform: translate3D(-242.487%, 0, .5px) scale(1.625)
    }

    33.333% {
        transform: translate3D(-214.492%, 0, .643px) scale(1.732)
    }

    36.111% {
        transform: translate3D(-179.981%, 0, .766px) scale(1.825)
    }

    38.889% {
        transform: translate3D(-140%, 0, .866px) scale(1.9)
    }

    41.667% {
        transform: translate3D(-95.766%, 0, .94px) scale(1.955)
    }

    44.444% {
        transform: translate3D(-48.621%, 0, .985px) scale(1.989)
    }

    47.222% {
        transform: translateZ(1px) scale(2)
    }

    50% {
        transform: translate3D(48.621%, 0, .985px) scale(1.989)
    }

    52.778% {
        transform: translate3D(95.766%, 0, .94px) scale(1.955)
    }

    55.556% {
        transform: translate3D(140%, 0, .866px) scale(1.9)
    }

    58.333% {
        transform: translate3D(179.981%, 0, .766px) scale(1.825)
    }

    61.111% {
        transform: translate3D(214.492%, 0, .643px) scale(1.732)
    }

    63.889% {
        transform: translate3D(242.487%, 0, .5px) scale(1.625)
    }

    66.667% {
        transform: translate3D(263.114%, 0, .342px) scale(1.507)
    }

    69.444% {
        transform: translate3D(275.746%, 0, .174px) scale(1.38)
    }

    72.222% {
        transform: translate3D(280%, 0, 0) scale(1.25)
    }

    75% {
        transform: translate3D(275.746%, 0, -.174px) scale(1.12)
    }

    77.778% {
        transform: translate3D(263.114%, 0, -.342px) scale(.993)
    }

    80.556% {
        transform: translate3D(242.487%, 0, -.5px) scale(.875)
    }

    83.333% {
        transform: translate3D(214.492%, 0, -.643px) scale(.768)
    }

    86.111% {
        transform: translate3D(179.981%, 0, -.766px) scale(.675)
    }

    88.889% {
        transform: translate3D(140%, 0, -.866px) scale(.6)
    }

    91.667% {
        transform: translate3D(95.766%, 0, -.94px) scale(.545)
    }

    94.444% {
        transform: translate3D(48.621%, 0, -.985px) scale(.511)
    }

    97.222% {
        transform: translateZ(-1px) scale(.5)
    }
}

.arco-spin {
    display: inline-block
}

.arco-spin-with-tip {
    text-align: center
}

.arco-spin-icon {
    color: rgb(var(--primary-6));
    font-size: 20px
}

.arco-spin-tip {
    margin-top: 6px;
    color: rgb(var(--primary-6));
    font-weight: 500;
    font-size: 14px
}

.arco-spin-mask {
    position: absolute;
    inset: 0;
    z-index: 11;
    text-align: center;
    background-color: var(--color-spin-layer-bg);
    transition: opacity .1s cubic-bezier(0, 0, 1, 1);
    user-select: none
}

.arco-spin-loading {
    position: relative;
    user-select: none
}

.arco-spin-loading .arco-spin-mask-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translate(-50%, -50%)
}

.arco-spin-loading .arco-spin-children:after {
    opacity: 1;
    pointer-events: auto
}

.arco-split {
    display: flex
}

.arco-split-pane {
    overflow: auto
}

.arco-split-pane-second {
    flex: 1
}

.arco-split-horizontal {
    flex-direction: row
}

.arco-split-vertical {
    flex-direction: column
}

.arco-split-trigger-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1;
    background-color: var(--color-neutral-3)
}

.arco-split-trigger-icon {
    display: inline-block;
    margin: -3px
}

.arco-split-trigger-vertical {
    height: 100%;
    cursor: col-resize
}

.arco-split-trigger-horizontal {
    width: 100%;
    cursor: row-resize
}

.arco-statistic {
    display: inline-block;
    color: var(--color-text-2);
    line-height: 1.5715
}

.arco-statistic-title {
    margin-bottom: 8px;
    color: var(--color-text-2);
    font-size: 14px
}

.arco-statistic-content .arco-statistic-value {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 26px;
    white-space: nowrap
}

.arco-statistic-content .arco-statistic-value-integer {
    font-size: inherit;
    white-space: nowrap
}

.arco-statistic-content .arco-statistic-value-decimal {
    display: inline-block;
    font-size: inherit
}

.arco-statistic-prefix,
.arco-statistic-suffix {
    font-size: 14px
}

.arco-statistic-extra {
    margin-top: 8px;
    color: var(--color-text-2)
}

.arco-steps-item {
    position: relative;
    flex: 1;
    margin-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left
}

.arco-steps-item:last-child {
    flex: none;
    margin-right: 0
}

.arco-steps-item-active .arco-steps-item-title {
    font-weight: 500
}

.arco-steps-item-node {
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top
}

.arco-steps-icon {
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: var(--border-radius-circle);
    font-size: 16px
}

.arco-steps-item-wait .arco-steps-icon {
    color: var(--color-text-2);
    background-color: var(--color-bg-5);
    border: 1px solid transparent
}

.arco-steps-item-process .arco-steps-icon {
    color: var(--color-bg-1);
    background-color: rgb(var(--primary-6));
    border: 1px solid transparent
}

.arco-steps-item-finish .arco-steps-icon {
    color: rgb(var(--primary-6));
    background-color: var(--color-primary-light-1);
    border: 1px solid transparent
}

.arco-steps-item-error .arco-steps-icon {
    color: var(--color-text-icon-check);
    background-color: rgb(var(--danger-6));
    border: 1px solid transparent
}

.arco-steps-item-title {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: var(--color-text-2);
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap
}

.arco-steps-item-wait .arco-steps-item-title {
    color: var(--color-text-2)
}

.arco-steps-item-process .arco-steps-item-title,
.arco-steps-item-finish .arco-steps-item-title,
.arco-steps-item-error .arco-steps-item-title {
    color: var(--color-text-1)
}

.arco-steps-item-content {
    display: inline-block
}

.arco-steps-item-description {
    max-width: 140px;
    margin-top: 2px;
    color: var(--color-text-3);
    font-size: 12px;
    white-space: normal
}

.arco-steps-item-wait .arco-steps-item-description,
.arco-steps-item-process .arco-steps-item-description {
    color: var(--color-text-3)
}

.arco-steps-item-finish .arco-steps-item-description {
    color: var(--color-text-1)
}

.arco-steps-item-error .arco-steps-item-description {
    color: var(--color-text-2)
}

.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
    position: absolute;
    top: 13.5px;
    left: 100%;
    display: block;
    box-sizing: border-box;
    width: 5000px;
    height: 1px;
    background-color: var(--color-bg-4);
    content: ""
}

.arco-steps-label-horizontal .arco-steps-item.arco-steps-item-process .arco-steps-item-title:after {
    background-color: var(--color-bg-4)
}

.arco-steps-label-horizontal .arco-steps-item.arco-steps-item-finish .arco-steps-item-title:after {
    background-color: rgb(var(--primary-6))
}

.arco-steps-label-horizontal .arco-steps-item.arco-steps-item-next-error .arco-steps-item-title:after {
    background-color: rgb(var(--danger-6))
}

.arco-steps-item:not(:last-child) .arco-steps-item-tail {
    position: absolute;
    top: 13.5px;
    box-sizing: border-box;
    width: 100%;
    height: 1px
}

.arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-4);
    content: ""
}

.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    position: absolute;
    top: 0;
    left: 13.5px;
    box-sizing: border-box;
    width: 1px;
    height: 100%;
    padding: 34px 0 6px
}

.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-4);
    content: ""
}

.arco-steps-size-small.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    left: 11.5px;
    padding: 30px 0 6px
}

.arco-steps-item:not(:last-child).arco-steps-item-finish .arco-steps-item-tail:after {
    background-color: rgb(var(--primary-6))
}

.arco-steps-item:not(:last-child).arco-steps-item-next-error .arco-steps-item-tail:after {
    background-color: rgb(var(--danger-6))
}

.arco-steps-size-small:not(.arco-steps-vertical) .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    top: 11.5px
}

.arco-steps-size-small .arco-steps-item-node {
    font-size: 14px
}

.arco-steps-size-small .arco-steps-item-title {
    font-size: 14px;
    line-height: 24px
}

.arco-steps-size-small .arco-steps-item-description {
    font-size: 12px
}

.arco-steps-size-small .arco-steps-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px
}

.arco-steps-size-small.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
    top: 11.5px
}

.arco-steps-label-vertical .arco-steps-item {
    overflow: visible
}

.arco-steps-label-vertical .arco-steps-item-title {
    margin-top: 2px;
    padding-right: 0
}

.arco-steps-label-vertical .arco-steps-item-node {
    margin-left: 56px
}

.arco-steps-label-vertical .arco-steps-item-tail {
    left: 96px;
    padding-right: 40px
}

.arco-steps-label-vertical.arco-steps-size-small .arco-steps-item-node {
    margin-left: 58px
}

.arco-steps-label-vertical.arco-steps-size-small .arco-steps-item-tail {
    left: 94px;
    padding-right: 36px
}

.arco-steps-mode-dot .arco-steps-item {
    position: relative;
    flex: 1;
    margin-right: 16px;
    overflow: visible;
    white-space: nowrap;
    text-align: left
}

.arco-steps-mode-dot .arco-steps-item:last-child {
    flex: none;
    margin-right: 0
}

.arco-steps-mode-dot .arco-steps-item-active .arco-steps-item-title {
    font-weight: 500
}

.arco-steps-mode-dot .arco-steps-item-node {
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: var(--border-radius-circle)
}

.arco-steps-mode-dot .arco-steps-item-active .arco-steps-item-node {
    width: 10px;
    height: 10px
}

.arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-node {
    background-color: var(--color-text-3);
    border-color: var(--color-border-1)
}

.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-node,
.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-node {
    background-color: rgb(var(--primary-6));
    border-color: rgb(var(--primary-6))
}

.arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-node {
    background-color: rgb(var(--danger-6));
    border-color: rgb(var(--danger-6))
}

.arco-steps-mode-dot.arco-steps-horizontal .arco-steps-item-node {
    margin-left: 66px
}

.arco-steps-mode-dot.arco-steps-horizontal .arco-steps-item-active .arco-steps-item-node {
    margin-top: -1px;
    margin-left: 65px
}

.arco-steps-mode-dot .arco-steps-item-content {
    display: inline-block
}

.arco-steps-mode-dot .arco-steps-item-title {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    font-size: 16px
}

.arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-title {
    color: var(--color-text-2)
}

.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-title {
    color: rgb(var(--primary-6))
}

.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-title {
    color: var(--color-text-1)
}

.arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-title {
    color: rgb(var(--danger-6))
}

.arco-steps-mode-dot .arco-steps-item-description {
    margin-top: 4px;
    font-size: 12px;
    white-space: normal
}

.arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-description,
.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-description {
    color: var(--color-text-3)
}

.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-description,
.arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-description {
    color: var(--color-text-2)
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    position: absolute;
    top: 3.5px;
    left: 78px;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background-color: var(--color-border-1)
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-process .arco-steps-item-tail {
    background-color: var(--color-border-1)
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-finish .arco-steps-item-tail {
    background-color: rgb(var(--primary-6))
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-next-error .arco-steps-item-tail {
    background-color: rgb(var(--danger-6))
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-node {
    margin-right: 16px
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-content {
    overflow: hidden
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-title {
    margin-top: -2px
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-description {
    margin-top: 4px
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    position: absolute;
    bottom: 0;
    left: 4px;
    box-sizing: border-box;
    width: 1px;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 2px;
    background-color: transparent;
    transform: translate(-50%)
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-border-1);
    content: ""
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child).arco-steps-item-process .arco-steps-item-tail:after {
    background-color: var(--color-border-1)
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child).arco-steps-item-finish .arco-steps-item-tail:after {
    background-color: rgb(var(--primary-6))
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child).arco-steps-item-next-error .arco-steps-item-tail:after {
    background-color: rgb(var(--danger-6))
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item .arco-steps-item-node {
    margin-top: 8px
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-active .arco-steps-item-node {
    margin-top: 6px;
    margin-left: -1px
}

.arco-steps-mode-arrow .arco-steps-item {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    height: 72px;
    overflow: visible;
    white-space: nowrap
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child) {
    margin-right: 4px
}

.arco-steps-mode-arrow .arco-steps-item-wait {
    background-color: var(--color-bg-4)
}

.arco-steps-mode-arrow .arco-steps-item-process {
    background-color: rgb(var(--primary-6))
}

.arco-steps-mode-arrow .arco-steps-item-finish {
    background-color: var(--color-bg-4)
}

.arco-steps-mode-arrow .arco-steps-item-error {
    background-color: rgb(var(--danger-6))
}

.arco-steps-mode-arrow .arco-steps-item-content {
    display: inline-block;
    box-sizing: border-box
}

.arco-steps-mode-arrow .arco-steps-item:first-child .arco-steps-item-content {
    padding-left: 16px
}

.arco-steps-mode-arrow .arco-steps-item:not(:first-child) .arco-steps-item-content {
    padding-left: 52px
}

.arco-steps-mode-arrow .arco-steps-item-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap
}

.arco-steps-mode-arrow .arco-steps-item-title:after {
    display: none !important
}

.arco-steps-mode-arrow .arco-steps-item-wait .arco-steps-item-title {
    color: var(--color-text-2)
}

.arco-steps-mode-arrow .arco-steps-item-process .arco-steps-item-title {
    color: var(--color-bg-1)
}

.arco-steps-mode-arrow .arco-steps-item-finish .arco-steps-item-title {
    color: var(--color-text-1)
}

.arco-steps-mode-arrow .arco-steps-item-error .arco-steps-item-title {
    color: var(--color-bg-1)
}

.arco-steps-mode-arrow .arco-steps-item-active .arco-steps-item-title {
    font-weight: 500
}

.arco-steps-mode-arrow .arco-steps-item-description {
    max-width: none;
    margin-top: 0;
    font-size: 12px;
    white-space: nowrap
}

.arco-steps-mode-arrow .arco-steps-item-wait .arco-steps-item-description {
    color: var(--color-text-3)
}

.arco-steps-mode-arrow .arco-steps-item-process .arco-steps-item-description {
    color: var(--color-bg-1)
}

.arco-steps-mode-arrow .arco-steps-item-finish .arco-steps-item-description {
    color: var(--color-text-2)
}

.arco-steps-mode-arrow .arco-steps-item-error .arco-steps-item-description {
    color: var(--color-bg-1)
}

.arco-steps-mode-arrow .arco-steps-item:not(:first-child):before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 36px solid var(--color-bg-2);
    content: ""
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: -36px;
    z-index: 2;
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    content: ""
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
    border-left: 36px solid var(--color-bg-4)
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-process:after {
    border-left: 36px solid rgb(var(--primary-6))
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-error:after {
    border-left: 36px solid rgb(var(--danger-6))
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
    border-left: 36px solid var(--color-bg-4)
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item {
    height: 40px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-title {
    font-size: 14px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-description {
    display: none
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:first-child):before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--color-bg-2)
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child):after {
    right: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--color-bg-4)
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:first-child .arco-steps-item-content {
    padding-left: 20px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:first-child) .arco-steps-item-content {
    padding-left: 40px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-error:not(:last-child):after {
    border-left: 20px solid rgb(var(--danger-6))
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
    border-left: 20px solid var(--color-bg-4)
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-process:after {
    border-left: 20px solid rgb(var(--primary-6))
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
    border-left: 20px solid var(--color-bg-4)
}

.arco-steps-mode-navigation.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
    display: none
}

.arco-steps-mode-navigation .arco-steps-item {
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 32px
}

.arco-steps-mode-navigation .arco-steps-item:last-child {
    flex: 1
}

.arco-steps-mode-navigation .arco-steps-item-content {
    margin-bottom: 20px
}

.arco-steps-mode-navigation .arco-steps-item-description {
    padding-right: 20px
}

.arco-steps-mode-navigation .arco-steps-item-active:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    left: 0;
    right: 30px;
    bottom: 0;
    background-color: rgb(var(--primary-6))
}

.arco-steps-mode-navigation .arco-steps-item-active:last-child:after {
    width: 100%
}

.arco-steps-mode-navigation .arco-steps-item:not(:last-child) .arco-steps-item-content:after {
    position: absolute;
    top: 10px;
    right: 30px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--color-bg-2);
    border: 2px solid var(--color-text-4);
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""
}

.arco-steps {
    display: flex
}

.arco-steps-changeable .arco-steps-item-title,
.arco-steps-changeable .arco-steps-item-description {
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-steps-changeable .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled) {
    cursor: pointer
}

.arco-steps-changeable .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled):hover .arco-steps-item-content .arco-steps-item-title,
.arco-steps-changeable .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled):hover .arco-steps-item-content .arco-steps-item-description {
    color: rgb(var(--primary-6))
}

.arco-steps-line-less .arco-steps-item-title:after {
    display: none !important
}

.arco-steps-vertical {
    flex-direction: column
}

.arco-steps-vertical .arco-steps-item:not(:last-child) {
    min-height: 90px
}

.arco-steps-vertical .arco-steps-item-title:after {
    display: none !important
}

.arco-steps-vertical .arco-steps-item-description {
    max-width: none
}

.arco-steps-label-vertical .arco-steps-item-content {
    display: block;
    width: 140px;
    text-align: center
}

.arco-steps-label-vertical .arco-steps-item-description {
    max-width: none
}

.switch-slide-text-enter-from {
    left: -100% !important
}

.switch-slide-text-enter-to {
    left: 8px !important
}

.switch-slide-text-enter-active {
    transition: left .2s cubic-bezier(.34, .69, .1, 1)
}

.switch-slide-text-leave-from {
    left: 100% !important
}

.switch-slide-text-leave-to {
    left: 28px !important
}

.switch-slide-text-leave-active {
    transition: left .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-switch {
    position: relative;
    box-sizing: border-box;
    min-width: 40px;
    height: 24px;
    padding: 0;
    overflow: hidden;
    line-height: 24px;
    vertical-align: middle;
    background-color: var(--color-bg-6);
    border: none;
    border-radius: 12px;
    outline: none;
    cursor: pointer;
    transition: background-color .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--color-text-3);
    font-size: 12px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-switch-checked {
    background-color: var(--color-bg-button-new)
}

.arco-switch-checked .arco-switch-handle {
    left: calc(100% - 22px);
    color: var(--color-text-button)
}

.arco-switch[disabled] .arco-switch-handle,
.arco-switch[disabled].arco-switch-checked .arco-switch-handle {
    color: var(--color-text-3)
}

.arco-switch-text-holder {
    margin: 0 8px 0 28px;
    font-size: 12px;
    opacity: 0
}

.arco-switch-text {
    position: absolute;
    top: 0;
    left: 28px;
    color: var(--color-text-4);
    font-size: 12px
}

.arco-switch-checked .arco-switch-text-holder {
    margin: 0 28px 0 8px
}

.arco-switch-checked .arco-switch-text {
    left: 8px;
    color: var(--color-text-mainbutton)
}

.arco-switch[disabled] {
    background-color: var(--color-bg-5);
    cursor: not-allowed
}

.arco-switch[disabled] .arco-switch-text {
    color: var(--color-text-4)
}

.arco-switch[disabled].arco-switch-checked {
    background-color: var(--color-primary-light-3)
}

.arco-switch[disabled].arco-switch-checked .arco-switch-text {
    color: var(--color-text-mainbutton)
}

.arco-switch-loading {
    background-color: var(--color-bg-5)
}

.arco-switch-loading .arco-switch-handle {
    color: var(--color-neutral-3)
}

.arco-switch-loading .arco-switch-text {
    color: var(--color-text-4)
}

.arco-switch-loading.arco-switch-checked {
    background-color: var(--color-primary-light-3)
}

.arco-switch-loading.arco-switch-checked .arco-switch-handle {
    color: var(--color-primary-light-3)
}

.arco-switch-loading.arco-switch-checked .arco-switch-text {
    color: var(--color-text-4)
}

.arco-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 16px
}

.arco-switch-small.arco-switch-checked {
    padding-left: -2px
}

.arco-switch-small .arco-switch-handle {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 8px
}

.arco-switch-small .arco-switch-handle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.66667)
}

.arco-switch-small.arco-switch-checked .arco-switch-handle {
    left: calc(100% - 14px)
}

.arco-switch-type-round {
    min-width: 40px;
    border-radius: var(--border-radius-small)
}

.arco-switch-type-round .arco-switch-handle {
    border-radius: 2px
}

.arco-switch-type-round.arco-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 16px;
    border-radius: 2px
}

.arco-switch-type-round.arco-switch-small .arco-switch-handle {
    border-radius: 1px
}

.arco-switch-type-line {
    min-width: 36px;
    overflow: unset;
    background-color: transparent
}

.arco-switch-type-line:after {
    display: block;
    width: 100%;
    height: 6px;
    background-color: var(--color-bg-6);
    border-radius: 3px;
    transition: background-color .2s cubic-bezier(.34, .69, .1, 1);
    content: ""
}

.arco-switch-type-line .arco-switch-handle {
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px var(--color-neutral-6)
}

.arco-switch-type-line.arco-switch-checked {
    background-color: transparent
}

.arco-switch-type-line.arco-switch-checked:after {
    background-color: var(--color-bg-button-new)
}

.arco-switch-type-line.arco-switch-custom-color {
    --custom-color: var(--color-bg-6)
}

.arco-switch-type-line.arco-switch-custom-color:after {
    background-color: var(--custom-color)
}

.arco-switch-type-line.arco-switch-custom-color.arco-switch-checked {
    --custom-color: var(--color-bg-button-new)
}

.arco-switch-type-line.arco-switch-checked .arco-switch-handle {
    left: calc(100% - 20px)
}

.arco-switch-type-line[disabled] {
    background-color: transparent;
    cursor: not-allowed
}

.arco-switch-type-line[disabled]:after {
    background-color: var(--color-bg-5)
}

.arco-switch-type-line[disabled].arco-switch-checked {
    background-color: transparent
}

.arco-switch-type-line[disabled].arco-switch-checked:after {
    background-color: var(--color-primary-light-3)
}

.arco-switch-type-line.arco-switch-loading {
    background-color: transparent
}

.arco-switch-type-line.arco-switch-loading:after {
    background-color: var(--color-bg-5)
}

.arco-switch-type-line.arco-switch-loading.arco-switch-checked {
    background-color: transparent
}

.arco-switch-type-line.arco-switch-loading.arco-switch-checked:after {
    background-color: var(--color-primary-light-3)
}

.arco-switch-type-line.arco-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 16px
}

.arco-switch-type-line.arco-switch-small.arco-switch-checked {
    padding-left: 0
}

.arco-switch-type-line.arco-switch-small .arco-switch-handle {
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px
}

.arco-switch-type-line.arco-switch-small .arco-switch-handle-icon {
    transform: translate(-50%, -50%) scale(1)
}

.arco-switch-type-line.arco-switch-small.arco-switch-checked .arco-switch-handle {
    left: calc(100% - 16px)
}

.arco-table-filters-content {
    box-sizing: border-box;
    min-width: 80px;
    background: var(--color-bg-3);
    border: 1px solid var(--color-border-1);
    border-radius: 8px;
    box-shadow: 0 2px 5px #0000001a
}

.arco-table-filters-list {
    max-height: 200px;
    padding: 4px 0;
    overflow-y: auto
}

.arco-table-filters-item {
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 32px
}

.arco-table-filters-text {
    width: 100%;
    max-width: 160px;
    height: 34px;
    margin-right: 0;
    padding-left: 10px;
    overflow: hidden;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer
}

.arco-table-filters-bottom {
    box-sizing: border-box;
    height: 38px;
    padding: 0 12px;
    overflow: hidden;
    line-height: 38px;
    border-top: 1px solid var(--color-border-1)
}

.arco-table-filters-bottom>*:not(*:last-child) {
    margin-right: 8px
}

.arco-table {
    position: relative
}

.arco-table-column-handle {
    position: absolute;
    top: 0;
    right: -4px;
    z-index: 1;
    width: 8px;
    height: 100%;
    cursor: col-resize
}

.arco-table .arco-spin {
    display: flex;
    flex-direction: column;
    height: 100%
}

.arco-table>.arco-spin>.arco-spin-children:after {
    z-index: 2
}

.arco-table-footer {
    border-radius: 0 0 8px 8px
}

.arco-table-scroll-position-right .arco-table-col-fixed-left-last:after,
.arco-table-scroll-position-middle .arco-table-col-fixed-left-last:after {
    box-shadow: inset 6px 0 8px -3px #00000026
}

.arco-table-scroll-position-left .arco-table-col-fixed-right-first:after,
.arco-table-scroll-position-middle .arco-table-col-fixed-right-first:after {
    box-shadow: inset -6px 0 8px -3px #00000026
}

.arco-table-layout-fixed .arco-table-element {
    table-layout: fixed
}

.arco-table .arco-table-element {
    width: 100%;
    min-width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0
}

.arco-table-th {
    position: relative;
    box-sizing: border-box;
    color: var(--color-text-2);
    font-weight: 500;
    line-height: 1.5715;
    text-align: left;
    background-color: var(--color-bg-2)
}

.arco-table-th[colspan] {
    text-align: center
}

.arco-table-th-align-right {
    text-align: right
}

.arco-table-th-align-right .arco-table-cell-with-sorter {
    justify-content: flex-end
}

.arco-table-th-align-center {
    text-align: center
}

.arco-table-th-align-center .arco-table-cell-with-sorter {
    justify-content: center
}

.arco-table-td {
    box-sizing: border-box;
    color: var(--color-text-1);
    line-height: 1.5715;
    text-align: left;
    word-break: break-all;
    background-color: var(--color-bg-2);
    border-bottom: 1px solid var(--color-border-1)
}

.arco-table-td-align-right {
    text-align: right
}

.arco-table-td-align-center {
    text-align: center
}

.arco-table-td.arco-table-drag-handle {
    cursor: move
}

.arco-table-cell {
    display: flex;
    align-items: center
}

.arco-table-cell-align-right {
    justify-content: flex-end;
    text-align: right
}

.arco-table-cell-align-center {
    justify-content: center;
    text-align: center
}

.arco-table-text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-table-td-content {
    display: block;
    width: 100%
}

.arco-table-th.arco-table-col-sorted,
.arco-table-td.arco-table-col-sorted {
    background-color: var(--color-bg-2)
}

.arco-table-col-fixed-left,
.arco-table-col-fixed-right {
    position: sticky;
    z-index: 10
}

.arco-table-col-fixed-left-last:after,
.arco-table-col-fixed-right-first:after {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 10px;
    box-shadow: none;
    transform: translate(-100%);
    transition: box-shadow .1s cubic-bezier(0, 0, 1, 1);
    content: "";
    pointer-events: none
}

.arco-table-col-fixed-left-last:after {
    right: 0;
    left: unset;
    transform: translate(100%)
}

.arco-table-cell-text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-table-editable-row .arco-table-cell-wrap-value {
    border: 1px solid var(--color-white);
    border-radius: 8px;
    cursor: pointer;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-table-editable-row:hover .arco-table-cell-wrap-value {
    border: 1px solid var(--color-border-1)
}

.arco-table .arco-table-expand-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    padding: 0;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 14px;
    background-color: var(--color-bg-3);
    border: 1px solid transparent;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    transition: background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-table .arco-table-expand-btn:hover {
    color: var(--color-text-2);
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-table-cell-expand-icon {
    display: flex;
    align-items: center
}

.arco-table-cell-expand-icon .arco-table-cell-inline-icon {
    display: inline-flex;
    margin-right: 4px
}

.arco-table-cell-expand-icon .arco-table-cell-inline-icon .arco-icon-loading {
    color: rgb(var(--primary-6))
}

.arco-table-cell-expand-icon-hidden {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px
}

.arco-table-tr-expand .arco-table-td {
    background-color: var(--color-fill-1)
}

.arco-table-cell-fixed-expand {
    position: sticky;
    left: 0;
    box-sizing: border-box
}

.arco-table-tr-expand .arco-table-td .arco-table .arco-table-container {
    border: none
}

.arco-table-tr-expand .arco-table-td .arco-table .arco-table-th {
    border-bottom: 1px solid var(--color-border-1)
}

.arco-table-tr-expand .arco-table-td .arco-table .arco-table-th,
.arco-table-tr-expand .arco-table-td .arco-table .arco-table-td {
    background-color: transparent
}

.arco-table-tr-expand .arco-table-td .arco-table .arco-table-pagination {
    margin-bottom: 12px
}

.arco-table-th.arco-table-operation,
.arco-table-td.arco-table-operation {
    text-align: center
}

.arco-table-th.arco-table-operation .arco-table-cell,
.arco-table-td.arco-table-operation .arco-table-cell {
    display: flex;
    justify-content: center;
    padding: 0
}

.arco-table-radio,
.arco-table-checkbox {
    justify-content: center
}

.arco-table-checkbox .arco-checkbox,
.arco-table-radio .arco-radio {
    padding-left: 0
}

.arco-table-selection-checkbox-col,
.arco-table-selection-radio-col,
.arco-table-expand-col,
.arco-table-drag-handle-col {
    width: 40px;
    min-width: 40px;
    max-width: 40px
}

.arco-table-th {
    transition: background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-table-cell-with-sorter {
    display: flex;
    align-items: center;
    cursor: pointer
}

.arco-table-cell-with-sorter:hover {
    background-color: var(--color-bg-2)
}

.arco-table-cell-with-filter {
    display: flex;
    align-items: center
}

.arco-table-cell-next-ascend .arco-table-sorter-icon .arco-icon-caret-up,
.arco-table-cell-next-descend .arco-table-sorter-icon .arco-icon-caret-down {
    color: var(--color-neutral-6)
}

.arco-table-sorter {
    display: inline-block;
    margin-left: 8px;
    vertical-align: -3px
}

.arco-table-sorter.arco-table-sorter-direction-one {
    vertical-align: 0
}

.arco-table-sorter-icon {
    position: relative;
    width: 14px;
    height: 8px;
    overflow: hidden;
    line-height: 8px
}

.arco-table-sorter-icon .arco-icon-caret-up,
.arco-table-sorter-icon .arco-icon-caret-down {
    position: absolute;
    top: 50%;
    color: var(--color-text-3);
    font-size: 12px;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-table-sorter-icon .arco-icon-caret-up {
    top: -2px;
    left: 1px
}

.arco-table-sorter-icon .arco-icon-caret-down {
    top: -3px;
    left: 1px
}

.arco-table-sorter-icon.arco-table-sorter-icon-active svg {
    color: rgb(var(--primary-6))
}

.arco-table-filters {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 100%;
    line-height: 1;
    vertical-align: 0;
    background-color: transparent;
    cursor: pointer;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-table-filters:hover,
.arco-table-filters-open {
    background-color: var(--color-bg-2)
}

.arco-table-filters svg {
    color: var(--color-text-3);
    font-size: 16px;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-table-filters-active svg {
    color: rgb(var(--primary-6))
}

.arco-table-filters-align-left {
    position: relative;
    width: auto;
    margin-left: 8px
}

.arco-table-filters-align-left svg {
    font-size: 12px
}

.arco-table-filters-align-left:hover,
.arco-table-filters-align-left-open {
    background: none
}

.arco-table-filters-align-left:hover:before,
.arco-table-filters-align-left.arco-table-filters-open:before {
    background: var(--color-fill-4)
}

.arco-table-container {
    position: relative;
    border-radius: 8px 8px 0 0
}

.arco-table-header {
    flex-shrink: 0;
    border-radius: 8px 8px 0 0
}

.arco-table-container {
    box-sizing: border-box;
    width: 100%;
    min-height: 0
}

.arco-table-container .arco-table-content {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%
}

.arco-table-container .arco-table-content-scroll-x {
    overflow-x: auto;
    overflow-y: hidden
}

.arco-table-container:before,
.arco-table-container:after {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 100%;
    box-shadow: none;
    transition: box-shadow .1s cubic-bezier(0, 0, 1, 1);
    content: "";
    pointer-events: none
}

.arco-table-container:before {
    top: 0;
    left: 0;
    border-top-left-radius: 8px
}

.arco-table-container:after {
    top: 0;
    right: 0;
    border-top-right-radius: 8px
}

.arco-table-container:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-right:before,
.arco-table-container:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-middle:before {
    box-shadow: inset 6px 0 8px -3px #00000026
}

.arco-table-container:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-left:after,
.arco-table-container:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-middle:after {
    box-shadow: inset -6px 0 8px -3px #00000026
}

.arco-table-header {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: var(--color-bg-2);
    scrollbar-color: transparent transparent
}

.arco-table-header-sticky {
    position: sticky;
    top: 0;
    z-index: 100
}

.arco-table:not(.arco-table-empty) .arco-table-header::-webkit-scrollbar {
    height: 0;
    background-color: transparent
}

.arco-table.arco-table-empty .arco-table-header {
    overflow-x: auto
}

.arco-table-body {
    position: relative;
    width: 100%;
    min-height: 40px;
    overflow: auto;
    background-color: var(--color-bg-2)
}

.arco-table-border .arco-table-container {
    border-top: 1px solid var(--color-border-1);
    border-left: 1px solid var(--color-border-1)
}

.arco-table-border .arco-table-scroll-y {
    border-bottom: 1px solid var(--color-border-1)
}

.arco-table-border .arco-table-scroll-y .arco-table-body .arco-table-tr:last-of-type .arco-table-td,
.arco-table-border .arco-table-scroll-y tfoot .arco-table-tr:last-of-type .arco-table-td {
    border-bottom: none
}

.arco-table-border .arco-table-scroll-y .arco-table-body .arco-table-tr:last-of-type .arco-table-td.arco-table-col-fixed-left-last:after,
.arco-table-border .arco-table-scroll-y tfoot .arco-table-tr:last-of-type .arco-table-td.arco-table-col-fixed-left-last:after,
.arco-table-border .arco-table-scroll-y .arco-table-body .arco-table-tr:last-of-type .arco-table-td.arco-table-col-fixed-right-first:after,
.arco-table-border .arco-table-scroll-y tfoot .arco-table-tr:last-of-type .arco-table-td.arco-table-col-fixed-right-first:after {
    bottom: 0
}

.arco-table-border .arco-table-tr .arco-table-th {
    border-bottom: 1px solid var(--color-border-1)
}

.arco-table-border .arco-table-footer {
    border: 1px solid var(--color-border-1);
    border-top: 0
}

.arco-table-border:not(.arco-table-border-cell) .arco-table-container {
    border-right: 1px solid var(--color-border-1)
}

.arco-table-border-cell .arco-table-th,
.arco-table-border-cell .arco-table-td:not(.arco-table-tr-expand) {
    border-right: 1px solid var(--color-border-1)
}

.arco-table-border-cell .arco-table-th-resizing,
.arco-table-border-cell .arco-table-td-resizing:not(.arco-table-tr-expand) {
    border-right-color: rgb(var(--primary-6))
}

.arco-table-border-header-cell .arco-table-th {
    border-right: 1px solid var(--color-border-1);
    border-bottom: 1px solid var(--color-border-1)
}

.arco-table-border-header-cell .arco-table-th-resizing,
.arco-table-border-header-cell .arco-table-td-resizing:not(.arco-table-tr-expand) {
    border-right-color: rgb(var(--primary-6))
}

.arco-table-border.arco-table-border-header-cell thead .arco-table-tr:first-child .arco-table-th:last-child {
    border-right: 0
}

.arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
    border-right: 1px solid var(--color-border-1)
}

.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(2n) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),
.arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
    background-color: var(--color-bg-2)
}

.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(2n) .arco-table-td.arco-table-col-fixed-left:before,
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left:before,
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(2n) .arco-table-td.arco-table-col-fixed-right:before,
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-2);
    content: ""
}

.arco-table .arco-table-tr-draggable {
    cursor: move
}

.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),
.arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
    background-color: var(--color-bg-4)
}

.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-left:before,
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left:before,
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-right:before,
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-4);
    content: ""
}

.arco-table-hover .arco-table-tr-expand:not(.arco-table-tr-empty):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
    background-color: var(--color-fill-1)
}

.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
    background-color: transparent
}

.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td.arco-table-col-fixed-left:before,
.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td.arco-table-col-fixed-right:before {
    background-color: transparent
}

.arco-table-tfoot {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 100%;
    overflow-x: auto;
    background-color: var(--color-neutral-2);
    box-shadow: 0 -1px 0 var(--color-border-1);
    scrollbar-color: transparent transparent
}

.arco-table-tfoot::-webkit-scrollbar {
    height: 0;
    background-color: transparent
}

.arco-table tfoot .arco-table-td {
    background-color: var(--color-neutral-2)
}

.arco-table-tr-checked .arco-table-td {
    background-color: var(--color-bg-4)
}

.arco-table .arco-table-cell {
    padding: 12px 16px
}

.arco-table .arco-table-th,
.arco-table .arco-table-td {
    font-size: 14px
}

.arco-table .arco-table-footer {
    padding: 12px 16px
}

.arco-table .arco-table-tr-expand .arco-table-td .arco-table {
    margin: -12px -16px -13px
}

.arco-table .arco-table-editable-row .arco-table-cell-wrap-value {
    padding: 12px 16px
}

.arco-table-size-medium .arco-table-cell {
    padding: 7px 16px
}

.arco-table-size-medium .arco-table-th,
.arco-table-size-medium .arco-table-td {
    font-size: 14px
}

.arco-table-size-medium .arco-table-footer {
    padding: 7px 16px
}

.arco-table-size-medium .arco-table-tr-expand .arco-table-td .arco-table {
    margin: -7px -16px -8px
}

.arco-table-size-medium .arco-table-editable-row .arco-table-cell-wrap-value {
    padding: 7px 16px
}

.arco-table-size-small .arco-table-cell {
    padding: 5px 16px
}

.arco-table-size-small .arco-table-th,
.arco-table-size-small .arco-table-td {
    font-size: 14px
}

.arco-table-size-small .arco-table-footer {
    padding: 5px 16px
}

.arco-table-size-small .arco-table-tr-expand .arco-table-td .arco-table {
    margin: -5px -16px -6px
}

.arco-table-size-small .arco-table-editable-row .arco-table-cell-wrap-value {
    padding: 5px 16px
}

.arco-table-size-mini .arco-table-cell {
    padding: 2px 16px
}

.arco-table-size-mini .arco-table-th,
.arco-table-size-mini .arco-table-td {
    font-size: 12px
}

.arco-table-size-mini .arco-table-footer {
    padding: 2px 16px
}

.arco-table-size-mini .arco-table-tr-expand .arco-table-td .arco-table {
    margin: -2px -16px -3px
}

.arco-table-size-mini .arco-table-editable-row .arco-table-cell-wrap-value {
    padding: 2px 16px
}

.arco-table-virtualized .arco-table-element {
    table-layout: fixed
}

.arco-table-virtualized div.arco-table-body div.arco-table-tr {
    display: flex
}

.arco-table-virtualized div.arco-table-body div.arco-table-td {
    display: flex;
    flex: 1;
    align-items: center
}

.arco-table-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px
}

.arco-table-pagination-left {
    justify-content: flex-start
}

.arco-table-pagination-center {
    justify-content: center
}

.arco-table-pagination-top {
    margin-top: 0;
    margin-bottom: 12px
}

.arco-virtual-list>.arco-table-element {
    width: auto
}

.arco-icon-hover.arco-tabs-icon-hover:before {
    width: 16px;
    height: 16px
}

.arco-tabs .arco-tabs-icon-hover {
    color: var(--color-text-2);
    font-size: 12px;
    user-select: none
}

.arco-tabs-dropdown-icon {
    margin-left: 6px;
    font-size: 12px;
    user-select: none
}

.arco-tabs-tab-close-btn {
    margin-left: 8px;
    user-select: none
}

.arco-tabs-nav-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: 12px;
    user-select: none
}

.arco-tabs-add {
    position: relative
}

.arco-tabs-nav-button-left {
    margin-right: 6px;
    margin-left: 10px
}

.arco-tabs-nav-button-right {
    margin-right: 10px;
    margin-left: 6px
}

.arco-tabs-nav-button-up {
    margin-bottom: 10px
}

.arco-tabs-nav-button-down {
    margin-top: 10px
}

.arco-tabs-nav-button-disabled {
    color: var(--color-text-4);
    cursor: not-allowed
}

.arco-tabs {
    position: relative;
    overflow: hidden
}

.arco-tabs-nav {
    position: relative;
    flex-shrink: 0
}

.arco-tabs-nav:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    clear: both;
    height: 1px;
    background-color: var(--color-border-1);
    content: ""
}

.arco-tabs-nav-tab {
    display: flex;
    flex: 1;
    overflow: hidden
}

.arco-tabs-nav-tab-list {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    transition: transform .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tabs-nav-extra {
    display: flex;
    align-items: center;
    width: auto;
    line-height: 32px
}

.arco-tabs-nav-extra .arco-tabs-nav-add-btn {
    padding-left: 0
}

.arco-tabs-tab {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 4px 0;
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 1.5715;
    outline: none;
    cursor: pointer;
    transition: color .2s cubic-bezier(0, 0, 1, 1)
}

.arco-tabs-tab-title {
    display: inline-block
}

.arco-tabs-tab:hover {
    color: var(--color-text-2);
    font-weight: 400
}

.arco-tabs-tab-disabled,
.arco-tabs-tab-disabled:hover {
    color: var(--color-text-3);
    cursor: not-allowed
}

.arco-tabs-tab-active,
.arco-tabs-tab-active:hover {
    color: var(--color-text-1);
    font-weight: 500
}

.arco-tabs-tab-active.arco-tabs-tab-disabled,
.arco-tabs-tab-active:hover.arco-tabs-tab-disabled {
    color: var(--color-primary-light-3)
}

.arco-tabs-nav-ink {
    position: absolute;
    top: initial;
    right: initial;
    bottom: 0;
    height: 2px;
    background-color: rgb(var(--primary-6));
    transition: left .2s cubic-bezier(.34, .69, .1, 1), width .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tabs-nav-ink.arco-tabs-header-ink-no-animation {
    transition: none
}

.arco-tabs-nav-ink-disabled {
    background-color: var(--color-primary-light-3)
}

.arco-tabs-nav-type-line .arco-tabs-nav-extra {
    line-height: 40px
}

.arco-tabs-nav-type-line .arco-tabs-tab {
    margin: 0 20px;
    padding: 8px 0;
    line-height: 1.5715
}

.arco-tabs-nav-type-line .arco-tabs-tab-title {
    position: relative;
    display: inline-block;
    padding: 1px 0
}

.arco-tabs-nav-type-line .arco-tabs-tab-title:before {
    position: absolute;
    inset: 0 -8px;
    z-index: -1;
    background-color: transparent;
    border-radius: 2px;
    opacity: 1;
    transition: background-color, opacity .2s cubic-bezier(0, 0, 1, 1);
    content: ""
}

.arco-tabs-nav-type-line .arco-tabs-tab:hover .arco-tabs-tab-title:before {
    background-color: var(--color-bg-2)
}

.arco-tabs-nav-type-line .arco-tabs-tab-active .arco-tabs-tab-title:before,
.arco-tabs-nav-type-line .arco-tabs-tab-active:hover .arco-tabs-tab-title:before {
    background-color: transparent
}

.arco-tabs-nav-type-line .arco-tabs-tab-disabled .arco-tabs-tab-title:before,
.arco-tabs-nav-type-line .arco-tabs-tab-disabled:hover .arco-tabs-tab-title:before {
    opacity: 0
}

.arco-tabs-nav-type-line .arco-tabs-tab:focus-visible .arco-tabs-tab-title:before {
    border: 2px solid rgb(var(--primary-6))
}

.arco-tabs-nav-type-line.arco-tabs-nav-horizontal>.arco-tabs-tab:first-of-type {
    margin-left: 16px
}

.arco-tabs-nav-type-line.arco-tabs-nav-horizontal .arco-tabs-nav-tab-list-no-padding>.arco-tabs-tab:first-of-type,
.arco-tabs-nav-text.arco-tabs-nav-horizontal .arco-tabs-nav-tab-list-no-padding>.arco-tabs-tab:first-of-type {
    margin-left: 0
}

.arco-tabs-nav-type-card .arco-tabs-tab,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
    position: relative;
    padding: 4px 16px;
    font-size: 14px;
    border: 1px solid var(--color-border-1);
    transition: padding .2s cubic-bezier(0, 0, 1, 1), color .2s cubic-bezier(0, 0, 1, 1)
}

.arco-tabs-nav-type-card .arco-tabs-tab-closable,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab-closable {
    padding-right: 12px
}

.arco-tabs-nav-type-card .arco-tabs-tab-closable:not(.arco-tabs-tab-active):hover .arco-icon-hover:hover:before,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab-closable:not(.arco-tabs-tab-active):hover .arco-icon-hover:hover:before {
    background-color: var(--color-fill-4)
}

.arco-tabs-nav-type-card .arco-tabs-tab:focus-visible:before,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab:focus-visible:before {
    position: absolute;
    inset: -1px 0 -1px -1px;
    border: 2px solid rgb(var(--primary-6));
    content: ""
}

.arco-tabs-nav-type-card .arco-tabs-tab:last-child:focus-visible:before,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab:last-child:focus-visible:before {
    right: -1px
}

.arco-tabs-nav-type-card .arco-tabs-nav-add-btn,
.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn {
    height: 32px
}

.arco-tabs-nav-type-card .arco-tabs-tab {
    background-color: var(--color-bg-2);
    border-right: none
}

.arco-tabs-nav-type-card .arco-tabs-tab:last-child {
    border-right: 1px solid var(--color-border-1);
    border-top-right-radius: var(--border-radius-small)
}

.arco-tabs-nav-type-card .arco-tabs-tab:first-child {
    border-top-left-radius: var(--border-radius-small)
}

.arco-tabs-nav-type-card .arco-tabs-tab:hover {
    background-color: var(--color-bg-4)
}

.arco-tabs-nav-type-card .arco-tabs-tab-disabled,
.arco-tabs-nav-type-card .arco-tabs-tab-disabled:hover {
    background-color: var(--color-bg-3)
}

.arco-tabs-nav-type-card .arco-tabs-tab-active,
.arco-tabs-nav-type-card .arco-tabs-tab-active:hover {
    background-color: var(--color-bg-4);
    border-bottom-color: var(--color-bg-2)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
    margin-left: 4px;
    background-color: var(--color-bg-2);
    border-right: 1px solid var(--color-border-1);
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab:hover {
    background-color: var(--color-fill-3)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab-disabled,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab-disabled:hover {
    background-color: var(--color-bg-3)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab-active,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab-active:hover {
    background-color: var(--color-bg-4);
    border-bottom-color: var(--color-bg-2)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab:first-child {
    margin-left: 0
}

.arco-tabs-nav-type-text:before {
    display: none
}

.arco-tabs-nav-type-text .arco-tabs-tab {
    position: relative;
    margin: 0 9px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.5715
}

.arco-tabs-nav-type-text .arco-tabs-tab:not(:first-of-type):before {
    position: absolute;
    top: 50%;
    left: -9px;
    display: block;
    width: 2px;
    height: 12px;
    background-color: var(--color-fill-3);
    transform: translateY(-50%);
    content: ""
}

.arco-tabs-nav-type-text .arco-tabs-tab-title {
    padding-right: 8px;
    padding-left: 8px;
    background-color: transparent
}

.arco-tabs-nav-type-text .arco-tabs-tab-title:hover {
    background-color: var(--color-fill-2)
}

.arco-tabs-nav-type-text .arco-tabs-tab-active .arco-tabs-tab-title,
.arco-tabs-nav-type-text .arco-tabs-tab-active .arco-tabs-tab-title:hover,
.arco-tabs-nav-type-text .arco-tabs-tab-disabled .arco-tabs-tab-title,
.arco-tabs-nav-type-text .arco-tabs-tab-disabled .arco-tabs-tab-title:hover {
    background-color: transparent
}

.arco-tabs-nav-type-text .arco-tabs-tab-active.arco-tabs-nav-type-text .arco-tabs-tab-disabled .arco-tabs-tab-title,
.arco-tabs-nav-type-text .arco-tabs-tab-active.arco-tabs-nav-type-text .arco-tabs-tab-disabled .arco-tabs-tab-title:hover {
    background-color: var(--color-primary-light-3)
}

.arco-tabs-nav-type-text .arco-tabs-tab:focus-visible .arco-tabs-tab-title {
    margin: -2px;
    border: 2px solid rgb(var(--primary-6))
}

.arco-tabs-nav-type-rounded:before {
    display: none
}

.arco-tabs-nav-type-rounded .arco-tabs-tab {
    margin: 0 6px;
    padding: 9px 16px;
    font-size: 14px;
    background-color: transparent;
    border-radius: 40px
}

.arco-tabs-nav-type-rounded .arco-tabs-tab:hover {
    background-color: var(--color-bg-4)
}

.arco-tabs-nav-type-rounded .arco-tabs-tab-disabled:hover {
    background-color: transparent
}

.arco-tabs-nav-type-rounded .arco-tabs-tab-active,
.arco-tabs-nav-type-rounded .arco-tabs-tab-active:hover {
    background-color: var(--color-bg-4)
}

.arco-tabs-nav-type-rounded .arco-tabs-tab:focus-visible {
    border-color: rgb(var(--primary-6))
}

.arco-tabs-nav-type-capsule:before {
    display: none
}

.arco-tabs-nav-type-capsule .arco-tabs-nav-tab:not(.arco-tabs-nav-tab-scroll) {
    justify-content: flex-end
}

.arco-tabs-nav-type-capsule .arco-tabs-nav-tab-list {
    padding: 3px;
    line-height: 1;
    background-color: var(--color-bg-2);
    border-radius: var(--border-radius-small)
}

.arco-tabs-nav-type-capsule .arco-tabs-tab {
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    line-height: 26px;
    background-color: transparent
}

.arco-tabs-nav-type-capsule .arco-tabs-tab:hover {
    background-color: var(--color-bg-2)
}

.arco-tabs-nav-type-capsule .arco-tabs-tab-disabled:hover {
    background-color: unset
}

.arco-tabs-nav-type-capsule .arco-tabs-tab-active,
.arco-tabs-nav-type-capsule .arco-tabs-tab-active:hover {
    background-color: var(--color-bg-2)
}

.arco-tabs-nav-type-capsule .arco-tabs-tab-active:before,
.arco-tabs-nav-type-capsule .arco-tabs-tab-active:hover:before,
.arco-tabs-nav-type-capsule .arco-tabs-tab-active+.arco-tabs-tab:before,
.arco-tabs-nav-type-capsule .arco-tabs-tab-active:hover+.arco-tabs-tab:before {
    opacity: 0
}

.arco-tabs-nav-type-capsule .arco-tabs-tab:focus-visible {
    border-color: rgb(var(--primary-6))
}

.arco-tabs-nav-type-capsule.arco-tabs-nav-horizontal .arco-tabs-tab:not(:first-of-type) {
    margin-left: 3px
}

.arco-tabs-nav-type-capsule.arco-tabs-nav-horizontal .arco-tabs-tab:not(:first-of-type):before {
    position: absolute;
    top: 50%;
    left: -4px;
    display: block;
    width: 1px;
    height: 14px;
    background-color: var(--color-fill-3);
    transform: translateY(-50%);
    transition: all .2s cubic-bezier(0, 0, 1, 1);
    content: ""
}

.arco-tabs-nav {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.arco-tabs-content {
    box-sizing: border-box;
    width: 100%;
    padding-top: 16px;
    overflow: hidden
}

.arco-tabs-content-hide {
    display: none
}

.arco-tabs-content .arco-tabs-content-list {
    display: flex;
    width: 100%
}

.arco-tabs-content .arco-tabs-content-item {
    flex-shrink: 0;
    width: 100%;
    height: 0;
    overflow: hidden
}

.arco-tabs-content .arco-tabs-content-item.arco-tabs-content-item-active {
    height: auto
}

.arco-tabs-type-card>.arco-tabs-content,
.arco-tabs-type-card-gutter>.arco-tabs-content {
    border: 1px solid var(--color-border-1);
    border-top: none
}

.arco-tabs-content-animation {
    transition: all .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tabs-horizontal.arco-tabs-justify {
    display: flex;
    flex-direction: column;
    height: 100%
}

.arco-tabs-horizontal.arco-tabs-justify .arco-tabs-content,
.arco-tabs-horizontal.arco-tabs-justify .arco-tabs-content-list,
.arco-tabs-horizontal.arco-tabs-justify .arco-tabs-pane {
    height: 100%
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-line .arco-tabs-tab {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-line .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 32px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-card .arco-tabs-tab,
.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-card .arco-tabs-nav-extra,
.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 24px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-card .arco-tabs-nav-add-btn,
.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn {
    height: 24px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-capsule .arco-tabs-tab {
    font-size: 12px;
    line-height: 18px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-capsule .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 24px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-rounded .arco-tabs-tab {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-rounded .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 24px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-line .arco-tabs-tab {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-line .arco-tabs-nav-extra {
    font-size: 14px;
    line-height: 36px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-tab,
.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-nav-extra,
.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra {
    font-size: 14px;
    line-height: 28px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-nav-add-btn,
.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn {
    height: 28px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-capsule .arco-tabs-tab {
    font-size: 14px;
    line-height: 22px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-capsule .arco-tabs-nav-extra {
    font-size: 14px;
    line-height: 28px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-rounded .arco-tabs-tab {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-rounded .arco-tabs-nav-extra {
    font-size: 14px;
    line-height: 28px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-line .arco-tabs-tab {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-line .arco-tabs-nav-extra {
    font-size: 16px;
    line-height: 44px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-tab,
.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-nav-extra,
.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra {
    font-size: 14px;
    line-height: 36px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-nav-add-btn,
.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn {
    height: 36px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-capsule .arco-tabs-tab {
    font-size: 14px;
    line-height: 30px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-capsule .arco-tabs-nav-extra {
    font-size: 14px;
    line-height: 36px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-rounded .arco-tabs-tab {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-rounded .arco-tabs-nav-extra {
    font-size: 14px;
    line-height: 36px
}

.arco-tabs-nav-vertical {
    float: left;
    height: 100%
}

.arco-tabs-nav-vertical:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: initial;
    clear: both;
    width: 1px;
    height: 100%
}

.arco-tabs-nav-vertical .arco-tabs-nav-add-btn {
    height: auto;
    margin-top: 8px;
    margin-left: 0;
    padding: 0 16px
}

.arco-tabs-nav-right {
    float: right
}

.arco-tabs-nav-vertical {
    flex-direction: column
}

.arco-tabs-nav-vertical .arco-tabs-nav-tab {
    flex-direction: column;
    height: 100%
}

.arco-tabs-nav-vertical .arco-tabs-nav-ink {
    position: absolute;
    right: 0;
    bottom: initial;
    left: initial;
    width: 2px;
    transition: top .2s cubic-bezier(.34, .69, .1, 1), height .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tabs-nav-vertical .arco-tabs-nav-tab-list {
    height: auto
}

.arco-tabs-nav-vertical .arco-tabs-nav-tab-list-overflow-scroll {
    padding: 6px 0
}

.arco-tabs-nav-vertical .arco-tabs-tab {
    display: block;
    margin: 12px 0 0;
    white-space: nowrap
}

.arco-tabs-nav-vertical .arco-tabs-tab:first-of-type {
    margin-top: 0
}

.arco-tabs-nav-right:before {
    right: unset;
    left: 0
}

.arco-tabs-nav-right .arco-tabs-nav-ink {
    right: unset;
    left: 0
}

.arco-tabs-nav-vertical {
    position: relative;
    box-sizing: border-box;
    height: 100%
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-line .arco-tabs-tab {
    padding: 0 20px
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab {
    position: relative;
    margin: 0;
    border: 1px solid var(--color-border-1);
    border-bottom-color: transparent
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab:first-child {
    border-top-left-radius: var(--border-radius-small)
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab-active,
.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab-active:hover {
    border-right-color: var(--color-bg-2);
    border-bottom-color: transparent
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab:last-child {
    border-bottom: 1px solid var(--color-border-1);
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
    position: relative;
    margin-left: 0;
    border-radius: var(--border-radius-small) 0 0 var(--border-radius-small)
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card-gutter .arco-tabs-tab:not(:first-of-type) {
    margin-top: 4px
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card-gutter .arco-tabs-tab-active,
.arco-tabs-nav-vertical.arco-tabs-nav-type-card-gutter .arco-tabs-tab-active:hover {
    border-right-color: var(--color-bg-2);
    border-bottom-color: var(--color-border-1)
}

.arco-tabs-vertical .arco-tabs-content {
    width: auto;
    height: 100%;
    padding: 0
}

.arco-tabs-right.arco-tabs-vertical .arco-tabs-content {
    padding-right: 16px
}

.arco-tabs-left.arco-tabs-vertical .arco-tabs-content {
    padding-left: 16px
}

.arco-tabs-vertical.arco-tabs-type-card>.arco-tabs-content,
.arco-tabs-vertical.arco-tabs-type-card-gutter>.arco-tabs-content {
    border: 1px solid var(--color-border-1);
    border-left: none
}

body[arco-theme=dark] .arco-tabs-nav-type-capsule .arco-tabs-tab-active,
body[arco-theme=dark] .arco-tabs-nav-type-capsule .arco-tabs-tab:hover {
    background-color: var(--color-fill-3)
}

.arco-tag {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    height: 24px;
    padding: 0 8px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-tag .arco-icon-hover.arco-tag-icon-hover:before {
    width: 16px;
    height: 16px
}

.arco-tag .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: var(--color-fill-3)
}

.arco-tag-checkable {
    cursor: pointer;
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-tag-checkable:hover {
    background-color: var(--color-fill-2)
}

.arco-tag-checked {
    background-color: var(--color-bg-tag);
    border-color: transparent
}

.arco-tag-checkable.arco-tag-checked:hover {
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-tag-bordered,
.arco-tag-checkable.arco-tag-checked.arco-tag-bordered:hover {
    border-color: var(--color-border-2)
}

.arco-tag-size-small {
    height: 20px;
    font-size: 12px;
    line-height: 18px
}

.arco-tag-size-medium {
    height: 24px;
    font-size: 12px;
    line-height: 22px
}

.arco-tag-size-large {
    height: 32px;
    font-size: 14px;
    line-height: 30px
}

.arco-tag-hide {
    display: none
}

.arco-tag-loading {
    cursor: default;
    opacity: .8
}

.arco-tag-icon {
    margin-right: 4px;
    color: var(--color-text-2)
}

.arco-tag.arco-tag-checked.arco-tag-red {
    color: rgb(var(--red-6));
    background-color: rgb(var(--red-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-red .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--red-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-red.arco-tag:hover {
    background-color: rgb(var(--red-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-red.arco-tag-bordered,
.arco-tag-checked.arco-tag-red.arco-tag-bordered:hover {
    border-color: rgb(var(--red-6))
}

.arco-tag.arco-tag-checked.arco-tag-red .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-red .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-red .arco-tag-loading-icon {
    color: rgb(var(--red-6))
}

.arco-tag.arco-tag-checked.arco-tag-orangered {
    color: rgb(var(--orangered-6));
    background-color: rgb(var(--orangered-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-orangered .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--orangered-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-orangered.arco-tag:hover {
    background-color: rgb(var(--orangered-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-orangered.arco-tag-bordered,
.arco-tag-checked.arco-tag-orangered.arco-tag-bordered:hover {
    border-color: rgb(var(--orangered-6))
}

.arco-tag.arco-tag-checked.arco-tag-orangered .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-orangered .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-orangered .arco-tag-loading-icon {
    color: rgb(var(--orangered-6))
}

.arco-tag.arco-tag-checked.arco-tag-orange {
    color: rgb(var(--orange-6));
    background-color: rgb(var(--orange-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-orange .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--orange-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-orange.arco-tag:hover {
    background-color: rgb(var(--orange-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-orange.arco-tag-bordered,
.arco-tag-checked.arco-tag-orange.arco-tag-bordered:hover {
    border-color: rgb(var(--orange-6))
}

.arco-tag.arco-tag-checked.arco-tag-orange .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-orange .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-orange .arco-tag-loading-icon {
    color: rgb(var(--orange-6))
}

.arco-tag.arco-tag-checked.arco-tag-gold {
    color: rgb(var(--gold-6));
    background-color: rgb(var(--gold-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-gold .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--gold-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-gold.arco-tag:hover {
    background-color: rgb(var(--gold-3));
    border-color: transparent
}

.arco-tag-checked.arco-tag-gold.arco-tag-bordered,
.arco-tag-checked.arco-tag-gold.arco-tag-bordered:hover {
    border-color: rgb(var(--gold-6))
}

.arco-tag.arco-tag-checked.arco-tag-gold .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-gold .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-gold .arco-tag-loading-icon {
    color: rgb(var(--gold-6))
}

.arco-tag.arco-tag-checked.arco-tag-lime {
    color: rgb(var(--lime-6));
    background-color: rgb(var(--lime-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-lime .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: var(--color-fill-1)
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-lime.arco-tag:hover {
    background-color: var(--color-fill-1);
    border-color: var(--color-border-2)
}

.arco-tag-checked.arco-tag-lime.arco-tag-bordered,
.arco-tag-checked.arco-tag-lime.arco-tag-bordered:hover {
    border-color: var(--color-border-2)
}

.arco-tag.arco-tag-checked.arco-tag-lime .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-lime .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-lime .arco-tag-loading-icon {
    color: rgb(var(--lime-6))
}

.arco-tag.arco-tag-checked.arco-tag-green {
    color: rgb(var(--green-6));
    background-color: rgb(var(--green-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-green .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--green-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-green.arco-tag:hover {
    background-color: rgb(var(--green-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-green.arco-tag-bordered,
.arco-tag-checked.arco-tag-green.arco-tag-bordered:hover {
    border-color: rgb(var(--green-6))
}

.arco-tag.arco-tag-checked.arco-tag-green .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-green .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-green .arco-tag-loading-icon {
    color: rgb(var(--green-6))
}

.arco-tag.arco-tag-checked.arco-tag-cyan {
    color: rgb(var(--cyan-6));
    background-color: rgb(var(--cyan-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-cyan .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--cyan-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-cyan.arco-tag:hover {
    background-color: rgb(var(--cyan-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-cyan.arco-tag-bordered,
.arco-tag-checked.arco-tag-cyan.arco-tag-bordered:hover {
    border-color: rgb(var(--cyan-6))
}

.arco-tag.arco-tag-checked.arco-tag-cyan .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-cyan .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-cyan .arco-tag-loading-icon {
    color: rgb(var(--cyan-6))
}

.arco-tag.arco-tag-checked.arco-tag-blue {
    color: rgb(var(--blue-6));
    background-color: rgb(var(--blue-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-blue .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--blue-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-blue.arco-tag:hover {
    background-color: rgb(var(--blue-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-blue.arco-tag-bordered,
.arco-tag-checked.arco-tag-blue.arco-tag-bordered:hover {
    border-color: rgb(var(--blue-6))
}

.arco-tag.arco-tag-checked.arco-tag-blue .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-blue .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-blue .arco-tag-loading-icon {
    color: rgb(var(--blue-6))
}

.arco-tag.arco-tag-checked.arco-tag-arcoblue {
    color: rgb(var(--arcoblue-6));
    background-color: rgb(var(--arcoblue-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-arcoblue .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--arcoblue-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-arcoblue.arco-tag:hover {
    background-color: rgb(var(--arcoblue-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-arcoblue.arco-tag-bordered,
.arco-tag-checked.arco-tag-arcoblue.arco-tag-bordered:hover {
    border-color: rgb(var(--arcoblue-6))
}

.arco-tag.arco-tag-checked.arco-tag-arcoblue .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-arcoblue .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-arcoblue .arco-tag-loading-icon {
    color: rgb(var(--arcoblue-6))
}

.arco-tag.arco-tag-checked.arco-tag-purple {
    color: rgb(var(--purple-6));
    background-color: rgb(var(--purple-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-purple .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--purple-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-purple.arco-tag:hover {
    background-color: rgb(var(--purple-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-purple.arco-tag-bordered,
.arco-tag-checked.arco-tag-purple.arco-tag-bordered:hover {
    border-color: rgb(var(--purple-6))
}

.arco-tag.arco-tag-checked.arco-tag-purple .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-purple .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-purple .arco-tag-loading-icon {
    color: rgb(var(--purple-6))
}

.arco-tag.arco-tag-checked.arco-tag-pinkpurple {
    color: rgb(var(--pinkpurple-6));
    background-color: rgb(var(--pinkpurple-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-pinkpurple .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--pinkpurple-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-pinkpurple.arco-tag:hover {
    background-color: rgb(var(--pinkpurple-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-pinkpurple.arco-tag-bordered,
.arco-tag-checked.arco-tag-pinkpurple.arco-tag-bordered:hover {
    border-color: rgb(var(--pinkpurple-6))
}

.arco-tag.arco-tag-checked.arco-tag-pinkpurple .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-pinkpurple .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-pinkpurple .arco-tag-loading-icon {
    color: rgb(var(--pinkpurple-6))
}

.arco-tag.arco-tag-checked.arco-tag-magenta {
    color: rgb(var(--magenta-6));
    background-color: rgb(var(--magenta-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-magenta .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--magenta-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-magenta.arco-tag:hover {
    background-color: rgb(var(--magenta-2));
    border-color: transparent
}

.arco-tag-checked.arco-tag-magenta.arco-tag-bordered,
.arco-tag-checked.arco-tag-magenta.arco-tag-bordered:hover {
    border-color: rgb(var(--magenta-6))
}

.arco-tag.arco-tag-checked.arco-tag-magenta .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-magenta .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-magenta .arco-tag-loading-icon {
    color: rgb(var(--magenta-6))
}

.arco-tag.arco-tag-checked.arco-tag-gray {
    color: var(--color-text-2);
    background-color: var(--color-bg-2);
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-gray .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--gray-3))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-gray.arco-tag:hover {
    background-color: rgb(var(--gray-3));
    border-color: transparent
}

.arco-tag-checked.arco-tag-gray.arco-tag-bordered,
.arco-tag-checked.arco-tag-gray.arco-tag-bordered:hover {
    border-color: rgb(var(--gray-6))
}

.arco-tag.arco-tag-checked.arco-tag-gray .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-gray .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-gray .arco-tag-loading-icon {
    color: var(--color-text-3)
}

.arco-tag.arco-tag-custom-color {
    color: var(--color-white)
}

.arco-tag.arco-tag-custom-color .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: #fff3
}

.arco-tag .arco-tag-close-btn {
    margin-left: 4px;
    font-size: 12px
}

.arco-tag .arco-tag-close-btn>svg {
    position: relative
}

.arco-tag .arco-tag-loading-icon {
    margin-left: 4px;
    font-size: 12px
}

body[arco-theme=dark] .arco-tag-checked {
    color: #ffffffe6
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-red {
    background-color: rgba(var(--red-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-red .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--red-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-red:hover {
    background-color: rgba(var(--red-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-orangered {
    background-color: rgba(var(--orangered-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-orangered .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--orangered-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-orangered:hover {
    background-color: rgba(var(--orangered-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-orange {
    background-color: rgba(var(--orange-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-orange .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--orange-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-orange:hover {
    background-color: rgba(var(--orange-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-gold {
    background-color: rgba(var(--gold-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-gold .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--gold-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-gold:hover {
    background-color: rgba(var(--gold-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-lime {
    background-color: rgba(var(--lime-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-lime .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--lime-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-lime:hover {
    background-color: rgba(var(--lime-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-green {
    background-color: rgba(var(--green-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-green .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--green-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-green:hover {
    background-color: rgba(var(--green-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-cyan {
    background-color: rgba(var(--cyan-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-cyan .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--cyan-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-cyan:hover {
    background-color: rgba(var(--cyan-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-blue {
    background-color: rgba(var(--blue-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-blue .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--blue-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-blue:hover {
    background-color: rgba(var(--blue-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-arcoblue {
    background-color: rgba(var(--arcoblue-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-arcoblue .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--arcoblue-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-arcoblue:hover {
    background-color: rgba(var(--arcoblue-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-purple {
    background-color: rgba(var(--purple-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-purple .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--purple-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-purple:hover {
    background-color: rgba(var(--purple-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-pinkpurple {
    background-color: rgba(var(--pinkpurple-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-pinkpurple .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--pinkpurple-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-pinkpurple:hover {
    background-color: rgba(var(--pinkpurple-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-magenta {
    background-color: rgba(var(--magenta-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-magenta .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--magenta-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-magenta:hover {
    background-color: rgba(var(--magenta-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-gray {
    background-color: rgba(var(--gray-6), .2)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-gray .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--gray-6), .35)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-gray:hover {
    background-color: rgba(var(--gray-6), .35)
}

.arco-textarea-wrapper {
    display: inline-flex;
    box-sizing: border-box;
    color: var(--color-text-1);
    font-size: 14px;
    background-color: var(--color-bg-4);
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: text;
    transition: color .1s cubic-bezier(0, 0, 1, 1), border-color .1s cubic-bezier(0, 0, 1, 1), background-color .1s cubic-bezier(0, 0, 1, 1);
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden
}

.arco-textarea-wrapper:hover {
    background-color: var(--color-bg-4);
    border-color: transparent
}

.arco-textarea-wrapper:focus-within,
.arco-textarea-wrapper.arco-textarea-focus {
    z-index: 1;
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-textarea-wrapper.arco-textarea-disabled {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent;
    cursor: not-allowed
}

.arco-textarea-wrapper.arco-textarea-disabled:hover {
    color: var(--color-text-3);
    background-color: var(--color-bg-5);
    border-color: transparent
}

.arco-textarea-wrapper.arco-textarea-disabled .arco-textarea-prefix,
.arco-textarea-wrapper.arco-textarea-disabled .arco-textarea-suffix {
    color: inherit
}

.arco-textarea-wrapper.arco-textarea-error,
.arco-textarea-wrapper.arco-textarea-error:hover {
    background-color: var(--color-bg-4);
    border-color: var(--color-border-3)
}

.arco-textarea-wrapper.arco-textarea-error:focus-within,
.arco-textarea-wrapper.arco-textarea-error.arco-textarea-wrapper-focus {
    z-index: 1;
    background-color: var(--color-bg-4);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-textarea-wrapper .arco-textarea-prefix,
.arco-textarea-wrapper .arco-textarea-suffix {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    user-select: none
}

.arco-textarea-wrapper .arco-textarea-prefix>svg,
.arco-textarea-wrapper .arco-textarea-suffix>svg {
    font-size: 16px
}

.arco-textarea-wrapper .arco-textarea-prefix {
    padding-right: 16px;
    color: var(--color-text-2)
}

.arco-textarea-wrapper .arco-textarea-suffix {
    padding-left: 16px;
    color: var(--color-text-2)
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-textarea-wrapper .arco-textarea-clear-btn {
    align-self: center;
    color: var(--color-text-2);
    font-size: 16px;
    visibility: hidden;
    cursor: pointer
}

.arco-textarea-wrapper .arco-textarea-clear-btn>svg {
    position: relative;
    transition: color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-textarea-wrapper:hover .arco-textarea-clear-btn {
    visibility: visible
}

.arco-textarea-wrapper:not(.arco-textarea-focus) .arco-textarea-icon-hover:hover:before {
    background-color: var(--color-bg-4)
}

.arco-textarea-wrapper .arco-textarea-word-limit {
    position: absolute;
    right: 10px;
    bottom: 6px;
    color: var(--color-text-3);
    font-size: 12px;
    user-select: none
}

.arco-textarea-wrapper.arco-textarea-scroll .arco-textarea-word-limit {
    right: 25px
}

.arco-textarea-wrapper .arco-textarea-clear-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.arco-textarea-wrapper.arco-textarea-scroll .arco-textarea-clear-btn {
    right: 25px
}

.arco-textarea-wrapper:hover .arco-textarea-clear-btn {
    display: block
}

.arco-textarea-wrapper .arco-textarea-mirror {
    position: absolute;
    visibility: hidden
}

.arco-textarea {
    width: 100%;
    color: inherit;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    box-sizing: border-box;
    height: 100%;
    min-height: 40px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.5715;
    vertical-align: top;
    resize: vertical
}

.arco-textarea::placeholder {
    color: var(--color-text-2)
}

.arco-textarea[disabled]::placeholder {
    color: var(--color-text-3)
}

.arco-textarea[disabled] {
    -webkit-text-fill-color: var(--color-text-3)
}

.arco-timepicker {
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 0
}

.arco-timepicker-container {
    overflow: hidden;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-border-1);
    border-radius: 2px;
    box-shadow: 0 2px 5px #0000001a
}

.arco-timepicker-column {
    box-sizing: border-box;
    width: 64px;
    height: 224px;
    overflow: hidden
}

.arco-timepicker-column:not(:last-child) {
    border-right: 1px solid var(--color-border-1)
}

.arco-timepicker-column:hover {
    overflow-y: auto
}

.arco-timepicker-column ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-timepicker-column ul:after {
    display: block;
    width: 100%;
    height: 192px;
    content: ""
}

.arco-timepicker-cell {
    padding: 4px 0;
    color: var(--color-text-1);
    font-weight: 500;
    cursor: pointer
}

.arco-timepicker-cell-inner {
    height: 24px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px
}

.arco-timepicker-cell:not(.arco-timepicker-cell-selected):not(.arco-timepicker-cell-disabled):hover .arco-timepicker-cell-inner {
    background-color: var(--color-bg-3)
}

.arco-timepicker-cell-selected .arco-timepicker-cell-inner {
    font-weight: 500;
    background-color: var(--color-bg-4)
}

.arco-timepicker-cell-disabled {
    color: var(--color-text-3);
    cursor: not-allowed
}

.arco-timepicker-footer-extra-wrapper {
    padding: 8px;
    color: var(--color-text-1);
    font-size: 12px;
    border-top: 1px solid var(--color-border-1)
}

.arco-timepicker-footer-btn-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-top: 1px solid var(--color-border-1)
}

.arco-timepicker-footer-btn-wrapper :only-child {
    margin-left: auto
}

.arco-timeline {
    display: flex;
    flex-direction: column
}

.arco-timeline-item {
    position: relative;
    min-height: 78px;
    padding-left: 6px;
    color: var(--color-text-1);
    font-size: 14px
}

.arco-timeline-item-label {
    color: var(--color-text-2);
    font-size: 12px;
    line-height: 1.667
}

.arco-timeline-item-content {
    margin-bottom: 4px;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 1.5715
}

.arco-timeline-item-content-wrapper {
    position: relative;
    margin-left: 16px
}

.arco-timeline-item.arco-timeline-item-last>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-line {
    display: none
}

.arco-timeline-item-dot-wrapper {
    position: absolute;
    left: 0;
    height: 100%;
    text-align: center
}

.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content {
    position: relative;
    width: 6px;
    height: 22.001px;
    line-height: 22.001px
}

.arco-timeline-item-dot {
    position: relative;
    top: 50%;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    margin-top: -50%;
    color: rgb(var(--primary-6));
    border-radius: var(--border-radius-circle)
}

.arco-timeline-item-dot-solid {
    background-color: rgb(var(--primary-6))
}

.arco-timeline-item-dot-hollow {
    background-color: var(--color-bg-2);
    border: 2px solid rgb(var(--primary-6))
}

.arco-timeline-item-dot-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    box-sizing: border-box;
    color: rgb(var(--primary-6));
    background-color: var(--color-bg-2);
    transform: translate(-50%) translateY(-50%);
    transform-origin: center
}

.arco-timeline-item-dot-custom svg {
    color: inherit
}

.arco-timeline-item-dot-line {
    position: absolute;
    top: 18.0005px;
    bottom: -4.0005px;
    left: 50%;
    box-sizing: border-box;
    width: 1px;
    border-color: var(--color-border-1);
    border-left-width: 1px;
    transform: translate(-50%)
}

.arco-timeline-is-reverse {
    flex-direction: column-reverse
}

.arco-timeline-alternate {
    overflow: hidden
}

.arco-timeline-alternate .arco-timeline-item-vertical-left {
    padding-left: 0
}

.arco-timeline-alternate .arco-timeline-item-vertical-left>.arco-timeline-item-dot-wrapper {
    left: 50%
}

.arco-timeline-alternate .arco-timeline-item-vertical-left>.arco-timeline-item-content-wrapper {
    left: 50%;
    width: 50%;
    margin-left: 22px;
    padding-right: 22px
}

.arco-timeline-alternate .arco-timeline-item-vertical-right {
    padding-right: 0
}

.arco-timeline-alternate .arco-timeline-item-vertical-right>.arco-timeline-item-dot-wrapper {
    left: 50%
}

.arco-timeline-alternate .arco-timeline-item-vertical-right>.arco-timeline-item-content-wrapper {
    left: 0;
    width: 50%;
    margin-right: 0;
    margin-left: -16px;
    padding-right: 16px;
    text-align: right
}

.arco-timeline-right .arco-timeline-item-vertical-right {
    padding-right: 6px
}

.arco-timeline-right .arco-timeline-item-vertical-right>.arco-timeline-item-dot-wrapper {
    right: 0;
    left: unset
}

.arco-timeline-right .arco-timeline-item-vertical-right>.arco-timeline-item-content-wrapper {
    margin-right: 16px;
    margin-left: 0;
    text-align: right
}

.arco-timeline-item-label-relative>.arco-timeline-item-label {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    max-width: 100px
}

.arco-timeline-item-vertical-left.arco-timeline-item-label-relative {
    margin-left: 100px
}

.arco-timeline-item-vertical-left.arco-timeline-item-label-relative>.arco-timeline-item-label {
    left: 0;
    padding-right: 16px;
    text-align: right;
    transform: translate(-100%)
}

.arco-timeline-item-vertical-right.arco-timeline-item-label-relative {
    margin-right: 100px
}

.arco-timeline-item-vertical-right.arco-timeline-item-label-relative>.arco-timeline-item-label {
    right: 0;
    padding-left: 16px;
    text-align: left;
    transform: translate(100%)
}

.arco-timeline-item-horizontal-top.arco-timeline-item-label-relative {
    margin-top: 50px
}

.arco-timeline-item-horizontal-top.arco-timeline-item-label-relative>.arco-timeline-item-label {
    padding-bottom: 16px;
    transform: translateY(-100%)
}

.arco-timeline-item-horizontal-top.arco-timeline-item-label-relative>.arco-timeline-item-content {
    margin-bottom: 0
}

.arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative {
    margin-bottom: 50px
}

.arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative>.arco-timeline-item-content {
    margin-bottom: 0
}

.arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative>.arco-timeline-item-label {
    top: unset;
    bottom: 0;
    padding-top: 16px;
    text-align: left;
    transform: translateY(100%)
}

.arco-timeline-alternate .arco-timeline-item-vertical-left.arco-timeline-item-label-relative {
    margin-left: 0
}

.arco-timeline-alternate .arco-timeline-item-vertical-left.arco-timeline-item-label-relative>.arco-timeline-item-label {
    left: 0;
    width: 50%;
    max-width: unset;
    transform: none
}

.arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative {
    margin-right: 0
}

.arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative>.arco-timeline-item-label {
    right: 0;
    width: 50%;
    max-width: unset;
    transform: none
}

.arco-timeline-alternate .arco-timeline-item-horizontal-top.arco-timeline-item-label-relative {
    margin-top: 0
}

.arco-timeline-alternate .arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative {
    margin-bottom: 0
}

.arco-timeline-direction-horizontal {
    display: flex;
    flex-direction: row
}

.arco-timeline-direction-horizontal.arco-timeline-is-reverse {
    flex-direction: row-reverse
}

.arco-timeline-item-dot-line-is-horizontal {
    top: 50%;
    right: 4px;
    left: 12px;
    width: unset;
    height: 1px;
    border-top-width: 1px;
    border-left: none;
    transform: translateY(-50%)
}

.arco-timeline-item-horizontal-bottom,
.arco-timeline-item-horizontal-top {
    flex: 1;
    min-height: unset;
    padding-right: 0;
    padding-left: 0
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper,
.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper {
    top: 0;
    width: 100%;
    height: auto
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot,
.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot {
    top: unset;
    margin-top: unset
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content,
.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content {
    height: 6px;
    line-height: 6px
}

.arco-timeline-item-horizontal-top {
    padding-top: 6px
}

.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper {
    top: 0;
    bottom: unset
}

.arco-timeline-item-horizontal-top>.arco-timeline-item-content-wrapper {
    margin-top: 16px;
    margin-left: 0
}

.arco-timeline-item-horizontal-bottom {
    padding-bottom: 6px
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper {
    top: unset;
    bottom: 0
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-content-wrapper {
    margin-bottom: 16px;
    margin-left: 0
}

.arco-timeline-alternate.arco-timeline-direction-horizontal {
    align-items: center;
    min-height: 200px;
    overflow: visible
}

.arco-timeline-alternate.arco-timeline-direction-horizontal .arco-timeline-item-horizontal-bottom {
    margin-top: 6px;
    transform: translateY(-50%)
}

.arco-timeline-alternate.arco-timeline-direction-horizontal .arco-timeline-item-horizontal-top {
    margin-top: -6px;
    transform: translateY(50%)
}

.arco-tooltip-content {
    max-width: 350px;
    padding: 8px 12px;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 1.5715;
    text-align: left;
    word-wrap: break-word;
    background-color: var(--color-bg-5);
    border-radius: var(--border-radius-small)
}

.arco-tooltip-mini {
    padding: 4px 12px;
    font-size: 14px
}

.arco-tooltip-popup-arrow {
    background-color: var(--color-bg-5)
}

.arco-transfer {
    display: flex;
    align-items: center
}

.arco-transfer-view {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 200px;
    height: 224px;
    border: 1px solid var(--color-border-1);
    border-radius: 8px
}

.arco-transfer-view-search {
    padding: 8px 12px 4px
}

.arco-transfer-view-list {
    flex: 1
}

.arco-transfer-view-custom-list {
    flex: 1;
    overflow: auto
}

.arco-transfer-view-header {
    display: flex;
    align-items: center;
    padding: 0 10px
}

.arco-transfer-view-header>*:first-child {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-transfer-view-header>*:first-child:not(:last-child) {
    margin-right: 8px
}

.arco-transfer-view-header {
    height: 40px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    background-color: var(--color-bg-4)
}

.arco-transfer-view-header-title {
    display: flex;
    align-items: center
}

.arco-transfer-view-header-title .arco-checkbox {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit
}

.arco-transfer-view-header-title .arco-checkbox-text {
    color: inherit
}

.arco-transfer-view-header-title .arco-checkbox-label,
.arco-transfer-view-header-title-simple {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-transfer-view-header-clear-btn {
    color: var(--color-text-2);
    font-size: 12px;
    cursor: pointer
}

.arco-transfer-view-header-clear-btn:hover:before {
    background-color: var(--color-fill-3)
}

.arco-transfer-view-header-count {
    margin-right: 2px;
    color: var(--color-text-3);
    font-weight: 400;
    font-size: 12px
}

.arco-transfer-view-body {
    flex: 1 1 auto;
    overflow: hidden
}

.arco-transfer-view-body .arco-transfer-view-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.arco-transfer-view .arco-scrollbar {
    height: 100%
}

.arco-transfer-view .arco-scrollbar-container {
    height: 100%;
    overflow: auto
}

.arco-transfer-view .arco-list {
    border-radius: 0
}

.arco-transfer-view .arco-list-footer {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    padding: 0 8px
}

.arco-transfer-view .arco-list .arco-pagination {
    position: absolute;
    top: 50%;
    right: 8px;
    margin: 0;
    transform: translateY(-50%)
}

.arco-transfer-view .arco-list .arco-pagination-jumper-input {
    width: 24px
}

.arco-transfer-view .arco-list .arco-pagination-jumper-separator {
    padding: 0 8px
}

.arco-transfer-view .arco-checkbox {
    padding-left: 6px
}

.arco-transfer-view .arco-checkbox-wrapper {
    display: inline
}

.arco-transfer-view .arco-checkbox .arco-icon-hover:hover:before {
    background-color: var(--color-fill-3)
}

.arco-transfer-list-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    color: var(--color-text-1);
    line-height: 36px;
    list-style: none;
    background-color: transparent;
    cursor: default
}

.arco-transfer-list-item-content {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-transfer-list-item-checkbox .arco-checkbox-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-transfer-list-item-disabled {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-transfer-list-item:not(.arco-transfer-list-item-disabled):hover {
    color: var(--color-text-1);
    background-color: var(--color-bg-4)
}

.arco-transfer-list-item .arco-checkbox {
    width: 100%
}

.arco-transfer-list-item .arco-checkbox-text {
    color: inherit
}

.arco-transfer-list-item-remove-btn {
    margin-left: auto;
    color: var(--color-text-2);
    font-size: 12px;
    cursor: pointer
}

.arco-transfer-list-item-remove-btn:hover:before {
    background-color: var(--color-fill-3)
}

.arco-transfer-list-item-draggable:before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
    border-radius: 1px;
    content: ""
}

.arco-transfer-list-item-gap-bottom:before {
    bottom: -2px;
    background-color: rgb(var(--primary-6))
}

.arco-transfer-list-item-gap-top:before {
    top: -2px;
    background-color: rgb(var(--primary-6))
}

.arco-transfer-list-item-dragging {
    color: var(--color-text-4) !important;
    background-color: var(--color-fill-1) !important
}

.arco-transfer-list-item-dragged {
    animation: arco-transfer-drag-item-blink .4s;
    animation-timing-function: cubic-bezier(0, 0, 1, 1)
}

.arco-transfer-operations {
    padding: 0 20px
}

.arco-transfer-operations .arco-btn {
    display: block
}

.arco-transfer-operations .arco-btn:last-child {
    margin-top: 12px
}

.arco-transfer-operations-words .arco-btn {
    width: 100%;
    padding: 0 12px;
    text-align: left
}

.arco-transfer-simple .arco-transfer-view-source {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-transfer-simple .arco-transfer-view-target {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-transfer-disabled .arco-transfer-view-header {
    color: var(--color-text-4)
}

@keyframes arco-transfer-drag-item-blink {
    0% {
        background-color: var(--color-primary-light-1)
    }

    to {
        background-color: transparent
    }
}

.arco-tree-select-popup {
    box-sizing: border-box;
    padding: 4px 0;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-border-4);
    border-radius: var(--border-radius-medium);
    box-shadow: -4px 4px 10px #0000001a
}

.arco-tree-select-popup .arco-tree-select-tree-wrapper {
    height: 100%;
    max-height: 200px;
    padding-right: 4px;
    padding-left: 10px;
    overflow: auto
}

.arco-tree-select-popup .arco-tree-node {
    padding-left: 0
}

.arco-tree-select-highlight {
    font-weight: 500
}

.arco-tree-select-has-header {
    padding-top: 0
}

.arco-tree-select-header {
    border-bottom: 1px solid var(--color-border-4)
}

.arco-tree-select-has-footer {
    padding-bottom: 0
}

.arco-tree-select-footer {
    border-top: 1px solid var(--color-border-4)
}

.arco-icon-hover.arco-tree-node-icon-hover:before {
    width: 16px;
    height: 16px
}

.arco-tree-node-switcher {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 12px;
    height: 40px;
    margin-right: 10px;
    color: var(--color-text-2);
    font-size: 12px;
    cursor: pointer;
    user-select: none
}

.arco-tree-node-switcher-icon {
    position: relative;
    margin: 0 auto
}

.arco-tree-node-switcher-icon svg {
    position: relative;
    transform: rotate(-90deg);
    transition: transform .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tree-node-expanded .arco-tree-node-switcher-icon svg,
.arco-tree-node-is-leaf .arco-tree-node-switcher-icon svg {
    transform: rotate(0)
}

.arco-tree-node-drag-icon {
    margin-left: 120px;
    color: rgb(var(--primary-6));
    opacity: 0
}

.arco-tree-node-custom-icon {
    margin-right: 10px;
    font-size: inherit;
    line-height: 1;
    cursor: pointer;
    user-select: none
}

.arco-tree-node .arco-icon-loading {
    color: rgb(var(--primary-6))
}

.arco-tree-node-minus-icon,
.arco-tree-node-plus-icon {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--color-fill-2);
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-tree-node-minus-icon:after,
.arco-tree-node-plus-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 2px;
    margin-top: -1px;
    margin-left: -3px;
    color: var(--color-text-2);
    background-color: var(--color-text-2);
    border-radius: .5px;
    content: ""
}

.arco-tree-node-plus-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 6px;
    margin-top: -3px;
    margin-left: -1px;
    color: var(--color-text-2);
    background-color: var(--color-text-2);
    border-radius: .5px;
    content: ""
}

.arco-tree {
    color: var(--color-text-1)
}

.arco-tree .arco-checkbox {
    margin-right: 10px;
    padding-left: 0;
    line-height: 40px
}

.arco-tree-node {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 2px;
    color: var(--color-text-1);
    line-height: 1.5715;
    cursor: pointer
}

.arco-tree-node-selected .arco-tree-node-title,
.arco-tree-node-selected .arco-tree-node-title:hover {
    color: rgb(var(--primary-6));
    transition: color .2s cubic-bezier(0, 0, 1, 1)
}

.arco-tree-node-disabled-selectable .arco-tree-node-title,
.arco-tree-node-disabled .arco-tree-node-title,
.arco-tree-node-disabled-selectable .arco-tree-node-title:hover,
.arco-tree-node-disabled .arco-tree-node-title:hover {
    color: var(--color-text-3);
    background: none;
    cursor: not-allowed
}

.arco-tree-node-disabled.arco-tree-node-selected .arco-tree-node-title {
    color: rgb(var(--primary-6))
}

.arco-tree-node-title-block {
    flex: 1;
    box-sizing: content-box
}

.arco-tree-node-title-block .arco-tree-node-drag-icon {
    position: absolute;
    right: 12px
}

.arco-tree-node-indent {
    position: relative;
    flex-shrink: 0;
    align-self: stretch
}

.arco-tree-node-indent-block {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 100%;
    margin-right: 10px
}

.arco-tree-node-draggable {
    margin-top: 2px
}

.arco-tree-node-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -4px;
    padding: 9px 4px;
    font-size: 14px;
    border-radius: var(--border-radius-small)
}

.arco-tree-node-title:hover {
    color: var(--color-text-2);
    background-color: var(--color-bg-2)
}

.arco-tree-node-title:hover .arco-tree-node-drag-icon {
    opacity: 1
}

.arco-tree-node-title-draggable:before {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
    border-radius: 1px;
    content: ""
}

.arco-tree-node-title-gap-bottom:before {
    top: unset;
    bottom: -2px;
    background-color: rgb(var(--primary-6))
}

.arco-tree-node-title-gap-top:before {
    background-color: rgb(var(--primary-6))
}

.arco-tree-node-title-highlight {
    color: var(--color-text-1);
    background-color: var(--color-primary-light-1)
}

.arco-tree-node-title-dragging,
.arco-tree-node-title-dragging:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-1)
}

.arco-tree-show-line {
    padding-left: 1px
}

.arco-tree-show-line .arco-tree-node-switcher {
    width: 14px;
    text-align: center
}

.arco-tree-show-line .arco-tree-node-switcher .arco-tree-node-icon-hover {
    width: 100%
}

.arco-tree-show-line .arco-tree-node-indent-block {
    width: 14px
}

.arco-tree-show-line .arco-tree-node-indent-block:before {
    position: absolute;
    left: 50%;
    box-sizing: border-box;
    width: 1px;
    border-left: 1px solid var(--color-neutral-3);
    transform: translate(-50%);
    content: "";
    top: -9px;
    bottom: -9px
}

.arco-tree-show-line .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:after {
    position: absolute;
    right: -7px;
    box-sizing: border-box;
    width: 1px;
    border-left: 1px solid var(--color-neutral-3);
    transform: translate(50%);
    content: "";
    top: 31px;
    bottom: -9px
}

.arco-tree-show-line .arco-tree-node-indent-block-lineless:before {
    display: none
}

.arco-tree-size-mini .arco-tree-node-switcher {
    height: 24px
}

.arco-tree-size-mini .arco-checkbox {
    line-height: 24px
}

.arco-tree-size-mini .arco-tree-node-title {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 1.667
}

.arco-tree-size-mini .arco-tree-node-indent-block:after {
    top: 23px;
    bottom: -1px
}

.arco-tree-size-mini .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
    top: -1px;
    bottom: -1px
}

.arco-tree-size-small .arco-tree-node-switcher {
    height: 32px
}

.arco-tree-size-small .arco-checkbox {
    line-height: 32px
}

.arco-tree-size-small .arco-tree-node-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.arco-tree-size-small .arco-tree-node-indent-block:after {
    top: 27px;
    bottom: -5px
}

.arco-tree-size-small .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
    top: -5px;
    bottom: -5px
}

.arco-tree-size-large .arco-tree-node-switcher {
    height: 48px
}

.arco-tree-size-large .arco-checkbox {
    line-height: 48px
}

.arco-tree-size-large .arco-tree-node-title {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px
}

.arco-tree-size-large .arco-tree-node-indent-block:after {
    top: 35px;
    bottom: -13px
}

.arco-tree-size-large .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
    top: -13px;
    bottom: -13px
}

.arco-tree-node-list {
    overflow: hidden;
    transition: height .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-typography {
    color: var(--color-text-1);
    line-height: 1.5715;
    white-space: normal;
    overflow-wrap: anywhere
}

h1.arco-typography,
h2.arco-typography,
h3.arco-typography,
h4.arco-typography,
h5.arco-typography,
h6.arco-typography {
    margin-top: 1em;
    margin-bottom: .5em;
    font-weight: 500
}

h1.arco-typography {
    font-size: 36px;
    line-height: 1.23
}

h2.arco-typography {
    font-size: 32px;
    line-height: 1.25
}

h3.arco-typography {
    font-size: 28px;
    line-height: 1.29
}

h4.arco-typography {
    font-size: 24px;
    line-height: 1.33
}

h5.arco-typography {
    font-size: 20px;
    line-height: 1.4
}

h6.arco-typography {
    font-size: 16px;
    line-height: 1.5
}

div.arco-typography,
p.arco-typography {
    margin-top: 0;
    margin-bottom: 1em
}

.arco-typography-primary {
    color: rgb(var(--primary-6))
}

.arco-typography-secondary {
    color: var(--color-text-2)
}

.arco-typography-success {
    color: rgb(var(--success-6))
}

.arco-typography-warning {
    color: rgb(var(--warning-6))
}

.arco-typography-danger {
    color: rgb(var(--danger-6))
}

.arco-typography-disabled {
    color: var(--color-text-4);
    cursor: not-allowed
}

.arco-typography mark {
    background-color: rgb(var(--yellow-4))
}

.arco-typography u {
    text-decoration: underline
}

.arco-typography del {
    text-decoration: line-through
}

.arco-typography b {
    font-weight: 500
}

.arco-typography code {
    margin: 0 2px;
    padding: 2px 8px;
    color: var(--color-text-2);
    font-size: 85%;
    background-color: var(--color-neutral-2);
    border: 1px solid var(--color-neutral-3);
    border-radius: 2px
}

.arco-typography blockquote {
    margin: 0 0 1em;
    padding-left: 8px;
    background-color: var(--color-bg-2);
    border-left: 2px solid var(--color-neutral-6)
}

.arco-typography ol,
.arco-typography ul {
    margin: 0;
    padding: 0
}

.arco-typography ul li,
.arco-typography ol li {
    margin-left: 20px
}

.arco-typography ul {
    list-style: circle
}

.arco-typography-spacing-close {
    line-height: 1.3
}

.arco-typography-operation-copy,
.arco-typography-operation-copied {
    margin-left: 2px;
    padding: 2px
}

.arco-typography-operation-copy {
    color: var(--color-text-2);
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-typography-operation-copy:hover {
    color: var(--color-text-2);
    background-color: var(--color-fill-2)
}

.arco-typography-operation-copied {
    color: rgb(var(--success-6))
}

.arco-typography-operation-edit {
    margin-left: 2px;
    padding: 2px;
    color: var(--color-text-2);
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-typography-operation-edit:hover {
    color: var(--color-text-2);
    background-color: var(--color-fill-2)
}

.arco-typography-operation-expand {
    margin: 0 4px;
    color: rgb(var(--primary-6));
    cursor: pointer
}

.arco-typography-operation-expand:hover {
    color: rgb(var(--primary-5))
}

.arco-typography-edit-content {
    position: relative;
    left: -13px;
    margin-top: -5px;
    margin-right: -13px;
    margin-bottom: calc(1em - 5px)
}

.arco-typography-css-operation {
    margin-top: -1em;
    margin-bottom: 1em;
    text-align: right
}

.arco-upload {
    display: inline-block;
    max-width: 100%;
    cursor: pointer
}

.arco-upload.arco-upload-draggable {
    width: 100%
}

.arco-upload-tip {
    margin-top: 4px;
    overflow: hidden;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-upload-picture-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 80px;
    height: 80px;
    margin-bottom: 0;
    color: var(--color-text-2);
    text-align: center;
    background: var(--color-bg-4);
    border: 1px dashed var(--color-border-1);
    border-radius: var(--border-radius-small);
    transition: all .1s cubic-bezier(0, 0, 1, 1)
}

.arco-upload-picture-card:hover {
    color: var(--color-text-2);
    background-color: var(--color-bg-4);
    border-color: var(--color-border-2)
}

.arco-upload-drag {
    width: 100%;
    padding: 50px 0;
    color: var(--color-text-1);
    text-align: center;
    background-color: var(--color-bg-4);
    border: 1px dashed var(--color-neutral-3);
    border-radius: var(--border-radius-small);
    transition: all .2s ease
}

.arco-upload-drag .arco-icon-plus {
    margin-bottom: 24px;
    color: var(--color-text-2);
    font-size: 14px
}

.arco-upload-drag:hover {
    background-color: var(--color-bg-4);
    border-color: var(--color-neutral-4)
}

.arco-upload-drag:hover .arco-upload-drag-text {
    color: var(--color-text-1)
}

.arco-upload-drag:hover .arco-icon-plus {
    color: var(--color-text-2)
}

.arco-upload-drag-active {
    color: var(--color-text-1);
    background-color: var(--color-primary-light-1);
    border-color: rgb(var(--primary-6))
}

.arco-upload-drag-active .arco-upload-drag-text {
    color: var(--color-text-1)
}

.arco-upload-drag-active .arco-icon-plus {
    color: rgb(var(--primary-6))
}

.arco-upload-drag .arco-upload-tip {
    margin-top: 0
}

.arco-upload-drag-text {
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 1.5
}

.arco-upload-wrapper {
    width: 100%
}

.arco-upload-wrapper.arco-upload-wrapper-type-picture-card {
    display: flex;
    justify-content: flex-start
}

.arco-upload-drag {
    width: 100%
}

.arco-upload-hide {
    display: none
}

.arco-upload-disabled .arco-upload-picture-card,
.arco-upload-disabled .arco-upload-picture-card:hover {
    color: var(--color-text-4);
    background-color: var(--color-bg-4);
    border-color: var(--color-border-1);
    cursor: not-allowed
}

.arco-upload-disabled .arco-upload-drag,
.arco-upload-disabled .arco-upload-drag:hover {
    background-color: var(--color-bg-4);
    border-color: var(--color-text-4);
    cursor: not-allowed
}

.arco-upload-disabled .arco-upload-drag .arco-icon-plus,
.arco-upload-disabled .arco-upload-drag:hover .arco-icon-plus,
.arco-upload-disabled .arco-upload-drag .arco-upload-drag-text,
.arco-upload-disabled .arco-upload-drag:hover .arco-upload-drag-text,
.arco-upload-disabled .arco-upload-tip {
    color: var(--color-text-3)
}

.arco-upload-icon {
    cursor: pointer
}

.arco-upload-icon-error {
    margin-left: 4px;
    color: rgb(var(--danger-6))
}

.arco-upload-icon-success {
    color: rgb(var(--success-6));
    font-size: 14px;
    line-height: 14px
}

.arco-upload-icon-remove {
    position: relative;
    font-size: 14px
}

.arco-upload-icon-start,
.arco-upload-icon-cancel {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-white);
    font-size: 12px;
    transform: translate(-50%) translateY(-50%)
}

.arco-upload-icon-upload {
    color: rgb(var(--primary-6));
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease
}

.arco-upload-icon-upload:active,
.arco-upload-icon-upload:hover {
    color: rgb(var(--primary-7))
}

.arco-upload-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-upload-list.arco-upload-list-type-text,
.arco-upload-list.arco-upload-list-type-picture {
    width: 100%
}

.arco-upload-list.arco-upload-list-type-text .arco-upload-list-item:first-of-type,
.arco-upload-list.arco-upload-list-type-picture .arco-upload-list-item:first-of-type {
    margin-top: 24px
}

.arco-upload-list-item-done .arco-upload-list-item-file-icon {
    color: rgb(var(--primary-6))
}

.arco-upload-list-item {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 12px
}

.arco-upload-list-item-content {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px 8px 12px;
    overflow: hidden;
    font-size: 14px;
    background-color: var(--color-bg-4);
    border-radius: var(--border-radius-small);
    transition: background-color .1s cubic-bezier(0, 0, 1, 1)
}

.arco-upload-list-item-file-icon {
    margin-right: 12px;
    color: rgb(var(--primary-6));
    font-size: 16px;
    line-height: 16px
}

.arco-upload-list-item-thumbnail {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 12px
}

.arco-upload-list-item-thumbnail img {
    width: 100%;
    height: 100%
}

.arco-upload-list-item-name {
    display: flex;
    flex: 1;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 1.4286;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-upload-list-item-name-link {
    overflow: hidden;
    color: rgb(var(--primary-6));
    text-decoration: none;
    text-overflow: ellipsis;
    cursor: pointer
}

.arco-upload-list-item-name-text {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.arco-upload-list-item .arco-upload-progress {
    position: relative;
    margin-left: auto;
    line-height: 12px
}

.arco-upload-list-item .arco-upload-progress:hover .arco-progress-circle-bg {
    stroke: rgba(var(--gray-10), .2)
}

.arco-upload-list-item .arco-upload-progress:hover .arco-progress-circle-bar {
    stroke: rgb(var(--primary-7))
}

.arco-upload-list-item-operation {
    margin-left: 12px;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-upload-list-item-operation .arco-upload-icon-remove {
    font-size: inherit
}

.arco-upload-list-item-error .arco-upload-list-status,
.arco-upload-list-item-done .arco-upload-list-status {
    display: none
}

.arco-upload-list-type-text .arco-upload-list-item-error .arco-upload-list-item-name-link,
.arco-upload-list-type-text .arco-upload-list-item-error .arco-upload-list-item-name {
    color: rgb(var(--danger-6))
}

.arco-upload-list.arco-upload-list-type-picture-card {
    display: flex;
    flex-wrap: wrap;
    vertical-align: top
}

.arco-upload-list.arco-upload-list-type-picture-card .arco-upload-list-status {
    top: 50%;
    margin-left: 0;
    transform: translateY(-50%)
}

.arco-upload-list-picture {
    display: inline-block;
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-right: 0;
    overflow: hidden;
    vertical-align: top;
    transition: all .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-upload-list-picture-status-error .arco-upload-list-picture-mask {
    opacity: 1
}

.arco-upload-list-picture {
    position: relative;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    text-align: center;
    vertical-align: top;
    border-radius: var(--border-radius-small)
}

.arco-upload-list-picture img {
    width: 100%;
    height: 100%
}

.arco-upload-list-picture-mask {
    position: absolute;
    inset: 0;
    color: var(--color-white);
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    opacity: 0;
    transition: opacity .1s cubic-bezier(0, 0, 1, 1)
}

.arco-upload-list-picture-operation {
    display: none;
    font-size: 14px
}

.arco-upload-list-picture-operation .arco-upload-icon-retry {
    color: var(--color-white)
}

.arco-upload-list-picture-error-tip .arco-upload-icon-error {
    color: var(--color-white);
    font-size: 26px
}

.arco-upload-list-picture-mask:hover {
    opacity: 1
}

.arco-upload-list-picture-mask:hover .arco-upload-list-picture-operation {
    display: flex;
    justify-content: space-evenly
}

.arco-upload-list-picture-mask:hover .arco-upload-list-picture-error-tip {
    display: none
}

.arco-upload-list-type-picture .arco-upload-list-item-content {
    padding-top: 8px;
    padding-bottom: 8px
}

.arco-upload-list-type-picture .arco-upload-list-item-error .arco-upload-list-item-content {
    background-color: var(--color-bg-4)
}

.arco-upload-list-type-picture .arco-upload-list-item-error .arco-upload-list-item-name-link,
.arco-upload-list-type-picture .arco-upload-list-item-error .arco-upload-list-item-name {
    color: rgb(var(--danger-6))
}

.arco-upload-hide+.arco-upload-list .arco-upload-list-item:first-of-type {
    margin-top: 0
}

.arco-upload-slide-up-enter {
    opacity: 0
}

.arco-upload-slide-up-enter-active {
    opacity: 1;
    transition: opacity .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-upload-slide-up-exit {
    opacity: 1
}

.arco-upload-slide-up-exit-active {
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .1s cubic-bezier(0, 0, 1, 1), height .3s cubic-bezier(.34, .69, .1, 1) .1s, margin .3s cubic-bezier(.34, .69, .1, 1) .1s
}

.arco-upload-list-item.arco-upload-slide-inline-enter {
    opacity: 0
}

.arco-upload-list-item.arco-upload-slide-inline-enter-active {
    opacity: 1;
    transition: opacity .2s cubic-bezier(0, 0, 1, 1)
}

.arco-upload-list-item.arco-upload-slide-inline-exit {
    opacity: 1
}

.arco-upload-list-item.arco-upload-slide-inline-exit-active {
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .1s cubic-bezier(0, 0, 1, 1), width .3s cubic-bezier(.34, .69, .1, 1) .1s, margin .3s cubic-bezier(.34, .69, .1, 1) .1s
}

.arco-verification-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    column-gap: 4px
}

.arco-verification-code .arco-input {
    width: 40px;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.arco-verification-code .arco-input-size-small {
    width: 32px
}

.arco-verification-code .arco-input-size-mini {
    width: 24px
}

.arco-verification-code .arco-input-size-large {
    width: 48px
}

body {
    font-family: noto sans
}

body {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-border: rgb(var(--gray-3));
    --color-bg-popup: var(--color-bg-5);
    --color-bg-1: #fafafa;
    --color-bg-2: #ffffff;
    --color-bg-3: #ffffff;
    --color-bg-4: #f6f6f9;
    --color-bg-5: #e2e2e5;
    --color-bg-white: #ffffff;
    --color-neutral-1: rgb(var(--gray-1));
    --color-neutral-2: rgb(var(--gray-2));
    --color-neutral-3: rgb(var(--gray-3));
    --color-neutral-4: rgb(var(--gray-4));
    --color-neutral-5: rgb(var(--gray-5));
    --color-neutral-6: rgb(var(--gray-6));
    --color-neutral-7: rgb(var(--gray-7));
    --color-neutral-8: rgb(var(--gray-8));
    --color-neutral-9: rgb(var(--gray-9));
    --color-neutral-10: rgb(var(--gray-10));
    --color-text-1: #111111;
    --color-text-2: #999999;
    --color-text-3: #c2c2c2;
    --color-text-4: #999999;
    --color-fill-1: #f9ffe6;
    --color-fill-2: #ffedeb;
    --color-fill-3: #f4fff5;
    --color-fill-4: #ffeedd;
    --color-border-1: #e2e2e5;
    --color-border-2: #86bb00;
    --color-border-3: #f75c5c;
    --color-border-4: #f6f6f9;
    --color-primary-light-1: rgb(var(--primary-1));
    --color-primary-light-2: rgb(var(--primary-2));
    --color-primary-light-3: rgb(var(--primary-3));
    --color-primary-light-4: rgb(var(--primary-4));
    --color-secondary: var(--color-neutral-2);
    --color-secondary-hover: var(--color-neutral-3);
    --color-secondary-active: var(--color-neutral-4);
    --color-secondary-disabled: var(--color-neutral-1);
    --color-danger-light-1: rgb(var(--danger-1));
    --color-danger-light-2: rgb(var(--danger-2));
    --color-danger-light-3: rgb(var(--danger-3));
    --color-danger-light-4: rgb(var(--danger-4));
    --color-success-light-1: rgb(var(--success-1));
    --color-success-light-2: rgb(var(--success-2));
    --color-success-light-3: rgb(var(--success-3));
    --color-success-light-4: rgb(var(--success-4));
    --color-warning-light-1: rgb(var(--warning-1));
    --color-warning-light-2: rgb(var(--warning-2));
    --color-warning-light-3: rgb(var(--warning-3));
    --color-warning-light-4: rgb(var(--warning-4));
    --color-link-light-1: rgb(var(--link-1));
    --color-link-light-2: rgb(var(--link-2));
    --color-link-light-3: rgb(var(--link-3));
    --color-link-light-4: rgb(var(--link-4));
    --border-radius-none: 0;
    --border-radius-small: 2px;
    --border-radius-medium: 4px;
    --border-radius-large: 8px;
    --border-radius-circle: 52px;
    --color-tooltip-bg: rgb(var(--gray-10));
    --color-spin-layer-bg: rgba(255, 255, 255, .6);
    --color-menu-dark-bg: #232324;
    --color-menu-light-bg: #ffffff;
    --color-menu-dark-hover: rgba(255, 255, 255, .04);
    --color-mask-bg: rgba(29, 33, 41, .6)
}

body[arco-theme=dark] {
    --color-black: #000000;
    --color-border: #333335;
    --color-bg-1: #000000;
    --color-bg-2: #121212;
    --color-bg-3: #121212;
    --color-bg-4: #1a1c1e;
    --color-bg-5: #2f3133;
    --color-bg-white: #ffffff;
    --color-text-1: #ffffff;
    --color-text-2: #999999;
    --color-text-3: #666666;
    --color-text-4: #1f1f1f;
    --color-fill-1: #243600;
    --color-fill-2: #291012;
    --color-fill-3: #002112;
    --color-fill-4: #2a1800;
    --color-border-1: #2a2f33;
    --color-border-2: #b9f641;
    --color-border-3: #f65353;
    --color-border-4: #1a1c1e;
    --color-primary-light-1: rgba(var(--primary-6), .2);
    --color-primary-light-2: rgba(var(--primary-6), .35);
    --color-primary-light-3: rgba(var(--primary-6), .5);
    --color-primary-light-4: rgba(var(--primary-6), .65);
    --color-secondary: rgba(var(--gray-9), .08);
    --color-secondary-hover: rgba(var(--gray-8), .16);
    --color-secondary-active: rgba(var(--gray-7), .24);
    --color-secondary-disabled: rgba(var(--gray-9), .08);
    --color-danger-light-1: rgba(var(--danger-6), .2);
    --color-danger-light-2: rgba(var(--danger-6), .35);
    --color-danger-light-3: rgba(var(--danger-6), .5);
    --color-danger-light-4: rgba(var(--danger-6), .65);
    --color-success-light-1: rgb(var(--success-6), .2);
    --color-success-light-2: rgb(var(--success-6), .35);
    --color-success-light-3: rgb(var(--success-6), .5);
    --color-success-light-4: rgb(var(--success-6), .65);
    --color-warning-light-1: rgb(var(--warning-6), .2);
    --color-warning-light-2: rgb(var(--warning-6), .35);
    --color-warning-light-3: rgb(var(--warning-6), .5);
    --color-warning-light-4: rgb(var(--warning-6), .65);
    --color-link-light-1: rgba(var(--link-6), .2);
    --color-link-light-2: rgba(var(--link-6), .35);
    --color-link-light-3: rgba(var(--link-6), .5);
    --color-link-light-4: rgba(var(--link-6), .65);
    --color-tooltip-bg: #373739;
    --color-spin-layer-bg: rgba(51, 51, 51, .6);
    --color-menu-dark-bg: #232324;
    --color-menu-light-bg: #232324;
    --color-menu-dark-hover: var(--color-fill-2);
    --color-mask-bg: rgba(23, 23, 26, .6)
}

body {
    --red-1: 255, 236, 232;
    --red-2: 253, 205, 197;
    --red-3: 251, 172, 163;
    --red-4: 249, 137, 129;
    --red-5: 247, 101, 96;
    --red-6: 245, 63, 63;
    --red-7: 203, 39, 45;
    --red-8: 161, 21, 30;
    --red-9: 119, 8, 19;
    --red-10: 77, 0, 10;
    --orangered-1: 255, 243, 232;
    --orangered-2: 253, 221, 195;
    --orangered-3: 252, 197, 159;
    --orangered-4: 250, 172, 123;
    --orangered-5: 249, 144, 87;
    --orangered-6: 247, 114, 52;
    --orangered-7: 204, 81, 32;
    --orangered-8: 162, 53, 17;
    --orangered-9: 119, 31, 6;
    --orangered-10: 77, 14, 0;
    --orange-1: 255, 247, 232;
    --orange-2: 255, 228, 186;
    --orange-3: 255, 207, 139;
    --orange-4: 255, 182, 93;
    --orange-5: 255, 154, 46;
    --orange-6: 255, 125, 0;
    --orange-7: 210, 95, 0;
    --orange-8: 166, 69, 0;
    --orange-9: 121, 46, 0;
    --orange-10: 77, 27, 0;
    --gold-1: 255, 252, 232;
    --gold-2: 253, 244, 191;
    --gold-3: 252, 233, 150;
    --gold-4: 250, 220, 109;
    --gold-5: 249, 204, 69;
    --gold-6: 247, 186, 30;
    --gold-7: 204, 146, 19;
    --gold-8: 162, 109, 10;
    --gold-9: 119, 75, 4;
    --gold-10: 77, 45, 0;
    --yellow-1: 254, 255, 232;
    --yellow-2: 254, 254, 190;
    --yellow-3: 253, 250, 148;
    --yellow-4: 252, 242, 107;
    --yellow-5: 251, 232, 66;
    --yellow-6: 250, 220, 25;
    --yellow-7: 207, 175, 15;
    --yellow-8: 163, 132, 8;
    --yellow-9: 120, 93, 3;
    --yellow-10: 77, 56, 0;
    --lime-1: 252, 255, 232;
    --lime-2: 237, 248, 187;
    --lime-3: 220, 241, 144;
    --lime-4: 201, 233, 104;
    --lime-5: 181, 226, 65;
    --lime-6: 159, 219, 29;
    --lime-7: 126, 183, 18;
    --lime-8: 95, 148, 10;
    --lime-9: 67, 112, 4;
    --lime-10: 42, 77, 0;
    --green-1: 232, 255, 234;
    --green-2: 175, 240, 181;
    --green-3: 123, 225, 136;
    --green-4: 76, 210, 99;
    --green-5: 35, 195, 67;
    --green-6: 0, 180, 42;
    --green-7: 0, 154, 41;
    --green-8: 0, 128, 38;
    --green-9: 0, 102, 34;
    --green-10: 0, 77, 28;
    --cyan-1: 232, 255, 251;
    --cyan-2: 183, 244, 236;
    --cyan-3: 137, 233, 224;
    --cyan-4: 94, 223, 214;
    --cyan-5: 55, 212, 207;
    --cyan-6: 20, 201, 201;
    --cyan-7: 13, 165, 170;
    --cyan-8: 7, 130, 139;
    --cyan-9: 3, 97, 108;
    --cyan-10: 0, 66, 77;
    --blue-1: 232, 247, 255;
    --blue-2: 195, 231, 254;
    --blue-3: 159, 212, 253;
    --blue-4: 123, 192, 252;
    --blue-5: 87, 169, 251;
    --blue-6: 52, 145, 250;
    --blue-7: 32, 108, 207;
    --blue-8: 17, 75, 163;
    --blue-9: 6, 48, 120;
    --blue-10: 0, 26, 77;
    --arcoblue-1: 232, 243, 255;
    --arcoblue-2: 190, 218, 255;
    --arcoblue-3: 148, 191, 255;
    --arcoblue-4: 106, 161, 255;
    --arcoblue-5: 64, 128, 255;
    --arcoblue-6: 22, 93, 255;
    --arcoblue-7: 14, 66, 210;
    --arcoblue-8: 7, 44, 166;
    --arcoblue-9: 3, 26, 121;
    --arcoblue-10: 0, 13, 77;
    --purple-1: 245, 232, 255;
    --purple-2: 221, 190, 246;
    --purple-3: 195, 150, 237;
    --purple-4: 168, 113, 227;
    --purple-5: 141, 78, 218;
    --purple-6: 114, 46, 209;
    --purple-7: 85, 29, 176;
    --purple-8: 60, 16, 143;
    --purple-9: 39, 6, 110;
    --purple-10: 22, 0, 77;
    --pinkpurple-1: 255, 232, 251;
    --pinkpurple-2: 247, 186, 239;
    --pinkpurple-3: 240, 142, 230;
    --pinkpurple-4: 232, 101, 223;
    --pinkpurple-5: 225, 62, 219;
    --pinkpurple-6: 217, 26, 217;
    --pinkpurple-7: 176, 16, 182;
    --pinkpurple-8: 138, 9, 147;
    --pinkpurple-9: 101, 3, 112;
    --pinkpurple-10: 66, 0, 77;
    --magenta-1: 255, 232, 241;
    --magenta-2: 253, 194, 219;
    --magenta-3: 251, 157, 199;
    --magenta-4: 249, 121, 183;
    --magenta-5: 247, 84, 168;
    --magenta-6: 245, 49, 157;
    --magenta-7: 203, 30, 131;
    --magenta-8: 161, 16, 105;
    --magenta-9: 119, 6, 79;
    --magenta-10: 77, 0, 52;
    --gray-1: 247, 248, 250;
    --gray-2: 242, 243, 245;
    --gray-3: 229, 230, 235;
    --gray-4: 201, 205, 212;
    --gray-5: 169, 174, 184;
    --gray-6: 134, 144, 156;
    --gray-7: 107, 119, 133;
    --gray-8: 78, 89, 105;
    --gray-9: 39, 46, 59;
    --gray-10: 29, 33, 41;
    --primary-1: 253, 255, 232;
    --primary-2: 247, 251, 211;
    --primary-3: 240, 248, 191;
    --primary-4: 232, 244, 172;
    --primary-5: 158, 216, 33;
    --primary-6: 134, 187, 0;
    --primary-7: 112, 159, 0;
    --primary-8: 163, 132, 8;
    --primary-9: 120, 93, 3;
    --primary-10: 77, 56, 0;
    --link-1: var(--arcoblue-1);
    --link-2: var(--arcoblue-2);
    --link-3: var(--arcoblue-3);
    --link-4: var(--arcoblue-4);
    --link-5: 131, 165, 38;
    --link-6: 167, 197, 83;
    --link-7: 202, 220, 152;
    --link-8: var(--arcoblue-8);
    --link-9: var(--arcoblue-9);
    --link-10: var(--arcoblue-10);
    --success-1: var(--green-1);
    --success-2: var(--green-2);
    --success-3: var(--green-3);
    --success-4: var(--green-4);
    --success-5: var(--green-5);
    --success-6: 0, 189, 119;
    --success-7: var(--green-7);
    --success-8: var(--green-8);
    --success-9: var(--green-9);
    --success-10: var(--green-10);
    --danger-1: var(--red-1);
    --danger-2: var(--red-2);
    --danger-3: var(--red-3);
    --danger-4: var(--red-4);
    --danger-5: var(--red-5);
    --danger-6: 247, 92, 92;
    --danger-7: var(--red-7);
    --danger-8: var(--red-8);
    --danger-9: var(--red-9);
    --danger-10: var(--red-10);
    --warning-1: var(--orange-1);
    --warning-2: var(--orange-2);
    --warning-3: var(--orange-3);
    --warning-4: var(--orange-4);
    --warning-5: var(--orange-5);
    --warning-6: 227, 157, 53;
    --warning-7: var(--orange-7);
    --warning-8: var(--orange-8);
    --warning-9: var(--orange-9);
    --warning-10: var(--orange-10);
    --color-text-5: #3eb6ef;
    --color-text-mainbutton: #131f00;
    --color-text-button: #86bb00;
    --color-text-error: #f75c5c;
    --color-text-success: #00bd77;
    --color-text-warning: #e39d35;
    --color-text-on-tag: #1a1c1e;
    --color-text-icon-check: #ffffff;
    --color-text-white: #ffffff;
    --color-text-button-new: #ffffff;
    --color-fill-blue: #e3f3ff;
    --color-fill-bitgreen: #b9f641;
    --color-fill-error: #f75c5c;
    --color-fill-success: #00bd77;
    --color-border-interactive: #d1d1d1;
    --color-bg-6: #e2e2e5;
    --color-bg-tag: #e2e2e5;
    --color-bg-0: #ffffff;
    --color-bg-kline-tool: #ffffff;
    --color-bg-input-disable: #f2f2f2;
    --color-bg-7: #fcfcfc;
    --color-bg-button-new: #0d0d0d;
    --color-bg-button-new-hover: rgba(13, 13, 13, .8);
    --color-bg-button-new-click: rgba(13, 13, 13, .9)
}

body[arco-theme=dark] {
    --red-1: 77, 0, 10;
    --red-2: 119, 6, 17;
    --red-3: 161, 22, 31;
    --red-4: 203, 46, 52;
    --red-5: 245, 78, 78;
    --red-6: 247, 105, 101;
    --red-7: 249, 141, 134;
    --red-8: 251, 176, 167;
    --red-9: 253, 209, 202;
    --red-10: 255, 240, 236;
    --orangered-1: 77, 14, 0;
    --orangered-2: 119, 30, 5;
    --orangered-3: 162, 55, 20;
    --orangered-4: 204, 87, 41;
    --orangered-5: 247, 126, 69;
    --orangered-6: 249, 146, 90;
    --orangered-7: 250, 173, 125;
    --orangered-8: 252, 198, 161;
    --orangered-9: 253, 222, 197;
    --orangered-10: 255, 244, 235;
    --orange-1: 77, 27, 0;
    --orange-2: 121, 48, 4;
    --orange-3: 166, 75, 10;
    --orange-4: 210, 105, 19;
    --orange-5: 255, 141, 31;
    --orange-6: 255, 150, 38;
    --orange-7: 255, 179, 87;
    --orange-8: 255, 205, 135;
    --orange-9: 255, 227, 184;
    --orange-10: 255, 247, 232;
    --gold-1: 77, 45, 0;
    --gold-2: 119, 75, 4;
    --gold-3: 162, 111, 15;
    --gold-4: 204, 150, 31;
    --gold-5: 247, 192, 52;
    --gold-6: 249, 204, 68;
    --gold-7: 250, 220, 108;
    --gold-8: 252, 233, 149;
    --gold-9: 253, 244, 190;
    --gold-10: 255, 252, 232;
    --yellow-1: 77, 56, 0;
    --yellow-2: 120, 94, 7;
    --yellow-3: 163, 134, 20;
    --yellow-4: 207, 179, 37;
    --yellow-5: 250, 225, 60;
    --yellow-6: 251, 233, 75;
    --yellow-7: 252, 243, 116;
    --yellow-8: 253, 250, 157;
    --yellow-9: 254, 254, 198;
    --yellow-10: 254, 255, 240;
    --lime-1: 42, 77, 0;
    --lime-2: 68, 112, 6;
    --lime-3: 98, 148, 18;
    --lime-4: 132, 183, 35;
    --lime-5: 168, 219, 57;
    --lime-6: 184, 226, 75;
    --lime-7: 203, 233, 112;
    --lime-8: 222, 241, 152;
    --lime-9: 238, 248, 194;
    --lime-10: 253, 255, 238;
    --green-1: 0, 77, 28;
    --green-2: 4, 102, 37;
    --green-3: 10, 128, 45;
    --green-4: 18, 154, 55;
    --green-5: 29, 180, 64;
    --green-6: 39, 195, 70;
    --green-7: 80, 210, 102;
    --green-8: 126, 225, 139;
    --green-9: 178, 240, 183;
    --green-10: 235, 255, 236;
    --cyan-1: 0, 66, 77;
    --cyan-2: 6, 97, 108;
    --cyan-3: 17, 131, 139;
    --cyan-4: 31, 166, 170;
    --cyan-5: 48, 201, 201;
    --cyan-6: 63, 212, 207;
    --cyan-7: 102, 223, 215;
    --cyan-8: 144, 233, 225;
    --cyan-9: 190, 244, 237;
    --cyan-10: 240, 255, 252;
    --blue-1: 0, 26, 77;
    --blue-2: 5, 47, 120;
    --blue-3: 19, 76, 163;
    --blue-4: 41, 113, 207;
    --blue-5: 70, 154, 250;
    --blue-6: 90, 170, 251;
    --blue-7: 125, 193, 252;
    --blue-8: 161, 213, 253;
    --blue-9: 198, 232, 254;
    --blue-10: 234, 248, 255;
    --arcoblue-1: 0, 13, 77;
    --arcoblue-2: 4, 27, 121;
    --arcoblue-3: 14, 50, 166;
    --arcoblue-4: 29, 77, 210;
    --arcoblue-5: 48, 111, 255;
    --arcoblue-6: 60, 126, 255;
    --arcoblue-7: 104, 159, 255;
    --arcoblue-8: 147, 190, 255;
    --arcoblue-9: 190, 218, 255;
    --arcoblue-10: 234, 244, 255;
    --purple-1: 22, 0, 77;
    --purple-2: 39, 6, 110;
    --purple-3: 62, 19, 143;
    --purple-4: 90, 37, 176;
    --purple-5: 123, 61, 209;
    --purple-6: 142, 81, 218;
    --purple-7: 169, 116, 227;
    --purple-8: 197, 154, 237;
    --purple-9: 223, 194, 246;
    --purple-10: 247, 237, 255;
    --pinkpurple-1: 66, 0, 77;
    --pinkpurple-2: 101, 3, 112;
    --pinkpurple-3: 138, 13, 147;
    --pinkpurple-4: 176, 27, 182;
    --pinkpurple-5: 217, 46, 217;
    --pinkpurple-6: 225, 61, 219;
    --pinkpurple-7: 232, 102, 223;
    --pinkpurple-8: 240, 146, 230;
    --pinkpurple-9: 247, 193, 240;
    --pinkpurple-10: 255, 242, 253;
    --magenta-1: 77, 0, 52;
    --magenta-2: 119, 8, 80;
    --magenta-3: 161, 23, 108;
    --magenta-4: 203, 43, 136;
    --magenta-5: 245, 69, 166;
    --magenta-6: 247, 86, 169;
    --magenta-7: 249, 122, 184;
    --magenta-8: 251, 158, 200;
    --magenta-9: 253, 195, 219;
    --magenta-10: 255, 232, 241;
    --gray-1: 23, 23, 26;
    --gray-2: 46, 46, 48;
    --gray-3: 72, 72, 73;
    --gray-4: 95, 95, 96;
    --gray-5: 120, 120, 122;
    --gray-6: 146, 146, 147;
    --gray-7: 171, 171, 172;
    --gray-8: 197, 197, 197;
    --gray-9: 223, 223, 223;
    --gray-10: 246, 246, 246;
    --primary-1: 48, 77, 0;
    --primary-2: 83, 117, 15;
    --primary-3: 123, 157, 45;
    --primary-4: 168, 197, 88;
    --primary-5: 158, 216, 33;
    --primary-6: 185, 246, 65;
    --primary-7: 134, 187, 0;
    --primary-8: 253, 250, 157;
    --primary-9: 254, 254, 198;
    --primary-10: 254, 255, 240;
    --link-1: var(--arcoblue-1);
    --link-2: var(--arcoblue-2);
    --link-3: var(--arcoblue-3);
    --link-4: var(--arcoblue-4);
    --link-5: 167, 197, 83;
    --link-6: 213, 237, 134;
    --link-7: 135, 149, 87;
    --link-8: var(--arcoblue-8);
    --link-9: var(--arcoblue-9);
    --link-10: var(--arcoblue-10);
    --success-1: var(--green-1);
    --success-2: var(--green-2);
    --success-3: var(--green-3);
    --success-4: var(--green-4);
    --success-5: var(--green-5);
    --success-6: 0, 195, 131;
    --success-7: var(--green-7);
    --success-8: var(--green-8);
    --success-9: var(--green-9);
    --success-10: var(--green-10);
    --danger-1: var(--red-1);
    --danger-2: var(--red-2);
    --danger-3: var(--red-3);
    --danger-4: var(--red-4);
    --danger-5: var(--red-5);
    --danger-6: 246, 83, 83;
    --danger-7: var(--red-7);
    --danger-8: var(--red-8);
    --danger-9: var(--red-9);
    --danger-10: var(--red-10);
    --warning-1: var(--orange-1);
    --warning-2: var(--orange-2);
    --warning-3: var(--orange-3);
    --warning-4: var(--orange-4);
    --warning-5: var(--orange-5);
    --warning-6: 227, 157, 53;
    --warning-7: var(--orange-7);
    --warning-8: var(--orange-8);
    --warning-9: var(--orange-9);
    --warning-10: var(--orange-10);
    --color-text-5: #3eb6ef;
    --color-text-mainbutton: #131f00;
    --color-text-button: #b9f641;
    --color-text-error: #f65353;
    --color-text-success: #00c383;
    --color-text-warning: #e39d35;
    --color-text-on-tag: #f0f0f4;
    --color-text-icon-check: #121212;
    --color-text-white: #ffffff;
    --color-text-button-new: #131f00;
    --color-fill-blue: #001e2d;
    --color-fill-bitgreen: #b9f641;
    --color-fill-error: #f65353;
    --color-fill-success: #00c383;
    --color-border-interactive: #474c51;
    --color-bg-6: #45474e;
    --color-bg-tag: #2f3133;
    --color-bg-0: #000000;
    --color-bg-kline-tool: #121212;
    --color-bg-input-disable: #1f2123;
    --color-bg-7: #0d0d0d;
    --color-bg-button-new: #b9f641;
    --color-bg-button-new-hover: rgba(185, 246, 65, .8);
    --color-bg-button-new-click: rgba(185, 246, 65, .9)
}

@font-face {
    font-family: HarmonyOS_Sans_Regular;
    src: url(Regular-85257b33.woff2) format("woff");
    font-display: swap
}

@font-face {
    font-family: HarmonyOS_Sans_Medium;
    src: url(Medium-70f07b07.woff2) format("woff");
    font-display: swap
}

@font-face {
    font-family: HarmonyOS_Sans_Bold;
    src: url(/assets/Bold-f7edb8a1.woff2) format("woff");
    font-display: swap
}

body * {
    font-family: HarmonyOS_Sans_Regular, PingFang SC, OSPunctuation, Microsoft Yahei, Heiti SC, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif
}

html {
    box-sizing: border-box;
    font-size: 4px
}

*,
:before,
:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

a {
    text-decoration: none;
    color: #333
}

a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

input,
textarea {
    outline: none;
    border: none;
    resize: none
}

body {
    font-size: 14px;
    font-weight: 400
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--color-text-1);
    transition: background-color 864000s ease-in-out 864000s
}

html,
body {
    width: 100%;
    height: 100%
}

* {
    transition: background-color .3s
}

*::-webkit-scrollbar {
    width: 4px
}

*::-webkit-scrollbar-track {
    border-radius: 10px
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--color-bg-5)
}

.no-scroll::-webkit-scrollbar {
    width: 0;
    height: 0
}

.no-scroll::-webkit-scrollbar-thumb {
    border-radius: 1px;
    box-shadow: inset 0 0 1px #525e75;
    background: #525e75
}

.no-scroll::-webkit-scrollbar-track {
    border-radius: 0
}

.no-scroll::-webkit-scrollbar-corner {
    display: none
}

.no-scroll:focus-within {
    overflow: auto
}

.no-scroll:hover {
    overflow: auto
}

.arco-empty {
    padding: 25px 0
}

.f50 {
    font-size: 50px
}

body .arco-modal-container {
    --color-mask-bg: rgba(0, 0, 0, .85)
}

body .firewall {
    font-size: 18px;
    white-space: pre-line
}

body .firewall+.arco-modal-footer .arco-btn {
    width: 100%
}

body .arco-tooltip-popup-arrow {
    display: none
}

.arco-btn-new-primary {
    background-color: var(--color-bg-button-new);
    color: var(--color-text-button-new);
    border: none;
    font-weight: 500;
    font-family: HarmonyOS_Sans_Medium
}

.arco-btn-new-primary:hover {
    background-color: var(--color-bg-button-new-hover)
}

.arco-btn-new-primary:active {
    background-color: var(--color-bg-button-new-click)
}

.arco-btn-new-primary:disabled {
    color: var(--color-text-4);
    background-color: var(--color-bg-6);
    cursor: not-allowed
}

.bitunix-input {
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid var(--color-border-1)
}

.bitunix-select {
    background-color: transparent !important;
    border: 1px solid var(--color-border-1) !important;
    padding: 0 10px;
    box-sizing: border-box
}

.bitunix-select .arco-select-view-suffix {
    padding-left: 0;
    background-color: transparent
}

.bitunix-select .arco-select-view-value {
    line-height: 1.4715rem !important
}

.bitunix-select .arco-select-view-icon {
    color: var(--color-text-1)
}

.bitunix-select-option {
    color: var(--color-text-2) !important;
    background-color: var(--color-bg-3) !important
}

.bitunix-select-option:hover {
    color: var(--color-text-1) !important;
    background-color: var(--color-bg-4) !important
}

body {
    --bitunix-input-middle: 48px
}

body .bitunix-input-middle {
    height: var(--bitunix-input-middle)
}

body {
    --up-color: #24c18d;
    --down-color: #f14b3f;
    --up-daltonism-color: #3eb6ef;
    --down-daltonism-color: #f5ad40;
    --orderbook-bg-opacity: .25
}

body .bitunix-btn-normal-up-undaltonism {
    color: #fff;
    background-color: #24c18d !important;
    cursor: pointer
}

body .bitunix-btn-normal-up-undaltonism:hover {
    background-color: #1c966e
}

body .bitunix-btn-normal-up-undaltonism:active {
    background-color: #146b4f
}

body .bitunix-btn-normal-down-undaltonism {
    color: #fff;
    background-color: #f14b3f !important;
    cursor: pointer
}

body .bitunix-btn-normal-down-undaltonism:hover {
    background-color: #d94339
}

body .bitunix-btn-normal-down-undaltonism:active {
    background-color: #bf3b32
}

body .bitunix-btn-reverse-up-undaltonism {
    color: #fff;
    background-color: #f14b3f !important;
    cursor: pointer
}

body .bitunix-btn-reverse-up-undaltonism:hover {
    background-color: #d94339
}

body .bitunix-btn-reverse-up-undaltonism:active {
    background-color: #bf3b32
}

body .bitunix-btn-reverse-down-undaltonism {
    color: #fff;
    background-color: #24c18d !important;
    cursor: pointer
}

body .bitunix-btn-reverse-down-undaltonism:hover {
    background-color: #1c966e
}

body .bitunix-btn-reverse-down-undaltonism:active {
    background-color: #146b4f
}

body .bitunix-text-normal-up-undaltonism {
    color: #24c18d
}

body .bitunix-text-normal-down-undaltonism,
body .bitunix-text-reverse-up-undaltonism {
    color: #f14b3f
}

body .bitunix-text-reverse-down-undaltonism {
    color: #24c18d
}

body .bitunix-btn-normal-up-daltonism {
    color: #fff;
    background-color: #3eb6ef !important;
    cursor: pointer
}

body .bitunix-btn-normal-up-daltonism:hover {
    background-color: #50c3fa
}

body .bitunix-btn-normal-up-daltonism:active {
    background-color: #2d9ed3
}

body .bitunix-btn-normal-down-daltonism {
    color: #fff;
    background-color: #e39d35 !important;
    cursor: pointer
}

body .bitunix-btn-normal-down-daltonism:hover {
    background-color: #f5ad40
}

body .bitunix-btn-normal-down-daltonism:active {
    background-color: #d18b23
}

body .bitunix-btn-reverse-up-daltonism {
    color: #fff;
    background-color: #e39d35 !important;
    cursor: pointer
}

body .bitunix-btn-reverse-up-daltonism:hover {
    background-color: #f5ad40
}

body .bitunix-btn-reverse-up-daltonism:active {
    background-color: #d18b23
}

body .bitunix-btn-reverse-down-daltonism {
    color: #fff;
    background-color: #3eb6ef !important;
    cursor: pointer
}

body .bitunix-btn-reverse-down-daltonism:hover {
    background-color: #50c3fa
}

body .bitunix-btn-reverse-down-daltonism:active {
    background-color: #2d9ed3
}

body .bitunix-text-normal-up-daltonism {
    color: #3eb6ef
}

body .bitunix-text-normal-down-daltonism,
body .bitunix-text-reverse-up-daltonism {
    color: #e39d35
}

body .bitunix-text-reverse-down-daltonism {
    color: #3eb6ef
}

body[arco-theme=dark] {
    --up-color: #24c18d;
    --down-color: #f14b3f;
    --up-daltonism-color: #3eb6ef;
    --down-daltonism-color: #f5ad40;
    --orderbook-bg-opacity: .25
}

body[arco-theme=dark] .bitunix-btn-normal-up-undaltonism {
    color: #fff;
    background-color: #24c18d !important;
    cursor: pointer
}

body[arco-theme=dark] .bitunix-btn-normal-up-undaltonism:hover {
    background-color: #1c966e
}

body[arco-theme=dark] .bitunix-btn-normal-up-undaltonism:active {
    background-color: #146b4f
}

body[arco-theme=dark] .bitunix-btn-normal-down-undaltonism {
    color: #fff;
    background-color: #f14b3f !important;
    cursor: pointer
}

body[arco-theme=dark] .bitunix-btn-normal-down-undaltonism:hover {
    background-color: #d94339
}

body[arco-theme=dark] .bitunix-btn-normal-down-undaltonism:active {
    background-color: #b0362d
}

body[arco-theme=dark] .bitunix-btn-reverse-up-undaltonism {
    color: #fff;
    background-color: #f14b3f !important;
    cursor: pointer
}

body[arco-theme=dark] .bitunix-btn-reverse-up-undaltonism:hover {
    background-color: #d94339
}

body[arco-theme=dark] .bitunix-btn-reverse-up-undaltonism:active {
    background-color: #b0362d
}

body[arco-theme=dark] .bitunix-btn-reverse-down-undaltonism {
    color: #fff;
    background-color: #24c18d !important;
    cursor: pointer
}

body[arco-theme=dark] .bitunix-btn-reverse-down-undaltonism:hover {
    background-color: #1c966e
}

body[arco-theme=dark] .bitunix-btn-reverse-down-undaltonism:active {
    background-color: #146b4f
}

body[arco-theme=dark] .bitunix-text-normal-up-undaltonism {
    color: #24c18d
}

body[arco-theme=dark] .bitunix-text-normal-down-undaltonism,
body[arco-theme=dark] .bitunix-text-reverse-up-undaltonism {
    color: #f14b3f
}

body[arco-theme=dark] .bitunix-text-reverse-down-undaltonism {
    color: #24c18d
}

body[arco-theme=dark] .bitunix-btn-normal-up-daltonism {
    color: #fff;
    background-color: #3eb6ef !important;
    cursor: pointer
}

body[arco-theme=dark] .bitunix-btn-normal-up-daltonism:hover {
    background-color: #50c3fa
}

body[arco-theme=dark] .bitunix-btn-normal-up-daltonism:active {
    background-color: #2d9ed3
}

body[arco-theme=dark] .bitunix-btn-normal-down-daltonism {
    color: #fff;
    background-color: #e39d35 !important;
    cursor: pointer
}

body[arco-theme=dark] .bitunix-btn-normal-down-daltonism:hover {
    background-color: #f5ad40
}

body[arco-theme=dark] .bitunix-btn-normal-down-daltonism:active {
    background-color: #d18b23
}

body[arco-theme=dark] .bitunix-btn-reverse-up-daltonism {
    color: #fff;
    background-color: #e39d35 !important;
    cursor: pointer
}

body[arco-theme=dark] .bitunix-btn-reverse-up-daltonism:hover {
    background-color: #f5ad40
}

body[arco-theme=dark] .bitunix-btn-reverse-up-daltonism:active {
    background-color: #d18b23
}

body[arco-theme=dark] .bitunix-btn-reverse-down-daltonism {
    color: #fff;
    background-color: #3eb6ef !important;
    cursor: pointer
}

body[arco-theme=dark] .bitunix-btn-reverse-down-daltonism:hover {
    background-color: #50c3fa
}

body[arco-theme=dark] .bitunix-btn-reverse-down-daltonism:active {
    background-color: #2d9ed3
}

body[arco-theme=dark] .bitunix-text-normal-up-daltonism {
    color: #3eb6ef
}

body[arco-theme=dark] .bitunix-text-normal-down-daltonism,
body[arco-theme=dark] .bitunix-text-reverse-up-daltonism {
    color: #e39d35
}

body[arco-theme=dark] .bitunix-text-reverse-down-daltonism {
    color: #3eb6ef
}

#nprogress .bar {
    background: rgb(var(--primary-6))
}

*,
:before,
:after {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia:
}

::backdrop {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia:
}

.bx-icon-404-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='432' height='205' viewBox='0 0 432 205' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62.7657 45.232H87.9657L52.8537 114.952H80.2377V88.912H104.598L104.766 114.952H120.726V136.288H104.598V163H80.2377V136.288H25.3017V117.808L62.7657 45.232ZM317.555 45.232H342.755L307.643 114.952H335.027V88.912H359.387L359.555 114.952H375.515V136.288H359.387V163H335.027V136.288H280.091V117.808L317.555 45.232Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M396.858 161.779C395.753 159.765 393.817 157.87 391.051 156.274C381.837 150.954 366.897 150.954 357.683 156.274C354.917 157.87 352.981 159.765 351.875 161.779H350.77V165.722H350.774C350.691 169.269 352.994 172.832 357.683 175.539C366.897 180.859 381.837 180.859 391.051 175.539C395.74 172.832 398.043 169.269 397.96 165.722H397.977V161.779H396.858Z' fill='%23B0F127'/%3E%3Cpath d='M391.051 156.274L391.198 156.02L391.051 156.274ZM396.858 161.779L396.601 161.92L396.685 162.072H396.858V161.779ZM357.683 156.274L357.536 156.02L357.683 156.274ZM351.876 161.779V162.072H352.049L352.133 161.92L351.876 161.779ZM350.77 161.779V161.486H350.477V161.779H350.77ZM350.77 165.722H350.477V166.014H350.77V165.722ZM350.774 165.722L351.067 165.728L351.074 165.429H350.774V165.722ZM357.683 175.539L357.536 175.792L357.683 175.539ZM391.051 175.539L391.198 175.792L391.051 175.539ZM397.96 165.722V165.429H397.66L397.667 165.728L397.96 165.722ZM397.977 165.722V166.014H398.27V165.722H397.977ZM397.977 161.779H398.27V161.486H397.977V161.779ZM390.905 156.527C393.637 158.104 395.528 159.964 396.601 161.92L397.115 161.638C395.978 159.566 393.998 157.636 391.198 156.02L390.905 156.527ZM357.829 156.527C362.382 153.899 368.366 152.577 374.367 152.577C380.368 152.577 386.352 153.899 390.905 156.527L391.198 156.02C386.536 153.328 380.443 151.991 374.367 151.991C368.291 151.991 362.198 153.328 357.536 156.02L357.829 156.527ZM352.133 161.92C353.206 159.964 355.097 158.104 357.829 156.527L357.536 156.02C354.736 157.636 352.756 159.566 351.619 161.638L352.133 161.92ZM350.77 162.072H351.876V161.486H350.77V162.072ZM351.063 165.722V161.779H350.477V165.722H351.063ZM350.774 165.429H350.77V166.014H350.774V165.429ZM357.829 175.285C353.195 172.609 350.988 169.131 351.067 165.728L350.481 165.715C350.395 169.408 352.794 173.054 357.536 175.792L357.829 175.285ZM390.905 175.285C386.352 177.913 380.368 179.236 374.367 179.236C368.366 179.236 362.382 177.913 357.829 175.285L357.536 175.792C362.198 178.484 368.291 179.822 374.367 179.822C380.443 179.822 386.536 178.484 391.198 175.792L390.905 175.285ZM397.667 165.728C397.746 169.131 395.539 172.609 390.905 175.285L391.198 175.792C395.94 173.054 398.339 169.408 398.253 165.715L397.667 165.728ZM397.977 165.429H397.96V166.014H397.977V165.429ZM397.684 161.779V165.722H398.27V161.779H397.684ZM396.858 162.072H397.977V161.486H396.858V162.072Z' fill='%23060606'/%3E%3Cmask id='mask0_223_4686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='350' y='151' width='49' height='29'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M396.858 161.008C395.753 158.995 393.817 157.1 391.051 155.503C381.836 150.183 366.897 150.183 357.683 155.503C354.917 157.1 352.981 158.995 351.875 161.008H350.77V164.951H350.774C350.691 168.499 352.994 172.061 357.683 174.768C366.897 180.088 381.836 180.088 391.051 174.768C395.739 172.061 398.042 168.499 397.96 164.951H397.977V161.008H396.858Z' fill='%2371A407'/%3E%3Cpath d='M396.858 161.008L396.601 161.15L396.685 161.301H396.858V161.008ZM351.876 161.008V161.301H352.049L352.133 161.15L351.876 161.008ZM350.77 161.008V160.716H350.477V161.008H350.77ZM350.77 164.951H350.477V165.244H350.77V164.951ZM350.774 164.951L351.067 164.958L351.074 164.658H350.774V164.951ZM397.96 164.951V164.658H397.66L397.667 164.958L397.96 164.951ZM397.977 164.951V165.244H398.27V164.951H397.977ZM397.977 161.008H398.27V160.716H397.977V161.008ZM390.905 155.757C393.637 157.334 395.528 159.194 396.601 161.15L397.115 160.867C395.978 158.795 393.998 156.866 391.198 155.249L390.905 155.757ZM357.829 155.757C362.382 153.128 368.366 151.806 374.367 151.806C380.368 151.806 386.352 153.128 390.905 155.757L391.198 155.249C386.536 152.557 380.443 151.22 374.367 151.22C368.291 151.22 362.198 152.557 357.536 155.249L357.829 155.757ZM352.133 161.15C353.206 159.194 355.097 157.334 357.829 155.757L357.536 155.249C354.736 156.866 352.756 158.795 351.619 160.867L352.133 161.15ZM350.77 161.301H351.876V160.716H350.77V161.301ZM351.063 164.951V161.008H350.477V164.951H351.063ZM350.774 164.658H350.77V165.244H350.774V164.658ZM357.829 174.514C353.195 171.839 350.988 168.36 351.067 164.958L350.481 164.944C350.395 168.637 352.794 172.284 357.536 175.022L357.829 174.514ZM390.905 174.514C386.352 177.143 380.368 178.465 374.367 178.465C368.366 178.465 362.382 177.143 357.829 174.514L357.536 175.022C362.198 177.714 368.291 179.051 374.367 179.051C380.443 179.051 386.536 177.714 391.198 175.022L390.905 174.514ZM397.667 164.958C397.746 168.36 395.539 171.839 390.905 174.514L391.198 175.022C395.94 172.284 398.339 168.637 398.253 164.944L397.667 164.958ZM397.977 164.658H397.96V165.244H397.977V164.658ZM397.684 161.008V164.951H398.27V161.008H397.684ZM396.858 161.301H397.977V160.716H396.858V161.301Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_223_4686)'%3E%3Cpath d='M374.377 161.007H350.773V180.272H374.377V161.007Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M391.051 156.274L391.198 156.02L391.051 156.274ZM396.858 161.779L396.601 161.92L396.685 162.072H396.858V161.779ZM357.683 156.274L357.536 156.02L357.683 156.274ZM351.876 161.779V162.072H352.049L352.133 161.92L351.876 161.779ZM350.77 161.779V161.486H350.477V161.779H350.77ZM350.77 165.722H350.477V166.014H350.77V165.722ZM350.774 165.722L351.067 165.728L351.074 165.429H350.774V165.722ZM357.683 175.539L357.536 175.792L357.683 175.539ZM391.051 175.539L391.198 175.792L391.051 175.539ZM397.96 165.722V165.429H397.66L397.667 165.728L397.96 165.722ZM397.977 165.722V166.014H398.27V165.722H397.977ZM397.977 161.779H398.27V161.486H397.977V161.779ZM390.905 156.527C393.637 158.104 395.528 159.964 396.601 161.92L397.115 161.638C395.978 159.566 393.998 157.636 391.198 156.02L390.905 156.527ZM357.829 156.527C362.382 153.899 368.366 152.577 374.367 152.577C380.368 152.577 386.352 153.899 390.905 156.527L391.198 156.02C386.536 153.328 380.443 151.991 374.367 151.991C368.291 151.991 362.198 153.328 357.536 156.02L357.829 156.527ZM352.133 161.92C353.206 159.964 355.097 158.104 357.829 156.527L357.536 156.02C354.736 157.636 352.756 159.566 351.619 161.638L352.133 161.92ZM350.77 162.072H351.876V161.486H350.77V162.072ZM351.063 165.722V161.779H350.477V165.722H351.063ZM350.774 165.429H350.77V166.014H350.774V165.429ZM357.829 175.285C353.195 172.609 350.988 169.131 351.067 165.728L350.481 165.715C350.395 169.408 352.794 173.054 357.536 175.792L357.829 175.285ZM390.905 175.285C386.352 177.913 380.368 179.236 374.367 179.236C368.366 179.236 362.382 177.913 357.829 175.285L357.536 175.792C362.198 178.484 368.291 179.822 374.367 179.822C380.443 179.822 386.536 178.484 391.198 175.792L390.905 175.285ZM397.667 165.728C397.746 169.131 395.539 172.609 390.905 175.285L391.198 175.792C395.94 173.054 398.339 169.408 398.253 165.715L397.667 165.728ZM397.977 165.429H397.96V166.014H397.977V165.429ZM397.684 161.779V165.722H398.27V161.779H397.684ZM396.858 162.072H397.977V161.486H396.858V162.072Z' fill='%23060606'/%3E%3Cpath d='M391.053 169.898C400.267 164.578 400.267 155.953 391.053 150.633C381.838 145.313 366.899 145.313 357.684 150.633C348.47 155.953 348.47 164.578 357.684 169.898C366.899 175.218 381.838 175.218 391.053 169.898Z' fill='white' stroke='%23060606' stroke-width='1.68'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.471 177.188C419.366 175.175 417.43 173.28 414.664 171.683C405.449 166.363 390.51 166.363 381.295 171.683C378.529 173.28 376.594 175.175 375.488 177.188H374.383V181.131H374.387C374.304 184.679 376.607 188.241 381.295 190.948C390.51 196.268 405.449 196.268 414.664 190.948C419.352 188.241 421.655 184.679 421.572 181.131H421.59V177.188H420.471Z' fill='%23B0F127'/%3E%3Cpath d='M414.663 171.683L414.517 171.937L414.663 171.683ZM420.47 177.188L420.213 177.329L420.297 177.481H420.47V177.188ZM381.295 171.683L381.441 171.937L381.295 171.683ZM375.488 177.188V177.481H375.661L375.745 177.329L375.488 177.188ZM374.382 177.188V176.895H374.089V177.188H374.382ZM374.382 181.131H374.089V181.424H374.382V181.131ZM374.386 181.131L374.679 181.138L374.686 180.838H374.386V181.131ZM381.295 190.948L381.148 191.202L381.295 190.948ZM414.663 190.948L414.81 191.202L414.663 190.948ZM421.572 181.131V180.838H421.272L421.279 181.138L421.572 181.131ZM421.589 181.131V181.424H421.882V181.131H421.589ZM421.589 177.188H421.882V176.895H421.589V177.188ZM414.517 171.937C417.249 173.514 419.14 175.374 420.213 177.329L420.727 177.048C419.59 174.976 417.61 173.046 414.81 171.429L414.517 171.937ZM381.441 171.937C385.994 169.309 391.978 167.986 397.979 167.986C403.98 167.986 409.965 169.309 414.517 171.937L414.81 171.429C410.147 168.738 404.055 167.4 397.979 167.4C391.903 167.4 385.81 168.738 381.148 171.429L381.441 171.937ZM375.745 177.329C376.818 175.374 378.709 173.514 381.441 171.937L381.148 171.429C378.348 173.046 376.368 174.976 375.231 177.048L375.745 177.329ZM374.382 177.481H375.488V176.895H374.382V177.481ZM374.675 181.131V177.188H374.089V181.131H374.675ZM374.386 180.838H374.382V181.424H374.386V180.838ZM381.441 190.695C376.807 188.019 374.6 184.54 374.679 181.138L374.093 181.124C374.007 184.817 376.406 188.464 381.148 191.202L381.441 190.695ZM414.517 190.695C409.965 193.323 403.98 194.645 397.979 194.645C391.978 194.645 385.994 193.323 381.441 190.695L381.148 191.202C385.81 193.894 391.903 195.231 397.979 195.231C404.055 195.231 410.147 193.894 414.81 191.202L414.517 190.695ZM421.279 181.138C421.358 184.54 419.151 188.019 414.517 190.695L414.81 191.202C419.552 188.464 421.951 184.817 421.865 181.124L421.279 181.138ZM421.589 180.838H421.572V181.424H421.589V180.838ZM421.296 177.188V181.131H421.882V177.188H421.296ZM420.47 177.481H421.589V176.895H420.47V177.481Z' fill='%23060606'/%3E%3Cmask id='mask1_223_4686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='374' y='166' width='48' height='29'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.47 176.413C419.365 174.399 417.429 172.505 414.663 170.908C405.448 165.588 390.509 165.588 381.295 170.908C378.528 172.505 376.593 174.399 375.488 176.413H374.382V180.356H374.386C374.303 183.903 376.606 187.466 381.295 190.173C390.509 195.493 405.448 195.493 414.663 190.173C419.352 187.466 421.654 183.903 421.572 180.356H421.589V176.413H420.47Z' fill='%2371A407'/%3E%3Cpath d='M420.47 176.413L420.213 176.554L420.297 176.706H420.47V176.413ZM375.488 176.413V176.706H375.661L375.745 176.554L375.488 176.413ZM374.382 176.413V176.12H374.089V176.413H374.382ZM374.382 180.356H374.089V180.649H374.382V180.356ZM374.386 180.356L374.679 180.363L374.686 180.063H374.386V180.356ZM421.572 180.356V180.063H421.272L421.279 180.363L421.572 180.356ZM421.589 180.356V180.649H421.882V180.356H421.589ZM421.589 176.413H421.882V176.12H421.589V176.413ZM414.517 171.161C417.249 172.739 419.14 174.599 420.213 176.554L420.727 176.272C419.59 174.2 417.61 172.271 414.81 170.654L414.517 171.161ZM381.441 171.161C385.994 168.533 391.978 167.211 397.979 167.211C403.98 167.211 409.965 168.533 414.517 171.161L414.81 170.654C410.147 167.962 404.055 166.625 397.979 166.625C391.903 166.625 385.81 167.962 381.148 170.654L381.441 171.161ZM375.745 176.554C376.818 174.599 378.709 172.739 381.441 171.161L381.148 170.654C378.348 172.271 376.368 174.2 375.231 176.272L375.745 176.554ZM374.382 176.706H375.488V176.12H374.382V176.706ZM374.675 180.356V176.413H374.089V180.356H374.675ZM374.386 180.063H374.382V180.649H374.386V180.063ZM381.441 189.919C376.807 187.244 374.6 183.765 374.679 180.363L374.093 180.349C374.007 184.042 376.406 187.689 381.148 190.427L381.441 189.919ZM414.517 189.919C409.965 192.548 403.98 193.87 397.979 193.87C391.978 193.87 385.994 192.548 381.441 189.919L381.148 190.427C385.81 193.119 391.903 194.456 397.979 194.456C404.055 194.456 410.147 193.119 414.81 190.427L414.517 189.919ZM421.279 180.363C421.358 183.765 419.151 187.244 414.517 189.919L414.81 190.427C419.552 187.689 421.951 184.042 421.865 180.349L421.279 180.363ZM421.589 180.063H421.572V180.649H421.589V180.063ZM421.296 176.413V180.356H421.882V176.413H421.296ZM420.47 176.706H421.589V176.12H420.47V176.706Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_223_4686)'%3E%3Cpath d='M397.989 176.416H374.384V195.681H397.989V176.416Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M414.663 171.683L414.517 171.937L414.663 171.683ZM420.47 177.188L420.213 177.329L420.297 177.481H420.47V177.188ZM381.295 171.683L381.441 171.937L381.295 171.683ZM375.488 177.188V177.481H375.661L375.745 177.329L375.488 177.188ZM374.382 177.188V176.895H374.089V177.188H374.382ZM374.382 181.131H374.089V181.424H374.382V181.131ZM374.386 181.131L374.679 181.138L374.686 180.838H374.386V181.131ZM381.295 190.948L381.148 191.202L381.295 190.948ZM414.663 190.948L414.81 191.202L414.663 190.948ZM421.572 181.131V180.838H421.272L421.279 181.138L421.572 181.131ZM421.589 181.131V181.424H421.882V181.131H421.589ZM421.589 177.188H421.882V176.895H421.589V177.188ZM414.517 171.937C417.249 173.514 419.14 175.374 420.213 177.329L420.727 177.048C419.59 174.976 417.61 173.046 414.81 171.429L414.517 171.937ZM381.441 171.937C385.994 169.309 391.978 167.986 397.979 167.986C403.98 167.986 409.965 169.309 414.517 171.937L414.81 171.429C410.147 168.738 404.055 167.4 397.979 167.4C391.903 167.4 385.81 168.738 381.148 171.429L381.441 171.937ZM375.745 177.329C376.818 175.374 378.709 173.514 381.441 171.937L381.148 171.429C378.348 173.046 376.368 174.976 375.231 177.048L375.745 177.329ZM374.382 177.481H375.488V176.895H374.382V177.481ZM374.675 181.131V177.188H374.089V181.131H374.675ZM374.386 180.838H374.382V181.424H374.386V180.838ZM381.441 190.695C376.807 188.019 374.6 184.54 374.679 181.138L374.093 181.124C374.007 184.817 376.406 188.464 381.148 191.202L381.441 190.695ZM414.517 190.695C409.965 193.323 403.98 194.645 397.979 194.645C391.978 194.645 385.994 193.323 381.441 190.695L381.148 191.202C385.81 193.894 391.903 195.231 397.979 195.231C404.055 195.231 410.147 193.894 414.81 191.202L414.517 190.695ZM421.279 181.138C421.358 184.54 419.151 188.019 414.517 190.695L414.81 191.202C419.552 188.464 421.951 184.817 421.865 181.124L421.279 181.138ZM421.589 180.838H421.572V181.424H421.589V180.838ZM421.296 177.188V181.131H421.882V177.188H421.296ZM420.47 177.481H421.589V176.895H420.47V177.481Z' fill='%23060606'/%3E%3Cpath d='M414.664 185.309C423.879 179.99 423.879 171.364 414.664 166.044C405.45 160.724 390.51 160.724 381.296 166.044C372.081 171.364 372.081 179.99 381.296 185.309C390.51 190.629 405.45 190.629 414.664 185.309Z' fill='%23B0F127' stroke='%23060606' stroke-width='1.68'/%3E%3Cpath d='M403.061 170.009C401.426 168.734 398.93 168.982 396.24 169.739L394.285 167.862L392.306 168.548L394.209 170.377L392.64 170.937L390.725 169.097L388.747 169.783L390.7 171.66L389.45 172.108L389.443 172.102L386.712 173.048L387.983 174.269L389.42 173.77C390.222 173.492 390.763 173.67 391.081 173.875L393.307 176.015C393.379 175.99 393.451 175.969 393.525 175.95L393.315 176.023L396.434 179.02C396.55 179.178 396.644 179.462 396.084 179.657C396.123 179.66 394.645 180.155 394.645 180.155L395.672 181.657L398.248 180.763L399.67 180.279L401.647 182.178L403.625 181.492L401.669 179.613L403.26 179.073L405.205 180.944L407.185 180.257L405.212 178.361C408.426 177.096 410.252 175.804 408.663 173.899C407.385 172.365 405.526 172.127 403.364 172.521C404.16 171.785 404.259 170.942 403.061 170.009ZM404.517 175.031C405.995 176.45 401.618 177.749 400.277 178.215L397.659 175.698C399.001 175.233 402.977 173.551 404.517 175.031ZM399.902 171.8C401.245 173.092 397.577 174.159 396.46 174.547L394.085 172.264C395.203 171.877 398.5 170.454 399.902 171.8Z' fill='%23060606'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.471 171.414C419.366 169.4 417.43 167.505 414.664 165.908C405.449 160.588 390.51 160.588 381.295 165.908C378.529 167.505 376.594 169.4 375.488 171.414H374.383V175.356H374.387C374.304 178.904 376.607 182.466 381.295 185.173C390.51 190.493 405.449 190.493 414.664 185.173C419.352 182.466 421.655 178.904 421.572 175.356H421.59V171.414H420.471Z' fill='%23B0F127'/%3E%3Cpath d='M414.663 165.908L414.517 166.162L414.663 165.908ZM420.47 171.414L420.213 171.555L420.297 171.706H420.47V171.414ZM381.295 165.908L381.441 166.162L381.295 165.908ZM375.488 171.414V171.706H375.661L375.745 171.555L375.488 171.414ZM374.382 171.414V171.121H374.089V171.414H374.382ZM374.382 175.356H374.089V175.649H374.382V175.356ZM374.386 175.356L374.679 175.363L374.686 175.063H374.386V175.356ZM381.295 185.173L381.148 185.427L381.295 185.173ZM414.663 185.173L414.81 185.427L414.663 185.173ZM421.572 175.356V175.063H421.272L421.279 175.363L421.572 175.356ZM421.589 175.356V175.649H421.882V175.356H421.589ZM421.589 171.414H421.882V171.121H421.589V171.414ZM414.517 166.162C417.249 167.739 419.14 169.599 420.213 171.555L420.727 171.272C419.59 169.2 417.61 167.271 414.81 165.654L414.517 166.162ZM381.441 166.162C385.994 163.533 391.978 162.211 397.979 162.211C403.98 162.211 409.965 163.533 414.517 166.162L414.81 165.654C410.147 162.962 404.055 161.625 397.979 161.625C391.903 161.625 385.81 162.962 381.148 165.654L381.441 166.162ZM375.745 171.555C376.818 169.599 378.709 167.739 381.441 166.162L381.148 165.654C378.348 167.271 376.368 169.2 375.231 171.272L375.745 171.555ZM374.382 171.706H375.488V171.121H374.382V171.706ZM374.675 175.356V171.414H374.089V175.356H374.675ZM374.386 175.063H374.382V175.649H374.386V175.063ZM381.441 184.919C376.807 182.244 374.6 178.765 374.679 175.363L374.093 175.349C374.007 179.042 376.406 182.689 381.148 185.427L381.441 184.919ZM414.517 184.919C409.965 187.548 403.98 188.87 397.979 188.87C391.978 188.87 385.994 187.548 381.441 184.919L381.148 185.427C385.81 188.119 391.903 189.456 397.979 189.456C404.055 189.456 410.147 188.119 414.81 185.427L414.517 184.919ZM421.279 175.363C421.358 178.765 419.151 182.244 414.517 184.919L414.81 185.427C419.552 182.689 421.951 179.042 421.865 175.349L421.279 175.363ZM421.589 175.063H421.572V175.649H421.589V175.063ZM421.296 171.414V175.356H421.882V171.414H421.296ZM420.47 171.706H421.589V171.121H420.47V171.706Z' fill='%23060606'/%3E%3Cmask id='mask2_223_4686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='374' y='160' width='48' height='29'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.47 170.643C419.364 168.629 417.429 166.734 414.663 165.138C405.448 159.818 390.509 159.818 381.294 165.138C378.528 166.734 376.593 168.629 375.487 170.643H374.382V174.586H374.385C374.303 178.133 376.606 181.696 381.294 184.403C390.509 189.723 405.448 189.723 414.663 184.403C419.351 181.696 421.654 178.133 421.571 174.586H421.589V170.643H420.47Z' fill='%2371A407'/%3E%3Cpath d='M420.47 170.643L420.213 170.784L420.296 170.936H420.47V170.643ZM375.487 170.643V170.936H375.661L375.744 170.784L375.487 170.643ZM374.382 170.643V170.35H374.089V170.643H374.382ZM374.382 174.586H374.089V174.879H374.382V174.586ZM374.386 174.586L374.679 174.592L374.686 174.293H374.386V174.586ZM421.572 174.586V174.293H421.272L421.279 174.592L421.572 174.586ZM421.589 174.586V174.879H421.882V174.586H421.589ZM421.589 170.643H421.882V170.35H421.589V170.643ZM414.516 165.391C417.248 166.968 419.14 168.828 420.213 170.784L420.727 170.502C419.589 168.43 417.609 166.5 414.809 164.883L414.516 165.391ZM381.441 165.391C385.993 162.763 391.978 161.44 397.979 161.44C403.979 161.44 409.964 162.763 414.516 165.391L414.809 164.883C410.147 162.192 404.055 160.854 397.979 160.854C391.902 160.854 385.81 162.192 381.148 164.883L381.441 165.391ZM375.744 170.784C376.818 168.828 378.709 166.968 381.441 165.391L381.148 164.883C378.348 166.5 376.368 168.43 375.23 170.502L375.744 170.784ZM374.382 170.936H375.487V170.35H374.382V170.936ZM374.675 174.586V170.643H374.089V174.586H374.675ZM374.386 174.293H374.382V174.879H374.386V174.293ZM381.441 184.149C376.807 181.473 374.599 177.995 374.679 174.592L374.093 174.579C374.007 178.271 376.405 181.918 381.148 184.656L381.441 184.149ZM414.516 184.149C409.964 186.777 403.979 188.099 397.979 188.099C391.978 188.099 385.993 186.777 381.441 184.149L381.148 184.656C385.81 187.348 391.902 188.685 397.979 188.685C404.055 188.685 410.147 187.348 414.809 184.656L414.516 184.149ZM421.279 174.592C421.358 177.995 419.151 181.473 414.516 184.149L414.809 184.656C419.552 181.918 421.95 178.271 421.864 174.579L421.279 174.592ZM421.589 174.293H421.572V174.879H421.589V174.293ZM421.296 170.643V174.586H421.882V170.643H421.296ZM420.47 170.936H421.589V170.35H420.47V170.936Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_223_4686)'%3E%3Cpath d='M397.989 170.642H374.384V189.907H397.989V170.642Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M414.663 165.908L414.517 166.162L414.663 165.908ZM420.47 171.414L420.213 171.555L420.297 171.706H420.47V171.414ZM381.295 165.908L381.441 166.162L381.295 165.908ZM375.488 171.414V171.706H375.661L375.745 171.555L375.488 171.414ZM374.382 171.414V171.121H374.089V171.414H374.382ZM374.382 175.356H374.089V175.649H374.382V175.356ZM374.386 175.356L374.679 175.363L374.686 175.063H374.386V175.356ZM381.295 185.173L381.148 185.427L381.295 185.173ZM414.663 185.173L414.81 185.427L414.663 185.173ZM421.572 175.356V175.063H421.272L421.279 175.363L421.572 175.356ZM421.589 175.356V175.649H421.882V175.356H421.589ZM421.589 171.414H421.882V171.121H421.589V171.414ZM414.517 166.162C417.249 167.739 419.14 169.599 420.213 171.555L420.727 171.272C419.59 169.2 417.61 167.271 414.81 165.654L414.517 166.162ZM381.441 166.162C385.994 163.533 391.978 162.211 397.979 162.211C403.98 162.211 409.965 163.533 414.517 166.162L414.81 165.654C410.147 162.962 404.055 161.625 397.979 161.625C391.903 161.625 385.81 162.962 381.148 165.654L381.441 166.162ZM375.745 171.555C376.818 169.599 378.709 167.739 381.441 166.162L381.148 165.654C378.348 167.271 376.368 169.2 375.231 171.272L375.745 171.555ZM374.382 171.706H375.488V171.121H374.382V171.706ZM374.675 175.356V171.414H374.089V175.356H374.675ZM374.386 175.063H374.382V175.649H374.386V175.063ZM381.441 184.919C376.807 182.244 374.6 178.765 374.679 175.363L374.093 175.349C374.007 179.042 376.406 182.689 381.148 185.427L381.441 184.919ZM414.517 184.919C409.965 187.548 403.98 188.87 397.979 188.87C391.978 188.87 385.994 187.548 381.441 184.919L381.148 185.427C385.81 188.119 391.903 189.456 397.979 189.456C404.055 189.456 410.147 188.119 414.81 185.427L414.517 184.919ZM421.279 175.363C421.358 178.765 419.151 182.244 414.517 184.919L414.81 185.427C419.552 182.689 421.951 179.042 421.865 175.349L421.279 175.363ZM421.589 175.063H421.572V175.649H421.589V175.063ZM421.296 171.414V175.356H421.882V171.414H421.296ZM420.47 171.706H421.589V171.121H420.47V171.706Z' fill='%23060606'/%3E%3Cpath d='M414.663 179.534C423.878 174.214 423.878 165.589 414.663 160.269C405.449 154.949 390.509 154.949 381.295 160.269C372.08 165.589 372.08 174.214 381.295 179.534C390.509 184.854 405.449 184.854 414.663 179.534Z' fill='%23B0F127' stroke='%23060606' stroke-width='1.68'/%3E%3Cpath d='M403.06 164.234C401.425 162.959 398.929 163.207 396.239 163.965L394.284 162.087L392.305 162.773L394.208 164.602L392.639 165.162L390.724 163.322L388.746 164.008L390.699 165.886L389.449 166.333L389.443 166.327L386.711 167.274L387.982 168.494L389.42 167.995C390.221 167.717 390.762 167.895 391.08 168.101L393.306 170.24C393.378 170.215 393.45 170.193 393.524 170.175L393.314 170.248L396.433 173.245C396.549 173.403 396.643 173.687 396.083 173.881C396.122 173.886 394.644 174.381 394.644 174.381L395.671 175.882L398.247 174.988L399.669 174.504L401.646 176.403L403.624 175.717L401.668 173.838L403.259 173.298L405.204 175.169L407.184 174.482L405.212 172.586C408.425 171.321 410.251 170.029 408.662 168.124C407.384 166.59 405.525 166.352 403.363 166.746C404.16 166.01 404.258 165.167 403.06 164.234ZM404.516 169.256C405.994 170.675 401.617 171.974 400.276 172.44L397.658 169.924C399 169.458 402.976 167.776 404.516 169.256ZM399.901 166.025C401.244 167.317 397.576 168.384 396.459 168.772L394.084 166.49C395.202 166.102 398.499 164.679 399.901 166.025Z' fill='%23060606'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.47 165.908C419.365 163.894 417.429 162 414.663 160.402C405.448 155.083 390.509 155.083 381.294 160.402C378.528 162 376.593 163.894 375.487 165.908H374.382V169.851H374.386C374.303 173.398 376.606 176.961 381.294 179.668C390.509 184.988 405.448 184.988 414.663 179.668C419.351 176.961 421.654 173.398 421.571 169.851H421.589V165.908H420.47Z' fill='%23B0F127'/%3E%3Cpath d='M414.663 160.402L414.516 160.656L414.663 160.402ZM420.47 165.908L420.213 166.049L420.297 166.201H420.47V165.908ZM381.295 160.402L381.441 160.656L381.295 160.402ZM375.488 165.908V166.201H375.661L375.744 166.049L375.488 165.908ZM374.382 165.908V165.615H374.089V165.908H374.382ZM374.382 169.851H374.089V170.144H374.382V169.851ZM374.386 169.851L374.679 169.857L374.686 169.558H374.386V169.851ZM381.295 179.668L381.148 179.922L381.295 179.668ZM414.663 179.668L414.809 179.922L414.663 179.668ZM421.572 169.851V169.558H421.272L421.279 169.857L421.572 169.851ZM421.589 169.851V170.144H421.882V169.851H421.589ZM421.589 165.908H421.882V165.615H421.589V165.908ZM414.516 160.656C417.249 162.234 419.14 164.093 420.213 166.049L420.727 165.767C419.589 163.695 417.61 161.766 414.809 160.149L414.516 160.656ZM381.441 160.656C385.993 158.028 391.978 156.706 397.979 156.706C403.979 156.706 409.964 158.028 414.516 160.656L414.809 160.149C410.147 157.457 404.055 156.12 397.979 156.12C391.902 156.12 385.81 157.457 381.148 160.149L381.441 160.656ZM375.744 166.049C376.818 164.093 378.709 162.234 381.441 160.656L381.148 160.149C378.348 161.766 376.368 163.695 375.231 165.767L375.744 166.049ZM374.382 166.201H375.488V165.615H374.382V166.201ZM374.675 169.851V165.908H374.089V169.851H374.675ZM374.386 169.558H374.382V170.144H374.386V169.558ZM381.441 179.414C376.807 176.738 374.6 173.26 374.679 169.857L374.093 169.844C374.007 173.537 376.405 177.183 381.148 179.922L381.441 179.414ZM414.516 179.414C409.964 182.042 403.98 183.365 397.979 183.365C391.978 183.365 385.993 182.042 381.441 179.414L381.148 179.922C385.81 182.613 391.902 183.951 397.979 183.951C404.055 183.951 410.147 182.613 414.809 179.922L414.516 179.414ZM421.279 169.857C421.358 173.26 419.151 176.738 414.516 179.414L414.809 179.922C419.552 177.183 421.951 173.537 421.865 169.844L421.279 169.857ZM421.589 169.558H421.572V170.144H421.589V169.558ZM421.296 165.908V169.851H421.882V165.908H421.296ZM420.47 166.201H421.589V165.615H420.47V166.201Z' fill='%23060606'/%3E%3Cmask id='mask3_223_4686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='374' y='155' width='48' height='29'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.47 165.138C419.365 163.125 417.429 161.23 414.663 159.633C405.448 154.313 390.509 154.313 381.294 159.633C378.528 161.23 376.593 163.125 375.487 165.138H374.382V169.081H374.386C374.303 172.629 376.606 176.191 381.294 178.898C390.509 184.218 405.448 184.218 414.663 178.898C419.351 176.191 421.654 172.629 421.572 169.081H421.589V165.138H420.47Z' fill='%2371A407'/%3E%3Cpath d='M420.47 165.138L420.213 165.279L420.296 165.431H420.47V165.138ZM375.487 165.138V165.431H375.661L375.744 165.279L375.487 165.138ZM374.382 165.138V164.845H374.089V165.138H374.382ZM374.382 169.081H374.089V169.374H374.382V169.081ZM374.385 169.081L374.678 169.088L374.685 168.788H374.385V169.081ZM421.571 169.081V168.788H421.271L421.278 169.088L421.571 169.081ZM421.589 169.081V169.374H421.882V169.081H421.589ZM421.589 165.138H421.882V164.845H421.589V165.138ZM414.516 159.887C417.248 161.464 419.14 163.324 420.213 165.279L420.727 164.997C419.589 162.925 417.609 160.996 414.809 159.379L414.516 159.887ZM381.441 159.887C385.993 157.258 391.978 155.936 397.978 155.936C403.979 155.936 409.964 157.258 414.516 159.887L414.809 159.379C410.147 156.687 404.055 155.35 397.978 155.35C391.902 155.35 385.81 156.687 381.148 159.379L381.441 159.887ZM375.744 165.279C376.818 163.324 378.709 161.464 381.441 159.887L381.148 159.379C378.348 160.996 376.368 162.925 375.23 164.997L375.744 165.279ZM374.382 165.431H375.487V164.845H374.382V165.431ZM374.675 169.081V165.138H374.089V169.081H374.675ZM374.385 168.788H374.382V169.374H374.385V168.788ZM381.441 178.644C376.806 175.969 374.599 172.49 374.678 169.088L374.093 169.074C374.007 172.767 376.405 176.413 381.148 179.152L381.441 178.644ZM414.516 178.644C409.964 181.273 403.979 182.595 397.978 182.595C391.977 182.595 385.993 181.273 381.441 178.644L381.148 179.152C385.81 181.844 391.902 183.181 397.978 183.181C404.055 183.181 410.147 181.844 414.809 179.152L414.516 178.644ZM421.278 169.088C421.358 172.49 419.15 175.969 414.516 178.644L414.809 179.152C419.552 176.413 421.95 172.767 421.864 169.074L421.278 169.088ZM421.589 168.788H421.571V169.374H421.589V168.788ZM421.296 165.138V169.081H421.882V165.138H421.296ZM420.47 165.431H421.589V164.845H420.47V165.431Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_223_4686)'%3E%3Cpath d='M397.989 165.136H374.385V184.401H397.989V165.136Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M414.663 160.402L414.516 160.656L414.663 160.402ZM420.47 165.908L420.213 166.049L420.297 166.201H420.47V165.908ZM381.295 160.402L381.441 160.656L381.295 160.402ZM375.488 165.908V166.201H375.661L375.744 166.049L375.488 165.908ZM374.382 165.908V165.615H374.089V165.908H374.382ZM374.382 169.851H374.089V170.144H374.382V169.851ZM374.386 169.851L374.679 169.857L374.686 169.558H374.386V169.851ZM381.295 179.668L381.148 179.922L381.295 179.668ZM414.663 179.668L414.809 179.922L414.663 179.668ZM421.572 169.851V169.558H421.272L421.279 169.857L421.572 169.851ZM421.589 169.851V170.144H421.882V169.851H421.589ZM421.589 165.908H421.882V165.615H421.589V165.908ZM414.516 160.656C417.249 162.234 419.14 164.093 420.213 166.049L420.727 165.767C419.589 163.695 417.61 161.766 414.809 160.149L414.516 160.656ZM381.441 160.656C385.993 158.028 391.978 156.706 397.979 156.706C403.979 156.706 409.964 158.028 414.516 160.656L414.809 160.149C410.147 157.457 404.055 156.12 397.979 156.12C391.902 156.12 385.81 157.457 381.148 160.149L381.441 160.656ZM375.744 166.049C376.818 164.093 378.709 162.234 381.441 160.656L381.148 160.149C378.348 161.766 376.368 163.695 375.231 165.767L375.744 166.049ZM374.382 166.201H375.488V165.615H374.382V166.201ZM374.675 169.851V165.908H374.089V169.851H374.675ZM374.386 169.558H374.382V170.144H374.386V169.558ZM381.441 179.414C376.807 176.738 374.6 173.26 374.679 169.857L374.093 169.844C374.007 173.537 376.405 177.183 381.148 179.922L381.441 179.414ZM414.516 179.414C409.964 182.042 403.98 183.365 397.979 183.365C391.978 183.365 385.993 182.042 381.441 179.414L381.148 179.922C385.81 182.613 391.902 183.951 397.979 183.951C404.055 183.951 410.147 182.613 414.809 179.922L414.516 179.414ZM421.279 169.857C421.358 173.26 419.151 176.738 414.516 179.414L414.809 179.922C419.552 177.183 421.951 173.537 421.865 169.844L421.279 169.857ZM421.589 169.558H421.572V170.144H421.589V169.558ZM421.296 165.908V169.851H421.882V165.908H421.296ZM420.47 166.201H421.589V165.615H420.47V166.201Z' fill='%23060606'/%3E%3Cpath d='M414.663 174.026C423.878 168.706 423.878 160.081 414.663 154.761C405.449 149.441 390.509 149.441 381.295 154.761C372.08 160.081 372.08 168.706 381.295 174.026C390.509 179.346 405.449 179.346 414.663 174.026Z' fill='white' stroke='%23060606' stroke-width='1.68'/%3E%3Cpath d='M403.06 158.726C401.425 157.451 398.929 157.699 396.239 158.456L394.284 156.578L392.305 157.265L394.208 159.094L392.639 159.654L390.724 157.814L388.746 158.5L390.699 160.378L389.449 160.825L389.443 160.819L386.711 161.766L387.982 162.986L389.42 162.487C390.221 162.209 390.762 162.387 391.08 162.593L393.306 164.732C393.378 164.707 393.45 164.685 393.524 164.667L393.314 164.74L396.433 167.737C396.549 167.895 396.643 168.178 396.083 168.373C396.122 168.378 394.644 168.872 394.644 168.872L395.671 170.374L398.247 169.48L399.669 168.996L401.646 170.895L403.624 170.209L401.668 168.33L403.259 167.79L405.204 169.661L407.184 168.974L405.212 167.078C408.425 165.813 410.251 164.521 408.662 162.616C407.384 161.082 405.525 160.844 403.363 161.238C404.16 160.502 404.258 159.658 403.06 158.726ZM404.516 163.748C405.994 165.167 401.617 166.466 400.276 166.932L397.658 164.416C399 163.95 402.976 162.268 404.516 163.748ZM399.901 160.517C401.244 161.809 397.576 162.876 396.459 163.263L394.084 160.982C395.202 160.594 398.499 159.17 399.901 160.517Z' fill='%23060606'/%3E%3Ccircle cx='195.664' cy='88.2068' r='59.1557' fill='%23B9F641' stroke='%23121212' stroke-width='4'/%3E%3Crect x='221.387' y='130.904' width='20.6761' height='73.3934' rx='10.3381' transform='rotate(-38.9744 221.387 130.904)' fill='%23B9F641' stroke='%23121212' stroke-width='4'/%3E%3Crect x='229.325' y='129.279' width='19.8128' height='70.6857' rx='9.90642' transform='rotate(-38.9744 229.325 129.279)' fill='%23F5F5F5' stroke='%23121212' stroke-width='4'/%3E%3Ccircle cx='206.488' cy='81.3517' r='57.3517' fill='%23F5F5F5' stroke='%23121212' stroke-width='4'/%3E%3Cpath d='M218.033 41.3029C225.309 42.265 241.016 48.6993 245.634 66.7393' stroke='%23121212' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='246.897' cy='73.414' r='1.9844' fill='%23121212'/%3E%3Cpath d='M20.0403 75.6469C19.9067 75.6469 19.9067 75.6469 19.7731 75.6469L1.06904 66.8245C0.801838 66.6908 0.668213 66.4235 0.668213 66.1561V42.2285C0.668213 41.9612 0.80183 41.8275 0.93543 41.6939C1.06903 41.5602 1.20261 41.5602 1.33622 41.5602C1.46982 41.5602 1.46983 41.5602 1.60343 41.5602L20.3075 50.65C20.5747 50.7837 20.7083 51.051 20.7083 51.3184V74.9786C20.7083 75.2459 20.5747 75.3796 20.4411 75.5133C20.3075 75.5133 20.1739 75.6469 20.0403 75.6469Z' fill='white'/%3E%3Cpath d='M1.336 42.2286L20.0401 51.3184V74.9786L1.336 66.1561V42.2286ZM1.336 40.8918C1.0688 40.8918 0.801603 41.0255 0.668002 41.1592C0.267201 41.4265 0 41.8276 0 42.2286V66.1561C0 66.6908 0.267209 67.0919 0.801611 67.3592L19.5057 76.1817C19.6393 76.3153 19.9065 76.3153 20.0401 76.3153C20.3073 76.3153 20.5745 76.1817 20.7081 76.048C21.1089 75.7806 21.3761 75.3796 21.3761 74.9786V51.3184C21.3761 50.7837 21.1089 50.3827 20.5745 50.1153L1.87044 41.0255C1.73684 40.8919 1.60321 40.8918 1.336 40.8918Z' fill='%23060606'/%3E%3Cpath d='M20.0403 75.647C19.9067 75.647 19.7731 75.647 19.6395 75.5133C19.5059 75.3796 19.3723 75.1123 19.3723 74.9786V51.3184C19.3723 51.051 19.5059 50.7837 19.7731 50.7837L38.0764 41.1592C38.21 41.1592 38.3436 41.0255 38.3436 41.0255C38.4772 41.0255 38.6108 41.0255 38.7444 41.1592C38.878 41.2929 39.0116 41.5602 39.0116 41.6939V66.0225C39.0116 66.2898 38.878 66.5572 38.6108 66.5572L20.3075 75.647C20.3075 75.647 20.1739 75.647 20.0403 75.647Z' fill='black'/%3E%3Cpath d='M38.3434 41.5602V65.8888L20.0401 74.9786V51.3184L38.3434 41.5602ZM38.3434 40.2235C38.0762 40.2235 37.9426 40.2235 37.6754 40.3572L19.3721 49.9817C18.9713 50.249 18.7041 50.6501 18.7041 51.1847V74.845C18.7041 75.246 18.9713 75.7807 19.3721 75.9144C19.6393 76.048 19.7729 76.1817 20.0401 76.1817C20.3073 76.1817 20.4409 76.1817 20.5745 76.048L38.8778 66.9582C39.2786 66.6909 39.6794 66.2899 39.6794 65.7552V41.5602C39.6794 41.0256 39.4122 40.6245 39.0114 40.3572C38.8778 40.3572 38.6106 40.2235 38.3434 40.2235Z' fill='%23060606'/%3E%3Cpath d='M20.0403 51.9866C19.9067 51.9866 19.9067 51.9866 19.7731 51.9866L1.06904 42.8968C0.801838 42.7632 0.668213 42.4958 0.668213 42.3622C0.668213 42.0948 0.801838 41.8275 1.06904 41.6938L19.7731 31.8019C19.9067 31.8019 20.0403 31.6683 20.0403 31.6683C20.1739 31.6683 20.3075 31.6683 20.3075 31.8019L38.6108 41.0254C38.878 41.1591 39.0116 41.4264 39.0116 41.5601C39.0116 41.6938 38.878 42.0948 38.6108 42.0948L20.3075 51.7193C20.3075 51.853 20.1739 51.9866 20.0403 51.9866Z' fill='%23B0F127'/%3E%3Cpath d='M20.0401 32.3367L38.3433 41.5602L20.0401 51.1847L1.336 42.0949L20.0401 32.3367ZM20.0401 31C19.7729 31 19.6393 31 19.3721 31.1337L0.668002 41.0255C0.267201 41.2929 0 41.6939 0 42.2286C0 42.7633 0.267209 43.1643 0.801611 43.4316L19.5057 52.5214C19.6393 52.6551 19.9065 52.6551 20.0401 52.6551C20.3073 52.6551 20.4409 52.6551 20.7081 52.5214L39.0114 42.8969C39.4122 42.6296 39.6794 42.2286 39.6794 41.6939C39.6794 41.1592 39.4122 40.7582 39.0114 40.4908L20.7081 31.2673C20.4409 31.1337 20.3073 31 20.0401 31Z' fill='%23060606'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-404-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='432' height='205' viewBox='0 0 432 205' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62.7657 45.232H87.9657L52.8537 114.952H80.2377V88.912H104.598L104.766 114.952H120.726V136.288H104.598V163H80.2377V136.288H25.3017V117.808L62.7657 45.232ZM317.555 45.232H342.755L307.643 114.952H335.027V88.912H359.387L359.555 114.952H375.515V136.288H359.387V163H335.027V136.288H280.091V117.808L317.555 45.232Z' fill='%23111111'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M396.858 161.779C395.753 159.765 393.817 157.87 391.051 156.274C381.837 150.954 366.897 150.954 357.683 156.274C354.917 157.87 352.981 159.765 351.875 161.779H350.77V165.722H350.774C350.691 169.269 352.994 172.832 357.683 175.539C366.897 180.859 381.837 180.859 391.051 175.539C395.74 172.832 398.043 169.269 397.96 165.722H397.977V161.779H396.858Z' fill='%23B0F127'/%3E%3Cpath d='M391.051 156.274L391.198 156.02L391.051 156.274ZM396.858 161.779L396.601 161.92L396.685 162.072H396.858V161.779ZM357.683 156.274L357.536 156.02L357.683 156.274ZM351.876 161.779V162.072H352.049L352.133 161.92L351.876 161.779ZM350.77 161.779V161.486H350.477V161.779H350.77ZM350.77 165.722H350.477V166.014H350.77V165.722ZM350.774 165.722L351.067 165.728L351.074 165.429H350.774V165.722ZM357.683 175.539L357.536 175.792L357.683 175.539ZM391.051 175.539L391.198 175.792L391.051 175.539ZM397.96 165.722V165.429H397.66L397.667 165.728L397.96 165.722ZM397.977 165.722V166.014H398.27V165.722H397.977ZM397.977 161.779H398.27V161.486H397.977V161.779ZM390.905 156.527C393.637 158.104 395.528 159.964 396.601 161.92L397.115 161.638C395.978 159.566 393.998 157.636 391.198 156.02L390.905 156.527ZM357.829 156.527C362.382 153.899 368.366 152.577 374.367 152.577C380.368 152.577 386.352 153.899 390.905 156.527L391.198 156.02C386.536 153.328 380.443 151.991 374.367 151.991C368.291 151.991 362.198 153.328 357.536 156.02L357.829 156.527ZM352.133 161.92C353.206 159.964 355.097 158.104 357.829 156.527L357.536 156.02C354.736 157.636 352.756 159.566 351.619 161.638L352.133 161.92ZM350.77 162.072H351.876V161.486H350.77V162.072ZM351.063 165.722V161.779H350.477V165.722H351.063ZM350.774 165.429H350.77V166.014H350.774V165.429ZM357.829 175.285C353.195 172.609 350.988 169.131 351.067 165.728L350.481 165.715C350.395 169.408 352.794 173.054 357.536 175.792L357.829 175.285ZM390.905 175.285C386.352 177.913 380.368 179.236 374.367 179.236C368.366 179.236 362.382 177.913 357.829 175.285L357.536 175.792C362.198 178.484 368.291 179.822 374.367 179.822C380.443 179.822 386.536 178.484 391.198 175.792L390.905 175.285ZM397.667 165.728C397.746 169.131 395.539 172.609 390.905 175.285L391.198 175.792C395.94 173.054 398.339 169.408 398.253 165.715L397.667 165.728ZM397.977 165.429H397.96V166.014H397.977V165.429ZM397.684 161.779V165.722H398.27V161.779H397.684ZM396.858 162.072H397.977V161.486H396.858V162.072Z' fill='%23060606'/%3E%3Cmask id='mask0_223_4686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='350' y='151' width='49' height='29'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M396.858 161.008C395.753 158.995 393.817 157.1 391.051 155.503C381.836 150.183 366.897 150.183 357.683 155.503C354.917 157.1 352.981 158.995 351.875 161.008H350.77V164.951H350.774C350.691 168.499 352.994 172.061 357.683 174.768C366.897 180.088 381.836 180.088 391.051 174.768C395.739 172.061 398.042 168.499 397.96 164.951H397.977V161.008H396.858Z' fill='%2371A407'/%3E%3Cpath d='M396.858 161.008L396.601 161.15L396.685 161.301H396.858V161.008ZM351.876 161.008V161.301H352.049L352.133 161.15L351.876 161.008ZM350.77 161.008V160.716H350.477V161.008H350.77ZM350.77 164.951H350.477V165.244H350.77V164.951ZM350.774 164.951L351.067 164.958L351.074 164.658H350.774V164.951ZM397.96 164.951V164.658H397.66L397.667 164.958L397.96 164.951ZM397.977 164.951V165.244H398.27V164.951H397.977ZM397.977 161.008H398.27V160.716H397.977V161.008ZM390.905 155.757C393.637 157.334 395.528 159.194 396.601 161.15L397.115 160.867C395.978 158.795 393.998 156.866 391.198 155.249L390.905 155.757ZM357.829 155.757C362.382 153.128 368.366 151.806 374.367 151.806C380.368 151.806 386.352 153.128 390.905 155.757L391.198 155.249C386.536 152.557 380.443 151.22 374.367 151.22C368.291 151.22 362.198 152.557 357.536 155.249L357.829 155.757ZM352.133 161.15C353.206 159.194 355.097 157.334 357.829 155.757L357.536 155.249C354.736 156.866 352.756 158.795 351.619 160.867L352.133 161.15ZM350.77 161.301H351.876V160.716H350.77V161.301ZM351.063 164.951V161.008H350.477V164.951H351.063ZM350.774 164.658H350.77V165.244H350.774V164.658ZM357.829 174.514C353.195 171.839 350.988 168.36 351.067 164.958L350.481 164.944C350.395 168.637 352.794 172.284 357.536 175.022L357.829 174.514ZM390.905 174.514C386.352 177.143 380.368 178.465 374.367 178.465C368.366 178.465 362.382 177.143 357.829 174.514L357.536 175.022C362.198 177.714 368.291 179.051 374.367 179.051C380.443 179.051 386.536 177.714 391.198 175.022L390.905 174.514ZM397.667 164.958C397.746 168.36 395.539 171.839 390.905 174.514L391.198 175.022C395.94 172.284 398.339 168.637 398.253 164.944L397.667 164.958ZM397.977 164.658H397.96V165.244H397.977V164.658ZM397.684 161.008V164.951H398.27V161.008H397.684ZM396.858 161.301H397.977V160.716H396.858V161.301Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_223_4686)'%3E%3Cpath d='M374.377 161.007H350.773V180.272H374.377V161.007Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M391.051 156.274L391.198 156.02L391.051 156.274ZM396.858 161.779L396.601 161.92L396.685 162.072H396.858V161.779ZM357.683 156.274L357.536 156.02L357.683 156.274ZM351.876 161.779V162.072H352.049L352.133 161.92L351.876 161.779ZM350.77 161.779V161.486H350.477V161.779H350.77ZM350.77 165.722H350.477V166.014H350.77V165.722ZM350.774 165.722L351.067 165.728L351.074 165.429H350.774V165.722ZM357.683 175.539L357.536 175.792L357.683 175.539ZM391.051 175.539L391.198 175.792L391.051 175.539ZM397.96 165.722V165.429H397.66L397.667 165.728L397.96 165.722ZM397.977 165.722V166.014H398.27V165.722H397.977ZM397.977 161.779H398.27V161.486H397.977V161.779ZM390.905 156.527C393.637 158.104 395.528 159.964 396.601 161.92L397.115 161.638C395.978 159.566 393.998 157.636 391.198 156.02L390.905 156.527ZM357.829 156.527C362.382 153.899 368.366 152.577 374.367 152.577C380.368 152.577 386.352 153.899 390.905 156.527L391.198 156.02C386.536 153.328 380.443 151.991 374.367 151.991C368.291 151.991 362.198 153.328 357.536 156.02L357.829 156.527ZM352.133 161.92C353.206 159.964 355.097 158.104 357.829 156.527L357.536 156.02C354.736 157.636 352.756 159.566 351.619 161.638L352.133 161.92ZM350.77 162.072H351.876V161.486H350.77V162.072ZM351.063 165.722V161.779H350.477V165.722H351.063ZM350.774 165.429H350.77V166.014H350.774V165.429ZM357.829 175.285C353.195 172.609 350.988 169.131 351.067 165.728L350.481 165.715C350.395 169.408 352.794 173.054 357.536 175.792L357.829 175.285ZM390.905 175.285C386.352 177.913 380.368 179.236 374.367 179.236C368.366 179.236 362.382 177.913 357.829 175.285L357.536 175.792C362.198 178.484 368.291 179.822 374.367 179.822C380.443 179.822 386.536 178.484 391.198 175.792L390.905 175.285ZM397.667 165.728C397.746 169.131 395.539 172.609 390.905 175.285L391.198 175.792C395.94 173.054 398.339 169.408 398.253 165.715L397.667 165.728ZM397.977 165.429H397.96V166.014H397.977V165.429ZM397.684 161.779V165.722H398.27V161.779H397.684ZM396.858 162.072H397.977V161.486H396.858V162.072Z' fill='%23060606'/%3E%3Cpath d='M391.053 169.898C400.267 164.578 400.267 155.953 391.053 150.633C381.838 145.313 366.899 145.313 357.684 150.633C348.47 155.953 348.47 164.578 357.684 169.898C366.899 175.218 381.838 175.218 391.053 169.898Z' fill='white' stroke='%23060606' stroke-width='1.68'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.471 177.188C419.366 175.175 417.43 173.28 414.664 171.683C405.449 166.363 390.51 166.363 381.295 171.683C378.529 173.28 376.594 175.175 375.488 177.188H374.383V181.131H374.387C374.304 184.679 376.607 188.241 381.295 190.948C390.51 196.268 405.449 196.268 414.664 190.948C419.352 188.241 421.655 184.679 421.572 181.131H421.59V177.188H420.471Z' fill='%23B0F127'/%3E%3Cpath d='M414.663 171.683L414.517 171.937L414.663 171.683ZM420.47 177.188L420.213 177.329L420.297 177.481H420.47V177.188ZM381.295 171.683L381.441 171.937L381.295 171.683ZM375.488 177.188V177.481H375.661L375.745 177.329L375.488 177.188ZM374.382 177.188V176.895H374.089V177.188H374.382ZM374.382 181.131H374.089V181.424H374.382V181.131ZM374.386 181.131L374.679 181.138L374.686 180.838H374.386V181.131ZM381.295 190.948L381.148 191.202L381.295 190.948ZM414.663 190.948L414.81 191.202L414.663 190.948ZM421.572 181.131V180.838H421.272L421.279 181.138L421.572 181.131ZM421.589 181.131V181.424H421.882V181.131H421.589ZM421.589 177.188H421.882V176.895H421.589V177.188ZM414.517 171.937C417.249 173.514 419.14 175.374 420.213 177.329L420.727 177.048C419.59 174.976 417.61 173.046 414.81 171.429L414.517 171.937ZM381.441 171.937C385.994 169.309 391.978 167.986 397.979 167.986C403.98 167.986 409.965 169.309 414.517 171.937L414.81 171.429C410.147 168.738 404.055 167.4 397.979 167.4C391.903 167.4 385.81 168.738 381.148 171.429L381.441 171.937ZM375.745 177.329C376.818 175.374 378.709 173.514 381.441 171.937L381.148 171.429C378.348 173.046 376.368 174.976 375.231 177.048L375.745 177.329ZM374.382 177.481H375.488V176.895H374.382V177.481ZM374.675 181.131V177.188H374.089V181.131H374.675ZM374.386 180.838H374.382V181.424H374.386V180.838ZM381.441 190.695C376.807 188.019 374.6 184.54 374.679 181.138L374.093 181.124C374.007 184.817 376.406 188.464 381.148 191.202L381.441 190.695ZM414.517 190.695C409.965 193.323 403.98 194.645 397.979 194.645C391.978 194.645 385.994 193.323 381.441 190.695L381.148 191.202C385.81 193.894 391.903 195.231 397.979 195.231C404.055 195.231 410.147 193.894 414.81 191.202L414.517 190.695ZM421.279 181.138C421.358 184.54 419.151 188.019 414.517 190.695L414.81 191.202C419.552 188.464 421.951 184.817 421.865 181.124L421.279 181.138ZM421.589 180.838H421.572V181.424H421.589V180.838ZM421.296 177.188V181.131H421.882V177.188H421.296ZM420.47 177.481H421.589V176.895H420.47V177.481Z' fill='%23060606'/%3E%3Cmask id='mask1_223_4686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='374' y='166' width='48' height='29'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.47 176.413C419.365 174.399 417.429 172.505 414.663 170.908C405.448 165.588 390.509 165.588 381.295 170.908C378.528 172.505 376.593 174.399 375.488 176.413H374.382V180.356H374.386C374.303 183.903 376.606 187.466 381.295 190.173C390.509 195.493 405.448 195.493 414.663 190.173C419.352 187.466 421.654 183.903 421.572 180.356H421.589V176.413H420.47Z' fill='%2371A407'/%3E%3Cpath d='M420.47 176.413L420.213 176.554L420.297 176.706H420.47V176.413ZM375.488 176.413V176.706H375.661L375.745 176.554L375.488 176.413ZM374.382 176.413V176.12H374.089V176.413H374.382ZM374.382 180.356H374.089V180.649H374.382V180.356ZM374.386 180.356L374.679 180.363L374.686 180.063H374.386V180.356ZM421.572 180.356V180.063H421.272L421.279 180.363L421.572 180.356ZM421.589 180.356V180.649H421.882V180.356H421.589ZM421.589 176.413H421.882V176.12H421.589V176.413ZM414.517 171.161C417.249 172.739 419.14 174.599 420.213 176.554L420.727 176.272C419.59 174.2 417.61 172.271 414.81 170.654L414.517 171.161ZM381.441 171.161C385.994 168.533 391.978 167.211 397.979 167.211C403.98 167.211 409.965 168.533 414.517 171.161L414.81 170.654C410.147 167.962 404.055 166.625 397.979 166.625C391.903 166.625 385.81 167.962 381.148 170.654L381.441 171.161ZM375.745 176.554C376.818 174.599 378.709 172.739 381.441 171.161L381.148 170.654C378.348 172.271 376.368 174.2 375.231 176.272L375.745 176.554ZM374.382 176.706H375.488V176.12H374.382V176.706ZM374.675 180.356V176.413H374.089V180.356H374.675ZM374.386 180.063H374.382V180.649H374.386V180.063ZM381.441 189.919C376.807 187.244 374.6 183.765 374.679 180.363L374.093 180.349C374.007 184.042 376.406 187.689 381.148 190.427L381.441 189.919ZM414.517 189.919C409.965 192.548 403.98 193.87 397.979 193.87C391.978 193.87 385.994 192.548 381.441 189.919L381.148 190.427C385.81 193.119 391.903 194.456 397.979 194.456C404.055 194.456 410.147 193.119 414.81 190.427L414.517 189.919ZM421.279 180.363C421.358 183.765 419.151 187.244 414.517 189.919L414.81 190.427C419.552 187.689 421.951 184.042 421.865 180.349L421.279 180.363ZM421.589 180.063H421.572V180.649H421.589V180.063ZM421.296 176.413V180.356H421.882V176.413H421.296ZM420.47 176.706H421.589V176.12H420.47V176.706Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_223_4686)'%3E%3Cpath d='M397.989 176.416H374.384V195.681H397.989V176.416Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M414.663 171.683L414.517 171.937L414.663 171.683ZM420.47 177.188L420.213 177.329L420.297 177.481H420.47V177.188ZM381.295 171.683L381.441 171.937L381.295 171.683ZM375.488 177.188V177.481H375.661L375.745 177.329L375.488 177.188ZM374.382 177.188V176.895H374.089V177.188H374.382ZM374.382 181.131H374.089V181.424H374.382V181.131ZM374.386 181.131L374.679 181.138L374.686 180.838H374.386V181.131ZM381.295 190.948L381.148 191.202L381.295 190.948ZM414.663 190.948L414.81 191.202L414.663 190.948ZM421.572 181.131V180.838H421.272L421.279 181.138L421.572 181.131ZM421.589 181.131V181.424H421.882V181.131H421.589ZM421.589 177.188H421.882V176.895H421.589V177.188ZM414.517 171.937C417.249 173.514 419.14 175.374 420.213 177.329L420.727 177.048C419.59 174.976 417.61 173.046 414.81 171.429L414.517 171.937ZM381.441 171.937C385.994 169.309 391.978 167.986 397.979 167.986C403.98 167.986 409.965 169.309 414.517 171.937L414.81 171.429C410.147 168.738 404.055 167.4 397.979 167.4C391.903 167.4 385.81 168.738 381.148 171.429L381.441 171.937ZM375.745 177.329C376.818 175.374 378.709 173.514 381.441 171.937L381.148 171.429C378.348 173.046 376.368 174.976 375.231 177.048L375.745 177.329ZM374.382 177.481H375.488V176.895H374.382V177.481ZM374.675 181.131V177.188H374.089V181.131H374.675ZM374.386 180.838H374.382V181.424H374.386V180.838ZM381.441 190.695C376.807 188.019 374.6 184.54 374.679 181.138L374.093 181.124C374.007 184.817 376.406 188.464 381.148 191.202L381.441 190.695ZM414.517 190.695C409.965 193.323 403.98 194.645 397.979 194.645C391.978 194.645 385.994 193.323 381.441 190.695L381.148 191.202C385.81 193.894 391.903 195.231 397.979 195.231C404.055 195.231 410.147 193.894 414.81 191.202L414.517 190.695ZM421.279 181.138C421.358 184.54 419.151 188.019 414.517 190.695L414.81 191.202C419.552 188.464 421.951 184.817 421.865 181.124L421.279 181.138ZM421.589 180.838H421.572V181.424H421.589V180.838ZM421.296 177.188V181.131H421.882V177.188H421.296ZM420.47 177.481H421.589V176.895H420.47V177.481Z' fill='%23060606'/%3E%3Cpath d='M414.664 185.309C423.879 179.99 423.879 171.364 414.664 166.044C405.45 160.724 390.51 160.724 381.296 166.044C372.081 171.364 372.081 179.99 381.296 185.309C390.51 190.629 405.45 190.629 414.664 185.309Z' fill='%23B0F127' stroke='%23060606' stroke-width='1.68'/%3E%3Cpath d='M403.061 170.009C401.426 168.734 398.93 168.982 396.24 169.739L394.285 167.862L392.306 168.548L394.209 170.377L392.64 170.937L390.725 169.097L388.747 169.783L390.7 171.66L389.45 172.108L389.443 172.102L386.712 173.048L387.983 174.269L389.42 173.77C390.222 173.492 390.763 173.67 391.081 173.875L393.307 176.015C393.379 175.99 393.451 175.969 393.525 175.95L393.315 176.023L396.434 179.02C396.55 179.178 396.644 179.462 396.084 179.657C396.123 179.66 394.645 180.155 394.645 180.155L395.672 181.657L398.248 180.763L399.67 180.279L401.647 182.178L403.625 181.492L401.669 179.613L403.26 179.073L405.205 180.944L407.185 180.257L405.212 178.361C408.426 177.096 410.252 175.804 408.663 173.899C407.385 172.365 405.526 172.127 403.364 172.521C404.16 171.785 404.259 170.942 403.061 170.009ZM404.517 175.031C405.995 176.45 401.618 177.749 400.277 178.215L397.659 175.698C399.001 175.233 402.977 173.551 404.517 175.031ZM399.902 171.8C401.245 173.092 397.577 174.159 396.46 174.547L394.085 172.264C395.203 171.877 398.5 170.454 399.902 171.8Z' fill='%23060606'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.471 171.414C419.366 169.4 417.43 167.505 414.664 165.908C405.449 160.588 390.51 160.588 381.295 165.908C378.529 167.505 376.594 169.4 375.488 171.414H374.383V175.356H374.387C374.304 178.904 376.607 182.466 381.295 185.173C390.51 190.493 405.449 190.493 414.664 185.173C419.352 182.466 421.655 178.904 421.572 175.356H421.59V171.414H420.471Z' fill='%23B0F127'/%3E%3Cpath d='M414.663 165.908L414.517 166.162L414.663 165.908ZM420.47 171.414L420.213 171.555L420.297 171.706H420.47V171.414ZM381.295 165.908L381.441 166.162L381.295 165.908ZM375.488 171.414V171.706H375.661L375.745 171.555L375.488 171.414ZM374.382 171.414V171.121H374.089V171.414H374.382ZM374.382 175.356H374.089V175.649H374.382V175.356ZM374.386 175.356L374.679 175.363L374.686 175.063H374.386V175.356ZM381.295 185.173L381.148 185.427L381.295 185.173ZM414.663 185.173L414.81 185.427L414.663 185.173ZM421.572 175.356V175.063H421.272L421.279 175.363L421.572 175.356ZM421.589 175.356V175.649H421.882V175.356H421.589ZM421.589 171.414H421.882V171.121H421.589V171.414ZM414.517 166.162C417.249 167.739 419.14 169.599 420.213 171.555L420.727 171.272C419.59 169.2 417.61 167.271 414.81 165.654L414.517 166.162ZM381.441 166.162C385.994 163.533 391.978 162.211 397.979 162.211C403.98 162.211 409.965 163.533 414.517 166.162L414.81 165.654C410.147 162.962 404.055 161.625 397.979 161.625C391.903 161.625 385.81 162.962 381.148 165.654L381.441 166.162ZM375.745 171.555C376.818 169.599 378.709 167.739 381.441 166.162L381.148 165.654C378.348 167.271 376.368 169.2 375.231 171.272L375.745 171.555ZM374.382 171.706H375.488V171.121H374.382V171.706ZM374.675 175.356V171.414H374.089V175.356H374.675ZM374.386 175.063H374.382V175.649H374.386V175.063ZM381.441 184.919C376.807 182.244 374.6 178.765 374.679 175.363L374.093 175.349C374.007 179.042 376.406 182.689 381.148 185.427L381.441 184.919ZM414.517 184.919C409.965 187.548 403.98 188.87 397.979 188.87C391.978 188.87 385.994 187.548 381.441 184.919L381.148 185.427C385.81 188.119 391.903 189.456 397.979 189.456C404.055 189.456 410.147 188.119 414.81 185.427L414.517 184.919ZM421.279 175.363C421.358 178.765 419.151 182.244 414.517 184.919L414.81 185.427C419.552 182.689 421.951 179.042 421.865 175.349L421.279 175.363ZM421.589 175.063H421.572V175.649H421.589V175.063ZM421.296 171.414V175.356H421.882V171.414H421.296ZM420.47 171.706H421.589V171.121H420.47V171.706Z' fill='%23060606'/%3E%3Cmask id='mask2_223_4686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='374' y='160' width='48' height='29'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.47 170.643C419.364 168.629 417.429 166.734 414.663 165.138C405.448 159.818 390.509 159.818 381.294 165.138C378.528 166.734 376.593 168.629 375.487 170.643H374.382V174.586H374.385C374.303 178.133 376.606 181.696 381.294 184.403C390.509 189.723 405.448 189.723 414.663 184.403C419.351 181.696 421.654 178.133 421.571 174.586H421.589V170.643H420.47Z' fill='%2371A407'/%3E%3Cpath d='M420.47 170.643L420.213 170.784L420.296 170.936H420.47V170.643ZM375.487 170.643V170.936H375.661L375.744 170.784L375.487 170.643ZM374.382 170.643V170.35H374.089V170.643H374.382ZM374.382 174.586H374.089V174.879H374.382V174.586ZM374.386 174.586L374.679 174.592L374.686 174.293H374.386V174.586ZM421.572 174.586V174.293H421.272L421.279 174.592L421.572 174.586ZM421.589 174.586V174.879H421.882V174.586H421.589ZM421.589 170.643H421.882V170.35H421.589V170.643ZM414.516 165.391C417.248 166.968 419.14 168.828 420.213 170.784L420.727 170.502C419.589 168.43 417.609 166.5 414.809 164.883L414.516 165.391ZM381.441 165.391C385.993 162.763 391.978 161.44 397.979 161.44C403.979 161.44 409.964 162.763 414.516 165.391L414.809 164.883C410.147 162.192 404.055 160.854 397.979 160.854C391.902 160.854 385.81 162.192 381.148 164.883L381.441 165.391ZM375.744 170.784C376.818 168.828 378.709 166.968 381.441 165.391L381.148 164.883C378.348 166.5 376.368 168.43 375.23 170.502L375.744 170.784ZM374.382 170.936H375.487V170.35H374.382V170.936ZM374.675 174.586V170.643H374.089V174.586H374.675ZM374.386 174.293H374.382V174.879H374.386V174.293ZM381.441 184.149C376.807 181.473 374.599 177.995 374.679 174.592L374.093 174.579C374.007 178.271 376.405 181.918 381.148 184.656L381.441 184.149ZM414.516 184.149C409.964 186.777 403.979 188.099 397.979 188.099C391.978 188.099 385.993 186.777 381.441 184.149L381.148 184.656C385.81 187.348 391.902 188.685 397.979 188.685C404.055 188.685 410.147 187.348 414.809 184.656L414.516 184.149ZM421.279 174.592C421.358 177.995 419.151 181.473 414.516 184.149L414.809 184.656C419.552 181.918 421.95 178.271 421.864 174.579L421.279 174.592ZM421.589 174.293H421.572V174.879H421.589V174.293ZM421.296 170.643V174.586H421.882V170.643H421.296ZM420.47 170.936H421.589V170.35H420.47V170.936Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_223_4686)'%3E%3Cpath d='M397.989 170.642H374.384V189.907H397.989V170.642Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M414.663 165.908L414.517 166.162L414.663 165.908ZM420.47 171.414L420.213 171.555L420.297 171.706H420.47V171.414ZM381.295 165.908L381.441 166.162L381.295 165.908ZM375.488 171.414V171.706H375.661L375.745 171.555L375.488 171.414ZM374.382 171.414V171.121H374.089V171.414H374.382ZM374.382 175.356H374.089V175.649H374.382V175.356ZM374.386 175.356L374.679 175.363L374.686 175.063H374.386V175.356ZM381.295 185.173L381.148 185.427L381.295 185.173ZM414.663 185.173L414.81 185.427L414.663 185.173ZM421.572 175.356V175.063H421.272L421.279 175.363L421.572 175.356ZM421.589 175.356V175.649H421.882V175.356H421.589ZM421.589 171.414H421.882V171.121H421.589V171.414ZM414.517 166.162C417.249 167.739 419.14 169.599 420.213 171.555L420.727 171.272C419.59 169.2 417.61 167.271 414.81 165.654L414.517 166.162ZM381.441 166.162C385.994 163.533 391.978 162.211 397.979 162.211C403.98 162.211 409.965 163.533 414.517 166.162L414.81 165.654C410.147 162.962 404.055 161.625 397.979 161.625C391.903 161.625 385.81 162.962 381.148 165.654L381.441 166.162ZM375.745 171.555C376.818 169.599 378.709 167.739 381.441 166.162L381.148 165.654C378.348 167.271 376.368 169.2 375.231 171.272L375.745 171.555ZM374.382 171.706H375.488V171.121H374.382V171.706ZM374.675 175.356V171.414H374.089V175.356H374.675ZM374.386 175.063H374.382V175.649H374.386V175.063ZM381.441 184.919C376.807 182.244 374.6 178.765 374.679 175.363L374.093 175.349C374.007 179.042 376.406 182.689 381.148 185.427L381.441 184.919ZM414.517 184.919C409.965 187.548 403.98 188.87 397.979 188.87C391.978 188.87 385.994 187.548 381.441 184.919L381.148 185.427C385.81 188.119 391.903 189.456 397.979 189.456C404.055 189.456 410.147 188.119 414.81 185.427L414.517 184.919ZM421.279 175.363C421.358 178.765 419.151 182.244 414.517 184.919L414.81 185.427C419.552 182.689 421.951 179.042 421.865 175.349L421.279 175.363ZM421.589 175.063H421.572V175.649H421.589V175.063ZM421.296 171.414V175.356H421.882V171.414H421.296ZM420.47 171.706H421.589V171.121H420.47V171.706Z' fill='%23060606'/%3E%3Cpath d='M414.663 179.534C423.878 174.214 423.878 165.589 414.663 160.269C405.449 154.949 390.509 154.949 381.295 160.269C372.08 165.589 372.08 174.214 381.295 179.534C390.509 184.854 405.449 184.854 414.663 179.534Z' fill='%23B0F127' stroke='%23060606' stroke-width='1.68'/%3E%3Cpath d='M403.06 164.234C401.425 162.959 398.929 163.207 396.239 163.965L394.284 162.087L392.305 162.773L394.208 164.602L392.639 165.162L390.724 163.322L388.746 164.008L390.699 165.886L389.449 166.333L389.443 166.327L386.711 167.274L387.982 168.494L389.42 167.995C390.221 167.717 390.762 167.895 391.08 168.101L393.306 170.24C393.378 170.215 393.45 170.193 393.524 170.175L393.314 170.248L396.433 173.245C396.549 173.403 396.643 173.687 396.083 173.881C396.122 173.886 394.644 174.381 394.644 174.381L395.671 175.882L398.247 174.988L399.669 174.504L401.646 176.403L403.624 175.717L401.668 173.838L403.259 173.298L405.204 175.169L407.184 174.482L405.212 172.586C408.425 171.321 410.251 170.029 408.662 168.124C407.384 166.59 405.525 166.352 403.363 166.746C404.16 166.01 404.258 165.167 403.06 164.234ZM404.516 169.256C405.994 170.675 401.617 171.974 400.276 172.44L397.658 169.924C399 169.458 402.976 167.776 404.516 169.256ZM399.901 166.025C401.244 167.317 397.576 168.384 396.459 168.772L394.084 166.49C395.202 166.102 398.499 164.679 399.901 166.025Z' fill='%23060606'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.47 165.908C419.365 163.894 417.429 162 414.663 160.402C405.448 155.083 390.509 155.083 381.294 160.402C378.528 162 376.593 163.894 375.487 165.908H374.382V169.851H374.386C374.303 173.398 376.606 176.961 381.294 179.668C390.509 184.988 405.448 184.988 414.663 179.668C419.351 176.961 421.654 173.398 421.571 169.851H421.589V165.908H420.47Z' fill='%23B0F127'/%3E%3Cpath d='M414.663 160.402L414.516 160.656L414.663 160.402ZM420.47 165.908L420.213 166.049L420.297 166.201H420.47V165.908ZM381.295 160.402L381.441 160.656L381.295 160.402ZM375.488 165.908V166.201H375.661L375.744 166.049L375.488 165.908ZM374.382 165.908V165.615H374.089V165.908H374.382ZM374.382 169.851H374.089V170.144H374.382V169.851ZM374.386 169.851L374.679 169.857L374.686 169.558H374.386V169.851ZM381.295 179.668L381.148 179.922L381.295 179.668ZM414.663 179.668L414.809 179.922L414.663 179.668ZM421.572 169.851V169.558H421.272L421.279 169.857L421.572 169.851ZM421.589 169.851V170.144H421.882V169.851H421.589ZM421.589 165.908H421.882V165.615H421.589V165.908ZM414.516 160.656C417.249 162.234 419.14 164.093 420.213 166.049L420.727 165.767C419.589 163.695 417.61 161.766 414.809 160.149L414.516 160.656ZM381.441 160.656C385.993 158.028 391.978 156.706 397.979 156.706C403.979 156.706 409.964 158.028 414.516 160.656L414.809 160.149C410.147 157.457 404.055 156.12 397.979 156.12C391.902 156.12 385.81 157.457 381.148 160.149L381.441 160.656ZM375.744 166.049C376.818 164.093 378.709 162.234 381.441 160.656L381.148 160.149C378.348 161.766 376.368 163.695 375.231 165.767L375.744 166.049ZM374.382 166.201H375.488V165.615H374.382V166.201ZM374.675 169.851V165.908H374.089V169.851H374.675ZM374.386 169.558H374.382V170.144H374.386V169.558ZM381.441 179.414C376.807 176.738 374.6 173.26 374.679 169.857L374.093 169.844C374.007 173.537 376.405 177.183 381.148 179.922L381.441 179.414ZM414.516 179.414C409.964 182.042 403.98 183.365 397.979 183.365C391.978 183.365 385.993 182.042 381.441 179.414L381.148 179.922C385.81 182.613 391.902 183.951 397.979 183.951C404.055 183.951 410.147 182.613 414.809 179.922L414.516 179.414ZM421.279 169.857C421.358 173.26 419.151 176.738 414.516 179.414L414.809 179.922C419.552 177.183 421.951 173.537 421.865 169.844L421.279 169.857ZM421.589 169.558H421.572V170.144H421.589V169.558ZM421.296 165.908V169.851H421.882V165.908H421.296ZM420.47 166.201H421.589V165.615H420.47V166.201Z' fill='%23060606'/%3E%3Cmask id='mask3_223_4686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='374' y='155' width='48' height='29'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.47 165.138C419.365 163.125 417.429 161.23 414.663 159.633C405.448 154.313 390.509 154.313 381.294 159.633C378.528 161.23 376.593 163.125 375.487 165.138H374.382V169.081H374.386C374.303 172.629 376.606 176.191 381.294 178.898C390.509 184.218 405.448 184.218 414.663 178.898C419.351 176.191 421.654 172.629 421.572 169.081H421.589V165.138H420.47Z' fill='%2371A407'/%3E%3Cpath d='M420.47 165.138L420.213 165.279L420.296 165.431H420.47V165.138ZM375.487 165.138V165.431H375.661L375.744 165.279L375.487 165.138ZM374.382 165.138V164.845H374.089V165.138H374.382ZM374.382 169.081H374.089V169.374H374.382V169.081ZM374.385 169.081L374.678 169.088L374.685 168.788H374.385V169.081ZM421.571 169.081V168.788H421.271L421.278 169.088L421.571 169.081ZM421.589 169.081V169.374H421.882V169.081H421.589ZM421.589 165.138H421.882V164.845H421.589V165.138ZM414.516 159.887C417.248 161.464 419.14 163.324 420.213 165.279L420.727 164.997C419.589 162.925 417.609 160.996 414.809 159.379L414.516 159.887ZM381.441 159.887C385.993 157.258 391.978 155.936 397.978 155.936C403.979 155.936 409.964 157.258 414.516 159.887L414.809 159.379C410.147 156.687 404.055 155.35 397.978 155.35C391.902 155.35 385.81 156.687 381.148 159.379L381.441 159.887ZM375.744 165.279C376.818 163.324 378.709 161.464 381.441 159.887L381.148 159.379C378.348 160.996 376.368 162.925 375.23 164.997L375.744 165.279ZM374.382 165.431H375.487V164.845H374.382V165.431ZM374.675 169.081V165.138H374.089V169.081H374.675ZM374.385 168.788H374.382V169.374H374.385V168.788ZM381.441 178.644C376.806 175.969 374.599 172.49 374.678 169.088L374.093 169.074C374.007 172.767 376.405 176.413 381.148 179.152L381.441 178.644ZM414.516 178.644C409.964 181.273 403.979 182.595 397.978 182.595C391.977 182.595 385.993 181.273 381.441 178.644L381.148 179.152C385.81 181.844 391.902 183.181 397.978 183.181C404.055 183.181 410.147 181.844 414.809 179.152L414.516 178.644ZM421.278 169.088C421.358 172.49 419.15 175.969 414.516 178.644L414.809 179.152C419.552 176.413 421.95 172.767 421.864 169.074L421.278 169.088ZM421.589 168.788H421.571V169.374H421.589V168.788ZM421.296 165.138V169.081H421.882V165.138H421.296ZM420.47 165.431H421.589V164.845H420.47V165.431Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_223_4686)'%3E%3Cpath d='M397.989 165.136H374.385V184.401H397.989V165.136Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M414.663 160.402L414.516 160.656L414.663 160.402ZM420.47 165.908L420.213 166.049L420.297 166.201H420.47V165.908ZM381.295 160.402L381.441 160.656L381.295 160.402ZM375.488 165.908V166.201H375.661L375.744 166.049L375.488 165.908ZM374.382 165.908V165.615H374.089V165.908H374.382ZM374.382 169.851H374.089V170.144H374.382V169.851ZM374.386 169.851L374.679 169.857L374.686 169.558H374.386V169.851ZM381.295 179.668L381.148 179.922L381.295 179.668ZM414.663 179.668L414.809 179.922L414.663 179.668ZM421.572 169.851V169.558H421.272L421.279 169.857L421.572 169.851ZM421.589 169.851V170.144H421.882V169.851H421.589ZM421.589 165.908H421.882V165.615H421.589V165.908ZM414.516 160.656C417.249 162.234 419.14 164.093 420.213 166.049L420.727 165.767C419.589 163.695 417.61 161.766 414.809 160.149L414.516 160.656ZM381.441 160.656C385.993 158.028 391.978 156.706 397.979 156.706C403.979 156.706 409.964 158.028 414.516 160.656L414.809 160.149C410.147 157.457 404.055 156.12 397.979 156.12C391.902 156.12 385.81 157.457 381.148 160.149L381.441 160.656ZM375.744 166.049C376.818 164.093 378.709 162.234 381.441 160.656L381.148 160.149C378.348 161.766 376.368 163.695 375.231 165.767L375.744 166.049ZM374.382 166.201H375.488V165.615H374.382V166.201ZM374.675 169.851V165.908H374.089V169.851H374.675ZM374.386 169.558H374.382V170.144H374.386V169.558ZM381.441 179.414C376.807 176.738 374.6 173.26 374.679 169.857L374.093 169.844C374.007 173.537 376.405 177.183 381.148 179.922L381.441 179.414ZM414.516 179.414C409.964 182.042 403.98 183.365 397.979 183.365C391.978 183.365 385.993 182.042 381.441 179.414L381.148 179.922C385.81 182.613 391.902 183.951 397.979 183.951C404.055 183.951 410.147 182.613 414.809 179.922L414.516 179.414ZM421.279 169.857C421.358 173.26 419.151 176.738 414.516 179.414L414.809 179.922C419.552 177.183 421.951 173.537 421.865 169.844L421.279 169.857ZM421.589 169.558H421.572V170.144H421.589V169.558ZM421.296 165.908V169.851H421.882V165.908H421.296ZM420.47 166.201H421.589V165.615H420.47V166.201Z' fill='%23060606'/%3E%3Cpath d='M414.663 174.026C423.878 168.706 423.878 160.081 414.663 154.761C405.449 149.441 390.509 149.441 381.295 154.761C372.08 160.081 372.08 168.706 381.295 174.026C390.509 179.346 405.449 179.346 414.663 174.026Z' fill='white' stroke='%23060606' stroke-width='1.68'/%3E%3Cpath d='M403.06 158.726C401.425 157.451 398.929 157.699 396.239 158.456L394.284 156.578L392.305 157.265L394.208 159.094L392.639 159.654L390.724 157.814L388.746 158.5L390.699 160.378L389.449 160.825L389.443 160.819L386.711 161.766L387.982 162.986L389.42 162.487C390.221 162.209 390.762 162.387 391.08 162.593L393.306 164.732C393.378 164.707 393.45 164.685 393.524 164.667L393.314 164.74L396.433 167.737C396.549 167.895 396.643 168.178 396.083 168.373C396.122 168.378 394.644 168.872 394.644 168.872L395.671 170.374L398.247 169.48L399.669 168.996L401.646 170.895L403.624 170.209L401.668 168.33L403.259 167.79L405.204 169.661L407.184 168.974L405.212 167.078C408.425 165.813 410.251 164.521 408.662 162.616C407.384 161.082 405.525 160.844 403.363 161.238C404.16 160.502 404.258 159.658 403.06 158.726ZM404.516 163.748C405.994 165.167 401.617 166.466 400.276 166.932L397.658 164.416C399 163.95 402.976 162.268 404.516 163.748ZM399.901 160.517C401.244 161.809 397.576 162.876 396.459 163.263L394.084 160.982C395.202 160.594 398.499 159.17 399.901 160.517Z' fill='%23060606'/%3E%3Ccircle cx='195.664' cy='88.2068' r='59.1557' fill='%23B9F641' stroke='%23121212' stroke-width='4'/%3E%3Crect x='221.387' y='130.904' width='20.6761' height='73.3934' rx='10.3381' transform='rotate(-38.9744 221.387 130.904)' fill='%23B9F641' stroke='%23121212' stroke-width='4'/%3E%3Crect x='229.325' y='129.279' width='19.8128' height='70.6857' rx='9.90642' transform='rotate(-38.9744 229.325 129.279)' fill='%23F5F5F5' stroke='%23121212' stroke-width='4'/%3E%3Ccircle cx='206.488' cy='81.3517' r='57.3517' fill='%23F5F5F5' stroke='%23121212' stroke-width='4'/%3E%3Cpath d='M218.033 41.3029C225.309 42.265 241.016 48.6993 245.634 66.7393' stroke='%23121212' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='246.897' cy='73.414' r='1.9844' fill='%23121212'/%3E%3Cpath d='M20.0403 75.6469C19.9067 75.6469 19.9067 75.6469 19.7731 75.6469L1.06904 66.8245C0.801838 66.6908 0.668213 66.4235 0.668213 66.1561V42.2285C0.668213 41.9612 0.80183 41.8275 0.93543 41.6939C1.06903 41.5602 1.20261 41.5602 1.33622 41.5602C1.46982 41.5602 1.46983 41.5602 1.60343 41.5602L20.3075 50.65C20.5747 50.7837 20.7083 51.051 20.7083 51.3184V74.9786C20.7083 75.2459 20.5747 75.3796 20.4411 75.5133C20.3075 75.5133 20.1739 75.6469 20.0403 75.6469Z' fill='white'/%3E%3Cpath d='M1.336 42.2286L20.0401 51.3184V74.9786L1.336 66.1561V42.2286ZM1.336 40.8918C1.0688 40.8918 0.801603 41.0255 0.668002 41.1592C0.267201 41.4265 0 41.8276 0 42.2286V66.1561C0 66.6908 0.267209 67.0919 0.801611 67.3592L19.5057 76.1817C19.6393 76.3153 19.9065 76.3153 20.0401 76.3153C20.3073 76.3153 20.5745 76.1817 20.7081 76.048C21.1089 75.7806 21.3761 75.3796 21.3761 74.9786V51.3184C21.3761 50.7837 21.1089 50.3827 20.5745 50.1153L1.87044 41.0255C1.73684 40.8919 1.60321 40.8918 1.336 40.8918Z' fill='%23060606'/%3E%3Cpath d='M20.0403 75.647C19.9067 75.647 19.7731 75.647 19.6395 75.5133C19.5059 75.3796 19.3723 75.1123 19.3723 74.9786V51.3184C19.3723 51.051 19.5059 50.7837 19.7731 50.7837L38.0764 41.1592C38.21 41.1592 38.3436 41.0255 38.3436 41.0255C38.4772 41.0255 38.6108 41.0255 38.7444 41.1592C38.878 41.2929 39.0116 41.5602 39.0116 41.6939V66.0225C39.0116 66.2898 38.878 66.5572 38.6108 66.5572L20.3075 75.647C20.3075 75.647 20.1739 75.647 20.0403 75.647Z' fill='black'/%3E%3Cpath d='M38.3434 41.5602V65.8888L20.0401 74.9786V51.3184L38.3434 41.5602ZM38.3434 40.2235C38.0762 40.2235 37.9426 40.2235 37.6754 40.3572L19.3721 49.9817C18.9713 50.249 18.7041 50.6501 18.7041 51.1847V74.845C18.7041 75.246 18.9713 75.7807 19.3721 75.9144C19.6393 76.048 19.7729 76.1817 20.0401 76.1817C20.3073 76.1817 20.4409 76.1817 20.5745 76.048L38.8778 66.9582C39.2786 66.6909 39.6794 66.2899 39.6794 65.7552V41.5602C39.6794 41.0256 39.4122 40.6245 39.0114 40.3572C38.8778 40.3572 38.6106 40.2235 38.3434 40.2235Z' fill='%23060606'/%3E%3Cpath d='M20.0403 51.9866C19.9067 51.9866 19.9067 51.9866 19.7731 51.9866L1.06904 42.8968C0.801838 42.7632 0.668213 42.4958 0.668213 42.3622C0.668213 42.0948 0.801838 41.8275 1.06904 41.6938L19.7731 31.8019C19.9067 31.8019 20.0403 31.6683 20.0403 31.6683C20.1739 31.6683 20.3075 31.6683 20.3075 31.8019L38.6108 41.0254C38.878 41.1591 39.0116 41.4264 39.0116 41.5601C39.0116 41.6938 38.878 42.0948 38.6108 42.0948L20.3075 51.7193C20.3075 51.853 20.1739 51.9866 20.0403 51.9866Z' fill='%23B0F127'/%3E%3Cpath d='M20.0401 32.3367L38.3433 41.5602L20.0401 51.1847L1.336 42.0949L20.0401 32.3367ZM20.0401 31C19.7729 31 19.6393 31 19.3721 31.1337L0.668002 41.0255C0.267201 41.2929 0 41.6939 0 42.2286C0 42.7633 0.267209 43.1643 0.801611 43.4316L19.5057 52.5214C19.6393 52.6551 19.9065 52.6551 20.0401 52.6551C20.3073 52.6551 20.4409 52.6551 20.7081 52.5214L39.0114 42.8969C39.4122 42.6296 39.6794 42.2286 39.6794 41.6939C39.6794 41.1592 39.4122 40.7582 39.0114 40.4908L20.7081 31.2673C20.4409 31.1337 20.3073 31 20.0401 31Z' fill='%23060606'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-account-manager-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.8391 12.7548L42.0415 16.4762C42.8348 16.9522 43.4914 17.6255 43.9473 18.4306C44.4031 19.2356 44.6427 20.1451 44.6426 21.0702V40.4762C44.6426 41.897 44.0782 43.2596 43.0736 44.2643C42.0689 45.2689 40.7063 45.8333 39.2855 45.8333H10.7141C9.29327 45.8333 7.93066 45.2689 6.926 44.2643C5.92135 43.2596 5.35693 41.897 5.35693 40.4762V21.0702C5.3567 20.1449 5.59618 19.2352 6.05203 18.4299C6.50789 17.6246 7.16458 16.9511 7.95812 16.475L14.1605 12.7548L15.9974 15.8167L9.79503 19.5381C9.53036 19.697 9.31139 19.9218 9.1595 20.1905C9.0076 20.4592 8.92797 20.7627 8.92836 21.0714V40.4762C8.92836 40.9498 9.1165 41.404 9.45139 41.7389C9.78627 42.0738 10.2405 42.2619 10.7141 42.2619H39.2855C39.7591 42.2619 40.2133 42.0738 40.5482 41.7389C40.8831 41.404 41.0712 40.9498 41.0712 40.4762V21.0702C41.0714 20.7618 40.9917 20.4585 40.8398 20.19C40.6879 19.9215 40.469 19.6969 40.2046 19.5381L34.0022 15.8167L35.8391 12.7548ZM24.9998 5.95239L32.1426 10.2381L29.101 16.6667H28.9974L30.9522 33.0202L24.9998 38.0952L19.0474 33.0202L21.001 16.6667H20.9176L17.8569 10.2381L24.9998 5.95239ZM25.8581 16.6667H24.1403L22.3403 31.7322L24.9998 33.9988L27.6593 31.7322L25.8569 16.6667H25.8581ZM24.9998 10.1179L22.476 11.631L23.1724 13.0953H26.8391L27.5296 11.6357L24.9998 10.1191V10.1179Z' fill='%2383E5DA'/%3E%3Cpath d='M35.8391 12.7548L42.0415 16.4762C42.8348 16.9521 43.4914 17.6255 43.9473 18.4305C44.4031 19.2356 44.6427 20.1451 44.6426 21.0702V40.4762C44.6426 41.897 44.0782 43.2596 43.0736 44.2643C42.0689 45.2689 40.7063 45.8333 39.2855 45.8333H10.7141C9.29327 45.8333 7.93066 45.2689 6.926 44.2643C5.92135 43.2596 5.35693 41.897 5.35693 40.4762V21.0702C5.3567 20.1449 5.59618 19.2352 6.05203 18.4299C6.50789 17.6246 7.16458 16.9511 7.95812 16.475L14.1605 12.7548L15.9974 15.8167L9.79503 19.5381C9.53036 19.697 9.31139 19.9217 9.1595 20.1905C9.0076 20.4592 8.92797 20.7627 8.92836 21.0714V40.4762C8.92836 40.9498 9.1165 41.404 9.45139 41.7389C9.78627 42.0738 10.2405 42.2619 10.7141 42.2619H39.2855C39.7591 42.2619 40.2133 42.0738 40.5482 41.7389C40.8831 41.404 41.0712 40.9498 41.0712 40.4762V21.0702C41.0714 20.7617 40.9917 20.4585 40.8398 20.19C40.6879 19.9214 40.469 19.6969 40.2046 19.5381L34.0022 15.8167L35.8391 12.7548Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-activity-gift-box {
    background: url("data:image/svg+xml;utf8,%3Csvg width='28' height='34' viewBox='0 0 28 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 40127'%3E%3Cpath id='Vector' d='M13.7572 21.9284L0.25 14.993V9.82675L13.7572 16.7484V21.9284Z' fill='white' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_2' d='M13.7567 32.8568L1.125 26.0075V17.007L13.7567 23.5663V32.8568Z' fill='white' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_3' d='M12.7211 22.2099L1.375 16.5166V16.0629L12.7211 22.2099Z' fill='%2317191A' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath id='Vector_4' d='M14.2568 23.5663L26.8886 17.007V26.0075L14.2568 32.8568V23.5663Z' fill='white' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_5' d='M14.2568 22.4867L26.8886 15.6432L26.8886 16.671L14.2568 23.0094V22.4867Z' fill='%2317191A' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_6' d='M14.2568 16.7483L27.7497 9.82694V14.9931L14.2568 21.9283V16.7483Z' fill='white' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_7' d='M14.0071 16.3146L0.551252 9.41926L14.0071 2.62046L27.4492 9.41926L14.0071 16.3146Z' fill='white' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_8' d='M7.80105 18.7874L6.05239 17.9741L6.19457 12.9317L7.80105 13.7352V18.7874Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_9' d='M8.14578 29.8019L6.39505 28.798L6.54367 20.0401L8.14578 20.8414V29.8019Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_10' d='M20.2713 13.6922L21.9189 12.8737L22.0483 17.9739L20.2972 18.7884L20.2713 13.6922Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_11' d='M19.9551 20.8414L21.5572 20.0401L21.7058 28.798L19.9551 29.8019V20.8414Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_12' d='M8.09493 13.3559L6.63152 12.5871L19.7233 5.5219L21.4529 6.39236L8.09493 13.3559Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_13' d='M6.69267 6.32107L8.4354 5.44946L21.5815 12.4315L20.0198 13.2553L6.69267 6.32107Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_14' d='M12.3997 7.11547C12.3982 7.11285 12.3967 7.11021 12.3952 7.10755C12.3217 6.981 12.1995 6.82232 12.004 6.68718C11.6037 6.41044 10.9553 6.27106 9.93117 6.57991L10.0033 6.81925L9.9315 6.57981C9.64517 6.66573 9.40007 6.88276 9.19974 7.14082C8.99637 7.40278 8.82047 7.73096 8.67909 8.08029C8.39812 8.77454 8.23585 9.59722 8.29041 10.2287L8.29056 10.2304C8.32262 10.5751 8.45532 11.0396 8.68221 11.4897C8.74514 11.6146 8.81616 11.74 8.89547 11.8627C8.78992 11.8107 8.68036 11.7534 8.56899 11.6906C7.85479 11.2879 7.10979 10.6845 6.8241 9.85319C6.54044 9.02777 6.77027 7.90547 7.28637 6.95467C7.54151 6.48463 7.85839 6.07286 8.19589 5.77566C8.53562 5.47651 8.87765 5.30922 9.1862 5.28869C9.5122 5.27052 9.93511 5.37235 10.4056 5.5564C10.8711 5.73848 11.3586 5.99108 11.8047 6.24959C12.2499 6.50762 12.6491 6.76874 12.9371 6.96556C12.9438 6.97014 12.9505 6.97469 12.9571 6.97919L12.3997 7.11547Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath id='Vector_15' d='M21.1592 2.90494L21.16 2.90588C21.5783 3.38914 21.5787 4.21575 21.286 5.08697C20.997 5.94746 20.4589 6.73381 19.9717 7.07362L19.9714 7.07387C19.3427 7.51406 18.6328 7.88384 17.8972 8.23568C17.633 8.36206 17.3634 8.48701 17.0935 8.61215C16.6199 8.83163 16.1451 9.05172 15.6956 9.28112L15.6948 9.28152C14.718 9.78446 13.7485 10.2945 12.7801 10.8039L12.7795 10.8042C11.8409 11.298 10.9033 11.7913 9.95939 12.2779C9.95223 12.2744 9.94438 12.2707 9.93611 12.2671C9.92639 12.2629 9.91341 12.2577 9.89794 12.2529C9.87317 12.2333 9.83919 12.2058 9.79813 12.1708C9.70536 12.0918 9.57723 11.9755 9.43796 11.828C9.2056 11.5818 8.95017 11.2572 8.77238 10.8814L11.3478 10.0872L11.3721 10.0797L11.3944 10.0675C11.6018 9.95375 11.7978 9.84062 11.9922 9.72833C12.2373 9.58681 12.4801 9.44664 12.7405 9.30825L12.7418 9.30758C12.8602 9.24381 12.9745 9.15422 13.0484 9.02487C13.125 8.89081 13.1439 8.73904 13.1128 8.58133C13.0458 8.21631 12.8228 7.90806 12.648 7.6666C12.6406 7.65638 12.6333 7.64627 12.6261 7.63629C12.5855 7.57821 12.5427 7.51335 12.497 7.44403C12.337 7.20155 12.141 6.90456 11.8774 6.65282L11.8774 6.65279L11.8737 6.64937C11.8451 6.62315 11.7651 6.53342 11.6482 6.39493C11.5726 6.30538 11.487 6.20198 11.3996 6.09537C11.4044 6.09713 11.4091 6.09886 11.4137 6.10055C11.4631 6.11862 11.5136 6.1359 11.5538 6.14587L11.555 6.14618C11.5602 6.14747 11.5699 6.1499 11.5827 6.1522C11.7632 6.25931 11.9121 6.36558 12.0572 6.46924C12.0805 6.48585 12.1037 6.50239 12.1269 6.51886C12.3063 6.64632 12.491 6.77226 12.7126 6.86301C13.6486 7.27007 14.6961 7.37254 15.6888 7.26922C16.0641 7.23894 16.436 7.16418 16.7788 7.09273L16.7788 7.0928L16.7845 7.09147C17.3733 6.95431 17.882 6.58751 18.29 6.1319C18.6985 5.67571 19.0182 5.11769 19.2284 4.56982C19.5039 3.86827 19.465 3.21618 19.3057 2.59574C19.1987 2.17931 19.0305 1.7572 18.8667 1.3462C18.8632 1.33734 18.8597 1.3285 18.8561 1.31966C19.0012 1.38077 19.17 1.45711 19.3524 1.54949C19.9294 1.84152 20.6293 2.28655 21.1592 2.90494Z' fill='black' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_16' d='M15.0299 8.84292L13.8411 7.05923C13.8573 7.0158 13.878 6.96107 13.9028 6.8963C13.9714 6.71679 14.0718 6.46028 14.1984 6.1532C14.4517 5.53849 14.8088 4.72375 15.2251 3.91945C15.6427 3.11242 16.1136 2.32834 16.5923 1.76724C16.8317 1.48659 17.0648 1.27166 17.2851 1.13624C17.5046 1.00134 17.6943 0.955269 17.8597 0.97968C18.4381 1.0672 18.9875 1.30124 19.3978 1.5186C19.517 1.58174 19.6234 1.64295 19.7143 1.69788C19.1519 2.04252 18.614 2.59358 18.12 3.22473C17.5065 4.00865 16.9392 4.94453 16.4568 5.83924C15.9737 6.73501 15.5726 7.59549 15.2923 8.23162C15.1873 8.46994 15.0991 8.677 15.0299 8.84292Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.5' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-ad-close {
    background: url("data:image/svg+xml;utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='14.9333' fill='%23121212' stroke='%23999999' stroke-width='1.6'/%3E%3Cpath d='M11.2 11.2L20.8 20.8M20.8 11.2L11.2 20.8' stroke='%23999999' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-brochure {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 40493'%3E%3Cg id='Group 40270'%3E%3Cpath id='Rectangle 34625629' d='M12 21L61 21.4902L62 40.1176L49 53.3529V60.2157L56 59.2353L62 55.5588V71H12V21Z' fill='%23B9F641'/%3E%3Cpath id='Vector 4311' d='M47.9404 53.0835L71.4404 30.5835L77.9404 36.5835L75.4404 40.0835L67.4404 48.5835L53.9404 59.5835H48.4404L47.9404 53.0835Z' fill='%23B9F641'/%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M61.22 56.2236C60.42 57.0136 59.68 57.7436 58.94 58.4836C58.27 59.1536 57.59 59.8237 56.93 60.5137C56.45 61.0137 55.87 61.2236 55.18 61.2236C53.08 61.2136 50.98 61.2236 48.88 61.2236C47.51 61.2236 46.84 60.5637 46.84 59.2037C46.84 57.1337 46.86 55.0637 46.84 53.0037C46.84 52.2137 47.08 51.6036 47.64 51.0436C51.94 46.7636 56.22 42.4536 60.53 38.1736C61.05 37.6536 61.28 37.1337 61.27 36.3837C61.23 31.9437 61.02 27.4884 61.02 23.0484C61.02 21.7884 60.53 21.7347 59.5 21.6C58.2 21.43 57.51 20.42 57.99 19.36C58.28 18.71 58.99 18.3501 59.77 18.4401C62.65 18.7701 64.2 20.2484 64.21 23.2384C64.23 26.6584 64.44 30.1036 64.44 33.5236C64.44 33.7036 64.44 33.8736 64.44 34.1536C64.61 34.0036 64.71 33.9336 64.8 33.8436C66.53 32.0836 68.25 30.3137 69.99 28.5637C71.3 27.2437 71.93 27.2636 73.23 28.5936C75.33 30.7136 77.43 32.8337 79.53 34.9537C79.62 35.0437 79.72 35.1437 79.81 35.2437C80.6 36.0937 80.63 36.8236 79.83 37.6536C78.47 39.0736 77.08 40.4636 75.68 41.8536C72.01 45.4936 68.34 49.1336 64.68 52.7836C64.52 52.9436 64.44 53.2536 64.44 53.4836C64.43 58.0336 64.44 62.5837 64.43 67.1437C64.43 68.8837 63.88 70.3836 62.43 71.4636C61.43 72.2036 60.28 72.4237 59.08 72.4337C55.68 72.4437 52.28 72.4337 48.87 72.4337C37.65 72.4337 26.42 72.4337 15.2 72.4337C12.67 72.4337 10.72 71.0037 10.16 68.7037C10.03 68.1937 10 67.6436 10 67.1136C10 52.4736 10 37.8337 10 23.1937C10 20.1937 11.93 18.1637 14.92 18.0137C15.1 18.0137 15.29 18.0137 15.47 18.0137C27.91 18.0137 46.77 18.41 59.21 18.41C59.49 18.41 59.78 18.44 60.05 18.51C60.74 18.69 61.25 19.34 61.24 20C61.24 20.69 60.72 21.34 60 21.5C59.7 21.57 59.37 21.6 59.06 21.6C46.6 21.6 27.73 21.2037 15.27 21.2037C15.05 21.2037 14.84 21.2036 14.62 21.2136C13.8 21.2936 13.22 21.9237 13.2 22.7537C13.2 22.8537 13.2 22.9536 13.2 23.0536C13.2 37.7737 13.2 52.5036 13.2 67.2236C13.2 67.3536 13.2 67.4937 13.2 67.6237C13.25 68.6137 13.88 69.2236 14.87 69.2336C20.36 69.2336 25.84 69.2336 31.33 69.2336C40.69 69.2336 50.04 69.2336 59.4 69.2336C60.56 69.2336 61.22 68.6436 61.22 67.5236C61.23 63.8336 61.22 60.1536 61.22 56.4636C61.22 56.4136 61.21 56.3636 61.19 56.2236H61.22ZM50.05 58.0137C51.61 58.0137 53.13 58.0337 54.64 58.0037C54.9 58.0037 55.23 57.8637 55.42 57.6837C60.7 52.4437 65.96 47.1937 71.22 41.9437C71.32 41.8437 71.41 41.7337 71.44 41.7037C69.74 39.9837 68.08 38.3137 66.41 36.6237C66.38 36.6537 66.32 36.6936 66.28 36.7336C60.93 42.0836 55.58 47.4436 50.24 52.8036C50.14 52.9036 50.07 53.0936 50.07 53.2336C50.06 54.8036 50.07 56.3637 50.07 58.0137H50.05ZM71.59 31.4537C70.65 32.4137 69.67 33.4136 68.75 34.3636C70.38 36.0136 72.06 37.7036 73.7 39.3536C74.67 38.4036 75.65 37.4337 76.63 36.4537C74.95 34.7837 73.28 33.1237 71.59 31.4537Z' fill='%23111111'/%3E%3Cpath id='Vector_2' d='M37.2303 29.1936C42.4103 29.1936 47.6003 29.1936 52.7803 29.1936C53.0903 29.1936 53.4203 29.2236 53.7103 29.3136C54.3603 29.4936 54.8503 30.1736 54.8303 30.8136C54.8103 31.4736 54.3303 32.1036 53.6703 32.2836C53.3803 32.3636 53.0803 32.3936 52.7803 32.3936C42.3803 32.3936 31.9703 32.3936 21.5703 32.3936C21.2003 32.3936 20.8003 32.3236 20.4603 32.1836C19.8703 31.9436 19.5503 31.3236 19.5903 30.6836C19.6303 30.0736 20.0703 29.4936 20.6803 29.3336C21.0003 29.2536 21.3403 29.2136 21.6703 29.2136C26.8503 29.2136 32.0403 29.2136 37.2203 29.2136L37.2303 29.1936Z' fill='%23111111'/%3E%3Cpath id='Vector_3' d='M37.2902 38.8037C42.4602 38.8037 47.6302 38.8037 52.7902 38.8037C53.1002 38.8037 53.4302 38.8337 53.7202 38.9237C54.3502 39.1037 54.8302 39.7537 54.8302 40.3737C54.8302 41.0237 54.3602 41.6837 53.7102 41.8737C53.4102 41.9537 53.0902 41.9937 52.7702 41.9937C42.3802 41.9937 32.0002 41.9937 21.6102 41.9937C21.3002 41.9937 20.9702 41.9537 20.6702 41.8737C20.0002 41.6837 19.5702 41.0637 19.5802 40.3737C19.5802 39.7237 20.0402 39.0937 20.6802 38.9237C21.0002 38.8437 21.3402 38.8037 21.6702 38.8037C26.8702 38.8037 32.0702 38.8037 37.2702 38.8037H37.2902Z' fill='%23111111'/%3E%3Cpath id='Vector_4' d='M31.6896 51.6036C28.3396 51.6036 24.9896 51.6036 21.6396 51.6036C21.3396 51.6036 21.0396 51.5736 20.7496 51.4936C20.0496 51.3136 19.5996 50.7036 19.5996 49.9836C19.5996 49.3136 20.0696 48.6836 20.7396 48.5136C21.0096 48.4436 21.2996 48.4036 21.5796 48.4036C28.3096 48.4036 35.0496 48.4036 41.7796 48.4036C42.3796 48.4036 42.9496 48.5036 43.3596 48.9936C43.7496 49.4636 43.8796 50.0036 43.6296 50.5836C43.3496 51.2336 42.8096 51.5136 42.1396 51.6036C41.9796 51.6236 41.8096 51.6036 41.6396 51.6036C38.3196 51.6036 35.0096 51.6036 31.6896 51.6036Z' fill='%23111111'/%3E%3Cpath id='Vector_5' d='M31.5699 61.2137C28.2699 61.2137 24.9699 61.2137 21.6699 61.2137C21.3599 61.2137 21.0399 61.1837 20.7299 61.1037C20.0299 60.9237 19.5898 60.3037 19.5898 59.5837C19.5898 58.9137 20.0698 58.3037 20.7498 58.1237C21.0198 58.0537 21.3098 58.0237 21.5898 58.0237C28.2898 58.0237 34.9899 58.0237 41.6898 58.0237C41.9499 58.0237 42.2199 58.0637 42.4799 58.1337C43.1399 58.3137 43.6299 58.9537 43.6399 59.6037C43.6399 60.2737 43.1498 60.9337 42.4598 61.1137C42.1598 61.1937 41.8398 61.2237 41.5198 61.2237C38.1998 61.2237 34.8899 61.2237 31.5699 61.2237V61.2137Z' fill='%23111111'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-circle {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 12.6875C10.1411 12.6875 12.6875 10.1411 12.6875 7C12.6875 3.85888 10.1411 1.3125 7 1.3125C3.85888 1.3125 1.3125 3.85888 1.3125 7C1.3125 10.1411 3.85888 12.6875 7 12.6875ZM7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14Z' fill='%23131F00'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-circle2 {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0C3.15 0 0 3.15 0 7C0 10.85 3.15 14 7 14C10.85 14 14 10.85 14 7C14 3.15 10.85 0 7 0ZM10.9812 5.075L6.34375 9.7125C5.99375 10.0625 5.46875 10.0625 5.11875 9.7125L3.01875 7.6125C2.66875 7.2625 2.66875 6.7375 3.01875 6.3875C3.36875 6.0375 3.89375 6.0375 4.24375 6.3875L5.73125 7.875L9.75625 3.85C10.1062 3.5 10.6313 3.5 10.9812 3.85C11.3313 4.2 11.3313 4.76875 10.9812 5.075Z' fill='%23131F00'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-circulate {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M52.7777 59.2988L52.7818 59.3028C54.6439 61.1641 56.8545 62.6403 59.2872 63.6472C61.72 64.6541 64.3272 65.1719 66.9601 65.171C70.2563 65.1699 73.5014 64.356 76.408 62.8015C79.3145 61.2469 81.7929 58.9996 83.6237 56.2585C85.4544 53.5175 86.581 50.3673 86.9037 47.087C87.2264 43.8066 86.7352 40.4973 85.4737 37.4521C84.2121 34.4069 82.2191 31.7197 79.6712 29.6286C77.1233 27.5374 74.099 26.1068 70.8662 25.4635C67.6334 24.8201 64.2918 24.9839 61.1374 25.9402C57.983 26.8965 55.1131 28.6159 52.7817 30.9461L52.777 30.9508L48.7797 35.0001C48.7791 35.0007 48.7785 35.0013 48.7779 35.0019C47.9478 35.8379 47.4819 36.9683 47.4819 38.1465C47.4819 39.3256 47.9485 40.4567 48.7797 41.2929L48.7814 41.2946C49.1959 41.7096 49.6881 42.0388 50.2299 42.2634C50.7717 42.488 51.3525 42.6036 51.939 42.6036C52.5255 42.6036 53.1063 42.488 53.6481 42.2634C54.1891 42.0391 54.6807 41.7105 55.0949 41.2963C55.0954 41.2958 55.096 41.2952 55.0966 41.2946L59.0929 37.333L59.0952 37.3306C60.6514 35.7778 62.6329 34.721 64.7894 34.2938C66.9459 33.8666 69.1807 34.0882 71.2113 34.9306C73.242 35.773 74.9774 37.1984 76.1983 39.0266C77.4192 40.8549 78.0708 43.004 78.0708 45.2024C78.0708 47.4008 77.4192 49.5499 76.1983 51.3782C74.9774 53.2064 73.242 54.6318 71.2113 55.4741C69.1807 56.3165 66.9459 56.5381 64.7894 56.1109C62.6342 55.684 60.6538 54.6283 59.0981 53.077C59.0971 53.076 59.0962 53.0751 59.0952 53.0741L37.2323 30.8823L37.2274 30.8773C34.4245 28.0721 30.8525 26.1612 26.9634 25.3864C23.0743 24.6116 19.0428 25.0076 15.3788 26.5244C11.7149 28.0412 8.58305 30.6106 6.37959 33.9076C4.17612 37.2046 3 41.081 3 45.0465C3 49.0121 4.17612 52.8885 6.37959 56.1855C8.58305 59.4825 11.7149 62.0519 15.3788 63.5687C19.0428 65.0855 23.0743 65.4815 26.9634 64.7067C30.8525 63.9319 34.4245 62.021 37.2274 59.2158L37.2301 59.213L41.2472 55.1613L41.2648 55.1436L41.2815 55.125C42.0466 54.272 42.4543 53.1574 42.4202 52.012C42.3861 50.8667 41.9127 49.7783 41.0982 48.9724C40.2836 48.1665 39.1903 47.7047 38.0447 47.6828C36.899 47.6608 35.7888 48.0803 34.944 48.8545L34.9271 48.8699L34.911 48.8862L30.8961 52.9183C30.8957 52.9187 30.8953 52.9191 30.8949 52.9195C29.339 54.4717 27.3579 55.528 25.2019 55.9551C23.0454 56.3823 20.8106 56.1607 18.78 55.3183C16.7494 54.4759 15.014 53.0506 13.7931 51.2223C12.5722 49.3941 11.9206 47.245 11.9206 45.0465C11.9206 42.8481 12.5722 40.699 13.7931 38.8708C15.014 37.0425 16.7494 35.6172 18.78 34.7748C20.8106 33.9324 23.0454 33.7108 25.2019 34.138C27.3574 34.5649 29.3381 35.6209 30.8939 37.1726C30.8946 37.1733 30.8954 37.1741 30.8961 37.1748L52.7777 59.2988Z' fill='%23B9F641' stroke='%23131F00' stroke-width='2'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-cooperate {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 40494'%3E%3Cg id='Group 40269'%3E%3Cpath id='Vector' d='M82.2709 27.8711V24.5112C80.7009 24.5112 80.2028 24.5512 78.7428 24.5112C75.9628 24.4312 73.1128 24.1711 72.6728 27.9811C71.3728 27.7311 70.3328 27.6711 69.4028 27.3211C64.1828 25.3611 59.0528 23.1811 53.7828 21.3811C48.1628 19.4611 42.5928 19.0812 37.5728 23.2812C35.6628 24.8712 33.5628 26.2411 31.5328 27.6811C31.1028 27.9811 30.6128 28.4211 30.1528 28.4311C25.9928 28.4911 21.8328 28.4612 17.7028 28.4612C17.2328 24.3312 16.5428 23.7212 12.5328 23.7212C10.7428 23.7212 9.98279 23.7212 8.19279 23.7212H8.1045C8.20191 23.7212 9.17457 25.6611 8.1045 23.7212C8.03455 23.7212 8.03455 23.7212 8.03455 23.7212V27.1012H14.0628V57.3011H8V60.6711H12.2228C16.5528 60.6711 17.1927 60.0911 17.6427 55.8111C17.6527 55.7011 17.8027 55.6112 17.8827 55.5212C19.8627 55.1012 21.4728 55.6311 23.0828 56.9311C27.6928 60.6511 32.4327 64.2212 37.1327 67.8312C40.7827 70.6312 42.9228 70.5111 46.1028 67.3611C49.6728 68.5011 50.7127 68.2612 53.5228 65.6612C57.6227 66.9212 59.2728 66.2911 61.5428 62.6111C64.6228 63.0811 66.4628 62.0511 67.8128 59.1911C68.0028 58.7811 68.4128 58.3211 68.8128 58.1911C70.0128 57.8211 71.2628 57.6112 72.4928 57.3412C73.5028 60.9712 74.1527 61.4612 77.9128 61.4612C79.6628 61.4612 80.4309 61.4612 82.1309 61.4612H82.2609V58.1311H76.3128V27.8711H82.2609H82.2709ZM64.1327 58.9512C62.9227 60.1712 61.8028 59.2311 60.9828 58.4311C58.6828 56.1611 56.5028 53.7612 54.2828 51.4112C53.4628 50.5412 52.5828 49.5812 51.4028 50.6412C50.1128 51.8012 51.0728 52.7811 51.9528 53.6911C53.7228 55.5411 55.5028 57.3811 57.2028 59.2911C58.0728 60.2711 58.8628 61.5011 57.4928 62.6211C56.2428 63.6411 55.2928 62.7412 54.4128 61.7812C51.8428 59.0112 49.2428 56.2812 46.6528 53.5312C45.8128 52.6312 44.9028 51.8711 43.7428 52.9811C42.6228 54.0511 43.4428 54.9112 44.2128 55.7212C46.0728 57.6712 47.9128 59.6411 49.8028 61.5711C50.5528 62.3411 51.3228 63.0711 50.3128 64.1111C49.2928 65.1511 48.2928 64.8612 47.3328 63.9112C44.6628 61.2412 41.9728 58.5911 39.2928 55.9411C39.1528 55.8011 39.0227 55.6411 38.8727 55.5011C37.9427 54.6311 36.9427 53.4311 35.6427 54.6811C34.2327 56.0411 35.6628 56.9611 36.5228 57.8211C38.3428 59.6311 40.1928 61.3912 42.0528 63.1612C42.8528 63.9212 43.8228 64.6811 42.8628 65.8611C41.8928 67.0611 40.8028 66.4911 39.8428 65.7511C34.8728 61.9411 29.8628 58.1711 24.9828 54.2511C23.1528 52.7811 21.3428 51.7912 18.9528 52.1512C18.5828 52.2112 18.1828 52.0812 17.6828 52.0312V31.8412H25.9128C25.3428 35.8312 27.2328 38.1211 31.3628 38.5011C34.2828 38.7711 36.9828 38.2512 39.3528 36.4012C40.5728 35.4512 41.8628 34.6011 43.3328 33.5411C45.0328 35.4111 46.7528 37.2612 48.4428 39.1512C53.4728 44.7712 58.5028 50.4111 63.5228 56.0511C64.2728 56.9011 65.3428 57.7512 64.1528 58.9512H64.1327ZM71.1128 54.3711C67.9428 55.7011 66.1528 54.3012 64.1828 52.0112C58.2028 45.0812 52.0427 38.3012 45.8927 31.5212C43.7027 29.1012 43.6128 29.1811 40.9628 31.1711C39.3528 32.3811 37.7128 33.5811 35.9928 34.6211C33.7928 35.9611 30.5627 35.5011 28.8927 33.6211C33.3727 30.4111 37.6027 26.7912 42.3827 24.1512C45.5727 22.3912 49.4828 23.1011 52.9828 24.4911C57.7828 26.3811 62.5527 28.3512 67.3927 30.1412C69.0127 30.7412 70.7927 30.9111 72.6327 31.3111C72.6827 31.7811 72.7727 32.3011 72.7827 32.8111C72.7927 39.2811 72.7628 45.7412 72.8228 52.2012C72.8328 53.5312 72.2927 53.8711 71.1227 54.3611L71.1128 54.3711Z' fill='%23111111'/%3E%3Cpath id='Vector_2' d='M64.1326 58.9513C62.9226 60.1713 61.8027 59.2313 60.9827 58.4313C58.6827 56.1613 56.5026 53.7613 54.2826 51.4113C53.4626 50.5413 52.5826 49.5813 51.4026 50.6413C50.1126 51.8013 51.0726 52.7813 51.9526 53.6913C53.7226 55.5413 55.5026 57.3813 57.2026 59.2913C58.0726 60.2713 58.8627 61.5013 57.4927 62.6213C56.2427 63.6413 55.2926 62.7413 54.4126 61.7813C51.8426 59.0113 49.2426 56.2813 46.6526 53.5313C45.8126 52.6313 44.9027 51.8713 43.7427 52.9813C42.6227 54.0513 43.4426 54.9113 44.2126 55.7213C46.0726 57.6713 47.9126 59.6413 49.8026 61.5713C50.5526 62.3413 51.3226 63.0713 50.3126 64.1113C49.2926 65.1513 48.2926 64.8613 47.3326 63.9113C44.6626 61.2413 41.9726 58.5913 39.2926 55.9413C39.1526 55.8013 39.0226 55.6413 38.8726 55.5013C37.9426 54.6313 36.9426 53.4313 35.6426 54.6813C34.2326 56.0413 35.6626 56.9613 36.5226 57.8213C38.3426 59.6313 40.1926 61.3913 42.0526 63.1613C42.8526 63.9213 43.8227 64.6813 42.8627 65.8613C41.8927 67.0613 40.8027 66.4913 39.8427 65.7513C34.8727 61.9413 29.8627 58.1713 24.9827 54.2513C23.1527 52.7813 21.3426 51.7913 18.9526 52.1513C18.5826 52.2113 18.1826 52.0813 17.6826 52.0313V31.8413H25.9126C25.3426 35.8313 27.2327 38.1213 31.3627 38.5013C34.2827 38.7713 36.9827 38.2513 39.3527 36.4013C40.5727 35.4513 41.8626 34.6013 43.3326 33.5413C45.0326 35.4113 46.7526 37.2613 48.4426 39.1513C53.4726 44.7713 58.5026 50.4113 63.5226 56.0513C64.2726 56.9013 65.3426 57.7513 64.1526 58.9513H64.1326Z' fill='%23B9F641' stroke='%23B9F641' stroke-width='0.8'/%3E%3Cpath id='Vector_3' d='M72.8224 52.211C72.8324 53.541 72.2923 53.881 71.1223 54.371C67.9523 55.701 66.1624 54.301 64.1924 52.011C58.2124 45.081 52.0523 38.301 45.9023 31.521C43.7123 29.101 43.6224 29.181 40.9724 31.171C39.3624 32.381 37.7223 33.581 36.0023 34.621C33.8023 35.961 30.5723 35.501 28.9023 33.621C33.3823 30.411 37.6123 26.791 42.3923 24.151C45.5823 22.391 49.4924 23.101 52.9924 24.491C57.7924 26.381 62.5623 28.351 67.4023 30.141C69.0223 30.741 70.8023 30.911 72.6423 31.311C72.6923 31.781 72.7824 32.301 72.7924 32.811C72.8024 39.281 72.7724 45.741 72.8324 52.201L72.8224 52.211Z' fill='%23B9F641' stroke='%23B9F641' stroke-width='0.8'/%3E%3Cpath id='Vector_4' d='M15.0627 27.0913H8.05273V57.2913H15.0627V27.0913Z' fill='%23B9F641'/%3E%3Cpath id='Vector_5' d='M82.2433 27.8711H75.3232V58.1311H82.2433V27.8711Z' fill='%23B9F641'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-exchange {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 40493'%3E%3Cg id='Group'%3E%3Cg id='Vector'%3E%3Cmask id='path-1-outside-1_1600_4563' maskUnits='userSpaceOnUse' x='10' y='42.5366' width='35' height='37' fill='black'%3E%3Crect fill='white' x='10' y='42.5366' width='35' height='37'/%3E%3Cpath d='M31.1641 61.3103C32.6541 61.7303 33.9942 62.3402 35.2342 63.1902C39.3842 66.0302 41.4742 70.0202 41.7342 75.0202C41.7542 75.4002 41.7342 75.7802 41.7342 76.1602C41.7442 76.4602 41.6341 76.5603 41.3241 76.5603C32.7941 76.5403 24.2641 76.5302 15.7341 76.5202C14.9641 76.5202 14.1842 76.5303 13.4142 76.5603C13.1442 76.5603 13.0241 76.5102 13.0141 76.2002C12.8841 72.8502 13.6441 69.7503 15.5941 66.9903C17.5341 64.2403 20.1041 62.3603 23.3641 61.4303C23.4141 61.4203 23.4641 61.3902 23.6241 61.3402C20.2241 59.4202 18.7641 56.5202 19.1141 52.7702C19.3341 50.4502 20.5441 48.6002 22.3841 47.1902C25.8841 44.5002 31.0141 45.1802 33.7641 48.5902C35.4241 50.6402 36.0142 52.9703 35.4942 55.5503C34.9742 58.1303 33.4841 60.0302 31.1641 61.3202V61.3103Z'/%3E%3C/mask%3E%3Cpath d='M31.1641 61.3103C32.6541 61.7303 33.9942 62.3402 35.2342 63.1902C39.3842 66.0302 41.4742 70.0202 41.7342 75.0202C41.7542 75.4002 41.7342 75.7802 41.7342 76.1602C41.7442 76.4602 41.6341 76.5603 41.3241 76.5603C32.7941 76.5403 24.2641 76.5302 15.7341 76.5202C14.9641 76.5202 14.1842 76.5303 13.4142 76.5603C13.1442 76.5603 13.0241 76.5102 13.0141 76.2002C12.8841 72.8502 13.6441 69.7503 15.5941 66.9903C17.5341 64.2403 20.1041 62.3603 23.3641 61.4303C23.4141 61.4203 23.4641 61.3902 23.6241 61.3402C20.2241 59.4202 18.7641 56.5202 19.1141 52.7702C19.3341 50.4502 20.5441 48.6002 22.3841 47.1902C25.8841 44.5002 31.0141 45.1802 33.7641 48.5902C35.4241 50.6402 36.0142 52.9703 35.4942 55.5503C34.9742 58.1303 33.4841 60.0302 31.1641 61.3202V61.3103Z' fill='%23B9F641'/%3E%3Cpath d='M31.1641 61.3103L31.8424 58.904L28.6641 58.0081V61.3103H31.1641ZM35.2342 63.1902L33.8207 65.2523L33.8223 65.2534L35.2342 63.1902ZM41.7342 75.0202L39.2375 75.1501L39.2376 75.1516L41.7342 75.0202ZM41.7342 76.1602H39.2342V76.2019L39.2355 76.2435L41.7342 76.1602ZM41.3241 76.5603L41.3183 79.0603H41.3241V76.5603ZM15.7341 76.5202L15.737 74.0202H15.7341V76.5202ZM13.4142 76.5603V79.0603H13.4628L13.5115 79.0584L13.4142 76.5603ZM13.0141 76.2002L15.5128 76.1196L15.5126 76.1114L15.5122 76.1033L13.0141 76.2002ZM15.5941 66.9903L17.6359 68.4328L17.637 68.4314L15.5941 66.9903ZM23.3641 61.4303L22.8738 58.9788L22.7751 58.9986L22.6783 59.0262L23.3641 61.4303ZM23.6241 61.3402L24.3698 63.7264L29.883 62.0036L24.8534 59.1634L23.6241 61.3402ZM19.1141 52.7702L16.6253 52.5342L16.6249 52.5379L19.1141 52.7702ZM22.3841 47.1902L23.9047 49.1746L23.9076 49.1724L22.3841 47.1902ZM33.7641 48.5902L31.818 50.1596L31.8212 50.1635L33.7641 48.5902ZM31.1641 61.3202H28.6641V65.5708L32.379 63.5052L31.1641 61.3202ZM30.4858 63.7165C31.7352 64.0687 32.8231 64.5685 33.8207 65.2523L36.6477 61.1282C35.1652 60.112 33.573 59.3919 31.8424 58.904L30.4858 63.7165ZM33.8223 65.2534C37.2872 67.6245 39.0153 70.8761 39.2375 75.1501L44.2308 74.8904C43.933 69.1643 41.4812 64.4359 36.646 61.1271L33.8223 65.2534ZM39.2376 75.1516C39.2536 75.4551 39.2342 75.5939 39.2342 76.1602H44.2342C44.2342 75.9666 44.2547 75.3454 44.2307 74.8888L39.2376 75.1516ZM39.2355 76.2435C39.2342 76.2044 39.188 75.371 39.9164 74.6706C40.2648 74.3357 40.6384 74.1866 40.8875 74.1214C41.118 74.0611 41.2868 74.0603 41.3241 74.0603V79.0603C41.5983 79.0603 42.5749 79.0508 43.3819 78.2749C44.2403 77.4495 44.2441 76.4161 44.2328 76.077L39.2355 76.2435ZM41.33 74.0603C32.7983 74.0403 24.2668 74.0302 15.737 74.0202L15.7312 79.0202C24.2614 79.0302 32.79 79.0403 41.3183 79.0603L41.33 74.0603ZM15.7341 74.0202C14.9436 74.0202 14.1294 74.0305 13.3168 74.0622L13.5115 79.0584C14.2389 79.03 14.9845 79.0202 15.7341 79.0202V74.0202ZM13.4142 74.0603C13.4162 74.0603 13.4444 74.0602 13.4888 74.0632C13.5327 74.0662 13.6118 74.0734 13.7132 74.093C13.913 74.1315 14.2863 74.2351 14.6647 74.5334C15.5034 75.1948 15.5118 76.0872 15.5128 76.1196L10.5154 76.2808C10.5265 76.6233 10.5999 77.6956 11.5686 78.4596C12.3881 79.1058 13.3246 79.0603 13.4142 79.0603V74.0603ZM15.5122 76.1033C15.4003 73.2183 16.0487 70.6794 17.6359 68.4328L13.5523 65.5477C11.2396 68.8211 10.368 72.4822 10.516 76.2972L15.5122 76.1033ZM17.637 68.4314C19.2614 66.1288 21.3611 64.6014 24.0499 63.8344L22.6783 59.0262C18.8471 60.1191 15.8069 62.3518 13.5513 65.5491L17.637 68.4314ZM23.8544 63.8817C24.0248 63.8476 24.1585 63.8035 24.233 63.7773C24.2701 63.7643 24.3009 63.7526 24.3183 63.746C24.3336 63.7401 24.3527 63.7327 24.3556 63.7316C24.3677 63.7269 24.3634 63.7284 24.3698 63.7264L22.8784 58.954C22.842 58.9654 22.8074 58.9766 22.7743 58.9878C22.7411 58.9989 22.7101 59.0096 22.6812 59.02C22.6522 59.0303 22.6263 59.0399 22.6037 59.0485C22.5813 59.0569 22.5625 59.0641 22.5501 59.0689C22.547 59.0701 22.5441 59.0713 22.5419 59.0721C22.5395 59.0731 22.5378 59.0737 22.5363 59.0743C22.5331 59.0755 22.5329 59.0756 22.534 59.0752C22.5351 59.0747 22.5394 59.0731 22.5456 59.0708C22.5519 59.0685 22.5615 59.065 22.5737 59.0607C22.5973 59.0524 22.6365 59.0391 22.6865 59.0246C22.7376 59.0098 22.8007 58.9934 22.8738 58.9788L23.8544 63.8817ZM24.8534 59.1634C23.4974 58.3976 22.6654 57.519 22.1805 56.5872C21.6949 55.6544 21.4645 54.49 21.6033 53.0026L16.6249 52.5379C16.4137 54.8005 16.7383 56.961 17.7453 58.8957C18.7528 60.8315 20.3508 62.3628 22.3948 63.5171L24.8534 59.1634ZM21.6029 53.0062C21.7452 51.506 22.5057 50.2467 23.9047 49.1746L20.8635 45.2058C18.5826 46.9537 16.923 49.3944 16.6253 52.5342L21.6029 53.0062ZM23.9076 49.1724C26.3055 47.3294 29.9002 47.7815 31.818 50.1596L35.7101 47.0209C32.1279 42.5789 25.4628 41.671 20.8607 45.208L23.9076 49.1724ZM31.8212 50.1635C33.0213 51.6456 33.4135 53.2205 33.0434 55.0563L37.9449 56.0442C38.6149 52.72 37.8268 49.6349 35.707 47.017L31.8212 50.1635ZM33.0434 55.0563C32.6808 56.8554 31.6885 58.1681 29.9492 59.1353L32.379 63.5052C35.2796 61.8923 37.2675 59.4051 37.9449 56.0442L33.0434 55.0563ZM33.6641 61.3202V61.3103H28.6641V61.3202H33.6641Z' fill='%23111111' mask='url(%23path-1-outside-1_1600_4563)'/%3E%3C/g%3E%3Cg id='Vector_2'%3E%3Cmask id='path-3-outside-2_1600_4563' maskUnits='userSpaceOnUse' x='45.2539' y='10' width='35' height='37' fill='black'%3E%3Crect fill='white' x='45.2539' y='10' width='35' height='37'/%3E%3Cpath d='M66.418 28.7736C67.908 29.1936 69.2481 29.8036 70.4881 30.6536C74.6381 33.4936 76.7281 37.4836 76.9881 42.4836C77.0081 42.8636 76.9881 43.2436 76.9881 43.6236C76.9981 43.9236 76.888 44.0236 76.578 44.0236C68.048 44.0036 59.518 43.9936 50.988 43.9836C50.218 43.9836 49.4381 43.9936 48.6681 44.0236C48.3981 44.0236 48.278 43.9736 48.268 43.6636C48.138 40.3136 48.898 37.2136 50.848 34.4536C52.788 31.7036 55.358 29.8236 58.618 28.8936C58.668 28.8836 58.718 28.8536 58.878 28.8036C55.478 26.8836 54.018 23.9836 54.368 20.2336C54.588 17.9136 55.798 16.0636 57.638 14.6536C61.138 11.9636 66.268 12.6436 69.018 16.0536C70.678 18.1036 71.2681 20.4336 70.7481 23.0136C70.2281 25.5936 68.738 27.4936 66.418 28.7836V28.7736Z'/%3E%3C/mask%3E%3Cpath d='M66.418 28.7736C67.908 29.1936 69.2481 29.8036 70.4881 30.6536C74.6381 33.4936 76.7281 37.4836 76.9881 42.4836C77.0081 42.8636 76.9881 43.2436 76.9881 43.6236C76.9981 43.9236 76.888 44.0236 76.578 44.0236C68.048 44.0036 59.518 43.9936 50.988 43.9836C50.218 43.9836 49.4381 43.9936 48.6681 44.0236C48.3981 44.0236 48.278 43.9736 48.268 43.6636C48.138 40.3136 48.898 37.2136 50.848 34.4536C52.788 31.7036 55.358 29.8236 58.618 28.8936C58.668 28.8836 58.718 28.8536 58.878 28.8036C55.478 26.8836 54.018 23.9836 54.368 20.2336C54.588 17.9136 55.798 16.0636 57.638 14.6536C61.138 11.9636 66.268 12.6436 69.018 16.0536C70.678 18.1036 71.2681 20.4336 70.7481 23.0136C70.2281 25.5936 68.738 27.4936 66.418 28.7836V28.7736Z' fill='%23B9F641'/%3E%3Cpath d='M66.418 28.7736L67.0963 26.3674L63.918 25.4715V28.7736H66.418ZM70.4881 30.6536L69.0746 32.7156L69.0762 32.7167L70.4881 30.6536ZM76.9881 42.4836L74.4914 42.6134L74.4915 42.615L76.9881 42.4836ZM76.9881 43.6236H74.4881V43.6653L74.4895 43.7069L76.9881 43.6236ZM76.578 44.0236L76.5722 46.5236H76.578V44.0236ZM50.988 43.9836L50.9909 41.4836H50.988V43.9836ZM48.6681 44.0236V46.5236H48.7167L48.7654 46.5218L48.6681 44.0236ZM48.268 43.6636L50.7667 43.583L50.7665 43.5748L50.7662 43.5667L48.268 43.6636ZM50.848 34.4536L52.8899 35.8962L52.8909 35.8948L50.848 34.4536ZM58.618 28.8936L58.1277 26.4422L58.029 26.4619L57.9322 26.4896L58.618 28.8936ZM58.878 28.8036L59.6237 31.1898L65.1369 29.467L60.1073 26.6267L58.878 28.8036ZM54.368 20.2336L51.8792 19.9976L51.8788 20.0013L54.368 20.2336ZM57.638 14.6536L59.1587 16.638L59.1615 16.6358L57.638 14.6536ZM69.018 16.0536L67.0719 17.623L67.0751 17.6269L69.018 16.0536ZM66.418 28.7836H63.918V33.0342L67.6329 30.9685L66.418 28.7836ZM65.7397 31.1799C66.9891 31.5321 68.077 32.0318 69.0746 32.7156L71.9016 28.5915C70.4191 27.5753 68.8269 26.8552 67.0963 26.3674L65.7397 31.1799ZM69.0762 32.7167C72.5411 35.0879 74.2692 38.3395 74.4914 42.6134L79.4847 42.3538C79.1869 36.6277 76.7351 31.8993 71.9 28.5904L69.0762 32.7167ZM74.4915 42.615C74.5075 42.9184 74.4881 43.0573 74.4881 43.6236H79.4881C79.4881 43.43 79.5086 42.8088 79.4846 42.3522L74.4915 42.615ZM74.4895 43.7069C74.4881 43.6678 74.4419 42.8344 75.1703 42.134C75.5187 41.7991 75.8923 41.6499 76.1415 41.5848C76.3719 41.5245 76.5407 41.5236 76.578 41.5236V46.5236C76.8522 46.5236 77.8288 46.5141 78.6358 45.7382C79.4942 44.9129 79.498 43.8795 79.4867 43.5403L74.4895 43.7069ZM76.5839 41.5237C68.0522 41.5037 59.5207 41.4936 50.9909 41.4836L50.9851 46.4836C59.5153 46.4936 68.0439 46.5036 76.5722 46.5236L76.5839 41.5237ZM50.988 41.4836C50.1976 41.4836 49.3833 41.4939 48.5707 41.5255L48.7654 46.5218C49.4928 46.4934 50.2385 46.4836 50.988 46.4836V41.4836ZM48.6681 41.5236C48.6701 41.5236 48.6983 41.5236 48.7427 41.5266C48.7866 41.5296 48.8657 41.5368 48.9671 41.5563C49.1669 41.5949 49.5402 41.6985 49.9186 41.9968C50.7573 42.6582 50.7657 43.5505 50.7667 43.583L45.7693 43.7442C45.7804 44.0867 45.8538 45.159 46.8225 45.9229C47.642 46.5692 48.5785 46.5236 48.6681 46.5236V41.5236ZM50.7662 43.5667C50.6542 40.6817 51.3026 38.1428 52.8899 35.8962L48.8062 33.0111C46.4935 36.2845 45.6219 39.9455 45.7699 43.7605L50.7662 43.5667ZM52.8909 35.8948C54.5153 33.5921 56.615 32.0648 59.3038 31.2977L57.9322 26.4896C54.1011 27.5825 51.0608 29.8151 48.8052 33.0125L52.8909 35.8948ZM59.1083 31.3451C59.2787 31.311 59.4124 31.2669 59.4869 31.2407C59.524 31.2276 59.5548 31.216 59.5722 31.2093C59.5875 31.2035 59.6066 31.1961 59.6096 31.1949C59.6217 31.1902 59.6173 31.1918 59.6237 31.1898L58.1323 26.4174C58.096 26.4288 58.0613 26.44 58.0282 26.4511C57.995 26.4623 57.964 26.473 57.9351 26.4834C57.9061 26.4937 57.8802 26.5033 57.8576 26.5118C57.8353 26.5202 57.8164 26.5275 57.804 26.5323C57.8009 26.5335 57.798 26.5346 57.7958 26.5355C57.7934 26.5364 57.7917 26.5371 57.7902 26.5377C57.787 26.5389 57.7868 26.539 57.7879 26.5386C57.789 26.5381 57.7933 26.5365 57.7995 26.5342C57.8058 26.5319 57.8154 26.5283 57.8276 26.5241C57.8512 26.5157 57.8905 26.5024 57.9404 26.488C57.9915 26.4731 58.0546 26.4568 58.1277 26.4422L59.1083 31.3451ZM60.1073 26.6267C58.7513 25.861 57.9193 24.9824 57.4344 24.0506C56.9488 23.1178 56.7184 21.9533 56.8572 20.4659L51.8788 20.0013C51.6677 22.2639 51.9922 24.4244 52.9992 26.3591C54.0067 28.2949 55.6047 29.8262 57.6487 30.9805L60.1073 26.6267ZM56.8568 20.4696C56.9991 18.9694 57.7596 17.7101 59.1587 16.638L56.1174 12.6692C53.8365 14.4171 52.1769 16.8578 51.8792 19.9976L56.8568 20.4696ZM59.1615 16.6358C61.5594 14.7928 65.1541 15.2449 67.0719 17.623L70.964 14.4842C67.3818 10.0423 60.7167 9.13437 56.1146 12.6714L59.1615 16.6358ZM67.0751 17.6269C68.2752 19.109 68.6674 20.6839 68.2974 22.5197L73.1988 23.5076C73.8688 20.1834 73.0807 17.0982 70.9609 14.4803L67.0751 17.6269ZM68.2974 22.5197C67.9348 24.3187 66.9424 25.6315 65.2031 26.5986L67.6329 30.9685C70.5335 29.3557 72.5214 26.8685 73.1988 23.5076L68.2974 22.5197ZM68.918 28.7836V28.7736H63.918V28.7836H68.918Z' fill='%23111111' mask='url(%23path-3-outside-2_1600_4563)'/%3E%3C/g%3E%3Cpath id='Vector_3' d='M17.5368 36.0188L17.5368 36.0191C17.4382 36.9384 16.5602 37.4532 15.7503 37.0757C15.2364 36.8382 14.9771 36.3236 15.0741 35.7032L15.0743 35.7015L15.0744 35.7015L15.0748 35.6989C15.221 34.8118 15.3683 33.9175 15.5702 33.0373L15.5702 33.0371C16.3182 29.786 17.8381 26.9069 20.1128 24.4404C22.8255 21.4932 26.0877 19.3308 30.0457 18.2649L17.5368 36.0188ZM17.5368 36.0188C17.6971 34.5044 18.025 33.031 18.5953 31.6042L17.5368 36.0188ZM36.2582 16.8301L36.2574 16.8292C36.023 16.5428 35.8421 16.1855 35.9478 15.7442L35.9481 15.7427C36.1691 14.8522 37.22 14.5055 37.9407 15.085L37.9428 15.0867L37.9428 15.0867C38.0513 15.1765 38.1593 15.282 38.2513 15.3881C39.2229 16.4958 40.1945 17.6111 41.1584 18.7264L36.2582 16.8301ZM36.2582 16.8301C36.4415 17.0514 36.6367 17.2699 36.8431 17.4995M36.2582 16.8301L36.8431 17.4995M41.5253 19.2097L41.3856 19.3318C41.2508 19.4496 41.1175 19.5674 40.9847 19.6847C40.6881 19.9468 40.3946 20.2061 40.0948 20.4572M41.5253 19.2097L39.9664 20.3038M41.5253 19.2097L41.4139 19.0612M41.5253 19.2097L41.4139 19.0612M40.0948 20.4572L39.9664 20.3038M40.0948 20.4572C40.095 20.457 40.0951 20.4569 40.0953 20.4568L39.9664 20.3038M40.0948 20.4572C39.9844 20.5502 39.8739 20.6435 39.7634 20.7368C39.0335 21.3527 38.2987 21.9728 37.5465 22.5701M39.9664 20.3038C39.8557 20.3972 39.7449 20.4907 39.6341 20.5842C38.9041 21.2002 38.1718 21.8182 37.4221 22.4135M37.5465 22.5701C37.5466 22.57 37.5468 22.5699 37.5469 22.5698L37.4221 22.4135M37.5465 22.5701C37.1859 22.8578 36.7644 22.9471 36.3881 22.8436C36.011 22.74 35.7027 22.4491 35.5596 22.0254L35.5595 22.0248C35.4824 21.7945 35.475 21.5714 35.5372 21.3627C35.5989 21.156 35.7246 20.9775 35.8916 20.8269M37.5465 22.5701L37.4221 22.4135M37.4221 22.4135L35.8916 20.8269M37.3846 19.8066L37.3838 19.8057C37.2981 19.7956 37.213 19.7863 37.1284 19.778C37.0436 19.8507 36.9812 19.9015 36.9181 19.9529L36.918 19.9529L36.9154 19.9552C36.9138 19.9564 36.9123 19.9577 36.9108 19.959C36.9136 19.9592 36.9164 19.9594 36.9192 19.9597C36.9207 19.9598 36.9223 19.9599 36.9239 19.9601C37.013 19.9676 37.1026 19.9761 37.1928 19.9856C37.2473 19.9398 37.3103 19.8857 37.3903 19.815L37.3904 19.8141M37.3846 19.8066H37.1913V19.8141H37.3904M37.3846 19.8066L37.3905 19.8133M37.3846 19.8066H37.3913L37.3905 19.8133M37.3904 19.8141H37.3913L37.3905 19.8133M37.3904 19.8141L37.3905 19.8133M35.8916 20.8269C35.8921 20.8265 35.8925 20.8261 35.8929 20.8258L36.0267 20.9744L35.8904 20.828C35.8908 20.8276 35.8912 20.8273 35.8916 20.8269ZM41.4139 19.0612C41.3926 19.0329 41.3706 19.0027 41.3479 18.9717M41.4139 19.0612L41.3479 18.9717M36.8431 17.4995C34.5318 17.3759 32.2682 17.6658 30.0457 18.2649L36.8431 17.4995ZM41.3479 18.9717C41.2883 18.8901 41.2243 18.8025 41.1585 18.7265L41.3479 18.9717ZM34.0157 19.9908L33.999 19.7915L34.0154 19.9908C34.0155 19.9908 34.0156 19.9908 34.0157 19.9908Z' fill='%23111111' stroke='%23111111' stroke-width='0.4'/%3E%3Cpath id='Vector_4' d='M72.971 53.9812L72.971 53.9809C73.0696 53.0616 73.9476 52.5468 74.7575 52.9243C75.2714 53.1618 75.5307 53.6764 75.4337 54.2968L75.4335 54.2985L75.4335 54.2985L75.433 54.3011C75.2869 55.1882 75.1395 56.0825 74.9376 56.9627L74.9376 56.9629C74.1896 60.214 72.6697 63.0931 70.395 65.5596C67.6823 68.5068 64.4201 70.6692 60.4621 71.7351L72.971 53.9812ZM72.971 53.9812C72.8107 55.4956 72.4828 56.969 71.9125 58.3958L72.971 53.9812ZM54.2497 73.1699L54.2504 73.1708C54.4848 73.4572 54.6657 73.8145 54.5601 74.2558L54.5597 74.2573C54.3388 75.1478 53.2878 75.4945 52.5672 74.915L52.565 74.9133L52.565 74.9133C52.4565 74.8235 52.3485 74.718 52.2565 74.6119C51.2849 73.5042 50.3133 72.3889 49.3494 71.2736L54.2497 73.1699ZM54.2497 73.1699C54.0663 72.9486 53.8711 72.7301 53.6647 72.5005M54.2497 73.1699L53.6647 72.5005M48.9825 70.7903L49.1223 70.6682C49.257 70.5504 49.3904 70.4326 49.5231 70.3153C49.8197 70.0532 50.1133 69.7939 50.413 69.5428M48.9825 70.7903L50.5414 69.6962M48.9825 70.7903L49.0939 70.9388M48.9825 70.7903L49.0939 70.9388M50.413 69.5428L50.5414 69.6962M50.413 69.5428C50.4128 69.543 50.4127 69.5431 50.4125 69.5432L50.5414 69.6962M50.413 69.5428C50.5234 69.4498 50.6339 69.3565 50.7445 69.2632C51.4743 68.6473 52.2091 68.0272 52.9613 67.4299M50.5414 69.6962C50.6522 69.6028 50.7629 69.5093 50.8737 69.4158C51.6037 68.7998 52.336 68.1818 53.0857 67.5865M52.9613 67.4299C52.9612 67.43 52.961 67.4301 52.9609 67.4302L53.0857 67.5865M52.9613 67.4299C53.3219 67.1422 53.7434 67.0529 54.1197 67.1564C54.4968 67.26 54.8051 67.5509 54.9482 67.9746L54.9483 67.9752C55.0254 68.2055 55.0328 68.4286 54.9706 68.6373C54.9089 68.844 54.7832 69.0225 54.6162 69.1731M52.9613 67.4299L53.0857 67.5865M53.0857 67.5865L54.6162 69.1731M53.1232 70.1934L53.124 70.1943C53.2097 70.2044 53.2948 70.2137 53.3794 70.222C53.4642 70.1493 53.5267 70.0985 53.5898 70.0471L53.5898 70.0471L53.5925 70.0448C53.594 70.0436 53.5955 70.0423 53.597 70.041C53.5942 70.0408 53.5914 70.0406 53.5886 70.0403C53.5871 70.0402 53.5855 70.0401 53.5839 70.0399C53.4948 70.0324 53.4052 70.0239 53.315 70.0144C53.2605 70.0602 53.1975 70.1143 53.1176 70.185L53.1175 70.1859M53.1232 70.1934H53.3166V70.1859H53.1175M53.1232 70.1934L53.1173 70.1867M53.1232 70.1934H53.1166L53.1173 70.1867M53.1175 70.1859H53.1166L53.1173 70.1867M53.1175 70.1859L53.1173 70.1867M54.6162 69.1731C54.6158 69.1735 54.6153 69.1739 54.6149 69.1742L54.4811 69.0256L54.6174 69.172C54.617 69.1724 54.6166 69.1727 54.6162 69.1731ZM49.0939 70.9388C49.1152 70.9671 49.1372 70.9973 49.1599 71.0283M49.0939 70.9388L49.1599 71.0283M53.6647 72.5005C55.976 72.6241 58.2397 72.3342 60.4621 71.7351L53.6647 72.5005ZM49.1599 71.0283C49.2195 71.1099 49.2835 71.1975 49.3493 71.2735L49.1599 71.0283ZM56.4922 70.0092L56.5088 70.2085L56.4924 70.0092C56.4923 70.0092 56.4922 70.0092 56.4922 70.0092Z' fill='%23111111' stroke='%23111111' stroke-width='0.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-horn {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 40489'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M22.0502 60.4369C28.4502 60.7469 34.5702 61.0069 40.6802 61.3369C44.6102 61.5569 48.5302 61.8969 52.4502 62.1269C52.8402 62.1469 53.4702 61.8069 53.6402 61.4669C56.2802 55.9469 58.8602 50.4069 61.4202 44.8469C61.5502 44.5569 61.4902 43.9769 61.2802 43.7469C54.4502 36.3569 47.6002 28.9969 40.7502 21.6369C40.6902 21.5669 40.5902 21.5269 40.3502 21.3569C34.2802 34.3269 27.8602 47.2669 21.7002 60.4369H22.0502Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.5'/%3E%3Cpath id='Vector_2' d='M10.2 59.655C9.70001 61.3569 10.69 62.6172 11.95 63.0472C13.16 63.4572 14.16 63.0872 14.94 62.1472C15.27 61.7472 15.49 61.2372 15.72 60.7572C22.74 45.7672 29.76 30.7872 36.77 15.7972C36.93 15.4472 37.1 15.0872 37.22 14.7272C37.7 13.3172 37.14 11.9172 35.85 11.2872C34.56 10.6572 33.1 11.0872 32.3 12.3472C32.07 12.7172 31.89 13.1172 31.71 13.5172C24.71 28.4572 17.72 43.4072 10.73 58.3572C10.43 59.0072 10.19 59.6972 10 60.1772L10.2 59.655Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.5'/%3E%3Cpath id='Vector_3' d='M65.9296 47.3569C63.2896 53.0069 60.6796 58.5669 58.0596 64.1769C61.5496 65.8669 64.9496 67.6269 68.4496 69.1769C71.3196 70.4469 74.2896 69.2169 75.6596 66.3969C76.7396 64.1669 77.7696 61.9269 78.7996 59.6769C80.1996 56.6269 79.1496 53.5369 76.1196 52.0769C72.8096 50.4769 69.4496 48.9769 65.9396 47.3569H65.9296Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.5'/%3E%3Cpath id='Vector_4' d='M20.2268 25.4238C17.2068 24.8938 13.9268 27.5538 11.9668 31.9538C10.1068 36.1338 10.2968 40.1638 12.5268 41.8838C15.0968 36.3938 17.6468 30.9338 20.2268 25.4238Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.5'/%3E%3Cpath id='Vector_5' d='M47.7002 76.7866C49.1702 77.4866 51.4502 78.5967 52.8402 79.1167C53.2402 79.2667 54.0602 79.0067 54.3402 78.6567C56.6102 75.8167 58.7902 72.9167 61.1202 69.8767C59.5702 69.1767 58.1802 68.4967 56.7602 67.9367C56.4702 67.8167 55.8602 67.9767 55.6702 68.2267C53.3502 71.1367 51.0702 74.0967 48.6702 77.1867L47.7002 76.7866Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-money {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='&%23233;&%23128;&%23137;&%23232;&%23191;&%23153;&%23233;&%23135;&%23140;'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M59.5944 60.8901C59.1608 60.8901 58.7722 60.8901 58.3794 60.8901C51.5722 60.8901 44.7608 60.8901 37.9535 60.8901C37.7531 60.8901 37.5526 60.8901 37.3563 60.9064C36.5585 60.9841 36.039 61.5691 36.0513 62.3587C36.0635 63.1278 36.6322 63.7373 37.4258 63.7496C39.0008 63.7742 40.5758 63.7578 42.1508 63.7578C44.5235 63.7578 46.8963 63.7537 49.269 63.766C49.5881 63.766 49.9194 63.8151 50.2222 63.9132C52.5622 64.6578 54.9063 65.3982 57.234 66.1796C59.2467 66.8587 61.1981 66.7605 63.1658 65.9832C68.0585 64.0482 72.9594 62.146 77.8644 60.2519C80.5522 59.2128 83.2317 59.8714 85.1299 61.9864C85.8294 62.7637 85.7803 63.0091 84.8517 63.451C78.5803 66.4291 72.2517 69.2805 65.7758 71.7882C62.5767 73.0278 59.3572 74.2428 55.9658 74.8973C55.2131 75.0405 54.4849 75.0078 53.7117 74.8728C51.789 74.5455 49.8499 74.2305 47.9067 74.1201C42.7194 73.8296 37.5322 73.621 32.3408 73.4328C29.5917 73.3305 26.8385 73.3264 24.0894 73.2937C23.754 73.2937 23.5903 73.1955 23.4553 72.8723C21.5572 68.356 19.6508 63.8437 17.7199 59.3396C17.499 58.8282 17.5522 58.5214 17.9531 58.1328C19.9658 56.1896 22.1217 54.4469 24.5517 53.0396C27.0553 51.5873 29.7063 51.2846 32.5167 51.7428C35.319 52.201 37.9781 53.1296 40.6494 54.0337C43.464 54.991 46.3603 55.4737 49.3181 55.621C51.0894 55.711 52.8608 55.7764 54.6322 55.9073C57.4713 56.1119 59.349 58.0019 59.5985 60.8901H59.5944Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.04545' stroke-miterlimit='10'/%3E%3Cpath id='Vector_2' d='M4.09082 59.4977C6.37764 58.5281 8.61537 57.5831 10.9104 56.6095C13.8845 63.6418 16.8463 70.6413 19.8245 77.6777C17.5458 78.6431 15.2999 79.5922 13.0049 80.5618C10.0349 73.5377 8.30037 69.6354 5.31809 62.5909L4.09082 59.4977Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.04545' stroke-miterlimit='10'/%3E%3Cpath id='Vector_3' d='M72.5242 27.4987C72.4301 37.7914 64.1297 46.0305 53.9515 45.9323C43.716 45.8341 35.5056 37.4723 35.5915 27.3268C35.6774 17.0709 44.2479 8.70912 54.606 9.00776C64.3751 9.29003 72.5406 17.3532 72.5242 27.4987Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.04545' stroke-miterlimit='10'/%3E%3Cpath id='Vector_4' d='M52.6176 18.3146C52.6176 17.5823 52.5849 16.8951 52.6258 16.2119C52.6913 15.046 53.849 14.4037 54.8063 14.9846C55.3054 15.2873 55.5017 15.7537 55.5058 16.3141C55.5099 16.9646 55.5058 17.6151 55.5058 18.2819C56.0213 18.3555 56.504 18.3923 56.9745 18.4987C59.1999 18.9978 60.9467 21.1946 60.9549 23.4691C60.9549 24.3651 60.4395 24.9828 59.6458 25.036C58.7867 25.0932 58.2017 24.5696 58.0995 23.6532C57.9154 22.0046 57.0276 21.2069 55.3749 21.2028C54.434 21.2028 53.4931 21.1987 52.5481 21.2028C51.1245 21.211 50.0526 22.2296 50.0363 23.5837C50.0199 24.991 51.2185 26.0628 52.5399 26.0301C53.7876 25.9973 55.0476 25.9605 56.2831 26.0873C59.4004 26.4064 61.5317 29.3641 60.8281 32.4078C60.3331 34.5596 58.9299 36.0323 56.5613 36.4905C56.2422 36.5519 55.919 36.5928 55.5017 36.6541C55.5017 37.3046 55.514 37.9837 55.5017 38.6628C55.4813 39.4932 54.9576 40.0782 54.2008 40.1396C53.3254 40.2132 52.6463 39.5996 52.6176 38.6669C52.5972 38.0001 52.6135 37.3332 52.6135 36.6705C52.0735 36.5805 51.5704 36.5314 51.0835 36.4087C48.8785 35.8646 47.2135 33.766 47.1685 31.4996C47.1481 30.616 47.6717 29.9573 48.4408 29.8919C49.3163 29.8182 49.9463 30.346 50.0281 31.2869C50.1017 32.1296 50.3758 32.8619 51.1245 33.2955C51.5008 33.5123 51.959 33.676 52.3885 33.6964C53.579 33.7578 54.7776 33.7373 55.9722 33.7332C56.9376 33.7291 57.9726 32.7146 58.1076 31.6019C58.2181 30.6896 57.6699 29.4419 56.4876 29.0532C56.1849 28.9551 55.8495 28.9223 55.5304 28.9141C54.2458 28.8773 52.949 28.9673 51.6808 28.816C48.9972 28.4969 47.0663 26.1037 47.1726 23.3751C47.2749 20.7364 49.3981 18.5519 52.049 18.3555C52.2085 18.3432 52.3722 18.331 52.6258 18.3105L52.6176 18.3146Z' fill='%23111111'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-pen {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.1901 58.17H34.04C34.03 57.88 34 57.6 34 57.33C34 46.92 34 42.51 34 32.1C34 31.38 34.35 31.02 35.05 31.02C41.13 31.02 47.21 31.03 53.3 31C54.08 31 54.25 31.24 54.25 31.98C54.23 42.44 54.24 46.9 54.24 57.36C54.24 57.62 54.2201 57.87 54.2001 58.17H54.1901Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.5'/%3E%3Cpath d='M44.4746 76.015C49.9827 76.015 55.4809 76.03 60.9891 76C61.7988 76 62.0188 76.1725 61.9988 76.765C61.9488 78.3175 61.9688 79.87 61.9988 81.4225C61.9988 81.8575 61.8388 82 61.239 82C50.0727 81.985 38.9064 81.985 27.7502 82C27.1604 82 26.9904 81.865 27.0004 81.43C27.0304 79.8175 27.0304 78.205 27.0004 76.5925C26.9904 76.105 27.2403 76.0075 27.8301 76.0075C33.3882 76.0225 38.9464 76.015 44.4946 76.015H44.4746Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.5'/%3E%3Cpath d='M58 70H30.0201C30.0102 69.7822 30.0201 69.5945 30.0201 69.3993C30.0201 67.8224 30.0499 66.253 30.0004 64.6761C29.9905 64.1654 30.1587 63.9927 30.8612 64.0002C33.3544 64.0303 35.8377 64.0152 38.331 64.0152C44.1882 64.0152 50.0553 64.0228 55.9124 64.0002C56.605 64.0002 56.793 64.1504 56.7831 64.6685C56.7435 66.2605 56.7732 67.8599 56.7633 69.4518C56.7633 69.6245 56.7337 69.7973 56.7139 70H58Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.5'/%3E%3Cpath d='M37 26.4V27.4H38H50H51V26.4V25.2C51 24.3451 50.5123 23.604 49.8 23.2399V22.8C49.8 21.2703 48.7897 19.9765 47.4 19.5494V13.2C47.4 12.3451 46.9123 11.604 46.2 11.2399V7.2C46.2 5.98497 45.215 5 44 5C42.785 5 41.8 5.98497 41.8 7.2V11.2399C41.0877 11.604 40.6 12.3451 40.6 13.2V19.5494C39.2103 19.9765 38.2 21.2703 38.2 22.8V23.2399C37.4877 23.604 37 24.3451 37 25.2V26.4Z' fill='%23B9F641' stroke='black' stroke-width='2'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-purse {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='&%23233;&%23128;&%23137;&%23232;&%23191;&%23153;&%23233;&%23135;&%23140;'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M45.5739 34.7686C49.4808 34.7686 53.3917 34.7767 57.2985 34.7604C57.859 34.7604 58.3294 34.8913 58.804 35.2104C64.2735 38.8513 68.074 43.8054 70.4385 49.8967C71.3099 52.1467 71.9317 54.4704 72.2794 56.8513C72.7335 59.9563 72.9135 63.0817 72.2262 66.1867C71.2853 70.4331 68.8553 73.5626 65.0712 75.6613C62.494 77.089 59.708 77.9072 56.828 78.4472C54.2876 78.9258 51.7185 79.1058 49.1494 79.2736C47.4721 79.384 45.7826 79.3186 44.1012 79.3267C41.2294 79.3349 38.374 79.0813 35.5349 78.6599C31.8244 78.1076 28.2121 77.1954 24.968 75.2154C21.2044 72.9204 18.9421 69.6108 18.2467 65.2295C17.8417 62.689 17.989 60.1731 18.304 57.6449C19.0444 51.7295 21.3353 46.4767 25.0417 41.8295C27.1935 39.1295 29.7421 36.8754 32.6467 35.014C32.9944 34.7931 33.3544 34.7645 33.7349 34.7645C37.6826 34.7645 41.6303 34.7645 45.578 34.7645L45.5739 34.7686Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.04545' stroke-miterlimit='10'/%3E%3Cpath id='Vector_2' d='M43.5201 45.4837C43.5201 44.5394 43.4774 43.6531 43.5308 42.7721C43.6162 41.2685 45.1268 40.4403 46.3759 41.1894C47.0271 41.5798 47.2833 42.1812 47.2887 42.9039C47.294 43.7428 47.2887 44.5816 47.2887 45.4415C47.9613 45.5364 48.5911 45.5839 49.205 45.7211C52.1089 46.3647 54.3882 49.1976 54.3988 52.1308C54.3988 53.2862 53.7263 54.0828 52.6907 54.1514C51.5697 54.2252 50.8064 53.55 50.6729 52.3682C50.4327 50.2422 49.2744 49.2135 47.1179 49.2082C45.8901 49.2082 44.6624 49.2029 43.4293 49.2082C41.5717 49.2188 40.1732 50.5324 40.1518 52.2786C40.1305 54.0933 41.6945 55.4755 43.4187 55.4333C45.0467 55.3911 46.6908 55.3436 48.3029 55.5072C52.3704 55.9187 55.1515 59.7329 54.2334 63.6579C53.5875 66.4328 51.7565 68.332 48.6659 68.9229C48.2495 69.002 47.8278 69.0547 47.2833 69.1339C47.2833 69.9727 47.2994 70.8484 47.2833 71.7242C47.2567 72.7951 46.5734 73.5495 45.5859 73.6286C44.4436 73.7236 43.5575 72.9323 43.5201 71.7294C43.4934 70.8695 43.5147 70.0096 43.5147 69.155C42.8101 69.0389 42.1536 68.9756 41.5184 68.8173C38.6412 68.1157 36.4687 65.4093 36.4099 62.4867C36.3832 61.3472 37.0665 60.4978 38.07 60.4134C39.2124 60.3185 40.0344 60.999 40.1412 62.2124C40.2372 63.2991 40.5949 64.2435 41.5717 64.8027C42.0628 65.0823 42.6607 65.2933 43.2212 65.3197C44.7745 65.3988 46.3385 65.3724 47.8972 65.3671C49.157 65.3619 50.5075 64.0535 50.6836 62.6186C50.8277 61.4422 50.1125 59.8331 48.5698 59.3319C48.1748 59.2053 47.7371 59.1631 47.3207 59.1526C45.6446 59.1051 43.9525 59.2212 42.2977 59.026C38.796 58.6145 36.2765 55.5283 36.4153 52.0095C36.5487 48.6068 39.3191 45.7897 42.7781 45.5364C42.9863 45.5206 43.1998 45.5048 43.5308 45.4784L43.5201 45.4837Z' fill='%23111111'/%3E%3Cpath id='Vector_3' d='M48.0599 18.4868C48.2277 18.1678 48.4281 17.8814 48.5345 17.5623C48.7636 16.8668 48.9149 16.1428 49.1522 15.4473C49.8026 13.5491 51.1813 12.5468 53.1449 12.3873C54.8672 12.2482 56.5895 12.33 58.2749 12.7555C58.504 12.8128 58.729 12.8905 58.9499 12.9682C60.9095 13.6555 61.7481 15.0259 61.4536 17.1859C60.9954 20.5609 59.4408 23.4246 57.1704 25.9282C56.6058 26.5541 55.9595 26.8078 55.0881 26.8037C48.6449 26.775 42.1976 26.7873 35.7545 26.8078C35.1286 26.8078 34.6131 26.6359 34.1836 26.2187C32.2813 24.3778 30.8413 22.2341 30.0845 19.6814C29.8063 18.7405 29.8022 17.7546 30.0067 16.7891C30.3177 15.3491 31.3936 14.4041 33.0626 14.1873C34.0772 14.0564 35.104 14.0073 36.1268 14.0114C37.2027 14.0155 38.1763 13.7414 39.0927 13.2178C39.8127 12.8087 40.5122 12.3668 41.2445 11.9782C42.8767 11.1068 43.7277 11.2991 44.9099 12.735C45.904 13.9418 46.5054 15.3532 47.0372 16.7973C47.3931 17.7587 47.5813 18.0982 48.0558 18.4787L48.0599 18.4868Z' fill='%23B9F641' stroke='%23111111' stroke-width='2.04545' stroke-miterlimit='10'/%3E%3Cpath id='Vector_4' d='M45.217 31.95C41.5883 31.95 37.9597 31.95 34.3311 31.95C34.057 31.95 33.7788 31.946 33.5088 31.901C32.8706 31.7946 32.3184 31.23 32.3184 30.7146C32.3184 30.1623 32.8706 29.6141 33.5415 29.5119C33.787 29.475 34.0365 29.4546 34.2861 29.4546C41.4902 29.4546 48.6983 29.4546 55.9024 29.4587C56.2911 29.4587 56.6961 29.4914 57.0725 29.5855C57.7025 29.7491 58.1115 30.2973 58.0624 30.8046C58.0134 31.3405 57.5143 31.8273 56.8925 31.9214C56.6879 31.9541 56.4752 31.95 56.2624 31.95C52.5806 31.95 48.8988 31.95 45.217 31.95Z' fill='%23111111'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-rise {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90' fill='none'%3E%3Cpath d='M48.7368 15.3772H21.0127V74.7731H48.7368V15.3772Z' fill='%23B9F641'/%3E%3Cpath d='M20.0189 74.2087C20.0189 72.4128 19.9617 70.6946 20.0476 68.9846C20.0803 68.3137 20.4567 67.6673 20.6285 66.9964C20.698 66.7183 20.7103 66.3951 20.6367 66.121C20.473 65.5033 20.1048 64.9142 20.0598 64.2923C19.9616 63.0078 19.9453 61.7028 20.0353 60.4183C20.0844 59.7473 20.4526 59.101 20.6285 58.4342C20.7021 58.1642 20.7185 57.8451 20.6489 57.5751C20.4771 56.9042 20.1253 56.2578 20.0639 55.5828C19.9616 54.4005 19.9412 53.1937 20.0476 52.0155C20.1212 51.2137 20.4812 50.4405 20.6939 49.651C20.7512 49.4383 20.8371 49.0946 20.7348 48.9923C20.1212 48.3992 20.0844 47.6301 20.0558 46.8814C20.0067 45.6173 19.9453 44.341 20.0435 43.081C20.0967 42.3855 20.4771 41.7146 20.6776 41.0233C20.743 40.7942 20.7676 40.5201 20.698 40.2992C20.5099 39.6937 20.113 39.1169 20.068 38.5073C19.9657 37.1205 19.9535 35.7173 20.0476 34.3305C20.0926 33.6923 20.4894 33.0787 20.6817 32.4405C20.7512 32.2196 20.743 31.9455 20.6817 31.7205C20.4894 31.0046 20.1335 30.3133 20.0598 29.5933C19.9453 28.4642 20.0271 27.3146 19.9944 26.1733C19.9699 25.306 20.1621 24.5287 20.6735 23.8128C20.7921 23.6492 20.7594 23.3219 20.698 23.0928C20.5017 22.3483 20.1335 21.6283 20.0639 20.8796C19.9535 19.6728 20.0067 18.4496 20.023 17.2346C20.0476 15.3201 21.3321 13.9905 23.2589 13.9373C24.8789 13.8923 26.4989 13.9169 28.1189 13.9169C34.1939 13.9128 40.273 13.8964 46.348 13.9292C47.0516 13.9292 47.8044 14.1214 48.4385 14.4242C49.5676 14.9601 50.0585 15.9869 50.0707 17.2183C50.083 18.5355 50.1362 19.861 50.0135 21.1701C49.9399 21.9637 49.5758 22.7287 49.3017 23.641C50.4758 25.4042 50.4675 29.7937 49.1462 32.1746C50.0339 32.9396 50.0994 33.9951 50.0789 35.0792C50.0666 35.8646 50.0912 40.5942 50.0625 41.3796C50.0339 42.2101 49.7271 42.5537 49.089 42.5455C48.4058 42.5333 48.1644 42.2346 48.1562 41.3755C48.148 40.4878 48.1603 35.656 48.148 34.7683C48.1276 33.541 47.653 33.0542 46.438 33.0542C41.754 33.0542 37.0698 33.0623 32.3857 33.0664C31.8048 33.0664 31.2198 33.0664 30.643 33.0214C30.0457 32.9764 29.7267 32.6451 29.7553 32.0192C29.7839 31.381 30.1562 31.1273 30.7453 31.1233C32.5944 31.1151 34.4394 31.111 36.2885 31.111C39.7044 31.111 43.1244 31.111 46.5403 31.111C47.6612 31.111 48.1153 30.6896 48.1316 29.5646C48.148 28.3742 48.1521 27.1796 48.1112 25.9933C48.0744 24.8601 47.653 24.4837 46.5198 24.3978C46.2008 24.3733 45.8121 24.3569 45.5912 24.1728C45.3785 23.9969 45.2107 23.5796 45.268 23.326C45.3335 23.0437 45.6403 22.7533 45.9144 22.6019C46.1558 22.471 46.4994 22.5201 46.8021 22.4996C47.6162 22.4505 48.1112 22.0373 48.1276 21.2355C48.1603 19.8937 48.1562 18.5478 48.103 17.2101C48.0662 16.3346 47.4607 15.8683 46.4994 15.8683C41.3857 15.8683 36.2721 15.8683 31.1585 15.8683C28.6794 15.8683 26.1962 15.8683 23.7171 15.8764C22.3958 15.8846 21.9826 16.2978 21.9744 17.5987C21.9662 18.7401 21.9867 19.8814 21.9744 21.0187C21.9662 21.7796 22.3344 22.2255 23.0544 22.3442C23.5985 22.4342 24.1589 22.471 24.7153 22.471C29.2726 22.4833 33.8298 22.4792 38.3871 22.4873C38.788 22.4873 39.2012 22.5119 39.5899 22.606C40.0603 22.7205 40.2976 23.0519 40.2485 23.5673C40.1994 24.0869 39.9089 24.3446 39.4139 24.3692C38.9599 24.3937 38.5017 24.3978 38.0476 24.3978C33.388 24.4019 28.7326 24.4019 24.073 24.4101C22.3385 24.4101 21.9785 24.7783 21.9703 26.5005C21.9662 27.4619 21.958 28.4273 21.9703 29.3887C21.9785 30.6569 22.3835 31.0496 23.6394 31.1233C23.9789 31.1437 24.3676 31.2133 24.6294 31.4055C25.1121 31.7573 24.924 32.6983 24.3471 32.9028C23.9953 33.0255 23.6066 33.0419 23.2344 33.1114C22.3794 33.2628 22.0071 33.6269 21.9867 34.4737C21.954 35.8155 21.9703 37.1614 21.9867 38.5033C21.9949 39.2192 22.3589 39.6405 23.0994 39.6773C23.578 39.7019 24.0608 39.7346 24.5394 39.7346C30.2626 39.7346 35.9817 39.7223 41.7048 39.7223C42.1835 39.7223 42.6662 39.7714 43.1448 39.7796C43.7871 39.7919 44.0407 40.1437 44.0489 40.7451C44.0571 41.3792 43.6848 41.6492 43.1203 41.731C42.9198 41.7596 42.7153 41.7392 42.5148 41.7392C36.5135 41.7392 30.5162 41.7392 24.5148 41.7473C22.1053 41.7514 21.9621 41.911 21.9662 44.2796C21.9662 45.1142 21.9539 45.9528 21.9662 46.7873C21.9785 47.8919 22.2567 48.211 23.3448 48.4319C23.6885 48.5014 24.073 48.5055 24.3676 48.6651C24.5967 48.7878 24.8421 49.1028 24.8462 49.3401C24.8503 49.5692 24.613 49.9169 24.3921 50.0192C23.9667 50.2196 23.4799 50.3055 23.0135 50.4037C22.3426 50.5428 21.9949 50.9519 21.9826 51.6187C21.9621 52.9851 21.9662 54.3555 21.9744 55.726C21.9785 56.3723 22.2935 56.7773 22.9603 56.8592C23.3858 56.9083 23.8112 56.9819 24.2408 56.9819C27.1249 56.9901 30.013 56.9819 32.8971 56.986C33.1753 56.986 33.4617 56.9696 33.7276 57.031C34.243 57.1496 34.5989 57.4564 34.5907 58.0292C34.5826 58.6305 34.1776 58.8923 33.6499 58.9169C32.5126 58.966 31.3712 58.9823 30.2339 58.9864C28.2089 58.9905 26.1839 58.9742 24.1589 58.9701C23.9298 58.9701 23.7008 58.9701 23.4758 58.9864C22.318 59.0805 22.003 59.3873 21.9744 60.541C21.9417 61.7805 21.9621 63.0242 21.958 64.2678C21.958 65.0205 22.3344 65.4501 23.0544 65.5892C23.4267 65.6628 23.8398 65.6342 24.163 65.7937C24.4535 65.9328 24.8667 66.2928 24.838 66.5055C24.793 66.8614 24.4903 67.2419 24.1917 67.4833C23.9912 67.6428 23.6108 67.5896 23.3121 67.6183C22.3549 67.7164 21.9744 68.1051 21.9621 69.0951C21.9457 70.3101 21.9498 71.5292 21.9744 72.7442C21.9948 73.8569 22.3426 74.2005 23.4512 74.2046C26.1839 74.2169 28.9208 74.2046 31.6535 74.2128C36.2108 74.2251 40.768 74.2455 45.3253 74.2578C45.5953 74.2578 45.8694 74.2169 46.3399 74.1801C39.6308 70.1096 36.1944 64.3905 36.6035 56.6137C36.853 51.8396 39.013 47.9042 42.4126 44.6846C49.723 37.7628 60.9403 38.1187 67.9685 45.5519C72.0225 49.8433 73.7531 55.0387 72.7385 60.9255C71.7322 66.7633 68.398 71.0669 63.1821 74.176C63.5544 74.2373 63.7139 74.2864 63.8694 74.2864C69.4657 74.2783 75.058 74.266 80.6544 74.2578C81.0348 74.2578 81.4112 74.2905 81.7916 74.3151C82.348 74.3478 82.6998 74.6055 82.7203 75.1987C82.7448 75.8246 82.4094 76.1396 81.8162 76.1887C81.3908 76.2255 80.9571 76.2501 80.5275 76.2501C57.2093 76.2501 33.8953 76.2501 10.5771 76.2501C9.59122 76.2501 8.60122 76.2337 7.61531 76.2337C6.92395 76.2337 6.58032 75.8369 6.54759 75.2028C6.51486 74.5646 6.96078 74.3273 7.52532 74.2823C7.90169 74.2537 8.2821 74.2292 8.66256 74.2292C12.2585 74.2333 15.8503 74.2455 19.4462 74.2537C19.663 74.2537 19.8799 74.2251 20.0026 74.2169L20.0189 74.2087ZM54.6607 74.2087C63.8898 74.3069 70.8485 66.8164 71.0571 58.1969C71.2657 49.5692 63.9225 41.7023 54.8775 41.731C45.403 41.7637 38.5426 49.3196 38.5303 57.9883C38.518 67.3442 46.2703 74.3028 54.6607 74.2046V74.2087Z' fill='%23111111' stroke='%23111111' stroke-width='0.245455'/%3E%3Cpath d='M33.2076 48.4564C34.0176 48.4564 34.8235 48.4687 35.6335 48.4564C36.284 48.4442 36.5662 48.796 36.554 49.3892C36.5417 49.9537 36.2431 50.2646 35.6417 50.2605C34.0994 50.2523 32.5571 50.3014 31.019 50.2278C30.6099 50.2073 30.1844 49.8555 29.8408 49.5651C29.7467 49.4832 29.8612 49.0087 30.0126 48.8328C30.1885 48.6364 30.5117 48.4851 30.7776 48.4687C31.5835 48.4237 32.3935 48.4523 33.2035 48.4523C33.2035 48.4523 33.2035 48.4564 33.2035 48.4605L33.2076 48.4564Z' fill='%23111111'/%3E%3Cpath d='M32.9098 65.6506C33.6175 65.6506 34.3212 65.6301 35.0289 65.6547C35.618 65.6751 35.9739 65.9901 35.9576 66.6119C35.9412 67.1929 35.6794 67.5733 35.0371 67.5733C33.6258 67.5774 32.2143 67.5979 30.803 67.5815C30.1607 67.5733 29.7475 67.2379 29.7394 66.5588C29.7312 65.8633 30.2221 65.6629 30.7948 65.6383C31.4985 65.6097 32.2062 65.6301 32.9139 65.6301C32.9139 65.6342 32.9139 65.6383 32.9139 65.6424L32.9098 65.6506Z' fill='%23111111'/%3E%3Cpath d='M54.6646 74.2086C46.2742 74.3068 38.5219 67.344 38.5342 57.9922C38.5465 49.3236 45.4069 41.7677 54.8815 41.7349C63.9265 41.7063 71.2697 49.5731 71.061 58.2008C70.8524 66.8204 63.8937 74.3068 54.6646 74.2127V74.2086Z' fill='%23B9F641'/%3E%3Cpath d='M53.7231 48.5474C53.7231 47.8151 53.6904 47.1278 53.7313 46.4447C53.7967 45.2788 54.9545 44.6365 55.9117 45.2174C56.4108 45.5201 56.6072 45.9865 56.6113 46.5469C56.6154 47.1974 56.6113 47.8478 56.6113 48.5147C57.1267 48.5883 57.6095 48.6251 58.0799 48.7315C60.3054 49.2306 62.0522 51.4274 62.0604 53.7019C62.0604 54.5978 61.5449 55.2156 60.7513 55.2688C59.8922 55.326 59.3072 54.8024 59.2049 53.886C59.0208 52.2374 58.1331 51.4397 56.4804 51.4356C55.5395 51.4356 54.5986 51.4315 53.6536 51.4356C52.2299 51.4438 51.1581 52.4624 51.1417 53.8165C51.1254 55.2237 52.324 56.2956 53.6454 56.2628C54.8931 56.2301 56.1531 56.1933 57.3886 56.3201C60.5058 56.6392 62.6372 59.5969 61.9336 62.6406C61.4386 64.7924 60.0354 66.2651 57.6667 66.7233C57.3476 66.7847 57.0245 66.8256 56.6072 66.8869C56.6072 67.5374 56.6195 68.2165 56.6072 68.8956C56.5867 69.726 56.0631 70.311 55.3063 70.3724C54.4308 70.446 53.7517 69.8324 53.7231 68.8997C53.7027 68.2328 53.719 67.566 53.719 66.9033C53.179 66.8133 52.6758 66.7642 52.189 66.6415C49.984 66.0974 48.319 63.9988 48.274 61.7324C48.2536 60.8488 48.7772 60.1901 49.5463 60.1247C50.4217 60.051 51.0517 60.5788 51.1336 61.5197C51.2072 62.3624 51.4813 63.0947 52.2299 63.5283C52.6063 63.7451 53.0645 63.9088 53.494 63.9292C54.6845 63.9906 55.8831 63.9701 57.0777 63.966C58.0431 63.9619 59.0781 62.9474 59.2131 61.8347C59.3236 60.9224 58.7754 59.6747 57.5931 59.286C57.2904 59.1878 56.9549 59.1551 56.6358 59.1469C55.3513 59.1101 54.0545 59.2001 52.7863 59.0487C50.1027 58.7297 48.1717 56.3365 48.2781 53.6078C48.3804 50.9692 50.5036 48.7847 53.1545 48.5883C53.314 48.576 53.4777 48.5638 53.7313 48.5433L53.7231 48.5474Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-affiliate-work {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 40490'%3E%3Cg id='Group'%3E%3Cg id='Vector'%3E%3Cpath d='M22.7646 77.57H67.7447V76.98C67.7447 68.47 67.7447 59.95 67.7447 51.44C67.7447 49.9 66.9047 49.06 65.3647 49.06C54.9547 49.06 44.5446 49.06 34.1346 49.06C31.0846 49.06 28.0446 49.06 24.9946 49.06C24.5046 49.06 24.0446 49.16 23.6446 49.46C23.0046 49.94 22.7646 50.6 22.7646 51.39C22.7646 59.97 22.7646 68.55 22.7646 77.13V77.57ZM45.2447 38.84C53.6547 38.84 60.4947 31.98 60.4947 23.53C60.4947 14.94 53.7246 8.01 45.3246 8C36.8246 8 29.9946 14.86 29.9846 23.4C29.9846 31.94 36.7947 38.84 45.2346 38.84H45.2447ZM50.1445 49.06C50.3632 49.06 51.6439 49.06 51.6439 49.06C56.5239 49.06 60.4847 49.06 65.3647 49.06C66.6379 49.06 67.7447 49.38 67.7447 51.44C67.7447 59.98 67.7447 68.5775 67.7447 77.1175C67.7447 77.2775 68.6147 77.4 68.6147 77.6C68.8147 77.6 68.9546 77.6 69.1046 77.6C70.2246 77.6 71.3646 77.48 72.4646 77.63C73.6646 77.79 74.2646 77.22 74.7246 76.29C74.7846 76.17 74.8546 76.05 74.9246 75.93C75.8746 74.09 76.2346 72.09 76.3846 70.05C76.5946 67.13 76.3246 64.24 75.8246 61.36C75.0746 57.04 73.8346 52.87 72.0546 48.85C70.8646 46.16 68.9946 44.14 66.4846 42.66C64.5346 41.5 62.4746 40.62 60.2946 39.99C58.7646 39.55 57.2547 39.01 55.6147 39.09C55.3547 39.1 55.2046 39.17 55.0746 39.41C53.9746 41.38 52.8646 43.34 51.7646 45.3C51.2346 46.24 49.9546 48.05 49.3846 49.06C49.3846 49.06 49.3846 49.06 50.1445 49.06ZM22.3845 77.5C22.2586 77.3117 22.7646 77.01 22.7646 77.01V51.39C22.7646 51.39 22.9146 49.06 24.9946 49.06C29.8846 49.06 32.61 49.06 37.5 49.06C37.5 49.06 41.5 49.06 40.3446 48.17C38.6346 45.14 36.9746 42.2 35.3046 39.25C35.2646 39.17 35.1446 39.09 35.0546 39.09C34.5646 39.09 34.0546 39.02 33.5846 39.12C30.7546 39.69 28.0046 40.54 25.4146 41.85C22.2846 43.44 19.7046 45.58 18.3746 48.96C18.2646 49.25 18.1146 49.53 17.9946 49.82C16.1446 54.18 14.9546 58.73 14.3346 63.42C13.9546 66.3 13.8346 69.19 14.3146 72.08C14.6146 73.85 15.1346 75.53 16.1946 77.01C16.4946 77.43 16.7846 77.66 17.3746 77.62C18.7046 77.54 20.0546 77.59 21.3846 77.59C21.5146 77.59 22.5646 77.57 22.7646 77.57C22.7646 77.57 22.5756 77.7857 22.3845 77.5ZM45.2146 82.5C54.3846 82.5 63.5546 82.5 72.7246 82.5C72.8646 82.5 72.9945 82.5 73.1345 82.5C74.1845 82.43 74.9246 81.36 74.6046 80.35C74.3546 79.56 73.7346 77.68 72.7146 77.68C54.4046 77.68 36.0946 77.68 17.7846 77.68C17.5846 77.68 17.3746 77.68 17.1746 77.72C16.5246 77.84 16.0946 79.73 15.9146 80.36C15.5846 81.49 16.3945 82.5 17.5945 82.5C26.8045 82.5 36.0146 82.5 45.2246 82.5H45.2146Z' fill='%23B9F641'/%3E%3Cpath d='M22.7646 77.57H67.7447V76.98C67.7447 68.47 67.7447 59.95 67.7447 51.44M22.7646 77.57V77.13C22.7646 68.55 22.7646 59.97 22.7646 51.39M22.7646 77.57C22.5646 77.57 21.5146 77.59 21.3846 77.59C20.0546 77.59 18.7046 77.54 17.3746 77.62C16.7846 77.66 16.4946 77.43 16.1946 77.01C15.1346 75.53 14.6146 73.85 14.3146 72.08C13.8346 69.19 13.9546 66.3 14.3346 63.42C14.9546 58.73 16.1446 54.18 17.9946 49.82C18.1146 49.53 18.2646 49.25 18.3746 48.96C19.7046 45.58 22.2846 43.44 25.4146 41.85C28.0046 40.54 30.7546 39.69 33.5846 39.12C34.0546 39.02 34.5646 39.09 35.0546 39.09C35.1446 39.09 35.2646 39.17 35.3046 39.25C36.9746 42.2 38.6346 45.14 40.3446 48.17C41.5 49.06 37.5 49.06 37.5 49.06C32.61 49.06 29.8846 49.06 24.9946 49.06M22.7646 77.57C22.7646 77.57 22.5756 77.7857 22.3845 77.5C22.2586 77.3117 22.7646 77.01 22.7646 77.01V51.39M67.7447 51.44C67.7447 49.9 66.9047 49.06 65.3647 49.06M67.7447 51.44C67.7447 49.38 66.6379 49.06 65.3647 49.06M67.7447 51.44C67.7447 59.98 67.7447 68.5775 67.7447 77.1175C67.7447 77.2775 68.6147 77.4 68.6147 77.6C68.8147 77.6 68.9546 77.6 69.1046 77.6C70.2246 77.6 71.3646 77.48 72.4646 77.63C73.6646 77.79 74.2646 77.22 74.7246 76.29C74.7846 76.17 74.8546 76.05 74.9246 75.93C75.8746 74.09 76.2346 72.09 76.3846 70.05C76.5946 67.13 76.3246 64.24 75.8246 61.36C75.0746 57.04 73.8346 52.87 72.0546 48.85C70.8646 46.16 68.9946 44.14 66.4846 42.66C64.5346 41.5 62.4746 40.62 60.2946 39.99C58.7646 39.55 57.2547 39.01 55.6147 39.09C55.3547 39.1 55.2046 39.17 55.0746 39.41C53.9746 41.38 52.8646 43.34 51.7646 45.3C51.2346 46.24 49.9546 48.05 49.3846 49.06C49.3846 49.06 49.3846 49.06 50.1445 49.06C50.3632 49.06 51.6439 49.06 51.6439 49.06C56.5239 49.06 60.4847 49.06 65.3647 49.06M65.3647 49.06C54.9547 49.06 44.5446 49.06 34.1346 49.06C31.0846 49.06 28.0446 49.06 24.9946 49.06M24.9946 49.06C24.5046 49.06 24.0446 49.16 23.6446 49.46C23.0046 49.94 22.7646 50.6 22.7646 51.39M24.9946 49.06C22.9146 49.06 22.7646 51.39 22.7646 51.39M45.2447 38.84C53.6547 38.84 60.4947 31.98 60.4947 23.53C60.4947 14.94 53.7246 8.01 45.3246 8C36.8246 8 29.9946 14.86 29.9846 23.4C29.9846 31.94 36.7947 38.84 45.2346 38.84H45.2447ZM45.2146 82.5C54.3846 82.5 63.5546 82.5 72.7246 82.5C72.8646 82.5 72.9945 82.5 73.1345 82.5C74.1845 82.43 74.9246 81.36 74.6046 80.35C74.3546 79.56 73.7346 77.68 72.7146 77.68C54.4046 77.68 36.0946 77.68 17.7846 77.68C17.5846 77.68 17.3746 77.68 17.1746 77.72C16.5246 77.84 16.0946 79.73 15.9146 80.36C15.5846 81.49 16.3945 82.5 17.5945 82.5C26.8045 82.5 36.0146 82.5 45.2246 82.5H45.2146Z' stroke='%23111111' stroke-width='2.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-account {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0363 5.99869C18.0363 9.31167 15.3505 11.9974 12.0376 11.9974C8.72458 11.9974 6.03888 9.31167 6.03888 5.99869C6.03888 2.6857 8.72458 0 12.0376 0C15.3505 0 18.0363 2.6857 18.0363 5.99869Z' fill='%23D5ED86'/%3E%3Cpath d='M0 19.9524C0 16.665 2.91988 14 6.52174 14H17.4783C21.0801 14 24 16.665 24 19.9524V22.8095C24 23.467 23.416 24 22.6957 24H1.30435C0.583976 24 0 23.467 0 22.8095V19.9524Z' fill='%23D5ED86'/%3E%3Cpath d='M22.0057 20.1181C22.0094 20.1038 22.0123 20.0918 22.0127 20.084L22.0151 20.0779L22.0185 20.0599C22.0661 19.7747 21.9551 19.5358 21.7346 19.4502L21.6983 19.436C21.3224 19.29 21.135 18.8696 21.2784 18.5005C21.3116 18.415 21.3989 18.3094 21.4326 18.2733C21.6347 18.0692 21.6297 17.7451 21.4214 17.5L20.7714 16.7146L20.758 16.7033C20.7038 16.6594 20.6411 16.6078 20.5607 16.5766C20.4106 16.5183 20.2154 16.5214 20.0709 16.5838C19.8908 16.6604 19.5517 16.7473 19.3939 16.686C19.2369 16.625 19.0443 16.3325 18.9634 16.1536C18.8941 16.002 18.7648 15.8789 18.607 15.8176C18.5243 15.7855 18.4458 15.7813 18.3759 15.7779L18.3599 15.7778L17.3094 15.9043L17.3028 15.9052C17.041 15.9536 16.839 16.2192 16.8543 16.4982L16.8547 16.5019L16.855 16.5055C16.8575 16.5495 16.861 16.6965 16.818 16.8071C16.674 17.1778 16.251 17.3593 15.8766 17.2139L15.8403 17.1998C15.6098 17.1102 15.3722 17.211 15.2181 17.461L15.209 17.4751L15.207 17.4804C15.204 17.4881 15.1968 17.4975 15.1891 17.5104C15.125 17.618 14.9731 17.8715 14.8869 18.0935C14.8007 18.3154 14.7408 18.6047 14.7162 18.7276C14.7124 18.742 14.7095 18.754 14.7092 18.7618L14.7068 18.7679L14.7034 18.7859C14.6558 19.0711 14.7668 19.31 14.9872 19.3956L15.0058 19.4028C15.3817 19.5488 15.5691 19.9692 15.4257 20.3384C15.3925 20.4238 15.3051 20.5295 15.2715 20.5656C15.0789 20.7567 15.0611 21.0913 15.2304 21.3291L15.2354 21.3345L15.8804 22.103L15.8938 22.1144C15.9479 22.1582 16.0091 22.2092 16.0896 22.2405C16.2613 22.3072 16.4411 22.3024 16.5793 22.2332C16.5912 22.23 16.6041 22.2244 16.6185 22.2195C16.7507 22.1725 17.1044 22.0501 17.28 22.1183C17.4107 22.1691 17.5771 22.3891 17.7131 22.6921C17.7824 22.8437 17.9117 22.9668 18.0695 23.0281C18.1762 23.0695 18.2664 23.0712 18.373 23.0626L18.3766 23.0623L19.3954 22.9305L19.3997 22.9286C19.6615 22.8802 19.8635 22.6146 19.8482 22.3356L19.8478 22.332L19.8474 22.3283C19.8462 22.327 19.8329 22.1664 19.8924 22.05L19.8969 22.0429L19.8998 22.0353C20.0438 21.6646 20.4669 21.4831 20.8412 21.6285L20.8799 21.6436C21.1103 21.7331 21.348 21.6323 21.5021 21.3823L21.5111 21.3682L21.5132 21.3629C21.5171 21.3574 21.5222 21.3489 21.5293 21.3376C21.5929 21.2332 21.741 20.9897 21.834 20.7502C21.9215 20.5296 21.981 20.2411 22.0057 20.1181ZM17.9437 20.4924C17.3489 20.2613 17.0517 19.5989 17.2795 19.0124C17.5074 18.4259 18.1738 18.1379 18.7686 18.369C19.3633 18.6 19.6606 19.2624 19.4327 19.8489C19.2049 20.4354 18.5384 20.7234 17.9437 20.4924Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-address-secure {
    background: url("data:image/svg+xml;utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.00195 10H2.00195C0.897384 10 0.00195312 10.8954 0.00195312 12V22C0.00195312 23.1046 0.897383 24 2.00195 24H22.002C23.1065 24 24.002 23.1046 24.002 22V12C24.002 10.8954 23.1065 10 22.002 10H19.002V19H5.00195V10Z' fill='%23D5ED86'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00195 0C6.89738 0 6.00195 0.89543 6.00195 2V18H18.002V2C18.002 0.895431 17.1065 0 16.002 0H8.00195ZM11.1757 3.04083C11.5755 2.50208 12.382 2.50208 12.7818 3.04083L15.9564 7.31857H12.8969V13.0821C12.8969 13.5895 12.4857 14.0007 11.9784 14.0007C11.471 14.0007 11.0598 13.5895 11.0598 13.0821V7.31857H8.00117L11.1757 3.04083Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-avatar {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12C15.308 12 18 9.309 18 6C18 2.691 15.308 0 12 0C8.692 0 6 2.692 6 6C6 9.308 8.692 12 12 12Z' fill='%2383E5DA'/%3E%3Cpath d='M1 20.737V21.23C1 23.625 4.817 24 9.556 24H14.444C18.997 24 23 23.625 23 21.23V20.737C23 16.156 19.506 13 14.829 13H9.17C4.493 13 1 16.155 1 20.737Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-c2c-nick {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='21' viewBox='0 0 24 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25003 4.5C6.03913 4.5 5.82413 4.5126 5.62503 4.5625C5.50843 4.5921 5.39343 4.642 5.28123 4.6875C5.23783 4.7052 5.19883 4.7299 5.15623 4.75C5.13853 4.7582 5.14263 4.7726 5.12503 4.7812C5.01923 4.8336 4.91223 4.8716 4.81253 4.9375C4.79853 4.9466 4.76393 4.9594 4.75003 4.9688C4.72073 4.9888 4.71623 5.01 4.68753 5.0312C4.60593 5.0898 4.51413 5.1522 4.43753 5.2188C4.36763 5.2816 4.31543 5.3678 4.25003 5.4375C4.02883 5.6644 3.81243 5.9061 3.65623 6.1875C3.38803 6.6578 3.20943 7.173 3.12503 7.7188C3.08433 7.7102 3.03573 7.707 3.00003 7.7188C2.72673 7.8076 2.66583 8.328 2.84383 8.875C2.94823 9.196 3.10413 9.451 3.28123 9.594C3.51923 10.519 4.03093 11.298 4.68753 11.781V12.312L4.15623 12.812L3.12503 13.344C2.28343 13.761 1.43443 14.177 0.593829 14.594C0.127929 14.875 -0.0443814 15.42 2.85725e-05 15.938C0.0217106 16.263 -0.104901 16.689 0.218779 16.906C0.526279 17.064 0.916169 16.974 1.24998 17H3.06248C3.24418 16.762 3.47128 16.542 3.74998 16.375L3.78118 16.344H3.81248C5.22348 15.651 6.61658 14.944 8.03118 14.25L9.65618 13.469C9.56408 13.423 9.46698 13.389 9.37498 13.344L8.34378 12.812L7.81248 12.312V11.781C8.22798 11.476 8.57918 11.034 8.84378 10.531C8.48728 9.955 8.21288 9.293 8.03118 8.594C7.72928 8.284 7.44628 7.9398 7.28118 7.4375C7.11128 6.9204 7.06278 6.3861 7.12498 5.9375C7.18008 5.5401 7.37098 5.1639 7.74998 4.9688C7.63838 4.8963 7.49318 4.8398 7.37498 4.7812C7.31538 4.752 7.27998 4.7123 7.21878 4.6875C7.17528 4.6698 7.13798 4.6716 7.09378 4.6562C6.96088 4.6102 6.82568 4.5548 6.68748 4.5312C6.67688 4.5296 6.66688 4.533 6.65618 4.5312C6.52648 4.5108 6.38293 4.4985 6.25003 4.5Z' fill='%2383E5DA'/%3E%3Cpath d='M13.499 0.199951C13.145 0.199951 12.796 0.199927 12.461 0.299927C12.266 0.299927 12.076 0.4 11.888 0.5C11.815 0.5 11.741 0.499976 11.669 0.599976H11.587C11.41 0.699976 11.236 0.800024 11.068 0.900024H10.986C10.937 1.00002 10.898 0.999976 10.85 1.09998C10.713 1.19998 10.569 1.20002 10.44 1.40002C10.323 1.50002 10.222 1.59995 10.112 1.69995C9.74093 2.09995 9.41883 2.5 9.15653 3C8.70603 3.7 8.36973 4.6 8.22783 5.5H8.03663C7.57763 5.7 7.46463 6.50002 7.76353 7.40002C7.93893 8.00002 8.23083 8.39998 8.52833 8.59998C8.92793 10.2 9.77443 11.4999 10.877 12.2999V13.2L10.003 14L8.25513 14.9C6.84163 15.6 5.43353 16.3 4.02163 17C3.23913 17.4 2.93643 18.4 3.01103 19.2C3.04743 19.8 2.84973 20.4999 3.39333 20.7999C3.90983 21.0999 4.52603 20.9 5.08683 20.9H10.003H16.995C19.064 20.9 21.127 21 23.196 20.9C23.867 20.9 24.053 20.2 23.988 19.6C24 18.8 24.048 17.8999 23.414 17.2999C22.897 16.7999 22.161 16.6 21.53 16.2C20.603 15.8 19.67 15.3 18.744 14.9L16.995 14L16.121 13.2V12.2999C17.224 11.4999 18.071 10.2 18.47 8.59998C18.768 8.39998 19.06 8.00002 19.235 7.40002C19.534 6.50002 19.421 5.7 18.962 5.5H18.771C18.629 4.6 18.293 3.7 17.842 3C17.58 2.5 17.258 2.09995 16.886 1.69995C16.776 1.59995 16.676 1.50002 16.558 1.40002H16.531C16.189 1.10002 15.808 0.799976 15.411 0.599976C15.311 0.599976 15.214 0.5 15.111 0.5C15.038 0.5 14.967 0.400024 14.892 0.400024C14.669 0.300024 14.442 0.299951 14.209 0.199951H14.155H13.499Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-capital-password {
    background: url("data:image/svg+xml;utf8,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99994 0C11.3725 1.2 15.2941 3.54 19.9999 3.3V14.4C19.9019 16.6 17.7646 21.6 9.99994 24V15.6794L10.6168 15.8378C11.1625 15.9753 13.2306 16.0012 13.6768 14.1616C13.8198 13.6697 13.7951 13.143 13.6067 12.6672C13.4183 12.1914 13.0772 11.7945 12.639 11.5409C12.639 11.5409 13.914 11.1439 14.0925 9.95553C14.271 8.76715 13.4575 8.21447 12.9858 7.91088C12.6147 7.69278 12.2203 7.51867 11.8102 7.39194L12.136 6.06203C12.2068 5.77313 12.0304 5.48145 11.7417 5.40997C11.4517 5.33817 11.1586 5.5157 11.0879 5.80595L10.7673 7.12209L9.99994 6.92808V6.61029L10.253 5.59031C10.3126 5.35013 10.2029 5.10773 9.99994 4.98863V0ZM9.99994 10.4775V8.09535L10.9458 8.33642C11.1676 8.3935 12.2004 8.85536 11.9658 9.78687C11.9085 10.0441 11.7625 10.2719 11.5543 10.429C11.3461 10.5861 11.0895 10.6621 10.831 10.6431C10.7256 10.6429 10.6205 10.6316 10.5174 10.6094L9.99994 10.4775ZM9.99994 14.2119V11.7133L10.854 11.9327C10.9995 11.9726 11.1356 12.0423 11.2538 12.1376C11.372 12.2328 11.4699 12.3515 11.5415 12.4866C11.6131 12.6216 11.6569 12.77 11.6702 12.9229C11.6835 13.0757 11.6661 13.2297 11.619 13.3754C11.4379 14.1175 10.7214 14.2809 10.3669 14.2809C10.3146 14.2826 10.2623 14.2773 10.2113 14.2654L9.99994 14.2119Z' fill='%23D5ED86'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99995 0C8.6274 1.2 4.70583 3.54 -4.76837e-05 3.3V14.4C0.097991 16.6 2.23525 21.6 9.99995 24V15.6794L9.79831 15.6276L9.49769 16.8494C9.42308 17.1526 9.11559 17.3369 8.81298 17.2598C8.51416 17.1836 8.33252 16.8808 8.40589 16.5813L8.7069 15.3526L7.99545 15.1709L7.7035 16.3644C7.62552 16.6832 7.3026 16.8773 6.98451 16.7966C6.67028 16.7168 6.47908 16.3987 6.55611 16.0838L6.85049 14.8803L5.30885 14.4886C4.975 14.4038 4.7719 14.0658 4.85376 13.7312C4.93667 13.3923 5.28003 13.1861 5.61814 13.2721L6.16709 13.4117C6.26884 13.4376 6.27924 13.3938 6.29701 13.3188L6.29714 13.3183L7.69455 7.62027C7.70475 7.57876 7.72005 7.51649 7.59765 7.48535L6.92247 7.31395C6.62311 7.23796 6.44135 6.93443 6.5157 6.63465C6.59063 6.33256 6.89703 6.14908 7.19871 6.22565L8.8701 6.64985L9.19416 5.32905C9.26588 5.0367 9.56094 4.85776 9.85335 4.92928C9.90619 4.94221 9.95533 4.96242 9.99995 4.9886V0ZM9.99995 6.61048L9.92581 6.90932L9.99995 6.92807V6.61048ZM9.99995 8.09533L9.65296 8.00689L9.09195 10.2461L9.99995 10.4775V8.09533ZM9.99995 11.7133L8.8344 11.4138L8.26065 13.7724L9.99995 14.2119V11.7133Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-color {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1099_57354)'%3E%3Cpath d='M18.0796 12.0953L6.15876 0L4.27196 1.91441L7.44552 5.13441L0.585041 12.0953C-0.195014 12.8868 -0.195014 14.1721 0.585041 14.9635L7.91888 22.4047C8.30558 22.8038 8.81895 23 9.33231 23C9.84568 23 10.3591 22.8038 10.7457 22.4047L18.0796 14.9635C18.8596 14.1721 18.8596 12.8868 18.0796 12.0953ZM2.93854 13.5294L9.33231 7.04882L15.7261 13.5294H2.93854ZM21.3331 15.5588C21.3331 15.5588 18.6663 18.4879 18.6663 20.2941C18.6663 21.7891 19.8597 23 21.3331 23C22.8066 23 24 21.7891 24 20.2941C24 18.4879 21.3331 15.5588 21.3331 15.5588Z' fill='%23D5ED86'/%3E%3Cpath d='M21.3332 15.5588C21.3332 15.5588 18.6663 18.488 18.6663 20.2941C18.6663 21.7891 19.8597 23 21.3332 23C22.8066 23 24 21.7891 24 20.2941C24 18.488 21.3332 15.5588 21.3332 15.5588Z' fill='%2383E5DA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1099_57354'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-email {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.5L11.5237 11.742C11.8208 11.903 12.1792 11.903 12.4763 11.742L24 5.5V16C24 17.1046 23.1046 18 22 18H2C0.89543 18 0 17.1046 0 16L0 5.5Z' fill='%23D5ED86'/%3E%3Cpath d='M0 2C0 0.895431 0.895431 0 2 0H22C23.1046 0 24 0.895431 24 2V4L12.4472 9.77639C12.1657 9.91716 11.8343 9.91716 11.5528 9.77639L0 4V2Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-fishing-code {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.74231 6C6.74231 4 7.79695 0 12.0155 0C16.2341 0 17.2887 4 17.2887 6C19.366 5.83333 24 6.8 24 12C24 16.5 19.6856 18 17.2887 18H6.26293C4.3454 18 -0.428465 16.2927 0.0309654 11.5C0.510264 6.5 4.3454 6 6.74231 6ZM12 15C14.2091 15 16 13.2091 16 11C16 8.79086 14.2091 7 12 7C9.79085 7 7.99999 8.79086 7.99999 11C7.99999 13.2091 9.79085 15 12 15Z' fill='%23D5ED86'/%3E%3Cpath d='M5.99997 11C6.52127 8.15556 9.00967 6 12 6C14.9903 6 17.4781 8.15556 18 11C17.4787 13.8444 14.9903 16 12 16C9.00967 16 6.52183 13.8444 5.99997 11ZM12 13.7778C12.7354 13.7778 13.4407 13.4851 13.9607 12.9642C14.4807 12.4433 14.7729 11.7367 14.7729 11C14.7729 10.2633 14.4807 9.55675 13.9607 9.03581C13.4407 8.51488 12.7354 8.22222 12 8.22222C11.2646 8.22222 10.5593 8.51488 10.0392 9.03581C9.51921 9.55675 9.22707 10.2633 9.22707 11C9.22707 11.7367 9.51921 12.4433 10.0392 12.9642C10.5593 13.4851 11.2646 13.7778 12 13.7778ZM12 12.6667C11.5587 12.6667 11.1355 12.4911 10.8235 12.1785C10.5115 11.866 10.3362 11.442 10.3362 11C10.3362 10.558 10.5115 10.134 10.8235 9.82149C11.1355 9.50893 11.5587 9.33333 12 9.33333C12.4412 9.33333 12.8644 9.50893 13.1764 9.82149C13.4884 10.134 13.6637 10.558 13.6637 11C13.6637 11.442 13.4884 11.866 13.1764 12.1785C12.8644 12.4911 12.4412 12.6667 12 12.6667Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-google {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_312_3249)'%3E%3Cpath d='M12.0294 24L16.9386 15.5273C18.664 13.1106 18.3878 9.80623 16.2841 7.7063H23.1569C25.5932 13.8549 22.5652 20.8065 16.3927 23.2401C14.9854 23.7119 13.514 23.9687 12.0294 24Z' fill='%23D5ED86'/%3E%3Cpath d='M10.1758 23.8918C3.64196 22.9064 -0.852232 16.8347 0.13615 10.3302C0.13615 10.325 0.137459 10.3185 0.138768 10.3133C0.329899 8.89118 0.812962 7.52251 1.55654 6.29462L6.46572 14.7674C7.74734 17.4565 10.7884 18.833 13.6658 18.0261L10.1744 23.8918H10.1758Z' fill='%23D5ED86'/%3E%3Cpath d='M11.9208 16.3967C9.51072 16.3967 7.55753 14.4519 7.55753 12.0521C7.55753 9.6524 9.51072 7.70758 11.9208 7.70758C14.3309 7.70758 16.2841 9.6524 16.2841 12.0521C16.2383 14.4323 14.3112 16.3524 11.9208 16.3967Z' fill='%2383E5DA'/%3E%3Cpath d='M5.92111 10.531L2.53836 4.55576C6.5796 -0.598269 14.052 -1.51593 19.2296 2.50666C20.4156 3.42824 21.4158 4.56619 22.1764 5.85926H11.8121C9.06692 6.05218 6.7236 7.90836 5.92111 10.5297V10.531Z' fill='%23D5ED86'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_312_3249'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-mobile {
    background: url("data:image/svg+xml;utf8,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2C0 0.89543 0.895431 0 2 0H16C17.1046 0 18 0.895431 18 2V22C18 23.1046 17.1046 24 16 24H2C0.89543 24 0 23.1046 0 22V2ZM11 20C11 21.1046 10.1046 22 9 22C7.89543 22 7 21.1046 7 20C7 18.8954 7.89543 18 9 18C10.1046 18 11 18.8954 11 20ZM4 4H14V16H4L4 4ZM3 4C3 3.44772 3.44772 3 4 3H14C14.5523 3 15 3.44772 15 4V16C15 16.5523 14.5523 17 14 17H4C3.44772 17 3 16.5523 3 16V4Z' fill='%23D5ED86'/%3E%3Crect x='4' y='4' width='10' height='12' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-nick {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.85858 7.32893C4.85858 7.92542 4.97607 8.51607 5.20433 9.06715C5.4326 9.61823 5.76718 10.119 6.18896 10.5407C6.61074 10.9625 7.11147 11.2971 7.66255 11.5254C8.21363 11.7536 8.80428 11.8711 9.40077 11.8711C9.99726 11.8711 10.5879 11.7536 11.139 11.5254C11.6901 11.2971 12.1908 10.9625 12.6126 10.5407C13.0344 10.119 13.3689 9.61823 13.5972 9.06715C13.8255 8.51607 13.943 7.92542 13.943 7.32893C13.943 6.12427 13.4644 4.96894 12.6126 4.11712C11.7608 3.26529 10.6054 2.78674 9.40077 2.78674C8.19611 2.78674 7.04078 3.26529 6.18896 4.11712C5.33713 4.96894 4.85858 6.12427 4.85858 7.32893Z' fill='%23D5ED86'/%3E%3Cpath d='M17.318 19.5281C17.318 23.4961 1.48596 23.4961 1.48596 19.5281C1.48596 15.5602 5.02971 13.1719 9.40081 13.1719C13.7719 13.1719 17.318 15.5602 17.318 19.5281Z' fill='%23D5ED86'/%3E%3Cpath d='M14.9062 1.48828C13.8 1.48828 12.7875 1.88438 12 2.54062C13.7648 3.39609 14.9859 5.20078 14.9859 7.29609C14.9859 8.48672 14.5875 9.58125 13.9242 10.4648C14.2406 10.5352 14.5664 10.5727 14.9039 10.5727C17.4117 10.5727 19.4461 8.53828 19.4461 6.03047C19.4461 3.52266 17.4164 1.48828 14.9062 1.48828Z' fill='%2383E5DA'/%3E%3Cpath d='M14.5922 12.0281C14.1141 12.0281 12.6446 12.1711 12.15 12.4055C15.2391 13.0336 18.5977 15.4359 18.5977 19.275C18.5977 19.875 18.3539 20.4047 17.925 20.8664C20.5055 20.4445 22.5071 19.5024 22.5071 18.0399C22.5094 13.9289 18.9633 12.0281 14.5922 12.0281Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-password {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8V6C16 3.79086 14.2091 2 12 2C9.79086 2 8 3.79086 8 6V8H16ZM12 0C8.68629 0 6 2.68629 6 6V10H18V6C18 2.68629 15.3137 0 12 0Z' fill='%2383E5DA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 8C0.895431 8 0 8.89543 0 10V22C0 23.1046 0.89543 24 2 24H22C23.1046 24 24 23.1046 24 22V10C24 8.89543 23.1046 8 22 8H2ZM14 14C14 14.7403 13.5978 15.3866 13 15.7324V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V15.7324C10.4022 15.3866 10 14.7403 10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-style {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1099_57668)'%3E%3Cpath d='M8.2125 13.5422C7.07297 13.6433 6.01031 14.1141 5.19469 14.9344C4.14469 15.9895 3.67969 17.4141 3.80062 18.7959C3.90628 20.0063 3.00422 20.9569 1.50234 20.9569C0.672187 21 0 21.6703 0 22.5C0 23.3297 0.672187 24 1.50187 24H4.02281C6.58172 24 10.2666 23.6453 12.0994 21.8006C13.2089 20.6841 13.6223 19.1588 13.4208 17.7042L8.2125 13.5422ZM23.4141 0.818441C22.9932 0.336566 22.4109 0.0478164 21.773 0.00609769C21.1378 -0.0407773 20.5205 0.173816 20.0423 0.596254L10.4203 9.07969C10.1156 9.34688 9.84844 9.66563 9.64219 9.98907C9.1988 10.6898 8.99719 11.4736 8.99625 12.2484L14.1666 16.3819C15.2461 16.1271 16.1686 15.4753 16.7639 14.5331L23.6264 3.67688C24.1969 2.7886 24.1031 1.6125 23.4141 0.818441Z' fill='%23D5ED86'/%3E%3Cpath d='M8.2125 13.5422C7.07297 13.6432 6.01031 14.1141 5.19469 14.9344C4.14469 15.9895 3.67969 17.4141 3.80062 18.7959C3.90628 20.0062 3.00422 20.9569 1.50234 20.9569C0.672187 21 0 21.6703 0 22.5C0 23.3297 0.672187 24 1.50187 24H4.02281C6.58172 24 10.2666 23.6452 12.0994 21.8006C13.2089 20.6841 13.6223 19.1587 13.4208 17.7042L8.2125 13.5422Z' fill='%2383E5DA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1099_57668'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-as-term {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1112_56804)'%3E%3Cpath d='M12 0.375C5.57812 0.375 0.375 5.57812 0.375 12C0.375 18.4219 5.57812 23.625 12 23.625C18.4219 23.625 23.625 18.4219 23.625 12C23.625 5.57812 18.4219 0.375 12 0.375ZM16.3355 15.0469L15.398 16.2188C15.3364 16.2957 15.2604 16.3597 15.1741 16.4072C15.0878 16.4548 14.993 16.4848 14.8951 16.4957C14.7972 16.5066 14.6982 16.4981 14.6036 16.4707C14.5089 16.4432 14.4207 16.3975 14.3438 16.3359L11.2031 14.0053C10.9837 13.8296 10.8066 13.6068 10.6848 13.3534C10.5631 13.1 10.5 12.8225 10.5 12.5414V5.25C10.5 5.05109 10.579 4.86032 10.7197 4.71967C10.8603 4.57902 11.0511 4.5 11.25 4.5H12.75C12.9489 4.5 13.1397 4.57902 13.2803 4.71967C13.421 4.86032 13.5 5.05109 13.5 5.25V12L16.2188 13.9922C16.2957 14.0537 16.3598 14.1299 16.4073 14.2162C16.4548 14.3025 16.4848 14.3974 16.4957 14.4953C16.5065 14.5933 16.4979 14.6924 16.4705 14.7871C16.443 14.8817 16.3971 14.97 16.3355 15.0469Z' fill='%23D5ED86'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1112_56804'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-conduct-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%231B2B24'/%3E%3Cellipse cx='4.86207' cy='4.86207' rx='4.86207' ry='4.86207' transform='matrix(-1 0 0 1 40.7246 50)' fill='%232EA26D'/%3E%3Cellipse cx='4.86207' cy='4.86207' rx='4.86207' ry='4.86207' transform='matrix(-1 0 0 1 60 50)' fill='%232EA26D'/%3E%3Cellipse cx='4.86207' cy='4.86207' rx='4.86207' ry='4.86207' transform='matrix(-1 0 0 1 79 50)' fill='%232EA26D'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-conduct-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%23E1F4EB'/%3E%3Cellipse cx='4.86207' cy='4.86207' rx='4.86207' ry='4.86207' transform='matrix(-1 0 0 1 40.7246 50)' fill='%232EA26D'/%3E%3Cellipse cx='4.86207' cy='4.86207' rx='4.86207' ry='4.86207' transform='matrix(-1 0 0 1 60 50)' fill='%232EA26D'/%3E%3Cellipse cx='4.86207' cy='4.86207' rx='4.86207' ry='4.86207' transform='matrix(-1 0 0 1 79 50)' fill='%232EA26D'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-fail-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23482F18'/%3E%3Crect width='7.36677' height='29.4671' rx='3.68338' transform='matrix(-1 0 0 1 53.6382 42.0103)' fill='%23FF7D00'/%3E%3Ccircle cx='4.42006' cy='4.42006' r='4.42006' transform='matrix(-1 0 0 1 54.375 28.75)' fill='%23FF7D00'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-fail-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23FAF2E0'/%3E%3Crect width='7.36677' height='29.4671' rx='3.68338' transform='matrix(-1 0 0 1 53.6382 42.0103)' fill='%23D29500'/%3E%3Ccircle cx='4.42006' cy='4.42006' r='4.42006' transform='matrix(-1 0 0 1 54.375 28.75)' fill='%23D29500'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-google-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' rx='8' fill='%231A1B1E'/%3E%3Cg clip-path='url(%23clip0_10502_41610)'%3E%3Cpath d='M30.0449 48L37.4087 35.2909C39.9968 31.6659 39.5825 26.7093 36.4269 23.5594H46.7361C50.3905 32.7823 45.8486 43.2096 36.5898 46.8601C34.4789 47.5679 32.2717 47.9531 30.0449 48Z' fill='%23D5ED86'/%3E%3Cpath d='M27.2638 47.8377C17.4631 46.3596 10.7218 37.252 12.2044 27.4953C12.2044 27.4875 12.2064 27.4777 12.2083 27.4699C12.495 25.3367 13.2196 23.2837 14.335 21.4419L21.6988 34.151C23.6212 38.1847 28.1828 40.2494 32.499 39.0391L27.2618 47.8377H27.2638Z' fill='%23D5ED86'/%3E%3Cpath d='M29.8809 36.595C26.2657 36.595 23.3359 33.6778 23.3359 30.0782C23.3359 26.4786 26.2657 23.5614 29.8809 23.5614C33.496 23.5614 36.4258 26.4786 36.4258 30.0782C36.357 33.6485 33.4665 36.5286 29.8809 36.595Z' fill='%2383E5DA'/%3E%3Cpath d='M20.8827 27.7964L15.8086 18.8336C21.8705 11.1025 33.0791 9.72604 40.8454 15.7599C42.6245 17.1423 44.1247 18.8492 45.2656 20.7888H29.7192C25.6014 21.0782 22.0865 23.8625 20.8827 27.7945V27.7964Z' fill='%23D5ED86'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10502_41610'%3E%3Crect width='36' height='36' fill='white' transform='translate(12 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-google-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' rx='8' fill='%23F2F3F5'/%3E%3Cg clip-path='url(%23clip0_10797_41512)'%3E%3Cpath d='M30.0449 48L37.4087 35.2909C39.9968 31.6659 39.5825 26.7093 36.4269 23.5594H46.7361C50.3905 32.7823 45.8486 43.2096 36.5898 46.8601C34.4789 47.5679 32.2717 47.9531 30.0449 48Z' fill='%231A1B1E'/%3E%3Cpath d='M27.2638 47.8377C17.4631 46.3596 10.7218 37.252 12.2044 27.4953C12.2044 27.4875 12.2064 27.4777 12.2083 27.4699C12.495 25.3367 13.2196 23.2837 14.335 21.4419L21.6988 34.151C23.6212 38.1847 28.1828 40.2494 32.499 39.0391L27.2618 47.8377H27.2638Z' fill='%231A1B1E'/%3E%3Cpath d='M29.8809 36.595C26.2657 36.595 23.3359 33.6778 23.3359 30.0782C23.3359 26.4786 26.2657 23.5614 29.8809 23.5614C33.496 23.5614 36.4258 26.4786 36.4258 30.0782C36.357 33.6485 33.4665 36.5286 29.8809 36.595Z' fill='%23A7C553'/%3E%3Cpath d='M20.8827 27.7964L15.8086 18.8336C21.8705 11.1025 33.0791 9.72604 40.8454 15.7599C42.6245 17.1423 44.1247 18.8492 45.2656 20.7888H29.7192C25.6014 21.0782 22.0865 23.8625 20.8827 27.7945V27.7964Z' fill='%231A1B1E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10797_41512'%3E%3Crect width='36' height='36' fill='white' transform='translate(12 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-loginok-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM15.6875 7.25L9.0625 13.875C8.5625 14.375 7.8125 14.375 7.3125 13.875L4.3125 10.875C3.8125 10.375 3.8125 9.625 4.3125 9.125C4.8125 8.625 5.5625 8.625 6.0625 9.125L8.1875 11.25L13.9375 5.5C14.4375 5 15.1875 5 15.6875 5.5C16.1875 6 16.1875 6.8125 15.6875 7.25Z' fill='%2300C383'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-loginok-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%23E1F4EB'/%3E%3Cpath d='M31.8527 55.7167C30.7158 54.6209 30.7158 52.8441 31.8527 51.7482C32.9897 50.6523 34.8331 50.6523 35.9701 51.7482L50.3809 65.6381C51.5179 66.734 51.5179 68.5108 50.3809 69.6067C49.244 70.7025 47.4005 70.7025 46.2636 69.6067L31.8527 55.7167Z' fill='%232EA26D'/%3E%3Cpath d='M73.1727 39.8219C74.3097 38.726 76.1531 38.726 77.2901 39.8219C78.4271 40.9178 78.4271 42.6946 77.2901 43.7905L50.5272 69.586C49.3902 70.6819 47.5468 70.6819 46.4098 69.586C45.2728 68.4901 45.2728 66.7133 46.4098 65.6175L73.1727 39.8219Z' fill='%232EA26D'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-mail-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' rx='8' fill='%231A1B1E'/%3E%3Cpath d='M12 24.7501L29.5237 34.2421C29.8208 34.403 30.1792 34.403 30.4763 34.2421L48 24.7501V41.5001C48 42.6046 47.1046 43.5001 46 43.5001H14C12.8954 43.5001 12 42.6046 12 41.5001L12 24.7501Z' fill='%23D5ED86'/%3E%3Cpath d='M12 18.5C12 17.3954 12.8954 16.5 14 16.5H46C47.1046 16.5 48 17.3954 48 18.5V22.5L30.4472 31.2764C30.1657 31.4172 29.8343 31.4172 29.5528 31.2764L12 22.5V18.5Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-mail-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' rx='8' fill='%23F2F3F5'/%3E%3Cpath d='M12 24.7501L29.5237 34.2421C29.8208 34.403 30.1792 34.403 30.4763 34.2421L48 24.7501V41.5001C48 42.6046 47.1046 43.5001 46 43.5001H14C12.8954 43.5001 12 42.6046 12 41.5001L12 24.7501Z' fill='%231a1b1e'/%3E%3Cpath d='M12 18.5C12 17.3954 12.8954 16.5 14 16.5H46C47.1046 16.5 48 17.3954 48 18.5V22.5L30.4472 31.2764C30.1657 31.4172 29.8343 31.4172 29.5528 31.2764L12 22.5V18.5Z' fill='%23A7C553'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-phone-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' rx='8' fill='%231A1B1E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 15C16 13.3431 17.3431 12 19 12H40C41.6569 12 43 13.3431 43 15V45C43 46.6569 41.6569 48 40 48H19C17.3431 48 16 46.6569 16 45V15ZM32.5 42C32.5 43.6569 31.1569 45 29.5 45C27.8431 45 26.5 43.6569 26.5 42C26.5 40.3431 27.8431 39 29.5 39C31.1569 39 32.5 40.3431 32.5 42ZM22 18H37V36H22L22 18ZM20.5 18C20.5 17.1716 21.1716 16.5 22 16.5H37C37.8284 16.5 38.5 17.1716 38.5 18V36C38.5 36.8284 37.8284 37.5 37 37.5H22C21.1716 37.5 20.5 36.8284 20.5 36V18Z' fill='%23D5ED86'/%3E%3Cpath d='M22 18H37V36H22V18Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-phone-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' rx='8' fill='%23F2F3F5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 15C16 13.3431 17.3431 12 19 12H40C41.6569 12 43 13.3431 43 15V45C43 46.6569 41.6569 48 40 48H19C17.3431 48 16 46.6569 16 45V15ZM32.5 42C32.5 43.6569 31.1569 45 29.5 45C27.8431 45 26.5 43.6569 26.5 42C26.5 40.3431 27.8431 39 29.5 39C31.1569 39 32.5 40.3431 32.5 42ZM22 18H37V36H22L22 18ZM20.5 18C20.5 17.1716 21.1716 16.5 22 16.5H37C37.8284 16.5 38.5 17.1716 38.5 18V36C38.5 36.8284 37.8284 37.5 37 37.5H22C21.1716 37.5 20.5 36.8284 20.5 36V18Z' fill='%231A1B1E'/%3E%3Cpath d='M22 18H37V36H22V18Z' fill='%23A7C553'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-user-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%231A1B1E'/%3E%3Cpath d='M23.6522 13C23.6522 15.7614 21.3163 18 18.4348 18C15.5533 18 13.2174 15.7614 13.2174 13C13.2174 10.2386 15.5533 8 18.4348 8C21.3163 8 23.6522 10.2386 23.6522 13Z' fill='%23D5ED86'/%3E%3Cpath d='M24.5847 31.6199C22.2111 30.7669 20.5217 28.5725 20.5217 26C20.5217 23.4641 22.1634 21.2956 24.4839 20.4173C22.7775 19.4746 20.6897 19 18.4348 19C12.6718 19 8 22.1 8 28.1919C8 31.037 12.6718 32 18.4348 32C20.7343 32 22.8601 31.9233 24.5847 31.6199Z' fill='%23D5ED86'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.7826 31C29.6641 31 32 28.7614 32 26C32 23.2386 29.6641 21 26.7826 21C23.9011 21 21.5652 23.2386 21.5652 26C21.5652 28.7614 23.9011 31 26.7826 31ZM29.5769 24.8647C29.7572 24.7007 29.7572 24.4171 29.5769 24.2531C29.4192 24.1096 29.1782 24.1096 29.0205 24.2531L26.131 26.8822L24.5446 25.4387C24.3869 25.2952 24.1459 25.2952 23.9882 25.4387C23.8079 25.6027 23.8079 25.8863 23.9882 26.0503L26.131 28L29.5769 24.8647Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-user-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%23F2F3F5'/%3E%3Cpath d='M23.6522 13C23.6522 15.7614 21.3163 18 18.4348 18C15.5533 18 13.2174 15.7614 13.2174 13C13.2174 10.2386 15.5533 8 18.4348 8C21.3163 8 23.6522 10.2386 23.6522 13Z' fill='%23111111'/%3E%3Cpath d='M24.5847 31.6199C22.2111 30.7669 20.5217 28.5725 20.5217 26C20.5217 23.464 22.1634 21.2956 24.4839 20.4173C22.7775 19.4746 20.6897 19 18.4348 19C12.6718 19 8 22.1 8 28.1919C8 31.037 12.6718 32 18.4348 32C20.7343 32 22.8601 31.9233 24.5847 31.6199Z' fill='%23111111'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.7826 31C29.6641 31 32 28.7614 32 26C32 23.2386 29.6641 21 26.7826 21C23.9011 21 21.5652 23.2386 21.5652 26C21.5652 28.7614 23.9011 31 26.7826 31ZM29.5769 24.8647C29.7572 24.7007 29.7572 24.4171 29.5769 24.2531C29.4192 24.1096 29.1782 24.1096 29.0205 24.2531L26.131 26.8822L24.5446 25.4387C24.3869 25.2952 24.1459 25.2952 23.9882 25.4387C23.8079 25.6027 23.8079 25.8863 23.9882 26.0503L26.131 28L29.5769 24.8647Z' fill='%23A7C553'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-wait-for-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%231F2B29'/%3E%3Cpath d='M45.4036 37.1541C45.366 35.1147 46.9888 33.492 49.0282 33.5295C51.0675 33.567 52.7511 35.2507 52.7887 37.29L53.2644 61.3043C53.302 63.3436 51.6792 64.9664 49.6399 64.9289C47.6005 64.8913 45.9169 63.2077 45.8794 61.1684L45.4036 37.1541Z' fill='%233DCFBF'/%3E%3Cpath d='M71.2847 57.2504C73.3241 57.2879 75.0077 58.9716 75.0453 61.0109C75.0828 63.0502 73.46 64.673 71.4207 64.6355L49.7923 65.0435C47.7529 65.006 46.0693 63.3224 46.0318 61.283C45.9942 59.2437 47.617 57.6209 49.6563 57.6585L71.2847 57.2504Z' fill='%233DCFBF'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-wait-for-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%23E7F9F7'/%3E%3Cpath d='M45.4036 37.1541C45.366 35.1147 46.9888 33.492 49.0282 33.5295C51.0675 33.567 52.7511 35.2507 52.7887 37.29L53.2644 61.3043C53.302 63.3436 51.6792 64.9664 49.6399 64.9289C47.6005 64.8913 45.9169 63.2077 45.8794 61.1684L45.4036 37.1541Z' fill='%233DCFBF'/%3E%3Cpath d='M71.2847 57.2504C73.3241 57.2879 75.0077 58.9716 75.0453 61.0109C75.0828 63.0502 73.46 64.673 71.4207 64.6355L49.7923 65.0435C47.7529 65.006 46.0693 63.3224 46.0318 61.283C45.9942 59.2437 47.617 57.6209 49.6563 57.6585L71.2847 57.2504Z' fill='%233DCFBF'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-wrong-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%232D1A18'/%3E%3Cpath d='M66.6157 39.8219C67.7527 38.726 69.5961 38.726 70.7331 39.8219C71.8701 40.9178 71.8701 42.6946 70.7331 43.7905L43.9701 69.586C42.8331 70.6819 40.9897 70.6819 39.8527 69.586C38.7158 68.4901 38.7158 66.7133 39.8527 65.6175L66.6157 39.8219Z' fill='%23CB4335'/%3E%3Cpath d='M44.3843 39.8219C43.2473 38.726 41.4039 38.726 40.2669 39.8219C39.1299 40.9178 39.1299 42.6946 40.2669 43.7905L67.0299 69.586C68.1669 70.6819 70.0103 70.6819 71.1473 69.586C72.2842 68.4901 72.2842 66.7133 71.1473 65.6175L44.3843 39.8219Z' fill='%23CB4335'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-assets-wrong-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%23F6E0DD'/%3E%3Cpath d='M66.6157 39.8219C67.7527 38.726 69.5961 38.726 70.7331 39.8219C71.8701 40.9178 71.8701 42.6946 70.7331 43.7905L43.9701 69.586C42.8331 70.6819 40.9897 70.6819 39.8527 69.586C38.7158 68.4901 38.7158 66.7133 39.8527 65.6175L66.6157 39.8219Z' fill='%23CB4335'/%3E%3Cpath d='M44.3843 39.8219C43.2473 38.726 41.4039 38.726 40.2669 39.8219C39.1299 40.9178 39.1299 42.6946 40.2669 43.7905L67.0299 69.586C68.1669 70.6819 70.0103 70.6819 71.1473 69.586C72.2842 68.4901 72.2842 66.7133 71.1473 65.6175L44.3843 39.8219Z' fill='%23CB4335'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-auth-address {
    background: url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.90483 4.89758V17.1113L6.7288 15.0446L12.4433 17.9018L17.1434 15.8856V3.67277L18.3844 3.14133C18.4569 3.11026 18.5359 3.09768 18.6145 3.1047C18.693 3.11172 18.7686 3.13813 18.8344 3.18156C18.9002 3.22499 18.9542 3.28408 18.9915 3.35352C19.0288 3.42297 19.0483 3.50059 19.0483 3.57944V17.1428L12.3814 20L6.66689 17.1428L0.663832 19.7152C0.591367 19.7463 0.512322 19.7589 0.433792 19.7519C0.355262 19.7448 0.279704 19.7184 0.2139 19.675C0.148096 19.6316 0.094104 19.5725 0.0567705 19.503C0.019437 19.4336 -6.99608e-05 19.356 1.88531e-07 19.2771V5.7138L1.90483 4.89758ZM13.5652 9.75489L9.52414 13.795L5.48304 9.75489C4.68396 8.95566 4.1398 7.93744 3.91939 6.82897C3.69897 5.72049 3.81219 4.57155 4.24474 3.52742C4.67728 2.48329 5.40972 1.59087 6.34944 0.962996C7.28916 0.335124 8.39396 0 9.52414 0C10.6543 0 11.7591 0.335124 12.6988 0.962996C13.6386 1.59087 14.371 2.48329 14.8035 3.52742C15.2361 4.57155 15.3493 5.72049 15.1289 6.82897C14.9085 7.93744 14.3643 8.95566 13.5652 9.75489ZM9.52414 11.1016L12.2176 8.40722C12.7505 7.87448 13.1134 7.19567 13.2605 6.45663C13.4076 5.7176 13.3322 4.95155 13.0439 4.25536C12.7556 3.55917 12.2673 2.96411 11.6408 2.54545C11.0143 2.12679 10.2777 1.90333 9.52414 1.90333C8.77061 1.90333 8.03401 2.12679 7.40749 2.54545C6.78097 2.96411 6.29267 3.55917 6.00436 4.25536C5.71605 4.95155 5.64068 5.7176 5.78777 6.45663C5.93486 7.19567 6.29781 7.87448 6.83071 8.40722L9.52414 11.1016Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-auth-camera {
    background: url("data:image/svg+xml;utf8,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.828 2L5.828 4H2V16H18V4H14.172L12.172 2H7.828ZM7 0H13L15 2H19C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V17C20 17.2652 19.8946 17.5196 19.7071 17.7071C19.5196 17.8946 19.2652 18 19 18H1C0.734784 18 0.48043 17.8946 0.292893 17.7071C0.105357 17.5196 0 17.2652 0 17V3C0 2.73478 0.105357 2.48043 0.292893 2.29289C0.48043 2.10536 0.734784 2 1 2H5L7 0ZM10 15C8.54131 15 7.14236 14.4205 6.11091 13.3891C5.07946 12.3576 4.5 10.9587 4.5 9.5C4.5 8.04131 5.07946 6.64236 6.11091 5.61091C7.14236 4.57946 8.54131 4 10 4C11.4587 4 12.8576 4.57946 13.8891 5.61091C14.9205 6.64236 15.5 8.04131 15.5 9.5C15.5 10.9587 14.9205 12.3576 13.8891 13.3891C12.8576 14.4205 11.4587 15 10 15ZM10 13C10.9283 13 11.8185 12.6313 12.4749 11.9749C13.1313 11.3185 13.5 10.4283 13.5 9.5C13.5 8.57174 13.1313 7.6815 12.4749 7.02513C11.8185 6.36875 10.9283 6 10 6C9.07174 6 8.1815 6.36875 7.52513 7.02513C6.86875 7.6815 6.5 8.57174 6.5 9.5C6.5 10.4283 6.86875 11.3185 7.52513 11.9749C8.1815 12.6313 9.07174 13 10 13Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-auth-id-card {
    background: url("data:image/svg+xml;utf8,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 2H2V16H18V2ZM2 0C0.895431 0 0 0.89543 0 2V16C0 17.1046 0.895431 18 2 18H18C19.1046 18 20 17.1046 20 16V2C20 0.895431 19.1046 0 18 0H2Z' fill='%23D5ED86'/%3E%3Crect x='4' y='8' width='8' height='2' rx='1' fill='%23D5ED86'/%3E%3Crect x='4' y='12' width='8' height='2' rx='1' fill='%23D5ED86'/%3E%3Crect x='12' y='4' width='4' height='2' rx='1' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-auth-info {
    background: url("data:image/svg+xml;utf8,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 2H2V16H18V2ZM2 0C0.895431 0 0 0.89543 0 2V16C0 17.1046 0.895431 18 2 18H18C19.1046 18 20 17.1046 20 16V2C20 0.895431 19.1046 0 18 0H2Z' fill='%23D5ED86'/%3E%3Cpath d='M5 9C5 8.44772 5.44772 8 6 8H14C14.5523 8 15 8.44772 15 9C15 9.55228 14.5523 10 14 10H6C5.44772 10 5 9.55228 5 9Z' fill='%23D5ED86'/%3E%3Cpath d='M5 13C5 12.4477 5.44772 12 6 12H14C14.5523 12 15 12.4477 15 13C15 13.5523 14.5523 14 14 14H6C5.44772 14 5 13.5523 5 13Z' fill='%23D5ED86'/%3E%3Cpath d='M5 5C5 4.44772 5.44772 4 6 4H14C14.5523 4 15 4.44772 15 5C15 5.55228 14.5523 6 14 6H6C5.44772 6 5 5.55228 5 5Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-authentication-s {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='40' height='40' rx='10.352' fill='url(%23paint0_linear_8033_591)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.1667 39.4642C32.8013 40.1277 31.2681 40.4999 29.648 40.4999H10.352C8.39334 40.4999 6.56173 39.9559 5 39.0108V33.8042C5 29.5567 7.99353 25.8978 12.1568 25.0565L16.9319 24.0916C18.6818 23.738 20.4848 23.738 22.2348 24.0916L27.0098 25.0565C31.1731 25.8978 34.1667 29.5567 34.1667 33.8042V39.4642Z' fill='url(%23paint1_linear_8033_591)'/%3E%3Cpath d='M16.0859 19.384H23.08V24.2799C23.08 26.2112 21.5143 27.7769 19.583 27.7769C17.6516 27.7769 16.0859 26.2112 16.0859 24.2799V19.384Z' fill='%23D2D2D2'/%3E%3Cpath d='M13.9883 10.2217C13.9883 9.10146 14.8964 8.19336 16.0166 8.19336H25.1788V17.2856C25.1788 20.3758 22.6737 22.8809 19.5835 22.8809C16.4934 22.8809 13.9883 20.3758 13.9883 17.2856L13.9883 10.2217Z' fill='white'/%3E%3Cpath d='M18.1843 12.3898C18.1843 10.0722 20.0631 8.19336 22.3808 8.19336H25.1784V13.7886H19.5831C18.8106 13.7886 18.1843 13.1623 18.1843 12.3898Z' fill='%23D2D2D2'/%3E%3Cpath d='M13.9883 10.991C13.9883 9.4459 15.2408 8.19336 16.7859 8.19336H25.1788V8.9207C25.1788 11.6092 22.9993 13.7886 20.3109 13.7886H16.7859C15.2408 13.7886 13.9883 12.5361 13.9883 10.991Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8033_591' x1='20' y1='0.5' x2='20' y2='40.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23656565'/%3E%3Cstop offset='1' stop-color='%23999999'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8033_591' x1='19.5833' y1='23.8264' x2='19.5833' y2='40.4999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230C0C0C'/%3E%3Cstop offset='1' stop-color='%231E1E1E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-back-icon {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.785 8.75003H18.75C19.4404 8.75003 20 9.30967 20 10C20 10.6904 19.4404 11.25 18.75 11.25H4.785L10.6062 17.0713C11.0943 17.5594 11.0943 18.3507 10.6062 18.8388C10.1182 19.3269 9.32683 19.3269 8.83875 18.8388L0.707106 10.7071C0.316582 10.3166 0.316583 9.68344 0.707107 9.29292L8.83875 1.16128C9.32683 0.673195 10.1182 0.673195 10.6062 1.16128C11.0943 1.64936 11.0943 2.4407 10.6062 2.92878L4.785 8.75003Z'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-bing-google-appstore {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7828 0.00973383C11.8159 0.444027 11.9058 1.62158 10.8171 2.91422C10.0296 3.8337 9.07336 4.37241 8.02623 4.29236C7.93753 3.18249 8.35075 2.19811 9.05389 1.40194C9.69212 0.659864 10.8128 0.0562507 11.782 0L11.7828 0.00973383ZM15.1008 6.10514C13.7508 6.9251 13.0823 8.03714 13.0909 9.51264C13.0909 9.51471 13.0908 9.5185 13.0907 9.52395C13.0853 9.71778 13.022 12.0041 15.5703 13.2057C15.0814 14.6855 13.4025 17.9719 11.4489 18C10.9017 18 10.4642 17.8314 10.0132 17.6576C9.5333 17.4726 9.03801 17.2817 8.37886 17.2817C7.66627 17.2817 7.12961 17.4849 6.62683 17.6752C6.19999 17.8368 5.79757 17.9891 5.33267 18C3.39635 18.0584 1.54007 14.4432 1.02516 12.9677C0.64006 11.847 0.44751 10.7588 0.44751 9.70519C0.44751 6.13976 2.82951 4.38733 5.07089 4.35272C5.6931 4.35272 6.41188 4.61261 7.02587 4.83461C7.48359 5.00011 7.88308 5.14455 8.14088 5.14455C8.34929 5.14455 8.68934 5.01896 9.10649 4.86489C9.83255 4.59674 10.7922 4.24232 11.6977 4.31377C13.2034 4.42844 14.3458 5.0234 15.1008 6.10514Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-bing-google-googleplay {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.78001 9.00001C8.78001 8.94001 8.72001 8.82001 8.66001 8.76001L0.86001 1.32001C0.80001 1.26001 0.68001 1.26001 0.62001 1.26001C0.50001 1.26001 0.44001 1.32001 0.38001 1.44001C0.32001 1.62001 0.26001 1.80001 0.26001 1.98001V16.02C0.26001 16.2 0.32001 16.38 0.38001 16.56C0.44001 16.62 0.50001 16.74 0.62001 16.74H0.68001C0.74001 16.74 0.86001 16.74 0.86001 16.68L8.72001 9.24001C8.78001 9.18001 8.78001 9.06001 8.78001 9.00001ZM9.20001 8.40001C9.26001 8.46001 9.32001 8.46001 9.38001 8.46001C9.44001 8.46001 9.50001 8.46001 9.56001 8.40001L11.72 6.36001C11.78 6.30001 11.84 6.18001 11.84 6.12001C11.84 6.00001 11.78 5.94001 11.66 5.88001L2.30001 0.780006C2.12001 0.660006 1.94001 0.660006 1.76001 0.600006C1.64001 0.600006 1.52001 0.660006 1.46001 0.780006C1.40001 0.900006 1.46001 1.02001 1.52001 1.14001L9.20001 8.40001ZM9.62001 9.60001C9.50001 9.48001 9.32001 9.48001 9.20001 9.60001L1.52001 16.86C1.46001 16.98 1.40001 17.1 1.46001 17.22C1.52001 17.34 1.64001 17.4 1.76001 17.4C1.94001 17.4 2.12001 17.34 2.30001 17.22L11.6 12.06C11.66 12 11.72 11.94 11.78 11.82C11.78 11.7 11.78 11.64 11.66 11.58L9.62001 9.60001ZM15.08 7.74001L12.8 6.48001C12.68 6.42001 12.56 6.42001 12.44 6.54001L10.04 8.82001C9.98001 8.88001 9.92001 8.94001 9.92001 9.06001C9.92001 9.18001 9.98001 9.24001 10.04 9.30001L12.38 11.52C12.44 11.58 12.5 11.58 12.56 11.58C12.62 11.58 12.68 11.58 12.68 11.52L15.08 10.2C15.5 9.96001 15.8 9.48001 15.8 9.00001C15.8 8.52001 15.62 7.98001 15.08 7.74001Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-blind-box-decoration {
    background: url("data:image/svg+xml;utf8,%3Csvg width='424' height='305' viewBox='0 0 424 305' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M342.084 0.56052C340.733 0.518668 339.604 1.58038 339.563 2.93131C339.521 4.28225 340.581 5.41179 341.932 5.45364C343.283 5.49549 344.412 4.43378 344.454 3.08284C344.495 1.73191 343.435 0.602372 342.084 0.56052Z' fill='%23F5F5F5' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M355.655 15.64L355.35 12.3085C355.347 12.1173 355.276 11.9263 355.119 11.7869C354.963 11.6483 354.773 11.6061 354.617 11.6124C354.344 11.6234 353.942 11.8212 353.912 12.2747L353.526 15.5254L349.312 15.7456C349.101 15.7491 348.939 15.8627 348.847 15.9926C348.76 16.114 348.731 16.2473 348.728 16.3527C348.725 16.4582 348.746 16.593 348.824 16.7195C348.905 16.849 349.05 16.9675 349.246 16.9921L353.221 17.7625L353.74 21.9679C353.751 22.1667 353.861 22.3195 353.986 22.4085C354.107 22.495 354.24 22.524 354.346 22.5273C354.451 22.5306 354.586 22.5098 354.713 22.431C354.841 22.3511 354.958 22.2085 354.984 22.0153L355.873 17.8348L359.271 17.3662C359.451 17.3587 359.62 17.285 359.744 17.1498C359.872 17.011 359.923 16.8407 359.927 16.6918C359.936 16.3996 359.764 16.054 359.383 15.9461L359.336 15.9327L359.286 15.9288L355.655 15.64Z' fill='%23F5F5F5' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M391.002 38.0001C392.659 38.0001 394.002 36.657 394.002 35.0001C394.002 33.3433 392.659 32.0001 391.002 32.0001C389.345 32.0001 388.002 33.3433 388.002 35.0001C388.002 36.657 389.345 38.0001 391.002 38.0001Z' fill='%23B0F127' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M61.2885 60.4901L57.915 63.5501C57.5755 63.8548 57.6082 64.2992 57.7653 64.5707C57.8482 64.714 57.9865 64.8534 58.1817 64.9221C58.3899 64.9954 58.6128 64.9698 58.8064 64.8604L58.8065 64.8604L58.8126 64.8568L62.8968 62.471L65.5434 65.7643L65.5496 65.7719L65.556 65.7793C65.8686 66.1387 66.3268 66.0781 66.5863 65.9206C66.7257 65.8361 66.86 65.6996 66.9291 65.511C67.0022 65.312 66.9879 65.0921 66.8839 64.8944L64.9756 61.1303L69.3154 57.8351L69.3171 57.8338C69.4553 57.7279 69.5615 57.5727 69.5881 57.3812C69.6137 57.1972 69.5583 57.0323 69.4758 56.9116C69.3364 56.7077 68.9936 56.4955 68.6311 56.6797L63.9025 58.7452L60.435 54.7038L60.3927 54.6545L60.3393 54.6176C60.0949 54.4492 59.7784 54.4281 59.5283 54.5891C59.283 54.7472 59.1372 55.0812 59.2901 55.4059L61.2885 60.4901Z' fill='%23F5F5F5' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M409.813 303.774C409.721 303.774 409.721 303.774 409.629 303.774L396.737 297.693C396.553 297.601 396.461 297.417 396.461 297.232V280.74C396.461 280.556 396.553 280.463 396.645 280.371C396.737 280.279 396.829 280.279 396.921 280.279C397.013 280.279 397.013 280.279 397.106 280.279L409.998 286.544C410.182 286.637 410.274 286.821 410.274 287.005V303.313C410.274 303.498 410.182 303.59 410.09 303.682C409.998 303.682 409.906 303.774 409.813 303.774Z' fill='white'/%3E%3Cpath d='M396.921 280.74L409.813 287.005V303.313L396.921 297.232V280.74ZM396.921 279.818C396.737 279.818 396.553 279.911 396.46 280.003C396.184 280.187 396 280.463 396 280.74V297.232C396 297.601 396.184 297.877 396.553 298.062L409.445 304.143C409.537 304.235 409.721 304.235 409.813 304.235C409.997 304.235 410.181 304.143 410.273 304.05C410.55 303.866 410.734 303.59 410.734 303.313V287.005C410.734 286.637 410.55 286.36 410.181 286.176L397.289 279.911C397.197 279.818 397.105 279.818 396.921 279.818Z' fill='%23060606'/%3E%3Cpath d='M410.79 303.968C410.701 303.968 410.613 303.968 410.525 303.879C410.436 303.79 410.348 303.612 410.348 303.524V287.805C410.348 287.628 410.436 287.45 410.613 287.45L422.729 281.056C422.817 281.056 422.905 280.968 422.905 280.968C422.994 280.968 423.082 280.968 423.171 281.056C423.259 281.145 423.348 281.323 423.348 281.412L423.113 297.112C423.113 297.29 423.025 297.468 422.848 297.468L410.967 303.968C410.967 303.968 410.878 303.968 410.79 303.968Z' fill='black'/%3E%3Cpath d='M422.52 280.86V297.098L411.176 303.165V287.373L422.52 280.86ZM422.52 279.968C422.354 279.968 422.271 279.968 422.106 280.057L410.762 286.481C410.513 286.659 410.348 286.927 410.348 287.284V303.075C410.348 303.343 410.513 303.7 410.762 303.789C410.927 303.878 411.01 303.968 411.176 303.968C411.341 303.968 411.424 303.968 411.507 303.878L422.851 297.811C423.099 297.633 423.348 297.365 423.348 297.008V280.86C423.348 280.503 423.182 280.235 422.934 280.057C422.851 280.057 422.685 279.968 422.52 279.968Z' fill='%23060606'/%3E%3Cpath d='M409.813 287.466C409.721 287.466 409.721 287.466 409.629 287.466L396.737 281.2C396.553 281.108 396.461 280.924 396.461 280.832C396.461 280.647 396.553 280.463 396.737 280.371L409.629 273.553C409.721 273.553 409.813 273.461 409.813 273.461C409.906 273.461 409.998 273.461 409.998 273.553L422.614 279.91C422.798 280.003 422.89 280.187 422.89 280.279C422.89 280.371 422.798 280.647 422.614 280.647L409.998 287.281C409.998 287.373 409.906 287.466 409.813 287.466Z' fill='%23B0F127'/%3E%3Cpath d='M409.813 273.921L422.429 280.279L409.813 286.913L396.921 280.647L409.813 273.921ZM409.813 273C409.629 273 409.537 273 409.353 273.092L396.46 279.91C396.184 280.095 396 280.371 396 280.739C396 281.108 396.184 281.384 396.553 281.569L409.445 287.834C409.537 287.926 409.721 287.926 409.813 287.926C409.997 287.926 410.089 287.926 410.273 287.834L422.889 281.2C423.166 281.016 423.35 280.739 423.35 280.371C423.35 280.002 423.166 279.726 422.889 279.542L410.273 273.184C410.089 273.092 409.997 273 409.813 273Z' fill='%23060606'/%3E%3Cpath d='M7.34236 292.692C10.8451 292.692 13.6847 289.851 13.6847 286.346C13.6847 282.841 10.8451 280 7.34236 280C3.83957 280 1 282.841 1 286.346C1 289.851 3.83957 292.692 7.34236 292.692Z' fill='%23B0F127' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M34.0436 289.352L27.665 287.854C27.1566 287.731 26.7524 288.05 26.5937 288.385C26.5106 288.56 26.4702 288.781 26.5315 289.007C26.5964 289.246 26.7622 289.439 26.9945 289.552L26.9945 289.552L27.0009 289.555L33.1874 292.458L31.4338 298.324L31.431 298.334L31.4286 298.343C31.2939 298.868 31.6442 299.266 31.9737 299.414C32.1488 299.492 32.3668 299.529 32.5881 299.473C32.8204 299.413 33.0177 299.258 33.1377 299.029L36.0584 293.66L43.5054 296.111L43.5075 296.112C43.6974 296.174 43.9057 296.171 44.0942 296.076C44.2759 295.985 44.3914 295.832 44.45 295.68C44.5509 295.418 44.5234 294.975 44.1326 294.766L37.828 290.851L39.7813 283.459L39.7979 283.396V283.331C39.7979 282.987 39.6114 282.683 39.3085 282.557C39.0106 282.432 38.6197 282.51 38.4231 282.853L34.0436 289.352Z' fill='%23F5F5F5' stroke='black' stroke-miterlimit='10'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-bonus-coin {
    background: url("data:image/svg+xml;utf8,%3Csvg width='35' height='32' viewBox='0 0 35 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12.6756' cy='20.5834' rx='9.25225' ry='2.49099' fill='%23F88600'/%3E%3Cpath d='M3.42334 17.7366H21.9278V20.5834H3.42334V17.7366Z' fill='%23F88600'/%3E%3Cellipse cx='12.6756' cy='17.7366' rx='9.25225' ry='2.49099' fill='%23FECA0A'/%3E%3Cellipse cx='11.2523' cy='16.7366' rx='9.25225' ry='2.49099' fill='%23F88600'/%3E%3Cpath d='M2 13.8898H20.5045V16.7366H2V13.8898Z' fill='%23F88600'/%3E%3Cellipse cx='11.2523' cy='13.8898' rx='9.25225' ry='2.49099' fill='%23FECA0A'/%3E%3Cellipse cx='12.6756' cy='13.1781' rx='9.25225' ry='2.49099' fill='%23F88600'/%3E%3Cpath d='M3.42334 10.3312H21.9278V13.178H3.42334V10.3312Z' fill='%23F88600'/%3E%3Cellipse cx='12.6756' cy='10.3312' rx='9.25225' ry='2.49099' fill='%23FECA0A'/%3E%3Cg clip-path='url(%23clip0_2601_3457)'%3E%3Cpath d='M29.1667 14.2691C30.8997 18.3108 29.4968 22.6762 25.908 24.0683C22.1733 25.5169 17.5223 23.2132 15.6592 18.8683C13.7961 14.5234 15.5383 10.0431 19.4053 8.90315C23.1216 7.80839 27.4338 10.2278 29.1667 14.2691Z' fill='%23F88600'/%3E%3Cpath d='M30.6706 13.6789C32.4036 17.7206 31.0008 22.086 27.412 23.4781C23.6773 24.9267 19.0262 22.623 17.1631 18.2781C15.3 13.9332 17.0422 9.45293 20.9092 8.31294C24.6255 7.21827 28.9375 9.63725 30.6706 13.6789Z' fill='%23F88600'/%3E%3Cpath d='M30.1785 13.8465C31.7806 17.5827 30.4763 21.6114 27.1583 22.8859C23.716 24.2081 19.4412 22.0795 17.7288 18.0859C16.0163 14.0923 17.6089 9.96567 21.1635 8.90541C24.5897 7.88332 28.5765 10.1105 30.1785 13.8465Z' fill='%23FECA0A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2601_3457'%3E%3Crect width='16.0994' height='18.4709' fill='white' transform='translate(12.1523 11.3447) rotate(-23.2095)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-bx-empty {
    background: url("data:image/svg+xml;utf8,%3Csvg width='106' height='96' viewBox='0 0 106 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.3046 21.5572C1.34031 17.9584 3.47598 14.2593 7.07476 13.295L48.5672 2.17715C52.166 1.21286 55.8651 3.34854 56.8294 6.94731L74.9056 74.4088C75.8699 78.0076 73.7342 81.7067 70.1354 82.671L28.643 93.7888C25.0442 94.7531 21.3451 92.6174 20.3808 89.0187L2.3046 21.5572ZM8.10182 17.1281C6.61997 17.5251 5.74057 19.0483 6.13763 20.5301L24.2139 87.9916C24.6109 89.4735 26.1341 90.3528 27.616 89.9558L69.1084 78.8379C70.5902 78.4409 71.4696 76.9177 71.0726 75.4359L52.9963 7.97437C52.5993 6.49252 51.0761 5.61313 49.5943 6.01019L8.10182 17.1281Z' fill='%231A1C1E'/%3E%3Cpath d='M44.6047 7.4503C45.0614 4.86033 47.5312 3.13096 50.1212 3.58764L86.4653 9.99608L83.9157 24.4556C83.459 27.0455 85.1884 29.5153 87.7784 29.972L99.8931 32.1082L90.3149 86.4289C89.8582 89.0189 87.3884 90.7483 84.7984 90.2916L36.3396 81.747C33.7496 81.2903 32.0203 78.8205 32.4769 76.2305L44.6047 7.4503Z' fill='%231A1C1E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.8148 5.15249C48.0881 4.84803 46.4416 6.00095 46.1371 7.7276L34.0093 76.5078C33.7049 78.2345 34.8578 79.881 36.5844 80.1855L85.0432 88.73C86.7699 89.0345 88.4164 87.8816 88.7209 86.1549L98.0234 33.3974L87.4719 31.5369C84.0186 30.928 81.7128 27.6349 82.3217 24.1816L84.5957 11.2853L49.8148 5.15249ZM87.2657 14.4246L96.6864 29.938L88.0232 28.4105C86.2965 28.106 85.1436 26.4595 85.4481 24.7329L87.2657 14.4246ZM43.0108 7.17633C43.6197 3.72303 46.9127 1.4172 50.366 2.02611L87.4181 8.55939L101.529 31.7968L91.8472 86.7062C91.2383 90.1595 87.9453 92.4653 84.492 91.8564L36.0332 83.3118C32.5799 82.7029 30.274 79.4098 30.8829 75.9566L43.0108 7.17633Z' fill='%231A1C1E'/%3E%3Cpath d='M46.259 20.1078C46.4493 19.0286 47.4783 18.3081 48.5575 18.4983L72.037 22.6384C73.1162 22.8287 73.8368 23.8578 73.6465 24.9369C73.4562 26.0161 72.4271 26.7367 71.348 26.5464L47.8684 22.4063C46.7893 22.216 46.0687 21.1869 46.259 20.1078Z' fill='%232F3133'/%3E%3Cpath d='M43.8664 31.6984C44.0567 30.6192 45.0858 29.8986 46.1649 30.0889L83.3634 36.648C84.4426 36.8383 85.1632 37.8674 84.9729 38.9465C84.7826 40.0257 83.7535 40.7463 82.6743 40.556L45.4758 33.9969C44.3967 33.8066 43.6761 32.7775 43.8664 31.6984Z' fill='%232F3133'/%3E%3Cpath d='M41.2671 47.9525C41.5716 46.2259 43.2181 45.073 44.9447 45.3774L59.5546 47.9535C61.2812 48.258 62.4342 49.9045 62.1297 51.6312C61.8253 53.3578 60.1787 54.5108 58.4521 54.2063L43.8422 51.6302C42.1156 51.3257 40.9626 49.6792 41.2671 47.9525Z' fill='%232F3133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.8053 63.3577C80.2853 58.8378 72.957 58.8378 68.4371 63.3577C63.9171 67.8777 63.9171 75.206 68.4371 79.7259C72.957 84.2459 80.2853 84.2459 84.8053 79.7259C89.3252 75.206 89.3252 67.8777 84.8053 63.3577ZM66.0988 61.0194C71.9101 55.208 81.3322 55.208 87.1436 61.0194C92.5598 66.4356 92.9281 74.9881 88.2485 80.8309L96.064 89.7369C96.6376 90.3904 96.6054 91.377 95.9906 91.9918Lnan nanL95.9906 91.9918C95.3164 92.6661 94.2127 92.6301 93.5838 91.9134L85.9102 83.1692C80.0675 87.8488 71.515 87.4805 66.0988 82.0643C60.2874 76.2529 60.2874 66.8308 66.0988 61.0194Z' fill='%232F3133'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-bx-empty-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='106' height='96' viewBox='0 0 106 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.3046 21.5572C1.34031 17.9584 3.47598 14.2593 7.07476 13.295L48.5672 2.17715C52.166 1.21286 55.8651 3.34854 56.8294 6.94731L74.9056 74.4088C75.8699 78.0076 73.7342 81.7067 70.1354 82.671L28.643 93.7888C25.0442 94.7531 21.3451 92.6174 20.3808 89.0187L2.3046 21.5572ZM8.10182 17.1281C6.61997 17.5251 5.74057 19.0483 6.13763 20.5301L24.2139 87.9916C24.6109 89.4735 26.1341 90.3528 27.616 89.9558L69.1084 78.8379C70.5902 78.4409 71.4696 76.9177 71.0726 75.4359L52.9963 7.97437C52.5993 6.49252 51.0761 5.61313 49.5943 6.01019L8.10182 17.1281Z' fill='%23F6F6F9'/%3E%3Cpath d='M44.6047 7.4503C45.0614 4.86033 47.5312 3.13096 50.1212 3.58764L86.4653 9.99608L83.9157 24.4556C83.459 27.0455 85.1884 29.5153 87.7784 29.972L99.8931 32.1082L90.3149 86.4289C89.8582 89.0189 87.3884 90.7483 84.7984 90.2916L36.3396 81.747C33.7496 81.2903 32.0203 78.8205 32.4769 76.2305L44.6047 7.4503Z' fill='%23F6F6F9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.8148 5.15249C48.0881 4.84803 46.4416 6.00095 46.1371 7.7276L34.0093 76.5078C33.7049 78.2345 34.8578 79.881 36.5844 80.1855L85.0432 88.73C86.7699 89.0345 88.4164 87.8816 88.7209 86.1549L98.0234 33.3974L87.4719 31.5369C84.0186 30.928 81.7128 27.6349 82.3217 24.1816L84.5957 11.2853L49.8148 5.15249ZM87.2657 14.4246L96.6864 29.938L88.0232 28.4105C86.2965 28.106 85.1436 26.4595 85.4481 24.7329L87.2657 14.4246ZM43.0108 7.17633C43.6197 3.72303 46.9127 1.4172 50.366 2.02611L87.4181 8.55939L101.529 31.7968L91.8472 86.7062C91.2383 90.1595 87.9453 92.4653 84.492 91.8564L36.0332 83.3118C32.5799 82.7029 30.274 79.4098 30.8829 75.9566L43.0108 7.17633Z' fill='%23F6F6F9'/%3E%3Cpath d='M46.259 20.1078C46.4493 19.0286 47.4783 18.3081 48.5575 18.4983L72.037 22.6384C73.1162 22.8287 73.8368 23.8578 73.6465 24.9369C73.4562 26.0161 72.4271 26.7367 71.348 26.5464L47.8684 22.4063C46.7893 22.216 46.0687 21.1869 46.259 20.1078Z' fill='%23E2E2E5'/%3E%3Cpath d='M43.8664 31.6984C44.0567 30.6192 45.0858 29.8986 46.1649 30.0889L83.3634 36.648C84.4426 36.8383 85.1632 37.8674 84.9729 38.9465C84.7826 40.0257 83.7535 40.7463 82.6743 40.556L45.4758 33.9969C44.3967 33.8066 43.6761 32.7775 43.8664 31.6984Z' fill='%23E2E2E5'/%3E%3Cpath d='M41.2671 47.9525C41.5716 46.2259 43.2181 45.073 44.9447 45.3774L59.5546 47.9535C61.2812 48.258 62.4342 49.9045 62.1297 51.6312C61.8253 53.3578 60.1787 54.5108 58.4521 54.2063L43.8422 51.6302C42.1156 51.3257 40.9626 49.6792 41.2671 47.9525Z' fill='%23E2E2E5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.8053 63.3577C80.2853 58.8378 72.957 58.8378 68.4371 63.3577C63.9171 67.8777 63.9171 75.206 68.4371 79.7259C72.957 84.2459 80.2853 84.2459 84.8053 79.7259C89.3252 75.206 89.3252 67.8777 84.8053 63.3577ZM66.0988 61.0194C71.9101 55.208 81.3322 55.208 87.1436 61.0194C92.5598 66.4356 92.9281 74.9881 88.2485 80.8309L96.064 89.7369C96.6376 90.3904 96.6054 91.377 95.9906 91.9918Lnan nanL95.9906 91.9918C95.3164 92.6661 94.2127 92.6301 93.5838 91.9134L85.9102 83.1692C80.0675 87.8488 71.515 87.4805 66.0988 82.0643C60.2874 76.2529 60.2874 66.8308 66.0988 61.0194Z' fill='%23E2E2E5'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-calculate {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' version='1.1' id='图层_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0{fill: currentColor;}%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M14.1,2.2H3.9C3,2.2,2.2,3,2.2,3.9v10.1c0,0.9,0.8,1.7,1.7,1.7h10.1c0.9,0,1.7-0.8,1.7-1.7V3.9 C15.8,3,15,2.2,14.1,2.2z M14.6,14.1c0,0.3-0.3,0.6-0.6,0.6H3.9c-0.3,0-0.6-0.3-0.6-0.6V3.9c0-0.3,0.3-0.6,0.6-0.6h10.1 c0.3,0,0.6,0.3,0.6,0.6V14.1z'/%3E%3Cpath class='st0' d='M12.9,5.6h-2.2c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6h2.2c0.3,0,0.6-0.3,0.6-0.6S13.2,5.6,12.9,5.6z'/%3E%3Cpath class='st0' d='M12.9,10.4h-2.2c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6h2.2c0.3,0,0.6-0.3,0.6-0.6S13.2,10.4,12.9,10.4z'/%3E%3Cpath class='st0' d='M12.9,12.1h-2.2c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6h2.2c0.3,0,0.6-0.3,0.6-0.6S13.2,12.1,12.9,12.1z'/%3E%3Cpath class='st0' d='M7.3,5.6H6.8V5.1c0-0.3-0.3-0.6-0.6-0.6S5.6,4.8,5.6,5.1v0.6H5.1c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6h0.6 v0.6c0,0.3,0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6V6.7h0.6c0.3,0,0.6-0.3,0.6-0.6S7.6,5.6,7.3,5.6z'/%3E%3Cpath class='st0' d='M7,11.8l0.4-0.4c0.2-0.2,0.2-0.6,0-0.8c-0.2-0.2-0.6-0.2-0.8,0L6.2,11l-0.4-0.4c-0.2-0.2-0.6-0.2-0.8,0 c-0.2,0.2-0.2,0.6,0,0.8l0.4,0.4L5,12.2c-0.2,0.2-0.2,0.6,0,0.8c0.2,0.2,0.6,0.2,0.8,0l0.4-0.4L6.6,13c0.1,0.1,0.3,0.2,0.4,0.2 s0.3-0.1,0.4-0.2c0.2-0.2,0.2-0.6,0-0.8L7,11.8z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-channel-discord {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23767FF8'/%3E%3Cpath d='M15.835 8.50942C15.8319 8.50349 15.8269 8.49883 15.8207 8.4963C15.1059 8.16834 14.3515 7.93447 13.5766 7.80056C13.5695 7.79925 13.5623 7.8002 13.5558 7.80326C13.5493 7.80632 13.544 7.81135 13.5405 7.81762C13.4378 8.00405 13.3445 8.19555 13.2611 8.39137C12.4258 8.26456 11.576 8.26456 10.7406 8.39137C10.6567 8.19505 10.5619 8.00351 10.4569 7.81762C10.4533 7.81149 10.4479 7.80658 10.4415 7.80353C10.435 7.80049 10.4278 7.79945 10.4208 7.80056C9.64574 7.93419 8.89136 8.16807 8.17664 8.49632C8.17052 8.49891 8.16536 8.50334 8.16186 8.50899C6.73257 10.6435 6.34103 12.7254 6.53311 14.7816C6.53365 14.7867 6.5352 14.7916 6.53766 14.796C6.54013 14.8004 6.54346 14.8043 6.54745 14.8074C7.37972 15.4236 8.31062 15.894 9.30042 16.1985C9.30739 16.2006 9.31484 16.2005 9.32175 16.1982C9.32867 16.1959 9.33472 16.1916 9.3391 16.1858C9.55169 15.8965 9.74006 15.5902 9.9023 15.27C9.90453 15.2656 9.9058 15.2608 9.90603 15.2559C9.90626 15.2509 9.90545 15.246 9.90364 15.2414C9.90184 15.2369 9.89908 15.2327 9.89556 15.2293C9.89203 15.2258 9.88782 15.2232 9.88319 15.2215C9.58614 15.1078 9.29857 14.9708 9.02317 14.8117C9.01816 14.8088 9.01396 14.8047 9.01093 14.7997C9.0079 14.7948 9.00614 14.7891 9.00579 14.7833C9.00545 14.7776 9.00654 14.7718 9.00897 14.7665C9.01139 14.7612 9.01508 14.7566 9.0197 14.7531C9.07765 14.7098 9.13459 14.6652 9.19049 14.6193C9.19539 14.6153 9.20132 14.6127 9.20762 14.6118C9.21391 14.611 9.22032 14.6119 9.22612 14.6145C11.0304 15.4379 12.9838 15.4379 14.7667 14.6145C14.7725 14.6117 14.779 14.6107 14.7854 14.6115C14.7918 14.6122 14.7978 14.6148 14.8028 14.6189C14.8588 14.665 14.9159 14.7098 14.974 14.7531C14.9787 14.7566 14.9824 14.7612 14.9849 14.7664C14.9873 14.7717 14.9885 14.7774 14.9882 14.7832C14.9879 14.789 14.9861 14.7947 14.9831 14.7996C14.9802 14.8046 14.976 14.8088 14.971 14.8117C14.6962 14.9721 14.4084 15.1091 14.1106 15.221C14.1059 15.2228 14.1017 15.2255 14.0982 15.229C14.0947 15.2325 14.092 15.2367 14.0902 15.2413C14.0885 15.2459 14.0877 15.2509 14.088 15.2558C14.0882 15.2608 14.0895 15.2656 14.0918 15.27C14.2568 15.5884 14.4449 15.8944 14.6546 16.1853C14.6588 16.1912 14.6649 16.1957 14.6718 16.1981C14.6787 16.2004 14.6862 16.2006 14.6933 16.1984C15.6848 15.895 16.6174 15.4246 17.4507 14.8074C17.4547 14.8045 17.4581 14.8007 17.4606 14.7963C17.4631 14.7919 17.4646 14.7871 17.465 14.7821C17.695 12.4049 17.08 10.34 15.835 8.50942ZM10.1718 13.5296C9.62853 13.5296 9.18093 13.0311 9.18093 12.4189C9.18093 11.8067 9.61985 11.3081 10.1718 11.3081C10.728 11.3081 11.1712 11.811 11.1626 12.4189C11.1626 13.0311 10.7236 13.5296 10.1718 13.5296ZM13.8351 13.5296C13.2919 13.5296 12.8443 13.0311 12.8443 12.4189C12.8443 11.8067 13.2832 11.3081 13.8351 11.3081C14.3914 11.3081 14.8346 11.811 14.826 12.4189C14.826 13.0311 14.3914 13.5296 13.8351 13.5296Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-email {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%236988B7'/%3E%3Cpath d='M7.75317 8.01331H15.8614C16.4145 8.01331 16.868 8.4551 16.875 8.99651L11.809 11.7774L6.74419 9.00002C6.74888 8.45627 7.19888 8.01331 7.75317 8.01331ZM6.74419 10.0641L6.7395 14.9813C6.7395 15.5285 7.19536 15.9762 7.75317 15.9762H15.8614C16.4192 15.9762 16.875 15.5285 16.875 14.9813V10.0617L11.9286 12.7125C11.8524 12.7535 11.761 12.7535 11.686 12.7125L6.74419 10.0641Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-facebook {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%231A77F2'/%3E%3Cpath d='M12.3333 12.75H13.5238L14 10.75H12.3333V9.75C12.3333 9.235 12.3333 8.75 13.2857 8.75H14V7.07C13.8448 7.0485 13.2586 7 12.6395 7C11.3467 7 10.4286 7.8285 10.4286 9.35V10.75H9V12.75H10.4286V17H12.3333V12.75Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-instagram {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='url(%23paint0_linear_1758_412)'/%3E%3Cpath d='M12.1 10.4941C11.3259 10.4941 10.6941 11.1259 10.6941 11.9C10.6941 12.6741 11.3259 13.3059 12.1 13.3059C12.8741 13.3059 13.5059 12.6741 13.5059 11.9C13.5059 11.1259 12.8741 10.4941 12.1 10.4941Z' fill='white'/%3E%3Cpath d='M17.1994 11.9C17.1994 11.1957 17.2058 10.4978 17.1663 9.79483C17.1267 8.97828 16.9404 8.25359 16.3433 7.65649C15.745 7.05811 15.0216 6.87311 14.205 6.83355C13.5008 6.794 12.8029 6.80038 12.0999 6.80038C11.3956 6.80038 10.6978 6.794 9.99477 6.83355C9.17824 6.87311 8.45356 7.05938 7.85647 7.65649C7.2581 8.25487 7.0731 8.97828 7.03355 9.79483C6.994 10.4991 7.00038 11.197 7.00038 11.9C7.00038 12.603 6.994 13.3022 7.03355 14.0052C7.0731 14.8217 7.25937 15.5464 7.85647 16.1435C8.45484 16.7419 9.17824 16.9269 9.99477 16.9665C10.699 17.006 11.3969 16.9996 12.0999 16.9996C12.8042 16.9996 13.5021 17.006 14.205 16.9665C15.0216 16.9269 15.7463 16.7406 16.3433 16.1435C16.9417 15.5451 17.1267 14.8217 17.1663 14.0052C17.2071 13.3022 17.1994 12.6043 17.1994 11.9ZM12.0986 14.5168C10.6506 14.5168 9.48188 13.3481 9.48188 11.9C9.48188 10.4519 10.6506 9.28321 12.0986 9.28321C13.5467 9.28321 14.7154 10.4519 14.7154 11.9C14.7154 13.3481 13.5467 14.5168 12.0986 14.5168ZM14.8225 9.78717C14.4844 9.78717 14.2114 9.51414 14.2114 9.17604C14.2114 8.83793 14.4844 8.5649 14.8225 8.5649C15.1606 8.5649 15.4337 8.83793 15.4337 9.17604C15.4324 9.51542 15.1606 9.78717 14.8225 9.78717Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1758_412' x1='20.5' y1='2' x2='5.5' y2='21.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A62BA4'/%3E%3Cstop offset='0.536458' stop-color='%23F34237'/%3E%3Cstop offset='1' stop-color='%23FEAF18'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-linkedin {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%230277B5'/%3E%3Cpath d='M7.12469 16.9998H9.36141V10.3383H7.12469V16.9998ZM14.5678 10.1282C13.642 10.1282 13.1316 10.4516 12.5439 11.2351V10.3381H10.3108V16.9998H12.5437V13.3799C12.5437 12.616 12.8938 11.8688 13.7306 11.8688C14.5675 11.8688 14.7733 12.6158 14.7733 13.3617V17H17V13.2131C17 10.582 15.4939 10.1282 14.5678 10.1282ZM8.24719 7C7.55813 7 7 7.52629 7 8.17591C7 8.82504 7.55813 9.35051 8.24719 9.35051C8.93562 9.35051 9.49375 8.82488 9.49375 8.17591C9.49375 7.52629 8.93562 7 8.24719 7Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-medium {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23202020'/%3E%3Cpath d='M16.44 15.552L17.204 16.3152V16.3552H13.2672V16.3152L14.0704 15.552C14.1504 15.472 14.1904 15.392 14.1904 15.2712V10.5312C14.1904 10.3296 14.1904 10.0488 14.2312 9.808L11.58 16.436H11.54L8.808 10.3296C8.768 10.1696 8.728 10.1696 8.688 10.0896V14.1056C8.6472 14.3872 8.688 14.628 8.808 14.8696L9.8928 16.3152V16.3552H7V16.3152L8.0848 14.8288C8.2048 14.5888 8.2448 14.3072 8.2048 14.0656V9.648C8.2048 9.4472 8.1648 9.2056 8.0048 9.0456L7.2808 8.04V8H10.0928L12.4224 13.1824L14.472 8H17.204V8.04L16.4408 8.924C16.3608 9.004 16.3208 9.1248 16.3208 9.2048V15.3112C16.3208 15.3912 16.36 15.512 16.44 15.552Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-phone {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%236988B7'/%3E%3Cpath d='M13.0208 6.63148C13.0613 6.63148 13.0913 6.66823 13.0853 6.70798C13.0358 7.00498 13.0028 7.19548 12.9623 7.33423C12.9248 7.46473 12.8903 7.50673 12.8633 7.53073C12.834 7.55623 12.7883 7.58473 12.657 7.60273C12.5123 7.62298 12.3143 7.62523 12 7.62523C11.685 7.62523 11.4878 7.62298 11.343 7.60273C11.211 7.58473 11.166 7.55623 11.1368 7.53073C11.1098 7.50673 11.076 7.46473 11.0378 7.33423C10.9965 7.19473 10.9643 7.00573 10.9148 6.70948C10.9132 6.6999 10.9138 6.69011 10.9164 6.68077C10.919 6.67144 10.9236 6.66277 10.9299 6.65537C10.9362 6.64797 10.944 6.642 10.9527 6.63788C10.9615 6.63376 10.9711 6.63157 10.9808 6.63148C11.28 6.62473 11.61 6.62473 11.9723 6.62473H12.0278C12.3915 6.62473 12.7215 6.62473 13.0208 6.63148ZM10.0298 6.69223C10.0626 6.68817 10.0958 6.69724 10.122 6.71745C10.1483 6.73766 10.1655 6.7674 10.17 6.80023L10.173 6.82123L10.1745 6.82873L10.1783 6.84973C10.2233 7.12123 10.2623 7.35673 10.3178 7.54573C10.3778 7.74823 10.467 7.93948 10.6388 8.09173C10.8165 8.24923 11.0213 8.31598 11.2403 8.34598C11.4473 8.37448 11.7023 8.37523 12 8.37523C12.297 8.37523 12.5528 8.37448 12.759 8.34523C12.9788 8.31523 13.1835 8.24923 13.3613 8.09173C13.5338 7.93948 13.6223 7.74823 13.6823 7.54573C13.737 7.35673 13.7768 7.12123 13.8218 6.84973L13.8255 6.82873L13.83 6.79873C13.8347 6.76609 13.852 6.7366 13.8783 6.71667C13.9045 6.69673 13.9376 6.68795 13.9703 6.69223C14.4878 6.76198 14.9153 6.90973 15.2528 7.24723C15.5903 7.58473 15.738 8.01223 15.8078 8.52973C15.8753 9.03148 15.8753 9.67123 15.8753 10.4722V13.5277C15.8753 14.3295 15.8753 14.9685 15.8078 15.4702C15.738 15.9885 15.5903 16.4152 15.2528 16.7527C14.9153 17.0902 14.4878 17.238 13.9703 17.3077C13.4685 17.3752 12.8295 17.3752 12.0278 17.3752H11.9723C11.1705 17.3752 10.5315 17.3752 10.0298 17.3077C9.51226 17.238 9.08476 17.0902 8.74726 16.7527C8.40976 16.4152 8.26201 15.9885 8.19226 15.4702C8.12476 14.9685 8.12476 14.3295 8.12476 13.5277V10.4722C8.12476 9.67123 8.12476 9.03148 8.19226 8.52973C8.26201 8.01223 8.40976 7.58473 8.74726 7.24723C9.08476 6.90973 9.51226 6.76198 10.0298 6.69223ZM11.1248 15.9997C11.1248 16.0992 11.1643 16.1946 11.2346 16.2649C11.3049 16.3352 11.4003 16.3747 11.4998 16.3747H12.5003C12.5997 16.3747 12.6951 16.3352 12.7654 16.2649C12.8357 16.1946 12.8753 16.0992 12.8753 15.9997C12.8753 15.9003 12.8357 15.8049 12.7654 15.7346C12.6951 15.6642 12.5997 15.6247 12.5003 15.6247H11.4998C11.4003 15.6247 11.3049 15.6642 11.2346 15.7346C11.1643 15.8049 11.1248 15.9003 11.1248 15.9997Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-reddit {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23FF5701'/%3E%3Cpath d='M15.9842 9.06897C16.35 9.06897 16.6727 8.76724 16.6727 8.37929C16.6727 7.99134 16.3715 7.68962 15.9842 7.68962C15.6185 7.68962 15.2958 7.99134 15.2958 8.37929C15.2958 8.74565 15.597 9.06897 15.9842 9.06897ZM12.0686 14.8664C10.8423 14.8664 10.1323 14.3491 10.1323 14.3491C10.0677 14.306 10.0032 14.3276 9.98167 14.3923L9.85258 14.6293C9.83107 14.694 9.83107 14.7802 9.89563 14.8233C9.89563 14.8233 10.498 15.4483 12.0686 15.4483C13.6392 15.4483 14.1985 14.7802 14.1985 14.7802C14.2416 14.7371 14.2416 14.6509 14.22 14.6078L14.0694 14.3923C14.0264 14.3491 13.9619 14.3276 13.8973 14.3707C13.8973 14.3491 13.295 14.8664 12.0686 14.8664ZM9.85266 13.2069C10.2184 13.2069 10.5411 12.9052 10.5411 12.5172C10.5411 12.1293 10.2399 11.8276 9.85266 11.8276C9.48694 11.8276 9.16419 12.1293 9.16419 12.5172C9.1857 12.9052 9.4869 13.2069 9.85266 13.2069ZM13.9404 13.2069C14.3061 13.2069 14.6289 12.9052 14.6289 12.5172C14.6289 12.1293 14.3277 11.8276 13.9404 11.8276C13.5531 11.8276 13.2519 12.1293 13.2519 12.5172C13.2519 12.9052 13.5531 13.2069 13.9404 13.2069ZM14.6288 8.27159C14.5213 8.22847 13.3595 7.84058 12.8647 8.1854C12.3483 8.55175 12.3698 9.75865 12.4128 9.75865C13.5531 9.84484 14.6073 10.1897 15.4033 10.7285C15.4679 10.7716 16.1563 10.1681 16.9093 10.2975C17.6623 10.4268 18.1787 11.138 17.942 11.9354C17.7054 12.7113 16.9739 12.9483 16.9954 13.1854V13.3793C16.9954 15.3836 14.7149 17 11.8965 17C9.0781 17 6.79759 15.3836 6.79759 13.3793C6.79759 13.2716 6.79759 13.1854 6.8191 13.0776C6.8191 13.056 6.30278 12.7759 6.10913 12.3017C5.91552 11.8491 6.00158 11.3104 6.19518 10.9871C6.51789 10.4914 6.90515 10.2974 7.44299 10.2974C7.98084 10.2974 8.56175 10.6207 8.58325 10.6207C9.44384 10.1035 10.5626 9.78018 11.7673 9.7586C11.8104 9.7586 11.6813 8.29309 12.4989 7.75428C13.3379 7.21549 14.7148 7.75428 14.7363 7.75428V7.79741C14.9515 7.32326 15.4248 7 15.9626 7C16.7156 7 17.3181 7.62502 17.3181 8.37929C17.3181 9.1336 16.7157 9.75859 15.9626 9.75859C15.2096 9.75859 14.6072 9.13356 14.6072 8.37929C14.6072 8.33617 14.6073 8.29314 14.6288 8.27159Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-telegram {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%233EB6EF'/%3E%3Cpath d='M7.19402 10.2913C6.93574 10.2051 6.93327 10.0659 7.19897 9.97719L16.643 6.82526C16.9048 6.73806 17.0547 6.88471 16.9815 7.14134L14.2829 16.5971C14.2087 16.8592 14.0577 16.8681 13.9469 16.6194L12.1686 12.6124L15.1374 8.64894L11.1791 11.6215L7.19402 10.2913Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-twitter {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8684 12.5201L7 7H9.99213L12.5201 10.6074L15.6352 7H16.5276L12.915 11.1709L17 17H14.0079L11.2611 13.0804L7.86614 17H7L10.8684 12.5201ZM14.336 16.2978L8.31234 7.70225H9.66404L15.6877 16.2978H14.336Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-website {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%236988B7'/%3E%3Cg clip-path='url(%23clip0_1758_328)'%3E%3Cpath d='M8.7406 18C8.0062 18 7.31725 17.7304 6.80085 17.2409C6.28445 16.7515 6 16.0985 6 15.4024C6 14.7063 6.28445 14.0533 6.80085 13.5639L8.91008 11.5647C9.13641 11.3502 9.50325 11.3502 9.7294 11.5647C9.95573 11.7792 9.95573 12.1269 9.7294 12.3413L7.62017 14.3403C7.3225 14.6224 7.15864 14.9995 7.15864 15.4022C7.15864 15.805 7.3225 16.1821 7.62017 16.4642C7.91784 16.7462 8.31564 16.9017 8.7406 16.9017C9.16556 16.9017 9.56336 16.7463 9.86103 16.4642L12.3798 14.0768C12.6773 13.7947 12.8414 13.4177 12.8414 13.0149C12.8414 12.6121 12.6775 12.2351 12.3798 11.9529C12.3762 11.9495 12.3728 11.9462 12.3691 11.943C12.1832 11.77 12.1396 11.5017 12.2649 11.2852C12.4494 10.9661 12.9042 10.9025 13.1785 11.157C13.1854 11.1633 13.1923 11.1698 13.1991 11.1764C13.7155 11.6658 14 12.3188 14 13.0149C14 13.711 13.7155 14.364 13.1991 14.8534L10.6804 17.2408C10.164 17.7304 9.475 18 8.7406 18Z' fill='white'/%3E%3Cpath d='M11.7237 12.7165C11.5377 13.0355 11.0833 13.0972 10.811 12.8406C10.8041 12.8341 10.7972 12.8277 10.7906 12.8212C9.72861 11.7992 9.73764 10.1448 10.811 9.13351L13.3383 6.75166C13.8564 6.26338 14.5457 5.99592 15.2787 6.00005C16.0118 6.00366 16.698 6.27749 17.2107 6.77093C17.7234 7.26438 18.0038 7.92064 18 8.61872C17.9962 9.31681 17.7086 9.97032 17.1905 10.4586L15.0742 12.4529C14.8472 12.6668 14.481 12.6649 14.2564 12.4487C14.0317 12.2326 14.0337 11.8839 14.2607 11.6699L16.377 9.67566C16.6756 9.39426 16.8413 9.01682 16.8435 8.61304C16.8457 8.2091 16.6843 7.83011 16.3888 7.54578C16.0933 7.26145 15.697 7.10363 15.273 7.10156C14.8492 7.09898 14.4508 7.25319 14.1523 7.53459L11.6244 9.91645C11.3259 10.1978 11.1602 10.5753 11.158 10.9791C11.1558 11.383 11.3172 11.762 11.6127 12.0463C11.6161 12.0498 11.6197 12.053 11.6234 12.0565C11.8079 12.2308 11.8498 12.5 11.7237 12.7165Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1758_328'%3E%3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-whatsapp {
    background: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1041 1024' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M520.533333 0c283.306667 0 512 228.693333 512 512s-228.693333 512-512 512S8.533333 795.306667 8.533333 512s228.693333-512 512-512z' fill='%232EC027'%3E%3C/path%3E%3Cpath d='M517.12 221.866667C365.226667 221.866667 240.64 346.453333 240.64 498.346667c0 52.906667 13.653333 100.693333 39.253333 141.653333L230.4 788.48l153.6-47.786667c39.253333 22.186667 85.333333 34.133333 133.12 34.133334 153.6 0 278.186667-124.586667 278.186667-274.773334 0-153.6-124.586667-278.186667-278.186667-278.186666z m138.24 380.586666c-6.826667 15.36-35.84 30.72-47.786667 30.72-13.653333 0-13.653333 10.24-83.626666-22.186666-71.68-30.72-114.346667-105.813333-116.053334-110.933334-3.413333-3.413333-27.306667-39.253333-27.306666-73.386666 1.706667-34.133333 20.48-51.2 27.306666-58.026667 6.826667-6.826667 13.653333-8.533333 18.773334-8.533333h13.653333c5.12 0 10.24-1.706667 15.36 13.653333 5.12 13.653333 18.773333 49.493333 20.48 52.906667 1.706667 5.12 3.413333 6.826667 0 13.653333-3.413333 5.12-5.12 6.826667-6.826667 11.946667-5.12 3.413333-6.826667 8.533333-11.946666 11.946666-5.12 3.413333-6.826667 6.826667-5.12 13.653334 5.12 6.826667 17.066667 30.72 37.546666 49.493333 25.6 25.6 47.786667 32.426667 56.32 37.546667 6.826667 5.12 11.946667 3.413333 15.36-1.706667 5.12-3.413333 18.773333-20.48 23.893334-27.306667 5.12-6.826667 10.24-5.12 15.36-3.413333 5.12 3.413333 39.253333 22.186667 47.786666 23.893333 6.826667 5.12 11.946667 5.12 13.653334 8.533334 0 6.826667 0 22.186667-6.826667 37.546666z' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M655.36 602.453333c-6.826667 15.36-35.84 30.72-47.786667 30.72-13.653333 0-13.653333 10.24-83.626666-22.186666-71.68-30.72-114.346667-105.813333-116.053334-110.933334-3.413333-3.413333-27.306667-39.253333-27.306666-73.386666 1.706667-34.133333 20.48-51.2 27.306666-58.026667 6.826667-6.826667 13.653333-8.533333 18.773334-8.533333h13.653333c5.12 0 10.24-1.706667 15.36 13.653333 5.12 13.653333 18.773333 49.493333 20.48 52.906667 1.706667 5.12 3.413333 6.826667 0 13.653333-3.413333 5.12-5.12 6.826667-6.826667 11.946667-5.12 3.413333-6.826667 8.533333-11.946666 11.946666-5.12 3.413333-6.826667 6.826667-5.12 13.653334 5.12 6.826667 17.066667 30.72 37.546666 49.493333 25.6 25.6 47.786667 32.426667 56.32 37.546667 6.826667 5.12 11.946667 3.413333 15.36-1.706667 5.12-3.413333 18.773333-20.48 23.893334-27.306667 5.12-6.826667 10.24-5.12 15.36-3.413333 5.12 3.413333 39.253333 22.186667 47.786666 23.893333 6.826667 5.12 11.946667 5.12 13.653334 8.533334 0 6.826667 0 22.186667-6.826667 37.546666z' fill='%232EC027'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-channel-youtube {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23FF0000'/%3E%3Cpath d='M16.7715 9.049C17 9.94 17 11.8 17 11.8C17 11.8 17 13.66 16.7715 14.551C16.6445 15.0435 16.273 15.431 15.8025 15.562C14.948 15.8 12 15.8 12 15.8C12 15.8 9.0535 15.8 8.1975 15.562C7.725 15.429 7.354 15.042 7.2285 14.551C7 13.66 7 11.8 7 11.8C7 11.8 7 9.94 7.2285 9.049C7.3555 8.5565 7.727 8.169 8.1975 8.038C9.0535 7.8 12 7.8 12 7.8C12 7.8 14.948 7.8 15.8025 8.038C16.275 8.171 16.646 8.558 16.7715 9.049ZM11 13.55L14 11.8L11 10.05V13.55Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-check-r {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' stroke='%23576072' stroke-width='2'/%3E%3Cpath d='M17.7777 7.66602L9.83328 15.6105L6.22217 11.9993' stroke='%23576072' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-checkmark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.875 7.78704L7.94374 13.75L19.6477 2.25' stroke='%23F5F5F5' stroke-width='3.13636' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-circle-warn {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99995 1.40001C3.45944 1.40001 1.39995 3.4595 1.39995 6.00001C1.39995 8.54052 3.45944 10.6 5.99995 10.6C8.54046 10.6 10.6 8.54052 10.6 6.00001C10.6 3.4595 8.54046 1.40001 5.99995 1.40001ZM0.199951 6.00001C0.199951 2.79676 2.7967 0.200012 5.99995 0.200012C9.2032 0.200012 11.8 2.79676 11.8 6.00001C11.8 9.20326 9.2032 11.8 5.99995 11.8C2.7967 11.8 0.199951 9.20326 0.199951 6.00001Z' fill='currentColor'/%3E%3Cpath d='M5.16011 8.43986C5.16011 8.54491 5.1808 8.64894 5.221 8.746C5.26121 8.84306 5.32014 8.93125 5.39442 9.00554C5.46871 9.07983 5.5569 9.13876 5.65396 9.17896C5.75102 9.21916 5.85505 9.23986 5.96011 9.23986C6.06517 9.23986 6.16919 9.21916 6.26625 9.17896C6.36332 9.13876 6.45151 9.07983 6.52579 9.00554C6.60008 8.93125 6.65901 8.84306 6.69921 8.746C6.73942 8.64894 6.76011 8.54491 6.76011 8.43986C6.76011 8.22768 6.67582 8.0242 6.52579 7.87417C6.37576 7.72414 6.17228 7.63986 5.96011 7.63986C5.74793 7.63986 5.54445 7.72414 5.39442 7.87417C5.24439 8.0242 5.16011 8.22768 5.16011 8.43986Z' fill='currentColor'/%3E%3Cpath d='M6.73589 6.296C6.73589 6.736 6.37589 7.096 5.93589 7.096C5.49589 7.096 5.13589 6.736 5.13589 6.296V3.184C5.13589 2.744 5.49589 2.384 5.93589 2.384C6.37589 2.384 6.73589 2.744 6.73589 3.184V6.296Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-collect-star {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99978 11.1734L4.18948 12.7465C3.44489 13.1633 2.55393 12.516 2.72021 11.679L3.34778 8.52004L0.982917 6.33329C0.356385 5.75395 0.696664 4.70654 1.54406 4.60604L4.74245 4.22671L6.09174 1.30178C6.44917 0.526957 7.55039 0.526957 7.90782 1.30178L9.25711 4.22671L12.4555 4.60604C13.3029 4.70654 13.6432 5.75395 13.0166 6.33329L10.6518 8.52004L11.2794 11.679C11.4456 12.516 10.5547 13.1633 9.81007 12.7465L6.99978 11.1734Z' fill='%23B9F641'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-collect-star-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00027 11.1734L4.18997 12.7465C3.44537 13.1633 2.55442 12.516 2.7207 11.679L3.34827 8.52004L0.983405 6.33329C0.356874 5.75395 0.697152 4.70654 1.54455 4.60604L4.74293 4.22671L6.09223 1.30178C6.44966 0.526957 7.55088 0.526957 7.90831 1.30178L9.2576 4.22671L12.456 4.60604C13.3034 4.70654 13.6437 5.75395 13.0171 6.33329L10.6523 8.52004L11.2798 11.679C11.4461 12.516 10.5552 13.1633 9.81056 12.7465L7.00027 11.1734Z' fill='%2386BB00'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-colours-fb {
    background: url("data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.11887 18V9.55385H4.82143V6.51285H7.11887V3.91548C7.11887 1.87437 8.47599 0 11.6032 0C12.8693 0 13.8056 0.117976 13.8056 0.117976L13.7318 2.95778C13.7318 2.95778 12.777 2.94873 11.735 2.94873C10.6073 2.94873 10.4267 3.45385 10.4267 4.2924V6.51287H13.8214L13.6737 9.55385H10.4267V18H7.11887Z' fill='%232965C0'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-colours-twitter {
    background: url("data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66065 16.3129C12.4531 16.3129 16.1683 10.6854 16.1683 5.80525C16.1683 5.64543 16.1683 5.48631 16.1575 5.3279C16.8803 4.80509 17.5042 4.15783 18 3.41631C17.326 3.71496 16.611 3.91079 15.8789 3.99734C16.6496 3.53595 17.2269 2.80969 17.5025 1.95469C16.7776 2.38483 15.9844 2.68802 15.1574 2.85111C14.4592 2.10857 13.4839 1.68701 12.4647 1.68701C10.4368 1.68701 8.76822 3.35567 8.76822 5.38348C8.76822 5.6648 8.80035 5.94524 8.86391 6.21925C5.89609 6.0705 3.12711 4.66671 1.25279 2.36078C0.278121 4.03865 0.782437 6.21306 2.39614 7.2906C1.80851 7.2732 1.23349 7.11464 0.72 6.82837V6.87516C0.720492 8.62643 1.96618 10.1486 3.68279 10.4953C3.13914 10.6436 2.56859 10.6652 2.0153 10.5587C2.49789 12.0593 3.88951 13.0937 5.46553 13.1233C4.15807 14.1509 2.54204 14.709 0.879117 14.7073C0.585281 14.7068 0.291727 14.689 0 14.654C1.6887 15.7377 3.65414 16.3127 5.66065 16.31' fill='%231DA1F2'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-common-down-arrow {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.791663 0.542908L4.29166 4.04291L7.79166 0.542908L8.49877 1.25001L4.29166 5.45712L0.0845566 1.25001L0.791663 0.542908Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-complete-the-task {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23B0F127'/%3E%3Cpath d='M17.7777 7.6665L9.83328 15.6109L6.22217 11.9998' stroke='%23111111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-configuration-icon {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_805_8002)'%3E%3Cpath d='M3.99268 21.9573V14.9573' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.99268 10.9573V3.95728' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9927 21.9573V12.9573' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9927 8.95728V3.95728' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9927 21.9573V16.9573' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9927 12.9573V3.95728' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.992676 14.9573H6.99268' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.99268 8.95728H14.9927' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.9927 16.9573H22.9927' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_805_8002'%3E%3Crect width='24' height='24' fill='currentColor' transform='translate(-0.00732422 0.957275)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-contract-examples-of-prizes {
    background: url("data:image/svg+xml;utf8,%3Csvg width='99' height='113' viewBox='0 0 99 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 46.1109L47.2887 22.8662L93.5774 46.1109L47.2887 70.7798L1 46.1109Z' fill='%23F2F2F2' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 46.1109L47.2887 22.8662V46.1109V70.7798L1 46.1109Z' fill='%23D8D8D8' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M8.19291 53.994L7.85005 53.6434L8.19291 53.994C8.48121 53.7122 8.71068 53.3759 8.86803 53.0046C9.02538 52.6334 9.10746 52.2347 9.10953 51.8315C9.1116 51.4283 9.03362 51.0287 8.88009 50.6559L8.41776 50.8463L8.88009 50.6559C8.72656 50.283 8.50055 49.9444 8.21517 49.6596C7.92978 49.3748 7.59069 49.1495 7.21756 48.9967C7.00162 48.9083 6.77676 48.8452 6.54748 48.8082L6.56151 46.1124C7.03188 46.0705 7.49456 45.9602 7.93475 45.7843C8.53177 45.5458 9.07559 45.1912 9.53476 44.7413L9.1848 44.3841L9.53476 44.7413C9.99394 44.2913 10.3594 43.7547 10.6099 43.1626C10.8605 42.5705 10.9912 41.9347 10.9945 41.2917C10.9978 40.6488 10.8737 40.0116 10.6293 39.417C10.3848 38.8224 10.025 38.2821 9.57047 37.8274L9.21683 38.1808L9.57047 37.8274C9.11596 37.3726 8.57584 37.0125 7.98131 36.7678C7.54295 36.5874 7.08143 36.4723 6.61151 36.4256L6.6252 33.7298C6.85485 33.6952 7.08035 33.6344 7.29719 33.5483C7.67187 33.3993 8.01325 33.1775 8.30155 32.8956C8.58985 32.6137 8.81932 32.2774 8.97667 31.9062C9.13401 31.535 9.2161 31.1362 9.21817 30.733C9.22024 30.3298 9.14225 29.9303 8.98872 29.5574C8.8352 29.1846 8.60919 28.846 8.3238 28.5612C8.03842 28.2763 7.69933 28.051 7.3262 27.8982L7.14362 28.3442L7.3262 27.8982C7.11026 27.8098 6.8854 27.7467 6.65612 27.7098L6.67025 24.9944C7.29399 24.8946 7.87594 24.6029 8.33151 24.1535C8.78745 23.7037 9.08729 23.1252 9.19538 22.5024L61.8189 22.7735C61.9205 23.3975 62.2144 23.9792 62.6657 24.4336C63.1166 24.8878 63.6956 25.1856 64.3183 25.2918L64.3045 28.0071C64.0748 28.0417 63.8493 28.1025 63.6325 28.1887C63.2578 28.3376 62.9164 28.5595 62.6281 28.8414C62.3398 29.1232 62.1104 29.4595 61.953 29.8308C61.7957 30.202 61.7136 30.6008 61.7115 31.004C61.7095 31.4071 61.7875 31.8067 61.941 32.1796C62.0945 32.5524 62.3205 32.891 62.6059 33.1758C62.8913 33.4606 63.2304 33.686 63.6036 33.8387C63.8195 33.9271 64.0444 33.9902 64.2736 34.0271L64.2596 36.7234C63.7896 36.7657 63.3272 36.8764 62.8875 37.0525C62.2911 37.2914 61.7479 37.6461 61.2893 38.096C60.8307 38.5459 60.4657 39.0822 60.2155 39.674C59.9653 40.2657 59.8348 40.9011 59.8314 41.5436C59.8281 42.1861 59.9521 42.8228 60.1962 43.4171C60.4403 44.0114 60.7997 44.5514 61.2536 45.0061C61.7075 45.4607 62.247 45.821 62.8409 46.066C63.2789 46.2467 63.74 46.3621 64.2096 46.4093L64.1959 49.1026C63.9655 49.136 63.739 49.1957 63.5211 49.281C63.1441 49.4286 62.8002 49.65 62.5097 49.932C62.2192 50.2141 61.9878 50.5513 61.8291 50.9238C61.6705 51.2963 61.5876 51.6968 61.5855 52.1017C61.5834 52.5066 61.662 52.9079 61.8168 53.2821C61.9716 53.6562 62.1994 53.9958 62.487 54.2809C62.7745 54.566 63.1161 54.7909 63.4915 54.9425C63.7086 55.0301 63.9344 55.0922 64.1646 55.1279L64.1508 57.8402C63.527 57.94 62.945 58.2317 62.4893 58.6811C62.0333 59.1309 61.7334 59.7095 61.6253 60.3325L9.00171 60.0613C8.90001 59.4374 8.60612 58.8558 8.15482 58.4015C7.70391 57.9475 7.12502 57.6497 6.50238 57.5435L6.51651 54.8282C6.74618 54.7937 6.9717 54.7329 7.18856 54.6467C7.56323 54.4977 7.90462 54.2759 8.19291 53.994ZM21.9816 28.252H21.9817L21.9816 28.2478C21.9796 27.6346 21.7355 27.0471 21.3024 26.6131C20.8692 26.1791 20.2822 25.9338 19.669 25.9306C19.0559 25.9274 18.4663 26.1666 18.0287 26.5961C17.5911 27.0255 17.3408 27.6104 17.3324 28.2235L17.3324 28.2235L17.3324 28.2278L17.2814 38.0487H17.2813L17.2814 38.053C17.2834 38.6661 17.5275 39.2536 17.9607 39.6876C18.3938 40.1216 18.9809 40.3668 19.594 40.37C20.2071 40.3732 20.7967 40.134 21.2343 39.7046C21.6719 39.2751 21.9222 38.6902 21.9306 38.0771H21.9306L21.9306 38.0729L21.9816 28.252ZM29.2808 28.2894H29.2808L29.2808 28.2852C29.2788 27.672 29.0346 27.0845 28.6015 26.6506C28.1683 26.2166 27.5813 25.9713 26.9681 25.9681C26.355 25.9649 25.7655 26.2041 25.3278 26.6336C24.8902 27.063 24.64 27.648 24.6316 28.261L24.6315 28.2653L24.5804 38.0867H24.5804L24.5804 38.0909C24.5824 38.704 24.8265 39.2916 25.2596 39.7256C25.6928 40.1596 26.2798 40.4049 26.893 40.4081C27.5061 40.4113 28.0957 40.1722 28.5333 39.7427C28.971 39.3133 29.2212 38.7283 29.2297 38.1152L29.2297 38.111L29.2808 28.2894ZM36.5793 28.3285L36.5793 28.3285L36.5793 28.3243C36.5773 27.7112 36.3332 27.1236 35.9 26.6897C35.4669 26.2557 34.8799 26.0104 34.2667 26.0072C33.6536 26.004 33.064 26.2432 32.6264 26.6726C32.1887 27.102 31.9385 27.687 31.9301 28.3001L31.9301 28.3043L31.8796 38.1253H31.8796L31.8796 38.1295C31.8816 38.7426 32.1257 39.3302 32.5588 39.7641C32.992 40.1981 33.579 40.4434 34.1922 40.4466C34.8053 40.4498 35.3949 40.2107 35.8325 39.7812C36.2702 39.3518 36.5204 38.7668 36.5288 38.1537L36.5288 38.1495L36.5793 28.3285Z' fill='%23B9F641' stroke='black'/%3E%3Cpath d='M92.8068 12.7021L92.82 12.7049L92.8332 12.7071C93.1777 12.7634 93.4722 12.7948 93.6994 12.7895C93.8104 12.7869 93.9374 12.7751 94.0564 12.7358C94.1667 12.6993 94.37 12.6042 94.461 12.3676C94.5523 12.1301 94.4642 11.9229 94.4058 11.8216C94.3432 11.7126 94.256 11.6193 94.1749 11.5437C94.0089 11.3888 93.7682 11.2169 93.4737 11.0305L93.4624 11.0233L93.4506 11.0167C93.0093 10.7696 92.66 10.3883 92.4538 9.92969C92.2475 9.47108 92.195 8.95896 92.3037 8.46863L92.3066 8.45538L92.3088 8.44199C92.3655 8.0994 92.3972 7.80601 92.3918 7.57928C92.3891 7.46854 92.3773 7.34135 92.3373 7.22202C92.2999 7.11035 92.2035 6.9087 91.9674 6.81899C91.732 6.72957 91.5265 6.81562 91.4247 6.87345C91.3156 6.93548 91.2219 7.02198 91.1457 7.10266C90.9899 7.26776 90.8168 7.50721 90.6293 7.80007L90.622 7.81148L90.6153 7.82327C90.3672 8.2612 89.9838 8.60886 89.5211 8.81446C89.0584 9.02008 88.5413 9.07253 88.0461 8.96393L88.033 8.96105L88.0197 8.95887C87.6752 8.90257 87.3807 8.87116 87.1535 8.87653C87.0425 8.87915 86.9155 8.89089 86.7965 8.93026C86.6862 8.96676 86.4829 9.06181 86.3919 9.29842C86.3006 9.53584 86.3887 9.74304 86.447 9.84444C86.5097 9.95338 86.5969 10.0467 86.6779 10.1223C86.8439 10.2772 87.0847 10.4491 87.3791 10.6355L87.3906 10.6427L87.4024 10.6493C87.8438 10.8964 88.1931 11.2775 88.3994 11.7362C88.6056 12.1948 88.6581 12.7069 88.5493 13.1972L88.5463 13.2106L88.5441 13.2241C88.4875 13.5667 88.4558 13.8601 88.4613 14.0868C88.464 14.1976 88.4759 14.3248 88.5159 14.4441C88.5533 14.5559 88.6498 14.7574 88.8858 14.847C89.1212 14.9364 89.3266 14.8504 89.4284 14.7926C89.5376 14.7306 89.6313 14.6441 89.7075 14.5634C89.8634 14.3983 90.0365 14.1589 90.224 13.866L90.2314 13.8546L90.2381 13.8427C90.4861 13.4048 90.8694 13.0572 91.332 12.8516C91.7946 12.646 92.3117 12.5935 92.8068 12.7021ZM79.1857 40.345L79.2038 40.3257C79.2951 40.3348 79.3801 40.3393 79.4563 40.3375C79.5271 40.3357 79.6227 40.3282 79.7189 40.2962C79.8066 40.2671 79.9955 40.1825 80.0807 39.9601C80.1661 39.7371 80.0815 39.5477 80.0351 39.467C79.9844 39.3788 79.9178 39.3095 79.8661 39.2612C79.7587 39.1609 79.6113 39.0569 79.4449 38.9516L79.4338 38.9446L79.4224 38.9381C79.2193 38.824 79.0589 38.6484 78.9643 38.4377C78.8698 38.227 78.8458 37.9919 78.8957 37.7669L78.8987 37.7535L78.9009 37.74C78.933 37.5462 78.9533 37.3671 78.9498 37.2201C78.9481 37.1493 78.9405 37.0534 78.9082 36.9568C78.8785 36.868 78.7932 36.6801 78.5712 36.5957C78.3497 36.5115 78.1615 36.5946 78.0807 36.6406C77.9925 36.6908 77.9229 36.7569 77.8743 36.8085C77.7735 36.9155 77.6687 37.0623 77.5627 37.228L77.5554 37.2395L77.5487 37.2514C77.4351 37.4523 77.2593 37.6121 77.0467 37.7068C76.834 37.8015 76.5962 37.8258 76.3683 37.776L76.3555 37.7732L76.3425 37.771C76.1479 37.7391 75.9685 37.7188 75.8215 37.7222C75.7507 37.7238 75.6551 37.7313 75.5588 37.7631C75.4711 37.7922 75.282 37.8765 75.1965 38.099C75.1109 38.3219 75.1954 38.5115 75.2417 38.5922C75.2923 38.6804 75.3588 38.7498 75.4105 38.7981C75.5179 38.8985 75.6652 39.0028 75.8316 39.1084L75.8429 39.1156L75.8547 39.1222C76.0578 39.2362 76.2181 39.4117 76.3127 39.6224C76.4072 39.833 76.4312 40.068 76.3812 40.2929L76.3783 40.3063L76.376 40.3198C76.344 40.5137 76.3237 40.6929 76.3272 40.8398C76.3289 40.9107 76.3365 41.0065 76.3688 41.1032C76.3986 41.1921 76.484 41.3799 76.706 41.4642C76.9273 41.5483 77.1154 41.4654 77.1962 41.4194C77.2845 41.3691 77.3541 41.3031 77.4027 41.2515C77.5036 41.1445 77.6084 40.9977 77.7145 40.832L77.7218 40.8205L77.7285 40.8086C77.8421 40.6078 78.0179 40.448 78.2306 40.3534C78.4432 40.2587 78.6811 40.2345 78.9089 40.2843L79.1857 40.345ZM76.6666 40.5741C76.6667 40.574 76.6668 40.5739 76.6669 40.5738L76.6666 40.5741ZM25.8248 5.22894L25.8381 5.23111C26.0327 5.2628 26.2123 5.28278 26.3594 5.27903C26.4303 5.27723 26.5261 5.26952 26.6225 5.23725C26.7108 5.2077 26.8989 5.12261 26.9836 4.90055C27.0683 4.67834 26.9845 4.48955 26.9381 4.40862C26.8876 4.32031 26.8211 4.25085 26.7693 4.20234C26.6619 4.10173 26.5145 3.99731 26.3481 3.89163L26.3367 3.88441L26.325 3.87781C26.1219 3.76372 25.9616 3.58819 25.867 3.37752L25.4109 3.58228L25.867 3.37752C25.7725 3.16689 25.7485 2.93187 25.7984 2.70686L25.8013 2.69358L25.8035 2.68015C25.8356 2.48628 25.8559 2.30719 25.8524 2.16028C25.8507 2.08945 25.8432 1.9936 25.8109 1.89699C25.7812 1.80817 25.6959 1.6203 25.4738 1.53582C25.2524 1.45157 25.0641 1.53469 24.9833 1.58071C24.8951 1.63097 24.8255 1.69706 24.7769 1.74865C24.6761 1.8556 24.5714 2.00241 24.4654 2.16814L24.4579 2.17988L24.451 2.19203C24.3377 2.39312 24.162 2.55322 23.9494 2.64815C23.7368 2.7431 23.4989 2.76763 23.2709 2.71796L23.2582 2.71519L23.2454 2.71309C23.0507 2.68118 22.8713 2.66099 22.7243 2.66443C22.6535 2.66609 22.5579 2.67357 22.4617 2.70546C22.3739 2.7345 22.1849 2.81884 22.0995 3.04124C22.0139 3.26424 22.0984 3.4538 22.1447 3.5345C22.1954 3.62273 22.2619 3.69209 22.3136 3.74045C22.421 3.8408 22.5683 3.94503 22.7347 4.05055L22.746 4.05771L22.7576 4.06425C22.9607 4.17831 23.121 4.35382 23.2156 4.56448C23.3101 4.77511 23.3341 5.01012 23.2842 5.23511L23.2812 5.24845L23.279 5.26193C23.247 5.4558 23.2266 5.6349 23.2301 5.78181C23.2318 5.85264 23.2394 5.9485 23.2717 6.04513C23.3014 6.13397 23.3867 6.32184 23.6088 6.40628C23.8303 6.49048 24.0185 6.40735 24.0993 6.36133C24.1875 6.31108 24.257 6.245 24.3057 6.1934C24.4065 6.08644 24.5112 5.93963 24.6172 5.77389L24.6245 5.76242L24.6312 5.75056C24.7448 5.54969 24.9206 5.38985 25.1332 5.29518C25.3459 5.2005 25.5838 5.17621 25.8116 5.22606L25.8248 5.22894ZM25.5146 2.42461C25.5146 2.42463 25.514 2.42515 25.5129 2.42608C25.514 2.42505 25.5146 2.42459 25.5146 2.42461ZM24.8519 2.17023C24.8519 2.1702 24.852 2.17093 24.8521 2.17248L24.8519 2.17023ZM22.9865 2.99999C22.9865 2.99999 22.9871 3.00055 22.988 3.00165C22.987 3.00054 22.9865 2.99999 22.9865 2.99999ZM22.7335 3.66495C22.7335 3.66493 22.7341 3.66484 22.7356 3.66472L22.7335 3.66495ZM23.568 5.51744C23.568 5.5174 23.5686 5.51688 23.5696 5.51598C23.5685 5.51703 23.568 5.51749 23.568 5.51744ZM24.2306 5.77183C24.2306 5.77188 24.2305 5.77115 24.2304 5.76959L24.2306 5.77183ZM26.0957 4.94213C26.0956 4.94212 26.0951 4.94157 26.0942 4.94049C26.0952 4.94159 26.0957 4.94213 26.0957 4.94213ZM26.3481 4.27855C26.3482 4.27857 26.3474 4.27866 26.3459 4.27878L26.3481 4.27855ZM8.6105 19.6256L8.604 19.6137L8.59687 19.6022C8.38873 19.2667 8.29471 18.8739 8.3283 18.4817C8.3619 18.0895 8.52141 17.718 8.78384 17.422L8.79302 17.4117L8.80161 17.4008C8.98017 17.1755 9.12425 16.9718 9.21475 16.799C9.25876 16.7149 9.30558 16.6096 9.32676 16.4951C9.34645 16.3886 9.36105 16.1716 9.2006 15.9831C9.0411 15.7957 8.82592 15.7747 8.71907 15.7762C8.60331 15.7778 8.49189 15.8058 8.40133 15.8348C8.21528 15.8944 7.98931 16.0013 7.7358 16.1386L7.72398 16.145L7.71252 16.152C7.37417 16.3594 6.97741 16.4534 6.5808 16.4199C6.1842 16.3863 5.80934 16.227 5.5114 15.9659L5.50101 15.9568L5.49014 15.9482C5.26346 15.7707 5.05871 15.6277 4.88528 15.5379C4.80087 15.4942 4.6956 15.448 4.58156 15.4272C4.47602 15.4079 4.26045 15.3933 4.07226 15.5516C3.88333 15.7105 3.86139 15.9263 3.86294 16.0345C3.8646 16.1509 3.89301 16.2625 3.92228 16.3528C3.98244 16.5384 4.09018 16.7634 4.22827 17.0155L4.23477 17.0273L4.2419 17.0388C4.45004 17.3743 4.54406 17.7671 4.51046 18.1593C4.47687 18.5515 4.31736 18.9231 4.05493 19.219L4.04575 19.2294L4.03716 19.2402C3.8586 19.4655 3.71452 19.6693 3.62402 19.8421C3.58001 19.9261 3.53319 20.0315 3.51201 20.1459C3.49232 20.2524 3.47772 20.4694 3.63817 20.6579C3.79767 20.8453 4.01285 20.8664 4.1197 20.8648C4.23546 20.8632 4.34688 20.8353 4.43744 20.8062C4.62349 20.7466 4.84946 20.6397 5.10297 20.5025L5.11479 20.4961L5.12625 20.4891C5.4646 20.2816 5.86136 20.1876 6.25797 20.2212C6.65457 20.2547 7.02943 20.4141 7.32737 20.6752L7.33776 20.6843L7.34863 20.6928C7.57531 20.8703 7.78006 21.0134 7.95349 21.1031C8.0379 21.1468 8.14317 21.193 8.25721 21.2138C8.36275 21.2331 8.57832 21.2478 8.76651 21.0895C8.95544 20.9305 8.97738 20.7147 8.97583 20.6065C8.97417 20.4902 8.94576 20.3785 8.91649 20.2882C8.85633 20.1027 8.74859 19.8776 8.6105 19.6256Z' fill='white' stroke='black'/%3E%3Cpath d='M50.9009 6.95323L51.1715 6.53275L50.9009 6.95323C51.2405 7.17171 51.6201 7.32051 52.0177 7.39097C52.4153 7.46143 52.8229 7.45215 53.2169 7.36366C53.6108 7.27517 53.9833 7.10924 54.3126 6.87552C54.6418 6.64181 54.9213 6.34496 55.1349 6.00225C55.3484 5.65953 55.4916 5.27779 55.5563 4.87922C55.5937 4.64865 55.6044 4.41511 55.5885 4.18318L58.2357 3.58848C58.4729 4.17405 58.8878 4.67583 59.4279 5.01906C59.9685 5.36256 60.5996 5.52502 61.231 5.49061L72.7655 56.8352C72.1801 57.0741 71.6792 57.4908 71.3375 58.0324C70.996 58.5736 70.8355 59.2046 70.8716 59.8353L68.2228 60.4303C68.1375 60.2144 68.0275 60.0084 67.8948 59.8166C67.6655 59.4853 67.3727 59.2028 67.0335 58.9855C66.6943 58.7681 66.3153 58.6201 65.9185 58.5502L65.8318 59.0426L65.9185 58.5502C65.5218 58.4803 65.115 58.4898 64.722 58.5781C64.3289 58.6665 63.9572 58.8319 63.6285 59.0649C63.2998 59.2978 63.0205 59.5937 62.8069 59.9353C62.5933 60.2769 62.4496 60.6575 62.3841 61.055C62.3462 61.2852 62.3349 61.5183 62.3501 61.7499L59.7157 62.3416C59.5661 61.8962 59.3526 61.4741 59.0811 61.0886C58.7132 60.5663 58.246 60.1216 57.7063 59.7799C57.1666 59.4381 56.5648 59.206 55.9354 59.0969C55.3059 58.9877 54.6611 59.0036 54.0378 59.1436C53.4145 59.2836 52.8249 59.545 52.3026 59.9129C51.7804 60.2807 51.3357 60.7479 50.9939 61.2876C50.6522 61.8274 50.4201 62.4291 50.3109 63.0586C50.2304 63.5232 50.2179 63.9961 50.2732 64.4626L47.6376 65.0547C47.5518 64.8395 47.4414 64.6342 47.3084 64.4431C47.0788 64.1133 46.7862 63.8322 46.4474 63.6159C46.1087 63.3996 45.7305 63.2526 45.3347 63.1831C44.9388 63.1137 44.5331 63.1232 44.141 63.2112L44.2505 63.6991L44.141 63.2113C43.7489 63.2993 43.378 63.464 43.0499 63.696C42.7217 63.928 42.4426 64.2226 42.2288 64.5629C42.015 64.9032 41.8706 65.2824 41.804 65.6787C41.7654 65.9084 41.7534 66.1412 41.7678 66.3725L39.1174 66.9679C38.8803 66.3823 38.4654 65.8805 37.9252 65.5373C37.3846 65.1938 36.7535 65.0314 36.1222 65.0658L24.5882 13.7211C25.1734 13.4821 25.6742 13.0653 26.0158 12.5237C26.3571 11.9825 26.5175 11.3517 26.4815 10.7211L29.1348 10.1251C29.3723 10.7098 29.7874 11.2105 30.3276 11.5525C31.0102 11.9847 31.8365 12.128 32.6248 11.951C33.4131 11.7739 34.0988 11.291 34.531 10.6084C34.873 10.0682 35.0341 9.43809 34.9988 8.80802L37.6353 8.21581C37.7832 8.66293 37.9957 9.08706 38.2665 9.47452C38.6337 9.99974 39.101 10.4473 39.6416 10.7913C40.1822 11.1354 40.7854 11.3693 41.4167 11.4796C42.048 11.5899 42.6948 11.5744 43.32 11.4339C43.9453 11.2935 44.5366 11.0309 45.0601 10.6613C45.5836 10.2916 46.0288 9.82221 46.3704 9.27998C46.7119 8.73775 46.9429 8.13339 47.0502 7.50161C47.1294 7.03552 47.14 6.56129 47.0825 6.09383L49.713 5.50291C49.7978 5.71934 49.9073 5.92587 50.0397 6.11829L50.4516 5.83485L50.0397 6.11829C50.2686 6.45093 50.5614 6.73474 50.9009 6.95323Z' fill='url(%23paint0_linear_3647_2057)' stroke='black'/%3E%3Cpath d='M84.3537 33.8544L84.357 33.8561C84.9027 34.1365 85.5372 34.1899 86.1221 34.0045C86.7069 33.8191 87.1948 33.41 87.4793 32.8664C87.7638 32.3228 87.8219 31.6888 87.6408 31.1025C87.4598 30.5163 87.0544 30.0254 86.5129 29.7368L86.5096 29.7351L77.8082 25.1821L77.805 25.1804C77.2593 24.9 76.6248 24.8466 76.0399 25.032C75.4551 25.2174 74.9672 25.6265 74.6827 26.1701C74.3982 26.7137 74.3401 27.3477 74.5211 27.934C74.7022 28.5202 75.1076 29.0111 75.6491 29.2997L75.6524 29.3014L84.3537 33.8544ZM67.5452 72.8235L65.1409 71.5654C65.2161 71.3454 65.2661 71.1171 65.2895 70.8847C65.33 70.4829 65.2901 70.0772 65.1724 69.6909C65.0546 69.3047 64.8612 68.9457 64.6035 68.6349C64.3458 68.3241 64.0288 68.0676 63.6711 67.8804C63.3133 67.6932 62.9219 67.5789 62.5196 67.5443C62.1173 67.5097 61.7122 67.5554 61.3277 67.6788C60.9432 67.8022 60.5871 68.0008 60.2801 68.263C60.1025 68.4147 59.9433 68.5859 59.8055 68.7731L57.4176 67.5232C57.5946 67.0863 57.7075 66.6252 57.752 66.1541C57.8123 65.5155 57.7458 64.8712 57.5562 64.2584C57.3665 63.6456 57.0576 63.0763 56.6471 62.5834C56.2367 62.0905 55.7327 61.6836 55.1644 61.3861C54.5961 61.0887 53.9745 60.9066 53.3355 60.8503C52.6965 60.794 52.0527 60.8646 51.4411 61.0581C50.8295 61.2516 50.2622 61.5641 49.7719 61.9777C49.4102 62.2827 49.0957 62.6383 48.8376 63.0328L46.4492 61.7829C46.5244 61.563 46.5744 61.3346 46.5978 61.1022C46.6383 60.7005 46.5985 60.2947 46.4807 59.9085C46.3629 59.5222 46.1696 59.1633 45.9118 58.8525C45.6541 58.5416 45.3371 58.2852 44.9794 58.0979C44.6216 57.9107 44.2302 57.7965 43.8279 57.7619C43.4257 57.7273 43.0205 57.773 42.636 57.8964C42.2516 58.0197 41.8954 58.2183 41.5884 58.4805C41.4108 58.6322 41.2517 58.8034 41.1138 58.9906L38.71 57.7324C38.9078 57.1324 38.9157 56.4814 38.7256 55.8703C38.5354 55.2588 38.1591 54.7268 37.6553 54.3448L62.0572 7.7203C62.6583 7.9166 63.31 7.9226 63.921 7.73031C64.5315 7.53817 65.0619 7.16049 65.4422 6.65595L67.8514 7.91699C67.7793 8.13653 67.7323 8.36407 67.7116 8.5953C67.6758 8.99375 67.719 9.39533 67.8384 9.77712C68.0797 10.5482 68.6175 11.1918 69.3333 11.5664C70.0492 11.941 70.8845 12.0159 71.6556 11.7745C72.2657 11.5836 72.796 11.2071 73.1764 10.7036L75.57 11.9565C75.3933 12.3934 75.2808 12.8544 75.2366 13.3253C75.1766 13.9637 75.2434 14.6076 75.4332 15.22C75.623 15.8324 75.9319 16.4013 76.3423 16.894C76.7527 17.3866 77.2564 17.7933 77.8244 18.0906C78.3925 18.3879 79.0138 18.5699 79.6525 18.6263C80.2911 18.6827 80.9347 18.6123 81.546 18.4191C82.1574 18.2259 82.7246 17.9138 83.2149 17.5006C83.5766 17.1959 83.8912 16.8407 84.1495 16.4466L86.5431 17.6994C86.471 17.919 86.4239 18.1465 86.4032 18.3777C86.3675 18.7762 86.4106 19.1778 86.5301 19.5596C86.6496 19.9414 86.8431 20.2959 87.0996 20.6029C87.3561 20.9099 87.6705 21.1634 88.025 21.3488C88.3795 21.5343 88.767 21.6482 89.1654 21.6839C89.5639 21.7196 89.9655 21.6765 90.3472 21.557C90.729 21.4375 91.0836 21.244 91.3906 20.9875C91.5687 20.8387 91.7288 20.6704 91.868 20.486L94.2773 21.7471C94.0795 22.3471 94.0716 22.9982 94.2617 23.6092C94.452 24.2208 94.8283 24.7527 95.3321 25.1347L70.9296 71.7593C70.3286 71.5631 69.677 71.5572 69.0661 71.7494C68.4557 71.9416 67.9254 72.3191 67.5452 72.8235Z' fill='url(%23paint1_linear_3647_2057)' stroke='black'/%3E%3Cpath d='M72.0264 112.081L67.4229 109.538C67.524 109.589 67.6252 109.64 67.7264 109.69L72.33 112.234C72.2288 112.183 72.1276 112.132 72.0264 112.081Z' fill='%23060606'/%3E%3Cpath d='M1 46.1113V79.9865L47.2887 105.215V70.2716L1 46.1113Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 79.9861V84.3604L47.2887 109.436V105.672L1 79.9861Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M93.5768 46.1113V79.9865L47.2881 105.215V70.2716L93.5768 46.1113Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M93.5768 79.9861V85.0216L47.2881 109.436V105.672L93.5768 79.9861Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M20.1219 56.335L19.5654 89.8541L27.5079 94.4319L27.6596 60.3532L20.1219 56.335Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M74.758 56.1819L75.3145 89.8536L67.3721 94.4314V60.0984L74.758 56.1819Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3647_2057' x1='52.0165' y1='67.5564' x2='51.3551' y2='3.00678' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFFF8'/%3E%3Cstop offset='1' stop-color='%23BADFFA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3647_2057' x1='70.4853' y1='73.4794' x2='69.8806' y2='6.00542' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFFF8'/%3E%3Cstop offset='1' stop-color='%23BADFFA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-contract-setting {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' version='1.1' id='图层_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0{fill: currentColor;}%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M9,6C7.3,6,6,7.3,6,9c0,1.7,1.3,3,3,3s3-1.3,3-3C12,7.3,10.7,6,9,6z M9,10.9C8,10.9,7.1,10,7.1,9 C7.1,8,8,7.1,9,7.1c1,0,1.9,0.8,1.9,1.9C10.9,10,10,10.9,9,10.9z'/%3E%3Cpath class='st0' d='M14.7,4.8l-5-2.9c-0.5-0.3-1-0.3-1.5,0l-5,2.9C2.8,5.1,2.5,5.6,2.5,6.1v5.8c0,0.5,0.3,1,0.8,1.3l5,2.9 c0.2,0.1,0.5,0.2,0.8,0.2c0.3,0,0.5-0.1,0.8-0.2l5-2.9c0.5-0.3,0.8-0.8,0.8-1.3V6.1C15.5,5.6,15.2,5.1,14.7,4.8z M14.4,11.9 c0,0.1-0.1,0.3-0.2,0.3l-5,2.9c-0.1,0.1-0.3,0.1-0.4,0l-5-2.9c-0.1-0.1-0.2-0.2-0.2-0.3V6.1c0-0.1,0.1-0.3,0.2-0.3l5-2.9 c0.1,0,0.1-0.1,0.2-0.1s0.1,0,0.2,0.1l5,2.9c0.1,0.1,0.2,0.2,0.2,0.3V11.9z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-cry-face {
    background: url("data:image/svg+xml;utf8,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2619_17197)'%3E%3Cpath d='M55.9343 76.76C76.1222 68.0699 85.443 44.6597 76.7529 24.4717C68.0628 4.2838 44.6525 -5.03703 24.4646 3.65309C4.27669 12.3432 -5.04413 35.7535 3.64599 55.9414C12.3361 76.1293 35.7464 85.4502 55.9343 76.76Z' fill='url(%23paint0_linear_2619_17197)'/%3E%3Cpath d='M17.5229 40.9518C17.5229 40.9518 18.817 43.6672 22.8266 43.6672C26.8361 43.6672 27.7638 40.9518 27.7638 40.9518' stroke='%23444444' stroke-width='3.26898' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M51.6338 40.9518C51.6338 40.9518 52.9279 43.6672 56.9375 43.6672C60.947 43.6672 61.8821 40.9518 61.8821 40.9518' stroke='%23444444' stroke-width='3.26898' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M51.836 61.8597C51.836 61.8597 49.3674 55.8005 40.0916 55.8005C30.8157 55.8005 28.5566 61.8597 28.5566 61.8597' stroke='%23444444' stroke-width='3.26898' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.6679 46.8015L65.9368 55.8529C66.1365 56.4085 66.1997 57.0041 66.1208 57.5892C66.042 58.1743 65.8236 58.7319 65.484 59.2149C65.1443 59.6978 64.6935 60.092 64.1695 60.3641C63.6455 60.6362 63.0638 60.7782 62.4734 60.7782C61.8829 60.7782 61.3012 60.6362 60.7772 60.3641C60.2532 60.092 59.8024 59.6978 59.4628 59.2149C59.1232 58.7319 58.9047 58.1743 58.8259 57.5892C58.7471 57.0041 58.8102 56.4085 59.0099 55.8529L62.2789 46.8015C62.288 46.7763 62.3021 46.7532 62.3203 46.7336C62.3384 46.7139 62.3604 46.698 62.3847 46.6869C62.4091 46.6757 62.4354 46.6695 62.4622 46.6687C62.489 46.6678 62.5157 46.6723 62.5407 46.6819C62.5695 46.691 62.5958 46.7065 62.6179 46.7272C62.6399 46.748 62.657 46.7733 62.6679 46.8015Z' fill='%2391B5E6'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2619_17197' x1='74.6829' y1='20.3021' x2='5.73511' y2='60.1058' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F0C766'/%3E%3Cstop offset='0.36' stop-color='%23F0C766'/%3E%3Cstop offset='0.95' stop-color='%23EAAF65'/%3E%3Cstop offset='1' stop-color='%23EAAD65'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2619_17197'%3E%3Crect width='80' height='80' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-decorate-star {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 0L6.9855 4.0145L11 5.5L6.9855 6.9855L5.5 11L4.0145 6.9855L0 5.5L4.0145 4.0145L5.5 0Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-device-column1-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='24' height='24' rx='2' fill='%23E2E2E5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.25 7.25H6.75C6.50838 7.25 6.3125 7.44588 6.3125 7.6875V14.6875C6.3125 14.9291 6.50838 15.125 6.75 15.125H17.25C17.4916 15.125 17.6875 14.9291 17.6875 14.6875V7.6875C17.6875 7.44588 17.4916 7.25 17.25 7.25ZM6.75 5.9375C5.7835 5.9375 5 6.721 5 7.6875V14.6875C5 15.654 5.7835 16.4375 6.75 16.4375H17.25C18.2165 16.4375 19 15.654 19 14.6875V7.6875C19 6.721 18.2165 5.9375 17.25 5.9375H6.75Z' fill='%23808080'/%3E%3Cpath d='M11.5625 16H12.875V18.1875H11.5625V16Z' fill='%23808080'/%3E%3Cpath d='M14.8438 17.75C15.2062 17.75 15.5 18.0438 15.5 18.4062C15.5 18.7687 15.2062 19.0625 14.8438 19.0625H9.59375C9.23131 19.0625 8.9375 18.7687 8.9375 18.4062C8.9375 18.0438 9.23131 17.75 9.59375 17.75H14.8438Z' fill='%23808080'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-device-column1-icon-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='24' height='24' rx='2' fill='%232F3133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.25 7.25H6.75C6.50838 7.25 6.3125 7.44588 6.3125 7.6875V14.6875C6.3125 14.9291 6.50838 15.125 6.75 15.125H17.25C17.4916 15.125 17.6875 14.9291 17.6875 14.6875V7.6875C17.6875 7.44588 17.4916 7.25 17.25 7.25ZM6.75 5.9375C5.7835 5.9375 5 6.721 5 7.6875V14.6875C5 15.654 5.7835 16.4375 6.75 16.4375H17.25C18.2165 16.4375 19 15.654 19 14.6875V7.6875C19 6.721 18.2165 5.9375 17.25 5.9375H6.75Z' fill='%23999999'/%3E%3Cpath d='M11.5625 16H12.875V18.1875H11.5625V16Z' fill='%23999999'/%3E%3Cpath d='M14.8438 17.75C15.2062 17.75 15.5 18.0438 15.5 18.4062C15.5 18.7687 15.2062 19.0625 14.8438 19.0625H9.59375C9.23131 19.0625 8.9375 18.7687 8.9375 18.4062C8.9375 18.0438 9.23131 17.75 9.59375 17.75H14.8438Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-device-column1-icon-phone {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='24' height='24' rx='2' fill='%23E2E2E5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9375 6.8125H8.0625C7.82088 6.8125 7.625 7.00838 7.625 7.25V17.75C7.625 17.9916 7.82088 18.1875 8.0625 18.1875H15.9375C16.1791 18.1875 16.375 17.9916 16.375 17.75V7.25C16.375 7.00838 16.1791 6.8125 15.9375 6.8125ZM8.0625 5.5C7.096 5.5 6.3125 6.2835 6.3125 7.25V17.75C6.3125 18.7165 7.096 19.5 8.0625 19.5H15.9375C16.904 19.5 17.6875 18.7165 17.6875 17.75V7.25C17.6875 6.2835 16.904 5.5 15.9375 5.5H8.0625Z' fill='%23808080'/%3E%3Cpath d='M9.8125 16.2188C9.8125 15.8563 10.1063 15.5625 10.4688 15.5625H13.5312C13.8937 15.5625 14.1875 15.8563 14.1875 16.2188C14.1875 16.5812 13.8937 16.875 13.5312 16.875H10.4688C10.1063 16.875 9.8125 16.5812 9.8125 16.2188Z' fill='%23808080'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-device-column1-icon-phone-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='24' height='24' rx='2' fill='%232F3133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9375 6.8125H8.0625C7.82088 6.8125 7.625 7.00838 7.625 7.25V17.75C7.625 17.9916 7.82088 18.1875 8.0625 18.1875H15.9375C16.1791 18.1875 16.375 17.9916 16.375 17.75V7.25C16.375 7.00838 16.1791 6.8125 15.9375 6.8125ZM8.0625 5.5C7.096 5.5 6.3125 6.2835 6.3125 7.25V17.75C6.3125 18.7165 7.096 19.5 8.0625 19.5H15.9375C16.904 19.5 17.6875 18.7165 17.6875 17.75V7.25C17.6875 6.2835 16.904 5.5 15.9375 5.5H8.0625Z' fill='%23999999'/%3E%3Cpath d='M9.8125 16.2188C9.8125 15.8563 10.1063 15.5625 10.4688 15.5625H13.5312C13.8937 15.5625 14.1875 15.8563 14.1875 16.2188C14.1875 16.5812 13.8937 16.875 13.5312 16.875H10.4688C10.1063 16.875 9.8125 16.5812 9.8125 16.2188Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-dollar-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM9.44214 12.8037C10.6564 12.6608 11.2636 11.9466 11.2636 10.6608C11.2636 9.91978 11.027 9.35728 10.5537 8.97335C10.0359 8.64299 9.5225 8.31263 9.01357 7.98228C8.86178 7.85728 8.77696 7.77692 8.7591 7.7412C8.6966 7.63406 8.66535 7.46442 8.66535 7.23228C8.66535 6.91085 8.7725 6.75013 8.98678 6.75013C9.19214 6.75013 9.29482 6.92424 9.29482 7.27245V7.79478H11.0493L11.0627 7.45995C11.0627 6.93317 10.9287 6.52692 10.6609 6.2412C10.393 5.95549 9.98678 5.77245 9.44214 5.6921V5.14299H8.65196V5.6921C7.45553 5.82603 6.85732 6.41978 6.85732 7.47335C6.85732 8.31263 7.22785 8.96442 7.96893 9.4287C8.55821 9.79478 8.8841 10.0046 8.9466 10.0582C9.1966 10.2635 9.3216 10.6698 9.3216 11.2769C9.3216 11.5894 9.20107 11.7457 8.96 11.7457C8.84393 11.7457 8.76357 11.701 8.71893 11.6117C8.67428 11.5225 8.65196 11.3082 8.65196 10.9689V10.2591H6.87071V10.6073C6.87071 11.2591 7.0091 11.768 7.28589 12.1341C7.56268 12.4912 8.01803 12.71 8.65196 12.7903V13.4733H9.44214V12.8037Z' fill='%23666666'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-down-arrow {
    background: url("data:image/svg+xml;utf8,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.791663 0.542908L4.29166 4.04291L7.79166 0.542908L8.49877 1.25001L4.29166 5.45712L0.0845566 1.25001L0.791663 0.542908Z' fill='%23576072'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-empty-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.304595 23.5572C-0.659695 19.9584 1.47598 16.2593 5.07476 15.295L46.5672 4.17715C50.166 3.21286 53.8651 5.34854 54.8294 8.94731L72.9056 76.4088C73.8699 80.0076 71.7342 83.7067 68.1354 84.671L26.643 95.7888C23.0442 96.7531 19.3451 94.6174 18.3808 91.0187L0.304595 23.5572ZM6.10182 19.1281C4.61997 19.5251 3.74057 21.0483 4.13763 22.5301L22.2139 89.9916C22.6109 91.4735 24.1341 92.3528 25.616 91.9558L67.1084 80.8379C68.5902 80.4409 69.4696 78.9177 69.0726 77.4359L50.9963 9.97437C50.5993 8.49252 49.0761 7.61313 47.5943 8.01019L6.10182 19.1281Z' fill='%231A1C1E'/%3E%3Cpath d='M42.6047 9.4503C43.0614 6.86033 45.5312 5.13096 48.1212 5.58764L84.4653 11.9961L81.9157 26.4556C81.459 29.0455 83.1884 31.5153 85.7784 31.972L97.8931 34.1082L88.3149 88.4289C87.8582 91.0189 85.3884 92.7483 82.7984 92.2916L34.3396 83.747C31.7496 83.2903 30.0203 80.8205 30.4769 78.2305L42.6047 9.4503Z' fill='%231A1C1E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.8148 7.15249C46.0881 6.84803 44.4416 8.00095 44.1371 9.7276L32.0093 78.5078C31.7049 80.2345 32.8578 81.881 34.5844 82.1855L83.0432 90.73C84.7699 91.0345 86.4164 89.8816 86.7209 88.1549L96.0234 35.3974L85.4719 33.5369C82.0186 32.928 79.7128 29.6349 80.3217 26.1816L82.5957 13.2853L47.8148 7.15249ZM85.2657 16.4246L94.6864 31.938L86.0232 30.4105C84.2965 30.106 83.1436 28.4595 83.4481 26.7329L85.2657 16.4246ZM41.0108 9.17633C41.6197 5.72303 44.9127 3.4172 48.366 4.02611L85.4181 10.5594L99.5292 33.7968L89.8472 88.7062C89.2383 92.1595 85.9453 94.4653 82.492 93.8564L34.0332 85.3118C30.5799 84.7029 28.274 81.4098 28.8829 77.9566L41.0108 9.17633Z' fill='%231A1C1E'/%3E%3Cpath d='M44.259 22.1078C44.4493 21.0286 45.4783 20.3081 46.5575 20.4983L70.037 24.6384C71.1162 24.8287 71.8368 25.8578 71.6465 26.9369C71.4562 28.0161 70.4271 28.7367 69.348 28.5464L45.8684 24.4063C44.7893 24.216 44.0687 23.1869 44.259 22.1078Z' fill='%232F3133'/%3E%3Cpath d='M41.8664 33.6984C42.0567 32.6192 43.0858 31.8986 44.1649 32.0889L81.3634 38.648C82.4426 38.8383 83.1632 39.8674 82.9729 40.9465C82.7826 42.0257 81.7535 42.7463 80.6743 42.556L43.4758 35.9969C42.3967 35.8066 41.6761 34.7775 41.8664 33.6984Z' fill='%232F3133'/%3E%3Cpath d='M39.2671 49.9525C39.5716 48.2259 41.2181 47.073 42.9447 47.3774L57.5546 49.9535C59.2812 50.258 60.4342 51.9045 60.1297 53.6312C59.8253 55.3578 58.1787 56.5108 56.4521 56.2063L41.8422 53.6302C40.1156 53.3257 38.9626 51.6792 39.2671 49.9525Z' fill='%232F3133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M82.8053 65.3577C78.2853 60.8378 70.957 60.8378 66.4371 65.3577C61.9171 69.8777 61.9171 77.206 66.4371 81.7259C70.957 86.2459 78.2853 86.2459 82.8053 81.7259C87.3252 77.206 87.3252 69.8777 82.8053 65.3577ZM64.0988 63.0194C69.9101 57.208 79.3322 57.208 85.1436 63.0194C90.5598 68.4356 90.9281 76.9881 86.2485 82.8309L94.064 91.7369C94.6376 92.3904 94.6054 93.377 93.9906 93.9918Lnan nanL93.9906 93.9918C93.3164 94.6661 92.2127 94.6301 91.5838 93.9134L83.9102 85.1692C78.0675 89.8488 69.515 89.4805 64.0988 84.0643C58.2874 78.2529 58.2874 68.8308 64.0988 63.0194Z' fill='%232F3133'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-empty-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.728001 23.126C-0.226348 19.5273 1.88731 15.8282 5.44899 14.8639L46.5137 3.74599C50.0753 2.7817 53.7363 4.91738 54.6906 8.51616L72.5805 75.9776C73.5349 79.5764 71.4212 83.2755 67.8595 84.2398L26.7949 95.3577C23.2332 96.322 19.5722 94.1863 18.6179 90.5875L0.728001 23.126ZM6.46546 18.6969C4.99888 19.094 4.12856 20.6171 4.52152 22.099L22.4114 89.5605C22.8044 91.0423 24.3118 91.9217 25.7784 91.5246L66.8431 80.4068C68.3096 80.0097 69.18 78.4866 68.787 77.0047L50.8971 9.54322C50.5041 8.06137 48.9967 7.18197 47.5301 7.57903L6.46546 18.6969Z' fill='%23F6F6F9'/%3E%3Cpath d='M42.5923 9.01915C43.0442 6.42918 45.4886 4.6998 48.0519 5.15649L84.0213 11.5649L81.4979 26.0244C81.046 28.6144 82.7575 31.0842 85.3208 31.5409L97.3106 33.677L87.8311 87.9978C87.3791 90.5877 84.9348 92.3171 82.3715 91.8604L34.4123 83.3158C31.8491 82.8591 30.1375 80.3893 30.5895 77.7994L42.5923 9.01915Z' fill='%23F6F6F9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.7482 6.72133C46.0393 6.41688 44.4098 7.56979 44.1084 9.29644L32.1057 78.0767C31.8044 79.8033 32.9454 81.4498 34.6542 81.7543L82.6134 90.2989C84.3223 90.6033 85.9518 89.4504 86.2532 87.7238L95.4598 34.9662L85.0171 33.1057C81.5994 32.4968 79.3173 29.2037 79.92 25.7504L82.1705 12.8541L47.7482 6.72133ZM84.813 15.9935L94.1365 31.5069L85.5627 29.9793C83.8538 29.6749 82.7128 28.0284 83.0141 26.3017L84.813 15.9935ZM41.0143 8.74518C41.6169 5.29188 44.8761 2.98605 48.2938 3.59496L84.9638 10.1282L98.9295 33.3657L89.3473 88.275C88.7447 91.7283 85.4855 94.0342 82.0678 93.4253L34.1087 84.8807C30.691 84.2718 28.4089 80.9787 29.0115 77.5254L41.0143 8.74518Z' fill='%23F6F6F9'/%3E%3Cpath d='M44.2293 21.6766C44.4176 20.5975 45.4361 19.8769 46.5042 20.0672L69.7416 24.2073C70.8097 24.3976 71.5228 25.4266 71.3345 26.5058V26.5058C71.1461 27.585 70.1277 28.3055 69.0596 28.1152L45.8222 23.9752C44.7541 23.7849 44.041 22.7558 44.2293 21.6766V21.6766Z' fill='%23E2E2E5'/%3E%3Cpath d='M41.8612 33.2672C42.0495 32.1881 43.068 31.4675 44.136 31.6578L80.951 38.2169C82.019 38.4072 82.7322 39.4362 82.5438 40.5154V40.5154C82.3555 41.5946 81.337 42.3151 80.269 42.1248L43.454 35.5657C42.386 35.3755 41.6728 34.3464 41.8612 33.2672V33.2672Z' fill='%23E2E2E5'/%3E%3Cpath d='M39.2889 49.5214C39.5902 47.7947 41.2198 46.6418 42.9286 46.9463L57.3878 49.5224C59.0967 49.8269 60.2377 51.4734 59.9364 53.2V53.2C59.6351 54.9267 58.0055 56.0796 56.2967 55.7751L41.8375 53.199C40.1286 52.8946 38.9876 51.248 39.2889 49.5214V49.5214Z' fill='%23E2E2E5'/%3E%3Cg clip-path='url(%23clip0_1132_7070)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.2467 64.9266C78.7267 60.4066 71.3984 60.4066 66.8785 64.9266C62.3585 69.4465 62.3585 76.7748 66.8785 81.2948C71.3984 85.8148 78.7267 85.8148 83.2467 81.2948C87.7667 76.7748 87.7667 69.4465 83.2467 64.9266ZM64.5402 62.5883C70.3515 56.7769 79.7736 56.7769 85.585 62.5883C91.0012 68.0045 91.3695 76.557 86.69 82.3997L94.5054 91.3057C95.079 91.9593 95.0469 92.9458 94.432 93.5607Lnan nanL94.432 93.5607C93.7578 94.2349 92.6541 94.1989 92.0252 93.4823L84.3516 84.738C78.5089 89.4176 69.9564 89.0493 64.5402 83.6331C58.7288 77.8217 58.7288 68.3996 64.5402 62.5883Z' fill='%23E2E2E5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1132_7070'%3E%3Crect width='37.7025' height='38.0952' fill='white' transform='translate(58.0044 56.71)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-error-info {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='single/info'%3E%3Cg id='Vector'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 2.13333C4.03608 2.13333 1.63334 4.53607 1.63334 7.5C1.63334 10.4639 4.03608 12.8667 7 12.8667C9.96393 12.8667 12.3667 10.4639 12.3667 7.5C12.3667 4.53607 9.96393 2.13333 7 2.13333ZM0.233337 7.5C0.233337 3.76287 3.26288 0.733334 7 0.733334C10.7371 0.733334 13.7667 3.76287 13.7667 7.5C13.7667 11.2371 10.7371 14.2667 7 14.2667C3.26288 14.2667 0.233337 11.2371 0.233337 7.5Z' fill='%23F65353'/%3E%3Cpath d='M6.02019 10.3465C6.02019 10.4691 6.04433 10.5904 6.09123 10.7037C6.13814 10.8169 6.20689 10.9198 6.29355 11.0065C6.38022 11.0931 6.48311 11.1619 6.59635 11.2088C6.70959 11.2557 6.83095 11.2798 6.95352 11.2798C7.07609 11.2798 7.19745 11.2557 7.31069 11.2088C7.42393 11.1619 7.52682 11.0931 7.61349 11.0065C7.70015 10.9198 7.7689 10.8169 7.81581 10.7037C7.86271 10.5904 7.88685 10.4691 7.88685 10.3465C7.88685 10.0989 7.78852 9.86155 7.61349 9.68652C7.43845 9.51149 7.20106 9.41315 6.95352 9.41315C6.70598 9.41315 6.46859 9.51149 6.29355 9.68652C6.11852 9.86155 6.02019 10.0989 6.02019 10.3465Z' fill='%23F65353'/%3E%3Cpath d='M7.8586 7.84531C7.8586 8.35865 7.4386 8.77865 6.92526 8.77865C6.41193 8.77865 5.99193 8.35865 5.99193 7.84531V4.21465C5.99193 3.70132 6.41193 3.28132 6.92526 3.28132C7.4386 3.28132 7.8586 3.70132 7.8586 4.21465V7.84531Z' fill='%23F65353'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-error-state-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='90' height='88' viewBox='0 0 90 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='44.5' cy='44' r='44' fill='%23F65353'/%3E%3Cpath d='M58.1393 30.7998L44.9393 43.9998M31.7393 57.1998L44.9393 43.9998M44.9393 43.9998L58.1393 57.1998M44.9393 43.9998L31.7393 30.7998' stroke='%23F5F5F5' stroke-width='4' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-eth-examples-of-prizes {
    background: url("data:image/svg+xml;utf8,%3Csvg width='99' height='113' viewBox='0 0 99 113' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M1 46.1113V79.9865L47.2887 105.215V70.2716L1 46.1113Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 79.9861V84.3604L47.2887 109.436V105.672L1 79.9861Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M93.5768 46.1113V79.9865L47.2881 105.215V70.2716L93.5768 46.1113Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M93.5768 79.9861V85.0216L47.2881 109.436V105.672L93.5768 79.9861Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M20.1219 56.335L19.5654 89.8541L27.5079 94.4319L27.6596 60.3532L20.1219 56.335Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M74.758 56.1819L75.3145 89.8536L67.3721 94.4314V60.0984L74.758 56.1819Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M1 46.1109L47.2887 22.8662L93.5774 46.1109L47.2887 70.7798L1 46.1109Z' fill='%23F2F2F2' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 46.1109L47.2887 22.8662V46.1109V70.7798L1 46.1109Z' fill='%23D8D8D8' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M72.0264 112.081L67.4229 109.538C67.524 109.589 67.6252 109.64 67.7264 109.69L72.33 112.234C72.2288 112.183 72.1276 112.132 72.0264 112.081Z' fill='%23060606'/%3E%3Cellipse cx='46.7322' cy='27.8681' rx='25.7244' ry='26.4389' fill='%23C5C5C5'/%3E%3Ccircle cx='46.0176' cy='25.0098' r='25.0098' fill='%233E5BF2'/%3E%3Crect x='21' width='51' height='51' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_3594_17159' transform='scale(0.005)'/%3E%3C/pattern%3E%3Cimage id='image0_3594_17159' width='200' height='200' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAMP2lDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnluSkEBogQhICb0J0gkgJYQWQHoRbIQkQCgxBoKKHV1UcO1iARu6KqLYAbEjdhbB3hcLAsq6WLArb1JA133le/N9c+e//5z5z5lzZ+69A4DGKa5YnItqApAnKpDEhQYyxqSkMkhdgABMABm4ATqXly9mxcREAlgG27+XdzcBImuvOci0/tn/X4sWX5DPAwCJgTidn8/Lg/gQAHglTywpAIAo482nFIhlGFagI4EBQrxQhjMVuFKG0xV4n9wmIY4NcTMAKmpcriQTAPU2yDMKeZlQQ70PYicRXygCQIMBsV9e3iQ+xGkQ20AbMcQyfWb6DzqZf9NMH9LkcjOHsGIu8qISJMwX53Kn/Z/p+N8lL1c66MMKVrUsSVicbM4wb7dzJkXIsBrEvaL0qGiItSH+IOTL7SFGKVnSsESFPWrIy2fDnAE6xE58blAExIYQh4hyoyKVfHqGMIQDMVwh6FRhAScBYj2IFwryg+OVNpslk+KUvtC6DAmbpeQvcCVyvzJfD6U5iSyl/ussAUepj6kXZSUkQ0yB2KJQmBQFsTrEjvk58RFKm1FFWeyoQRuJNE4WvwXEcQJRaKBCHyvMkITEKe1L8/IH54ttzhJyopT4QEFWQpgiP1gzjyuPH84FaxOIWImDOoL8MZGDc+ELgoIVc8e6BaLEeKXOB3FBYJxiLE4R58Yo7XEzQW6ojDeD2C2/MF45Fk8qgAtSoY9niAtiEhRx4kXZ3PAYRTz4MhAJ2CAIMIAU1nQwCWQDYWtvfS+8U/SEAC6QgEwgAA5KZnBEsrxHBK/xoAj8CZEA5A+NC5T3CkAh5L8OsYqrA8iQ9xbKR+SAZxDngQiQC++l8lGiIW9J4ClkhP/wzoWVB+PNhVXW/+/5QfY7w4JMpJKRDnpkaAxaEoOJQcQwYgjRFjfA/XAfPBJeA2B1wZm41+A8vtsTnhHaCY8JNwgdhDsThcWSn6IcDTqgfogyF+k/5gK3gprueCDuC9WhMk7HDYAD7gb9sHB/6Nkdsmxl3LKsMH7S/tsMfngaSjuyExklDyMHkG1+Hqlup+4+pCLL9Y/5UcSaPpRv9lDPz/7ZP2SfD9uIny2xhdhB7Dx2GruIHcPqAQM7iTVgLdhxGR5aXU/lq2vQW5w8nhyoI/yHv8EnK8tkvlONU4/TF0VfgWCq7B0N2JPE0yTCzKwCBgt+EQQMjojnOILh4uTiCoDs+6J4fb2JlX83EHrLd27eHwD4nhwYGDj6nQs/CcB+T7j9j3znbJjw06EKwIUjPKmkUMHhsgsBviU04E7TB8bAHNjA+bgAD+ADAkAwCAfRIAGkgAkw+iy4ziVgCpgB5oISUAaWgdVgPdgEtoKdYA84AOrBMXAanAOXQRu4Ae7B1dMJXoA+8A58RhCEhFARGqKPmCCWiD3igjARPyQYiUTikBQkDclERIgUmYHMQ8qQFch6ZAtSjexHjiCnkYtIO3IHeYT0IK+RTyiGqqE6qBFqhY5EmSgLjUAT0PFoJjoZLULno0vQtWgVuhutQ0+jl9EbaAf6Au3HAKaK0TFTzAFjYmwsGkvFMjAJNgsrxcqxKqwWa4TP+RrWgfViH3EiTsMZuANcwWF4Is7DJ+Oz8MX4enwnXoc349fwR3gf/o1AJRgS7AneBA5hDCGTMIVQQignbCccJpyFe6mT8I5IJNKJ1kRPuBdTiNnE6cTFxA3EvcRTxHbiE2I/iUTSJ9mTfEnRJC6pgFRCWkfaTTpJukrqJH1QUVUxUXFRCVFJVRGpFKuUq+xSOaFyVaVL5TNZk2xJ9iZHk/nkaeSl5G3kRvIVcif5M0WLYk3xpSRQsilzKWsptZSzlPuUN6qqqmaqXqqxqkLVOaprVfepXlB9pPpRTVvNTo2tNk5NqrZEbYfaKbU7am+oVKoVNYCaSi2gLqFWU89QH1I/qNPUHdU56nz12eoV6nXqV9VfapA1LDVYGhM0ijTKNQ5qXNHo1SRrWmmyNbmaszQrNI9o3tLs16JpOWtFa+VpLdbapXVRq1ubpG2lHazN156vvVX7jPYTGkYzp7FpPNo82jbaWVqnDlHHWoejk61TprNHp1WnT1db1003SXeqboXucd0OOka3onPoufSl9AP0m/RPw4yGsYYJhi0aVjvs6rD3esP1AvQEeqV6e/Vu6H3SZ+gH6+foL9ev139ggBvYGcQaTDHYaHDWoHe4znCf4bzhpcMPDL9riBraGcYZTjfcathi2G9kbBRqJDZaZ3TGqNeYbhxgnG28yviEcY8JzcTPRGiyyuSkyXOGLoPFyGWsZTQz+kwNTcNMpaZbTFtNP5tZmyWaFZvtNXtgTjFnmmeYrzJvMu+zMLEYbTHDosbiriXZkmmZZbnG8rzleytrq2SrBVb1Vt3WetYc6yLrGuv7NlQbf5vJNlU2122JtkzbHNsNtm12qJ27XZZdhd0Ve9Tew15ov8G+fQRhhNcI0YiqEbcc1BxYDoUONQ6PHOmOkY7FjvWOL0dajEwduXzk+ZHfnNydcp22Od1z1nYOdy52bnR+7WLnwnOpcLnuSnUNcZ3t2uD6ys3eTeC20e22O819tPsC9yb3rx6eHhKPWo8eTwvPNM9Kz1tMHWYMczHzghfBK9Brttcxr4/eHt4F3ge8//Jx8Mnx2eXTPcp6lGDUtlFPfM18ub5bfDv8GH5pfpv9OvxN/bn+Vf6PA8wD+AHbA7pYtqxs1m7Wy0CnQEng4cD3bG/2TPapICwoNKg0qDVYOzgxeH3wwxCzkMyQmpC+UPfQ6aGnwghhEWHLw25xjDg8TjWnL9wzfGZ4c4RaRHzE+ojHkXaRksjG0ejo8NErR9+PsowSRdVHg2hO9MroBzHWMZNjjsYSY2NiK2KfxTnHzYg7H0+Lnxi/K/5dQmDC0oR7iTaJ0sSmJI2kcUnVSe+Tg5JXJHeMGTlm5pjLKQYpwpSGVFJqUur21P6xwWNXj+0c5z6uZNzN8dbjp46/OMFgQu6E4xM1JnInHkwjpCWn7Ur7wo3mVnH70znplel9PDZvDe8FP4C/it8j8BWsEHRl+GasyOjO9M1cmdmT5Z9VntUrZAvXC19lh2Vvyn6fE52zI2cgNzl3b55KXlreEZG2KEfUPMl40tRJ7WJ7cYm4Y7L35NWT+yQRku35SP74/IYCHfgj3yK1kf4ifVToV1hR+GFK0pSDU7Wmiqa2TLObtmhaV1FI0W/T8em86U0zTGfMnfFoJmvmllnIrPRZTbPNZ8+f3TkndM7OuZS5OXN/L3YqXlH8dl7yvMb5RvPnzH/yS+gvNSXqJZKSWwt8FmxaiC8ULmxd5Lpo3aJvpfzSS2VOZeVlXxbzFl/61fnXtb8OLMlY0rrUY+nGZcRlomU3l/sv37lCa0XRiicrR6+sW8VYVbrq7eqJqy+Wu5VvWkNZI13TsTZybcM6i3XL1n1Zn7X+RkVgxd5Kw8pFle838Ddc3RiwsXaT0aayTZ82Czff3hK6pa7Kqqp8K3Fr4dZn25K2nf+N+Vv1doPtZdu/7hDt6NgZt7O52rO6epfhrqU1aI20pmf3uN1te4L2NNQ61G7ZS99btg/sk+57vj9t/80DEQeaDjIP1h6yPFR5mHa4tA6pm1bXV59V39GQ0tB+JPxIU6NP4+Gjjkd3HDM9VnFc9/jSE5QT808MnCw62X9KfKr3dObpJ00Tm+6dGXPmenNsc+vZiLMXzoWcO3Oedf7kBd8Lxy56XzxyiXmp/rLH5boW95bDv7v/frjVo7XuiueVhjavtsb2Ue0nrvpfPX0t6Nq565zrl29E3Wi/mXjz9q1xtzpu829338m98+pu4d3P9+bcJ9wvfaD5oPyh4cOqP2z/2Nvh0XH8UdCjlsfxj+894T158TT/6ZfO+c+oz8q7TLqqu126j/WE9LQ9H/u884X4xefekj+1/qx8afPy0F8Bf7X0jenrfCV5NfB68Rv9Nzveur1t6o/pf/gu793n96Uf9D/s/Mj8eP5T8qeuz1O+kL6s/Wr7tfFbxLf7A3kDA2KuhCv/FcBgRTMyAHi9AwBqCgA0eD6jjFWc/+QFUZxZ5Qj8J6w4I8qLBwC18P89thf+3dwCYN82ePyC+hrjAIihApDgBVBX16E6eFaTnytlhQjPAZujvqbnpYN/UxRnzh/i/rkFMlU38HP7L7befH9P0u5OAAAAOGVYSWZNTQAqAAAACAABh2kABAAAAAEAAAAaAAAAAAACoAIABAAAAAEAAADIoAMABAAAAAEAAADIAAAAALiTH68AAEAASURBVHgB7Z0HnJTVuf/PlO0sbKNIbCiigr23KEoUY4smkZT7N4qJJWoSNc3kf/MXc5N7b27uvTF6TbHlmlixxl5AQFFRQFBAbKARBGEr29vM/H/fM3PG2XU7M7sz73A+OzvvvOW8pzy/85TznOf4zI40qBaIRCI+PcDHH3sw4vP5Qr1l8sEHH5QEg0F/TlHRRF8kMtGYgAnqZuVycNiYUmP0X3/+oN+E9e2S36/sw+HOsAm/rHd2BAMBX2co1NDaGHjb72/w7bLLLjXu3u7fup+yufKRK2WMdL9vx+/+W4CO3pH6aYEEgusRDBs2bCjwFxZW+MPhPQPB4P5q1LE5gZzD/P5AfjgS2tdEIkFRZ7HyyeNV+u7yxu6/Ey+KsO3PT79NpU7orO89/W8U2a+O+AOVbW3NywKRyIZtfv/mPcvKtiXmwbHeEeA5fXYAhgYZYNoBkJ4bSoO9HYVpn1Di6Dt37tzAsTNmTAxG/If5TOTQ3LzcIwqKivbtaGur0DP5nZ2dGvg17ieyg0/fYZERI/YEfvHpDT0cOU7AJcrVwy0gxmfEqSLiPDU6XpNfkP96bU3Nm2Jtr0ba2j6cOHFic+KDMcBwCtAPtCyJWWTFMdx+R4q2gG+uQHGujkUwgCIuNm2urp4aMP4jJfV8vqiw6Mic3Jzd29raC9vb201HR4fpqKuzBCqig9Assel5N/h0IfCExmZEH3RStg4hjqjdb7/KwrvKdc/xra2tx/t8fpMfDIZyCgo/bgtHlofaO15obqx/6fnnn39d98Trp3LzHJ+wzrt8B102Lz7gOtGLdRtInXziCP5zzz3XgsI98HZlZXGJL+eIgC98qkblE8aMLj6kraMz0NzcbMWj2CgOgTH60oaJH5fNSHw7sEDkKqbVl+JApKh8igoL1+bkBJdUVVc/3uHzvbZzeflGV9gYWKgPYHH5uctZ952tAPEtkEx+os/X6Xq8urp6dNjvny4SOjuYm3NyYUHhzu1tbaalpcXd4gDBSOsA4a6l8zdEHv8IAE4XsWXOy8uvLy7MX9jQ1PRIfVvbc93AgoSR1VwlqwAyZ84c/9Rrr/XNiokX6BMnzJhxpN/nuyCYk/vF4lFFO7e0tBqJJxAPozAfDaSSVaKg0Jcnkq1bdw6Tl5/fUFyQv6Cqru4209m5YOzYsQ3UNgYqDrOOq2QFQACCxKh4527ZsmW8P5h3nnSK88pKxhzQHgqb+vp6kBAWMUA8wowFBUTh9QR3od7UMy6OFY8evdGEwvfWNTXcMaGsbLVrhBhY4m3pznv129MAkdIdkNIdt9Jsqak5QB15hS/iO6usrGR8jFtYAtF5QOHp9hgAETuw0A5wTZOTk9M+elTR05U1Nf+zaP7852fNmmWVewEF8auLhY/7vZY8SRDdR7kt1dUnBwKBH+fn5Z+Um5cXaGxoMKFQCP0jmzjFYGkXsIRiQDBqP1NYUPBmU2vL7z/ZsOHOadOmtZNh97Ye7EvS/X5PASTWWXGOUVlbe5aYwhUBf+Dk3NxcgxVKiRFwB7cYOGU6rmL1MGb4pausbmttuaG+NnL/pEmldWRF26utLXcZeNbpf6cnAKLOsZ3nOgiOoY78qd/nn5GXl4fSrVsiyM1eU7aHm8LQVQBMAKDI/eXdzs6O33yyaZPjKHaC1fXDcBcuFe+zcmYqMh6WPGXnV38F1SEQf6iqqm5GVW3ds8FA8NncnNwZKkNIZlpGNV32dTFvDkv5vPcSOC+cAqB0tnd0TDE+/2077bLr8ura+gtVXbh3CKOIrnti8M3YSqgD4iy9srJ+ii8YuiYnJ3d2zM0jPtJ5j0bTqkZY/CxHETAkt/rnCz7/VjJq1HxKCVCcUp9WpR5EYTKOgzAyOXCsWbMmd2tt7T8XFOe9FggEZ8vVIizlG8WSesVNloNoj7S6VfVIq/L0UBjXzgxIoVA4NKOzo3NedV3d7ZVNTRMBB3NPsf7o4fH0P5VRHASzrZvkk54xM+gL/ldufu602MRep0Yxz/iWMSJjOcLXi+MMSdYAorL6wuHI1oKigl8V5+ffSNkXLFgQPPHEE+OeCxlSn/iagXQvr9U1AMdHlZUTGaFGFY16WrwEcAAMZF9PgaNTwKiuqmIeAgtRuvePK5/T8zr9ft+41uaWGyqra+e1RyJHAo5M5CZpL2LF2DMA6Ny8tXpWQSC4tHj0mNky2cLWUc4BRsYMsY6SevtWfQwWohUrVpj7595nAdKL63xvWaTDefrEKuzqmRnbausWt7R1CB9z6K8w3CQdCjmQMqQ1QAQAa6HCu7aqpvaG0WOK7xPxTNxWVwfX8OQkHwBpky/Yyy+9ZBYtWmSeeeZpM6q4mInNgfRnOt3DoGUNKeqzYH39tmu3Vtc8rT7dC24CSHSc9gNbuiLZrs0QsXRWVtYdklMQvFWz4Ac3NDRYBVyyOY2bTsSQlLIADrjF4sUvGtaa1NbWmfvuudccfNDBZvSYMfYa92RYwuQb0UpL+m5mZW3dK81tbZcV5uXNpR46x0CHNSwtU9pxEBpMLRVB36isrvuOCUQWaiYccMA1mKBCH0nLxtzeQkH8mz7+2Kx6c5UVrQoK8s3q1assFykqKjIhrVbM0ASqkQZCQkN5U1PzfY2trb9btmxZDuDAHJyu9UorgIjw7STUe1qbITeRW4pHj7pFC5aKpYjjFJeu3C5pfYs1bsmSJRYciFToInw/+OCDZtmypWZMSUkmilqJ7QMQrG7S0txy5R5TpizY1tq6F+bgdAVJ2gBkjmRSRpitW7fuVRoIzJOV6juIVFrjTYOm7QiT2Pvbc4xJ98033jCbN22KZ4O4VVBQYD5Yv9489MCDErlqM82qFa9LwoHTTTpDnaFj25tbloibzAQk6ai8pwlApgfnSHGrqqo6wp+Tu6Qgv+DwpqYmK1IJHBkndCcQw4AOqaIGA/PGGyutSTexygSBKJaS/uSTT5gXX3jBFBYWZpLZt6/62wFRdS1rbWl9uqml/SKU93RzUxlxgCBWGbOwc2t17YUCxzzZ/ctkwsVk43mRCuqBS8hFxjz37LOmqbHJilXddSxELe57SKLW+nXrLFfhtwcSkgEVCTe3NN1c29DwOziJQBNhziQd6jdihRARxF1GKmvqLiksLLhN54pxF1EDeV6kovMBAt7GK1e8bkUrgNBTQg+Bi7z22qvmsccetRYu6WY93ZqJ56i0utynFTqhK6tr6m5G1GLOJB1A0nOPpLiZAYdegXkvJHD8SdaaP+F1q/OYp0akTCmuco/ZA4gWrVFZvnyZaVOACPSQ3hIgGT16tHn0738377/3nhd0kcSqWr1EJ6RwmoumHXDgwrq6utJ0AMlIEGMcHDUNDTePKRlzCeCIcQ3P6xuOKhCRAMTy5ctNY0NjvwTP2MH9ir5ibrvtVrNt2zb7jMvPI9+wRbmp+I/tCEWeqauLjDhIhhUgcA59LOeoqW+4uaig8CLNiis0U3aIVI6IAUdefp5ZJ32CeQ4UcbWBu9zrN1yE+ZCFCxaYZUuXDuiZXjNL3wsWJPKTOLwjVCeQjCwnGTaAAA71SRwco0aNukiRRBgtctK3r1JTMsDQ1tqmCcE3B8Q9EksBSDD93nTT/xhFZ+lTLEt8LsOOo5wk4BdIRpaTDA9AuoFDkf3gHIDDky4jfRGjI/C31641Gz76yIpJg7FIIWqhu/zjww/N3+64w1q3+npfBl+DNjr9FiRwkpERt1IPEIFjQcxpTaFjbk7gHFkHDogbq9WWTz4xK15/XYp565DEJACFqPXIIw9rhn2ZBUwGA6Gvoo84SFIOEMBxIk6H1XV/GlNSanWObOQcgAPRCg7yxptvmMrKrRKVhj7p57jO7bfeavMkf4+mLiDZtClSGK3n8HgCpxQg6rQg4FDAtksKiwouqd+2jdnxHA93Zp80ytwFE33vvv22RKvc7RaPELXeemuNufvOO700edhTGwKSDhT33Ly6P2D+XbBgITbx/i0bPeU2iHMpA8iC6FqOzq1VtRfIWsU8B66ovRv6B1HoTLuVAYGVgRogzJtSzJubW6xynYyBgjweeOB+8+EHHyQtzzRtX4w5nTLznF9ZXfOn2JqSlNNTSgCiTgvAOTZXVR2uab+btLYBd4JhQXyadq6i4/jMx3JlX/f++1YPcSLS9pbXzY3c/Oc/W66UDNBtb5lS+HzMBOy/BO8Lt/Aqhe9L/qy1Osiacj/5pG5STjD4TF5ubmGMGFLODlPZUEPNG4LVFgNSzLeYRQsXJBUcrkyIWq+88rJ5Sg6NODOi53g4MdBKVDd/qmto+GqqQZJsDgIIfJ988klRMN/MlVduqbiHi3Th4T7rvWqM8K0tzXJlX2kaGxtTIgah2zCzfvddd5qamhq2YvOKx29PDWvn03Qh3NHRebPadH9AIr0k2bRs353UTBGtpISHgnl5N2qrssPQO/Q75XJiT62YLucY3Tds3GhWr1ptOUmyRKvE+sGl8vPzzXqtG7nn7rusCVgBwhJv8doxdMs6odLW9o67GJCnTp1qB+dkVzRpAFEn4d+P2/rsUaOKZ7NEVoVFZszapPawXGOpvHA5TmWCUxFD68knnrDBHkbJsTEbRC017P4mmHNjbMFV0gfjpAAE9gY4tmypOSAYDNyI86FGzqQXNpUEloq84R74TH288eMe13kk851wJvQPDAFPPPaYYfs4QAN38XCySruCaM+urq+fjaiV7KW7yQCI71pta0ZonrzC3DtlziyS811K2F0mdTQco0aet2+tWWNNvMNBqA4kUYX9yejciLdFLUiCgTgU6ui8saax8QA4STL1ke0GiDre6h3jcnL/PSc3d38iHWrk3O58MwkM3cvqwLBw4UIr9nS/nqrfvBcFnbXr9917j13LnqExtQbTRFZ2FbcsUrj5O+AgydRHtouQiZWLaLW1uu6rpWNGX9YcXUeedT5Wib0JkbJZD4uaPvrHP1KueyS+m2P0jhJFP1krZ0gWV0nczQZRi9hbGIQOmj7j5P+Eiwgo20Xbrl2HnIkK5Gf/P0UhmVBSXPiHuoZGrApDzs8VKJO/AQeilTyVzZJXXhkxJ0LWl+AS//DDD9kFWQXSTVJhPUuzvgqKlWjhnbmyrrHxCzGQbLcePGSCvj+6jjhs/IF/D0XMWHVKVs93OGKRtcKuHUfMGakEUFHQiZSCn9bHMjNjBua8x5MP6b69reMmgtK99dZbVHi7zIdDAojbhmBLVdUXKsrLzmtsasqKwG59ERfEh7/VexKtEK/gJHxGKiFqaWmBeeGFRbHVh0Pq6pEq/lDfy14ksqD6puwyadL/lbJO1MbtqvigH1YBfBKtDJvXaJuzm7Y1NJLHyFHCUJsyyc8BEACxevVqO/eRDnYKB5Lbbr1FXsTvZwsXgR7D2u3q55X19XtL1Nqu6CiDBohebn2txo7f6UfaUnmKRCuUo6Hkk2QSHbnsIMQijdaLX3zRKua5uXlpIc6gd8DV/iFjwcMPPWR3+UX08nhisEYfzol0dN7AccyqNaRqD4qwNUpadGot9J75BQU/lYUka2JY9da6cA6sVhu1fPbdd9+xyvBIilbdywl4CRd0zz13m3e0DiUYzIoQAHZuRFz8FFlYz90ehX1QAFHjq+99EX9OzrXa/ne0fuPGntXiFWBgpF616k1Tp+0KAAugSadE+SjX9b/7ndE+HVaBT6fypagslpOIgfwadWCoCvuAAaJOtxOCirp+gkSIb6rRsVplta9VlPDyrFKOYp4OekdPxAZgmUBk9eGD999vdaV0A3FP5d7Oc1bakcK+19iddvrxUBX2AQMkobBzxLY9L8gm1LfHQzcq19ZUa7u011Pmyt7jy4dwEkAQMOKOO/7XbNywwQJmCNlk2iPQtxYo+a/euLG+fChcZEAAOffcc6Pco7J2ul42XY0N98hqkCBa8Xn7nXcsweXnF2TEZBwev3/84x9sWQG5xxNiFrRallcU+t5QuMiAADJt7twIEy+RQOS6LPAQ7ZdmICysQ8S1enPlSh1vfwCGfl+axBsWyUfsmaeftpY3lHiPJwZyhUDxXVGpHZIx++r3gPXmfgEibhGYo22ydt1jj5O1FdrxIo6s5h6IKgwSjMRvv73WxspFvs+U5PSku7T6sGrr1pS74adBuzguUu4P5lyt8kQUPX7A0k+/ACFDKilx4ocihEgWjDhUt8+EaIVS/vbat+1sdaa1CQDHkfI2xdRiDYnHVx/Sl5aLhMKR8xTutlzrRhjkB8RF+gRIzFs3XFlZe2IwEDxJc4JMwAwYfX1SWYZehFs01Neb11591XIROEqmJQAOqOfPn2d3rWKSM9NAPsg2BwxhWbTGtXWEvqfjyEBdUPoECN66ysynPaB+EbPvZx41DLIl+7odwkK0wp1E28VZPSQTAUKZsWhJJjf3z73Prj7sq94euQatEyX6CnGRioHqIr0CRBq/zXBzdfW+ebl5n9dCKMCR1dwD+R3uwTJaBoxMtgI5kBDb99577rGz7VnBRbQNdVtH+GzAMhBdpFeATNUyWiUxD/9VeXm5wZhy7pHBZPDVABxwD6w/mQwMV3MAgiWOBVVPKJ6W5ghMvvZlzwKQaKAPX7VggcLiRnUR1yQ9fvcGEDx2wwqnMk6qzNnaVDPruQeth6+V2sROsmWiaNWdAgADUeLfe/dd87gCPWiOy+uz7FYqUiX33f/gbSeoPdBF+pSKegSIOp+JwUggL++8itKSCjUk6z0GpPV37wQv/KbqrBJc+tprnlu+6kStx7U56Px588yYMWM8wSH7oDsMTb5wKIzJt9/UI0D0VAgHL1/EzK5vbIJ79HZfvy/I9BsgIMyirwkc2+q22RE20+uUWH7qh6jFCsjHHv272aSwQSjwXhAjE+uZcBzlIsacqGiUe+HpG9O3E2759PAzhA/LEcAiZePHH6SIGNMkd2ctQBzx4LuEGOLVhKgF53j++efN448/ZgED1/RoomLEbSto7ez8EnU84YQTPoMDV/fPXJDflb2mYFwXxRqJNR/u/qz7RjFH9ODbzUJ7sREACUt0H330Uet8yRp2j3MRE/D5L0BS6ktZ7woQWYmVQrKPF+fn5p3Jon+lPpUYLxILdYI4iMr+iqKTEBjay+CgvnBLTNd4CDz0wINGIZzScm0LZU1Cgu7DkpenlU+YcIiOe1XWuwBEslT0dyBw/KjCgvFqNLhH1rEPJ1pVbt1i1moNhTwIPA8QiI56lpWVmQULnjevSuciebj7rSuz9ImvUM+xY8f2SOddAMKNJOIyNGmbYiXP+0NTyZ4SItWrcidpbWnN2BnznurV3zk4p7asMH/+0x9NrbZSQIFnwPBgsrQvWj+rLzErDhA1AswipP0lxhQVFszUzDltknXiFQSC/L1G7iTsBuVR4uiV3l39Wb+Owh7yLveE9iUhmckVEyYcpuMexaw4QBQIzh5rxuPgwvy8CSKMrBSvMOkycr7zztt2JMU5MdtAgqhVXFxsVx+u06ajXhazVDepl/5TGDF6ErPiAJHtKiqDBSKnNUqsUMo68YrRE0V11apVdsuCTPe3ohOHmhgUGhsazQ03/N7qXx4FiaV5X8R3CtMbixYt+gzNxwGihrQTJgp/NiMmXvWotAy1wdP9OcBBPFvEqlXax9zrVqv++gOAIGoulzMjs+xwVg8mS//hSPjAo048cbwmDAFIF7q3N6gxCAYXufzyyyfLtWSabkIh8WSL9NTJEAME0KQ9BFevXmUDMMA9OJ/NybXLHXfcYcVOD3IRwMCkYWG+L3gyfd3dw9dxkChQfMFj2jtDebrvM6yGhz2bpKnBMd7VbPm699fZ+Q8mznYkKaZqF9xPbrzhBq+6oERHQV/4RPpbc4BdRkUHEHtSW3lPl+cu93W5iRNeTYySCjJsd4Na8frrWc81euvnxYtflOj5ptXREEc9lCwGFNThKMy9sYVU8eo5gIQVlTyvaFTR0YycYqXufPxGrx4wQsqz00Zlx5U9Hez+6SbaYcnTKjwbmbFN5n+PiVrQekS2rEml48fvwXGi8yLh4lVfX6SgrGxsICdn51jluygqXgUHhEjn/+PDD81LixfbtREjKVo5YOTkBONKMf3hzo9kPzBwYPq+W9tMF2oNSacmUj2UYIm5Urr3pU6Jwa5Bj1XGc0zgSO2MWqjOGHDEBzLL5IRijr/Z8uXLraw9EoTIO917Hfeqk1v9R4q5xZpxxBm4XGzgit873O1OWyF+s63bewqW57FAD1alUBtPp10T50MAiOUWEV/4MNwrlLJC/4DgILz1mgj78IMPhl20AhSO+LWkmXa3qxVZ+souta++usQCBJAA4kZZ2HjGTVw6UNkHh+Ef7yNEkCL7m7/KqhWjlWF487C8Iiox+XyHIF4lzof4VHEbVrS+qeWp9va2U1WcrAgMB0CqRHyPP/649VwdLoLjPXwYkRGlmpqarbcwhMc+Hs3Nn3rRbt68Wb5gLRZI3M9eg8xNsJ0B5UccBGQcD0fiPcyys6DqqquvNufO+poi2teagMTUDE8wBa0PNJV14dDkvcrL6/mtT3S/jw0bNqjt8/eLEcnwtPYItyjcw7qyayntcCQHDN6bn59n3VjYrm3ZsqUS8ZbZKI0dHe0WANyTaClyBNgoTgKoq6uqLagYxQFOrN9SXg3ew/wQ7v/PPPOM+UQA1iZKXcqa8kKk5gUWDPpXWhIOT+YV4iQWB3aCMFBUNLa1ta1c5y2SUlOG9MmVkRDFnOiCTu5PVekgKogdQkY8atI6CweMlYrru2nTJoPnAoTngPEZglceJIDCZ9u2OgsUYnPVCeDkTRoOTkJd8NN6XXrbAw88MGK6m61wcv+hqAcjfj+WrLiibnljTsg3SZ1SoPPchF7i6YSYQADnzxBiEmvt8lY8YxPMCZiq6mrpO+u19rvGgqStrc2CE2CQ3P19FiEBKHrAdMgtfZs+cBIIlxWBuMu4RJ7JBo3Lk+9HtM30kUcdaQ4//IguQHXvz7BvOwrp334q9wNOUbcAUdT2/WPmzehQlWE1G2hx6VQIksBvcuuPj7wDfX6g9/EeN6rzng/FrbZs+cTGoIKQ4SSUg/v4DDrFnnHEj+gF9wF0o4pGmdFjojoKZeB9yU7k6RT2uffeZ3bdZVdTLL2IgceVKdnvHIb8rEgl083+vMvNqFuA+I1/QqxyQ+itYSh6El7hiJY9w994Y6UlqCRk+5ksIFTe9dGGj6zjI+ITwdnc+yFajvkkKzkwRkS4jY0NVtH36z0QMeJQKoAC1yKm1rPPPmOOPe44c8aZZ1pOlsEAiXVHZLwOfLHNdqJbqOXk5h3U3m5nSC2KktVx6ZQPHcfkFop5syxHjqiSUUby5tPa2mKwPK1fv96aZd2ICmi4nmxgdC877yAhDfCpV33hLopOY8EC50p2Is9btc303nvvbfaaMsWKj9Q3A5MttGbUp6yrqRm9Z1nZNtXBR4vJ1BsqzMAKDbjIiATsALVyxevW8uIIacAZ9HBjYh5MoAEKzLRYogAC1xNBmEyO0UNxupxKLJsFiqxO9frkyURcUlJidR8e4L7tKRftismXQA/odLvutput8/bk2aUiI/BDYMgtaG2NbwUclIm3VOPO1FhZMhL6fbUjnQWhInogWrW0NFtv3cF2IvdDUITnxEIOd2hsarSKN5YozSHZ69yTSKB9lW04riWWBT+qLfI3Yz4F8QviTuRuQykPACSm1l/+crs54MADzWGHH26tconvHUq+I/AM7JdJpdG+nBwU9YVskRBsbS3sLI7ufz4CZUr9KxnlsOwQdBriIJTPYMDhgOHEEwIaEIXwvffetTPfEAJElkliBSF9+OTIUICOQvsMtfy0D8+iZ935t79aMQvdBOBkaPIFIsG4ZcNfXO7bNRwxRRlamT6LHRWt8uVk946W0G4UJxm4DO5AxDwJIGBy7B8f/cOsXLnCvPDiIrNV25cBmqESVp8FT/FF6sMHnYyJR+rC/Axc0RH8YIpAOwMKIjO+sGjRoNp5MO8ZhnujlpNAeE/ehak3KIFhV7UVOggXo1oeVzM80dEQMB3POgb8mTCt0pl9JZ6DePCP6ujoNDWat8ANBH8tJuXIMycYFVEdiPrKL92vIX4iepHQpQA88ym0FdeoI21Gm/SVABf6zR//cJM5+JBDzPjx4/tt677yG6FrUYD4fJN5v7irD3f3Ti90dPcGpU509tq1bxlmzSHs3sDhiIA8AAbiwQZxHHaSenXJEvPmG29Y4kEUIR/u91KbMTsPN8HvC6tXtWbomb9xXMUZG/qrM9d57pY//9kCqr/7u/dZuvxWueO+/MFAJGCFxf5GiHQp/EDKARAg5o0i8pUrVlqC78mlhA7kY7mCVhXK3cZaolC6P9YyUybeGElRZrmvN4ANpExpfY/qRoIGAAv1BCgt4ihYvlDocZJ0bcj1nuiFNuIe5kZOP/MMc+ihh2Xk3IgG1rgCJSHaHEbFlDwjYsE5mKCDe9TWVFsTbyJxU18+2pjUuoGw/uLjTR/b0a9S8rhzAwFk3Jf4LA3l6RSlhaiHro7hKnzy1RYMFHwAC6knoNBegOemG//HXP/739vnegJTmrahlSP172DKJ7E8Eoz4IgpKas9Hh5E0LflAi0Wn0Ylvr11r3lz5Rhdw0HkkOEZQruZ1tXWWY2zevMnqF4hWcAw+WQeM7g0caytH3A4oiFtwFef3RTu5dnVZ8AyrDx9+6CFzyXe/aw0cTkxz96Tzt6qE4651NwkqaJY2APEENmxHweKRndcKIJ2dHXGdgQrTSXTeJgFi86bN1nEQ6xSg4jkv6hfUOxnJAYVBBBMxriYs4oKbYMGCaztOy738flQb8hx19NHW9MtzLo9klCelecjA5/LHgN+3ecLdmQHfdAAdQWREVgoye06nAQwAgDmT6BzLly03H3yAZ22t7Uiu9TQSZkCVh72ItDEfPIkBCm1IsAushO4ahQIg6HG33XarPZ9h7RvHBLvXanZ42Ns5JS+EAzAZuEILkAAFnYQ+sUn6xYeyZNGJmCNJjptkWMelpN2GkilgIOEgCVgACu2LQg9HcRwZz+m/P/KI+fo3vmH3ecQIkEkps0rbR8sCBma5CcDQQmxh9R8ThOvXr7OzvI79c59L3WVnd37H98BbwAFFLNgCBQdJQgThdj+mZIwVwwj0oG3O9LvEcvj4MwN/zYjd+Sm1jFgRkvfiD+Qw+NJLi7V89W25ljxjw4gy+QUQAEYiOJL31h05uRZwhO/c7vFeaJPpfIWcRP/4hz9Ix8u8vUaCdkDNcB0dwkdpfEIBGNiqGRMvLB4xynEO14k7vlPfAhYoMRGspqbKeiRg1fpQet8uu+5q+ypTBqtgpFPbgAQym5EAAgBx1Q9/aKbsPUXbGT9mzYyIXG4uY4c4lXpg2DcIGAp0oEGqxQJj5112MWefc4658qqrrWmYPskAcMS18qAWiMSn1YepCVPyGkACCM4+58vm0MMO10aUD5iFixZaJ0VMkSjwO7hJSpo+nimETxs3yPy708SJ5uijjzHfvug75iTpH1urazKGc8hOF8eE/HrDLwe004GIK7PZiLoJ1s4ciLwwzU9/do05acYMc+edf5O7yQprZWFyi7QDKLYZkvYPYLDEd5ucObFisQT3u5ddZs46+xzrrrKlskoTs/E1SEl7bwoyiiobEWN3MN1jjz38QX/YL56XgleNUJboHXCSrVsrzf4HHGCu++W/mIXatfXZZ581i1980bL3UaOKZU2JunaPUDE981oIH2/gVpl4WTD1ta9/w5x99tlm4uc+Z2rk9AhwMgQc8T6Rd0m7+yEl3ceCB0tU7mSmf8NJcBeBm5CQgQlNgxI/b94885a2dmahkBMJMr2+I1H+RK7BUtuzxS3O+bLEW60oZCMilvhmGjBcO8q7JBqLSSeCHZHOuhyT06FRN+jMdO7GTP+Gm5CqxOIJSzP72982xxx7rHn6qSfNfffdZ+dHCOMJx+GzIw2gBTT4oM81a7kxCY7xjW9+0xx9zDH2fK3if0mvjTo7DiC7NLvFKueK0VBFuayzYqPP91apMcTfHKsPVBLX4HXsicRIhgsKE1iT99rLXLTrpebwI480zzz1tDjKc7aOO5T4/ruadmTdCLoGgPj2d75jjj9hutX58MvCvJ5pM+Xdah2l/bB/BeeJjRXMa24O+opHR4fabnd76SfcEY7CxCHfxx57nELV7COL12Hmr3+9w7yn7ddYEbeDm/TQ62o7TLcAo0IGkJ//8y+snjFOqwbdwIPI5Th2DznYds0UCSXsD38qYsnRrH7y6DHvqFJH65PRHMR1QF/iktM7rDuErFqnzJxpl4i+/NJL5o7//YuploiAWXiHpetTMm9viy7JvfiSS835s2eb3aRz0EYMNm7g+fTuzx65e2jTvvrms08O6xlL+ypfg7z13ubNBI+zLKWuoeFZrb8+WRVhJVVGchMavkbETUgbFPCBdAbP0HlMMpLe1xbQd/zlL+bll1+yz3ONz3An3olTJWvhWYcxEmWgbWhDrH1HHHmU+fFPfmoOOfRQO/HKZB+cg8Gmv5Sbm6e1NtEoMLvvtrspKy+3dRuJOvVT1hhziNRti0R2d4HjbA39vsDq2MPclJEJHYL08IMPmnflpOg6gG86u6fk7qHDIchJu+9u/uXXvza/+e1vzV57TbGPcN4Bqac8PHUuNhhA/KQJO+1k/nzLbeae++badR20MXoG7dEbOFxbcS/tu1zbO/zqX36p9TebrOmXtnbtnmZtZ4lEQ+a62vXr2cmWkTE6ORgOd25O00IPuA3pVGRirFRPPfmkXc3G9sUk11l9AYVrYX0AxMEHH2JuuPFG873v/8DsJCLBz4sPKdPbyVai+z+AoQ+iFO1YWlZmLph9oXn08SfM6WecYduPdoGj9FZ/2o8PcccAD1tL/PY3vzFXXH6ZqSivsB4OiLV96SndizXMv6OjqKbQDjvssI45sf1B7LDb3hFZFQj4aAD2CxnmciXvdXTg7pMmmUOkeC95+WWzccMGc+BBB4ngDzaF0jcACh1N6q2erqOZ4GL+hKDM//5v/2qdIAn7w3PMsfAuLySIGVAQMrVQLuoYL/7ftdeavffZx84juYGhr7rSFlHn0KCp3LpF28e9am76nxvt3idHHHGkvBp+ZvPqjev0lfcwXouJGeFVvFPu+UhXYQsQX7j9g0BuQZsqGtfeh7FgSXuV66iDBIpNH2/U4qktdqMXPEnpqD0nT5alqtTK1QClN5BQIK454vj1v/6bWbr0NXPX3/5mQwGxbyBuK3R4pgLFESuLnFC4jzrmWHP++eeLY5xp+2Mgo31YwGIgYUPPWoX7YXEU+xe++eYbNi7AzjvvbC7VmnQGHd7XV3snjQiGnpHlDHLVX5uYhQWIKvCxKtCgCxX6gKSMZCOOqIkVe8L0E7Uj6yOSmdskOrTL3WSBDTB9gNxPcKRDkUceJvXWce48nGO//fY3c677pXnxxRfMQw8+JIX+PSuPFxYSZjOD3FYEfDgpE30Exttv//3NF794mg2uUFFRYU25EH1fohCDAms+iBqPTrJcwHj8scfsGnSAQPsDim98IzqBCNgcIG2Dp+c/aD6sTdGx6Mb3B8FipR3YijqOOe64MzWqKsqiD9mhf/MEuaRhgqgRGegkjomISGfzYZRjMRUEP1qdW1paau9xXMABonu16Fw4Dt9Tp04zJ554oh0hieZeWRkNQUr+EEUyEuWgTC5wW2/lGuy7KD95YcquGDvOfOOf/slcJ9B/ddYsyy2xmDHR19v7qB9cAxETrkFU9wfmzjXX/+6/zeuvv24HHdqBScOTTpphLv/+962zIufSPNFxbOxSH+5o/+V//ud/Nt1///22yOxym6MG6WgPRW7U3ndX6BghPWoSSvNa9VY8OtIR9Xx8r9astgEcOE/ns1ahXKPllCl7m30ka3MMACBKnustOQIJikAIP8p2CvPnz7PxaNkvkLUnJAe43vLp7zxlpDzJMvNSJ7iC4xpf/spXzZfkUIiORdDp/oBBeRl0GGJHa+DBIoUhBL82xCnWoMOVuIe6T568l7jtdeZzErH4TX3SPFmmIDPDitUrVx5x4vTphGCxox0AwQers7a+cbbC5Nyu44ydC0nsBDqG+FjMjTz++GNSHiutIunA4yxTyMls/IInKq7aTH65kTYxv8RjBxSIhaAQS7Qpz2OPPWoWKHgzhLK9YlcyAYJ7CN626BqHSw+7YPYFcir8irVUOb+pgQwKhQJBOBLWPiCLzN+1N+GLMc9owOGAYUU3td+tt99uDjzwICt+ZQA46NooU4hE/lpRVnq+tj0IzJo1y9q64RTWHNPZ1vJSMC+/TSNXboZUKpFmP3NMpyMfl1eMNYdpARXEi84Buwc8dCaWF3aEIp7sBxLFDhRIkMl5jk7vjXBoH0QRPFYZmT9//PGaN9nLzPjCF+xEIzG5EPF4nneNROLdlI3o7ftOnWpmX/htM12i4YEHHiCftAYDOPrzm6INaCeCLbz26hJzz91327U1cDacPElwOhJtiUj43e9eZg44IKPAQfEti1NXPc8Pt4EnxwDEshKNqBsLikZVqsI765xlOdyQyQkwIE5hsqyUCLRScrJj+XABPs5k+9E/PrTERHggrGBMkvWnxENg5IHMjZh22mmnmymaYHzuuWfNA5JhCUoHV3LvGpa2FHjtSC4lPFdzEhfINeT8C2ZbN3QVxO6xbpVwlb23RHlpJyx1xLa69ZabzbPaFx2dC4sX4AA8LtHOcKjPf/7z5tyvfU2g6cgEscoVn2/k6pAv0mlNvIsWLYqPahY5cyORwCyJVm3hyMP1dXVna4T0hJhFzelsRtOQRrpHFJ+JuREIqHviHmfWRXRC7DpKHr/5BYUSo+z+jd0f6fLbERUiB3I9cvrdd92ldz5sdRPeyT0DSXCooeggtp4iXMTEE086yfzgyqus6IjFDq4I0fenMFNG7kE8ffihB81dd95ptAuZLU9P6/t5J2VFVP2VzOGTZUpP49nynpqfTsHd4uNwZ8c+48aNw48fXER1EJ5Qo1g9pLm9/cqmxqbfqYMyXlGnXi5BGIgARADE9NvbJp4QJgmgQNClZaVWlp623352RCSf/pIjQkbaBpk3ifJ4p+ZPli9fZkff/p7n+lAAAmEz2bf7pD3M5VdcYU23pWXlAkXIEiyE3F/ivdz3miLDsFvUW2vWWLEJLsv57gB37QU3+ek115izvnSOLUP3+/p77whft8xA8sQjY0tLz0nUPyiXG0ptzzdt27Y4kJsnS14o4Co/woVPyuvdKIfbCOulFz6/wI563YnGdSxggtCrq6qt7sIGnYgPJd3Mwj0VzhESozhBno8QFwJgWH1uVxhORnIS7cvHvbOnvPo9p+fhjMzDMAuOe8ilWgvOfAblgPORuteze75cpywYNG695Ra7fQHl5BxAp4w9lRNOg/42W+89ZeapFhy0G89lUIqy9XD4BcqcqH/w2wJEFQIgPs0PrNp5193eb2xqwlOPc/0PO7opExKdBmfYf/8D5Cf0kXlH8yG9JYiB+/lwzAY8+BahyxxxxBFmtJRW1kckyuHd8+JZrvOByL4661wzffp0q+g+88zTdvEWBManJ+Lrnl+X3+QdAwbxh09Qvtf87OdWGScviJS6UobeEvcxEJAAswMwc0QAxomhvZWNcqNjEbnka1//uupYYPW9/sDYW3lG8DyTNPK2ijxFGRL1D37HW1ANAdcIhSKR22tq62br2FNiFpUlQTToCA9KiWb0o6MHkhzhlZSWyFx6hJm852QpwXn2UUBAvv0l7uGzVDPPiDCAFDMxxEg5IGwS9/Sog8TegVMhCvjuu+9uLrv8Chv3lnwoY28E7crGdd4FOFCs2T3rZu0I5eYz3H19fQMCysr3df/yK3PqF784IKtYX3mO0DXLBNQkb2/d/PGB06ZOZVTpoijGe1UNZwHS1NR2dnNb88MqcEgdNTDqGaHaDfW1ECBKNDFjIcTBJAgMWX/8hAkSu463LtzI6OTDNfLuKyUSKNauO//6N7Nu3fv2WSfO8HwXgIgQXTA2ru008XN2Hfhll10u0arIim0DeS/PomgDJqx1iHzPKdoL74XYKVt/ifc4zkkwOIJSY8Xj+f7K0F/eI3DdMgHpab8fV15+5YIFC4LykuhCEE4HoWx2+Kpurn+tdFRxvSaXMHTTYn33OE9mYCIsDZyAXVmx2LjRu7+qQASIEwSCIGr5tP2mWfcT/LsgEoiPe3ojFs5DYEREn3nqF82++061E29i7eajjz6yZmdcxh1wHWchGBtRCgkCzco+JjYhTLgh7+0tQfTUjTrCqXAPmT9/vjVWMJ+BKZfrAwEH73Dl/8IXTjYnn3KKBWeGgoPq2IbzhX3z+MEadL4TUxfinzNnjl+fsMy9T8gCc5pazTPm3sRKc0xHE4DgcYUCQr+AeAZKJO558mBybMyY0TYIxB6yIDExCYcBBH0RLnlwDwAoURT0Jdos9NFH/m5eeeVl62LCRCOTmEz04feE7nPJpd81p2l9BnsH4h7CfAZl6C25MsBltsqCR2Dve+65x1qnmMugfAMdGHgHZUVfwSv6N7/5D7PrbrsLoNE1/r2VIY3P28Ff48cn1aGOKfuMHYuzLo3ZBSRdWlcEYs299Y2NF7S1d/xFN3tWzKLj6PA67WvBXEX9tqjH6WBAQh6OyNrb28xEiT7MWjMbjyjD6E7qi4h5Hwo3VihMsi+88IKZJ7HnySefsOBgS+Uvf+Ur5qyzvmQqxo0zDbHZ+77AR544FY4SCHAzWbx4sbxtH7XckucoG+AZTF2pA4o/z/78n//ZnHLKTBv/CleWweRjGyQ9/jnx6g6JVxd0N++6IiaKWJyz06Otzc1P548qblDjFuucRZp7wEvfEAmm26OOOlqxsp6ygBlsZzMCQzwFmlBEZGHU54PryR577mkBxMQZhNkTUDgHkTHjT5qpIBLHKKTOnnoWT+Gvy2V86r77mGrtp8jOs9zbVwJsOdKJ0ItWvL7cPKttIJ5++ilrkIBrUD8nvvWVT+I1yshztBeu8WeceZYFL+8YbHsl5jvCx1HxyueLuu32UpguHIR7EsSsxzVana5TnhWz6FwIl2/Cki5fFp3MgxCGkiAkPk7smiKzMOtI8GpFLAJMAxn5AQG6ARwI0Y/1FFidyLu3ZPUI5Y/fFFvN3XP3XXH3EEZ9Z0jo7fn+ztMmcLNf/erXNjCGq2t/z6Xp9Zh4FdlcHercuzfxirJ/psVFLNaaVVNff0ZnR+dj6lBrCkvTim53sQAHRAgxMhfwgXakcnsbDjVzQMAoTd5lWt89Sdxgf00Wop/AKfojLp5zYOIbUbC3ZO8V8aJn6DEp3w/b7R/Wrn3LKtC4mUDc3DfUxLOsnfl36R3EO2YA6KtMQ33PMD5nxatIOPJfY8tLf9ST9cqVpbuIxXlrzQq1tS0qLindrDirE3TOs2IWxAox40N1+OGHm6qqSinArXHO4hpqMN+JRM06ERYobZSF6kjt+KqI4ZZYIdreOALnIUAIsy9C5DpghNuwcdBtt95q94Znfof68BmsONW9nryDsuINPFUWOw+AgyoiXoVDkZAVr3qyXrl2+AwH4YIaxSrr+v6vqtq6q9VhFnHuIS9+QwiYV5cufdW8oDUPg7Vq9dYmELsjMsQcvIQBIs59RFHZnkTMqWoB+sYbblCghCWYKa0o5Vxltidv9ywAO0cLq668+ofuVKZ/W5VB3GPZTTf+/kgqI7XCMoWeKtYbQIhuEtbot29eYdFy+eXk09FKPd7fU8aZdg4iZjTmm1WIq2zggagfUjLqQvu50bywqNCGPT1MQGGUZ4QeaCIfPsyjPCXDwm233mIVcMoNAEkcJyPBCRER/3bX3dbF3ZU/GXmPYB4WIOFQ5+xxFRX/25v1ypWvV4J3D8pH5Ym62rrT1Ck2Y/egF78hLEZftpLGqoVoxO9kEZxrM6dfwKWOkxMkpmEnUnENACQm3g943XlcVW74/fV2/gZwOQU+2eXknTfedJNdAIUZ2wPJqgr6tyXU1rrnhPHjiZ1KtXodUbr2REILqLFR1sOfVFWdlJuT+5w6QgEffL1P2SY8m8mHEChK+lrtIbLg+flSdNsscaaqTozKzJAfddRRVvyCC0D0lIMEKAAA9zELft+995oF2hDIrY50oElm+QAGRouLLr5Ei60usPV35Unme0YgLzvIh8KhX44vL7/WMYG+ytErwavhLd9fu2rVoqLiYlxfAVOvslpfL8mkaxAHlqZ9p04z+8gNBMJI9sic2B5wEfzC5t4nwteyYCKv8E5AwTU+m3T9zr/+1fxAUUKYQKQ8nE8FOMgXRVw+Sdbfi3IMRgRMrFuaHcMl/PrXptHmDspGcOr+ytgrB+HBGBcJNba0nK+R9H91yvNiVqzelvhwRXn00UftKkQIJZVAgdiZqcZxkCDRU6dNoyia/V5o3UPYnoHlu6RUlQMxD1cStmr+pbauQ/TziN5Bs0Vpt4fADFzsLfVk5k28F47h27xx47077bLLNS3NLXurIznXK+dJfDhTjyFWiBB39hkzZtiluqwOhLukKvE+J0otVnC69evWiXN8bO6VSAUwmM9IJbG6OsNBLpcLPc6QgIXzHkhwCkXwMYrG0fmv1Gcg3IP7+uxxNY76LRKQ20RbZ3vov/Sb1uqXLZFxpieqimgxdtx4a5aNVj21tQIkvIewQR/KHX3evPnxYGypBAe1gnuwWOrcc2fZAOBu5WNqazxsucM9oPW/a8XgO+gec/ow7SaWqk+AcKM6LKTM/LXVWx/QiLpOncgzntdFYnW3+gjOh/vsu68VgVINFECCDpKbmyMTcKHlGpxLZQIcAILVgbO0OhCOhU9Xquuayjol5E3jRXWPUMdvdewbKPcgj/5ELO6JXHvttcyL1NVu2/ZLiRl3qMOyAiBUHrEKgmUte7VmxZkZH44UDkeBkup3Ob1DI6usVhebXaV/OKfIVAMz1XWL5Q+tBiQL3aft45YPxHKVWK5+OQg3CxxhuEjV1q33BYMBgvtmDRdxjcWEHnMWgMUjI6utGqIbdSPQNM6I1pVEeohHwBHVPWS5ikR1j0FxDxpoQADRfXARH7qILC3/KgLJGl3EUpH+oY8wXwEn4dgLIHGiFRuZfk1LZ71SL9dn+rYGJV84cm9M97ALAhOu93s4UIBAECHY0/PPPXeXnB1eUM64mNq5kn7f4pEbGFWx7kzea/Kw6COpbDZER9zoCZD3ox//xIqScBMvAD/WbpZ76LgmHOq4Rt+D5h7kMxAdhPtsOvfccy1QahsafqFwvwvc+Wz5RrxibTebWhKSc3u9fkeq3QABcy5se/1P//R/rN7BFs/9xeodqfIO8b1W91DA7f9WtMRPBqt7uHcOmIPwgOMipcXFL/j8/r9pRM0qLuIIa7z2QjxJ+19k6mjr9Kizzz5H0RC/ZONbeRAcfjH8dyo3b/4t+rOitQ/JsDQogAAScRHLuvIC/mtEILXgRh/OZUUCFIgieyhwAbI7PkuIK5mU8OMigN4FF15oo7BkWvkH0NaWRsOR0PenTZvWPnXq1CHT6KB7VgQSnjs34tcinU/ycvN/IS5CHkNC5wAqmpa3MAITp2o/rRLcfdKkjCIyFPFy7VX+Pfl1Yb1y3CQtG3pohXLuUPfLIfHZoYpW7tWDBggPzpoVVdiLi/JvCgQDL2arqMWWBwRYGFU8ynIVuEs6J8oHIL7/gysVz2v/jCjzINvTcg49U9vZ1nqFvoekmCe+c1BKeuKDbjYyL5B/ZXNn0xJdA2yugIm3evIYsQRfJWJDsYMum4Ri5UrXRHkRB9nk54vax4T1HekO6CG0JdxDkzjhX0yYMGGr29ZjCPnEHxkSB+FpKT4SteZqA9Dc10cXj/41XEQNnlVmX4gOQiOoNZ90nUegnER8JODbT6/5mSxY0d1941TgjYMoOIx5rqKs7CYrWiWBHocMENqUfdwoSF5O4Jc5OXnzxb7hSFkFEkQWfJeOVkCGirEV1nwKQaZLclxi9Ogx5nvfi+od6czphthu6MD4W1WG2tvO0/F2i1auHEMWsVwGTtQyOf5LTIdZqkKOkSSeVaIWo3NZRbkVtdiqjDkG3MbTgRApBxOC3zr/fHO09CW4XDqUy9FPkr4BSFAegpfJBL8lmdLMdg91MVHLX5Kfv66oqPhitT6OjVnFRXDZaNPS3Cl7720XOxEzNx2IEHCwrv5UBcn+irZ+xjwNQDyWojGujO/6ceUlDxDjKpn0t90AobERtShYYV7wgfzcvOtjohYFz5qEWAUBHqm15exkheg1ksnpHZMVAvV8beRZJtNuuupI29FOoF2s2ry64LlnfoS4r6XCSR0BkgIQKjhdm69TwKeefPxHGlFftQXPMn2EdoCbsEVBfn7eiHER9A4+AHb27AvNPjIgYHFLJ92IttrOhBgP/daGOsw3mSmPifucT1rabh3ElUQdIqkiQuSTiBbffHNbU/NrAb+/VNetAuXu8/K3I0o21zlOe6fPf26eBQnnhyvxLj4sgDrvvG9pD5JT43uWDFcZhuE9gAAJJUeM+uLx40vWW6uVJJlkvztpHISCqWMw/foVeGC9VsN9Xadc/klFdbIbIZn5QZyM3GyMw+Y6w62LwCXYWu2ggw42X/7qV7XOPdcaDSiXh5IFh6IjXuf0DsT8VNTPEXDS8nb6yKj8/HkF+XkXi0B4B4XPGpDQmBAkXr/F2nJguPQRwIEotdtuu8VXB7Zk7gY3NGNPKQqOSPgWBZ6e01fg6Z4eHuy5pAOEArDPGwUvKii4JTcn53qdysr5ESKRsN8HweBSzUkAJEo4OtAZZ55pjtK8DFu08dtDiYEWpXzJ2LKyS3TsS7ZS3r2tUgIQXjJdSjsgGVM86irtG3qLTgGSrLJswTnYu5C9EBG7Ui3mIFpNV8C3i7VVG3MfHlPKAUdAYsiylqaG0zW94OOjcymVTFIGEBFDBJCoEv7yspJLRCz4a2UVSOAagOIA7amBmwcTiKkgWt6BCzvv+da3zreBrTnHxyMJQw+ssDbUZmbtsssuNbiwi7ZSbktPGUDoGHWQRTdIzwsGTtePpTqdVSBB7MlTtERMv6VlpSlRmHkHriRu91v2JUwFEOnTEUjOClqrWEQzJ0wo+SBVFque6pZSgPBCh3Lt2lqT4xszU5aHpQJO1oCEUdwub9UOTcccc2zSR3W4FAA558vnWFeSem3y6aHVgQng8M2sqKhYqrVIgVRZrEYEIA4kAoq/pMRXmxMomRkOhbMKJLQB+ghi1kEHH6x5ieSN8ADk8MOPMBfMvjCqpAcZezyRuoFjzFJ0WtYiDWftUs5BXGXgJNkKErgIozy+UWyaM2mPPe3k3fZamAAHFrIf/uhH8c1zXHtn+DcggDYlVsE5ouDAOjrc9Ro2gFCxPkDSMdwVH+73oRO0y+sXXeFQRW9nFSKKNeAZSiI/uNJVV19tOdNwWMmGUs4hPGOtVXouARyR4EiAg7IPK0B4YVeQ+Ky4pdNs/j3sowPlGc6Ely97j+y2++7mkEMOtRwFIh8sSLif1YGnnDLTnH7GmV6Kwu7AUYNC/innsHtkDmdXxd817ADhzZ+CpKTWhEtmKA7t7TqN8Dys8iVlGe7kxC32AJm0x6RBz4/AOeAWU7XBzyWXXjrsvl4pbC8GSOY5loY72o+KKuTWO3dEB84RAQiN7EAydqyvYVx56bcj4fCfaSB9AAkKmicTAIFrQOjHHnuc3NDLBuxMyLPoHcGcoI1K8jl2ylVeHkiI2EHV7aXmejNTgd7eG05Tbl/tN2IAoVCARF8+GmNsedml6vtL9RuQUC7PchPHBUq1g+zxJ0yPb3OgOveZUOq3yYz7k59cY2fnPbCHB/Nk9HOONgy4ZfUbK6fvtltJbbqAg84YUYBQAKUIdm3VaxfkAAAHVUlEQVQLkrKSP/t8ga9pJCEgHUAZUfZK4VKV4AYo6VMUG5e9EPndVwIcuJKcdvrp5rhYAG24SQYngEGlJVZF5si36mIUcQ2aREFMm8ExHQBi+5hGwc5dXlI8tzCvaIYabYUuOL0koynBVrCHf3AS1rMTW2vi5z5ndYsebrPiGGBCub/w298x5drLg+f6A1VPeaXJOatvqCw14XDoa2NLS68DGPo9LO4jg2mDtAEIhWYEsV7ARbkrRC0nSHm/VaMknISRJm1GFcqarAQXCGqDUJwM8f7tbtUCRMzEM9/x3csuM3tr3XuTvHQ5n4EJkZp+tPoGyvi48vK59HlM3E67gTDtWhmQWHFr7FiU94v8/sBFUuAb1KieFLngAoCCHZ6OPvYYe5woOnGdScYzZM49RlukZTDnABjQGyLV9egbKOOAY6TmOFSWflPaAYQSx2RQq7yXl4y+tTA/b7pA4ta5Mwp5wnST2DuAYJ999tUqxP1MyFq5fJazsKaDINmzFWi6QPG3MnBCEK4QNeFGIptjItVVTt9IZ3DQP2kJkBjhxJV3BVl+ffWbbxwnket6ja6UmQ+NnnYsOVb2IX3BLaZPn27Gjx8nThIxzU1NpqJCewdedLFdV8L2aLirZFCCayAes8jpmZZQ52FOpOJ8TKxK6+qkM0Bsw8FNUOAYaSRyXaUNUU4VN1ljG91jugmiFZ64xx9/QpxovvWtb5mjpMTX1NQMy8rE+Iu378BxeSb+toZN5PsVZSWn7jp27KYEkSojBjfQnSkJkcuaANesWZNbMWHCz/0+/8806uaqAk7kSnvA99fYcBG4xOIXXzSrV68yF1ww2+CiwvkMSBA9fYG+qElNc29LqOOHAGPOnIj2B7TrgzICGJSflBGtHi1q9H/iJNInNTX7KSDrf8ii88XYPc58mHH1SqwjYEAnaZW/1ZjSEjk5Dt2pMTHfFB5D9NY6Zd8RiawW1/jJuLKyp/idwDXs5Uz6l3EjbqICP6GsbPW48rLTNAv7DQ1Xq9XwCOiAI6P1EytqiWsQEYWQpmnMPRwwaPOgfiBO/WLL5k2HAg5EY/oj3RVxlbHXlNEjbawDjL7DiF1jJ078iVZif0+VGhercUZzFICSpuBwwHAWA+2nELmrJRT6xS4VFR/T9omcvlfqy4ALGQ0Q176JnbFly5bxwdz8SzWSXeYVoLh6psE3wIjrGDqWk2Hkzs5I5L/h5pQvJk4hbnFvxidPACTWC3Elnt9VVVWf8/mDV4YikfP8ft/42D3O7JhxomWs/CP11QUY+tEmkXZuKBL+w4TycqLVOI4BeDwBDNfQXgJIvE4axYjyjXhltjQ2jvd3dHxXe0dcKt13fExkcR1uZWT34I7vz7QAAwopapUSMORwf3cix4B7EzQaMTd6q7f+exEgrod8iUDRjPT4ls7Os0w4wuaOByTI9gAJoOzgKtGWY/AAGM4HTjwhslHc4jZx43snVlS8zW1eBwZ1JHkZINEaqo7qzLgLNR0745RTTpL/0xVSgWdqt5+82I2OMLIRLIz+fLrWPWJe0V7jt8rl9v595BtHO2ULMKgrKRsAEq1pN6Bwsqq+fp9QR8cZ4ibnyfqVyFUcWGgfiMZr7UT9+PQAishGWc/ulZHjYe0z/rLusSnbgOHq7bWOd/Xq69tylES5mc4/YcaMI/3Gd44ePF221X0TRDDyclYZB5ZMbDfA4IDhzLPUzYpQcv16Tj6SjzT4wwv3Ki+vj56O+O6//364r3vW3p5N/zKxo5PWP8yjKCSo9fNymX4KFv/Jcss+RecP0kx9obse+3aAof0caLrdMqI/HXfgu6cyaidP8244EnlGwFhYF+l83olQlBpTbWVlpXUWHdFapMHLsxogCe1vuYrWZHxm1ndTTc2uWt0zQzg4XhacI3x+/956zlp1Ep7vTpBcAjikVLUx7yQxupMcGBwgomfd/0jkI5VkmRw9X+wQMBY///y7Ma8EewcDAwfZzC1cUyV+p6rzEt+RaceJYHGcwtYBIvr8jBl7+yORvbV2/njjixwi+p8qRb+ij0omErAjam4faNsnPsNzDnjum3NdUySyTWLiO8LMGhkjXpT1aU2kvX31xIkTmxNvTOAUWStCJbZHT8cD7aSens2Kc04M603kWFdTM6YwHJ7iN4Fd/D6zv6hZyr6pEIFO1a6NOfoek4qGkiLdLD2pTe97Xz6ytWETXipz7DoT8q8LhVrXaqfdyu7vBeBwyUWLFhEGFuB1B1/3R7L+9w6ADI4EWOTjY2+KBEJzHKJLTgCnoLU1JyenYFrIFwqIy+wmatzN7xiA3xyoB/oEjyxrnSLh1yK+SIcEKfVVuK4zHH5DwPCFfL73OjW5o+3Waru8+NMfcU4YA/cOLvFp2wz4aAdABtxUvd5oCZGrgAZiTLSQ9fpU8i5Y0GJsIMsdYEhew5LTDoAktz0Tc7NtK7HGEi7gUdSSeHuvX7++R86TmAHHe+yxR1zXUFysCADgfAyEO8QkGiOF6f8DPhNfr7P2Gi8AAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-event-date {
    background: url("data:image/svg+xml;utf8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C8.45466 0 8.89069 0.180612 9.21218 0.502103C9.53367 0.823594 9.71429 1.25963 9.71429 1.71429V3.42857H18.2857V1.71429C18.2857 1.25963 18.4663 0.823594 18.7878 0.502103C19.1093 0.180612 19.5453 0 20 0C20.4547 0 20.8907 0.180612 21.2122 0.502103C21.5337 0.823594 21.7143 1.25963 21.7143 1.71429V3.42857H23.4286C23.7663 3.42857 24.1006 3.49508 24.4126 3.62431C24.7246 3.75354 25.0081 3.94295 25.2468 4.18173C25.4856 4.4205 25.675 4.70398 25.8043 5.01596C25.9335 5.32794 26 5.66231 26 6V7.71429H2V6C2 5.66231 2.06651 5.32794 2.19574 5.01596C2.32496 4.70398 2.51437 4.4205 2.75315 4.18173C3.23539 3.69949 3.88944 3.42857 4.57143 3.42857H6.28571V1.71429C6.28571 1.25963 6.46633 0.823594 6.78782 0.502103C7.10931 0.180612 7.54534 0 8 0Z' fill='%23BFFF40'/%3E%3Cpath d='M2 7.71436H26V21.4286C26 21.7663 25.9335 22.1007 25.8043 22.4127C25.675 22.7247 25.4856 23.0081 25.2468 23.2469C25.0081 23.4857 24.7246 23.6751 24.4126 23.8043C24.1006 23.9336 23.7663 24.0001 23.4286 24.0001H4.57143C4.23374 24.0001 3.89937 23.9336 3.58739 23.8043C3.27541 23.6751 2.99193 23.4857 2.75315 23.2469C2.51437 23.0081 2.32496 22.7247 2.19574 22.4127C2.06651 22.1007 2 21.7663 2 21.4286V7.71436Z' fill='%23131F00'/%3E%3Cpath d='M14.4355 10.4056C14.333 10.3447 14.2189 10.3058 14.1006 10.2915C13.9822 10.2772 13.8622 10.2877 13.7481 10.3224C13.6341 10.357 13.5285 10.4151 13.4382 10.4929C13.3478 10.5707 13.2747 10.6665 13.2235 10.7742L11.9498 13.3336L11.9481 13.3371L9.11434 13.7536H9.1092C8.95332 13.7782 8.80725 13.8454 8.68711 13.9477C8.56696 14.0501 8.4774 14.1836 8.4283 14.3336C8.37919 14.4835 8.37244 14.6442 8.4088 14.7977C8.44515 14.9513 8.5232 15.0919 8.63434 15.2039L8.64292 15.2125L10.6915 17.1736C10.6873 17.1883 10.6838 17.2032 10.6812 17.2182L10.2081 20.0262C10.1756 20.1875 10.1902 20.3548 10.2502 20.508C10.3102 20.6613 10.4131 20.794 10.5465 20.8904C10.6799 20.9867 10.8382 21.0426 11.0025 21.0514C11.1669 21.0602 11.3303 21.0215 11.4732 20.9399L13.9692 19.6199C13.9848 19.6147 14.0016 19.6147 14.0172 19.6199L16.5132 20.9399C16.6557 21.0218 16.8187 21.061 16.9828 21.0529C17.1469 21.0448 17.3052 20.9897 17.4389 20.8941C17.5726 20.7986 17.676 20.6666 17.7368 20.5139C17.7975 20.3613 17.8132 20.1943 17.7818 20.0331L17.3823 17.2285C17.3768 17.1913 17.3665 17.155 17.3515 17.1205L19.3401 15.2296C19.458 15.1186 19.5421 14.9766 19.5828 14.8198C19.6234 14.6631 19.6189 14.4981 19.5698 14.3438C19.5207 14.1895 19.429 14.0522 19.3052 13.9478C19.1815 13.8433 19.0307 13.776 18.8703 13.7536L16.0435 13.3251L16.0383 13.3233L14.7629 10.7553L14.7595 10.7502C14.6857 10.6079 14.5734 10.4891 14.4355 10.4073V10.4056Z' fill='%2386BB00'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-event-gift-box {
    background: url("data:image/svg+xml;utf8,%3Csvg width='282' height='241' viewBox='0 0 282 241' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5234 111.029L72.0862 87.9102L93.5423 199.378L50.63 222.497L27.5234 111.029Z' fill='%2371A407' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M154.609 207.616L197.521 185.322L93.5411 199.359L50.6289 222.478L154.609 207.616Z' fill='%23364E05' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M157.061 10.2539L224.731 45.7585L192.546 127.502L123.227 88.6942L157.061 10.2539Z' fill='%23D8D8D8' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M242.057 134.149L192.543 127.544L224.727 45.8008L274.241 50.7549L242.057 134.149Z' fill='white' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M206.647 16.8594L274.316 50.7126L224.802 45.7585L157.133 10.2539L206.647 16.8594Z' fill='%23E7E7E7' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M176.684 81.282L186.339 80.8691L195.416 119.511L192.116 127.108L185.514 123.309L176.684 81.282Z' fill='%23C0C0C0'/%3E%3Cpath d='M176.073 73.0078L72.0938 87.8702L93.5499 199.338L197.53 185.301L176.073 73.0078Z' fill='%23B0F127' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M168.967 105.232L172.68 122.571C173.588 126.782 173.34 130.085 171.855 132.644C170.287 135.452 167.151 137.764 162.53 139.828L154.112 143.626C150.646 145.278 149.078 147.424 149.574 149.984L150.976 156.342L125.807 160.718L123.084 147.92C122.423 144.947 122.918 142.47 124.404 140.323C125.559 138.589 128.283 136.608 132.491 134.461L142.807 129.259C146.19 127.608 147.593 125.461 146.933 122.901L145.2 114.727C144.705 111.094 141.981 109.856 137.113 110.846L95.3556 118.195L92.0547 103.085L143.137 94.1675C149.904 93.0115 155.268 93.0115 159.146 94.25C164.428 95.7363 167.729 99.3693 168.967 105.232ZM120.938 117.122L124.321 132.81L99.3168 137.186L95.9333 121.498L120.938 117.122ZM152.049 162.369L155.598 178.8L130.593 183.177L127.045 166.745L152.049 162.369Z' fill='black'/%3E%3Cpath d='M215.648 130.83L223.076 131.656L256.085 49.0874L247.833 48.2617L215.648 130.83Z' fill='%23B0F127' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M181.059 13.6035L191.787 15.2549L256.155 49.1081L247.903 48.2824L181.059 13.6035Z' fill='%23B0F127' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M97.9801 39.3362C102.573 24.7491 95.1409 9.40723 81.3793 5.06919C67.6177 0.731143 52.7382 9.03966 48.1449 23.6268C43.5517 38.2139 50.9841 53.5557 64.7457 57.8938C78.5073 62.2318 93.3869 53.9233 97.9801 39.3362Z' fill='%23383838' stroke='black' stroke-width='0.838323' stroke-miterlimit='10'/%3E%3Cpath d='M90.349 36.3435C94.8277 22.12 88.5359 7.46162 76.2958 3.60319C64.0557 -0.255232 50.5023 8.14738 46.0236 22.3709C41.5448 36.5945 47.8366 51.2529 60.0768 55.1113C72.3169 58.9697 85.8702 50.5671 90.349 36.3435Z' fill='white' stroke='black' stroke-width='0.838323' stroke-miterlimit='10'/%3E%3Cpath d='M74.3787 34.1816L64.4634 38.1498L57.7383 28.5742L62.2217 47.5961L74.3787 34.1816Z' fill='%23060606'/%3E%3Cpath d='M64.9672 35.972L74.8824 31.9606L71.0457 10.0488L58.2852 26.3533L64.9672 35.972Z' fill='%23060606'/%3E%3Cpath d='M263.255 216.841C267.394 209.293 268.127 198.25 264.419 187.208C261.488 178.495 256.401 171.422 250.495 167.108L248.081 157.705C247.003 158.093 245.925 158.481 244.804 158.87C241.528 160.034 238.252 161.199 234.975 162.363C234.329 162.579 233.682 162.838 232.992 163.054C232.259 163.312 231.57 163.528 230.88 163.873C229.931 164.304 229.026 164.822 228.207 165.426C226.483 166.677 225.017 168.23 223.81 169.998C222.517 171.896 221.525 173.966 220.792 176.123C219.973 178.495 219.499 180.997 219.24 183.456C218.982 186.173 219.025 188.934 219.283 191.651C219.585 194.584 220.189 197.474 221.051 200.278C221.18 200.709 221.309 201.14 221.482 201.572C227.129 218.437 240.968 229.048 252.65 225.726C255.582 224.907 258.341 223.656 261.186 222.621C262.264 222.233 263.342 221.844 264.419 221.456C264.419 221.413 263.255 216.841 263.255 216.841Z' fill='%23383838' stroke='black' stroke-width='0.838323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M262.077 222.056C250.997 222.056 239.832 211.747 234.874 196.996C229.055 179.613 234.142 162.144 246.212 158.089C247.894 157.528 249.661 157.227 251.472 157.227C262.551 157.227 273.716 167.535 278.674 182.287C281.476 190.698 281.864 199.368 279.752 206.657C277.639 214.033 273.199 219.209 267.336 221.15C265.655 221.797 263.887 222.056 262.077 222.056Z' fill='white'/%3E%3Cpath d='M251.494 157.679C262.099 157.679 273.308 167.686 278.266 182.438C284.042 199.648 279.085 216.815 267.229 220.783C265.548 221.344 263.824 221.603 262.099 221.603C251.494 221.603 240.286 211.596 235.328 196.844C229.551 179.634 234.509 162.467 246.364 158.499C248.046 157.938 249.77 157.679 251.494 157.679ZM251.494 156.816C249.641 156.816 247.83 157.118 246.106 157.679C240.113 159.706 235.587 164.925 233.431 172.474C231.276 179.893 231.664 188.649 234.509 197.103C236.966 204.436 240.932 210.733 246.019 215.392C251.02 219.964 256.711 222.465 262.099 222.465C263.953 222.465 265.764 222.164 267.488 221.603C273.48 219.576 278.007 214.356 280.162 206.808C282.318 199.389 281.93 190.633 279.085 182.179C276.627 174.846 272.661 168.549 267.574 163.89C262.617 159.318 256.883 156.816 251.494 156.816Z' fill='black'/%3E%3Cpath d='M265.747 177.719C264.755 173.967 262.126 173.751 258.979 174.786L257.987 169.395L255.616 170.473L256.607 175.735C256.004 175.994 255.357 176.339 254.754 176.641L253.762 171.379L251.391 172.457L252.383 177.849C251.865 178.064 251.348 178.323 250.917 178.582V178.539L247.641 180.005L248.287 183.499C248.287 183.499 250.012 182.636 250.012 182.723C251.003 182.291 251.434 182.938 251.607 183.542L252.728 189.667C252.771 189.624 252.9 189.624 252.986 189.581C252.9 189.624 252.814 189.667 252.728 189.667L254.323 198.251C254.366 198.682 254.323 199.415 253.633 199.717C253.676 199.76 251.908 200.494 251.908 200.494L252.167 204.635L255.228 203.254C255.788 202.995 256.349 202.737 256.909 202.521L257.858 207.956L260.229 206.877L259.237 201.486C259.884 201.184 260.53 200.925 261.134 200.623L262.126 205.972L264.497 204.893L263.505 199.459C267.428 197.345 269.972 194.671 269.325 189.365C268.851 185.095 267.083 183.844 264.669 184.146C265.919 182.55 266.48 180.437 265.747 177.719ZM264.583 190.875C265.359 194.93 260.229 196.741 258.634 197.518L257.34 190.271C258.892 189.538 263.807 186.605 264.583 190.875ZM261.608 181.17C262.298 184.879 258.03 186.303 256.651 186.95L255.444 180.437C256.823 179.79 260.875 177.288 261.608 181.17Z' fill='%23060606'/%3E%3Cpath d='M192.778 234.056C192.735 234.056 192.735 234.056 192.692 234.056L186.657 231.209C186.57 231.166 186.527 231.079 186.527 230.993V223.272C186.527 223.186 186.57 223.143 186.614 223.1C186.657 223.057 186.7 223.057 186.743 223.057C186.786 223.057 186.786 223.057 186.829 223.057L192.864 225.99C192.951 226.033 192.994 226.119 192.994 226.205V233.84C192.994 233.926 192.951 233.969 192.908 234.013C192.864 234.013 192.821 234.056 192.778 234.056Z' fill='white'/%3E%3Cpath d='M186.685 223.283L192.72 226.216V233.851L186.685 231.004V223.283ZM186.685 222.852C186.599 222.852 186.513 222.895 186.469 222.938C186.34 223.024 186.254 223.153 186.254 223.283V231.004C186.254 231.176 186.34 231.306 186.513 231.392L192.548 234.239C192.591 234.282 192.677 234.282 192.72 234.282C192.807 234.282 192.893 234.239 192.936 234.196C193.065 234.109 193.151 233.98 193.151 233.851V226.216C193.151 226.043 193.065 225.914 192.893 225.828L186.857 222.895C186.814 222.852 186.771 222.852 186.685 222.852Z' fill='%23060606'/%3E%3Cpath d='M192.895 234.023C192.852 234.023 192.809 234.023 192.766 233.98C192.723 233.937 192.68 233.851 192.68 233.807V226.173C192.68 226.087 192.723 226 192.809 226L198.715 222.895C198.758 222.895 198.801 222.852 198.801 222.852C198.844 222.852 198.888 222.852 198.931 222.895C198.974 222.938 199.017 223.024 199.017 223.067V230.918C199.017 231.004 198.974 231.09 198.888 231.09L192.981 234.023C192.981 234.023 192.938 234.023 192.895 234.023Z' fill='black'/%3E%3Cpath d='M198.743 223.009V230.86L192.837 233.793V226.158L198.743 223.009ZM198.743 222.578C198.657 222.578 198.614 222.578 198.528 222.621L192.622 225.727C192.492 225.813 192.406 225.943 192.406 226.115V233.75C192.406 233.879 192.492 234.052 192.622 234.095C192.708 234.138 192.751 234.181 192.837 234.181C192.924 234.181 192.967 234.181 193.01 234.138L198.916 231.205C199.045 231.119 199.174 230.989 199.174 230.817V223.009C199.174 222.837 199.088 222.708 198.959 222.621C198.916 222.621 198.83 222.578 198.743 222.578Z' fill='%23060606'/%3E%3Cpath d='M192.778 226.4C192.735 226.4 192.735 226.4 192.692 226.4L186.657 223.467C186.57 223.424 186.527 223.338 186.527 223.294C186.527 223.208 186.57 223.122 186.657 223.079L192.692 219.887C192.735 219.887 192.778 219.844 192.778 219.844C192.821 219.844 192.864 219.844 192.864 219.887L198.771 222.863C198.857 222.906 198.9 222.992 198.9 223.036C198.9 223.079 198.857 223.208 198.771 223.208L192.864 226.314C192.864 226.357 192.821 226.4 192.778 226.4Z' fill='%23B0F127'/%3E%3Cpath d='M192.72 220.07L198.626 223.046L192.72 226.152L186.685 223.219L192.72 220.07ZM192.72 219.639C192.634 219.639 192.591 219.639 192.505 219.682L186.469 222.874C186.34 222.96 186.254 223.089 186.254 223.262C186.254 223.434 186.34 223.564 186.513 223.65L192.548 226.583C192.591 226.626 192.677 226.626 192.72 226.626C192.807 226.626 192.85 226.626 192.936 226.583L198.842 223.478C198.971 223.391 199.058 223.262 199.058 223.089C199.058 222.917 198.971 222.787 198.842 222.701L192.936 219.725C192.85 219.682 192.807 219.639 192.72 219.639Z' fill='%23060606'/%3E%3Cpath d='M193.627 57.4331C192.658 57.403 191.848 58.1649 191.818 59.1342C191.788 60.1035 192.549 60.914 193.518 60.944C194.488 60.974 195.298 60.2122 195.328 59.2429C195.358 58.2736 194.597 57.4631 193.627 57.4331Z' fill='%23F5F5F5' stroke='black' stroke-width='0.838323' stroke-miterlimit='10'/%3E%3Cpath d='M100.453 153.733L101.917 152.013C102.03 151.895 102.08 151.742 102.068 151.591C102.056 151.444 101.989 151.322 101.909 151.237C101.829 151.153 101.712 151.077 101.566 151.056C101.413 151.035 101.255 151.077 101.13 151.186L99.4062 152.547L97.3073 150.637C97.2247 150.556 97.0989 150.485 96.9398 150.491C96.7779 150.497 96.6597 150.58 96.5907 150.658C96.4661 150.799 96.4053 151.028 96.5036 151.241L96.5173 151.271L96.5356 151.298L98.06 153.58L96.2697 155.845L96.247 155.874L96.2296 155.906C95.9932 156.345 96.4457 156.829 96.8997 156.619L96.9256 156.607L96.9496 156.592L99.4193 155.013L101.243 156.404C101.359 156.51 101.508 156.557 101.655 156.545C101.802 156.534 101.924 156.466 102.008 156.386C102.093 156.306 102.168 156.189 102.189 156.043C102.211 155.887 102.166 155.725 102.052 155.598L100.453 153.733Z' fill='%23F5F5F5' stroke='black' stroke-width='0.838323' stroke-miterlimit='10'/%3E%3Cpath d='M202.991 67.8327L202.788 65.612C202.785 65.4635 202.729 65.3124 202.604 65.2014C202.479 65.0906 202.328 65.0576 202.206 65.0625C201.994 65.0711 201.674 65.2255 201.65 65.5863L201.392 67.7522L198.565 67.8999C198.393 67.9032 198.261 67.996 198.186 68.1014C198.116 68.1996 198.093 68.3066 198.09 68.3903C198.088 68.474 198.104 68.5822 198.168 68.6846C198.233 68.7893 198.351 68.8859 198.51 68.9066L201.182 69.4245L201.531 72.2543C201.541 72.4157 201.631 72.5398 201.732 72.6118C201.83 72.6818 201.937 72.7048 202.021 72.7074C202.104 72.71 202.213 72.6937 202.315 72.6299C202.419 72.5653 202.514 72.4497 202.536 72.293L203.135 69.478L205.411 69.1641C205.552 69.1572 205.686 69.0988 205.785 68.9913C205.887 68.8803 205.927 68.7448 205.931 68.6278C205.938 68.3983 205.802 68.1256 205.502 68.0405L205.462 68.0292L205.421 68.0259L202.991 67.8327Z' fill='%23F5F5F5' stroke='black' stroke-width='0.838323' stroke-miterlimit='10'/%3E%3Cpath d='M5.35409 177.219C7.75879 177.219 9.70819 175.268 9.70819 172.862C9.70819 170.456 7.75879 168.506 5.35409 168.506C2.94939 168.506 1 170.456 1 172.862C1 175.268 2.94939 177.219 5.35409 177.219Z' fill='%23B0F127' stroke='black' stroke-width='0.838323' stroke-miterlimit='10'/%3E%3Cpath d='M23.887 191.615L24.6003 188.839L24.6135 188.788V188.735C24.6135 188.525 24.5012 188.316 24.2895 188.225C24.1871 188.182 24.0607 188.168 23.9344 188.21C23.8151 188.249 23.7219 188.331 23.6632 188.431L22.0667 190.867L19.7674 190.312C19.4339 190.229 19.1845 190.448 19.0932 190.646C19.044 190.752 19.0177 190.892 19.0564 191.038C19.098 191.196 19.2052 191.323 19.3509 191.396L19.3509 191.396L19.3563 191.398L21.5707 192.467L20.9466 194.613L20.9443 194.621L20.9424 194.629C20.8589 194.963 21.0771 195.213 21.2757 195.305C21.3824 195.354 21.5218 195.38 21.6684 195.342C21.824 195.301 21.9497 195.195 22.023 195.053L23.0574 193.098L25.7412 194.006L25.7412 194.006L25.743 194.006C25.8665 194.048 26.0126 194.048 26.1481 193.978C26.2767 193.912 26.354 193.803 26.392 193.702C26.4538 193.537 26.4481 193.229 26.1747 193.075L23.887 191.615Z' fill='%23F5F5F5' stroke='black' stroke-width='0.838323' stroke-miterlimit='10'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-event-info {
    background: url("data:image/svg+xml;utf8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.69263 0C2.65464 0 1 1.53722 1 3.43058V24.5674C1 26.4628 2.65464 28 4.69263 28H23.3095C25.3475 28 27 26.4628 27 24.5674V3.43058C27 1.53722 25.3475 0 23.3074 0H4.69263Z' fill='%23131F00'/%3E%3Cpath d='M1 24.5466C1 26.4534 2.65464 28 4.69263 28H23.3095C25.3475 28 27 26.4534 27 24.5466V21H1V24.5466Z' fill='%23BFFF40'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 5.55602C7 5.14334 7.17627 4.74756 7.49002 4.45575C7.80378 4.16394 8.22932 4 8.67304 4H19.327C19.7707 4 20.1962 4.16394 20.51 4.45575C20.8237 4.74756 21 5.14334 21 5.55602C21 5.9687 20.8237 6.36448 20.51 6.65629C20.1962 6.9481 19.7707 7.11203 19.327 7.11203H8.67304C8.22932 7.11203 7.80378 6.9481 7.49002 6.65629C7.17627 6.36448 7 5.9687 7 5.55602ZM7 11C7 10.5873 7.17627 10.1915 7.49002 9.89973C7.80378 9.60792 8.22932 9.44398 8.67304 9.44398H19.327C19.7707 9.44398 20.1962 9.60792 20.51 9.89973C20.8237 10.1915 21 10.5873 21 11C21 11.4127 20.8237 11.8085 20.51 12.1003C20.1962 12.3921 19.7707 12.556 19.327 12.556H8.67304C8.22932 12.556 7.80378 12.3921 7.49002 12.1003C7.17627 11.8085 7 11.4127 7 11ZM8.67304 14.888C8.22932 14.888 7.80378 15.0519 7.49002 15.3437C7.17627 15.6355 7 16.0313 7 16.444C7 16.8567 7.17627 17.2524 7.49002 17.5443C7.80378 17.8361 8.22932 18 8.67304 18H15.0663C15.51 18 15.9355 17.8361 16.2493 17.5443C16.5631 17.2524 16.7393 16.8567 16.7393 16.444C16.7393 16.0313 16.5631 15.6355 16.2493 15.3437C15.9355 15.0519 15.51 14.888 15.0663 14.888H8.67304Z' fill='%23BFFF40'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-fervent {
    background: url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.068 4.54959C12.0458 4.51231 12.0106 4.4845 11.9692 4.47144C11.9278 4.45838 11.883 4.46097 11.8434 4.47873C11.5074 4.6313 10.6691 5.07359 10.292 5.82387C10.2651 5.87816 10.1834 5.85759 10.1857 5.79702C10.2537 4.07473 9.24686 1.8713 7.08572 1.01244C7.04375 0.995824 6.99701 0.995853 6.95506 1.01253C6.91311 1.0292 6.87911 1.06126 6.86 1.10216C6.57657 1.7073 5.44343 4.00902 4.07143 5.23816C3.42353 5.76526 2.90138 6.43026 2.54303 7.18472C2.18469 7.93917 1.99917 8.76407 2 9.5993C1.9995 10.5563 2.2433 11.4975 2.70829 12.3339C3.17328 13.1703 3.84407 13.8741 4.65715 14.3787C4.97143 14.573 5.356 14.2702 5.24572 13.9182C4.544 11.6753 6.87257 10.0256 7.76629 9.48787C7.79494 9.47046 7.82795 9.46153 7.86148 9.46214C7.895 9.46274 7.92767 9.47284 7.95568 9.49128C7.98369 9.50971 8.00589 9.53572 8.0197 9.56627C8.03352 9.59682 8.03838 9.63067 8.03372 9.66387C7.97029 10.1267 7.94343 10.9044 8.40343 11.2216C9.07886 11.6873 10.2846 12.0056 9.82629 14.061L9.82457 14.0713C9.74857 14.4084 10.1063 14.6793 10.4074 14.5096C12.0303 13.5936 13.128 11.8667 13.2497 9.74387C13.4057 7.01873 12.3709 5.06045 12.068 4.54959Z' fill='url(%23paint0_linear_2029_3113)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2029_3113' x1='7.63282' y1='1' x2='7.63282' y2='14.5617' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8A00'/%3E%3Cstop offset='1' stop-color='%23FF3D00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-first-place {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='40' height='40' rx='2' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_3606_15154' transform='translate(0 0.1375) scale(0.00833333)'/%3E%3C/pattern%3E%3Cimage id='image0_3606_15154' width='120' height='87' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-gift-box {
    background: url("data:image/svg+xml;utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9114 6.37691H2.08789C1.7648 6.37691 1.50195 6.11406 1.50195 5.79098V4.19922C1.50195 3.87613 1.7648 3.61328 2.08789 3.61328H9.9114C10.2345 3.61328 10.4973 3.87613 10.4973 4.19922V5.79098C10.4973 6.11407 10.2345 6.37691 9.9114 6.37691ZM2.20508 5.67379H9.79421V4.31641H2.20508V5.67379Z' fill='%23B9F641'/%3E%3Cpath d='M9.27973 10.3973H2.721C2.3886 10.3973 2.11816 10.1269 2.11816 9.7945V6.22632H2.82129V9.69422H9.17945V6.22632H9.88257V9.7945C9.88257 10.1269 9.61214 10.3973 9.27973 10.3973Z' fill='%23B9F641'/%3E%3Cpath d='M5.64844 3.96484H6.35156V9.82947H5.64844V3.96484Z' fill='%23B9F641'/%3E%3Cpath d='M6.91856 4.25056C6.87531 4.25056 6.83121 4.24983 6.78608 4.24835C6.36837 4.2347 6.0126 4.16279 5.99767 4.15975L5.77014 4.11324L5.72363 3.88571C5.72057 3.87078 5.64867 3.51498 5.63502 3.09729C5.61469 2.475 5.73484 2.02902 5.99214 1.77172C6.27519 1.48866 6.65158 1.33276 7.0519 1.33276C7.45222 1.33276 7.82858 1.48866 8.11166 1.77174C8.696 2.35608 8.69601 3.30689 8.11167 3.89125L8.11166 3.89126C7.87302 4.12989 7.47196 4.25056 6.91856 4.25056ZM6.37461 3.50861C6.49569 3.52467 6.65238 3.54088 6.81806 3.54588C7.3984 3.56337 7.57443 3.43411 7.61448 3.39406C7.92468 3.08385 7.92468 2.57911 7.61448 2.2689C7.46421 2.11863 7.26441 2.03588 7.0519 2.03588C6.83938 2.03588 6.63959 2.11863 6.48933 2.2689C6.44891 2.30931 6.31858 2.4868 6.33777 3.07432C6.34311 3.23744 6.35892 3.39021 6.37461 3.50861Z' fill='%23B9F641'/%3E%3Cpath d='M5.08058 4.25056C4.52712 4.25056 4.12614 4.1299 3.88748 3.89126L3.88747 3.89125C3.30313 3.30689 3.30313 2.35608 3.88748 1.77174C4.17054 1.48866 4.5469 1.33276 4.94724 1.33276C5.34758 1.33276 5.72393 1.48866 6.00701 1.77174C6.2643 2.02902 6.38445 2.47501 6.36412 3.09729C6.35047 3.51499 6.27856 3.87078 6.27551 3.88571L6.229 4.11324L6.00147 4.15975C5.98654 4.16279 5.63075 4.2347 5.21306 4.24835C5.16891 4.2498 5.12474 4.25054 5.08058 4.25056ZM4.38466 3.39406C4.42506 3.43446 4.60265 3.56479 5.19008 3.5456C5.3532 3.54027 5.50598 3.52446 5.62437 3.50876C5.64044 3.38768 5.65665 3.231 5.66165 3.06531C5.67918 2.48475 5.54988 2.30896 5.50982 2.26892C5.35955 2.11863 5.15976 2.03588 4.94724 2.03588C4.73473 2.03588 4.53493 2.11863 4.38466 2.2689C4.07445 2.57911 4.07446 3.08385 4.38466 3.39406Z' fill='%23B9F641'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-google-s {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.5' x='36.875' y='16.8359' width='6.32812' height='33.75' rx='3.16406' transform='rotate(90 36.875 16.8359)' fill='%23F12121'/%3E%3Crect x='25.697' y='3.80371' width='6.32812' height='33.75' rx='3.16406' transform='rotate(30 25.697 3.80371)' fill='%23E24134'/%3E%3Crect x='8.82202' y='6.96777' width='6.32812' height='33.75' rx='3.16406' transform='rotate(-30 8.82202 6.96777)' fill='%23E24134'/%3E%3Cpath d='M10.4041 9.70244C9.53032 8.18909 10.0488 6.25398 11.5622 5.38025C13.0755 4.50652 15.0106 5.02503 15.8844 6.53838L21.817 16.814L21.8283 16.8336L25.4806 23.1595L18.1721 23.157L10.4041 9.70244Z' fill='%23F2B707'/%3E%3Cpath d='M6.28906 23.1592C4.5416 23.1592 3.125 21.7426 3.125 19.9951C3.125 18.2477 4.5416 16.8311 6.28906 16.8311L20 16.8311L21.6335 19.6603L21.3786 21.0253L20 23.1592L6.28906 23.1592Z' fill='%2331A350'/%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M28.4415 34.6141C29.9548 33.7404 30.4733 31.8053 29.5996 30.2919L22.7441 18.4179L22.7428 18.4179L20.0046 13.6715L16.3523 19.9974L16.341 20.017L10.4084 30.2926C9.53462 31.8059 10.0531 33.741 11.5665 34.6148C13.0798 35.4885 15.0149 34.97 15.8887 33.4566L20.0042 26.3284L24.1193 33.456C24.993 34.9694 26.9281 35.4879 28.4415 34.6141Z' fill='%23E24134'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.4361 5.37895C26.9227 4.50522 24.9876 5.02373 24.1139 6.53708L17.2584 18.4111L17.259 18.4122L14.5172 23.1573H21.8218H21.8444L33.7097 23.1573C35.4571 23.1573 36.8737 21.7407 36.8737 19.9932C36.8737 18.2457 35.4571 16.8291 33.7097 16.8291L25.4788 16.8291L29.5942 9.70114C30.4679 8.18779 29.9494 6.25268 28.4361 5.37895Z' fill='%231B6FE1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4874 23.1543L22.7515 18.4155L22.7501 18.4155L20.0119 13.6691L16.3596 19.995L16.3483 20.0146L14.5356 23.1543H21.823H21.8457L25.4874 23.1543Z' fill='%23195AB1'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-header-all-nav {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.84766 0C6.54531 0 7.23612 0.137412 7.88066 0.40439C8.52521 0.671368 9.11085 1.06268 9.60416 1.556C10.0975 2.04931 10.4888 2.63495 10.7558 3.27949C11.0227 3.92404 11.1602 4.61485 11.1602 5.3125V9.625C11.1602 10.1773 10.7124 10.625 10.1602 10.625H5.84766C4.4387 10.625 3.08744 10.0653 2.09115 9.06901C1.09487 8.07272 0.535159 6.72146 0.535159 5.3125C0.535159 3.90354 1.09487 2.55228 2.09115 1.556C3.08744 0.559708 4.4387 0 5.84766 0ZM8.66016 8.125V5.3125C8.66016 4.75624 8.49521 4.21247 8.18617 3.74996C7.87713 3.28745 7.43787 2.92696 6.92396 2.71409C6.41004 2.50122 5.84454 2.44552 5.29897 2.55404C4.7534 2.66256 4.25226 2.93043 3.85892 3.32376C3.46559 3.7171 3.19772 4.21824 3.0892 4.76381C2.98068 5.30938 3.03638 5.87488 3.24925 6.3888C3.46212 6.90271 3.8226 7.34197 4.28512 7.65101C4.74763 7.96005 5.2914 8.125 5.84766 8.125H8.66016ZM5.84766 13.125H10.1602C10.7124 13.125 11.1602 13.5727 11.1602 14.125V18.4375C11.1602 19.4882 10.8486 20.5153 10.2648 21.389C9.6811 22.2626 8.8514 22.9435 7.88066 23.3456C6.90993 23.7477 5.84177 23.8529 4.81124 23.6479C3.78072 23.4429 2.83412 22.937 2.09115 22.194C1.34819 21.451 0.842221 20.5044 0.637237 19.4739C0.432253 18.4434 0.537458 17.3752 0.939549 16.4045C1.34164 15.4338 2.02256 14.6041 2.89619 14.0203C3.76983 13.4366 4.79695 13.125 5.84766 13.125ZM5.84766 15.625C5.2914 15.625 4.74763 15.79 4.28512 16.099C3.8226 16.408 3.46212 16.8473 3.24925 17.3612C3.03638 17.8751 2.98068 18.4406 3.0892 18.9862C3.19772 19.5318 3.46559 20.0329 3.85892 20.4262C4.25226 20.8196 4.7534 21.0874 5.29897 21.196C5.84454 21.3045 6.41004 21.2488 6.92396 21.0359C7.43787 20.823 7.87713 20.4626 8.18617 20C8.49521 19.5375 8.66016 18.9938 8.66016 18.4375V15.625H5.84766ZM18.9727 0C20.3816 0 21.7329 0.559708 22.7292 1.556C23.7255 2.55228 24.2852 3.90354 24.2852 5.3125C24.2852 6.72146 23.7255 8.07272 22.7292 9.06901C21.7329 10.0653 20.3816 10.625 18.9727 10.625H14.6602C14.1079 10.625 13.6602 10.1773 13.6602 9.625V5.3125C13.6602 3.90354 14.2199 2.55228 15.2162 1.556C16.2124 0.559708 17.5637 0 18.9727 0ZM18.9727 8.125C19.5289 8.125 20.0727 7.96005 20.5352 7.65101C20.9977 7.34197 21.3582 6.90271 21.5711 6.3888C21.7839 5.87488 21.8396 5.30938 21.7311 4.76381C21.6226 4.21824 21.3547 3.7171 20.9614 3.32376C20.5681 2.93043 20.0669 2.66256 19.5214 2.55404C18.9758 2.44552 18.4103 2.50122 17.8964 2.71409C17.3824 2.92696 16.9432 3.28745 16.6341 3.74996C16.3251 4.21247 16.1602 4.75624 16.1602 5.3125V8.125H18.9727ZM13.6602 14.125C13.6602 13.5727 14.1079 13.125 14.6602 13.125H18.9727C20.0234 13.125 21.0505 13.4366 21.9241 14.0203C22.7978 14.6041 23.4787 15.4338 23.8808 16.4045C24.2829 17.3752 24.3881 18.4434 24.1831 19.4739C23.9781 20.5044 23.4721 21.451 22.7292 22.194C21.9862 22.937 21.0396 23.4429 20.0091 23.6479C18.9786 23.8529 17.9104 23.7477 16.9397 23.3456C15.9689 22.9435 15.1392 22.2626 14.5555 21.389C13.9717 20.5153 13.6602 19.4882 13.6602 18.4375V14.125ZM16.1602 15.625V18.4375C16.1602 18.9938 16.3251 19.5375 16.6341 20C16.9432 20.4626 17.3824 20.823 17.8964 21.0359C18.4103 21.2488 18.9758 21.3045 19.5214 21.196C20.0669 21.0874 20.5681 20.8196 20.9614 20.4262C21.3547 20.0329 21.6226 19.5318 21.7311 18.9862C21.8396 18.4406 21.7839 17.8751 21.5711 17.3612C21.3582 16.8473 20.9977 16.408 20.5352 16.099C20.0727 15.79 19.5289 15.625 18.9727 15.625H16.1602Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-header-contract-icon {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 10.125V4.125M9 4.125V4.125C8.27967 3.40467 7.3027 3 6.28401 3H3C2.58579 3 2.25 3.33579 2.25 3.75V13.5C2.25 13.9142 2.58579 14.25 3 14.25H7.125V14.25C7.99101 15.6356 10.009 15.6356 10.875 14.25V14.25H15C15.4142 14.25 15.75 13.9142 15.75 13.5V3.75C15.75 3.33579 15.4142 3 15 3H11.716C10.6973 3 9.72033 3.40467 9 4.125V4.125Z' stroke='currentColor' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-header-demo1 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 12.3125H3V23.5C3 24.0523 3.44772 24.5 4 24.5H26C26.5523 24.5 27 24.0523 27 23.5V12.3125ZM17.04 19.625C16.5761 19.625 16.2 20.0615 16.2 20.6V21.0875C16.2 21.626 16.5761 22.0625 17.04 22.0625H23.76C24.2239 22.0625 24.6 21.626 24.6 21.0875V20.6C24.6 20.0615 24.2239 19.625 23.76 19.625H17.04Z' fill='%23D5ED86'/%3E%3Cpath d='M3 6C3 5.44772 3.44772 5 4 5H26C26.5523 5 27 5.44772 27 6V9.875H3V6Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-header-nav-arrow {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12H3' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 6L21 12L15 18' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-homeindex-guide-icon1 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='75' height='68' viewBox='0 0 75 68' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='75' height='68' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1023_57898' transform='scale(0.0133333 0.0147059)'/%3E%3C/pattern%3E%3Cimage id='image0_1023_57898' width='75' height='68' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-homeindex-guide-icon2 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='65' height='82' viewBox='0 0 65 82' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='65' height='82' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1023_57906' transform='scale(0.0153846 0.0121951)'/%3E%3C/pattern%3E%3Cimage id='image0_1023_57906' width='65' height='82' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABSCAYAAAALtblwAAAMPmlDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnluSkEBoAQSkhN4EkRpASggt9N5EJSQBQokxEFTs6KKCaxcL2NBVEQUrzYIidhbF3hcLKsq6WLArb1JA133le+f75t7//nPmP2fOnVsGALXjHJEoD1UHIF9YKI4N9qcnp6TSSU8BAjBABqOAPYdbIGJGR4cDaEPnv9u769Ab2hV7qdY/+/+rafD4BVwAkGiIM3gF3HyIDwKAV3FF4kIAiFLebEqhSIphA1pimCDEC6U4S46rpDhDjvfKfOJjWRC3A6CkwuGIswBQvQR5ehE3C2qo9kPsKOQJhACo0SH2yc+fxIM4HWJr6COCWKrPyPhBJ+tvmhnDmhxO1jCWz0VmSgGCAlEeZ9r/WY7/bfl5kqEYlrCpZItDYqVzhnW7mTspTIpVIO4TZkRGQawJ8QcBT+YPMUrJloQkyP1RA24BC9YM6EDsyOMEhEFsAHGQMC8yXMFnZAqC2BDDFYJOFRSy4yHWhXghvyAwTuGzWTwpVhELbcgUs5gK/ixHLIsrjXVfkpvAVOi/zuazFfqYanF2fBLEFIjNiwSJkRCrQuxQkBsXpvAZW5zNihzyEUtipfmbQxzLFwb7y/WxokxxUKzCvyy/YGi+2OZsATtSgfcXZseHyOuDtXM5svzhXLBLfCEzYUiHX5AcPjQXHj8gUD537BlfmBCn0PkgKvSPlY/FKaK8aIU/bsrPC5byphC7FBTFKcbiiYVwQcr18UxRYXS8PE+8OIcTGi3PB18GwgELBAA6kMCWASaBHCDo7Gvsg1fyniDAAWKQBfjAXsEMjUiS9QjhMQ4Ugz8h4oOC4XH+sl4+KIL812FWfrQHmbLeItmIXPAE4nwQBvLgtUQ2SjgcLRE8hozgH9E5sHFhvnmwSfv/PT/EfmeYkAlXMJKhiHS1IU9iIDGAGEIMItrg+rgP7oWHw6MfbE44A/cYmsd3f8ITQhfhIeEaoZtwa6KgRPxTlhGgG+oHKWqR8WMtcEuo6Yr7495QHSrjOrg+sMddYBwm7gsju0KWpchbWhX6T9p/m8EPd0PhR3Yko+QRZD+y9c8jVW1VXYdVpLX+sT7yXDOG680a7vk5PuuH6vPgOexnT2whdgA7g53AzmFHsEZAx1qxJqwDOyrFw6vrsWx1DUWLleWTC3UE/4g3dGellSxwrHXsdfwi7yvkT5W+owFrkmiaWJCVXUhnwi8Cn84Wch1G0Z0cnZwBkH5f5K+vNzGy7wai0/Gdm/cHAN6tg4ODh79zoa0A7HOHj3/zd86aAT8dygCcbeZKxEVyDpceCPAtoQafND1gBMyANZyPE3ADXsAPBIJQEAXiQQqYALPPhutcDKaAGWAuKAXlYBlYDdaDTWAr2An2gP2gERwBJ8BpcAFcAtfAHbh6esAL0A/egc8IgpAQKkJD9BBjxAKxQ5wQBuKDBCLhSCySgqQjWYgQkSAzkHlIObICWY9sQWqQfUgzcgI5h3Qht5AHSC/yGvmEYqgKqoUaopboaJSBMtEwNB4dj2ahk9FidD66BF2LVqO70Qb0BHoBvYZ2oy/QAQxgypgOZoLZYwyMhUVhqVgmJsZmYWVYBVaN1WEt8D5fwbqxPuwjTsRpOB23hys4BE/AufhkfBa+GF+P78Qb8Hb8Cv4A78e/EagEA4IdwZPAJiQTsghTCKWECsJ2wiHCKfgs9RDeEYlEHaIV0R0+iynEHOJ04mLiBmI98Tixi/iIOEAikfRIdiRvUhSJQyoklZLWkXaTWkmXST2kD0rKSsZKTkpBSqlKQqUSpQqlXUrHlC4rPVX6TFYnW5A9yVFkHnkaeSl5G7mFfJHcQ/5M0aBYUbwp8ZQcylzKWkod5RTlLuWNsrKyqbKHcoyyQHmO8lrlvcpnlR8of1TRVLFVYamkqUhUlqjsUDmuckvlDZVKtaT6UVOphdQl1BrqSep96gdVmqqDKluVpzpbtVK1QfWy6ks1spqFGlNtglqxWoXaAbWLan3qZHVLdZY6R32WeqV6s/oN9QENmsYYjSiNfI3FGrs0zmk80yRpWmoGavI052tu1Typ+YiG0cxoLBqXNo+2jXaK1qNF1LLSYmvlaJVr7dHq1OrX1tR20U7UnqpdqX1Uu1sH07HUYevk6SzV2a9zXefTCMMRzBH8EYtG1I24POK97khdP12+bpluve413U96dL1AvVy95XqNevf0cX1b/Rj9Kfob9U/p943UGuk1kjuybOT+kbcNUANbg1iD6QZbDToMBgyNDIMNRYbrDE8a9hnpGPkZ5RitMjpm1GtMM/YxFhivMm41fk7XpjPpefS19HZ6v4mBSYiJxGSLSafJZ1Mr0wTTEtN603tmFDOGWabZKrM2s35zY/MI8xnmtea3LcgWDItsizUWZyzeW1pZJlkusGy0fGala8W2KraqtbprTbX2tZ5sXW191YZow7DJtdlgc8kWtXW1zbattL1oh9q52QnsNth1jSKM8hglHFU96oa9ij3Tvsi+1v6Bg45DuEOJQ6PDy9Hmo1NHLx99ZvQ3R1fHPMdtjnfGaI4JHVMypmXMaydbJ65TpdNVZ6pzkPNs5ybnVy52LnyXjS43XWmuEa4LXNtcv7q5u4nd6tx63c3d092r3G8wtBjRjMWMsx4ED3+P2R5HPD56unkWeu73/MvL3ivXa5fXs7FWY/ljt4195G3qzfHe4t3tQ/dJ99ns0+1r4svxrfZ96Gfmx/Pb7veUacPMYe5mvvR39Bf7H/J/z/JkzWQdD8ACggPKAjoDNQMTAtcH3g8yDcoKqg3qD3YNnh58PIQQEhayPOQG25DNZdew+0PdQ2eGtoephMWFrQ97GG4bLg5viUAjQiNWRtyNtIgURjZGgSh21Mqoe9FW0ZOjD8cQY6JjKmOexI6JnRF7Jo4WNzFuV9y7eP/4pfF3EqwTJAltiWqJaYk1ie+TApJWJHUnj06emXwhRT9FkNKUSkpNTN2eOjAucNzqcT1prmmladfHW42fOv7cBP0JeROOTlSbyJl4IJ2QnpS+K/0LJ4pTzRnIYGdUZfRzWdw13Bc8P94qXi/fm7+C/zTTO3NF5rMs76yVWb3ZvtkV2X0ClmC94FVOSM6mnPe5Ubk7cgfzkvLq85Xy0/ObhZrCXGH7JKNJUyd1iexEpaLuyZ6TV0/uF4eJtxcgBeMLmgq14I98h8Ra8ovkQZFPUWXRhymJUw5M1ZgqnNoxzXbaomlPi4OKf5uOT+dOb5thMmPujAczmTO3zEJmZcxqm202e/7snjnBc3bOpczNnft7iWPJipK385Lmtcw3nD9n/qNfgn+pLVUtFZfeWOC1YNNCfKFgYeci50XrFn0r45WdL3csryj/spi7+PyvY35d++vgkswlnUvdlm5cRlwmXHZ9ue/ynSs0VhSveLQyYmXDKvqqslVvV09cfa7CpWLTGsoayZruteFrm9aZr1u27sv67PXXKv0r66sMqhZVvd/A23B5o9/Guk2Gm8o3fdos2HxzS/CWhmrL6oqtxK1FW59sS9x25jfGbzXb9beXb/+6Q7ije2fszvYa95qaXQa7ltaitZLa3t1puy/tCdjTVGdft6Vep758L9gr2ft8X/q+6/vD9rcdYByoO2hxsOoQ7VBZA9IwraG/Mbuxuymlqas5tLmtxavl0GGHwzuOmBypPKp9dOkxyrH5xwZbi1sHjouO953IOvGobWLbnZPJJ6+2x7R3ngo7dfZ00OmTZ5hnWs96nz1yzvNc83nG+cYLbhcaOlw7Dv3u+vuhTrfOhovuF5sueVxq6Rrbdeyy7+UTVwKunL7KvnrhWuS1rusJ12/eSLvRfZN389mtvFuvbhfd/nxnzl3C3bJ76vcq7hvcr/7D5o/6brfuow8CHnQ8jHt45xH30YvHBY+/9Mx/Qn1S8dT4ac0zp2dHeoN6Lz0f97znhejF577SPzX+rHpp/fLgX35/dfQn9/e8Er8afL34jd6bHW9d3rYNRA/cf5f/7vP7sg96H3Z+ZHw88ynp09PPU76Qvqz9avO15VvYt7uD+YODIo6YI/sVwGBDMzMBeL0DAGoKADS4P6OMk+//ZIbI96wyBP4Tlu8RZeYGQB38f4/pg383NwDYuw1uv6C+WhoA0VQA4j0A6uw83Ib2arJ9pdSIcB+wOfJrRn4G+Dcm33P+kPfPZyBVdQE/n/8FrIp8bmPwq9AAAAA4ZVhJZk1NACoAAAAIAAGHaQAEAAAAAQAAABoAAAAAAAKgAgAEAAAAAQAAAEGgAwAEAAAAAQAAAFIAAAAA+B9vKwAAC+hJREFUeAHtXGlsFMkVLo8vwIsZIJw2MAYBCziGDYFkF2yQOISiRfCHQ4CAcEmsCLtE8CMC5ACJFAkIh0S0hMPAD3YXEAtIgYCQMMIrCEgYWMwhImxzyAlBi23seDG2O99X06/d056xPfaMPUMoqVxVr15Vv+/r6ldH9zhGBRni4uImulyuzw3DcKNpEdLDNTU1uUF2E73qsbGx8xMSEgzEt/Hx8QZiDctIc4DKE73IgrAcYAtMEkiET0RdOWTZQXQXMaquIC2pwvDXTSRlgfmYmJjOyP4eRBRjxMzUSlHyJ1gSKoDrjQlag5e84EU5BSR8i5FxCXGUyCM5dZLghuE5iK9wRwuZh/EeBwADd10TQDnz9oByrFnOQj7f7INONGKDGKwNhMH/RubniJ0QaXg67uoKzAgJtbW1t5GfC1kqwMURPKMzyMhAna5EMgqzyWdoW1VXV/cPp34klH1Q0NnZjSIgBhPPM2QrIRuAcgdd4fgjBNjFjj6egIhFkTal+iUhAJhagI9FXR1S52Nk4Za2kloV3kwdEhfqct++fftr5Iu84vb92wDMmDFj1MiRIxtYRQJMoW5DkP4C9HzEDj0SwPos0+fsQL7d/UUDEjp06KBu3LihLly4oLp06WIBEjACkqnILCVbRupFn1XUZxlRk4H0C/ihYsRFtqZtnm1AglgwYcIE9eLFC7V161YFxyh+QaotQCLwR4iTANFlaqtLRv4QiLjDJbldp63yAUkQA1avXq2eP3+uFi5cqEUEK3dUdJgKKH9k2PWcebYz+xuBWeQSHpNvoeNx6oWz3CQJvLjb7Vb79u1T169fV2PHjtWAnWBZNsH4tZdgnURJH6Zc2wLZp/QXiNm8tN/OQixsFglyTTrMvLw8dezYMdWzZ08RW+AFJCuEFEvJlrHria6tOs4kh0vw79vCXwRFghg6Y8YM9ezZM7VhwwYFQ607LPWSOsGKXFKpZ2ofFSKHrDfy9BdXwukvWkSCgNi4caN6+vSpWrBggRYJEBbswETfXi8yppQLcCkzhSyOKcIn9BcgIwf5kD8irSKB1tFfHDhwQE+po0ePpsjnrmqBKbMDFTlTu9xJiFmv7YTeYhDxxPQX9i5alW81CXJ1TqlXr17VDrR3795aTEBy9wlU8pJKW3sqev50KEN9yLfsISNBgHAqvXPnjvYXXHgRlAR7XmT+UurZdQneJMBSRzlkW/aQk0Ar+YjQX5CM6dOn2w3XeTtACgSkpWjLsI7B2QZl7mNYJVv2Fi/Bw0ICLWPweDzqxIkT2l8MHz68ARCvVuN/CZ5RyBBtls06jQF5WYJ/LjrNTcNKghhBf5Gfn6/9RadOPKqod56iQ0ASnIApd9bby6w323AJvhOOsziYKbVNSKCRDPQXhYWFatWqVRYouaNeDS8YJ0Cpk5T1QpSklNnapZpT6iW08Ui7QGmbkkAj6C+2b9+uHj58qDIzM+2GaxsFiICT1AlA9ETu0BNcmRgVTS7B68cgesMcbPTq1UslJiaqtLQ0fefo2Gh4uMLly5fVkiVL9AqU1yAYfwCdskD2CBmiL/0hLUeb1TjMORyoLeWf4jkySIREsGgMGjTIOHXqFPoIb9i1a5fRrVs3n3cZvL7dFpabioH0KTf7879lx/OzBnffukDHjh2ti4t88uTJxq1bt8LKxKtXrwyMCsuOxgALKKdOIBJMAtj3WzO/2D4iPABakZ6ebuTk5OiIZ1UbQgKkUyFj6dKlBo0NZyDZkyZN0jY4wYo9TvD+ys62oiNypF9oIphh5YMHD4ySkhIrnjx50vB4PJYhfFSkEw7bLVu2hJMH3Tcfw4EDB1rXFeNph+SZSl7sc6aN6JQICYcAts5OgD1PsF27dvUhQy5Kf5Gbmxt2MjZv3qxtwDLcIkSAii2SitxfateRfMrQjrM4lXj69evnM0vYn5Vly5bpjRE9OD0uXqLoaiDXHn3q1KlqypQpqqioyN4spHkuwW/evKnmzZun+xUbWKBNtEVmA8pYtgcp23Uk3zMlbroLhdyCggK+DwgYeOqcnZ2tzp49ax2vwZkqvEjRF7xy5YriNvrIkSMB+2htBUartWXnER+DkCGAKMNWSxPikhcEkLFeiNA6JkmUJXWNLefRd2lFRYUsLqgTMIwYMUIfre3du1f16dNHd84LkIzKykq1fPnysBJBw7gExyOol+Bc0zDYAWLdqMu1Nd6dJ+sY7US5XDEqHu/QRObC4uEQOzp+/DiTZoVp06ZZj4g0kIuRCC6Awh24BOd+hEd8SUlJ+nI+ZODmEKQA9drjfUxShsSr3x6oPyPlCChF48NHjx6tCdZwPiIcFVhXWE15UUyjVjmcGdmycz/C0/D+w7x2+AKvv+NZsz9Q2ad6qz/npaoOSfWDXxyiB960cNu2bWrWrFlB281RtHbtWmtY0ggaJe8qgu6whQ3Ovf5EVRs/qKK71aqyrNbqxZOeqJK61INmRcF3VWrTzH+psdM77ZGaIsjPc2jBSVInqEDi5s+fr+gsSQDjzp07g+ojlMqe9AQ1YlxHKzoJcF5LSOBd/HtVVZWaM2dOUP5BOly5cqUeCeIbSGZpaalUR3RqkSBW9u/fXw/tFStWqLKyMhE3mWKtobfGVBQHdfv27SbbRYKCDwkcxosXL9Ye9/z582r8+PFBDWuuFWTujgRwzbXBhwRpxBUaDz342m3Hjh1q3LhxekqU+kBp586drQVUIJ1IlPslgYZ6sEK7ePGiPiSlw5s7d672F3zjFCikpqbqKuozz4VNNISAJIjxBPLo0SP9ncK9e/f0I7Jp0ya//uL+/fvSTC+zrUKEZ5okQezndwokg4ekBw8e1GTw9ZsEOtFz585pn8AjubZeI4gdLUmbTQI7l0NSfqdAf4EtriaD0yqX0iQpIyND7d+/vyW2tFuboEgQK0mA+ItRo0bxgFalpKSo9evXq2vXroX1YFZsCGUqr75b1Cf9RbQ4v8YAtmgkNNZhNNa9JwF37T0J70nwPrzvR4J9JOCYTR8AnDlzxkvP/9Ff50go4clxMOeN7wJXPiRUV1d/jLOAH/lJ3rBhw1RxcfG7gLFJDD4kQLsYj8WHICL/8ePHasiQIWr27NlNdhLtCk4SiIdE/AyjIhNklJ4+fVrxE5vdu3dHO9aA9vsjQZTzQEZXELEGv3+qWbdunf6emd82v2uhMRI0Vs4aGBXxKJzHwSlfmetXce+Sv2iSBLnrIGIaCEnDyPgnD1DpL3jC/C6EZpNggqW/GIz8XJBRxsOV5ORkI9r9RbAkaC4wKr4BGW68iP3TmzdvaukvBgwYYESrv2gRCfII4PeNvwMhPTAqLuPDDkV/we8Vos1ftIoEk4xSjIqJiFn0F3wjjYWWEU3+IhQkyMDglDoYRKzBCCmnv+jRo0dU+ItQkqDJABE7Ed0g40B5eblBf8GRwS/eIzWEnAQBCiKWwV8MpL/AEjyGv7ylv4jEEDYSTLCcUieCjEyUS+gvuATnqXSkhJLHNT+EmwTBmgci+pr+opofg+AnhQZf1rRXKPjuR33pJ3ffnGwrEvQFTX+RCDK+4rcLM2fO1C9x2mNKrSz1frAHm261KQly13HheYhcgufjS9p22bJf/qZCpf00QTPRLiSYZLTblj3369fqv+V1qrq6Vm+J25MEGRh6y44l+EbZsvft21f/HFkUQp3+7cty5e4Vqwq/r1rEviOBBI0RC6w/wHnqLfvLly/1lp2/jAm1v9iz6j+quKBade/juoULF/HiEUMCjWEAEdaWnW+/Q7ll52NAXzBkbOLr+9crP/JeMQJJMA2zb9lLW7tlryyrUxwBf/nNS5WWkVB9N+91hhAQNSk+BtuNj031L1b48wK8FsDE0jCcLf/YOFU21Cf+8Wx/Y/BHSfonAiMndn4G0O6oAe7HUP4jrFzEOv6WIS0tzcBXsz5M2ElY89cUC3xyt0QjI+uDPX76jFpRBoi4bv9RR/fu3Q1u0kZmuQ33T+p/y9VvaKe6X/6qy00gbfTuy7fN0cgIR8aX+PbyFxgOHgLo92GCSu7uqo2Ni3mNVdBX+RfLP4tGYK2xudG73VjH/wMBLe/OcWf47gAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-homeindex-guide-icon4 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='55' height='37' viewBox='0 0 55 37' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='55' height='37' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1321_64021' transform='matrix(0.010101 0 0 0.015015 0 -0.0105105)'/%3E%3C/pattern%3E%3Cimage id='image0_1321_64021' width='99' height='68' xlink:href='data:image/png;base64,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UmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTE5NzNFNzlBQTlGMTFFRDlCOUNEODRDODdEQzI3OTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTE5NzNFN0FBQTlGMTFFRDlCOUNEODRDODdEQzI3OTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMTk3M0U3N0FBOUYxMUVEOUI5Q0Q4NEM4N0RDMjc5OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMTk3M0U3OEFBOUYxMUVEOUI5Q0Q4NEM4N0RDMjc5OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmnEPkgAABi+SURBVHja7F0JeJTltX4zk5nJJJN9IQkJiQQIYREEZFWQfZV9p6gI2odKue69tXrvLVDb21p6L4ptQaxai0VFFpGriOwE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'/%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-homeindex-reason1 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='113' height='106' viewBox='0 0 113 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56 103C83.6142 103 106 80.6142 106 53C106 25.3858 83.6142 3 56 3C28.3858 3 6 25.3858 6 53C6 80.6142 28.3858 103 56 103Z' fill='%23141414'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.4215 10.272C34.465 9.71976 34.465 8.82433 35.4215 8.27205L38.1387 6.70328C39.0953 6.15099 40.6462 6.15099 41.6028 6.70328L54.3477 14.0615C54.4678 14.1309 54.5729 14.2057 54.6629 14.2845L91.8454 35.7518C93.7586 36.8564 95.3095 39.5427 95.3095 41.7518V51.9218C95.3099 51.9397 95.3101 51.9577 95.3101 51.9759V77.3949C95.3101 78.4995 94.5346 79.8426 93.5781 80.3949L90.7106 82.0505C89.754 82.6027 88.9786 82.155 88.9786 81.0505V64.2015L47.3274 40.1542C45.4143 39.0496 43.8633 36.3633 43.8633 34.1542V15.1459L35.4215 10.272Z' fill='%23C0C0C0'/%3E%3Cpath d='M54.6629 14.2845L54.1686 14.8486L54.224 14.8972L54.2879 14.934L54.6629 14.2845ZM95.3095 51.9218H94.5595V51.9306L94.5597 51.9394L95.3095 51.9218ZM88.9786 64.2015H89.7286V63.7684L89.3536 63.5519L88.9786 64.2015ZM43.8633 15.1459H44.6133V14.7129L44.2383 14.4964L43.8633 15.1459ZM35.0465 7.62253C34.4316 7.97756 33.9541 8.54772 33.9541 9.27205C33.9541 9.99637 34.4316 10.5665 35.0465 10.9216L35.7965 9.62253C35.6309 9.5269 35.5415 9.43614 35.4972 9.37314C35.4555 9.31381 35.4541 9.28098 35.4541 9.27205C35.4541 9.26311 35.4555 9.23028 35.4972 9.17095C35.5415 9.10795 35.6309 9.01719 35.7965 8.92156L35.0465 7.62253ZM37.7637 6.05376L35.0465 7.62253L35.7965 8.92156L38.5137 7.35279L37.7637 6.05376ZM41.9778 6.05376C41.3587 5.6963 40.5944 5.53906 39.8708 5.53906C39.1471 5.53906 38.3829 5.6963 37.7637 6.05376L38.5137 7.35279C38.8512 7.15797 39.3407 7.03906 39.8708 7.03906C40.4009 7.03906 40.8904 7.15797 41.2278 7.3528L41.9778 6.05376ZM54.7227 13.412L41.9778 6.05376L41.2278 7.3528L53.9727 14.711L54.7227 13.412ZM55.1571 13.7204C55.0265 13.606 54.8807 13.5032 54.7227 13.412L53.9727 14.711C54.0549 14.7585 54.1192 14.8054 54.1686 14.8486L55.1571 13.7204ZM92.2204 35.1023L55.0379 13.635L54.2879 14.934L91.4704 36.4014L92.2204 35.1023ZM96.0595 41.7518C96.0595 40.4846 95.6196 39.1322 94.9444 37.9626C94.2691 36.793 93.3178 35.7359 92.2204 35.1023L91.4704 36.4014C92.2861 36.8723 93.0669 37.7106 93.6454 38.7126C94.2238 39.7146 94.5595 40.8099 94.5595 41.7518H96.0595ZM96.0595 51.9218V41.7518H94.5595V51.9218H96.0595ZM94.5597 51.9394C94.56 51.9513 94.5601 51.9634 94.5601 51.9759H96.0601C96.0601 51.9519 96.0598 51.928 96.0593 51.9042L94.5597 51.9394ZM94.5601 51.9759V77.3949H96.0601V51.9759H94.5601ZM94.5601 77.3949C94.5601 77.7846 94.4183 78.2679 94.1533 78.727C93.8882 79.1861 93.5405 79.5506 93.2031 79.7454L93.9531 81.0445C94.5722 80.687 95.0905 80.1037 95.4523 79.477C95.8141 78.8503 96.0601 78.1098 96.0601 77.3949H94.5601ZM93.2031 79.7454L90.3356 81.4009L91.0856 82.7L93.9531 81.0445L93.2031 79.7454ZM90.3356 81.4009C90.17 81.4966 90.0466 81.5287 89.97 81.5355C89.8977 81.5419 89.8686 81.5267 89.8609 81.5223C89.8531 81.5178 89.8254 81.5001 89.7949 81.4344C89.7624 81.3646 89.7286 81.2417 89.7286 81.0505H88.2286C88.2286 81.7605 88.4836 82.4591 89.1109 82.8213C89.7381 83.1835 90.4707 83.055 91.0856 82.7L90.3356 81.4009ZM89.7286 81.0505V64.2015H88.2286V81.0505H89.7286ZM46.9524 40.8037L88.6036 64.851L89.3536 63.5519L47.7024 39.5046L46.9524 40.8037ZM43.1133 34.1542C43.1133 35.4214 43.5531 36.7738 44.2284 37.9434C44.9037 39.113 45.855 40.1701 46.9524 40.8037L47.7024 39.5046C46.8867 39.0337 46.1059 38.1954 45.5274 37.1934C44.949 36.1914 44.6133 35.0961 44.6133 34.1542H43.1133ZM43.1133 15.1459V34.1542H44.6133V15.1459H43.1133ZM35.0465 10.9216L43.4883 15.7954L44.2383 14.4964L35.7965 9.62253L35.0465 10.9216Z' fill='%23060606'/%3E%3Cmask id='mask0_5659_6699' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='33' y='5' width='64' height='79'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.4215 10.272C34.465 9.71976 34.465 8.82433 35.4215 8.27205L38.1387 6.70328C39.0953 6.15099 40.6462 6.15099 41.6028 6.70328L54.3477 14.0615C54.4678 14.1309 54.5729 14.2057 54.6629 14.2845L91.8454 35.7518C93.7586 36.8564 95.3095 39.5427 95.3095 41.7518V51.9218C95.3099 51.9397 95.3101 51.9577 95.3101 51.9759V77.3602C95.3101 78.4647 94.5346 79.8079 93.5781 80.3602L90.7106 82.0157C89.754 82.568 88.9786 82.1203 88.9786 81.0157V64.2015L47.3274 40.1542C45.4143 39.0496 43.8633 36.3633 43.8633 34.1542V15.1459L35.4215 10.272Z' fill='%23C0C0C0'/%3E%3Cpath d='M54.6629 14.2845L54.1686 14.8486L54.224 14.8972L54.2879 14.934L54.6629 14.2845ZM95.3095 51.9218H94.5595V51.9306L94.5597 51.9394L95.3095 51.9218ZM88.9786 64.2015H89.7286V63.7684L89.3536 63.5519L88.9786 64.2015ZM43.8633 15.1459H44.6133V14.7129L44.2383 14.4964L43.8633 15.1459ZM35.0465 7.62253C34.4316 7.97756 33.9541 8.54772 33.9541 9.27205C33.9541 9.99637 34.4316 10.5665 35.0465 10.9216L35.7965 9.62253C35.6309 9.5269 35.5415 9.43614 35.4972 9.37314C35.4555 9.31381 35.4541 9.28098 35.4541 9.27205C35.4541 9.26311 35.4555 9.23028 35.4972 9.17095C35.5415 9.10795 35.6309 9.01719 35.7965 8.92156L35.0465 7.62253ZM37.7637 6.05376L35.0465 7.62253L35.7965 8.92156L38.5137 7.35279L37.7637 6.05376ZM41.9778 6.05376C41.3587 5.6963 40.5944 5.53906 39.8708 5.53906C39.1471 5.53906 38.3829 5.6963 37.7637 6.05376L38.5137 7.35279C38.8512 7.15797 39.3407 7.03906 39.8708 7.03906C40.4009 7.03906 40.8904 7.15797 41.2278 7.3528L41.9778 6.05376ZM54.7227 13.412L41.9778 6.05376L41.2278 7.3528L53.9727 14.711L54.7227 13.412ZM55.1571 13.7204C55.0265 13.606 54.8807 13.5032 54.7227 13.412L53.9727 14.711C54.0549 14.7585 54.1192 14.8054 54.1686 14.8486L55.1571 13.7204ZM92.2204 35.1023L55.0379 13.635L54.2879 14.934L91.4704 36.4014L92.2204 35.1023ZM96.0595 41.7518C96.0595 40.4846 95.6196 39.1322 94.9444 37.9626C94.2691 36.793 93.3178 35.7359 92.2204 35.1023L91.4704 36.4014C92.2861 36.8723 93.0669 37.7106 93.6454 38.7126C94.2238 39.7146 94.5595 40.8099 94.5595 41.7518H96.0595ZM96.0595 51.9218V41.7518H94.5595V51.9218H96.0595ZM94.5597 51.9394C94.56 51.9513 94.5601 51.9634 94.5601 51.9759H96.0601C96.0601 51.9519 96.0598 51.928 96.0593 51.9042L94.5597 51.9394ZM94.5601 51.9759V77.3602H96.0601V51.9759H94.5601ZM94.5601 77.3602C94.5601 77.7498 94.4183 78.2332 94.1533 78.6923C93.8882 79.1514 93.5405 79.5158 93.2031 79.7106L93.9531 81.0097C94.5722 80.6522 95.0905 80.069 95.4523 79.4423C95.8141 78.8156 96.0601 78.0751 96.0601 77.3602H94.5601ZM93.2031 79.7106L90.3356 81.3662L91.0856 82.6652L93.9531 81.0097L93.2031 79.7106ZM90.3356 81.3662C90.17 81.4618 90.0466 81.4939 89.97 81.5007C89.8977 81.5071 89.8686 81.492 89.8609 81.4875C89.8531 81.483 89.8254 81.4654 89.7949 81.3996C89.7624 81.3298 89.7286 81.2069 89.7286 81.0157H88.2286C88.2286 81.7257 88.4836 82.4244 89.1109 82.7865C89.7381 83.1487 90.4707 83.0202 91.0856 82.6652L90.3356 81.3662ZM89.7286 81.0157V64.2015H88.2286V81.0157H89.7286ZM46.9524 40.8037L88.6036 64.851L89.3536 63.5519L47.7024 39.5046L46.9524 40.8037ZM43.1133 34.1542C43.1133 35.4214 43.5531 36.7738 44.2284 37.9434C44.9037 39.113 45.855 40.1701 46.9524 40.8037L47.7024 39.5046C46.8867 39.0337 46.1059 38.1954 45.5274 37.1934C44.949 36.1914 44.6133 35.0961 44.6133 34.1542H43.1133ZM43.1133 15.1459V34.1542H44.6133V15.1459H43.1133ZM35.0465 10.9216L43.4883 15.7954L44.2383 14.4964L35.7965 9.62253L35.0465 10.9216Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5659_6699)'%3E%3Cpath d='M96.2744 38.5071L90.7115 41.7188C89.755 42.2711 88.9795 43.6142 88.9795 44.7188L88.9795 83.1238C88.9795 84.2284 89.755 84.6761 90.7115 84.1238L96.2744 80.9121C97.231 80.3598 98.0064 79.0167 98.0064 77.9121L98.0064 39.5071C98.0064 38.4025 97.231 37.9548 96.2744 38.5071Z' fill='%23717172'/%3E%3C/g%3E%3Cpath d='M54.6629 14.2845L54.1686 14.8486L54.224 14.8972L54.2879 14.934L54.6629 14.2845ZM95.3095 51.9218H94.5595V51.9306L94.5597 51.9394L95.3095 51.9218ZM88.9786 64.2015H89.7286V63.7684L89.3536 63.5519L88.9786 64.2015ZM43.8633 15.1459H44.6133V14.7129L44.2383 14.4964L43.8633 15.1459ZM35.0465 7.62253C34.4316 7.97756 33.9541 8.54772 33.9541 9.27205C33.9541 9.99637 34.4316 10.5665 35.0465 10.9216L35.7965 9.62253C35.6309 9.5269 35.5415 9.43614 35.4972 9.37314C35.4555 9.31381 35.4541 9.28098 35.4541 9.27205C35.4541 9.26311 35.4555 9.23028 35.4972 9.17095C35.5415 9.10795 35.6309 9.01719 35.7965 8.92156L35.0465 7.62253ZM37.7637 6.05376L35.0465 7.62253L35.7965 8.92156L38.5137 7.35279L37.7637 6.05376ZM41.9778 6.05376C41.3587 5.6963 40.5944 5.53906 39.8708 5.53906C39.1471 5.53906 38.3829 5.6963 37.7637 6.05376L38.5137 7.35279C38.8512 7.15797 39.3407 7.03906 39.8708 7.03906C40.4009 7.03906 40.8904 7.15797 41.2278 7.3528L41.9778 6.05376ZM54.7227 13.412L41.9778 6.05376L41.2278 7.3528L53.9727 14.711L54.7227 13.412ZM55.1571 13.7204C55.0265 13.606 54.8807 13.5032 54.7227 13.412L53.9727 14.711C54.0549 14.7585 54.1192 14.8054 54.1686 14.8486L55.1571 13.7204ZM92.2204 35.1023L55.0379 13.635L54.2879 14.934L91.4704 36.4014L92.2204 35.1023ZM96.0595 41.7518C96.0595 40.4846 95.6196 39.1322 94.9444 37.9626C94.2691 36.793 93.3178 35.7359 92.2204 35.1023L91.4704 36.4014C92.2861 36.8723 93.0669 37.7106 93.6454 38.7126C94.2238 39.7146 94.5595 40.8099 94.5595 41.7518H96.0595ZM96.0595 51.9218V41.7518H94.5595V51.9218H96.0595ZM94.5597 51.9394C94.56 51.9513 94.5601 51.9634 94.5601 51.9759H96.0601C96.0601 51.9519 96.0598 51.928 96.0593 51.9042L94.5597 51.9394ZM94.5601 51.9759V78.3434H96.0601V51.9759H94.5601ZM94.5601 78.3434C94.5601 78.733 94.4183 79.2164 94.1533 79.6755C93.8882 80.1346 93.5405 80.499 93.2031 80.6939L93.9531 81.9929C94.5722 81.6354 95.0905 81.0522 95.4523 80.4255C95.8141 79.7988 96.0601 79.0583 96.0601 78.3434H94.5601ZM93.2031 80.6939L90.3356 82.3494L91.0856 83.6484L93.9531 81.9929L93.2031 80.6939ZM90.3356 82.3494C90.17 82.445 90.0466 82.4771 89.97 82.4839C89.8977 82.4904 89.8686 82.4752 89.8609 82.4707C89.8531 82.4662 89.8254 82.4486 89.7949 82.3828C89.7624 82.313 89.7286 82.1901 89.7286 81.9989H88.2286C88.2286 82.709 88.4836 83.4076 89.1109 83.7697C89.7381 84.1319 90.4707 84.0035 91.0856 83.6484L90.3356 82.3494ZM89.7286 81.9989V64.2015H88.2286V81.9989H89.7286ZM46.9524 40.8037L88.6036 64.851L89.3536 63.5519L47.7024 39.5046L46.9524 40.8037ZM43.1133 34.1542C43.1133 35.4214 43.5531 36.7738 44.2284 37.9434C44.9037 39.113 45.855 40.1701 46.9524 40.8037L47.7024 39.5046C46.8867 39.0337 46.1059 38.1954 45.5274 37.1934C44.949 36.1914 44.6133 35.0961 44.6133 34.1542H43.1133ZM43.1133 15.1459V34.1542H44.6133V15.1459H43.1133ZM35.0465 10.9216L43.4883 15.7954L44.2383 14.4964L35.7965 9.62253L35.0465 10.9216Z' fill='%23060606'/%3E%3Cpath d='M33.6943 10.0996C33.6943 8.44275 34.8575 7.77117 36.2924 8.5996L88.3721 38.6678C89.8069 39.4962 90.9701 41.511 90.9701 43.1678V80.9299C90.9701 83.6913 89.0315 84.8106 86.64 83.4299L36.2924 54.3617C34.8575 53.5333 33.6943 51.5186 33.6943 49.8617V10.0996Z' fill='%23C0C0C0' stroke='%23060606' stroke-width='1.5'/%3E%3Cpath d='M33.6943 10.0996C33.6943 8.44275 34.8575 7.77117 36.2924 8.5996L88.3721 38.6678C89.8069 39.4962 90.9701 41.511 90.9701 43.1678V64.201L33.6943 31.1328V10.0996Z' fill='%23060606' stroke='%23060606' stroke-width='1.5'/%3E%3Cpath d='M25.1934 19.4219C25.1934 17.765 26.3566 17.0934 27.7914 17.9219L79.8711 47.9901C81.306 48.8185 82.4692 50.8332 82.4692 52.4901V90.2522C82.4692 93.0136 80.5305 94.1329 78.139 92.7522L27.7914 63.684C26.3566 62.8556 25.1934 60.8408 25.1934 59.184V19.4219Z' fill='%23141414' stroke='%23060606' stroke-width='1.5'/%3E%3Cpath d='M25.1934 39.4473L82.4692 72.5155V90.2545C82.4692 93.0159 80.5305 94.1352 78.139 92.7545L27.7914 63.6863C26.3566 62.8579 25.1934 60.8432 25.1934 59.1863V39.4473Z' fill='%2371A407' stroke='%23060606' stroke-width='1.5'/%3E%3Cpath d='M16.6904 23.8809C16.6904 22.224 17.8536 21.5524 19.2885 22.3809L71.3682 52.4491C72.803 53.2775 73.9662 55.2922 73.9662 56.9491V94.7112C73.9662 97.4726 72.0276 98.5919 69.6361 97.2112L19.2885 68.143C17.8536 67.3145 16.6904 65.2998 16.6904 63.643V23.8809Z' fill='%23F5F5F5' stroke='%23060606' stroke-width='1.5'/%3E%3Cpath d='M16.6904 42.168L73.9662 75.2362V94.71C73.9662 97.4714 72.0276 98.5907 69.6361 97.21L19.2885 68.1418C17.8536 67.3133 16.6904 65.2986 16.6904 63.6418V42.168Z' fill='%23B9F641' stroke='%23060606' stroke-width='1.5'/%3E%3Cpath d='M55.9894 83.0678C58.732 84.6512 60.9553 83.3676 60.9553 80.2007C60.9553 77.0338 58.732 73.1829 55.9894 71.5995C53.2468 70.016 51.0235 71.2996 51.0235 74.4665C51.0235 77.6334 53.2468 81.4843 55.9894 83.0678Z' fill='%23F5F5F5'/%3E%3Cpath d='M61.8829 86.4682C64.6255 88.0516 66.8488 86.768 66.8488 83.6011C66.8488 80.4342 64.6255 76.5833 61.8829 74.9999C59.1403 73.4164 56.917 74.7 56.917 77.8669C56.917 81.0338 59.1403 84.8847 61.8829 86.4682Z' fill='%23060606'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-homeindex-reason2 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='113' height='106' viewBox='0 0 113 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5659_6684)'%3E%3Cmask id='mask0_5659_6684' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='113' height='106'%3E%3Cpath d='M113 0H0V106H113V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5659_6684)'%3E%3Cpath d='M56.3516 105.656C83.9658 105.656 106.352 83.2704 106.352 55.6562C106.352 28.042 83.9658 5.6562 56.3516 5.6562C28.7373 5.6562 6.35156 28.042 6.35156 55.6562C6.35156 83.2704 28.7373 105.656 56.3516 105.656Z' fill='%23141414'/%3E%3Cpath d='M56.3516 105.656C83.9658 105.656 106.352 83.2704 106.352 55.6562C106.352 28.042 83.9658 5.6562 56.3516 5.6562C28.7373 5.6562 6.35156 28.042 6.35156 55.6562C6.35156 83.2704 28.7373 105.656 56.3516 105.656Z' fill='%23141414'/%3E%3Cpath d='M85.2684 100.872L59.54 56.4433C59.1951 55.8477 59.4382 55.3081 59.9249 55.5891L71.5557 62.3041C71.8571 62.4781 72.1013 62.3371 72.1013 61.9891V32.0616C72.1013 31.7137 72.3455 31.5727 72.6468 31.7466L98.592 46.726C98.8933 46.9 99.1376 47.3231 99.1376 47.671V77.5985C99.1376 77.9465 99.3817 78.3695 99.6831 78.5435L111.382 85.2976C111.868 85.5786 112.111 86.399 111.767 86.5964L86.0382 101.317C85.8253 101.439 85.4812 101.24 85.2684 100.872Z' fill='%23060606' stroke='%23060606' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M71.4251 30.9598L65.0606 34.6343C64.7575 34.8093 64.7575 35.0931 65.0606 35.2681L70.7127 38.5313C71.0159 38.7064 71.5074 38.7064 71.8105 38.5313L78.175 34.8568C78.4781 34.6818 78.4781 34.398 78.175 34.223L72.5229 30.9598C72.2197 30.7848 71.7282 30.7848 71.4251 30.9598Z' fill='%23060606'/%3E%3Cpath d='M58.7122 54.7703L52.3477 58.4448C52.0446 58.6198 52.0446 58.9036 52.3477 59.0786L66.9639 67.5173C67.2671 67.6923 67.7586 67.6923 68.0618 67.5173L74.4262 63.8428C74.7293 63.6678 74.7293 63.384 74.4262 63.209L59.81 54.7703C59.5068 54.5953 59.0153 54.5953 58.7122 54.7703Z' fill='%23060606'/%3E%3Cpath d='M78.4636 104.654L52.7352 60.2246C52.3903 59.629 52.6335 59.0894 53.1201 59.3703L64.7509 66.0854C65.0523 66.2594 65.2965 66.1183 65.2965 65.7704V35.8429C65.2965 35.495 65.5408 35.3539 65.8421 35.5279L91.7872 50.5073C92.0885 50.6812 92.3328 51.1043 92.3328 51.4523V81.3798C92.3328 81.7277 92.577 82.1508 92.8784 82.3248L104.577 89.0789C105.064 89.3599 105.307 90.1803 104.962 90.3776L79.2334 105.098C79.0205 105.22 78.6764 105.021 78.4636 104.654Z' fill='%23F5F5F5' stroke='%23060606' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53.2734 51.711L59.8394 47.7991L32.9615 2.16406L25.5537 6.40274L53.2734 51.711Z' fill='%23060606' stroke='%23060606' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.98238 17.9015L19.6937 24.663C19.9969 24.8381 20.2426 25.2637 20.2426 25.6138V55.4695C20.2426 55.8246 20.4952 56.2563 20.8027 56.4266L46.7384 70.7925C47.0371 70.958 47.2762 70.8143 47.2762 70.4693V41.2216C47.2762 40.8715 47.5219 40.7297 47.8251 40.9047L59.4606 47.6225C59.9506 47.9054 60.1951 47.3614 59.8473 46.762L34.0103 2.23707C33.7957 1.86726 33.4493 1.66802 33.2355 1.79145L7.59424 16.5954C7.24845 16.7951 7.49336 17.6192 7.98238 17.9015Z' fill='%23060606' stroke='%23060606' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.32515 21.8624L13.0365 28.624C13.3396 28.799 13.5854 29.2247 13.5854 29.5747V59.4435C13.5854 59.7935 13.8311 60.2192 14.1343 60.3942L40.07 75.3682C40.3732 75.5432 40.6189 75.4014 40.6189 75.0513V45.1825C40.6189 44.8325 40.8647 44.6906 41.1678 44.8656L52.8034 51.5834C53.2934 51.8663 53.5378 51.3223 53.19 50.7229L27.3531 6.19801C27.1385 5.8282 26.7921 5.62896 26.5783 5.75239L0.937017 20.5564C0.591226 20.756 0.83613 21.5801 1.32515 21.8624Z' fill='%23B9F641' stroke='%23060606' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M47.4726 64.2108L41.0626 67.9116C40.7594 68.0866 40.5137 68.5123 40.5137 68.8623L40.5137 75.966C40.5137 76.3161 40.7594 76.458 41.0626 76.2829L47.4726 72.5821C47.7757 72.4071 48.0215 71.9814 48.0215 71.6314L48.0215 64.5277C48.0215 64.1776 47.7757 64.0357 47.4726 64.2108Z' fill='%23060606'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5659_6684'%3E%3Crect width='113' height='106' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-homeindex-reason3 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='101' height='101' viewBox='0 0 101 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5659_6718)'%3E%3Cpath d='M50.3328 100.668C77.947 100.668 100.333 78.2822 100.333 50.668C100.333 23.0538 77.947 0.667999 50.3328 0.667999C22.7185 0.667999 0.332764 23.0538 0.332764 50.668C0.332764 78.2822 22.7185 100.668 50.3328 100.668Z' fill='%23141414'/%3E%3Cpath d='M69.1976 19.3781L57.5156 12.6335C57.2048 12.454 56.9529 12.5995 56.9529 12.9583L56.9529 65.8089C56.9529 66.1677 57.2048 66.604 57.5156 66.7835L69.1976 73.5281C69.5083 73.7075 69.7603 73.562 69.7603 73.2032L69.7603 20.3527C69.7603 19.9938 69.5083 19.5575 69.1976 19.3781Z' fill='%23060606' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M82.0042 12.6336L70.3222 19.3782C70.0114 19.5576 69.7595 19.994 69.7595 20.3528L69.7595 73.2034C69.7595 73.5622 70.0114 73.7076 70.3222 73.5282L82.0042 66.7836C82.315 66.6042 82.5669 66.1678 82.5669 65.809L82.5669 12.9585C82.5669 12.5996 82.315 12.4542 82.0042 12.6336Z' fill='%23B9F641' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M69.1976 5.23911L57.5156 11.9837C57.2048 12.1631 57.2048 12.454 57.5156 12.6335L69.1976 19.3781C69.5083 19.5575 70.0122 19.5575 70.323 19.3781L82.005 12.6335C82.3157 12.454 82.3157 12.1631 82.005 11.9837L70.323 5.23911C70.0122 5.05969 69.5083 5.05969 69.1976 5.23911Z' fill='%23B9F641' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M49.7689 43.966L38.0869 37.2214C37.7761 37.0419 37.5242 37.1874 37.5242 37.5462L37.5242 77.1168C37.5242 77.4756 37.7761 77.9119 38.0869 78.0914L49.7689 84.836C50.0796 85.0154 50.3316 84.87 50.3316 84.5111L50.3316 44.9406C50.3316 44.5817 50.0796 44.1454 49.7689 43.966Z' fill='%23060606' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M62.5755 37.2215L50.8935 43.9661C50.5827 44.1456 50.3308 44.5819 50.3308 44.9407L50.3308 84.5113C50.3308 84.8701 50.5827 85.0156 50.8935 84.8361L62.5755 78.0915C62.8863 77.9121 63.1382 77.4758 63.1382 77.1169L63.1382 37.5464C63.1382 37.1875 62.8863 37.0421 62.5755 37.2215Z' fill='%2371A407' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M49.7689 29.827L38.0869 36.5716C37.7761 36.7511 37.7761 37.0419 38.0869 37.2214L49.7689 43.966C50.0796 44.1454 50.5835 44.1454 50.8942 43.966L62.5763 37.2214C62.887 37.0419 62.887 36.7511 62.5763 36.5716L50.8942 29.827C50.5835 29.6476 50.0796 29.6476 49.7689 29.827Z' fill='%2371A407' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M30.3421 71.7961L18.6601 65.0515C18.3493 64.872 18.0974 65.0175 18.0974 65.3763L18.0974 88.3769C18.0974 88.7357 18.3493 89.172 18.6601 89.3515L30.3421 96.0961C30.6529 96.2755 30.9048 96.13 30.9048 95.7712L30.9048 72.7707C30.9048 72.4118 30.6529 71.9755 30.3421 71.7961Z' fill='%23060606' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M43.1497 65.0516L31.4677 71.7962C31.157 71.9756 30.905 72.412 30.905 72.7708L30.905 95.7714C30.905 96.1302 31.157 96.2756 31.4677 96.0962L43.1497 89.3516C43.4605 89.1722 43.7124 88.7358 43.7124 88.377L43.7124 65.3765C43.7124 65.0176 43.4605 64.8722 43.1497 65.0516Z' fill='%23E7E7E7' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M30.3421 57.6571L18.6601 64.4017C18.3493 64.5811 18.3493 64.872 18.6601 65.0515L30.3421 71.7961C30.6529 71.9755 31.1567 71.9755 31.4675 71.7961L43.1495 65.0515C43.4603 64.872 43.4603 64.5811 43.1495 64.4017L31.4675 57.6571C31.1567 57.4777 30.6529 57.4777 30.3421 57.6571Z' fill='%23F5F5F5' stroke='%23060606' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5659_6718'%3E%3Crect width='101' height='101' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-homeindex-reason4 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='113' height='109' viewBox='0 0 113 109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='56' cy='53' r='50' fill='%23141414'/%3E%3Cg clip-path='url(%23clip0_539_6443)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M86.107 31.4135C86.8466 30.9865 86.8467 30.2942 86.107 29.8671L75.2672 23.6088C74.5276 23.1817 73.3284 23.1817 72.5888 23.6088L72.417 23.7079C72.3234 23.7476 72.2278 23.7953 72.1308 23.8513L29.3682 48.5403C28.1849 49.2235 27.2255 50.885 27.2255 52.2517V70.9191C27.2227 70.9695 27.2211 71.0212 27.2211 71.074V87.9733C27.2211 91.5603 29.7396 95.9221 32.846 97.7156L41.6558 102.802C44.7622 104.595 47.2806 103.142 47.2806 99.5546V82.6553C47.2806 81.3622 46.4215 79.8047 45.3263 79.0621L72.1308 63.5867C73.3142 62.9035 74.2735 61.2418 74.2735 59.8754V38.2457L86.107 31.4135Z' fill='%23B9F641'/%3E%3Cmask id='mask0_539_6443' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='27' y='23' width='60' height='81'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M86.107 31.4135C86.8466 30.9865 86.8467 30.2942 86.107 29.8671L75.2672 23.6088C74.5276 23.1817 73.3284 23.1817 72.5888 23.6088L72.417 23.7079C72.3234 23.7476 72.2278 23.7953 72.1308 23.8513L29.3682 48.5403C28.1849 49.2235 27.2255 50.885 27.2255 52.2517V70.9191C27.2227 70.9695 27.2211 71.0212 27.2211 71.0741V87.9733C27.2211 91.5603 29.7396 95.9221 32.846 97.7156L41.6558 102.802C44.7622 104.595 47.2806 103.142 47.2806 99.5546V82.6553C47.2806 81.3622 46.4215 79.8047 45.3263 79.0621L72.1308 63.5867C73.3142 62.9035 74.2735 61.2418 74.2735 59.8754V38.2457L86.107 31.4135Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_539_6443)'%3E%3Cpath d='M72.4171 23.708L72.5717 23.9758L72.5552 23.9853L72.5376 23.9928L72.4171 23.708ZM27.2255 70.9191H27.5348V70.9278L27.5345 70.9364L27.2255 70.9191ZM45.3263 79.0621L45.1528 79.3182L44.7443 79.0411L45.1717 78.7943L45.3263 79.0621ZM74.2736 38.2457H73.9643V38.0669L74.1189 37.9779L74.2736 38.2457ZM86.2617 29.5993C86.6879 29.8453 86.9711 30.2111 86.9711 30.6403C86.9711 31.0696 86.6879 31.4353 86.2617 31.6814L85.9524 31.1457C86.2659 30.9647 86.3525 30.7708 86.3525 30.6403C86.3525 30.5099 86.2659 30.316 85.9524 30.135L86.2617 29.5993ZM75.4219 23.3409L86.2617 29.5993L85.9524 30.135L75.1126 23.8766L75.4219 23.3409ZM72.4342 23.3409C72.8621 23.0939 73.4034 22.9792 73.928 22.9792C74.4526 22.9792 74.994 23.0939 75.4219 23.3409L75.1126 23.8766C74.8009 23.6966 74.3728 23.5978 73.928 23.5978C73.4832 23.5978 73.0552 23.6966 72.7435 23.8766L72.4342 23.3409ZM72.2624 23.4401L72.4342 23.3409L72.7435 23.8766L72.5717 23.9758L72.2624 23.4401ZM71.9762 23.5835C72.0835 23.5215 72.1904 23.468 72.2965 23.4231L72.5376 23.9928C72.4565 24.0271 72.3723 24.069 72.2855 24.1192L71.9762 23.5835ZM29.2136 48.2725L71.9762 23.5835L72.2855 24.1192L29.5228 48.8082L29.2136 48.2725ZM26.9162 52.2517C26.9162 51.5014 27.1776 50.6914 27.5852 49.985C27.9932 49.2789 28.5638 48.6477 29.2136 48.2725L29.5228 48.8082C28.9893 49.1162 28.4889 49.6572 28.1209 50.2943C27.7532 50.9314 27.5348 51.6353 27.5348 52.2517H26.9162ZM26.9162 70.9191V52.2517H27.5348V70.9191H26.9162ZM27.5345 70.9364C27.532 70.981 27.5305 71.0267 27.5305 71.0741H26.9119C26.9119 71.0156 26.9138 70.9581 26.9169 70.9018L27.5345 70.9364ZM27.5305 71.0741V87.9733H26.9119V71.0741H27.5305ZM27.5305 87.9733C27.5305 89.6997 28.1385 91.634 29.1366 93.3625C30.1346 95.0908 31.5056 96.5846 33.0007 97.4478L32.6914 97.9834C31.0801 97.0531 29.6388 95.4693 28.6009 93.6718C27.5629 91.874 26.9119 89.834 26.9119 87.9733H27.5305ZM33.0007 97.4478L41.8105 102.534L41.5012 103.07L32.6914 97.9834L33.0007 97.4478ZM41.8105 102.534C43.3074 103.398 44.59 103.441 45.4785 102.928C46.3671 102.415 46.9714 101.283 46.9714 99.5546H47.59C47.59 101.413 46.9352 102.801 45.7878 103.464C44.6404 104.126 43.1107 103.999 41.5012 103.07L41.8105 102.534ZM46.9714 99.5546V82.6553H47.59V99.5546H46.9714ZM46.9714 82.6553C46.9714 82.0726 46.7759 81.4108 46.4428 80.8006C46.1097 80.1907 45.6517 79.6565 45.1528 79.3182L45.4999 78.8063C46.0961 79.2102 46.6154 79.826 46.9856 80.504C47.3555 81.1813 47.59 81.9449 47.59 82.6553H46.9714ZM72.2855 63.8546L45.481 79.3299L45.1717 78.7943L71.9762 63.3189L72.2855 63.8546ZM74.5828 59.8754C74.5828 60.6257 74.3215 61.4357 73.9138 62.1418C73.5061 62.8479 72.9353 63.4794 72.2855 63.8546L71.9762 63.3189C72.5098 63.0106 73.0103 62.4696 73.3781 61.8325C73.7459 61.1954 73.9643 60.4915 73.9643 59.8754H74.5828ZM74.5828 38.2457V59.8754H73.9643V38.2457H74.5828ZM86.2617 31.6814L74.4282 38.5135L74.1189 37.9779L85.9524 31.1457L86.2617 31.6814Z' fill='%23060606'/%3E%3C/g%3E%3Cmask id='mask1_539_6443' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='27' y='23' width='60' height='81'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M86.1382 32.4725L74.2732 39.3227V59.8764C74.2732 61.2428 73.3139 62.9045 72.1305 63.5877L45.3257 79.0634C46.4206 79.806 47.2797 81.3635 47.2797 82.6563V99.2621C47.2797 102.849 44.7613 104.303 41.6549 102.509L32.8451 97.4231C29.7387 95.6296 27.2202 91.2678 27.2202 87.6808V71.0751C27.2202 71.0188 27.2221 70.9634 27.2252 70.9099V52.2527C27.2252 50.8863 28.1846 49.2245 29.3679 48.5413L72.1305 23.8525C72.8828 23.4181 73.5446 23.4837 73.9269 23.9403C74.0848 23.9895 74.2331 24.0526 74.3665 24.1296L86.1382 30.926C86.8778 31.353 86.8778 32.0454 86.1382 32.4725Z' fill='%23141414'/%3E%3Cmask id='mask2_539_6443' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='27' y='23' width='60' height='81'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M86.1382 32.4725L74.2732 39.3227V59.8764C74.2732 61.2428 73.3139 62.9045 72.1305 63.5877L45.3257 79.0634C46.4206 79.806 47.2797 81.3635 47.2797 82.6563V99.2621C47.2797 102.849 44.7613 104.303 41.6549 102.509L32.8451 97.4231C29.7387 95.6296 27.2202 91.2678 27.2202 87.6808V71.0751C27.2202 71.0188 27.2221 70.9634 27.2252 70.9099V52.2527C27.2252 50.8863 28.1846 49.2245 29.3679 48.5413L72.1305 23.8525C72.8828 23.4181 73.5446 23.4837 73.9269 23.9403C74.0848 23.9895 74.2331 24.0526 74.3665 24.1296L86.1382 30.926C86.8778 31.353 86.8778 32.0454 86.1382 32.4725Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_539_6443)'%3E%3Cpath d='M74.2733 39.3227H73.964V39.1439L74.1186 39.0548L74.2733 39.3227ZM45.3258 79.0634L45.1522 79.3195L44.7437 79.0424L45.1711 78.7956L45.3258 79.0634ZM27.2252 70.9099H27.5345V70.9192L27.5339 70.9285L27.2252 70.9099ZM73.9269 23.9403L73.8348 24.2355L73.7481 24.2085L73.6898 24.1388L73.9269 23.9403ZM74.1186 39.0548L85.9836 32.2046L86.2928 32.7403L74.4279 39.5905L74.1186 39.0548ZM73.964 59.8764V39.3227H74.5826V59.8764H73.964ZM71.9759 63.3199C72.5095 63.0119 73.01 62.4706 73.3779 61.8338C73.7456 61.1967 73.964 60.4925 73.964 59.8764H74.5826C74.5826 60.6267 74.3212 61.4367 73.9135 62.1431C73.5058 62.8492 72.935 63.4804 72.2852 63.8556L71.9759 63.3199ZM45.1711 78.7956L71.9759 63.3199L72.2852 63.8556L45.4804 79.3312L45.1711 78.7956ZM46.9705 82.6563C46.9705 82.0739 46.775 81.4121 46.4419 80.8019C46.1088 80.192 45.6511 79.6578 45.1522 79.3195L45.4993 78.8076C46.0952 79.2119 46.6145 79.8273 46.9847 80.5053C47.3546 81.1826 47.5891 81.9459 47.5891 82.6563H46.9705ZM46.9705 99.2621V82.6563H47.5891V99.2621H46.9705ZM41.8096 102.242C43.3065 103.106 44.5891 103.148 45.4776 102.636C46.3662 102.123 46.9705 100.991 46.9705 99.2621H47.5891C47.5891 101.121 46.9343 102.509 45.7869 103.171C44.6395 103.834 43.1098 103.707 41.5003 102.777L41.8096 102.242ZM32.9998 97.1553L41.8096 102.242L41.5003 102.777L32.6905 97.6909L32.9998 97.1553ZM27.5296 87.6808C27.5296 89.4072 28.1379 91.3414 29.1356 93.07C30.1337 94.7982 31.5047 96.2921 32.9998 97.1553L32.6905 97.6909C31.0792 96.7606 29.6379 95.1768 28.6 93.3793C27.562 91.5818 26.911 89.5415 26.911 87.6808H27.5296ZM27.5296 71.0751V87.6808H26.911V71.0751H27.5296ZM27.5339 70.9285C27.5311 70.9758 27.5296 71.0246 27.5296 71.0751H26.911C26.911 71.0126 26.9129 70.9513 26.9166 70.8913L27.5339 70.9285ZM27.5345 52.2527V70.9099H26.916V52.2527H27.5345ZM29.5226 48.8092C28.9891 49.1172 28.4886 49.6585 28.1206 50.2956C27.7529 50.9327 27.5345 51.6366 27.5345 52.2527H26.916C26.916 51.5024 27.1773 50.6924 27.5849 49.9863C27.9929 49.2799 28.5635 48.6487 29.2133 48.2735L29.5226 48.8092ZM72.2852 24.1203L29.5226 48.8092L29.2133 48.2735L71.9759 23.5846L72.2852 24.1203ZM73.6898 24.1388C73.4402 23.8408 72.9634 23.7287 72.2852 24.1203L71.9759 23.5846C72.8023 23.1075 73.649 23.1267 74.164 23.7417L73.6898 24.1388ZM74.2119 24.3975C74.1009 24.3334 73.974 24.2789 73.8348 24.2355L74.019 23.645C74.1957 23.7001 74.3655 23.7719 74.5212 23.8618L74.2119 24.3975ZM85.9836 31.1938L74.2119 24.3975L74.5212 23.8618L86.2928 30.6582L85.9836 31.1938ZM85.9836 32.2046C86.297 32.0234 86.3836 31.8296 86.3836 31.6992C86.3836 31.5688 86.297 31.3748 85.9836 31.1938L86.2928 30.6582C86.719 30.9042 87.0022 31.2699 87.0022 31.6992C87.0022 32.1286 86.719 32.4941 86.2928 32.7403L85.9836 32.2046Z' fill='%23060606'/%3E%3C/g%3E%3C/mask%3E%3Cg mask='url(%23mask1_539_6443)'%3E%3Cpath d='M47.2788 63.6839C47.2788 62.3172 46.3194 60.6558 45.1361 59.9726L25.1305 48.4223C23.9472 47.7391 22.9878 48.293 22.9878 49.6594V88.0155C22.9878 91.6025 25.5062 95.9642 28.6126 97.7577L41.6543 105.287C44.7607 107.081 47.2788 105.627 47.2788 102.04V63.6839Z' fill='%23141414'/%3E%3C/g%3E%3Cmask id='mask3_539_6443' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='27' y='23' width='60' height='81'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M86.107 31.4135C86.8466 30.9865 86.8467 30.2942 86.107 29.8671L75.2672 23.6088C74.5276 23.1817 73.3284 23.1817 72.5888 23.6088L72.417 23.7079C72.3234 23.7476 72.2278 23.7953 72.1308 23.8513L29.3682 48.5403C28.1849 49.2235 27.2255 50.885 27.2255 52.2517V70.9191C27.2227 70.9695 27.2211 71.0212 27.2211 71.0741V87.9733C27.2211 91.5603 29.7396 95.9221 32.846 97.7156L41.6558 102.802C44.7622 104.595 47.2806 103.142 47.2806 99.5546V82.6553C47.2806 81.3622 46.4215 79.8047 45.3263 79.0621L72.1308 63.5867C73.3142 62.9035 74.2735 61.2418 74.2735 59.8754V38.2457L86.107 31.4135Z' fill='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_539_6443)'%3E%3Cpath d='M72.4171 23.708L72.5717 23.9758L72.5552 23.9853L72.5376 23.9928L72.4171 23.708ZM27.2255 70.9191H27.5348V70.9278L27.5345 70.9364L27.2255 70.9191ZM45.3263 79.0621L45.1528 79.3182L44.7443 79.0411L45.1717 78.7943L45.3263 79.0621ZM74.2736 38.2457H73.9643V38.0669L74.1189 37.9779L74.2736 38.2457ZM86.2617 29.5993C86.6879 29.8453 86.9711 30.2111 86.9711 30.6403C86.9711 31.0696 86.6879 31.4353 86.2617 31.6814L85.9524 31.1457C86.2659 30.9647 86.3525 30.7708 86.3525 30.6403C86.3525 30.5099 86.2659 30.316 85.9524 30.135L86.2617 29.5993ZM75.4219 23.3409L86.2617 29.5993L85.9524 30.135L75.1126 23.8766L75.4219 23.3409ZM72.4342 23.3409C72.8621 23.0939 73.4034 22.9792 73.928 22.9792C74.4526 22.9792 74.994 23.0939 75.4219 23.3409L75.1126 23.8766C74.8009 23.6966 74.3728 23.5978 73.928 23.5978C73.4832 23.5978 73.0552 23.6966 72.7435 23.8766L72.4342 23.3409ZM72.2624 23.4401L72.4342 23.3409L72.7435 23.8766L72.5717 23.9758L72.2624 23.4401ZM71.9762 23.5835C72.0835 23.5215 72.1904 23.468 72.2965 23.4231L72.5376 23.9928C72.4565 24.0271 72.3723 24.069 72.2855 24.1192L71.9762 23.5835ZM29.2136 48.2725L71.9762 23.5835L72.2855 24.1192L29.5228 48.8082L29.2136 48.2725ZM26.9162 52.2517C26.9162 51.5014 27.1776 50.6914 27.5852 49.985C27.9932 49.2789 28.5638 48.6477 29.2136 48.2725L29.5228 48.8082C28.9893 49.1162 28.4889 49.6572 28.1209 50.2943C27.7532 50.9314 27.5348 51.6353 27.5348 52.2517H26.9162ZM26.9162 70.9191V52.2517H27.5348V70.9191H26.9162ZM27.5345 70.9364C27.532 70.981 27.5305 71.0267 27.5305 71.0741H26.9119C26.9119 71.0156 26.9138 70.9581 26.9169 70.9018L27.5345 70.9364ZM27.5305 71.0741V87.9733H26.9119V71.0741H27.5305ZM27.5305 87.9733C27.5305 89.6997 28.1385 91.634 29.1366 93.3625C30.1346 95.0908 31.5056 96.5846 33.0007 97.4478L32.6914 97.9834C31.0801 97.0531 29.6388 95.4693 28.6009 93.6718C27.5629 91.874 26.9119 89.834 26.9119 87.9733H27.5305ZM33.0007 97.4478L41.8105 102.534L41.5012 103.07L32.6914 97.9834L33.0007 97.4478ZM41.8105 102.534C43.3074 103.398 44.59 103.441 45.4785 102.928C46.3671 102.415 46.9714 101.283 46.9714 99.5546H47.59C47.59 101.413 46.9352 102.801 45.7878 103.464C44.6404 104.126 43.1107 103.999 41.5012 103.07L41.8105 102.534ZM46.9714 99.5546V82.6553H47.59V99.5546H46.9714ZM46.9714 82.6553C46.9714 82.0726 46.7759 81.4108 46.4428 80.8006C46.1097 80.1907 45.6517 79.6565 45.1528 79.3182L45.4999 78.8063C46.0961 79.2102 46.6154 79.826 46.9856 80.504C47.3555 81.1813 47.59 81.9449 47.59 82.6553H46.9714ZM72.2855 63.8546L45.481 79.3299L45.1717 78.7943L71.9762 63.3189L72.2855 63.8546ZM74.5828 59.8754C74.5828 60.6257 74.3215 61.4357 73.9138 62.1418C73.5061 62.8479 72.9353 63.4794 72.2855 63.8546L71.9762 63.3189C72.5098 63.0106 73.0103 62.4696 73.3781 61.8325C73.7459 61.1954 73.9643 60.4915 73.9643 59.8754H74.5828ZM74.5828 38.2457V59.8754H73.9643V38.2457H74.5828ZM86.2617 31.6814L74.4282 38.5135L74.1189 37.9779L85.9524 31.1457L86.2617 31.6814Z' fill='%23060606'/%3E%3C/g%3E%3Cpath d='M84.8575 30.3495L40.8912 55.7333C39.7818 56.3741 38.8824 57.9317 38.8824 59.2127V95.6509C38.8824 102.398 43.619 105.133 49.4622 101.759L80.572 83.7979C84.0483 81.791 86.8663 76.9099 86.8663 72.8958L86.8663 31.5092C86.8663 30.2282 85.967 29.7089 84.8575 30.3495Z' fill='%23F4F4F4' stroke='%23060606'/%3E%3Cmask id='mask4_539_6443' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='38' y='29' width='50' height='75'%3E%3Cpath d='M84.8575 30.3482L40.8912 55.7323C39.7818 56.3728 38.8824 57.9304 38.8824 59.2117V95.6496C38.8824 102.397 43.619 105.131 49.4622 101.758L80.572 83.7965C84.0483 81.7896 86.8663 76.9086 86.8663 72.8945L86.8663 31.508C86.8663 30.2269 85.967 29.7076 84.8575 30.3482Z' fill='%23B0F127' stroke='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask4_539_6443)'%3E%3Cpath d='M27.2201 63.4709L93.4667 25.2233L93.4667 45.2127L27.2201 83.4602L27.2201 63.4709Z' fill='white'/%3E%3C/g%3E%3Cpath d='M84.8575 30.3495L40.8912 55.7333C39.7818 56.3741 38.8824 57.9317 38.8824 59.2127V95.6509C38.8824 102.398 43.619 105.133 49.4622 101.759L80.572 83.7979C84.0483 81.791 86.8663 76.9099 86.8663 72.8958L86.8663 31.5092C86.8663 30.2282 85.967 29.7089 84.8575 30.3495Z' stroke='%23060606'/%3E%3Cpath d='M64.6205 82.59C57.8946 86.4732 52.4423 83.3253 52.4423 75.5589C52.4423 67.7926 57.8946 58.3488 64.6205 54.4656C71.3463 50.5825 76.7987 53.7304 76.7987 61.4967C76.7987 69.2631 71.3463 78.7069 64.6205 82.59Z' fill='%23939393' stroke='%23060606'/%3E%3Cmask id='mask5_539_6443' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='52' y='52' width='26' height='33'%3E%3Cpath d='M64.6205 82.59C57.8946 86.4732 52.4423 83.3253 52.4423 75.5589C52.4423 67.7926 57.8946 58.3488 64.6205 54.4656C71.3463 50.5825 76.7987 53.7304 76.7987 61.4967C76.7987 69.2631 71.3463 78.7069 64.6205 82.59Z' fill='%23939393' stroke='%23060606'/%3E%3C/mask%3E%3Cg mask='url(%23mask5_539_6443)'%3E%3Cpath d='M26.2799 64.0435L92.5265 25.796L92.5265 45.8326L26.2799 84.0801L26.2799 64.0435Z' fill='%23E7E7E7'/%3E%3C/g%3E%3Cpath d='M64.6205 82.59C57.8946 86.4732 52.4423 83.3253 52.4423 75.5589C52.4423 67.7926 57.8946 58.3488 64.6205 54.4656C71.3463 50.5825 76.7987 53.7304 76.7987 61.4967C76.7987 69.2631 71.3463 78.7069 64.6205 82.59Z' stroke='%23060606'/%3E%3Cpath d='M64.6202 79.5738C59.3375 82.6237 55.055 80.1513 55.055 74.0513C55.055 67.9513 59.3375 60.5338 64.6202 57.4839C69.9029 54.4339 74.1854 56.9064 74.1854 63.0063C74.1854 69.1063 69.9029 76.5238 64.6202 79.5738Z' fill='%23060606' stroke='%23060606'/%3E%3Cpath d='M63.918 79.169C59.0229 81.9952 55.0547 79.7041 55.0547 74.0518C55.0547 68.3994 59.0229 61.5262 63.918 58.7001C68.813 55.8739 72.7813 58.165 72.7813 63.8173C72.7813 69.4696 68.813 76.3428 63.918 79.169Z' fill='white' stroke='%23060606'/%3E%3Cpath d='M63.2908 66.4446C63.2908 65.5968 63.886 64.566 64.6201 64.1421C65.3543 63.7182 65.9495 64.0618 65.9495 64.9096L65.9495 71.4231C65.9495 72.2709 65.3543 73.3018 64.6201 73.7256C63.886 74.1495 63.2908 73.8059 63.2908 72.9581L63.2908 66.4446Z' fill='%23060606' stroke='%23060606'/%3E%3Cpath d='M76.7927 14.8973L76.7304 30.9047C76.7304 31.4603 76.3639 32.0159 75.6309 32.4368C74.8118 32.8497 73.906 33.0618 72.9885 33.0557C72.0709 33.0498 71.168 32.8259 70.3544 32.4021C69.6214 31.9744 69.2618 31.412 69.2653 30.8564L69.324 14.8559C69.324 12.0643 68.5495 10.0043 67.1699 9.20377C65.7902 8.40323 63.6049 8.73447 61.1776 10.1216L57.0492 12.4784C50.5832 16.174 45.0994 25.5735 45.0716 33.0062L45.0128 49.0135C45.0128 49.5693 44.6429 50.1247 43.9099 50.5457C42.8469 51.0959 41.6364 51.2966 40.4522 51.1184C39.808 51.0442 39.1848 50.8426 38.6197 50.5249C38.4369 50.421 38.2665 50.2973 38.1113 50.1557C37.9365 50.0118 37.7942 49.8328 37.694 49.6299C37.5938 49.427 37.5382 49.2052 37.5304 48.9792L37.5892 32.9786C37.6099 28.1166 39.242 22.6509 42.195 17.5957C45.1476 12.5405 49.1104 8.42392 53.3321 6.00849L57.4571 3.64827C59.567 2.3905 61.9276 1.60958 64.3725 1.36051C66.6543 1.14095 68.9485 1.62895 70.9422 2.758C72.9076 3.9298 74.463 5.6783 75.3958 7.76485C76.3804 10.0112 76.8573 12.4463 76.7927 14.8973Z' fill='%23060606' stroke='%23060606' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_539_6443'%3E%3Crect width='60' height='107.32' fill='white' transform='matrix(-1 0 0 1 87 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-homemarket-collect {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.85186 20.2265C5.0101 20.7629 3.90934 20.4854 3.39808 19.6121C3.15571 19.1975 3.08039 18.7023 3.18808 18.2316L4.27759 13.4663C4.29057 13.4109 4.28866 13.3528 4.27206 13.2984C4.25547 13.2439 4.22481 13.1951 4.18334 13.1571L0.617042 9.96998C-0.123718 9.30845 -0.209219 8.15154 0.42404 7.38027C0.574721 7.19627 0.759453 7.0447 0.967567 6.93432C1.17568 6.82395 1.40305 6.75695 1.63656 6.73721L6.31687 6.34619C6.41887 6.33747 6.51012 6.2685 6.55187 6.16363L8.35515 1.64037C8.7309 0.698075 9.77591 0.248083 10.6877 0.643717C11.1225 0.833248 11.4666 1.19155 11.6447 1.64037L13.448 6.16337C13.4897 6.2685 13.581 6.33773 13.683 6.34619L18.3638 6.73746C19.3453 6.81951 20.0721 7.71001 19.9943 8.72102C19.9578 9.20349 19.7383 9.65206 19.383 9.97049L15.8167 13.1576C15.7337 13.2317 15.6962 13.3517 15.7225 13.4666L16.812 18.2319C17.0375 19.2178 16.452 20.2111 15.4962 20.4488C15.2684 20.5055 15.0318 20.5151 14.8003 20.4769C14.5688 20.4388 14.3471 20.3538 14.148 20.2267L10.1407 17.6729C10.0985 17.6458 10.0497 17.6314 9.99992 17.6314C9.95012 17.6314 9.90134 17.6458 9.85917 17.6729L5.85161 20.2267L5.85186 20.2265Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-homemarket-table-arrow-down {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.15618 3.80462C3.07611 3.9047 2.9239 3.9047 2.84383 3.80462L0.593289 0.991443C0.488527 0.86049 0.581762 0.666504 0.749463 0.666504L5.25055 0.666504C5.41825 0.666504 5.51148 0.860491 5.40672 0.991443L3.15618 3.80462Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-homemarket-table-arrow-up {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.84383 0.195178C2.9239 0.0950969 3.07611 0.0950968 3.15618 0.195178L5.40672 3.00836C5.51148 3.13931 5.41825 3.33329 5.25055 3.33329L0.749463 3.33329C0.581762 3.33329 0.488527 3.13931 0.593289 3.00836L2.84383 0.195178Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-homemarket-table-nodata {
    background: url("data:image/svg+xml;utf8,%3Csvg width='106' height='96' viewBox='0 0 106 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.3046 21.5572C1.34031 17.9584 3.47598 14.2593 7.07476 13.295L48.5672 2.17715C52.166 1.21286 55.8651 3.34854 56.8294 6.94731L74.9056 74.4088C75.8699 78.0076 73.7342 81.7067 70.1354 82.671L28.643 93.7888C25.0442 94.7531 21.3451 92.6174 20.3808 89.0187L2.3046 21.5572ZM8.10182 17.1281C6.61997 17.5251 5.74057 19.0483 6.13763 20.5301L24.2139 87.9916C24.6109 89.4735 26.1341 90.3528 27.616 89.9558L69.1084 78.8379C70.5902 78.4409 71.4696 76.9177 71.0726 75.4359L52.9963 7.97437C52.5993 6.49252 51.0761 5.61313 49.5943 6.01019L8.10182 17.1281Z' fill='%231A1C1E'/%3E%3Cpath d='M44.6047 7.4503C45.0614 4.86033 47.5312 3.13096 50.1212 3.58764L86.4653 9.99608L83.9157 24.4556C83.459 27.0455 85.1884 29.5153 87.7784 29.972L99.8931 32.1082L90.3149 86.4289C89.8582 89.0189 87.3884 90.7483 84.7984 90.2916L36.3396 81.747C33.7496 81.2903 32.0203 78.8205 32.4769 76.2305L44.6047 7.4503Z' fill='%231A1C1E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.8148 5.15249C48.0881 4.84803 46.4416 6.00095 46.1371 7.7276L34.0093 76.5078C33.7049 78.2345 34.8578 79.881 36.5844 80.1855L85.0432 88.73C86.7699 89.0345 88.4164 87.8816 88.7209 86.1549L98.0234 33.3974L87.4719 31.5369C84.0186 30.928 81.7128 27.6349 82.3217 24.1816L84.5957 11.2853L49.8148 5.15249ZM87.2657 14.4246L96.6864 29.938L88.0232 28.4105C86.2965 28.106 85.1436 26.4595 85.4481 24.7329L87.2657 14.4246ZM43.0108 7.17633C43.6197 3.72303 46.9127 1.4172 50.366 2.02611L87.4181 8.55939L101.529 31.7968L91.8472 86.7062C91.2383 90.1595 87.9453 92.4653 84.492 91.8564L36.0332 83.3118C32.5799 82.7029 30.274 79.4098 30.8829 75.9566L43.0108 7.17633Z' fill='%231A1C1E'/%3E%3Cpath d='M46.259 20.1078C46.4493 19.0286 47.4783 18.3081 48.5575 18.4983L72.037 22.6384C73.1162 22.8287 73.8368 23.8578 73.6465 24.9369C73.4562 26.0161 72.4271 26.7367 71.348 26.5464L47.8684 22.4063C46.7893 22.216 46.0687 21.1869 46.259 20.1078Z' fill='%232F3133'/%3E%3Cpath d='M43.8664 31.6984C44.0567 30.6192 45.0858 29.8986 46.1649 30.0889L83.3634 36.648C84.4426 36.8383 85.1632 37.8674 84.9729 38.9465C84.7826 40.0257 83.7535 40.7463 82.6743 40.556L45.4758 33.9969C44.3967 33.8066 43.6761 32.7775 43.8664 31.6984Z' fill='%232F3133'/%3E%3Cpath d='M41.2671 47.9525C41.5716 46.2259 43.2181 45.073 44.9447 45.3774L59.5546 47.9535C61.2812 48.258 62.4342 49.9045 62.1297 51.6312C61.8253 53.3578 60.1787 54.5108 58.4521 54.2063L43.8422 51.6302C42.1156 51.3257 40.9626 49.6792 41.2671 47.9525Z' fill='%232F3133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.8053 63.3577C80.2853 58.8378 72.957 58.8378 68.4371 63.3577C63.9171 67.8777 63.9171 75.206 68.4371 79.7259C72.957 84.2459 80.2853 84.2459 84.8053 79.7259C89.3252 75.206 89.3252 67.8777 84.8053 63.3577ZM66.0988 61.0194C71.9101 55.208 81.3322 55.208 87.1436 61.0194C92.5598 66.4356 92.9281 74.9881 88.2485 80.8309L96.064 89.7369C96.6376 90.3904 96.6054 91.377 95.9906 91.9918L 95.9906 91.9918C95.3164 92.6661 94.2127 92.6301 93.5838 91.9134L85.9102 83.1692C80.0675 87.8488 71.515 87.4805 66.0988 82.0643C60.2874 76.2529 60.2874 66.8308 66.0988 61.0194Z' fill='%232F3133'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-homemarket-table-nodata-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='106' height='96' viewBox='0 0 106 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.3046 21.5572C1.34031 17.9584 3.47598 14.2593 7.07476 13.295L48.5672 2.17715C52.166 1.21286 55.8651 3.34854 56.8294 6.94731L74.9056 74.4088C75.8699 78.0076 73.7342 81.7067 70.1354 82.671L28.643 93.7888C25.0442 94.7531 21.3451 92.6174 20.3808 89.0187L2.3046 21.5572ZM8.10182 17.1281C6.61997 17.5251 5.74057 19.0483 6.13763 20.5301L24.2139 87.9916C24.6109 89.4735 26.1341 90.3528 27.616 89.9558L69.1084 78.8379C70.5902 78.4409 71.4696 76.9177 71.0726 75.4359L52.9963 7.97437C52.5993 6.49252 51.0761 5.61313 49.5943 6.01019L8.10182 17.1281Z' fill='%23F6F6F9'/%3E%3Cpath d='M44.6047 7.4503C45.0614 4.86033 47.5312 3.13096 50.1212 3.58764L86.4653 9.99608L83.9157 24.4556C83.459 27.0455 85.1884 29.5153 87.7784 29.972L99.8931 32.1082L90.3149 86.4289C89.8582 89.0189 87.3884 90.7483 84.7984 90.2916L36.3396 81.747C33.7496 81.2903 32.0203 78.8205 32.4769 76.2305L44.6047 7.4503Z' fill='%23F6F6F9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.8148 5.15249C48.0881 4.84803 46.4416 6.00095 46.1371 7.7276L34.0093 76.5078C33.7049 78.2345 34.8578 79.881 36.5844 80.1855L85.0432 88.73C86.7699 89.0345 88.4164 87.8816 88.7209 86.1549L98.0234 33.3974L87.4719 31.5369C84.0186 30.928 81.7128 27.6349 82.3217 24.1816L84.5957 11.2853L49.8148 5.15249ZM87.2657 14.4246L96.6864 29.938L88.0232 28.4105C86.2965 28.106 85.1436 26.4595 85.4481 24.7329L87.2657 14.4246ZM43.0108 7.17633C43.6197 3.72303 46.9127 1.4172 50.366 2.02611L87.4181 8.55939L101.529 31.7968L91.8472 86.7062C91.2383 90.1595 87.9453 92.4653 84.492 91.8564L36.0332 83.3118C32.5799 82.7029 30.274 79.4098 30.8829 75.9566L43.0108 7.17633Z' fill='%23F6F6F9'/%3E%3Cpath d='M46.259 20.1078C46.4493 19.0286 47.4783 18.3081 48.5575 18.4983L72.037 22.6384C73.1162 22.8287 73.8368 23.8578 73.6465 24.9369C73.4562 26.0161 72.4271 26.7367 71.348 26.5464L47.8684 22.4063C46.7893 22.216 46.0687 21.1869 46.259 20.1078Z' fill='%23E2E2E5'/%3E%3Cpath d='M43.8664 31.6984C44.0567 30.6192 45.0858 29.8986 46.1649 30.0889L83.3634 36.648C84.4426 36.8383 85.1632 37.8674 84.9729 38.9465C84.7826 40.0257 83.7535 40.7463 82.6743 40.556L45.4758 33.9969C44.3967 33.8066 43.6761 32.7775 43.8664 31.6984Z' fill='%23E2E2E5'/%3E%3Cpath d='M41.2671 47.9525C41.5716 46.2259 43.2181 45.073 44.9447 45.3774L59.5546 47.9535C61.2812 48.258 62.4342 49.9045 62.1297 51.6312C61.8253 53.3578 60.1787 54.5108 58.4521 54.2063L43.8422 51.6302C42.1156 51.3257 40.9626 49.6792 41.2671 47.9525Z' fill='%23E2E2E5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.8053 63.3577C80.2853 58.8378 72.957 58.8378 68.4371 63.3577C63.9171 67.8777 63.9171 75.206 68.4371 79.7259C72.957 84.2459 80.2853 84.2459 84.8053 79.7259C89.3252 75.206 89.3252 67.8777 84.8053 63.3577ZM66.0988 61.0194C71.9101 55.208 81.3322 55.208 87.1436 61.0194C92.5598 66.4356 92.9281 74.9881 88.2485 80.8309L96.064 89.7369C96.6376 90.3904 96.6054 91.377 95.9906 91.9918L 95.9906 91.9918C95.3164 92.6661 94.2127 92.6301 93.5838 91.9134L85.9102 83.1692C80.0675 87.8488 71.515 87.4805 66.0988 82.0643C60.2874 76.2529 60.2874 66.8308 66.0988 61.0194Z' fill='%23E2E2E5'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-hourglass {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2338_14169)'%3E%3Cpath d='M10.375 0.5C10.5408 0.5 10.6997 0.563214 10.8169 0.675736C10.9342 0.788258 11 0.94087 11 1.1C11 1.25913 10.9342 1.41174 10.8169 1.52426C10.6997 1.63679 10.5408 1.7 10.375 1.7H9.75V3.5C9.75036 4.09411 9.59739 4.67906 9.30478 5.20256C9.01216 5.72606 8.589 6.17182 8.07312 6.5C8.56933 6.81541 8.98006 7.23985 9.27125 7.7381C9.56244 8.23635 9.7257 8.79407 9.7475 9.365L9.75 9.5V11.3H10.375C10.5408 11.3 10.6997 11.3632 10.8169 11.4757C10.9342 11.5883 11 11.7409 11 11.9C11 12.0591 10.9342 12.2117 10.8169 12.3243C10.6997 12.4368 10.5408 12.5 10.375 12.5H1.625C1.45924 12.5 1.30027 12.4368 1.18306 12.3243C1.06585 12.2117 1 12.0591 1 11.9C1 11.7409 1.06585 11.5883 1.18306 11.4757C1.30027 11.3632 1.45924 11.3 1.625 11.3H2.25V9.5C2.24964 8.90589 2.40261 8.32095 2.69522 7.79744C2.98784 7.27394 3.41099 6.82818 3.92687 6.5C3.43067 6.18459 3.01994 5.76015 2.72875 5.2619C2.43756 4.76365 2.2743 4.20593 2.2525 3.635L2.25 3.5V1.7H1.625C1.45924 1.7 1.30027 1.63679 1.18306 1.52426C1.06585 1.41174 1 1.25913 1 1.1C1 0.94087 1.06585 0.788258 1.18306 0.675736C1.30027 0.563214 1.45924 0.5 1.625 0.5H10.375ZM6 7.1C5.3586 7.1 4.74173 7.33666 4.27699 7.76103C3.81225 8.18541 3.5352 8.76502 3.50313 9.38L3.5 9.5V11.3H8.5V9.5C8.5 8.86348 8.23661 8.25303 7.76777 7.80294C7.29893 7.35286 6.66304 7.1 6 7.1ZM8.5 1.7H3.5V3.5C3.49999 4.12613 3.75487 4.72748 4.21025 5.17573C4.66564 5.62397 5.28546 5.88363 5.93748 5.89929C6.5895 5.91495 7.22207 5.68537 7.70023 5.25954C8.17839 4.83371 8.46427 4.24535 8.49688 3.62L8.5 3.5V1.7Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2338_14169'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-improve-limit {
    background: url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.08813 7.20522C3.30655 7.88415 5.10755 8.29902 7.1838 8.29902C7.9574 8.29902 8.69273 8.24168 9.374 8.13422L10.7477 6.63295C9.79433 6.95955 8.56413 7.17375 7.1838 7.17375C3.97757 7.17375 1.58157 6.01591 1.58157 4.98326C1.58157 3.95061 3.97757 2.79298 7.1838 2.79298V2.7937C10.3081 2.7937 12.663 3.89041 12.7814 4.90369L13.6448 5.98665C13.8342 5.67258 13.9353 5.33611 13.9353 4.9835C13.9353 3.09373 11.0323 1.66772 7.1838 1.66772C3.33536 1.66772 0.432617 3.09278 0.432617 4.98326C0.432617 5.54572 0.689567 6.067 1.15193 6.52182C0.679993 6.98468 0.432617 7.51068 0.432617 8.05782C0.432617 8.60869 0.6791 9.12009 1.12363 9.56815C0.670107 10.0242 0.432617 10.54 0.432617 11.076C0.432617 12.9658 3.33523 14.3918 7.1836 14.3918C7.7766 14.3918 8.3472 14.358 8.88813 14.2938C9.3946 14.0035 9.6758 13.5327 9.7996 12.9904C9.02853 13.163 8.14273 13.2663 7.18453 13.2663C3.97829 13.2663 1.58229 12.1099 1.58229 11.076C1.58229 10.7489 1.82155 10.4593 2.0488 10.2576C3.26762 10.9497 5.08509 11.3736 7.1838 11.3736L7.1826 11.3729C8.0978 11.3729 8.9594 11.2922 9.74133 11.144C9.64814 10.7487 9.51427 10.375 9.3622 10.0592C8.6996 10.1782 7.9658 10.2469 7.1838 10.2469C3.97781 10.2469 1.58229 9.09115 1.58229 8.05755C1.58229 7.71168 1.85007 7.40762 2.08813 7.20522Z' fill='%23B9F641'/%3E%3Cpath d='M9.33301 9.98162L12.6441 5.66675L15.9997 9.98162H14.1801C13.7637 13.8832 9.88901 14.3334 9.88901 14.3334C11.2759 13.8041 11.3837 11.1176 11.3663 9.98162H9.33301Z' fill='%23B9F641'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-info {
    background: url("data:image/svg+xml;utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99995 1.39995C3.45944 1.39995 1.39995 3.45944 1.39995 5.99995C1.39995 8.54046 3.45944 10.6 5.99995 10.6C8.54046 10.6 10.6 8.54046 10.6 5.99995C10.6 3.45944 8.54046 1.39995 5.99995 1.39995ZM0.199951 5.99995C0.199951 2.7967 2.7967 0.199951 5.99995 0.199951C9.2032 0.199951 11.8 2.7967 11.8 5.99995C11.8 9.2032 9.2032 11.8 5.99995 11.8C2.7967 11.8 0.199951 9.2032 0.199951 5.99995Z' fill='%23999999'/%3E%3Cpath d='M5.16011 8.4398C5.16011 8.54485 5.1808 8.64888 5.221 8.74594C5.26121 8.843 5.32014 8.93119 5.39442 9.00548C5.46871 9.07977 5.5569 9.13869 5.65396 9.1789C5.75102 9.2191 5.85505 9.23979 5.96011 9.23979C6.06517 9.23979 6.16919 9.2191 6.26625 9.1789C6.36332 9.13869 6.45151 9.07977 6.52579 9.00548C6.60008 8.93119 6.65901 8.843 6.69921 8.74594C6.73942 8.64888 6.76011 8.54485 6.76011 8.4398C6.76011 8.22762 6.67582 8.02414 6.52579 7.87411C6.37576 7.72408 6.17228 7.63979 5.96011 7.63979C5.74793 7.63979 5.54445 7.72408 5.39442 7.87411C5.24439 8.02414 5.16011 8.22762 5.16011 8.4398Z' fill='%23999999'/%3E%3Cpath d='M6.73589 6.29594C6.73589 6.73594 6.37589 7.09594 5.93589 7.09594C5.49589 7.09594 5.13589 6.73594 5.13589 6.29594L5.13589 3.18394C5.13589 2.74394 5.49589 2.38394 5.93589 2.38394C6.37589 2.38394 6.73589 2.74394 6.73589 3.18394L6.73589 6.29594Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-info-circle {
    background: url("data:image/svg+xml;utf8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99998 3.16671C5.05446 3.16671 2.66665 5.55452 2.66665 8.50004C2.66665 11.4456 5.05446 13.8334 7.99998 13.8334C10.9455 13.8334 13.3333 11.4456 13.3333 8.50004C13.3333 5.55452 10.9455 3.16671 7.99998 3.16671ZM1.33331 8.50004C1.33331 4.81814 4.31808 1.83337 7.99998 1.83337C11.6819 1.83337 14.6666 4.81814 14.6666 8.50004C14.6666 12.1819 11.6819 15.1667 7.99998 15.1667C4.31808 15.1667 1.33331 12.1819 1.33331 8.50004ZM8.66665 5.16673V6.50006H7.33331V5.16673H8.66665ZM7.33331 11.8334V7.16673H8.66665V11.8334H7.33331Z' fill='%23576072'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-invite-register-img1 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='201' height='157' viewBox='0 0 201 157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M196.523 21.9187C198.445 15.7918 195.336 9.34813 189.579 7.5263C183.822 5.70448 177.597 9.19443 175.675 15.3213C173.753 21.4482 176.862 27.8919 182.619 29.7137C188.376 31.5356 194.601 28.0456 196.523 21.9187Z' fill='%23383838' stroke='black' stroke-width='0.596182' stroke-miterlimit='10'/%3E%3Cpath d='M193.258 20.6845C195.132 14.7103 192.5 8.55371 187.38 6.9333C182.259 5.3129 176.589 8.84235 174.715 14.8165C172.841 20.7907 175.473 26.9474 180.594 28.5678C185.714 30.1882 191.384 26.6587 193.258 20.6845Z' fill='white' stroke='black' stroke-width='0.596182' stroke-miterlimit='10'/%3E%3Cpath d='M186.639 19.759L182.491 21.4258L179.678 17.4038L181.553 25.3935L186.639 19.759Z' fill='%23060606'/%3E%3Cpath d='M182.664 20.5269L186.812 18.842L185.207 9.63843L179.869 16.4867L182.664 20.5269Z' fill='%23060606'/%3E%3Cpath d='M163.744 7.35704C163.722 7.35704 163.722 7.35704 163.701 7.35704L160.703 5.93753C160.66 5.91602 160.639 5.873 160.639 5.82999V1.9801C160.639 1.93708 160.66 1.91558 160.681 1.89407C160.703 1.87256 160.724 1.87256 160.746 1.87256C160.767 1.87256 160.767 1.87256 160.789 1.87256L163.786 3.33509C163.829 3.3566 163.851 3.39961 163.851 3.44263V7.2495C163.851 7.29252 163.829 7.31402 163.808 7.33553C163.786 7.33553 163.765 7.35704 163.744 7.35704Z' fill='white'/%3E%3Cpath d='M160.755 1.96532L163.753 3.42785V7.23472L160.755 5.81521V1.96532ZM160.755 1.75024C160.712 1.75024 160.669 1.77175 160.648 1.79326C160.584 1.83628 160.541 1.9008 160.541 1.96532V5.81521C160.541 5.90124 160.584 5.96577 160.669 6.00878L163.667 7.4283C163.689 7.4498 163.732 7.4498 163.753 7.4498C163.796 7.4498 163.839 7.4283 163.86 7.40679C163.924 7.36377 163.967 7.29925 163.967 7.23472V3.42785C163.967 3.34182 163.924 3.2773 163.839 3.23428L160.841 1.77175C160.819 1.75025 160.798 1.75024 160.755 1.75024Z' fill='%23060606'/%3E%3Cpath d='M163.756 7.34566C163.734 7.34566 163.713 7.34566 163.691 7.32415C163.67 7.30264 163.648 7.25963 163.648 7.23812V3.43124C163.648 3.38823 163.67 3.34521 163.713 3.34521L166.646 1.79665C166.668 1.79665 166.689 1.77515 166.689 1.77515C166.71 1.77515 166.732 1.77515 166.753 1.79665C166.775 1.81816 166.796 1.86118 166.796 1.88269V5.7971C166.796 5.84011 166.775 5.88313 166.732 5.88313L163.798 7.34566C163.798 7.34566 163.777 7.34566 163.756 7.34566Z' fill='black'/%3E%3Cpath d='M166.698 1.86767V5.78208L163.765 7.24461V3.43773L166.698 1.86767ZM166.698 1.65259C166.656 1.65259 166.634 1.65259 166.591 1.6741L163.658 3.22266C163.594 3.26567 163.551 3.33019 163.551 3.41623V7.2231C163.551 7.28762 163.594 7.37366 163.658 7.39516C163.701 7.41667 163.722 7.43818 163.765 7.43818C163.808 7.43818 163.829 7.43818 163.851 7.41667L166.784 5.95414C166.848 5.91113 166.913 5.8466 166.913 5.76057V1.86767C166.913 1.78163 166.87 1.71711 166.806 1.6741C166.784 1.6741 166.741 1.65259 166.698 1.65259Z' fill='%23060606'/%3E%3Cpath d='M163.743 3.53098C163.722 3.53098 163.722 3.53098 163.7 3.53098L160.703 2.0682C160.66 2.04669 160.639 2.00366 160.639 1.98215C160.639 1.93913 160.66 1.89611 160.703 1.8746L163.7 0.282742C163.722 0.282742 163.743 0.26123 163.743 0.26123C163.764 0.26123 163.786 0.26123 163.786 0.282742L166.719 1.76704C166.762 1.78855 166.783 1.83157 166.783 1.85308C166.783 1.87459 166.762 1.93913 166.719 1.93913L163.786 3.48796C163.786 3.50947 163.764 3.53098 163.743 3.53098Z' fill='%23B0F127'/%3E%3Cpath d='M163.752 0.378164L166.685 1.8622L163.752 3.41076L160.755 1.94823L163.752 0.378164ZM163.752 0.163086C163.71 0.163086 163.688 0.163086 163.645 0.184593L160.648 1.77617C160.584 1.81918 160.541 1.88371 160.541 1.96974C160.541 2.05577 160.584 2.12029 160.669 2.16331L163.667 3.62584C163.688 3.64734 163.731 3.64734 163.752 3.64734C163.795 3.64734 163.817 3.64734 163.859 3.62584L166.792 2.07728C166.857 2.03426 166.9 1.96974 166.9 1.88371C166.9 1.79768 166.857 1.73315 166.792 1.69014L163.859 0.206101C163.817 0.184593 163.795 0.163086 163.752 0.163086Z' fill='%23060606'/%3E%3Cpath d='M175.049 78.6963L175.04 78.7009L175.032 78.7066L173.166 79.987L171.702 78.9364C171.647 78.8872 171.579 78.8674 171.513 78.8749C171.447 78.8822 171.391 78.915 171.351 78.9545C171.312 78.9941 171.28 79.0499 171.272 79.1157C171.265 79.1851 171.286 79.2566 171.341 79.3128L172.649 80.7517L171.526 82.1608C171.475 82.2162 171.455 82.2859 171.462 82.3536C171.469 82.4194 171.502 82.4752 171.541 82.5148C171.58 82.5543 171.636 82.5871 171.702 82.5944C171.771 82.6021 171.841 82.5808 171.897 82.5281L173.235 81.3981L174.921 82.8453C174.959 82.8812 175.013 82.9091 175.078 82.9046C175.143 82.9001 175.19 82.8648 175.219 82.8302C175.272 82.7666 175.295 82.6642 175.25 82.5734L175.244 82.5629L175.238 82.5534L174.001 80.8148L175.331 79.0133L175.339 79.0028L175.344 78.9912C175.439 78.8017 175.243 78.5991 175.049 78.6963Z' fill='%23F5F5F5' stroke='black' stroke-width='0.298091' stroke-miterlimit='10'/%3E%3Cpath d='M24.422 70.9177C26.5141 66.9483 26.8097 61.1824 24.7984 55.4506C23.2082 50.9279 20.5108 47.2768 17.409 45.0721L16.0823 40.1855C15.5253 40.3962 14.9684 40.607 14.389 40.8182C12.6958 41.4509 11.0025 42.0836 9.30923 42.7163C8.97493 42.8338 8.64095 42.9737 8.28424 43.0915C7.90547 43.2322 7.54877 43.35 7.19306 43.5353C6.70363 43.7676 6.23727 44.0446 5.81636 44.3659C4.93008 45.0317 4.18052 45.853 3.567 46.7848C2.90969 47.7848 2.41049 48.8724 2.04634 50.0031C1.63906 51.247 1.41196 52.5557 1.29651 53.8402C1.18306 55.2598 1.22673 56.6995 1.38206 58.1151C1.56144 59.6428 1.89728 61.1458 2.36684 62.6017C2.43736 62.8257 2.50787 63.0498 2.60079 63.2734C5.66487 72.0279 12.9364 77.4568 18.9806 75.6345C20.4973 75.1844 21.9212 74.5107 23.3915 73.9488C23.9484 73.738 24.5054 73.5272 25.0623 73.3164C25.062 73.2939 24.422 70.9177 24.422 70.9177Z' fill='%23383838' stroke='black' stroke-width='0.596182' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.809 73.4875C18.0076 73.6271 12.1134 68.4279 9.44933 60.8491C6.3216 51.9184 8.90457 42.8055 15.2064 40.5532C16.0842 40.2415 17.0083 40.0629 17.9564 40.04C23.7578 39.9004 29.6519 45.0996 32.316 52.6784C33.8222 56.9999 34.0654 61.4859 32.993 65.2884C31.921 69.1356 29.6198 71.8727 26.5588 72.952C25.6814 73.3083 24.7571 73.4646 23.809 73.4875Z' fill='white'/%3E%3Cpath d='M17.8956 40.2656C23.4485 40.132 29.3636 45.1741 32.0277 52.7526C35.1319 61.5942 32.6154 70.5488 26.4262 72.7536C25.5485 73.0652 24.6468 73.221 23.7438 73.2427C18.191 73.3764 12.2758 68.3343 9.61184 60.7558C6.50759 51.9141 9.02414 42.9596 15.2133 40.7548C16.091 40.4431 16.9927 40.2873 17.8956 40.2656ZM17.8917 39.8188C16.921 39.8421 15.9744 40.0213 15.0741 40.3335C11.9458 41.4591 9.59981 44.2195 8.50605 48.1565C7.41169 52.0265 7.6553 56.557 9.18415 60.9002C10.5047 64.6673 12.6105 67.8793 15.2955 70.2281C17.9351 72.5333 20.9262 73.7575 23.7478 73.6896C24.7185 73.6662 25.6651 73.487 26.5654 73.1748C29.6937 72.0493 32.0397 69.2889 33.1334 65.3519C34.2278 61.4819 33.9842 56.9514 32.4553 52.6082C31.1348 48.841 29.029 45.6291 26.3439 43.2802C23.727 40.9745 20.7132 39.7509 17.8917 39.8188Z' fill='black'/%3E%3Cpath d='M25.5105 50.4911C24.9726 48.5565 23.5911 48.4778 21.9438 49.0546L21.3983 46.2696L20.1586 46.859L20.7034 49.5769C20.3878 49.7188 20.0499 49.906 19.7345 50.0703L19.1896 47.3524L17.9499 47.9418L18.4954 50.7269C18.2248 50.8453 17.9544 50.9861 17.7293 51.1258L17.7291 51.1035L16.0159 51.9058L16.3716 53.7104C16.3716 53.7104 17.2728 53.241 17.2732 53.2858C17.7917 53.0495 18.0211 53.3797 18.1144 53.6909L18.7312 56.8548C18.7536 56.8319 18.8215 56.8302 18.8665 56.8068C18.8215 56.8302 18.7764 56.8537 18.7312 56.8548L19.6082 61.2884C19.6329 61.5116 19.6136 61.8927 19.2529 62.058C19.2758 62.0799 18.3513 62.4826 18.3513 62.4826L18.5062 64.6279L20.1067 63.8731C20.3997 63.7317 20.6927 63.5904 20.9859 63.4714L21.5089 66.2794L22.7487 65.6899L22.2032 62.9049C22.5413 62.7401 22.8795 62.5976 23.195 62.4333L23.7403 65.196L24.98 64.6066L24.4343 61.7991C26.4839 60.653 27.8068 59.2333 27.4428 56.4886C27.1741 54.279 26.2404 53.6522 24.9744 53.8394C25.6233 52.9955 25.9078 51.8918 25.5105 50.4911ZM24.9603 57.3318C25.3865 59.4258 22.7017 60.4305 21.868 60.8535L21.1555 57.1099C21.9668 56.7098 24.5332 55.1259 24.9603 57.3318ZM23.3538 52.3337C23.7331 54.2498 21.4992 55.0422 20.778 55.3953L20.1142 52.0311C20.8354 51.678 22.9511 50.3287 23.3538 52.3337Z' fill='%23060606'/%3E%3Cpath d='M42.5034 42.8434C43.1276 42.8434 43.6324 42.3352 43.6324 41.7098C43.6324 41.0845 43.1276 40.5763 42.5034 40.5763C41.8792 40.5763 41.3744 41.0845 41.3744 41.7098C41.3744 42.3352 41.8792 42.8434 42.5034 42.8434Z' fill='%23F5F5F5' stroke='black' stroke-width='0.298091' stroke-miterlimit='10'/%3E%3Cpath d='M36.4496 35.4756L38.6545 35.291C38.7243 35.2882 38.7765 35.2492 38.806 35.2047C38.8337 35.1629 38.8427 35.1165 38.8427 35.0787C38.8427 35.0408 38.8337 34.9944 38.806 34.9526C38.7775 34.9097 38.7281 34.872 38.6622 34.8667L36.5726 34.5272L36.2341 32.3328C36.2291 32.2669 36.1918 32.2172 36.1488 32.1884C36.107 32.1603 36.0604 32.1512 36.0224 32.1512C35.9844 32.1512 35.9378 32.1603 35.896 32.1884C35.8535 32.2168 35.8166 32.2657 35.8109 32.3303L35.4151 34.532L33.6364 34.8348C33.5699 34.8385 33.51 34.867 33.4674 34.9164C33.4243 34.9665 33.4076 35.0278 33.4076 35.0826C33.4076 35.1905 33.4747 35.3149 33.6152 35.3502L33.6295 35.3538L33.6442 35.3545L35.5624 35.4478L35.7787 37.2166C35.7812 37.2895 35.8096 37.3576 35.8665 37.4052C35.9228 37.4523 35.9911 37.4661 36.0489 37.4619C36.153 37.4544 36.2935 37.3752 36.2978 37.2138L36.4496 35.4756Z' fill='%23F5F5F5' stroke='black' stroke-width='0.298091' stroke-miterlimit='10'/%3E%3Cpath d='M51.916 57.4778V77.536L100.699 102.722V82.6133L51.916 57.4778Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M54.9277 82.6064V116.087L100.662 141.021V106.485L54.9277 82.6064Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M54.9277 79.676V83.3961L100.662 106.471V102.7L54.9277 79.676Z' fill='%2317191A' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M146.422 82.6064V116.087L100.688 141.021V106.485L146.422 82.6064Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M146.422 79.676V83.3961L100.688 106.471V102.7L146.422 79.676Z' fill='%2317191A' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M149.421 57.4778V77.536L100.688 102.722V82.6133L149.421 57.4778Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M51.916 57.4746L100.699 32.6909L149.433 57.4746L100.699 82.6101L51.916 57.4746Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M72.6748 68.3691L72.125 87.9749L79.9723 91.6447V72.0389L72.6748 68.3691Z' fill='white' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M73.8389 93.2539L73.2891 125.83L81.1364 130.354V96.9237L73.8389 93.2539Z' fill='white' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M129.024 68.1741L129.523 87.9809L121.676 91.6507L121.576 71.8941L129.024 68.1741Z' fill='white' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M127.805 93.2539L128.355 125.83L120.508 130.354V96.9237L127.805 93.2539Z' fill='white' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M73.0938 68.5643L120.528 42.8254L128.475 46.8471L80.0414 72.234L73.0938 68.5643Z' fill='white' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M128.92 68.0185L81.2863 42.5813L73.2891 46.603L121.623 71.8894L128.92 68.0185Z' fill='white' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M99.0785 49.3151C99.0785 49.3151 89.1318 41.8247 83.8336 42.1263C78.4855 42.4782 72.6375 52.834 74.8367 59.2688C77.036 65.7035 86.1329 68.2673 86.1329 68.2673C83.3338 66.3067 81.8343 62.3856 81.6344 60.2239C81.2845 56.1519 83.7337 49.2648 86.7327 48.3599C93.5303 46.2988 94.58 50.421 94.58 50.421L99.0785 49.3151Z' fill='white' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M116.31 27.6118C116.31 27.6118 122.608 29.5221 126.506 34.0968C130.055 38.219 126.006 47.3181 122.208 49.9825C117.709 53.1495 112.111 55.2609 107.213 57.7745C100.415 61.2935 93.7173 64.913 86.9196 68.432C86.7697 68.5325 86.4198 68.1806 86.2699 68.2309C86.2699 68.2309 83.9207 66.1698 82.6211 62.5L91.4181 58.981C92.9676 58.1264 94.5171 57.1712 96.1165 56.3166C96.7663 55.9647 97.1162 55.462 96.9662 54.7079C96.7663 53.602 96.0665 52.6468 95.4167 51.7419C94.717 50.7365 94.0172 49.4798 92.9176 48.4241C92.3178 47.8711 89.0189 43.6986 89.0189 43.6986C89.0189 43.6986 92.8676 45.4078 92.7177 45.1564C94.4671 46.1619 95.4167 47.1673 96.7663 47.7203C99.8652 49.0776 103.364 49.4295 106.713 49.0776C107.962 48.977 109.212 48.7257 110.412 48.4743C114.06 47.6197 116.909 43.8494 118.309 40.1796C120.058 35.7055 117.859 31.8346 116.31 27.6118Z' fill='black' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M104.437 57.3203C104.437 57.3203 113.284 34.3464 122.281 30.5258C122.281 30.5258 118.532 27.7106 114.234 27.0571C107.486 26.0516 99.1387 49.3272 99.1387 49.3272L104.437 57.3203Z' fill='white' stroke='%2317191A' stroke-width='0.529101' stroke-miterlimit='10'/%3E%3Cpath d='M123.711 88.3457L118.678 98.6855L137.505 124.045L142.551 113.679L123.711 88.3457Z' fill='white' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M118.949 102.07L110.548 119.329L127.867 143.785L136.533 125.982L118.949 102.07Z' fill='white' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M119.727 100.556L118.793 102.474L136.579 125.971L137.525 124.028L119.727 100.556Z' fill='%2317191A' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M166.134 125.273L157.733 142.532L127.9 143.783L136.567 125.98L166.134 125.273Z' fill='white' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M166.814 123.783L165.88 125.7L136.515 125.993L137.461 124.049L166.814 123.783Z' fill='%2317191A' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M173.997 113.066L168.963 123.406L137.522 124.026L142.568 113.66L173.997 113.066Z' fill='white' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M123.709 88.3505L155.075 87.9506L173.978 113.09L142.549 113.684L123.709 88.3505Z' fill='white' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M131.668 99.2306L126.465 109.198L129.59 113.081L134.51 102.974L131.668 99.2306Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M126.035 112.345L117.577 128.998L120.488 133.322L128.877 116.088L126.035 112.345Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M160.777 113.435L156.064 123.773L151.098 123.673L156.004 113.463L160.777 113.435Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M153.801 126.047L145.91 142.979L140.729 143.321L149.118 126.087L153.801 126.047Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M131.824 99.4649L162.735 98.2303L165.823 102.32L134.485 103.119L131.824 99.4649Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M160.775 113.325L142.603 88.1282L137.471 88.1725L156.042 113.469L160.775 113.325Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M150.545 96.4765C150.545 96.4765 146.161 90.0323 143.019 88.7276C139.839 87.4342 134.489 90.9639 134.561 94.7581C134.633 98.5523 139.448 102.321 139.448 102.321C138.186 100.58 138.05 98.2243 138.339 97.0975C138.901 94.9825 141.62 92.2398 143.536 92.6143C147.881 93.4581 147.718 95.7902 147.718 95.7902L150.545 96.4765Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M163.704 89.9137C163.704 89.9137 166.973 92.5756 168.37 95.9006C169.649 98.9065 165.638 102.301 162.961 102.583C159.789 102.922 156.179 102.439 152.897 102.346C148.337 102.232 143.816 102.195 139.256 102.081C139.151 102.09 139.015 101.821 138.919 101.804C138.919 101.804 137.949 100.145 137.88 97.976L143.59 98.6351C144.639 98.6351 145.707 98.5854 146.785 98.5991C147.223 98.6023 147.517 98.4492 147.571 98.0354C147.66 97.4341 147.434 96.771 147.228 96.1464C147.011 95.4585 146.841 94.6463 146.404 93.8245C146.161 93.3875 145.035 90.4249 145.035 90.4249C145.035 90.4249 146.933 92.3195 146.893 92.1544C147.713 93.1285 148.073 93.8846 148.747 94.5261C150.279 96.0423 152.226 97.1704 154.217 97.9097C154.954 98.2007 155.719 98.4172 156.456 98.6201C158.712 99.1926 161.048 98.1054 162.531 96.6726C164.364 94.9376 163.815 92.424 163.704 89.9137Z' fill='black' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3Cpath d='M151.213 101.184C151.213 101.184 160.867 92.1927 166.933 92.7797C166.933 92.7797 165.252 90.3407 162.83 88.8259C159.024 86.4583 149.608 95.7381 149.608 95.7381L151.213 101.184Z' fill='%23B0F127' stroke='%2317191A' stroke-width='0.476191' stroke-miterlimit='10'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-lightning {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33799 0L2.32399 0.834L0.799988 7.164L4.80799 6.666L4.04599 12L9.19999 3.834L4.23799 4.5L6.33799 0Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-limited-completed {
    background: url("data:image/svg+xml;utf8,%3Csvg width='384' height='260' viewBox='0 0 384 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3309_15570)'%3E%3Cpath d='M192.945 207.076L113.304 165.137L192.945 120.233L272.481 165.137L192.945 207.076Z' fill='%23141414'/%3E%3Cpath d='M192.945 102.624L113.304 146.999V47.4472L192.945 3.17847V102.624Z' fill='url(%23paint0_linear_3309_15570)'/%3E%3Cpath d='M192.945 188.938L113.304 146.999L192.945 102.095L272.481 146.999L192.945 188.938Z' fill='url(%23paint1_linear_3309_15570)'/%3E%3Cpath d='M192.945 102.624L272.481 146.999V47.4472L192.945 3.17847V102.624Z' fill='url(%23paint2_linear_3309_15570)'/%3E%3Cpath d='M192.945 159.814C208.621 159.814 221.328 156.921 221.328 153.353C221.328 149.785 208.621 146.893 192.945 146.893C177.27 146.893 164.562 149.785 164.562 153.353C164.562 156.921 177.27 159.814 192.945 159.814Z' fill='%231A1C1E'/%3E%3Cpath d='M192.945 3.17891L272.586 47.5536V147.105L192.945 189.044L113.304 147.105V47.5536L192.945 3.17891ZM192.945 1.06079C192.627 1.06079 192.204 1.1667 191.886 1.37851L112.245 45.7532C111.609 46.1768 111.186 46.8122 111.186 47.5536V147.105C111.186 147.847 111.609 148.588 112.351 149.012L191.992 190.95C192.31 191.162 192.627 191.162 192.945 191.162C193.263 191.162 193.581 191.056 193.898 190.95L273.54 149.012C274.281 148.694 274.705 147.953 274.705 147.105V47.5536C274.705 46.8122 274.281 46.0709 273.646 45.7532L194.004 1.37851C193.581 1.06079 193.263 1.06079 192.945 1.06079Z' fill='%23B0F127'/%3E%3Cpath d='M150.795 95.953L193.157 77.4194L228.318 95.953L193.157 119.146L150.795 95.953Z' fill='%23212121' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M193.263 22.6655V107.708L151.96 86.1033L193.263 22.6655Z' fill='%23B0F127' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M193.157 153.884V119.147L228.318 95.9534L193.157 153.884Z' fill='white' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M193.157 153.884V119.147L150.795 95.9534L193.157 153.884Z' fill='%23B0F127' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M193.157 22.6655V107.708L229.907 84.7265L193.157 22.6655Z' fill='white' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M113.939 47.7649L115.74 48.824' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M119.341 50.8362L189.239 90.0214' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='3.88 3.88'/%3E%3Cpath d='M191.039 91.0813L192.945 92.0344L194.746 91.0813' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M198.347 89.0678L268.351 49.7766' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='3.89 3.89'/%3E%3Cpath d='M270.151 48.718L272.058 47.7649' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M192.945 92.0347V188.515' stroke='%236EA002' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='4 4'/%3E%3Cpath d='M290.379 267.441L230.118 235.669L290.379 201.674L350.533 235.669L290.379 267.441Z' fill='%23141414'/%3E%3Cpath d='M290.379 108.66L350.639 142.233V217.532L290.379 249.304L230.118 217.532V142.233L290.379 108.66ZM290.379 106.542C290.061 106.542 289.637 106.648 289.32 106.86L229.059 140.326C228.424 140.75 228 141.385 228 142.127V217.426C228 218.167 228.424 218.909 229.165 219.332L289.426 251.104C289.743 251.316 290.061 251.316 290.379 251.316C290.696 251.316 291.014 251.21 291.332 251.104L351.592 219.332C352.334 219.015 352.757 218.273 352.757 217.426V142.127C352.757 141.385 352.334 140.644 351.698 140.326L291.438 106.754C291.014 106.648 290.696 106.542 290.379 106.542Z' fill='%23B0F127'/%3E%3Cpath d='M290.379 183.959L230.118 217.531V142.232L290.379 108.66V183.959Z' fill='url(%23paint3_linear_3309_15570)'/%3E%3Cpath d='M290.379 249.303L230.118 217.532L290.379 183.536L350.533 217.532L290.379 249.303Z' fill='url(%23paint4_linear_3309_15570)'/%3E%3Cpath d='M290.379 183.959L350.534 217.531V142.232L290.379 108.66V183.959Z' fill='url(%23paint5_linear_3309_15570)'/%3E%3Cpath d='M247.274 153.882L289.107 130.159L330.834 153.882L290.378 176.546L247.274 153.882Z' fill='%23D6FF8A'/%3E%3Cpath d='M330.834 203.023L290.378 223.78V176.546L330.834 153.882V203.023Z' fill='%23243600'/%3E%3Cpath d='M247.274 153.882V203.023L290.378 223.78V176.546L247.274 153.882Z' fill='%23B0F127'/%3E%3Cpath d='M230.542 142.444L232.448 143.503' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M236.155 145.622L286.673 173.899' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='4.05 4.05'/%3E%3Cpath d='M288.473 174.958L290.379 176.017L292.179 174.958' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M295.886 172.839L346.509 144.562' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='4.05 4.05'/%3E%3Cpath d='M348.31 143.503L350.216 142.444' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M290.379 176.017V248.88' stroke='%236EA002' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='4 4'/%3E%3Cpath d='M187.242 156.333C101.921 210.784 23.9235 240.381 13.3041 222.547C4.88185 208.127 42.2328 167.716 101.189 124.269C34.726 167.147 -9.03319 214.009 1.58619 232.981C13.121 253.472 83.9779 233.361 159.778 187.827C212.143 156.522 253.155 121.423 270 96C247.48 115.162 219.1 136.032 187.242 156.333Z' fill='%23F4F4F4'/%3E%3Cpath d='M303.087 90.7345C306.391 87.8865 302.754 78.2564 294.964 69.225C287.175 60.1936 278.182 55.181 274.878 58.029C271.574 60.877 275.21 70.5072 283 79.5385C290.79 88.5699 299.783 93.5825 303.087 90.7345Z' fill='%23B0F127' stroke='black' stroke-miterlimit='9.9996' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M303.906 23.0512C303.906 23.0512 296.254 17.2519 284.282 20.46C274.284 23.1746 260.83 33.7863 250.092 45.2617C249.722 45.6319 247.13 48.5933 246.76 48.84C246.76 48.84 276.135 44.1512 279.468 50.074L303.906 23.0512Z' fill='%23B0F127' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M341.428 66.4849C341.428 66.4849 346.118 74.8755 341.058 86.2275C336.861 95.7286 324.395 107.451 311.435 116.458C311.065 116.705 307.733 119.05 307.362 119.173C307.362 119.173 316.372 90.7929 310.942 86.721L341.428 66.4849Z' fill='%23B0F127' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M295.02 69.1994C302.796 78.207 306.375 87.8315 303.166 90.6695C315.015 85.9806 328.345 77.8368 341.305 66.7316C370.064 41.9299 375.001 0.347019 375.001 0.347019C375.001 0.347019 333.159 -0.886886 304.277 23.9148C291.441 35.02 281.32 47.1123 274.901 58.0942C278.234 55.1328 287.121 60.1918 295.02 69.1994Z' fill='white' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M373.272 1.58081C373.272 1.58081 354.881 19.3492 348.957 19.9661C343.032 20.7065 325.259 24.2848 318.224 37.3643C311.312 50.4438 293.785 65.8677 293.785 65.8677C293.785 65.8677 282.553 54.8859 277.122 55.873C275.271 56.2432 290.206 37.6111 292.057 36.8707C292.057 36.8707 305.017 21.817 322.42 12.8094C336.244 5.77612 355.005 1.7042 373.272 1.58081Z' fill='%23F4F4F4'/%3E%3Cpath d='M336.491 47.7293C344.399 47.7293 350.809 41.321 350.809 33.4159C350.809 25.5109 344.399 19.1025 336.491 19.1025C328.584 19.1025 322.174 25.5109 322.174 33.4159C322.174 41.321 328.584 47.7293 336.491 47.7293Z' fill='%23B0F127' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M88.1649 80.1181L139.212 108.501V172.362L88.1649 199.263L37.1181 172.362V108.501L88.1649 80.1181ZM88.1649 78C87.8472 78 87.4235 78.1059 87.1058 78.3177L36.0591 106.701C35.4236 107.124 35 107.76 35 108.501V172.362C35 173.104 35.4236 173.845 36.165 174.269L87.2117 201.169C87.5294 201.381 87.8472 201.381 88.1649 201.381C88.4826 201.381 88.8003 201.275 89.118 201.169L140.165 174.269C140.906 173.951 141.33 173.21 141.33 172.362V108.501C141.33 107.76 140.906 107.018 140.271 106.701L89.2239 78.3177C88.8003 78.1059 88.4826 78 88.1649 78Z' fill='%23B0F127'/%3E%3Cpath d='M88.1649 143.979L37.1182 172.362V108.606L88.1649 80.1177V143.979Z' fill='url(%23paint6_linear_3309_15570)'/%3E%3Cpath d='M88.1649 199.263L37.1182 172.362L88.1649 143.556L139.212 172.362L88.1649 199.263Z' fill='url(%23paint7_linear_3309_15570)'/%3E%3Cpath d='M88.165 143.979L139.212 172.362V108.606L88.165 80.1177V143.979Z' fill='url(%23paint8_linear_3309_15570)'/%3E%3Cpath d='M51.627 118.456L87.1055 98.334L122.478 118.456L88.1646 137.625L51.627 118.456Z' fill='%23232323'/%3E%3Cpath d='M122.479 160.077L88.165 177.657V137.625L122.479 118.456V160.077Z' fill='%230E0E0E'/%3E%3Cpath d='M51.627 118.456V160.077L88.1646 177.657V137.625L51.627 118.456Z' fill='%23DBDBDB'/%3E%3Cpath d='M37.4355 108.819L39.3419 109.772' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42.9424 111.89L84.4576 135.084' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='3.91 3.91'/%3E%3Cpath d='M86.2578 136.143L88.1641 137.202L89.9645 136.143' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M93.5654 134.13L135.187 110.831' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='3.92 3.92'/%3E%3Cpath d='M136.987 109.772L138.894 108.713' stroke='%236EA002' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M88.165 137.201V198.944' stroke='%236EA002' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='4 4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.4219 114C80.5951 114 79.9248 114.641 79.9248 115.433V117.538C79.9248 117.663 79.9413 117.783 79.9723 117.898C80.0513 118.677 80.6288 119.442 81.7045 120.037C84.0269 121.321 87.7917 121.321 90.1141 120.037C91.1149 119.484 91.6845 118.782 91.8226 118.061C91.8885 117.899 91.9248 117.723 91.9248 117.538V115.433C91.9248 114.641 91.2549 114 90.4277 114H81.4219Z' fill='%232F2F2F'/%3E%3Cpath d='M80.2384 117.422L80.498 117.351L80.5033 117.373L80.5051 117.395L80.2384 117.422ZM91.559 117.595L91.2952 117.544L91.2998 117.517L91.3091 117.491L91.559 117.595ZM79.9248 114.807C79.9248 113.809 80.6853 113 81.6232 113V113.57C80.9814 113.57 80.4611 114.124 80.4611 114.807H79.9248ZM79.9248 117.041V114.807H80.4611V117.041H79.9248ZM79.9788 117.494C79.9434 117.349 79.9248 117.197 79.9248 117.041H80.4611C80.4611 117.148 80.474 117.252 80.498 117.351L79.9788 117.494ZM81.759 119.94C80.6857 119.281 80.0582 118.399 79.9713 117.45L80.5051 117.395C80.5695 118.099 81.045 118.842 82.0272 119.446L81.759 119.94ZM90.0609 119.94C88.9014 120.652 87.3983 121 85.9102 121C84.4217 121 82.9185 120.652 81.759 119.94L82.0272 119.446C83.0862 120.096 84.4907 120.43 85.9102 120.43C87.3293 120.43 88.7337 120.096 89.7927 119.446L90.0609 119.94ZM91.8229 117.646C91.672 118.521 91.0599 119.326 90.0609 119.94L89.7927 119.446C90.7063 118.885 91.1822 118.201 91.2952 117.544L91.8229 117.646ZM91.9248 117.041C91.9248 117.272 91.8837 117.495 91.8086 117.699L91.3091 117.491C91.3606 117.352 91.3885 117.2 91.3885 117.041H91.9248ZM91.9248 114.807V117.041H91.3885V114.807H91.9248ZM90.2265 113C91.1647 113 91.9248 113.809 91.9248 114.807H91.3885C91.3885 114.124 90.8683 113.57 90.2265 113.57V113ZM81.6232 113H90.2265V113.57H81.6232V113Z' fill='%23060606'/%3E%3Cpath d='M90.0056 117.095C92.2158 115.819 92.2158 113.75 90.0056 112.474C87.7954 111.198 84.212 111.198 82.0019 112.474C79.7917 113.75 79.7917 115.819 82.0019 117.095C84.212 118.371 87.7954 118.371 90.0056 117.095Z' fill='%23060606' stroke='%23060606' stroke-width='1.5'/%3E%3Cpath d='M130.082 72.3858C124.029 73.5709 117.975 76.7934 111.965 79.9925C110.731 80.6493 109.499 81.3051 108.269 81.9421C101.097 85.6572 93.999 88.7355 86.9248 87.8451V57C94.2657 62.4093 101.606 63.6621 108.903 64.3866C109.968 64.4923 111.031 64.5869 112.093 64.6813C118.459 65.2473 124.772 65.8086 131.09 68.7534C131.848 69.107 132.065 69.885 131.841 70.6821C131.614 71.4841 130.955 72.2149 130.082 72.3858Z' fill='white' stroke='%23060606' stroke-width='1.5'/%3E%3Cmask id='mask0_3309_15570' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='86' y='55' width='47' height='35'%3E%3Cpath d='M129.726 72.6708C123.742 73.8547 117.758 77.074 111.818 80.2699C110.598 80.9261 109.38 81.5813 108.165 82.2176C101.075 85.9291 94.0589 89.0043 87.0664 88.1149V57.3C94.3225 62.7041 101.579 63.9556 108.791 64.6794C109.844 64.785 110.895 64.8795 111.945 64.9738C118.237 65.5392 124.477 66.1 130.722 69.0419C131.472 69.3952 131.686 70.1724 131.464 70.9687C131.24 71.7699 130.589 72.5 129.726 72.6708Z' fill='white' stroke='%23060606' stroke-width='1.5'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3309_15570)'%3E%3Cpath d='M107.073 49.2593L79.9355 45.5842L73.279 94.7388L100.417 98.4138L107.073 49.2593Z' fill='%23B0F127'/%3E%3C/g%3E%3Cpath d='M130.082 72.3858C124.029 73.5709 117.975 76.7934 111.965 79.9925C110.731 80.6493 109.499 81.3051 108.269 81.9421C101.097 85.6572 93.999 88.7355 86.9248 87.8451V57C94.2657 62.4093 101.606 63.6621 108.903 64.3866C109.968 64.4923 111.031 64.5869 112.093 64.6813C118.459 65.2473 124.772 65.8086 131.09 68.7534C131.848 69.107 132.065 69.885 131.841 70.6821C131.614 71.4841 130.955 72.2149 130.082 72.3858Z' stroke='%23060606' stroke-width='1.5'/%3E%3Cpath d='M86.9248 51.1572C86.9248 50.5181 86.4771 50 85.9248 50C85.3725 50 84.9248 50.5181 84.9248 51.1572V114.843C84.9248 115.482 85.3725 116 85.9248 116C86.4771 116 86.9248 115.482 86.9248 114.843V51.1572Z' fill='%23717172' stroke='%23060606' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3309_15570' x1='132.897' y1='24.0853' x2='179.957' y2='142.898' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%233D3D3D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3309_15570' x1='138.809' y1='98.371' x2='254.859' y2='202.687' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%233D3D3D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_3309_15570' x1='197.392' y1='62.4613' x2='286.15' y2='80.3417' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='0.9403' stop-color='%23212121'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_3309_15570' x1='244.939' y1='124.54' x2='280.546' y2='214.435' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%233D3D3D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_3309_15570' x1='249.412' y1='180.745' x2='337.218' y2='259.673' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%233D3D3D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_3309_15570' x1='293.737' y1='153.576' x2='385.878' y2='188.845' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23353535'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_3309_15570' x1='49.6519' y1='93.5787' x2='79.8282' y2='169.764' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%233D3D3D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_3309_15570' x1='53.4433' y1='141.213' x2='127.857' y2='208.102' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%233D3D3D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_3309_15570' x1='91.0075' y1='118.186' x2='137.367' y2='134.721' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23202020'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_3309_15570'%3E%3Crect width='384' height='260' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-login-cutover {
    background: url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='single/cutover'%3E%3Cpath id='Vector' d='M14.0687 7.13859C14.373 7.13859 14.6473 6.95531 14.7639 6.67406C14.8805 6.39312 14.8159 6.06937 14.6009 5.85406L11.1558 2.40922C11.0417 2.29515 10.857 2.29515 10.743 2.40922L10.0916 3.06062C9.97749 3.17469 9.97749 3.35953 10.0916 3.47344L12.2522 5.6339H1.34874C1.18952 5.6339 1.0603 5.76297 1.0603 5.92234V6.85031C1.0603 7.00953 1.18937 7.13875 1.34874 7.13875H14.0687V7.13859ZM14.6508 9.855H1.93437C1.63015 9.855 1.35577 10.0383 1.23921 10.3195C1.12265 10.6005 1.18718 10.9242 1.40218 11.1395L4.84733 14.5845C4.9614 14.6986 5.14608 14.6986 5.26015 14.5845L5.91155 13.9331C6.02561 13.8191 6.02561 13.6342 5.91155 13.5203L3.75093 11.3597H14.6508C14.812 11.3597 14.9426 11.2289 14.9426 11.0678V10.147C14.9426 9.98578 14.812 9.855 14.6508 9.855Z' fill='%23B9F641'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-mail-s {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.2492 9.2C34.2492 8.95189 34.0481 8.75076 33.8 8.75076L5.2 8.75075C4.95189 8.75075 4.75076 8.95189 4.75076 9.2L4.75075 29.8C4.75075 30.0481 4.95189 30.2492 5.2 30.2492L33.8 30.2492C34.0481 30.2492 34.2492 30.0481 34.2492 29.8L34.2492 9.2Z' fill='%23E5EAED' stroke='black' stroke-width='0.498489'/%3E%3Cmask id='mask0_8030_3886' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='5' y='9' width='29' height='21'%3E%3Cpath d='M33.8 9C33.9105 9 34 9.08954 34 9.2L34 29.8C34 29.9105 33.9105 30 33.8 30L5.2 30C5.08954 30 5 29.9105 5 29.8L5 9.2C5 9.08954 5.08954 9 5.2 9L33.8 9Z' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8030_3886)'%3E%3Cpath d='M19.7678 20.4595L19.9228 20.5766L20.0745 20.4553L34.1561 9.19525L34.713 8.75H34H5H4.25379L4.84939 9.19954L19.7678 20.4595Z' fill='white' stroke='black' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-new-warning {
    background: url("data:image/svg+xml;utf8,%3Csvg width='94' height='90' viewBox='0 0 94 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='49.1904' cy='45' r='44' fill='%23D0E0E5' stroke='black' stroke-width='0.75'/%3E%3Ccircle cx='45' cy='45' r='44' fill='url(%23paint0_linear_1683_2612)'/%3E%3Ccircle cx='45' cy='45' r='44' fill='%23EEF9FD'/%3E%3Ccircle cx='45' cy='45' r='44' stroke='black' stroke-width='0.75'/%3E%3Ccircle cx='45.0001' cy='45.0001' r='34.2222' fill='%23F9B042' stroke='black' stroke-width='0.75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.4563 29.1899C43.2137 29.1899 42.2063 30.1973 42.2063 31.4399V49.4439H45.5436C46.7862 49.4439 47.7936 48.4366 47.7936 47.1939V29.1899H44.4563ZM45.5436 59.92H42.2063V56.5827C42.2063 55.3401 43.2137 54.3327 44.4564 54.3327H47.7937V57.67C47.7937 58.9127 46.7863 59.92 45.5436 59.92Z' fill='%230D0D0D'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1683_2612' x1='45' y1='1' x2='45' y2='89' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23EAF7F8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-no-data-search {
    background: url("data:image/svg+xml;utf8,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56.7333 48.9332V27.1004C56.7333 25.6152 56.1433 24.1908 55.0931 23.1406L46.2592 14.3067C45.209 13.2565 43.7846 12.6665 42.2994 12.6665H19.9333C16.8405 12.6665 14.3333 15.1737 14.3333 18.2665V58.5522C14.3333 61.645 16.8405 64.1522 19.9333 64.1522H51.2665' stroke='%23999999' stroke-width='1.33333'/%3E%3Cpath d='M45.969 27.4308H57.2671C57.2671 25.5297 56.5231 23.7041 55.1942 22.3446L47.8074 14.7872C46.4818 13.431 44.6655 12.6665 42.769 12.6665V24.2308C42.769 25.9981 44.2017 27.4308 45.969 27.4308Z' fill='%23999999'/%3E%3Cpath d='M20.9998 36.5335C20.9998 35.8708 21.537 35.3335 22.1998 35.3335H34.1998C34.8625 35.3335 35.3998 35.8708 35.3998 36.5335C35.3998 37.1962 34.8625 37.7335 34.1998 37.7335H22.1998C21.537 37.7335 20.9998 37.1962 20.9998 36.5335Z' fill='%23999999'/%3E%3Cpath d='M20.9998 42.9329C20.9998 42.2702 21.537 41.7329 22.1998 41.7329H44.5998C45.2625 41.7329 45.7998 42.2702 45.7998 42.9329C45.7998 43.5957 45.2625 44.1329 44.5998 44.1329H22.1998C21.537 44.1329 20.9998 43.5957 20.9998 42.9329Z' fill='%23999999'/%3E%3Cpath d='M65.1284 68.0715C65.3888 68.3319 65.8109 68.3319 66.0713 68.0715C66.3316 67.8112 66.3316 67.389 66.0713 67.1287L65.1284 68.0715ZM61.1284 64.0715L65.1284 68.0715L66.0713 67.1287L62.0713 63.1287L61.1284 64.0715Z' fill='%23999999'/%3E%3Ccircle cx='55.6001' cy='57.6001' r='8' stroke='%23999999' stroke-width='1.33333'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-notification-language {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame' clip-path='url(%23clip0_1729_9810)'%3E%3Cpath id='Vector' d='M11.994 0C5.364 0 0 5.37 0 12C0 18.63 5.364 24 11.994 24C18.624 24 24 18.63 24 12C24 5.37 18.624 0 11.994 0ZM20.304 7.2H16.764C16.374 5.7 15.828 4.26 15.108 2.928C17.316 3.684 19.152 5.214 20.304 7.2ZM12 2.442C13.002 3.882 13.782 5.484 14.292 7.2H9.708C10.218 5.484 10.998 3.882 12 2.442ZM2.712 14.4C2.514 13.632 2.4 12.828 2.4 12C2.4 11.172 2.514 10.368 2.712 9.6H6.762C6.666 10.386 6.6 11.184 6.6 12C6.6 12.816 6.666 13.614 6.768 14.4H2.712ZM3.69 16.8H7.23C7.62 18.3 8.166 19.74 8.886 21.078C6.678 20.322 4.842 18.786 3.69 16.8ZM7.23 7.2H3.69C4.842 5.214 6.678 3.678 8.886 2.922C8.166 4.26 7.62 5.7 7.23 7.2ZM12 21.558C11.004 20.118 10.224 18.516 9.708 16.8H14.292C13.776 18.516 12.996 20.118 12 21.558ZM14.808 14.4H9.192C9.078 13.614 9 12.816 9 12C9 11.184 9.078 10.386 9.192 9.6H14.808C14.922 10.386 15 11.184 15 12C15 12.816 14.922 13.614 14.808 14.4ZM15.114 21.072C15.834 19.734 16.38 18.3 16.77 16.8H20.31C19.152 18.786 17.316 20.316 15.114 21.072ZM17.232 14.4C17.328 13.614 17.4 12.816 17.4 12C17.4 11.184 17.334 10.386 17.232 9.6H21.282C21.48 10.368 21.6 11.172 21.6 12C21.6 12.828 21.486 13.632 21.282 14.4H17.232Z' fill='%23B9F641'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1729_9810'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-noun-cash-management {
    background: url("data:image/svg+xml;utf8,%3Csvg width='78' height='96' viewBox='0 0 78 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='noun-cash-management-6127908 1'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M38.8815 28.9045C38.8781 28.7985 38.8964 28.6929 38.9353 28.594C38.9742 28.4951 39.0329 28.4048 39.1078 28.3287C39.1828 28.2525 39.2725 28.192 39.3717 28.1506C39.4709 28.1093 39.5775 28.088 39.6853 28.088C39.793 28.088 39.8996 28.1093 39.9988 28.1506C40.098 28.192 40.1877 28.2525 40.2627 28.3287C40.3377 28.4048 40.3963 28.4951 40.4352 28.594C40.4741 28.6929 40.4924 28.7985 40.489 28.9045C40.4955 29.3298 40.5948 29.7488 40.7801 30.133C40.9654 30.5173 41.2325 30.8579 41.5631 31.1317C42.3314 31.759 43.2981 32.1024 44.2962 32.1024C45.2943 32.1024 46.2611 31.759 47.0293 31.1317C47.3601 30.8579 47.6273 30.5174 47.8127 30.1331C47.9981 29.7489 48.0975 29.3298 48.1042 28.9045C48.1042 26.4591 46.1472 26.059 44.1956 25.6612C41.6122 25.1336 39.0359 24.6075 39.0359 20.9265C39.0424 20.2755 39.191 19.6335 39.4718 19.044C39.7525 18.4546 40.1588 17.9316 40.663 17.5104C41.505 16.7932 42.543 16.3364 43.6473 16.1971V14.4998C43.6439 14.3938 43.6622 14.2883 43.7011 14.1893C43.74 14.0904 43.7987 14.0002 43.8736 13.9241C43.9486 13.8479 44.0383 13.7874 44.1375 13.746C44.2367 13.7047 44.3433 13.6834 44.4511 13.6834C44.5588 13.6834 44.6654 13.7047 44.7646 13.746C44.8638 13.7874 44.9535 13.8479 45.0285 13.9241C45.1035 14.0002 45.1621 14.0904 45.201 14.1893C45.2399 14.2883 45.2582 14.3938 45.2548 14.4998V16.1979C46.3591 16.3372 47.3972 16.794 48.2391 17.5112C48.7432 17.9323 49.1494 18.4552 49.4302 19.0445C49.7109 19.6338 49.8596 20.2756 49.8662 20.9265C49.8696 21.0325 49.8513 21.1381 49.8124 21.237C49.7735 21.3359 49.7148 21.4261 49.6398 21.5022C49.5649 21.5784 49.4751 21.6389 49.3759 21.6803C49.2767 21.7216 49.1701 21.7429 49.0624 21.7429C48.9547 21.7429 48.8481 21.7216 48.7489 21.6803C48.6497 21.6389 48.56 21.5784 48.485 21.5022C48.41 21.4261 48.3514 21.3359 48.3125 21.237C48.2736 21.1381 48.2553 21.0325 48.2586 20.9265C48.252 20.5011 48.1526 20.0821 47.9671 19.6978C47.7817 19.3135 47.5145 18.973 47.1838 18.6993C46.4155 18.0719 45.4488 17.7286 44.4507 17.7286C43.4526 17.7286 42.4858 18.0719 41.7175 18.6993C41.3869 18.9731 41.1199 19.3136 40.9346 19.6979C40.7492 20.0821 40.65 20.5011 40.6435 20.9265C40.6435 23.3242 42.5771 23.7189 44.5162 24.1152C47.1105 24.6451 49.7118 25.1758 49.7118 28.9045C49.7055 29.5553 49.557 30.1971 49.2762 30.7863C48.9954 31.3755 48.589 31.8983 48.0847 32.319C47.2835 33.003 46.3027 33.4507 45.2548 33.6108V35.328C45.2582 35.434 45.2399 35.5396 45.201 35.6385C45.1621 35.7374 45.1035 35.8276 45.0285 35.9038C44.9535 35.9799 44.8638 36.0405 44.7646 36.0818C44.6654 36.1232 44.5588 36.1445 44.4511 36.1445C44.3433 36.1445 44.2367 36.1232 44.1375 36.0818C44.0383 36.0405 43.9486 35.9799 43.8736 35.9038C43.7987 35.8276 43.74 35.7374 43.7011 35.6385C43.6622 35.5396 43.6439 35.434 43.6473 35.328V33.6515C42.4867 33.5357 41.3907 33.0704 40.5085 32.319C40.0042 31.8983 39.5978 31.3755 39.317 30.7863C39.0363 30.1971 38.8877 29.5553 38.8815 28.9045ZM59.5289 11.7903C60.283 11.029 61.2819 10.5487 62.3554 10.4313C63.4289 10.3139 64.5105 10.5666 65.416 11.1464C66.3214 11.7262 66.9946 12.5972 67.321 13.611C67.6473 14.6248 67.6065 15.7186 67.2055 16.7061C66.8045 17.6936 66.0682 18.5136 65.122 19.0264C64.1758 19.5393 63.0782 19.7132 62.0164 19.5185C60.9545 19.3239 59.9941 18.7727 59.2987 17.959C58.6033 17.1453 58.2161 16.1193 58.2029 15.0559C58.1946 14.4524 58.3075 13.8533 58.535 13.2929C58.7626 12.7325 59.1003 12.2219 59.5289 11.7903ZM62.8321 11.98C62.1225 11.9892 61.4379 12.2403 60.8951 12.6906C60.3524 13.1409 59.9849 13.7625 59.8554 14.4496C59.7258 15.1367 59.8422 15.8468 60.1847 16.4589C60.5271 17.071 61.0745 17.5473 61.7336 17.8067C62.3927 18.066 63.1227 18.0924 63.7993 17.8813C64.4759 17.6701 65.0572 17.2346 65.4443 16.6489C65.8314 16.0631 66.0003 15.3633 65.9222 14.6687C65.8442 13.9741 65.524 13.3277 65.0161 12.8394C64.7278 12.5613 64.3863 12.3421 64.0115 12.1946C63.6366 12.0471 63.2358 11.9742 62.8321 11.98ZM53.1687 12.1574C50.2761 10.2237 46.8095 9.29872 43.3211 9.52971C39.8326 9.7607 36.523 11.1344 33.9194 13.4321C31.3158 15.7297 29.5679 18.8191 28.9542 22.2082C28.3405 25.5972 28.8962 29.0911 30.5329 32.1331C32.1696 35.1752 34.793 37.5905 37.9854 38.9943C41.1778 40.3982 44.7555 40.7099 48.1486 39.8797C51.5417 39.0495 54.5551 37.1252 56.7088 34.4133C58.8625 31.7015 60.0326 28.358 60.0327 24.9155C60.0327 24.6083 60.0327 25.033 60.0327 24.801V24.7765L59.7886 23.6544C59.6357 23.6032 59.4833 23.5461 59.3315 23.4831C59.1797 23.4202 59.0333 23.3567 58.8924 23.2927L57.4151 24.2834C57.2576 24.389 57.0672 24.4361 56.8777 24.4163C56.6883 24.3965 56.5121 24.311 56.3808 24.1751L53.5899 21.494C53.4576 21.367 53.3739 21.1989 53.3528 21.0181C53.3318 20.8373 53.3748 20.655 53.4745 20.5018L54.4752 18.9696C54.4035 18.8229 54.3356 18.6755 54.2732 18.5288C54.2108 18.3821 54.1546 18.2377 54.1008 18.0902L52.3466 17.7623C52.1573 17.7273 51.9872 17.6264 51.8672 17.478C51.7472 17.3297 51.6853 17.1439 51.693 16.9544L51.6446 13.1251C51.6424 12.9428 51.7045 12.7654 51.8203 12.6231C51.9361 12.4808 52.0984 12.3825 52.2795 12.3448L53.1695 12.1559L53.1687 12.1574ZM55.568 12.5553C55.5586 12.5936 55.5461 12.6311 55.5306 12.6674C55.5142 12.7165 55.4986 12.7665 55.483 12.8164C55.4489 12.9633 55.3728 13.0975 55.2638 13.2032C55.1547 13.3089 55.0173 13.3818 54.8676 13.4131L53.2537 13.7557L53.2865 16.3338L54.8239 16.6211C54.9767 16.6418 55.1203 16.7054 55.2374 16.8043C55.3546 16.9031 55.4404 17.0331 55.4846 17.1786C55.5613 17.4322 55.6517 17.6817 55.7552 17.9259C55.8561 18.1624 55.9648 18.3875 56.0812 18.601C56.1616 18.7279 56.2038 18.8746 56.2028 19.0241C56.2018 19.1737 56.1578 19.3199 56.0758 19.4458L55.178 20.8128L57.05 22.6138L58.3674 21.7344C58.4893 21.6493 58.6328 21.5993 58.782 21.5902C58.9311 21.5811 59.0798 21.6133 59.2114 21.6829C59.4483 21.8092 59.6918 21.9232 59.9407 22.0247C60.1752 22.1189 60.418 22.2031 60.6692 22.2774C60.8153 22.3132 60.9481 22.3887 61.0527 22.4953C61.1572 22.6019 61.2292 22.7353 61.2604 22.8803L61.6083 24.4685L64.2268 24.4362L64.5185 22.9225C64.5396 22.772 64.6042 22.6307 64.7046 22.5153C64.805 22.4 64.937 22.3155 65.0848 22.272C65.3423 22.1958 65.5956 22.1066 65.8437 22.0047C66.084 21.9054 66.3125 21.7984 66.5293 21.6837C66.6582 21.6045 66.8073 21.5631 66.9593 21.5641C67.1112 21.5652 67.2596 21.6088 67.3873 21.6899L68.7781 22.5731L70.6072 20.7299L69.711 19.4304C69.6244 19.3105 69.5736 19.1691 69.5644 19.0223C69.5552 18.8754 69.5878 18.729 69.6587 18.5994C69.787 18.3665 69.9029 18.127 70.0058 17.8821C70.1025 17.6502 70.1868 17.4159 70.2585 17.1794C70.2928 17.0325 70.369 16.8982 70.4782 16.7925C70.5874 16.6868 70.7249 16.614 70.8747 16.5827L72.4878 16.2401L72.455 13.662L70.9176 13.374C70.7649 13.3535 70.6214 13.2901 70.5043 13.1913C70.3873 13.0926 70.3017 12.9626 70.2577 12.8172C70.1804 12.5636 70.0898 12.3142 69.9863 12.0699C69.8854 11.8333 69.7767 11.6083 69.6603 11.3948C69.58 11.2679 69.538 11.1211 69.5391 10.9715C69.5402 10.822 69.5844 10.6758 69.6665 10.55L70.5635 9.18145L68.6915 7.38049L67.3764 8.26215C67.2546 8.34726 67.1109 8.3971 66.9618 8.40606C66.8127 8.41502 66.6639 8.38273 66.5325 8.31284C66.2957 8.18657 66.0522 8.07275 65.8032 7.97185C65.5692 7.87661 65.3297 7.7929 65.0902 7.72225C64.9408 7.68885 64.8043 7.61392 64.6969 7.50637C64.5894 7.39882 64.5156 7.26317 64.4842 7.11553L64.134 5.52961L61.5147 5.56109L61.223 7.07482C61.2022 7.22541 61.1377 7.36689 61.0373 7.48228C60.9368 7.59767 60.8047 7.68206 60.6567 7.72532C60.3992 7.80115 60.1459 7.8901 59.8978 7.99181C59.6575 8.09114 59.429 8.19815 59.2122 8.31284C59.0833 8.39203 58.9342 8.4335 58.7823 8.43241C58.6303 8.43132 58.4819 8.38772 58.3542 8.30669L56.9634 7.42349L55.1351 9.26669L56.0305 10.5615C56.1169 10.6816 56.1675 10.8229 56.1767 10.9697C56.1859 11.1165 56.1534 11.2629 56.0828 11.3925C55.9542 11.6253 55.8383 11.8648 55.7357 12.1098C55.6749 12.2565 55.6187 12.4032 55.5672 12.5514L55.568 12.5553ZM61.6013 26.0452L64.8601 26.0053C65.0526 26.0126 65.2412 25.9517 65.3918 25.8335C65.5424 25.7154 65.645 25.548 65.6807 25.3617L66.0138 23.6344C66.1635 23.5832 66.312 23.5264 66.4591 23.4639C66.6081 23.4025 66.7579 23.3365 66.9069 23.265L68.4598 24.2511C68.6155 24.3494 68.8008 24.3916 68.9844 24.3708C69.1681 24.3499 69.3388 24.2672 69.4676 24.1367L72.1898 21.3888C72.328 21.2598 72.415 21.0865 72.4353 20.9001C72.4556 20.7136 72.4079 20.5261 72.3006 20.3712L71.292 18.9158C71.3591 18.7745 71.4239 18.6309 71.4855 18.4835C71.5471 18.336 71.6048 18.1862 71.6586 18.0342L73.4604 17.6502C73.6424 17.613 73.8056 17.5149 73.9223 17.3724C74.0389 17.23 74.1017 17.0521 74.1 16.8691L74.0509 13.0406C74.0588 12.8511 73.9971 12.6651 73.8771 12.5167C73.757 12.3683 73.5867 12.2675 73.3972 12.2327L71.6415 11.904C71.5876 11.7565 71.5299 11.6099 71.4683 11.4655C71.4067 11.3211 71.3388 11.1713 71.2663 11.0239L72.2678 9.49556C72.3676 9.34232 72.4105 9.15985 72.3893 8.97903C72.3681 8.79821 72.2842 8.63016 72.1516 8.5033L69.3607 5.82298C69.2296 5.68723 69.0538 5.60181 68.8646 5.58197C68.6754 5.56213 68.4852 5.60918 68.328 5.71469L66.846 6.70541C66.7025 6.6386 66.5566 6.57562 66.4069 6.51495C66.2571 6.45428 66.105 6.39668 65.9506 6.34369L65.5606 4.56961C65.5222 4.39116 65.4221 4.23134 65.2775 4.11735C65.1329 4.00337 64.9526 3.94227 64.7673 3.94445L60.8821 3.99361C60.6895 3.98537 60.5003 4.04585 60.3492 4.16393C60.1982 4.28202 60.0955 4.44978 60.06 4.63642L59.727 6.36289C59.5772 6.41409 59.4285 6.47092 59.2808 6.53338C59.1318 6.59482 58.9821 6.66164 58.8331 6.73229L57.2809 5.74618C57.1253 5.648 56.9401 5.60569 56.7565 5.6264C56.5729 5.64711 56.4021 5.72956 56.2731 5.85985L53.5509 8.60852C53.4127 8.73757 53.3257 8.91088 53.3056 9.09737C53.2854 9.28386 53.3334 9.47132 53.4409 9.62612L54.4472 11.0815L54.4378 11.1014C51.3303 8.90637 47.5705 7.78931 43.7486 7.9256C39.9266 8.06188 36.2588 9.44379 33.3207 11.8544C30.3826 14.2651 28.3406 17.568 27.5151 21.2449C26.6896 24.9218 27.1274 28.7645 28.7598 32.1699C30.3921 35.5753 33.1266 38.3507 36.5341 40.0604C39.9416 41.7702 43.8293 42.3176 47.5869 41.6168C51.3446 40.9159 54.7595 39.0064 57.2958 36.188C59.8321 33.3696 61.3462 29.8017 61.6005 26.0444L61.6013 26.0452ZM14.9573 52.8714L22.684 63.5267C27.4318 58.7098 30.1657 59.3572 35.5329 60.6313C38.262 61.3236 41.0363 61.8299 43.836 62.1466C43.8579 62.1466 43.8789 62.1519 43.9 62.1558C44.9072 62.3125 46.6989 62.0073 49.275 61.2403C52.8134 60.1271 56.2906 58.8336 59.6926 57.365C59.7106 57.3573 59.7293 57.3504 59.7472 57.3443C62.2331 56.3935 63.478 55.3329 63.8352 54.4481C63.9266 54.2517 63.9485 54.0308 63.8976 53.8207C63.8363 53.6426 63.7149 53.4906 63.5536 53.3898C63.1057 53.1713 62.6156 53.0494 62.116 53.0325C61.6164 53.0155 61.1189 53.1039 60.6567 53.2915L60.6349 53.2977C59.2582 53.6648 58.2114 53.9935 57.2505 54.2961C54.7214 55.1739 52.0875 55.7255 49.4146 55.9373C49.355 55.9419 49.2952 55.9404 49.236 55.9327C48.6198 55.8467 47.3718 55.5855 45.492 55.1493C43.6278 54.7162 41.1208 54.1066 37.9712 53.3207C37.8685 53.2973 37.7715 53.2541 37.6858 53.1938C37.6 53.1334 37.5272 53.057 37.4714 52.9689C37.4156 52.8809 37.378 52.7828 37.3607 52.6805C37.3434 52.5781 37.3468 52.4733 37.3706 52.3722C37.3944 52.2711 37.4382 52.1756 37.4995 52.0912C37.5608 52.0067 37.6384 51.935 37.7279 51.8801C37.8173 51.8252 37.9169 51.7882 38.0209 51.7711C38.1248 51.7541 38.2312 51.7574 38.3339 51.7809C39.7987 52.007 41.2922 51.981 42.7479 51.7041C44.5845 51.3865 46.3789 50.8664 48.0972 50.1535C49.3912 49.2695 49.9637 48.3617 50.0557 47.5861C50.0985 47.2714 50.0515 46.9513 49.92 46.6614C49.7913 46.3917 49.5914 46.161 49.3413 45.9932C49.0844 45.8259 48.7915 45.7199 48.4857 45.6838C48.1799 45.6476 47.8698 45.6823 47.58 45.7851C47.543 45.7967 47.5052 45.8057 47.4669 45.812C46.9014 45.9302 46.2899 46.0677 45.6597 46.2098C42.0256 47.0293 37.7559 47.9916 32.0767 47.3134C31.9908 47.3033 31.9071 47.2797 31.8287 47.2435C29.3956 46.2261 26.6534 46.193 24.1956 47.1514C21.5616 48.0991 18.6288 50.0068 14.9612 52.8714H14.9573ZM15.8933 72.523L4.05135 56.1853C3.92815 56.0148 3.87875 55.8031 3.914 55.5968C3.94925 55.3904 4.06626 55.2063 4.23933 55.0848L11.7523 49.8033C11.9255 49.682 12.1405 49.6333 12.3501 49.668C12.5597 49.7027 12.7467 49.818 12.87 49.9884L14.0275 51.585C17.7973 48.6451 20.8463 46.6752 23.6481 45.6676C26.4529 44.574 29.581 44.6048 32.363 45.7536C37.7263 46.3772 41.8166 45.4556 45.3009 44.67C45.9147 44.5317 46.5106 44.3973 47.1206 44.2706C47.64 44.0997 48.1924 44.049 48.7348 44.1226C49.2773 44.1961 49.7953 44.3918 50.2484 44.6945C50.7456 45.031 51.1394 45.4954 51.387 46.0371C51.6346 46.5788 51.7264 47.177 51.6524 47.7665C51.5104 48.9692 50.7164 50.3102 48.9435 51.4998C48.8994 51.5299 48.8524 51.5557 48.8031 51.5766C47.1885 52.2515 45.5108 52.7695 43.7939 53.1233C44.5521 53.3061 45.2403 53.4689 45.8586 53.6118C47.6193 54.0214 48.7916 54.2702 49.3756 54.3583C51.8974 54.1488 54.3818 53.623 56.7684 52.7939C57.7902 52.4728 58.9033 52.1226 60.2137 51.7732C60.9039 51.5158 61.6432 51.4109 62.3791 51.466C63.1151 51.521 63.8297 51.7347 64.4725 52.0919C64.9369 52.3965 65.2796 52.8504 65.442 53.376C65.5964 53.924 65.5568 54.5074 65.3297 55.0303C64.8274 56.2744 63.2877 57.6853 60.3377 58.815H60.3291C56.8735 60.307 53.3416 61.6216 49.7476 62.7533C46.9443 63.5884 44.9163 63.9084 43.6636 63.7133C40.801 63.3886 37.9645 62.8703 35.1741 62.1619C30.3381 61.0099 27.9014 60.437 23.6449 64.833L24.726 66.3245C24.8492 66.495 24.8986 66.7067 24.8634 66.9131C24.8281 67.1194 24.7111 67.3036 24.538 67.425L17.0259 72.7066C16.8525 72.8278 16.6373 72.8764 16.4276 72.8415C16.2178 72.8067 16.0307 72.6913 15.9073 72.5207L15.8933 72.523ZM5.82273 55.9104L12.03 51.5466L13.0861 53.0058C13.1166 53.0894 13.1611 53.1673 13.2179 53.2362C13.255 53.2821 13.2974 53.3236 13.3443 53.3599L22.9461 66.601L16.7388 70.9632L5.82273 55.9104ZM18.1108 66.5088L18.2349 66.369C18.3059 66.2913 18.3606 66.2005 18.3957 66.1019C18.4308 66.0032 18.4456 65.8986 18.4393 65.7943C18.4329 65.6899 18.4056 65.5878 18.3589 65.494C18.3121 65.4001 18.2469 65.3163 18.1669 65.2475C18.087 65.1787 17.994 65.1262 17.8933 65.0931C17.7926 65.06 17.6862 65.0469 17.5803 65.0546C17.4744 65.0624 17.3711 65.0908 17.2765 65.1382C17.1818 65.1856 17.0977 65.251 17.029 65.3307L16.905 65.4705C16.7688 65.6284 16.7011 65.8328 16.7167 66.0394C16.7323 66.246 16.8299 66.4383 16.9883 66.5747C17.1467 66.7111 17.3532 66.7807 17.5633 66.7683C17.7733 66.756 17.97 66.6628 18.1108 66.5088Z' fill='white'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-noun-customer-support {
    background: url("data:image/svg+xml;utf8,%3Csvg width='80' height='101' viewBox='0 0 80 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='noun-customer-support-5140120 1'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M39.86 54.0161C40.5519 54.0161 41.2491 53.9643 41.948 53.8616C48.1121 52.951 52.9473 47.9638 53.7074 41.7348C54.2416 37.369 52.7914 33.096 49.7306 30.0114C46.6698 26.9259 42.4282 25.4608 38.0962 26.0019C31.9144 26.7688 26.9676 31.6426 26.0639 37.8538C25.6219 40.8982 26.1419 43.9123 27.5673 46.588L25.9302 53.1831C25.8726 53.4108 25.9399 53.6518 26.1047 53.8188C26.2695 53.9857 26.5122 54.0491 26.7354 53.9946L33.2804 52.3457C35.3224 53.4518 37.5611 54.0161 39.86 54.0161ZM27.4893 52.4251L28.9201 46.6585C28.9617 46.4934 28.9387 46.3175 28.8554 46.1684C27.4769 43.6944 26.9667 40.8866 27.3795 38.0475C28.1963 32.4318 32.6701 28.0241 38.2592 27.3304C42.1863 26.8438 46.0223 28.166 48.7916 30.9578C51.5609 33.7487 52.872 37.6172 52.3901 41.5705C51.7026 47.204 47.3298 51.7127 41.7567 52.5358C38.9386 52.9519 36.1534 52.4376 33.6986 51.0484C33.5985 50.9913 33.4869 50.9627 33.3735 50.9627C33.3194 50.9627 33.2654 50.9699 33.2122 50.9824L27.4893 52.4251Z' fill='white'/%3E%3Cpath id='Vector_2' d='M36.1135 37.5832C36.4803 37.5832 36.7779 37.2832 36.7779 36.9136C36.7779 35.9226 37.2306 35.0137 38.02 34.4191C38.8128 33.8236 39.836 33.654 40.8194 33.9468C42.1013 34.3307 42.9571 35.5307 42.9491 36.9341C42.942 38.1966 42.2997 38.668 41.4094 39.3206C40.4252 40.0438 39.1991 40.9419 39.1991 43.1293V43.7051C39.1991 44.0747 39.4967 44.3747 39.8635 44.3747C40.2303 44.3747 40.5279 44.0747 40.5279 43.7051V43.1293C40.5279 41.6249 41.2623 41.0857 42.1916 40.4036C43.1165 39.725 44.2682 38.8813 44.2779 36.9413C44.2894 34.9379 43.051 33.2183 41.1977 32.6639C39.8077 32.247 38.3575 32.4961 37.2262 33.3469C36.1135 34.1843 35.4491 35.5182 35.4491 36.9145C35.4491 37.2832 35.7468 37.5832 36.1135 37.5832Z' fill='white'/%3E%3Cpath id='Vector_3' d='M39.2381 46.8737C39.0742 47.0415 38.9785 47.2683 38.9785 47.5093C38.9785 47.7495 39.0742 47.9754 39.2381 48.145C39.4037 48.3128 39.6279 48.4084 39.8644 48.4084C40.1018 48.4084 40.3251 48.3128 40.4907 48.145C40.6555 47.9754 40.7503 47.7495 40.7503 47.5093C40.7503 47.2683 40.6564 47.0424 40.4907 46.8737C40.1603 46.5389 39.5694 46.5389 39.2381 46.8737Z' fill='white'/%3E%3Cpath id='Vector_4' d='M15.9443 46.2005C16.3111 46.2005 16.6087 45.9005 16.6087 45.5309V34.8173C16.6087 34.4477 16.3111 34.1477 15.9443 34.1477C15.5776 34.1477 15.2799 34.4477 15.2799 34.8173V45.5309C15.2799 45.9014 15.5776 46.2005 15.9443 46.2005Z' fill='white'/%3E%3Cpath id='Vector_5' d='M64.3576 30.4033C63.1059 27.2214 61.2579 24.3395 58.9431 21.8932L58.9581 21.878C59.4693 21.3638 59.7474 20.6495 59.7209 19.9219C59.6952 19.2014 59.3727 18.5211 58.8359 18.0524C53.5719 13.4625 46.8338 10.935 39.8635 10.935C32.8933 10.935 26.1552 13.4625 20.8903 18.0524C20.3544 18.5202 20.0319 19.2014 20.0062 19.921C19.9805 20.6495 20.2587 21.3638 20.7699 21.8789L20.7778 21.8869C18.4763 24.3323 16.6239 27.2152 15.3712 30.4033C12.7073 31.6408 10.8496 34.3504 10.8496 37.4957V42.8525C10.8496 47.1603 14.3267 50.6645 18.6012 50.6645C19.9451 50.6645 21.0374 49.5637 21.0374 48.2093V32.1389C21.0374 30.7846 19.9451 29.6837 18.6012 29.6837C18.0679 29.6837 17.547 29.7382 17.0429 29.8427C18.2043 27.2419 19.7954 24.8778 21.7151 22.8324L21.7948 22.9128C22.7613 23.8868 24.2815 23.9404 25.3269 23.0387C29.371 19.5514 34.5331 17.631 39.8618 17.631C45.1913 17.631 50.3534 19.5505 54.3966 23.0378C54.8954 23.4681 55.5005 23.6815 56.1029 23.6815C56.7646 23.6815 57.4229 23.4234 57.9296 22.9137L58.0111 22.8315C59.9308 24.8769 61.5228 27.2419 62.6842 29.8436C62.181 29.74 61.6601 29.6846 61.1259 29.6846C59.782 29.6846 58.6897 30.7855 58.6897 32.1398V48.2102C58.6897 49.5646 59.782 50.6654 61.1259 50.6654C61.6583 50.6654 62.1774 50.6109 62.6797 50.5074C59.6651 57.2399 53.8146 62.403 46.6548 64.4386C46.3058 62.4521 44.5907 60.9352 42.5212 60.9352H37.2059C34.8857 60.9352 32.9979 62.8378 32.9979 65.176C32.9979 67.5142 34.8857 69.4168 37.2059 69.4168H42.5212C44.6243 69.4168 46.3563 67.8491 46.6654 65.8144C54.7439 63.6475 61.3075 57.6854 64.3523 49.9476C67.0189 48.711 68.8775 46.0005 68.8775 42.8534V37.4966C68.8801 34.3504 67.0224 31.6408 64.3576 30.4033ZM19.7094 32.1389V48.2093C19.7094 48.8253 19.2133 49.3253 18.6021 49.3253C15.0603 49.3253 12.1793 46.4219 12.1793 42.8525V37.4957C12.1793 33.9263 15.0603 31.0229 18.6021 31.0229C19.2133 31.0229 19.7094 31.5238 19.7094 32.1389ZM55.263 22.02C50.978 18.3256 45.5085 16.2918 39.8635 16.2918C34.2177 16.2918 28.7491 18.3256 24.4649 22.02C23.9493 22.4646 23.207 22.4414 22.7357 21.9664L21.7098 20.9325C21.4591 20.679 21.3218 20.3281 21.3342 19.9692C21.3475 19.6157 21.4989 19.2943 21.7594 19.0657C26.7824 14.6865 33.2122 12.2742 39.8627 12.2742C46.514 12.2742 52.9438 14.6856 57.9659 19.0657C58.2281 19.2943 58.3796 19.6148 58.3929 19.9701C58.4062 20.3281 58.2689 20.679 58.0182 20.9317L56.9914 21.9664C56.5201 22.4414 55.7778 22.4655 55.263 22.02ZM42.523 68.0767H37.2076C35.6201 68.0767 34.3285 66.775 34.3285 65.1751C34.3285 63.5752 35.6201 62.2735 37.2076 62.2735H42.523C44.1105 62.2735 45.4021 63.5752 45.4021 65.1751C45.4021 66.775 44.1105 68.0767 42.523 68.0767ZM67.5513 42.8525C67.5513 46.4219 64.6704 49.3253 61.1285 49.3253C60.5173 49.3253 60.0212 48.8253 60.0212 48.2093V32.1389C60.0212 31.5238 60.5173 31.0229 61.1285 31.0229C64.6704 31.0229 67.5513 33.9263 67.5513 37.4957V42.8525Z' fill='white'/%3E%3Cpath id='Vector_6' d='M63.7862 34.1477C63.4195 34.1477 63.1218 34.4477 63.1218 34.8173V45.5309C63.1218 45.9005 63.4195 46.2005 63.7862 46.2005C64.153 46.2005 64.4507 45.9005 64.4507 45.5309V34.8173C64.4507 34.4477 64.153 34.1477 63.7862 34.1477Z' fill='white'/%3E%3Cpath id='Vector_7' d='M13.2867 23.6752C14.6306 23.6752 15.7229 22.5744 15.7229 21.22C15.7229 19.8657 14.6306 18.7648 13.2867 18.7648C11.9428 18.7648 10.8505 19.8657 10.8505 21.22C10.8505 22.5744 11.9437 23.6752 13.2867 23.6752ZM13.2867 20.104C13.8979 20.104 14.394 20.6049 14.394 21.22C14.394 21.8352 13.8979 22.336 13.2867 22.336C12.6763 22.336 12.1793 21.8352 12.1793 21.22C12.1793 20.6049 12.6763 20.104 13.2867 20.104Z' fill='white'/%3E%3Cpath id='Vector_8' d='M57.36 28.3472C57.36 26.9928 56.2677 25.892 54.9238 25.892C53.5799 25.892 52.4875 26.9928 52.4875 28.3472C52.4875 29.7016 53.5799 30.8024 54.9238 30.8024C56.2677 30.8024 57.36 29.7016 57.36 28.3472ZM53.8164 28.3472C53.8164 27.7321 54.3134 27.2312 54.9238 27.2312C55.535 27.2312 56.0311 27.7321 56.0311 28.3472C56.0311 28.9624 55.535 29.4632 54.9238 29.4632C54.3134 29.4632 53.8164 28.9633 53.8164 28.3472Z' fill='white'/%3E%3Cpath id='Vector_9' d='M46.84 56.3588C46.84 57.7131 47.9323 58.814 49.2762 58.814C50.6201 58.814 51.7124 57.7131 51.7124 56.3588C51.7124 55.0044 50.6201 53.9036 49.2762 53.9036C47.9323 53.9036 46.84 55.0053 46.84 56.3588ZM50.3835 56.3588C50.3835 56.9739 49.8874 57.4748 49.2762 57.4748C48.6658 57.4748 48.1688 56.9739 48.1688 56.3588C48.1688 55.7436 48.6658 55.2428 49.2762 55.2428C49.8874 55.2428 50.3835 55.7436 50.3835 56.3588Z' fill='white'/%3E%3Cpath id='Vector_10' d='M24.2231 58.0327C22.8792 58.0327 21.7869 59.1335 21.7869 60.4879C21.7869 61.8423 22.8792 62.9431 24.2231 62.9431C25.567 62.9431 26.6593 61.8423 26.6593 60.4879C26.6593 59.1335 25.567 58.0327 24.2231 58.0327ZM24.2231 61.6039C23.6118 61.6039 23.1157 61.103 23.1157 60.4879C23.1157 59.8728 23.6118 59.3719 24.2231 59.3719C24.8335 59.3719 25.3304 59.8728 25.3304 60.4879C25.3304 61.1039 24.8343 61.6039 24.2231 61.6039Z' fill='white'/%3E%3Cpath id='Vector_11' d='M16.4095 62.7191C15.0656 62.7191 13.9733 63.8199 13.9733 65.1742C13.9733 66.5286 15.0656 67.6294 16.4095 67.6294C17.7534 67.6294 18.8457 66.5286 18.8457 65.1742C18.8457 63.8199 17.7534 62.7191 16.4095 62.7191ZM16.4095 66.2902C15.7982 66.2902 15.3021 65.7894 15.3021 65.1742C15.3021 64.5582 15.7982 64.0583 16.4095 64.0583C17.0199 64.0583 17.5168 64.5582 17.5168 65.1742C17.5168 65.7903 17.0199 66.2902 16.4095 66.2902Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-noun-group {
    background: url("data:image/svg+xml;utf8,%3Csvg width='78' height='70' viewBox='0 0 78 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M46.2217 20.6044H46.1913C45.8367 20.6329 45.5296 20.7576 45.2723 20.9501C44.9693 21.1783 44.721 21.5193 44.5306 21.9257C44.2073 22.6138 44.0452 23.4812 44.0401 24.357C44.0351 25.1888 44.1688 26.0278 44.4323 26.7348C44.6694 27.3718 45.0129 27.8934 45.4455 28.1727C45.6583 28.3093 45.8965 28.3949 46.1558 28.408L46.2217 28.4056H69.1725L69.2363 28.408C70.1341 28.3592 70.7724 27.4692 71.0987 26.3225C71.2568 25.7652 71.3449 25.1449 71.3541 24.5269C71.3632 23.909 71.2963 23.2887 71.1514 22.729C70.8555 21.5871 70.2131 20.6863 69.2059 20.6032L69.1725 20.6044H46.2217ZM36.3767 51.9911C36.4051 53.0796 37.0191 53.764 37.7953 54.0587C38.152 54.193 38.539 54.2536 38.92 54.2453C39.299 54.2358 39.6851 54.1514 40.0387 53.9993C40.8169 53.663 41.4178 52.9595 41.4117 51.9352V51.9091V44.7888V44.765V44.7519V44.7258L41.4127 44.7008L41.4137 44.6747L41.4157 44.6497L41.4208 44.5998L41.4249 44.5749L41.433 44.5261L41.437 44.5024L41.4431 44.4786L41.4482 44.456L41.4613 44.4097L41.4927 44.3206L41.5019 44.298C41.5262 44.2409 41.5566 44.1839 41.591 44.1328L41.6316 44.077C41.664 44.0342 41.7025 43.9914 41.743 43.9546C42.3176 43.4329 42.7897 42.7603 43.1109 41.9927C43.419 41.2583 43.5933 40.4217 43.5933 39.5329C43.5933 37.9905 43.0603 36.593 42.201 35.5829C41.3397 34.5753 40.1481 33.9502 38.8329 33.9502C37.5176 33.9502 36.326 34.5753 35.4647 35.5829C34.6055 36.593 34.0725 37.9905 34.0725 39.5329C34.0725 40.4443 34.2579 41.3034 34.5852 42.0568C34.9257 42.8471 35.4252 43.528 36.0281 44.0449C36.1396 44.1411 36.2247 44.2623 36.2835 44.3978L36.2926 44.4204L36.325 44.5095L36.3321 44.5333L36.3595 44.6521L36.3635 44.677L36.3726 44.7483L36.3747 44.7721L36.3767 44.8541V44.8933V51.9911ZM43.1201 51.9423C43.1272 53.9458 42.0369 55.2755 40.6284 55.8863C40.1076 56.1109 39.531 56.2333 38.9545 56.2488C38.3799 56.263 37.8004 56.1715 37.2694 55.9695C35.8579 55.4312 34.7403 54.155 34.6703 52.0921L34.6693 52.0659L34.6683 52.0457V52.0196V51.9946V45.3425C34.0077 44.6901 33.4564 43.8833 33.0592 42.9683C32.6093 41.9392 32.356 40.7699 32.356 39.5329C32.356 37.4391 33.0825 35.5402 34.2529 34.1665C35.4283 32.7892 37.0475 31.9372 38.8329 31.9372C40.6183 31.9372 42.2375 32.7892 43.4088 34.1617C44.5832 35.5402 45.3098 37.4391 45.3098 39.5329C45.3098 40.7212 45.0696 41.8596 44.6451 42.872C44.2701 43.768 43.7493 44.5653 43.1221 45.2189L43.1322 48.4392L43.1201 51.9008V51.9162V51.9423ZM22.816 22.6066L22.7572 22.6138C22.6985 22.6185 22.6407 22.6162 22.584 22.6066C20.8381 22.609 19.0932 22.6066 17.3463 22.6007L17.3423 22.8966L17.3494 23.4515L18.235 23.6595C18.3849 23.6939 18.5177 23.7736 18.6251 23.8817C19.7468 24.8323 21.0265 26.0123 22.4593 27.4169C23.884 28.8132 25.5093 30.4839 27.3342 32.4209L27.3504 32.4363L27.3656 32.4529L27.3808 32.4684L27.396 32.4862L27.4102 32.5029L27.4244 32.5207L27.4376 32.5385L27.4507 32.5563L27.4639 32.5753L27.47 32.5849L27.4821 32.6051L27.4953 32.6253L27.5065 32.6455L27.5186 32.6657L27.5287 32.687L27.5399 32.7084L27.55 32.7298L27.5591 32.7524L27.5683 32.7738L27.5764 32.7964L27.5845 32.8189L27.5926 32.8415L27.5997 32.8641L27.6058 32.8867L27.6118 32.9093L27.6179 32.933L27.623 32.9568L27.6301 32.9901L27.6321 33.0031L27.6341 33.015L27.6351 33.0269L27.6412 33.0744L27.6433 33.0899L27.6453 33.1148C27.6473 33.1457 27.6514 33.1838 27.6483 33.217L27.6473 33.242C27.4771 41.9202 27.317 47.0394 26.0058 51.4124C24.7058 55.7509 22.3235 59.2255 17.7638 64.498V67.1432C26.7333 67.199 34.8365 67.224 42.0632 67.2133C48.0436 67.2049 53.4312 67.1717 58.225 67.1146C57.1134 66.12 56.1893 64.858 55.4537 63.3881C54.0473 60.5754 53.341 56.9998 53.3481 53.1116V53.0855V53.0701V53.0439L53.3491 53.019L53.3501 52.9928C53.4606 49.6834 54.4252 46.9859 55.9046 45.0003C57.3698 43.0324 59.3386 41.7633 61.4817 41.2832L61.4756 35.5604C61.4675 33.8017 61.4513 32.0858 61.429 30.4186H46.2217L46.1194 30.4114C45.5621 30.3889 45.0605 30.2177 44.6207 29.9337C43.8354 29.4275 43.2467 28.5636 42.8637 27.5357C42.506 26.5768 42.3257 25.455 42.3317 24.3499C42.3348 23.7094 42.4017 23.0677 42.5324 22.4605L35.9359 22.546L28.2249 22.5924L28.1458 22.6031C28.0759 22.609 28.007 22.6055 27.9412 22.5936L22.816 22.6066ZM21.8058 20.6044C21.6376 11.8727 25.6815 5.63764 31.1107 2.43753C33.3531 1.11733 35.8316 0.315218 38.3384 0.0763685C40.8483 -0.162481 43.3997 0.155986 45.786 1.07336C51.5495 3.28836 56.3474 8.9542 57.3587 18.5914H69.1725L69.286 18.6009C71.1433 18.7292 72.2913 20.2336 72.7868 22.1468C72.9834 22.9061 73.0746 23.7367 73.0624 24.5578C73.0503 25.3778 72.9327 26.206 72.72 26.9558C72.1789 28.8631 71.0136 30.3378 69.2799 30.4103L69.1725 30.4186H63.1333L63.184 35.5532L63.1901 41.0682C64.5722 41.0289 65.9918 41.3023 67.3668 41.9083C68.6486 42.4739 69.8929 43.3331 71.0339 44.4976C71.3753 43.8547 71.7117 43.2012 72.0532 42.5654L72.0634 42.5464L72.0745 42.525L72.1292 42.4347L72.1373 42.4216L72.1657 42.3824L72.1849 42.3587C72.8507 41.5126 73.7626 41.2321 74.6229 41.3641C75.0789 41.4342 75.5227 41.6231 75.9047 41.8988C76.2735 42.1662 76.5937 42.525 76.8227 42.9457L76.8764 43.0408C77.2422 43.7751 77.3415 44.6699 76.997 45.6218C76.9757 45.6931 76.9453 45.7691 76.9089 45.8356L74.3716 50.558C74.7911 51.6726 75.089 52.7837 75.2734 53.8733C75.8145 57.077 75.3981 60.1333 74.3331 62.6787C73.2621 65.2383 71.5344 67.2834 69.4663 68.4515C68.753 68.8543 67.9961 69.1561 67.2168 69.3368L67.1378 69.3498C66.1093 69.5388 65.1275 69.6053 64.2115 69.5578C63.2762 69.5091 62.3997 69.3415 61.5861 69.073C55.9988 69.1562 49.4895 69.2049 42.0632 69.2168C34.6065 69.2286 26.2196 69.2013 16.9126 69.1407H16.8903L16.8691 69.1395L16.8468 69.1383L16.8255 69.1359L16.8042 69.1324L16.7829 69.13L16.7617 69.1253L16.7404 69.1205L16.7201 69.1157L16.6988 69.1098L16.6786 69.1039L16.6583 69.0967L16.639 69.0884L16.6188 69.0813L16.5803 69.0635L16.561 69.0528L16.5418 69.0433L16.5235 69.0326L16.5053 69.0207L16.4871 69.0088L16.4698 68.9969L16.4516 68.9838L16.4344 68.9708L16.4181 68.9577L16.4009 68.9434L16.3847 68.9292L16.3685 68.9137L16.3533 68.8983L16.3371 68.8828L16.3229 68.8662L16.3077 68.8496L16.2935 68.8317L16.2793 68.8151L16.2651 68.7961L16.252 68.7783L16.2398 68.7593L16.2266 68.7402L16.2145 68.7212L16.2033 68.701L16.1912 68.6808L16.18 68.6606L16.1699 68.6404L16.1598 68.619L16.1496 68.5976L16.1405 68.5763L16.1324 68.5537L16.1233 68.5323L16.1081 68.4859L16.101 68.4634L16.0949 68.4396L16.0888 68.4158L16.0828 68.3921L16.0777 68.3683L16.0736 68.3445L16.0696 68.3196L16.0655 68.2946L16.0625 68.2697L16.0605 68.2447L16.0584 68.2198L16.0564 68.1936L16.0554 68.1687V68.1425V68.1092V66.4397L15.4647 67.1099L13.205 69.622L13.1909 69.6398C13.0348 69.8323 12.8139 69.9523 12.5697 69.9523H8.38589C8.08292 69.9523 7.81542 69.7669 7.66342 69.4877L7.65228 69.4675C5.96416 66.8128 4.48578 63.9549 3.22121 60.8951C1.94752 57.8138 0.885605 54.5162 0.0354646 51.0083L0.0303983 50.9917L0.0192522 50.9359L0.015199 50.9168L0.0111458 50.8919L0.00810606 50.8669L0.00506633 50.842L0.00303974 50.8158L0.00101314 50.7909L0 50.7671V50.6851V50.6673L0.00101314 50.6435C0.0942348 47.6454 0.313103 44.5238 0.649511 41.288C0.987947 38.032 1.45507 34.6157 2.0448 31.0448C2.09039 30.7644 2.23225 30.5338 2.42174 30.39L2.43896 30.377C3.892 29.1495 5.47778 27.897 7.19732 26.6231C8.928 25.3409 10.8005 24.0279 12.8109 22.6886L12.8281 22.6756C13.0075 22.5413 13.2294 22.4854 13.4543 22.5377L15.6288 23.0475L15.6258 22.8966L15.6511 21.5954V21.5693V21.5562L15.6521 21.5443V21.53L15.6531 21.5182L15.6541 21.5051L15.6552 21.4932L15.6562 21.4789L15.6592 21.454L15.6622 21.429L15.6663 21.4041L15.6704 21.3791L15.6754 21.3554L15.6805 21.3316L15.6866 21.3078L15.6926 21.2841L15.6997 21.2603L15.7068 21.2377L15.718 21.2056L15.723 21.1914L15.7311 21.17L15.7403 21.1474L15.7494 21.126L15.7747 21.0761L15.7808 21.063L15.7919 21.0428L15.8041 21.0226L15.8598 20.9406L15.8679 20.9288L15.8811 20.9109L15.8953 20.8931L15.9105 20.8765L15.9247 20.8598L15.9561 20.8278L15.9946 20.7933L16.0047 20.7838L16.0209 20.7695L16.0382 20.7565L16.0554 20.7434L16.0736 20.7303L16.0909 20.7184L16.1091 20.7065L16.1273 20.6959L16.1648 20.6756L16.1841 20.6661L16.2033 20.6578L16.2236 20.6495L16.2429 20.6412L16.2631 20.6341L16.333 20.6139L16.3452 20.6103L16.3665 20.6067L16.3969 20.602L16.408 20.5996L16.4181 20.5984L16.4293 20.5972L16.4394 20.596L16.4516 20.5948H16.4617L16.4729 20.5937H16.483C16.5012 20.5925 16.5195 20.5901 16.5387 20.5937L16.561 20.5948C18.3099 20.602 20.0578 20.6044 21.8058 20.6044ZM55.6351 18.5914C54.6603 10.0011 50.3822 4.95436 45.2571 2.98415C43.0897 2.15115 40.7642 1.8612 38.4722 2.07985C36.1761 2.2985 33.9144 3.02812 31.8747 4.2295C26.9937 7.10639 23.3581 12.7271 23.5182 20.602L27.1782 20.5925C27.0778 14.5369 29.7873 10.3208 33.4483 8.14734C34.9763 7.24066 36.6706 6.69286 38.3911 6.52055C40.1046 6.34944 41.8575 6.55264 43.5071 7.14322C47.5481 8.5882 50.9537 12.3397 51.7299 18.5914H55.6351ZM49.9992 18.5914C49.2615 13.3949 46.397 10.272 43.0106 9.06115C41.5779 8.5478 40.0438 8.37312 38.5309 8.52403C37.0242 8.67495 35.5458 9.15146 34.2184 9.93931C31.1056 11.7871 28.8055 15.3901 28.8926 20.5853L35.9217 20.5426L43.3025 20.4463C43.5862 19.9769 43.9347 19.5717 44.3482 19.2604C44.8457 18.8861 45.4314 18.6484 46.1052 18.6009L46.2217 18.5914H49.9992ZM4.71782 50.2003C5.36227 52.4046 6.14047 54.5697 7.04431 56.6908C7.81744 58.5042 8.68988 60.2997 9.6606 62.0738L11.9476 58.8476C15.7119 53.5584 17.5297 51.0024 18.4052 48.5771C19.2067 46.3573 19.2726 44.0484 19.3972 39.5982C19.4408 38.0178 19.4924 36.1759 19.5836 34.0429C18.5045 32.9093 17.4872 31.8754 16.5347 30.945C15.6369 30.068 14.7675 29.2517 13.9316 28.5018C12.9163 29.1649 11.8422 29.8838 10.7174 30.6455C9.51468 31.4607 8.30787 32.2925 7.10511 33.1338C6.67953 35.3762 6.27017 37.8883 5.87904 40.6665C5.47677 43.5161 5.0897 46.6984 4.71782 50.2003ZM9.12255 64.6061C9.07999 64.574 9.03844 64.5384 9.00095 64.4968L8.98575 64.4802L8.96549 64.4552L8.95535 64.4433L8.9128 64.3863L8.87024 64.3162L8.852 64.2853L8.84085 64.2639C7.59452 62.0822 6.48296 59.8553 5.51629 57.5868C4.54658 55.3112 3.72076 53.0023 3.0449 50.6685L3.03781 50.6447L3.03173 50.6221C3.01957 50.5817 3.01045 50.5413 3.00336 50.4986L2.9993 50.4795C2.9841 50.3845 2.98106 50.2775 2.9912 50.1777C3.36408 46.6461 3.76534 43.3663 4.19092 40.3433C4.6094 37.3713 5.05119 34.687 5.51426 32.2973L5.51831 32.2747L5.52338 32.2509L5.52845 32.2272L5.53453 32.2034L5.54061 32.1808L5.5477 32.1582L5.55479 32.1357L5.56189 32.1131L5.56999 32.0905L5.57911 32.0691L5.58722 32.0477L5.59735 32.0252L5.60647 32.005L5.61154 31.9943L5.61762 31.9836L5.62268 31.9729L5.62775 31.9622L5.63383 31.9515L5.64497 31.9313L5.65713 31.9111L5.66929 31.8921L5.68145 31.8731L5.68854 31.8635L5.69463 31.854L5.70172 31.8445L5.70881 31.835L5.7159 31.8255L5.73009 31.8077L5.74428 31.7899L5.75948 31.772L5.77467 31.7554L5.79089 31.7388L5.8071 31.7221L5.82331 31.7067L5.84054 31.6912L5.85878 31.6758L5.91248 31.6354L5.93072 31.6235C7.31283 30.6539 8.62401 29.746 9.86021 28.9082C11.0903 28.074 12.3205 27.2565 13.5546 26.4556L13.5729 26.4425L13.5881 26.433L13.6073 26.4211L13.6266 26.4092L13.6468 26.3985L13.6651 26.389L13.6843 26.3795L13.7036 26.37L13.7228 26.3617L13.7421 26.3546L13.7623 26.3474L13.7816 26.3415L13.8019 26.3356L13.8221 26.3296L13.8424 26.3249L13.8627 26.3201L13.8829 26.3165L13.9032 26.3142L13.9235 26.3118L13.9437 26.3094L13.964 26.3082L13.9853 26.307H14.0055H14.0258L14.0461 26.3082H14.0562L14.0673 26.3094L14.0876 26.3118L14.1079 26.3142L14.118 26.3153L14.1281 26.3177L14.1383 26.3189L14.1494 26.3213L14.1697 26.326L14.19 26.3308L14.2102 26.3356L14.2305 26.3427L14.2497 26.3486L14.27 26.3558L14.2903 26.3641L14.3095 26.3724L14.3298 26.3819L14.3531 26.395L14.3683 26.4021L14.3875 26.4128L14.4068 26.4247L14.425 26.4366L14.4433 26.4496L14.4625 26.4627L14.4797 26.4758L14.497 26.49L14.5132 26.5043L14.5304 26.5185L14.5466 26.534C15.5163 27.3896 16.5448 28.3485 17.627 29.4049C18.7335 30.4851 19.8653 31.639 21.0205 32.8593L21.0316 32.87L21.0478 32.8879L21.0934 32.9425L21.1066 32.9615L21.1573 33.0376L21.1694 33.0578L21.1806 33.078L21.1917 33.0982L21.2018 33.1196L21.212 33.141L21.2393 33.2063L21.2474 33.2277L21.2555 33.2503L21.2697 33.2966L21.2758 33.3204L21.2819 33.3442L21.288 33.3679L21.292 33.3917L21.2971 33.4155L21.3011 33.4404L21.3042 33.4642L21.3072 33.4892L21.3103 33.5141L21.3123 33.5391L21.3133 33.564L21.3143 33.5878V33.6115V33.6365V33.6603L21.3133 33.684L21.3113 33.7078C21.2069 36.0939 21.1512 38.0225 21.1056 39.66C20.9739 44.3574 20.9039 46.7934 19.9798 49.3542C19.004 52.0564 17.1345 54.6873 13.2608 60.1322L10.2402 64.3982L10.2108 64.4374L10.1966 64.4552L10.1753 64.479L10.1652 64.4909L10.1166 64.5408C10.0467 64.6049 9.96559 64.6596 9.88453 64.6953L9.86427 64.7036L9.80347 64.7261L9.7832 64.7321L9.74267 64.7428L9.72241 64.7463L9.70214 64.7499L9.68086 64.7535L9.6606 64.7559L9.64033 64.7582L9.57852 64.7606H9.55826L9.53698 64.7594L9.51671 64.7582L9.49645 64.757L9.45591 64.7511L9.41437 64.7428L9.29582 64.7036L9.27656 64.6953L9.18233 64.6453L9.16409 64.6346L9.12255 64.6061ZM9.12255 64.6061L9.03439 64.5313L9.00095 64.4968L9.12255 64.6061ZM8.81451 67.9393H12.2313L14.2852 65.6554L16.3097 63.3608C20.8411 58.1465 23.1737 54.8121 24.3906 50.7517C25.5974 46.7245 25.7687 41.837 25.9308 33.6306C24.2782 31.8814 22.7542 30.3223 21.3609 28.957C19.9808 27.6047 18.7669 26.4805 17.7243 25.5905L13.43 24.5828C11.524 25.8579 9.74875 27.1056 8.10927 28.32C6.49613 29.5155 5.01269 30.6812 3.663 31.8125C3.1138 35.173 2.67607 38.4159 2.35182 41.5328C2.02048 44.7175 1.80668 47.7405 1.71345 50.596C2.52914 53.9351 3.54647 57.0782 4.76342 60.0228C5.93072 62.8486 7.28142 65.489 8.81451 67.9393ZM55.0565 53.1057C55.0494 56.648 55.6766 59.8731 56.927 62.3733C58.071 64.6608 59.749 66.347 61.9468 67.1075C62.6682 67.3571 63.4495 67.5115 64.2844 67.5543C65.0869 67.5959 65.9432 67.5389 66.85 67.3737L66.8885 67.3642C67.5249 67.2168 68.143 66.9709 68.7226 66.6429C70.4512 65.6661 71.8992 63.9502 72.799 61.7993C73.7049 59.6331 74.0575 57.0164 73.5914 54.2584C73.5042 53.7474 73.3907 53.2293 73.2448 52.7088C72.5062 54.1431 71.8759 55.4158 71.277 56.6825L71.2446 56.7597C70.3833 58.5885 69.5869 60.3924 68.6395 62.6098C68.6071 62.7025 68.5615 62.7916 68.5027 62.8724C68.1977 63.2954 67.6566 63.3477 67.2959 62.99C66.0698 61.7768 64.5914 60.2617 63.2428 58.8809C61.9711 57.5785 60.8079 56.3878 60.0621 55.6594L60.0449 55.6439C59.9993 55.6047 59.9557 55.5607 59.9162 55.5085C59.3406 54.767 59.217 53.9054 59.3913 53.1105C59.4896 52.6589 59.6892 52.2335 59.9526 51.8865C60.2131 51.5455 60.5414 51.2591 60.9021 51.0713C61.6053 50.7089 62.4484 50.6816 63.2245 51.2258L63.2438 51.2377C63.2934 51.2698 63.3421 51.3078 63.3867 51.3518L66.2694 54.1894C66.774 53.0451 67.3161 51.8699 67.8937 50.6637C68.5726 49.2485 69.3133 47.7655 70.1118 46.2218C69.0752 45.112 67.9363 44.3039 66.7629 43.7858C65.3332 43.156 63.8477 42.9504 62.4342 43.1429C60.4147 43.4174 58.5401 44.5107 57.1915 46.3217C55.9532 47.9853 55.1446 50.2728 55.0565 53.1057ZM72.6622 49.9793L72.6946 49.9175L72.7068 49.8985L75.4325 44.8149C75.5267 44.5273 75.4984 44.2647 75.395 44.0556L75.3707 44.0021C75.2825 43.85 75.1559 43.7133 75.0069 43.6052C74.8266 43.4745 74.6168 43.3854 74.405 43.3533C74.0686 43.3022 73.7241 43.3925 73.4779 43.6765C72.9733 44.6105 72.415 45.5861 71.9519 46.5379L71.9408 46.5605L71.9306 46.5819L71.9185 46.6033L71.9073 46.6235C70.9943 48.3751 70.1513 50.0506 69.3873 51.6453C68.6121 53.2626 67.9221 54.7729 67.3232 56.1763L67.3141 56.1989L67.308 56.2143L67.2979 56.2369L67.2878 56.2595L67.2766 56.282L67.2655 56.3034L67.2533 56.3248L67.2412 56.345L67.229 56.3652L67.2158 56.3854L67.2027 56.4044L67.1885 56.4235L67.1743 56.4425L67.1307 56.4948L67.1226 56.5031L67.1145 56.5114L67.1064 56.5197L67.0902 56.5363L67.074 56.5518L67.0567 56.5672L67.0395 56.5815L67.0223 56.5958L67.0051 56.6088L66.9868 56.6219L66.9696 56.635L66.9514 56.6469L66.9321 56.6575L66.9139 56.6682L66.8956 56.6789L66.8764 56.6884L66.8571 56.6979L66.8379 56.7063L66.8186 56.7146L66.7984 56.7217L66.7791 56.7288L66.7588 56.7348L66.7396 56.7407L66.7193 56.7455L66.6788 56.755L66.6585 56.7586L66.6383 56.7609L66.618 56.7633L66.5977 56.7657L66.5775 56.7669H66.5157L66.4954 56.7657L66.4741 56.7645L66.4538 56.7621L66.4336 56.7586L66.393 56.7514L66.3728 56.7467L66.3525 56.7419L66.3323 56.736L66.312 56.73L66.2927 56.7229L66.2826 56.7205L66.2725 56.7158L66.2623 56.7122L66.2421 56.7039L66.2218 56.6944L66.2015 56.6837L66.1823 56.673L66.162 56.6623L66.1428 56.6504L66.1235 56.6385L66.1043 56.6255L66.086 56.6124L66.0678 56.5981L66.0506 56.5839L66.0333 56.5696L66.0161 56.5542L65.9999 56.5387L65.9837 56.5221L65.9675 56.5054L62.3318 52.9346C62.0866 52.7754 61.8191 52.7896 61.5962 52.9061C61.4543 52.9821 61.3297 53.0914 61.2334 53.2186C61.1412 53.3434 61.0743 53.4776 61.047 53.6048C61.0115 53.7676 61.0379 53.9518 61.1595 54.1241C61.9833 54.9274 63.1242 56.0967 64.3695 57.3717C65.399 58.4257 66.5055 59.5582 67.5755 60.6324C68.3639 58.8036 69.0468 57.2695 69.743 55.7925L69.7855 55.7105C70.6407 53.9007 71.5283 52.136 72.648 50.0066L72.6622 49.9793Z' fill='white'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-noun-interest-rate {
    background: url("data:image/svg+xml;utf8,%3Csvg width='63' height='78' viewBox='0 0 63 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='noun-interest-rate-4620296 1'%3E%3Cg id='Group 40292'%3E%3Cpath id='Vector' d='M23.4015 42.228C23.0532 42.0492 22.6296 42.1904 22.4507 42.5387C22.2719 42.8869 22.4131 43.3105 22.7614 43.4894C23.6368 43.9318 23.9474 44.346 23.9474 44.5907C23.938 45.6545 19.8056 47.2453 13.574 47.2453C7.333 47.2453 3.20057 45.645 3.20057 44.5813C3.20057 44.3272 3.52062 43.9789 4.05717 43.6588C4.39605 43.4612 4.4996 43.0281 4.30192 42.6893C4.10424 42.3504 3.67123 42.2468 3.33235 42.4445C2.3063 43.0564 1.78857 43.7718 1.78857 44.5719V56.3856C1.78857 59.059 7.71894 60.4615 13.574 60.4615C19.4291 60.4615 25.3594 59.059 25.3594 56.3856V44.5907C25.3594 44.5907 25.3594 44.5908 25.3594 44.5813C25.3688 43.6777 24.7099 42.8869 23.4015 42.228ZM23.9569 56.4044C23.9569 57.4681 19.815 59.0684 13.5834 59.0684C7.35182 59.0684 3.20998 57.4681 3.20998 56.4044V52.545C7.41772 55.2278 19.7491 55.2278 23.9569 52.545V56.4044ZM13.5834 53.1568C7.34241 53.1568 3.20998 51.5566 3.20998 50.4929V46.624C5.30914 47.9701 9.4604 48.6667 13.5834 48.6667C17.7064 48.6667 21.8577 47.9701 23.9569 46.624V50.4929C23.9569 51.5566 19.815 53.1568 13.5834 53.1568Z' fill='white'/%3E%3Cpath id='Vector_2' d='M45.0144 58.4847H26.1878C25.8019 58.4847 25.4818 58.8048 25.4818 59.1907C25.4818 59.5767 25.8019 59.8967 26.1878 59.8967H45.0144C45.4003 59.8967 45.7204 59.5767 45.7204 59.1907C45.7204 58.8048 45.4097 58.4847 45.0144 58.4847Z' fill='white'/%3E%3Cpath id='Vector_3' d='M11.9737 24.0039C12.3596 24.0039 12.6797 23.6838 12.6797 23.2979V5.13967C12.6797 3.99125 13.6116 3.05933 14.76 3.05933H50.2763C51.4248 3.05933 52.3567 3.99125 52.3567 5.13967V41.2302C52.3567 41.6161 52.6767 41.9362 53.0627 41.9362C53.4486 41.9362 53.7687 41.6161 53.7687 41.2302V5.13967C53.7687 3.20994 52.1966 1.64734 50.2763 1.64734H14.76C12.8303 1.64734 11.2677 3.21936 11.2677 5.13967V23.2979C11.2677 23.6932 11.5783 24.0039 11.9737 24.0039Z' fill='white'/%3E%3Cpath id='Vector_4' d='M47.3206 18.1959V9.6486C47.3206 8.66962 46.5299 7.87891 45.5509 7.87891H19.4855C18.5065 7.87891 17.7158 8.66962 17.7158 9.6486V18.1959C17.7158 19.1748 18.5065 19.9656 19.4855 19.9656H45.5509C46.5299 19.9656 47.3206 19.1748 47.3206 18.1959ZM19.1278 18.1959V9.6486C19.1278 9.45092 19.2878 9.2909 19.4855 9.2909H45.5509C45.7486 9.2909 45.9086 9.45092 45.9086 9.6486V18.1959C45.9086 18.3935 45.7486 18.5536 45.5509 18.5536H19.4855C19.2878 18.5536 19.1278 18.3935 19.1278 18.1959Z' fill='white'/%3E%3Cpath id='Vector_5' d='M24.1921 30.292C24.5781 30.292 24.8981 29.9719 24.8981 29.586V25.8583C24.8981 25.1147 24.2957 24.5028 23.5426 24.5028H20.1915C19.8055 24.5028 19.4855 24.8229 19.4855 25.2088C19.4855 25.5947 19.8055 25.9148 20.1915 25.9148L23.4767 25.8583V29.586C23.4861 29.9719 23.8062 30.292 24.1921 30.292Z' fill='white'/%3E%3Cpath id='Vector_6' d='M36.3446 25.8583C36.3446 25.1147 35.7422 24.5028 34.9891 24.5028H30.0472C29.3035 24.5028 28.6917 25.1053 28.6917 25.8583V30.6026C28.6917 31.3463 29.2941 31.9581 30.0472 31.9581H34.9891C35.7328 31.9581 36.3446 31.3557 36.3446 30.6026V25.8583ZM30.1036 30.6026L30.0472 25.9148H34.9327L34.9891 30.5367L30.1036 30.6026Z' fill='white'/%3E%3Cpath id='Vector_7' d='M47.7913 25.8583C47.7913 25.1147 47.1889 24.5028 46.4358 24.5028H41.4938C40.7502 24.5028 40.1383 25.1053 40.1383 25.8583V30.6026C40.1383 31.3463 40.7408 31.9581 41.4938 31.9581H46.4358C47.1794 31.9581 47.7913 31.3557 47.7913 30.6026V25.8583ZM41.5503 30.6026L41.4938 25.9148H46.3793L46.4358 30.5367L41.5503 30.6026Z' fill='white'/%3E%3Cpath id='Vector_8' d='M36.3446 36.3352C36.3446 35.5916 35.7422 34.9797 34.9891 34.9797H30.0472C29.3035 34.9797 28.6917 35.5822 28.6917 36.3352V41.0795C28.6917 41.8232 29.2941 42.4351 30.0472 42.4351H34.9891C35.7328 42.4351 36.3446 41.8326 36.3446 41.0795V36.3352ZM30.1036 41.089L30.0472 36.4011H34.9327L34.9891 41.0231L30.1036 41.089Z' fill='white'/%3E%3Cpath id='Vector_9' d='M47.7913 41.089V36.3352C47.7913 35.5916 47.1889 34.9797 46.4358 34.9797H41.4938C40.7502 34.9797 40.1383 35.5822 40.1383 36.3352V41.0795C40.1383 41.8232 40.7408 42.4351 41.4938 42.4351H46.4358C47.1794 42.4351 47.7913 41.8326 47.7913 41.089ZM41.4938 36.4011H46.3793L46.4358 41.0231L41.5503 41.0795L41.4938 36.4011Z' fill='white'/%3E%3Cpath id='Vector_10' d='M34.9891 45.4662H30.0472C29.3035 45.4662 28.6917 46.0686 28.6917 46.8217V51.566C28.6917 52.3096 29.2941 52.9121 30.0472 52.9121H34.9891C35.7328 52.9121 36.3446 52.3096 36.3446 51.566V46.8217C36.3446 46.0781 35.7422 45.4662 34.9891 45.4662ZM30.1036 51.566L30.0472 46.8782H34.9327L34.9891 51.5001L30.1036 51.566Z' fill='white'/%3E%3Cpath id='Vector_11' d='M44.1107 46.1722C44.1107 45.7862 43.7907 45.4662 43.4047 45.4662H41.4938C40.7502 45.4662 40.1383 46.0686 40.1383 46.8217V51.566C40.1383 52.3096 40.7408 52.9121 41.4938 52.9121H42.0116C42.3975 52.9121 42.7175 52.592 42.7175 52.2061C42.7175 51.8202 42.3975 51.5001 42.0116 51.5001L41.5503 51.566L41.4938 46.8782H43.4047C43.7907 46.8782 44.1107 46.5675 44.1107 46.1722Z' fill='white'/%3E%3Cpath id='Vector_12' d='M13.5834 45.598C19.2125 45.598 23.7968 41.0137 23.7968 35.3846C23.7968 29.7554 19.2125 25.1711 13.5834 25.1711C7.95426 25.1711 3.37 29.7554 3.37 35.3846C3.37 41.0137 7.95426 45.598 13.5834 45.598ZM13.5834 26.5831C18.4312 26.5831 22.3848 30.5273 22.3848 35.3846C22.3848 40.2418 18.4407 44.186 13.5834 44.186C8.72615 44.186 4.78199 40.2418 4.78199 35.3846C4.78199 30.5273 8.72615 26.5831 13.5834 26.5831Z' fill='white'/%3E%3Cpath id='Vector_13' d='M13.6304 38.8016C13.6116 38.8016 13.6021 38.7921 13.5833 38.7921C13.5645 38.7921 13.5551 38.8016 13.5362 38.8016C12.8114 38.7733 12.2278 38.1803 12.2278 37.4555C12.2278 37.0695 11.9078 36.7495 11.5218 36.7495C11.1359 36.7495 10.8158 37.0695 10.8158 37.4555C10.8158 38.7357 11.6912 39.8088 12.8773 40.1194V40.7407C12.8773 41.1266 13.1974 41.4467 13.5833 41.4467C13.9693 41.4467 14.2893 41.1266 14.2893 40.7407V40.1194C15.4754 39.8088 16.3508 38.7357 16.3508 37.4555C16.3508 35.9305 15.1083 34.6785 13.5833 34.6785C12.8303 34.6785 12.2184 34.0667 12.2184 33.323C12.2184 32.5888 12.802 31.9958 13.5268 31.9675C13.5457 31.9675 13.5551 31.9769 13.5739 31.9769C13.5927 31.9769 13.6021 31.9675 13.621 31.9675C14.3458 31.9958 14.9294 32.5888 14.9294 33.323C14.9294 33.709 15.2495 34.029 15.6354 34.029C16.0214 34.029 16.3414 33.709 16.3414 33.323C16.3414 32.0428 15.466 30.9697 14.2799 30.6497V30.0284C14.2799 29.6424 13.9598 29.3224 13.5739 29.3224C13.188 29.3224 12.8679 29.6424 12.8679 30.0284V30.6497C11.6818 30.9697 10.8064 32.0334 10.8064 33.323C10.8064 34.848 12.049 36.0905 13.5833 36.0905C14.327 36.0905 14.9388 36.7024 14.9388 37.4555C14.9388 38.1803 14.3552 38.7733 13.6304 38.8016Z' fill='white'/%3E%3Cpath id='Vector_14' d='M53.9004 47.217C53.5427 47.0664 53.1285 47.217 52.9685 47.5747L49.7209 54.9642C49.5609 55.3219 49.7303 55.7361 50.0786 55.8961C50.1728 55.9337 50.2669 55.9526 50.361 55.9526C50.634 55.9526 50.8882 55.7925 51.0106 55.529L54.2581 48.1395C54.4276 47.7818 54.2581 47.3677 53.9004 47.217Z' fill='white'/%3E%3Cpath id='Vector_15' d='M51.2648 49.3727C51.2648 48.2431 50.3517 47.33 49.2221 47.33C48.0925 47.33 47.1794 48.2431 47.1794 49.3727C47.1794 50.5023 48.0925 51.4154 49.2221 51.4154C50.3517 51.4154 51.2648 50.4929 51.2648 49.3727ZM49.2221 50.0034C48.8738 50.0034 48.5914 49.721 48.5914 49.3727C48.5914 49.0244 48.8738 48.742 49.2221 48.742C49.5704 48.742 49.8528 49.0244 49.8528 49.3727C49.8528 49.721 49.5704 50.0034 49.2221 50.0034Z' fill='white'/%3E%3Cpath id='Vector_16' d='M54.776 51.6978C53.6464 51.6978 52.7333 52.6108 52.7333 53.7404C52.7333 54.87 53.6464 55.7831 54.776 55.7831C55.9056 55.7831 56.8186 54.87 56.8186 53.7404C56.8186 52.6108 55.8961 51.6978 54.776 51.6978ZM54.776 54.3711C54.4277 54.3711 54.1453 54.0887 54.1453 53.7404C54.1453 53.3921 54.4277 53.1097 54.776 53.1097C55.1242 53.1097 55.4066 53.3921 55.4066 53.7404C55.4066 54.0887 55.1242 54.3711 54.776 54.3711Z' fill='white'/%3E%3Cpath id='Vector_17' d='M51.9896 43.2164C47.3959 43.2164 43.6588 46.9629 43.6588 51.5565C43.6588 56.1502 47.3959 59.8873 51.9896 59.8873C56.5927 59.8873 60.3297 56.1502 60.3297 51.5565C60.3297 46.9629 56.5927 43.2164 51.9896 43.2164ZM51.9896 58.4847C48.1772 58.4847 45.0708 55.3783 45.0708 51.566C45.0708 47.7442 48.1772 44.6378 51.9896 44.6378C55.8114 44.6378 58.9177 47.7442 58.9177 51.566C58.9177 55.3783 55.8114 58.4847 51.9896 58.4847Z' fill='white'/%3E%3Cpath id='Vector_18' d='M23.0814 10.6182C22.6954 10.6182 22.3754 10.9383 22.3754 11.3242V16.5109C22.3754 16.8969 22.6954 17.2169 23.0814 17.2169C23.4673 17.2169 23.7874 16.8969 23.7874 16.5109V11.3242C23.7874 10.9383 23.4767 10.6182 23.0814 10.6182Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-noun-user-friendly {
    background: url("data:image/svg+xml;utf8,%3Csvg width='73' height='92' viewBox='0 0 73 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='noun-user-friendly-6221272 1'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M43.3951 47.6925C43.1484 47.9111 42.9905 48.2134 42.9515 48.5417C42.9294 48.7311 42.8362 48.9047 42.6909 49.0272C42.5457 49.1497 42.3593 49.2116 42.1701 49.2005C41.9809 49.1893 41.8031 49.1058 41.673 48.9671C41.543 48.8283 41.4707 48.6449 41.4707 48.4543L41.5236 40.8045C41.4318 40.4654 41.2309 40.1664 40.9522 39.9543C40.6735 39.7422 40.3328 39.629 39.9834 39.6323C38.8962 39.6484 38.6526 40.3154 38.6062 40.486L38.6374 52.0612C38.6374 52.083 38.6374 52.1042 38.6374 52.1253L38.6468 55.956C38.657 56.0833 38.6345 56.2111 38.5816 56.3272C38.5288 56.4433 38.4472 56.5438 38.3448 56.6193C38.2423 56.6947 38.1223 56.7425 37.9963 56.7581C37.8703 56.7736 37.7424 56.7565 37.6248 56.7083C35.9338 56.0027 34.2037 55.3959 32.4431 54.891C31.5602 54.7255 31.3145 54.9238 30.9688 55.5245C30.8782 55.7248 30.837 55.9442 30.8486 56.164C30.8602 56.3837 30.9243 56.5975 31.0355 56.7871L33.5173 59.0461L37.9727 63.1203L53.8869 63.0999V50.7724C53.8985 50.5216 53.8353 50.273 53.7054 50.0586C53.5755 49.8442 53.3849 49.6737 53.1579 49.569C52.931 49.4644 52.6782 49.4303 52.4319 49.4712C52.1855 49.512 51.957 49.626 51.7755 49.7985C51.5261 50.1086 51.3936 50.4974 51.4015 50.8963C51.3955 51.0903 51.3146 51.2744 51.176 51.4095C51.0374 51.5446 50.852 51.6201 50.659 51.6201C50.4659 51.6201 50.2805 51.5446 50.1419 51.4095C50.0033 51.2744 49.9224 51.0903 49.9164 50.8963C49.9833 50.2072 49.8851 49.5121 49.6301 48.869C49.4481 48.5527 49.0843 48.3872 48.4334 48.3872C47.5868 48.3872 47.1207 48.7269 47.1207 49.7387C47.1147 49.9327 47.0338 50.1168 46.8952 50.2519C46.7566 50.387 46.5712 50.4626 46.3781 50.4626C46.1851 50.4626 45.9997 50.387 45.8611 50.2519C45.7225 50.1168 45.6416 49.9327 45.6356 49.7387C45.7068 49.0146 45.5499 48.2862 45.1869 47.6568C45.0697 47.543 44.9289 47.4568 44.7746 47.4044C44.6203 47.3519 44.4564 47.3346 44.2946 47.3535C43.9667 47.3537 43.6503 47.4754 43.406 47.6954L43.3951 47.6925ZM37.793 33.3866C38.6393 33.4596 39.4916 33.3587 40.2979 33.0901C41.1042 32.8214 41.8478 32.3905 42.4833 31.8237C42.5242 31.2152 42.3647 30.6101 42.0296 30.1018C41.7818 29.725 41.4451 29.4158 41.0494 29.202C40.6537 28.9881 40.2115 28.8763 39.7623 28.8765H36.8768C36.2005 28.8743 35.5481 29.1283 35.0495 29.5879C35.7658 29.9672 36.3857 30.5071 36.8614 31.1657C37.3371 31.8244 37.6558 32.5842 37.793 33.3866ZM33.6687 30.6303C34.4483 30.8607 35.1329 31.3382 35.6206 31.9918C36.1083 32.6453 36.373 33.4398 36.3752 34.2569V34.6287C34.8339 36.033 32.8285 36.8107 30.7488 36.8107C28.6691 36.8107 26.6637 36.033 25.1224 34.6287V34.2555C25.1266 33.2557 25.5233 32.2981 26.2263 31.5911C26.9292 30.8842 27.8814 30.4851 28.8755 30.4809H32.6214C32.9758 30.4756 33.329 30.5247 33.6687 30.6267V30.6303ZM33.5238 29.0638C33.9163 28.5417 34.4235 28.1179 35.0058 27.8254C35.588 27.5329 36.2296 27.3797 36.8804 27.3777H39.7659C40.8813 27.3829 41.9495 27.8307 42.7383 28.6239C43.5271 29.417 43.9726 30.4913 43.9779 31.613V32.1473C43.9779 32.549 43.651 32.7954 43.3466 33.0549C41.8234 34.3511 39.8632 35.0092 37.8713 34.8933V34.9502C37.8713 35.3183 37.6415 35.4998 37.3943 35.7265C35.5397 37.4189 33.1152 38.3396 30.6113 38.3024C28.1073 38.2652 25.7109 37.2728 23.9068 35.5261C23.8231 35.4556 23.7557 35.3675 23.7095 35.268C23.6633 35.1685 23.6394 35.06 23.6394 34.9502V34.2562C23.643 32.8586 24.1967 31.5192 25.1793 30.5309C26.162 29.5426 27.4938 28.9858 28.8835 28.9822H32.6293C32.9307 28.9827 33.2315 29.0098 33.5281 29.0631L33.5238 29.0638ZM38.3228 20.0013C38.9664 20.0012 39.5955 20.193 40.1307 20.5524C40.6659 20.9119 41.083 21.4229 41.3294 22.0209C41.5758 22.6188 41.6403 23.2768 41.5148 23.9116C41.3894 24.5464 41.0796 25.1295 40.6245 25.5873C40.1695 26.045 39.5898 26.3567 38.9586 26.483C38.3274 26.6093 37.6732 26.5446 37.0786 26.2969C36.484 26.0493 35.9758 25.6299 35.6182 25.0917C35.2607 24.5536 35.0698 23.9209 35.0698 23.2736C35.0698 22.4059 35.4125 21.5737 36.0226 20.96C36.6326 20.3464 37.46 20.0015 38.3228 20.0013ZM39.5695 22.0198C39.323 21.7718 39.0089 21.603 38.667 21.5345C38.325 21.4661 37.9706 21.5012 37.6484 21.6353C37.3263 21.7695 37.051 21.9967 36.8573 22.2883C36.6635 22.5798 36.5602 22.9226 36.5602 23.2733C36.5602 23.6239 36.6635 23.9667 36.8573 24.2583C37.051 24.5498 37.3263 24.777 37.6484 24.9112C37.9706 25.0454 38.325 25.0805 38.667 25.012C39.0089 24.9436 39.323 24.7747 39.5695 24.5267C39.8997 24.1941 40.0851 23.7433 40.0851 23.2733C40.0851 22.8033 39.8997 22.3525 39.5695 22.0198ZM30.7999 20.0334C30.0087 20.0334 29.2352 20.2694 28.5774 20.7115C27.9195 21.1536 27.4068 21.7819 27.104 22.5171C26.8013 23.2523 26.7221 24.0613 26.8765 24.8417C27.0309 25.6221 27.412 26.339 27.9715 26.9016C28.531 27.4642 29.2439 27.8473 30.0199 28.0025C30.7959 28.1576 31.6003 28.0779 32.3312 27.7732C33.0622 27.4686 33.6869 26.9529 34.1264 26.2912C34.5658 25.6295 34.8003 24.8516 34.8002 24.0558C34.8002 22.9888 34.3787 21.9655 33.6285 21.211C32.8783 20.4565 31.8608 20.0334 30.7999 20.0334ZM32.5743 22.272C32.2232 21.9195 31.776 21.6796 31.2894 21.5825C30.8027 21.4855 30.2984 21.5357 29.8401 21.7268C29.3818 21.918 28.9902 22.2414 28.7146 22.6564C28.4391 23.0713 28.292 23.559 28.292 24.058C28.292 24.557 28.4391 25.0447 28.7146 25.4597C28.9902 25.8746 29.3818 26.198 29.8401 26.3892C30.2984 26.5803 30.8027 26.6305 31.2894 26.5335C31.776 26.4364 32.2232 26.1965 32.5743 25.844C33.045 25.3702 33.3095 24.7278 33.3095 24.058C33.3095 23.3882 33.045 22.7458 32.5743 22.272ZM37.145 50.2256V51.3133H18.5953V17.291H47.3483V47.0539C47.124 47.1276 46.9111 47.2323 46.7155 47.3652C46.5265 46.8837 46.188 46.4763 45.7505 46.2037C45.3129 45.9311 44.7995 45.8077 44.2867 45.8519C43.8288 45.8513 43.3779 45.9637 42.9733 46.1792L43.0103 40.7119C42.8921 39.9882 42.5201 39.3311 41.9616 38.8595C41.4031 38.388 40.6952 38.1333 39.966 38.1416C39.3191 38.0955 38.6771 38.2844 38.1569 38.6739C37.6367 39.0635 37.2728 39.6278 37.1312 40.2643C37.1008 40.4342 37.1312 45.4356 37.1312 46.0574H23.5046C23.3069 46.0574 23.1174 46.1364 22.9777 46.2769C22.8379 46.4174 22.7594 46.6081 22.7594 46.8068V49.4763C22.7595 49.575 22.779 49.6727 22.8167 49.7638C22.8544 49.8549 22.9096 49.9376 22.9792 50.0072C23.0487 50.0768 23.1313 50.132 23.222 50.1695C23.3128 50.2069 23.41 50.226 23.5082 50.2256H37.145ZM37.1385 47.5562V48.7225H24.254V47.5562H37.1385ZM23.5118 40.8067H32.717C32.9147 40.8069 33.1043 40.886 33.244 41.0266C33.3837 41.1673 33.4622 41.358 33.4622 41.5568V44.2263C33.4624 44.3254 33.443 44.4236 33.4052 44.5152C33.3674 44.6067 33.3119 44.6899 33.2419 44.7597C33.1719 44.8295 33.0888 44.8847 32.9975 44.922C32.9062 44.9593 32.8084 44.9781 32.7098 44.9771H23.5082C23.3106 44.9769 23.1212 44.8979 22.9815 44.7574C22.8418 44.6169 22.7633 44.4264 22.7631 44.2277V41.5553C22.7631 41.3565 22.8415 41.1658 22.9813 41.0252C23.121 40.8845 23.3105 40.8054 23.5082 40.8052L23.5118 40.8067ZM31.9647 42.3047V43.4747H24.254V42.3047H31.9647ZM28.6936 56.1893H29.3633C29.3662 56.3042 29.3754 56.4188 29.3908 56.5326C29.417 56.8199 29.5002 57.0989 29.6355 57.3532C29.7709 57.6076 29.9556 57.832 30.1787 58.0132L31.0594 58.815H23.2842C22.0419 58.8108 20.8517 58.3126 19.9733 57.4292C19.0949 56.5457 18.5995 55.3487 18.5953 54.0994V52.8106H37.1508L37.1566 54.9143C35.7091 54.319 34.2241 53.8205 32.7113 53.4222C32.1457 53.2451 31.5361 53.2752 30.9906 53.5073C30.4451 53.7394 29.999 54.1583 29.7315 54.6898H28.6936C28.5937 54.6867 28.4942 54.7038 28.4011 54.74C28.3079 54.7763 28.2229 54.831 28.1512 54.901C28.0795 54.9709 28.0224 55.0546 27.9835 55.1471C27.9445 55.2396 27.9245 55.3391 27.9245 55.4396C27.9245 55.54 27.9445 55.6395 27.9835 55.732C28.0224 55.8245 28.0795 55.9082 28.1512 55.9782C28.2229 56.0481 28.3079 56.1028 28.4011 56.1391C28.4942 56.1754 28.5937 56.1924 28.6936 56.1893ZM28.6936 13.6754C28.5937 13.6785 28.4942 13.6614 28.4011 13.6251C28.3079 13.5889 28.2229 13.5342 28.1512 13.4642C28.0795 13.3943 28.0224 13.3106 27.9835 13.2181C27.9445 13.1255 27.9245 13.0261 27.9245 12.9256C27.9245 12.8251 27.9445 12.7257 27.9835 12.6332C28.0224 12.5407 28.0795 12.4569 28.1512 12.387C28.2229 12.3171 28.3079 12.2624 28.4011 12.2261C28.4942 12.1898 28.5937 12.1727 28.6936 12.1759H33.3701C33.47 12.1727 33.5694 12.1898 33.6626 12.2261C33.7558 12.2624 33.8407 12.3171 33.9125 12.387C33.9842 12.4569 34.0412 12.5407 34.0802 12.6332C34.1191 12.7257 34.1392 12.8251 34.1392 12.9256C34.1392 13.0261 34.1191 13.1255 34.0802 13.2181C34.0412 13.3106 33.9842 13.3943 33.9125 13.4642C33.8407 13.5342 33.7558 13.5889 33.6626 13.6251C33.5694 13.6614 33.47 13.6785 33.3701 13.6754H28.6936ZM35.4264 13.6754C35.2327 13.6693 35.049 13.5876 34.9141 13.4477C34.7793 13.3078 34.7038 13.1205 34.7038 12.9256C34.7038 12.7307 34.7793 12.5435 34.9141 12.4035C35.049 12.2636 35.2327 12.182 35.4264 12.1759H37.2508C37.4445 12.182 37.6282 12.2636 37.7631 12.4035C37.898 12.5435 37.9734 12.7307 37.9734 12.9256C37.9734 13.1205 37.898 13.3078 37.7631 13.4477C37.6282 13.5876 37.4445 13.6693 37.2508 13.6754H35.4264ZM18.5953 15.7894H47.3483V14.4998C47.3443 13.2505 46.8491 12.0535 45.9708 11.1701C45.0925 10.2866 43.9024 9.78838 42.6602 9.78415H23.2842C22.0419 9.78838 20.8517 10.2866 19.9733 11.17C19.0949 12.0535 18.5995 13.2504 18.5953 14.4998V15.7915V15.7894ZM48.8393 16.5365V46.9045C49.3188 46.9079 49.7865 47.0547 50.1827 47.3263C50.579 47.5978 50.8859 47.9819 51.0645 48.4295C51.4833 48.1464 51.9711 47.9838 52.4752 47.9594C52.9792 47.9349 53.4803 48.0495 53.9243 48.2907C54.3683 48.532 54.7382 48.8907 54.9942 49.3281C55.2501 49.7654 55.3823 50.2649 55.3765 50.7724V63.8427C55.3764 63.9464 55.3548 64.0489 55.3132 64.1437C55.2716 64.2385 55.2108 64.3236 55.1347 64.3935C55.0587 64.4635 54.9689 64.5167 54.8713 64.5499C54.7737 64.5831 54.6702 64.5954 54.5676 64.5862L37.6835 64.6088C37.4987 64.6091 37.3205 64.5396 37.1841 64.4142L32.7004 60.3138H23.2842C21.6474 60.3092 20.0789 59.6533 18.9213 58.4895C17.7636 57.3257 17.111 55.7485 17.1058 54.1023V14.4998C17.11 12.8529 17.7624 11.2746 18.9202 10.11C20.0781 8.94535 21.6474 8.28909 23.2849 8.28467H42.6602C44.2977 8.28929 45.8668 8.9456 47.0246 10.1102C48.1825 11.2748 48.8349 12.8529 48.8393 14.4998V16.5365Z' fill='white'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-noun-value-of-money {
    background: url("data:image/svg+xml;utf8,%3Csvg width='78' height='98' viewBox='0 0 78 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='noun-value-of-money-4385491 1'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M13.0338 36.6733C12.7473 36.7396 12.4542 36.7728 12.1601 36.7722C11.7316 36.7719 11.3059 36.7021 10.8997 36.5653C10.766 36.5204 10.6348 36.4681 10.5068 36.4087L8.90814 40.15H11.5474L13.0338 36.6733Z' fill='white'/%3E%3Cpath id='Vector_2' d='M17.7874 40.15L15.7701 35.4293L13.9332 36.3494C13.821 36.4057 13.7057 36.4574 13.5905 36.503L15.1482 40.15H17.7874Z' fill='white'/%3E%3Cpath id='Vector_3' d='M20.6283 49.8833H16.988V51.1H20.6283V49.8833Z' fill='white'/%3E%3Cpath id='Vector_4' d='M14.5612 49.8833H12.1343V51.1H14.5612V49.8833Z' fill='white'/%3E%3Cpath id='Vector_5' d='M21.6338 53.5333H5.06171C5.31344 54.2445 5.77846 54.8601 6.39298 55.2958C7.00751 55.7315 7.74142 55.9658 8.49403 55.9667H18.2015C18.9541 55.9658 19.688 55.7315 20.3025 55.2958C20.9171 54.8601 21.3821 54.2445 21.6338 53.5333Z' fill='white'/%3E%3Cpath id='Vector_6' d='M20.6283 42.5833H16.988V43.8H19.4149V46.2333H16.988V47.45H20.6283V42.5833Z' fill='white'/%3E%3Cpath id='Vector_7' d='M14.5612 42.5833H12.1343V47.45H14.5612V42.5833Z' fill='white'/%3E%3Cpath id='Vector_8' d='M9.70749 46.2333H7.28063V43.8H9.70749V42.5833H6.0672V47.45H9.70749V46.2333Z' fill='white'/%3E%3Cpath id='Vector_9' d='M9.70749 49.8833H6.0672V51.1H9.70749V49.8833Z' fill='white'/%3E%3Cpath id='Vector_10' d='M11.6672 34.2583C11.9799 34.3642 12.3185 34.3652 12.6318 34.2613L12.2329 33.329C12.1702 33.1822 12.1369 33.0245 12.1349 32.8648C12.133 32.7051 12.1625 32.5466 12.2216 32.3983C12.2808 32.25 12.3685 32.1149 12.4797 32.0006C12.591 31.8863 12.7236 31.7951 12.87 31.7322C13.1657 31.6051 13.4996 31.601 13.7982 31.7208C14.0969 31.8406 14.3359 32.0745 14.4626 32.3709L14.8115 33.1891L15.4879 32.85C15.9398 32.6254 16.3198 32.2784 16.5849 31.8483C16.8501 31.4182 16.9897 30.9223 16.988 30.4166C16.9882 30.196 17.0481 29.9796 17.1613 29.7905C17.2746 29.6014 17.437 29.4467 17.6312 29.3429L32.7626 21.2506V19.7465L11.4138 31.4219C11.1491 31.5668 10.9322 31.786 10.79 32.0528C10.6478 32.3195 10.5863 32.6221 10.6132 32.9233C10.6401 33.2246 10.7542 33.5114 10.9414 33.7486C11.1287 33.9857 11.3809 34.1629 11.6672 34.2583Z' fill='white'/%3E%3Cpath id='Vector_11' d='M38.8298 65.7H19.4149C18.4498 65.7011 17.5245 66.086 16.842 66.7702C16.1596 67.4545 15.7757 68.3823 15.7746 69.35H42.4701C42.469 68.3823 42.0851 67.4545 41.4026 66.7702C40.7202 66.086 39.7949 65.7011 38.8298 65.7Z' fill='white'/%3E%3Cpath id='Vector_12' d='M25.9994 63.2666H32.2454C31.8338 62.5188 31.5981 61.6865 31.5564 60.8333H26.6884C26.6467 61.6865 26.411 62.5188 25.9994 63.2666Z' fill='white'/%3E%3Cpath id='Vector_13' d='M27.9089 26.6039V58.4H30.3358V25.3066L27.9089 26.6039Z' fill='white'/%3E%3Cpath id='Vector_14' d='M38.8298 52.3166V13.3833H36.403V53.5333C36.403 53.856 36.5308 54.1654 36.7584 54.3936C36.9859 54.6218 37.2946 54.75 37.6164 54.75H75.2327V52.3166H38.8298Z' fill='white'/%3E%3Cpath id='Vector_15' d='M38.8298 8.51666H36.403V10.95H38.8298V8.51666Z' fill='white'/%3E%3Cpath id='Vector_16' d='M58.2447 48.6666H60.6716V29.2H58.2447V32.85V48.6666Z' fill='white'/%3E%3Cpath id='Vector_17' d='M63.0984 48.6666H65.5253V23.1166H63.0984V27.9833V48.6666Z' fill='white'/%3E%3Cpath id='Vector_18' d='M46.1104 45.0167H43.6835V48.6667H46.1104V45.0167Z' fill='white'/%3E%3Cpath id='Vector_19' d='M67.9521 21.9V48.6667H70.379V17.0333H67.9521V21.9Z' fill='white'/%3E%3Cpath id='Vector_20' d='M53.391 48.6667H55.8179V34.0667H53.391V38.9333V48.6667Z' fill='white'/%3E%3Cpath id='Vector_21' d='M48.5372 48.6666H50.9641V40.15H48.5372V43.8V48.6666Z' fill='white'/%3E%3Cpath id='Vector_22' d='M42.1147 36.1437L67.9522 10.2373V12.1666H70.379V7.29998C70.379 6.9773 70.2512 6.66784 70.0236 6.43967C69.7961 6.2115 69.4874 6.08332 69.1656 6.08331H64.3119V8.51665H66.2361L40.3987 34.4229L42.1147 36.1437Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-order-book-all {
    background: url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6.4' height='7.2' fill='%23F65353'/%3E%3Crect x='8' width='8' height='4.8' fill='%23999999'/%3E%3Crect x='8' y='5.60001' width='8' height='4.8' fill='%23999999'/%3E%3Crect x='8' y='11.2' width='8' height='4.8' fill='%23999999'/%3E%3Crect y='8.80002' width='6.4' height='7.2' fill='%2300C383'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-order-book-blue {
    background: url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' width='8' height='4.8' fill='%23999999'/%3E%3Crect x='8' y='5.60001' width='8' height='4.8' fill='%23999999'/%3E%3Crect x='8' y='11.2' width='8' height='4.8' fill='%23999999'/%3E%3Crect width='6.4' height='16' fill='%2300C383'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-order-book-red {
    background: url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' width='8' height='4.8' fill='%23999999'/%3E%3Crect x='8' y='5.60001' width='8' height='4.8' fill='%23999999'/%3E%3Crect x='8' y='11.2' width='8' height='4.8' fill='%23999999'/%3E%3Crect width='6.4' height='16' fill='%23F65353'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-overview-1 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 27.5L36 16.3766V3.68923C36 1.65193 34.2378 0 32.0666 0H7.93341C5.75981 0 4 1.65193 4 3.68923V16.3766L20 27.5Z' fill='%2383E5DA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37 17.3766L20 29L3 17.3766V15.8507L1.9366 15.1888C1.07561 14.6512 0 15.3257 0 16.4035V34.8453C0 38.8949 0.562476 39 4.29999 39H35.7C39.4375 39 40 38.8949 40 34.8453V16.4035C40 15.3281 38.9244 14.6536 38.0634 15.1888L37 15.8507V17.3766Z' fill='%23D5ED86'/%3E%3Cg clip-path='url(%23clip0_1212_71356)'%3E%3Cpath d='M13.5994 10.3976C13.0253 10.3976 12.498 10.7023 12.2168 11.2003C11.9297 11.6924 11.9297 12.3076 12.2168 12.7997C12.5038 13.2918 13.0311 13.6023 13.5994 13.6023H26.4006C26.9747 13.6023 27.502 13.2977 27.7832 12.7997C28.0703 12.3076 28.0703 11.6924 27.7832 11.2003C27.4962 10.7082 26.9689 10.3976 26.4006 10.3976H13.5994Z' fill='%23111111'/%3E%3Cpath d='M21.5965 5.59941C21.5965 5.02527 21.2918 4.49799 20.7938 4.21677C20.2958 3.9297 19.6865 3.9297 19.1944 4.21677C18.7023 4.50384 18.3918 5.03112 18.3918 5.59941V18.4006C18.3918 18.9747 18.6964 19.502 19.1944 19.7832C19.6865 20.0703 20.3017 20.0703 20.7938 19.7832C21.286 19.4962 21.5965 18.9689 21.5965 18.4006V5.59941Z' fill='%23111111'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1212_71356'%3E%3Crect width='16' height='16' fill='white' transform='translate(12 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-overview-2 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='43' height='39' viewBox='0 0 43 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0C0.895431 0 0 0.895431 0 2V8.75C0 9.85457 0.895431 10.75 2 10.75H21.3696C23.7889 9.38126 26.5845 8.6 29.5625 8.6C30.4771 8.6 31.3744 8.67368 32.249 8.81543C32.2496 8.79371 32.25 8.77189 32.25 8.75V2C32.25 0.895431 31.3546 0 30.25 0H2ZM13.1156 27.95C13.8289 32.3489 16.2645 36.1704 19.7081 38.7H2C0.895431 38.7 0 37.8046 0 36.7V29.95C0 28.8454 0.895431 27.95 2 27.95H13.1156ZM17.3055 13.975C14.6834 16.8209 13.0398 20.5821 12.9085 24.725H2C0.895431 24.725 0 23.8296 0 22.725V15.975C0 14.8704 0.895431 13.975 2 13.975H17.3055Z' fill='%23D5ED86'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.5625 38.7C36.9838 38.7 43 32.6838 43 25.2625C43 17.8412 36.9838 11.825 29.5625 11.825C22.1412 11.825 16.125 17.8412 16.125 25.2625C16.125 32.6838 22.1412 38.7 29.5625 38.7ZM21.583 24.5966H38.617C39.1162 24.5966 39.5634 24.2732 39.7111 23.782C39.8668 23.2908 39.6991 22.7586 39.2998 22.4516L35.4426 19.5822C34.9275 19.1933 34.2008 19.3038 33.8215 19.8319C33.4421 20.3599 33.5499 21.1049 34.065 21.4938L35.0992 22.2224H21.583C20.9441 22.2224 20.425 22.7546 20.425 23.4095C20.425 24.0644 20.9441 24.5966 21.583 24.5966ZM38.617 27.0035H21.583C21.0838 27.0035 20.6366 27.3268 20.4849 27.818C20.3292 28.3092 20.4969 28.8414 20.8962 29.1484L24.7534 32.0178C25.2685 32.4067 25.9952 32.2962 26.3745 31.7681C26.7539 31.2401 26.6461 30.4951 26.131 30.1062L25.0968 29.3776H38.617C39.2559 29.3776 39.775 28.8455 39.775 28.1905C39.775 27.5356 39.2559 27.0035 38.617 27.0035Z' fill='%2383E5DA'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-overview-3 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='19.8995' y='10' width='14' height='14' rx='2' transform='rotate(45 19.8995 10)' fill='%2383E5DA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40ZM21.3137 6.31375C20.5327 5.5327 19.2664 5.5327 18.4853 6.31375L6.31379 18.4853C5.53274 19.2663 5.53274 20.5327 6.31379 21.3137L18.4853 33.4852C19.2664 34.2663 20.5327 34.2663 21.3137 33.4852L33.4853 21.3137C34.2663 20.5327 34.2663 19.2663 33.4853 18.4853L21.3137 6.31375Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-overview-4 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='46' height='40' viewBox='0 0 46 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.0945 17.0108C40.9701 17.0341 40.8576 17.0936 40.7745 17.1803L40.6968 17.2836C40.6558 17.3576 40.6321 17.4394 40.6321 17.5232V19.5879H34.2817C33.9161 19.6008 33.5702 19.7409 33.3166 19.979C33.063 20.217 32.9214 20.5344 32.9214 20.8647C32.9214 21.195 33.063 21.5124 33.3166 21.7504C33.5702 21.9885 33.9161 22.1286 34.2817 22.1415L40.6321 22.1396L40.6342 24.1186L40.6493 24.2394C40.672 24.327 40.7195 24.4078 40.787 24.474C40.8546 24.5403 40.9399 24.5896 41.0348 24.6172C41.1297 24.6448 41.2309 24.6499 41.3286 24.6318C41.4263 24.6137 41.5171 24.5731 41.5923 24.514L45.8022 21.2163L45.9036 21.1111C46.0438 20.9202 46.033 20.6612 45.8583 20.4781L45.8 20.4274L41.5923 17.1297L41.4628 17.0518C41.3484 17.002 41.2189 16.9876 41.0945 17.0108Z' fill='%2383E5DA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.2237 17C37.2237 15.6434 38.1243 14.497 39.3601 14.1262C36.8357 5.94687 29.177 0 20.1209 0C9.00845 0 0 8.9543 0 20C0 31.0457 9.00845 40 20.1209 40C28.8442 40 36.2709 34.4822 39.0612 26.7664C38.2858 26.4402 37.6763 25.7975 37.3945 25H33.1754C30.9662 25 29.1754 23.2091 29.1754 21C29.1754 18.7909 30.9662 17 33.1754 17H37.2237ZM21.4782 12.8623V18.7141C23.2858 19.0437 24.8572 19.8804 25.9068 21.098C26.8186 22.1559 27.2585 23.4494 27.146 24.7403C27.005 26.3576 26.0523 27.8055 24.4635 28.8173C23.5869 29.3758 22.5661 29.7646 21.4782 29.965V31.5552C21.4782 32.353 20.8408 33 20.0549 33C19.269 33 18.6316 32.353 18.6316 31.5552V30.058C16.5082 29.8115 14.6099 28.8629 13.4642 27.4529C12.9638 26.8375 13.0501 25.9268 13.6563 25.4189C14.2625 24.911 15.1597 24.9985 15.66 25.6139C16.2809 26.3779 17.3782 26.9323 18.6316 27.1409V21.2841C16.8796 20.9382 15.3589 20.1133 14.335 18.9254C13.4232 17.8676 12.9834 16.574 13.0959 15.2832C13.2369 13.6659 14.1896 12.218 15.7783 11.2062C16.6199 10.6702 17.593 10.291 18.6316 10.0842V8.4448C18.6316 7.647 19.269 7 20.0549 7C20.8408 7 21.4782 7.647 21.4782 8.4448V9.9519C23.6505 10.1736 25.6022 11.129 26.7724 12.5643C27.2736 13.1788 27.1891 14.0894 26.5833 14.5983C25.978 15.1071 25.0809 15.0213 24.5796 14.4064C23.9365 13.6176 22.784 13.0523 21.4782 12.8623ZM15.9313 15.5387C15.8864 16.0516 16.0701 16.551 16.4771 17.0233C16.9784 17.6048 17.7376 18.0518 18.6316 18.3141V13.0578C18.1419 13.2022 17.6869 13.4023 17.2915 13.6542C16.4749 14.1743 15.9918 14.8434 15.9313 15.5387ZM22.9504 26.3697C23.767 25.8496 24.25 25.1805 24.3105 24.4852C24.355 23.9727 24.1713 23.4729 23.7648 23.0007C23.2391 22.3907 22.4296 21.9288 21.4782 21.6728V27.0036C22.0181 26.8574 22.5198 26.6443 22.9504 26.3697Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-parallelogram {
    background: url("data:image/svg+xml;utf8,%3Csvg width='51' height='22' viewBox='0 0 51 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.84363 3.01133C4.29554 1.23971 5.89117 0 7.71953 0H46.8516C49.4618 0 51.3726 2.45948 50.7275 4.98866L47.1564 18.9887C46.7045 20.7603 45.1088 22 43.2805 22H4.14841C1.53824 22 -0.372636 19.5405 0.272509 17.0113L3.84363 3.01133Z' fill='%23131F00'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-phone-s {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 34.8889C30 36.5458 28.6569 37.8889 27 37.8889L12 37.8889C10.3431 37.8889 9 36.5458 9 34.8889L9 4.88891C9 3.23206 10.3431 1.88891 12 1.88891L27 1.88892C28.6569 1.88892 30 3.23206 30 4.88892L30 34.8889Z' fill='black'/%3E%3Cpath d='M27 37.1389C28.2426 37.1389 29.25 36.1316 29.25 34.8889L29.25 4.88892C29.25 3.64627 28.2426 2.63892 27 2.63892L12 2.63891C10.7574 2.63891 9.75 3.64628 9.75 4.88891L9.75 34.8889C9.75 36.1316 10.7574 37.1389 12 37.1389L27 37.1389Z' fill='%2315C95D' stroke='white' stroke-width='0.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1667 5.05557C20.1667 4.71806 19.8931 4.44446 19.5556 4.44446C19.2181 4.44446 18.9445 4.71806 18.9445 5.05557C18.9445 5.39308 19.2181 5.66668 19.5556 5.66668C19.8931 5.66668 20.1667 5.39308 20.1667 5.05557ZM16.5001 35.3611C16.5001 35.1923 16.6369 35.0555 16.8056 35.0555H22.3056C22.4744 35.0555 22.6112 35.1923 22.6112 35.3611C22.6112 35.5299 22.4744 35.6667 22.3056 35.6667H16.8056C16.6369 35.6667 16.5001 35.5299 16.5001 35.3611ZM17.7339 17.7686C18.0342 17.3339 18.1843 16.7021 18.1843 15.873C18.1843 15.0394 18.0342 14.4053 17.7339 13.9706C17.4337 13.5359 17.0057 13.3185 16.45 13.3185C15.8943 13.3185 15.4641 13.5359 15.1593 13.9706C14.8591 14.4053 14.7089 15.0394 14.7089 15.873C14.7089 16.7021 14.8591 17.3339 15.1593 17.7686C15.4641 18.1989 15.8943 18.414 16.45 18.414C17.0057 18.414 17.4337 18.1989 17.7339 17.7686ZM15.9122 17.1166C15.8002 16.8432 15.7442 16.4287 15.7442 15.873C15.7442 15.3083 15.8002 14.8915 15.9122 14.6226C16.0287 14.3493 16.208 14.2126 16.45 14.2126C16.692 14.2126 16.869 14.3493 16.9811 14.6226C17.0931 14.896 17.1491 15.3128 17.1491 15.873C17.1491 16.4287 17.0931 16.8432 16.9811 17.1166C16.869 17.3855 16.692 17.5199 16.45 17.5199C16.208 17.5199 16.0287 17.3855 15.9122 17.1166ZM23.9479 16.2225C23.8045 16.0209 23.5961 15.8685 23.3228 15.7654C23.5469 15.6624 23.7149 15.5189 23.8269 15.3352C23.9435 15.1515 24.0017 14.9341 24.0017 14.6831C24.0017 14.4143 23.9367 14.1767 23.8068 13.9706C23.6768 13.7644 23.4931 13.6054 23.2556 13.4933C23.0225 13.3768 22.7514 13.3185 22.4422 13.3185C22.0433 13.3185 21.6982 13.4194 21.4069 13.621C21.1156 13.8182 20.9117 14.105 20.7952 14.4815L21.5347 14.905C21.6109 14.6764 21.7184 14.5016 21.8573 14.3806C22.0007 14.2552 22.1688 14.1924 22.3615 14.1924C22.5408 14.1924 22.6864 14.244 22.7984 14.347C22.9105 14.4501 22.9665 14.5868 22.9665 14.7571C22.9665 14.9408 22.897 15.0954 22.7581 15.2209C22.6237 15.3419 22.4287 15.4024 22.1733 15.4024H21.9111V16.2091H22.0926C22.7828 16.2091 23.1278 16.4354 23.1278 16.888C23.1278 17.0942 23.0584 17.2555 22.9194 17.372C22.785 17.4886 22.6169 17.5468 22.4153 17.5468C22.2091 17.5468 22.0231 17.4886 21.8573 17.372C21.6915 17.251 21.5728 17.074 21.5011 16.841L20.728 17.2846C20.8535 17.6521 21.0664 17.9322 21.3666 18.1249C21.6714 18.3176 22.0276 18.414 22.4354 18.414C22.7536 18.414 23.0427 18.358 23.3026 18.2459C23.567 18.1294 23.7754 17.9636 23.9278 17.7485C24.0846 17.5289 24.1631 17.2667 24.1631 16.962C24.1631 16.6662 24.0914 16.4197 23.9479 16.2225ZM27.8238 17.7686C28.1241 17.3339 28.2742 16.7021 28.2742 15.873C28.2742 15.0394 28.1241 14.4053 27.8238 13.9706C27.5236 13.5359 27.0956 13.3185 26.5399 13.3185C25.9842 13.3185 25.554 13.5359 25.2492 13.9706C24.949 14.4053 24.7988 15.0394 24.7988 15.873C24.7988 16.7021 24.949 17.3339 25.2492 17.7686C25.554 18.1989 25.9842 18.414 26.5399 18.414C27.0956 18.414 27.5236 18.1989 27.8238 17.7686ZM26.0021 17.1166C25.8901 16.8432 25.8341 16.4287 25.8341 15.873C25.8341 15.3083 25.8901 14.8915 26.0021 14.6226C26.1186 14.3493 26.2979 14.2126 26.5399 14.2126C26.7819 14.2126 26.9589 14.3493 27.071 14.6226C27.183 14.896 27.239 15.3128 27.239 15.873C27.239 16.4287 27.183 16.8432 27.071 17.1166C26.9589 17.3855 26.7819 17.5199 26.5399 17.5199C26.2979 17.5199 26.1186 17.3855 26.0021 17.1166ZM19.4656 15.241C19.3132 15.241 19.1832 15.185 19.0757 15.073C18.9681 14.9609 18.9144 14.8265 18.9144 14.6696C18.9144 14.5128 18.9681 14.3783 19.0757 14.2663C19.1832 14.1543 19.3132 14.0982 19.4656 14.0982C19.6224 14.0982 19.7546 14.1543 19.8622 14.2663C19.9742 14.3783 20.0302 14.5128 20.0302 14.6696C20.0302 14.8265 19.9742 14.9609 19.8622 15.073C19.7546 15.185 19.6224 15.241 19.4656 15.241ZM19.4656 17.6476C19.3132 17.6476 19.1832 17.5916 19.0757 17.4795C18.9681 17.3675 18.9144 17.233 18.9144 17.0762C18.9144 16.9193 18.9681 16.7849 19.0757 16.6729C19.1832 16.5608 19.3132 16.5048 19.4656 16.5048C19.6224 16.5048 19.7546 16.5608 19.8622 16.6729C19.9742 16.7849 20.0302 16.9193 20.0302 17.0762C20.0302 17.233 19.9742 17.3675 19.8622 17.4795C19.7546 17.5916 19.6224 17.6476 19.4656 17.6476ZM10.981 15.1941V14.2597L12.4867 13.406H13.2463V18.3334H12.2582V14.4815L10.981 15.1941Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-preferred-line {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='6' viewBox='0 0 84 6' fill='none'%3E%3Cpath d='M0 6C0 2.68629 2.68629 0 6 0H84C84 3.31371 81.3137 6 78 6H0Z' fill='%230D0D0D'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-preferred-line2 {
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='6' viewBox='0 0 84 6' fill='none'%3E%3Cpath d='M0 6C0 2.68629 2.68629 0 6 0H84C84 3.31371 81.3137 6 78 6H0Z' fill='%23B9F641'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-qrcodeicon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4109 11.0769H13.8724V8.61539H16.334V12.3077H13.8724V13.5385H11.4109V12.3077H8.94937V8.61539H11.4109V11.0769ZM0.333984 8.61539H7.7186V16H0.333984V8.61539ZM2.79552 11.0769V13.5385H5.25706V11.0769H2.79552ZM0.333984 0H7.7186V7.38461H0.333984V0ZM2.79552 2.46154V4.92308H5.25706V2.46154H2.79552ZM8.94937 0H16.334V7.38461H8.94937V0ZM11.4109 2.46154V4.92308H13.8724V2.46154H11.4109ZM13.8724 13.5385H16.334V16H13.8724V13.5385ZM8.94937 13.5385H11.4109V16H8.94937V13.5385Z' fill='%23576072'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-ranking-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.3999' width='4.8' height='9.6' rx='1.2' fill='%23666666'/%3E%3Crect x='6.59961' y='0.399902' width='4.8' height='15.6' rx='1.2' fill='%23666666'/%3E%3Crect x='13.2002' y='8.80005' width='4.8' height='7.2' rx='1.2' fill='%23666666'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-recharge-bonus-tip {
    background: url("data:image/svg+xml;utf8,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 14.5C11.8137 14.5 14.5 11.8137 14.5 8.5C14.5 5.18629 11.8137 2.5 8.5 2.5C5.18629 2.5 2.5 5.18629 2.5 8.5C2.5 11.8137 5.18629 14.5 8.5 14.5Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 5.83337H8.50667V5.84004H8.5V5.83337Z' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M8.5 8.5V11.1667' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-record {
    background: url("data:image/svg+xml;utf8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.16671C2 4.65271 2 3.39537 2.78133 2.61471C3.562 1.83337 4.81933 1.83337 7.33333 1.83337H8.66667C11.1807 1.83337 12.438 1.83337 13.2187 2.61471C14 3.39537 14 4.65271 14 7.16671V9.83337C14 12.3474 14 13.6047 13.2187 14.3854C12.438 15.1667 11.1807 15.1667 8.66667 15.1667H7.33333C4.81933 15.1667 3.562 15.1667 2.78133 14.3854C2 13.6047 2 12.3474 2 9.83337V7.16671Z' stroke='white'/%3E%3Cpath d='M5.33333 8.50004H10.6667M5.33333 5.83337H10.6667M5.33333 11.1667H8.66667' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-referral-not-log {
    background: url("data:image/svg+xml;utf8,%3Csvg width='391' height='349' viewBox='0 0 391 349' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M211.518 7.76457C195.514 3.47632 179.064 12.9738 174.775 28.9778L109.765 271.6C105.477 287.604 114.974 304.054 130.978 308.342L252.95 341.025C268.954 345.313 285.404 335.815 289.692 319.811L354.703 77.1891C358.991 61.1851 349.493 44.735 333.489 40.4468L211.518 7.76457ZM207.089 21.9188C200.688 20.2035 194.108 24.0025 192.392 30.4041L129.11 266.578C127.394 272.979 131.193 279.559 137.595 281.275L260.754 314.275C267.155 315.99 273.735 312.191 275.451 305.789L338.733 69.616C340.448 63.2144 336.649 56.6343 330.248 54.919L207.089 21.9188Z' fill='%23EAECEF'/%3E%3Ccircle cx='238.279' cy='196.326' r='66.1747' transform='rotate(-9.44604 238.279 196.326)' stroke='%23252730' stroke-width='14'/%3E%3Cmask id='path-3-outside-1_1212_63339' maskUnits='userSpaceOnUse' x='195.661' y='201.169' width='99.4491' height='73.1348' fill='black'%3E%3Crect fill='white' x='195.661' y='201.169' width='99.4491' height='73.1348'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M213.316 249.098C215.016 233.927 226.576 221.098 242.381 218.468C258.185 215.839 273.277 224.234 279.797 238.038C272.284 247.393 261.434 254.125 248.666 256.25C235.899 258.374 223.453 255.517 213.316 249.098Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M213.316 249.098C215.016 233.927 226.576 221.098 242.381 218.468C258.185 215.839 273.277 224.234 279.797 238.038C272.284 247.393 261.434 254.125 248.666 256.25C235.899 258.374 223.453 255.517 213.316 249.098Z' fill='%23D5ED86'/%3E%3Cpath d='M213.316 249.098L203.378 247.985L202.681 254.201L207.966 257.547L213.316 249.098ZM279.797 238.038L287.594 244.299L291.511 239.422L288.839 233.766L279.797 238.038ZM223.253 250.212C224.469 239.367 232.744 230.209 244.022 228.332L240.739 208.604C220.408 211.986 205.562 228.487 203.378 247.985L223.253 250.212ZM244.022 228.332C255.3 226.456 266.094 232.441 270.756 242.309L288.839 233.766C280.459 216.026 261.071 205.221 240.739 208.604L244.022 228.332ZM272.001 231.776C265.967 239.289 257.275 244.68 247.025 246.385L250.308 266.114C265.593 263.571 278.601 255.497 287.594 244.299L272.001 231.776ZM247.025 246.385C236.775 248.091 226.806 245.804 218.665 240.65L207.966 257.547C220.1 265.23 235.023 268.657 250.308 266.114L247.025 246.385Z' fill='%23252730' mask='url(%23path-3-outside-1_1212_63339)'/%3E%3Ccircle cx='235.816' cy='181.519' r='16.2576' transform='rotate(-9.44604 235.816 181.519)' fill='%2383E5DA' stroke='%23252730' stroke-width='10'/%3E%3Ccircle cx='340.508' cy='120.262' r='26.5764' transform='rotate(-24.446 340.508 120.262)' fill='%23D5ED86' stroke='%23252730' stroke-width='15'/%3E%3Ccircle cx='19.0764' cy='19.0764' r='26.5764' transform='matrix(0.995305 0.0967831 0.0967831 -0.995305 335.541 265.756)' fill='%2383E5DA' stroke='%23252730' stroke-width='15'/%3E%3Cline x1='290.276' y1='161.466' x2='318.71' y2='138.071' stroke='%23252730' stroke-width='15'/%3E%3Cline y1='-7.5' x2='36.8214' y2='-7.5' transform='matrix(0.936342 0.351089 0.351089 -0.936342 298.142 218.874)' stroke='%23252730' stroke-width='15'/%3E%3Cpath d='M244.662 106.19L240.862 92.0058C240.479 90.5787 238.832 89.7772 237.187 90.2179L217.688 95.4427C216.043 95.8835 215.017 97.4014 215.399 98.8284L219.201 113.017C219.583 114.444 221.231 115.246 222.876 114.805L225.296 114.157L225.915 116.467C226.045 116.955 226.478 117.315 227.038 117.4C227.277 117.438 227.524 117.423 227.752 117.361C228.06 117.279 228.347 117.114 228.561 116.881L232.997 112.088L242.374 109.576C244.019 109.135 245.045 107.617 244.662 106.19Z' fill='%2383E5DA'/%3E%3Cpath d='M27.5636 231.221L50.9471 224.955L55.4225 241.658L32.039 247.924L27.5636 231.221ZM77.671 217.795L82.1464 234.497L58.7629 240.763L54.2875 224.06L77.671 217.795ZM76.7759 214.454L53.3924 220.72L48.917 204.017L72.3005 197.752L76.7759 214.454ZM45.5766 204.912L50.052 221.615L26.6685 227.881L22.1931 211.178L45.5766 204.912ZM35.8213 190.074L50.7964 198.72L47.338 204.71L32.3629 196.064L35.8213 190.074Z' fill='%23D5ED86'/%3E%3Cpath d='M41.3707 201.244L50.0165 186.269L56.0066 189.727L47.3607 204.702L41.3707 201.244Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-refresh-small {
    background: url("data:image/svg+xml;utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.1096 22.1824L30.9331 15.1232H27.5219C27.0675 8.21547 21.3309 2.74347 14.308 2.74347C6.98641 2.74347 1.06641 8.67841 1.06641 16.0021C1.06641 23.3195 7.00134 29.2565 14.3229 29.2565C17.6061 29.2565 20.6035 28.0555 22.9203 26.0757L21.1475 23.7931C19.3235 25.3888 16.9384 26.368 14.3229 26.368C8.59494 26.368 3.95281 21.7237 3.95281 16.0021C3.95281 10.272 8.59709 5.62984 14.3229 5.62984C19.7523 5.62984 24.1875 9.80903 24.6333 15.1232H21.2862L26.1096 22.1824H26.1096Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-remove-collect-star {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99978 11.1734L4.18948 12.7465C3.44489 13.1633 2.55393 12.516 2.72021 11.679L3.34778 8.52004L0.982917 6.33329C0.356385 5.75395 0.696664 4.70654 1.54406 4.60604L4.74245 4.22671L6.09174 1.30178C6.44917 0.526957 7.55039 0.526957 7.90782 1.30178L9.25711 4.22671L12.4555 4.60604C13.3029 4.70654 13.6432 5.75395 13.0166 6.33329L10.6518 8.52004L11.2794 11.679C11.4456 12.516 10.5547 13.1633 9.81007 12.7465L6.99978 11.1734Z' fill='%23999'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-remove-collect-star-light {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00027 11.1734L4.18997 12.7465C3.44537 13.1633 2.55442 12.516 2.7207 11.679L3.34827 8.52004L0.983405 6.33329C0.356874 5.75395 0.697152 4.70654 1.54455 4.60604L4.74293 4.22671L6.09223 1.30178C6.44966 0.526957 7.55088 0.526957 7.90831 1.30178L9.2576 4.22671L12.456 4.60604C13.3034 4.70654 13.6437 5.75395 13.0171 6.33329L10.6523 8.52004L11.2798 11.679C11.4461 12.516 10.5552 13.1633 9.81056 12.7465L7.00027 11.1734Z' fill='%23999'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-second-place {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='40' height='40' rx='2' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_3606_15158' transform='translate(0 0.108333) scale(0.00833333)'/%3E%3C/pattern%3E%3Cimage id='image0_3606_15158' width='120' height='94' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-sense-of-atmosphere {
    background: url("data:image/svg+xml;utf8,%3Csvg width='522' height='522' viewBox='0 0 522 522' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M449.796 102.183L424.011 77.8311L260.71 257.845L449.796 102.183Z' fill='url(%23paint0_linear_3125_14650)'/%3E%3Cpath d='M449.796 413.029L424.011 437.381L260.71 257.367L449.796 413.029Z' fill='url(%23paint1_linear_3125_14650)'/%3E%3Cpath d='M504.483 281.278L503.471 245.826L260.71 257.644L504.483 281.278Z' fill='url(%23paint2_linear_3125_14650)'/%3E%3Cpath d='M71.9074 102.183L97.6918 77.8311L260.993 257.845L71.9074 102.183Z' fill='url(%23paint3_linear_3125_14650)'/%3E%3Cpath d='M71.9074 413.029L97.6918 437.381L260.993 257.367L71.9074 413.029Z' fill='url(%23paint4_linear_3125_14650)'/%3E%3Cpath d='M17.2197 281.278L18.2326 245.826L260.993 257.644L17.2197 281.278Z' fill='url(%23paint5_linear_3125_14650)'/%3E%3Cpath d='M240.424 504.483L275.876 503.47L264.059 260.71L240.424 504.483Z' fill='url(%23paint6_linear_3125_14650)'/%3E%3Cpath d='M240.424 17.2194L275.876 18.2323L264.059 260.993L240.424 17.2194Z' fill='url(%23paint7_linear_3125_14650)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3125_14650' x1='260.71' y1='257.845' x2='435.949' y2='91.6783' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B0F127'/%3E%3Cstop offset='1' stop-color='%23B0F127' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3125_14650' x1='260.71' y1='257.367' x2='435.949' y2='423.533' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B0F127'/%3E%3Cstop offset='1' stop-color='%23B0F127' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_3125_14650' x1='260.71' y1='257.644' x2='502.12' y2='264.059' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B0F127'/%3E%3Cstop offset='1' stop-color='%23B0F127' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_3125_14650' x1='260.993' y1='257.845' x2='85.7545' y2='91.6783' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B0F127'/%3E%3Cstop offset='1' stop-color='%23B0F127' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_3125_14650' x1='260.993' y1='257.367' x2='85.7545' y2='423.533' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B0F127'/%3E%3Cstop offset='1' stop-color='%23B0F127' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_3125_14650' x1='260.993' y1='257.644' x2='19.5831' y2='264.059' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B0F127'/%3E%3Cstop offset='1' stop-color='%23B0F127' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_3125_14650' x1='264.059' y1='260.71' x2='257.644' y2='502.119' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B0F127'/%3E%3Cstop offset='1' stop-color='%23B0F127' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_3125_14650' x1='264.059' y1='260.993' x2='257.644' y2='19.5829' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B0F127'/%3E%3Cstop offset='1' stop-color='%23B0F127' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-share {
    background: url("data:image/svg+xml;utf8,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.5641 15.6268L20.9391 26.2518C20.7905 26.4006 20.6011 26.5019 20.3949 26.543C20.1887 26.584 19.975 26.563 19.7807 26.4825C19.5865 26.402 19.4205 26.2657 19.3037 26.0908C19.187 25.916 19.1248 25.7104 19.1249 25.5001V20.2182C11.5413 20.6485 6.34172 25.5665 4.88211 27.1244C4.65291 27.3692 4.35236 27.5354 4.02321 27.5995C3.69406 27.6635 3.3531 27.6221 3.04884 27.4812C2.74458 27.3402 2.49253 27.1069 2.32855 26.8144C2.16458 26.5219 2.09704 26.1852 2.13554 25.8521C2.62828 21.5675 4.97508 17.4464 8.74429 14.2482C11.8747 11.592 15.6798 9.90659 19.1249 9.61175V4.2501C19.1248 4.03984 19.187 3.83425 19.3037 3.65937C19.4205 3.48449 19.5865 3.34818 19.7807 3.26769C19.975 3.18721 20.1887 3.16616 20.3949 3.20723C20.6011 3.2483 20.7905 3.34962 20.9391 3.49839L31.5641 14.1234C31.6629 14.2221 31.7413 14.3392 31.7948 14.4682C31.8482 14.5972 31.8758 14.7355 31.8758 14.8751C31.8758 15.0147 31.8482 15.153 31.7948 15.282C31.7413 15.411 31.6629 15.5281 31.5641 15.6268Z' fill='black'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-share-dark {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1461_7907)'%3E%3Cpath d='M10.7127 9.69583C10.0396 9.69583 9.43013 9.97186 8.99215 10.4161L5.1954 8.23477C5.29695 7.98049 5.35285 7.70336 5.35285 7.41349C5.35285 7.16944 5.31312 6.93447 5.24003 6.71453L8.80791 4.34382C9.20979 4.72495 9.75336 4.95922 10.3509 4.95922C11.5854 4.95922 12.5898 3.9591 12.5898 2.72978C12.5898 1.50028 11.5854 0.5 10.3509 0.5C9.11631 0.5 8.11193 1.50028 8.11193 2.72978C8.11193 2.97476 8.15194 3.21058 8.22558 3.43125L4.65876 5.80125C4.25669 5.41907 3.71234 5.18406 3.11392 5.18406C1.87937 5.18406 0.875 6.18418 0.875 7.41349C0.875 8.64281 1.87937 9.64293 3.11392 9.64293C3.66352 9.64293 4.1674 9.4446 4.55745 9.11619L8.42424 11.3377C8.34397 11.5768 8.30037 11.8323 8.30037 12.0979C8.30037 13.4224 9.38254 14.5 10.7127 14.5C12.0428 14.5 13.125 13.4224 13.125 12.0979C13.125 10.7734 12.0428 9.69583 10.7127 9.69583ZM10.3508 1.71603C10.912 1.71603 11.3685 2.1708 11.3685 2.72977C11.3685 3.28855 10.912 3.74316 10.3508 3.74316C9.78968 3.74316 9.33315 3.28855 9.33315 2.72977C9.33315 2.1708 9.78968 1.71603 10.3508 1.71603ZM3.11391 8.42687C2.55275 8.42687 2.09621 7.97228 2.09621 7.41349C2.09621 6.85471 2.55275 6.40011 3.11391 6.40011C3.67507 6.40011 4.13161 6.85471 4.13161 7.41349C4.13161 7.97228 3.67507 8.42687 3.11391 8.42687ZM10.7127 13.299C10.0476 13.299 9.50652 12.7602 9.50652 12.0979C9.50652 11.4357 10.0476 10.8969 10.7127 10.8969C11.3777 10.8969 11.9188 11.4356 11.9188 12.0979C11.9188 12.7602 11.3778 13.299 10.7127 13.299Z' fill='%23999999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1461_7907'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-success-state-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='73' height='72' viewBox='0 0 73 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='36.5' cy='36' r='36' fill='%2300C383'/%3E%3Cpath d='M23 35.6667L32.4989 45L50.8182 27' stroke='%23F5F5F5' stroke-width='4.90909' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-third-place {
    background: url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='40' height='40' rx='2' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_3606_15162' transform='translate(0 0.104167) scale(0.00833333)'/%3E%3C/pattern%3E%3Cimage id='image0_3606_15162' width='120' height='95' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-trade-examples-of-prizes {
    background: url("data:image/svg+xml;utf8,%3Csvg width='99' height='113' viewBox='0 0 99 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 46.1109L47.2887 22.8662L93.5774 46.1109L47.2887 70.7798L1 46.1109Z' fill='%23F2F2F2' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 46.1109L47.2887 22.8662V46.1109V70.7798L1 46.1109Z' fill='%23D8D8D8' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M8.19291 53.994L7.85005 53.6434L8.19291 53.994C8.48121 53.7122 8.71068 53.3759 8.86803 53.0046C9.02538 52.6334 9.10746 52.2347 9.10953 51.8315C9.1116 51.4283 9.03362 51.0287 8.88009 50.6559L8.41776 50.8463L8.88009 50.6559C8.72656 50.283 8.50055 49.9444 8.21517 49.6596C7.92978 49.3748 7.59069 49.1495 7.21756 48.9967C7.00162 48.9083 6.77676 48.8452 6.54748 48.8082L6.56151 46.1124C7.03188 46.0705 7.49456 45.9602 7.93475 45.7843C8.53177 45.5458 9.07559 45.1912 9.53476 44.7413L9.1848 44.3841L9.53476 44.7413C9.99394 44.2913 10.3594 43.7547 10.6099 43.1626C10.8605 42.5705 10.9912 41.9347 10.9945 41.2917C10.9978 40.6488 10.8737 40.0116 10.6293 39.417C10.3848 38.8224 10.025 38.2821 9.57047 37.8274L9.21683 38.1808L9.57047 37.8274C9.11596 37.3726 8.57584 37.0125 7.98131 36.7678C7.54295 36.5874 7.08143 36.4723 6.61151 36.4256L6.6252 33.7298C6.85485 33.6952 7.08035 33.6344 7.29719 33.5483C7.67187 33.3993 8.01325 33.1775 8.30155 32.8956C8.58985 32.6137 8.81932 32.2774 8.97667 31.9062C9.13401 31.535 9.2161 31.1362 9.21817 30.733C9.22024 30.3298 9.14225 29.9303 8.98872 29.5574C8.8352 29.1846 8.60919 28.846 8.3238 28.5612C8.03842 28.2763 7.69933 28.051 7.3262 27.8982L7.14362 28.3442L7.3262 27.8982C7.11026 27.8098 6.8854 27.7467 6.65612 27.7098L6.67025 24.9944C7.29399 24.8946 7.87594 24.6029 8.33151 24.1535C8.78745 23.7037 9.08729 23.1252 9.19538 22.5024L61.8189 22.7735C61.9205 23.3975 62.2144 23.9792 62.6657 24.4336C63.1166 24.8878 63.6956 25.1856 64.3183 25.2918L64.3045 28.0071C64.0748 28.0417 63.8493 28.1025 63.6325 28.1887C63.2578 28.3376 62.9164 28.5595 62.6281 28.8414C62.3398 29.1232 62.1104 29.4595 61.953 29.8308C61.7957 30.202 61.7136 30.6008 61.7115 31.004C61.7095 31.4071 61.7875 31.8067 61.941 32.1796C62.0945 32.5524 62.3205 32.891 62.6059 33.1758C62.8913 33.4606 63.2304 33.686 63.6036 33.8387C63.8195 33.9271 64.0444 33.9902 64.2736 34.0271L64.2596 36.7234C63.7896 36.7657 63.3272 36.8764 62.8875 37.0525C62.2911 37.2914 61.7479 37.6461 61.2893 38.096C60.8307 38.5459 60.4657 39.0822 60.2155 39.674C59.9653 40.2657 59.8348 40.9011 59.8314 41.5436C59.8281 42.1861 59.9521 42.8228 60.1962 43.4171C60.4403 44.0114 60.7997 44.5514 61.2536 45.0061C61.7075 45.4607 62.247 45.821 62.8409 46.066C63.2789 46.2467 63.74 46.3621 64.2096 46.4093L64.1959 49.1026C63.9655 49.136 63.739 49.1957 63.5211 49.281C63.1441 49.4286 62.8002 49.65 62.5097 49.932C62.2192 50.2141 61.9878 50.5513 61.8291 50.9238C61.6705 51.2963 61.5876 51.6968 61.5855 52.1017C61.5834 52.5066 61.662 52.9079 61.8168 53.2821C61.9716 53.6562 62.1994 53.9958 62.487 54.2809C62.7745 54.566 63.1161 54.7909 63.4915 54.9425C63.7086 55.0301 63.9344 55.0922 64.1646 55.1279L64.1508 57.8402C63.527 57.94 62.945 58.2317 62.4893 58.6811C62.0333 59.1309 61.7334 59.7095 61.6253 60.3325L9.00171 60.0613C8.90001 59.4374 8.60612 58.8558 8.15482 58.4015C7.70391 57.9475 7.12502 57.6497 6.50238 57.5435L6.51651 54.8282C6.74618 54.7937 6.9717 54.7329 7.18856 54.6467C7.56323 54.4977 7.90462 54.2759 8.19291 53.994ZM21.9816 28.252H21.9817L21.9816 28.2478C21.9796 27.6346 21.7355 27.0471 21.3024 26.6131C20.8692 26.1791 20.2822 25.9338 19.669 25.9306C19.0559 25.9274 18.4663 26.1666 18.0287 26.5961C17.5911 27.0255 17.3408 27.6104 17.3324 28.2235L17.3324 28.2235L17.3324 28.2278L17.2814 38.0487H17.2813L17.2814 38.053C17.2834 38.6661 17.5275 39.2536 17.9607 39.6876C18.3938 40.1216 18.9809 40.3668 19.594 40.37C20.2071 40.3732 20.7967 40.134 21.2343 39.7046C21.6719 39.2751 21.9222 38.6902 21.9306 38.0771H21.9306L21.9306 38.0729L21.9816 28.252ZM29.2808 28.2894H29.2808L29.2808 28.2852C29.2788 27.672 29.0346 27.0845 28.6015 26.6506C28.1683 26.2166 27.5813 25.9713 26.9681 25.9681C26.355 25.9649 25.7655 26.2041 25.3278 26.6336C24.8902 27.063 24.64 27.648 24.6316 28.261L24.6315 28.2653L24.5804 38.0867H24.5804L24.5804 38.0909C24.5824 38.704 24.8265 39.2916 25.2596 39.7256C25.6928 40.1596 26.2798 40.4049 26.893 40.4081C27.5061 40.4113 28.0957 40.1722 28.5333 39.7427C28.971 39.3133 29.2212 38.7283 29.2297 38.1152L29.2297 38.111L29.2808 28.2894ZM36.5793 28.3285L36.5793 28.3285L36.5793 28.3243C36.5773 27.7112 36.3332 27.1236 35.9 26.6897C35.4669 26.2557 34.8799 26.0104 34.2667 26.0072C33.6536 26.004 33.064 26.2432 32.6264 26.6726C32.1887 27.102 31.9385 27.687 31.9301 28.3001L31.9301 28.3043L31.8796 38.1253H31.8796L31.8796 38.1295C31.8816 38.7426 32.1257 39.3302 32.5588 39.7641C32.992 40.1981 33.579 40.4434 34.1922 40.4466C34.8053 40.4498 35.3949 40.2107 35.8325 39.7812C36.2702 39.3518 36.5204 38.7668 36.5288 38.1537L36.5288 38.1495L36.5793 28.3285Z' fill='%23B9F641' stroke='black'/%3E%3Cpath d='M92.8068 12.7021L92.82 12.7049L92.8332 12.7071C93.1777 12.7634 93.4722 12.7948 93.6994 12.7895C93.8104 12.7869 93.9374 12.7751 94.0564 12.7358C94.1667 12.6993 94.37 12.6042 94.461 12.3676C94.5523 12.1301 94.4642 11.9229 94.4058 11.8216C94.3432 11.7126 94.256 11.6193 94.1749 11.5437C94.0089 11.3888 93.7682 11.2169 93.4737 11.0305L93.4624 11.0233L93.4506 11.0167C93.0093 10.7696 92.66 10.3883 92.4538 9.92969C92.2475 9.47108 92.195 8.95896 92.3037 8.46863L92.3066 8.45538L92.3088 8.44199C92.3655 8.0994 92.3972 7.80601 92.3918 7.57928C92.3891 7.46854 92.3773 7.34135 92.3373 7.22202C92.2999 7.11035 92.2035 6.9087 91.9674 6.81899C91.732 6.72957 91.5265 6.81562 91.4247 6.87345C91.3156 6.93548 91.2219 7.02198 91.1457 7.10266C90.9899 7.26776 90.8168 7.50721 90.6293 7.80007L90.622 7.81148L90.6153 7.82327C90.3672 8.2612 89.9838 8.60886 89.5211 8.81446C89.0584 9.02008 88.5413 9.07253 88.0461 8.96393L88.033 8.96105L88.0197 8.95887C87.6752 8.90257 87.3807 8.87116 87.1535 8.87653C87.0425 8.87915 86.9155 8.89089 86.7965 8.93026C86.6862 8.96676 86.4829 9.06181 86.3919 9.29842C86.3006 9.53584 86.3887 9.74304 86.447 9.84444C86.5097 9.95338 86.5969 10.0467 86.6779 10.1223C86.8439 10.2772 87.0847 10.4491 87.3791 10.6355L87.3906 10.6427L87.4024 10.6493C87.8438 10.8964 88.1931 11.2775 88.3994 11.7362C88.6056 12.1948 88.6581 12.7069 88.5493 13.1972L88.5463 13.2106L88.5441 13.2241C88.4875 13.5667 88.4558 13.8601 88.4613 14.0868C88.464 14.1976 88.4759 14.3248 88.5159 14.4441C88.5533 14.5559 88.6498 14.7574 88.8858 14.847C89.1212 14.9364 89.3266 14.8504 89.4284 14.7926C89.5376 14.7306 89.6313 14.6441 89.7075 14.5634C89.8634 14.3983 90.0365 14.1589 90.224 13.866L90.2314 13.8546L90.2381 13.8427C90.4861 13.4048 90.8694 13.0572 91.332 12.8516C91.7946 12.646 92.3117 12.5935 92.8068 12.7021ZM79.1857 40.345L79.2038 40.3257C79.2951 40.3348 79.3801 40.3393 79.4563 40.3375C79.5271 40.3357 79.6227 40.3282 79.7189 40.2962C79.8066 40.2671 79.9955 40.1825 80.0807 39.9601C80.1661 39.7371 80.0815 39.5477 80.0351 39.467C79.9844 39.3788 79.9178 39.3095 79.8661 39.2612C79.7587 39.1609 79.6113 39.0569 79.4449 38.9516L79.4338 38.9446L79.4224 38.9381C79.2193 38.824 79.0589 38.6484 78.9643 38.4377C78.8698 38.227 78.8458 37.9919 78.8957 37.7669L78.8987 37.7535L78.9009 37.74C78.933 37.5462 78.9533 37.3671 78.9498 37.2201C78.9481 37.1493 78.9405 37.0534 78.9082 36.9568C78.8785 36.868 78.7932 36.6801 78.5712 36.5957C78.3497 36.5115 78.1615 36.5946 78.0807 36.6406C77.9925 36.6908 77.9229 36.7569 77.8743 36.8085C77.7735 36.9155 77.6687 37.0623 77.5627 37.228L77.5554 37.2395L77.5487 37.2514C77.4351 37.4523 77.2593 37.6121 77.0467 37.7068C76.834 37.8015 76.5962 37.8258 76.3683 37.776L76.3555 37.7732L76.3425 37.771C76.1479 37.7391 75.9685 37.7188 75.8215 37.7222C75.7507 37.7238 75.6551 37.7313 75.5588 37.7631C75.4711 37.7922 75.282 37.8765 75.1965 38.099C75.1109 38.3219 75.1954 38.5115 75.2417 38.5922C75.2923 38.6804 75.3588 38.7498 75.4105 38.7981C75.5179 38.8985 75.6652 39.0028 75.8316 39.1084L75.8429 39.1156L75.8547 39.1222C76.0578 39.2362 76.2181 39.4117 76.3127 39.6224C76.4072 39.833 76.4312 40.068 76.3812 40.2929L76.3783 40.3063L76.376 40.3198C76.344 40.5137 76.3237 40.6929 76.3272 40.8398C76.3289 40.9107 76.3365 41.0065 76.3688 41.1032C76.3986 41.1921 76.484 41.3799 76.706 41.4642C76.9273 41.5483 77.1154 41.4654 77.1962 41.4194C77.2845 41.3691 77.3541 41.3031 77.4027 41.2515C77.5036 41.1445 77.6084 40.9977 77.7145 40.832L77.7218 40.8205L77.7285 40.8086C77.8421 40.6078 78.0179 40.448 78.2306 40.3534C78.4432 40.2587 78.6811 40.2345 78.9089 40.2843L79.1857 40.345ZM76.6666 40.5741C76.6667 40.574 76.6668 40.5739 76.6669 40.5738L76.6666 40.5741ZM25.8248 5.22894L25.8381 5.23111C26.0327 5.2628 26.2123 5.28278 26.3594 5.27903C26.4303 5.27723 26.5261 5.26952 26.6225 5.23725C26.7108 5.2077 26.8989 5.12261 26.9836 4.90055C27.0683 4.67834 26.9845 4.48955 26.9381 4.40862C26.8876 4.32031 26.8211 4.25085 26.7693 4.20234C26.6619 4.10173 26.5145 3.99731 26.3481 3.89163L26.3367 3.88441L26.325 3.87781C26.1219 3.76372 25.9616 3.58819 25.867 3.37752L25.4109 3.58228L25.867 3.37752C25.7725 3.16689 25.7485 2.93187 25.7984 2.70686L25.8013 2.69358L25.8035 2.68015C25.8356 2.48628 25.8559 2.30719 25.8524 2.16028C25.8507 2.08945 25.8432 1.9936 25.8109 1.89699C25.7812 1.80817 25.6959 1.6203 25.4738 1.53582C25.2524 1.45157 25.0641 1.53469 24.9833 1.58071C24.8951 1.63097 24.8255 1.69706 24.7769 1.74865C24.6761 1.8556 24.5714 2.00241 24.4654 2.16814L24.4579 2.17988L24.451 2.19203C24.3377 2.39312 24.162 2.55322 23.9494 2.64815C23.7368 2.7431 23.4989 2.76763 23.2709 2.71796L23.2582 2.71519L23.2454 2.71309C23.0507 2.68118 22.8713 2.66099 22.7243 2.66443C22.6535 2.66609 22.5579 2.67357 22.4617 2.70546C22.3739 2.7345 22.1849 2.81884 22.0995 3.04124C22.0139 3.26424 22.0984 3.4538 22.1447 3.5345C22.1954 3.62273 22.2619 3.69209 22.3136 3.74045C22.421 3.8408 22.5683 3.94503 22.7347 4.05055L22.746 4.05771L22.7576 4.06425C22.9607 4.17831 23.121 4.35382 23.2156 4.56448C23.3101 4.77511 23.3341 5.01012 23.2842 5.23511L23.2812 5.24845L23.279 5.26193C23.247 5.4558 23.2266 5.6349 23.2301 5.78181C23.2318 5.85264 23.2394 5.9485 23.2717 6.04513C23.3014 6.13397 23.3867 6.32184 23.6088 6.40628C23.8303 6.49048 24.0185 6.40735 24.0993 6.36133C24.1875 6.31108 24.257 6.245 24.3057 6.1934C24.4065 6.08644 24.5112 5.93963 24.6172 5.77389L24.6245 5.76242L24.6312 5.75056C24.7448 5.54969 24.9206 5.38985 25.1332 5.29518C25.3459 5.2005 25.5838 5.17621 25.8116 5.22606L25.8248 5.22894ZM25.5146 2.42461C25.5146 2.42463 25.514 2.42515 25.5129 2.42608C25.514 2.42505 25.5146 2.42459 25.5146 2.42461ZM24.8519 2.17023C24.8519 2.1702 24.852 2.17093 24.8521 2.17248L24.8519 2.17023ZM22.9865 2.99999C22.9865 2.99999 22.9871 3.00055 22.988 3.00165C22.987 3.00054 22.9865 2.99999 22.9865 2.99999ZM22.7335 3.66495C22.7335 3.66493 22.7341 3.66484 22.7356 3.66472L22.7335 3.66495ZM23.568 5.51744C23.568 5.5174 23.5686 5.51688 23.5696 5.51598C23.5685 5.51703 23.568 5.51749 23.568 5.51744ZM24.2306 5.77183C24.2306 5.77188 24.2305 5.77115 24.2304 5.76959L24.2306 5.77183ZM26.0957 4.94213C26.0956 4.94212 26.0951 4.94157 26.0942 4.94049C26.0952 4.94159 26.0957 4.94213 26.0957 4.94213ZM26.3481 4.27855C26.3482 4.27857 26.3474 4.27866 26.3459 4.27878L26.3481 4.27855ZM8.6105 19.6256L8.604 19.6137L8.59687 19.6022C8.38873 19.2667 8.29471 18.8739 8.3283 18.4817C8.3619 18.0895 8.52141 17.718 8.78384 17.422L8.79302 17.4117L8.80161 17.4008C8.98017 17.1755 9.12425 16.9718 9.21475 16.799C9.25876 16.7149 9.30558 16.6096 9.32676 16.4951C9.34645 16.3886 9.36105 16.1716 9.2006 15.9831C9.0411 15.7957 8.82592 15.7747 8.71907 15.7762C8.60331 15.7778 8.49189 15.8058 8.40133 15.8348C8.21528 15.8944 7.98931 16.0013 7.7358 16.1386L7.72398 16.145L7.71252 16.152C7.37417 16.3594 6.97741 16.4534 6.5808 16.4199C6.1842 16.3863 5.80934 16.227 5.5114 15.9659L5.50101 15.9568L5.49014 15.9482C5.26346 15.7707 5.05871 15.6277 4.88528 15.5379C4.80087 15.4942 4.6956 15.448 4.58156 15.4272C4.47602 15.4079 4.26045 15.3933 4.07226 15.5516C3.88333 15.7105 3.86139 15.9263 3.86294 16.0345C3.8646 16.1509 3.89301 16.2625 3.92228 16.3528C3.98244 16.5384 4.09018 16.7634 4.22827 17.0155L4.23477 17.0273L4.2419 17.0388C4.45004 17.3743 4.54406 17.7671 4.51046 18.1593C4.47687 18.5515 4.31736 18.9231 4.05493 19.219L4.04575 19.2294L4.03716 19.2402C3.8586 19.4655 3.71452 19.6693 3.62402 19.8421C3.58001 19.9261 3.53319 20.0315 3.51201 20.1459C3.49232 20.2524 3.47772 20.4694 3.63817 20.6579C3.79767 20.8453 4.01285 20.8664 4.1197 20.8648C4.23546 20.8632 4.34688 20.8353 4.43744 20.8062C4.62349 20.7466 4.84946 20.6397 5.10297 20.5025L5.11479 20.4961L5.12625 20.4891C5.4646 20.2816 5.86136 20.1876 6.25797 20.2212C6.65457 20.2547 7.02943 20.4141 7.32737 20.6752L7.33776 20.6843L7.34863 20.6928C7.57531 20.8703 7.78006 21.0134 7.95349 21.1031C8.0379 21.1468 8.14317 21.193 8.25721 21.2138C8.36275 21.2331 8.57832 21.2478 8.76651 21.0895C8.95544 20.9305 8.97738 20.7147 8.97583 20.6065C8.97417 20.4902 8.94576 20.3785 8.91649 20.2882C8.85633 20.1027 8.74859 19.8776 8.6105 19.6256Z' fill='white' stroke='black'/%3E%3Cpath d='M50.9009 6.95323L51.1715 6.53275L50.9009 6.95323C51.2405 7.17171 51.6201 7.32051 52.0177 7.39097C52.4153 7.46143 52.8229 7.45215 53.2169 7.36366C53.6108 7.27517 53.9833 7.10924 54.3126 6.87552C54.6418 6.64181 54.9213 6.34496 55.1349 6.00225C55.3484 5.65953 55.4916 5.27779 55.5563 4.87922C55.5937 4.64865 55.6044 4.41511 55.5885 4.18318L58.2357 3.58848C58.4729 4.17405 58.8878 4.67583 59.4279 5.01906C59.9685 5.36256 60.5996 5.52502 61.231 5.49061L72.7655 56.8352C72.1801 57.0741 71.6792 57.4908 71.3375 58.0324C70.996 58.5736 70.8355 59.2046 70.8716 59.8353L68.2228 60.4303C68.1375 60.2144 68.0275 60.0084 67.8948 59.8166C67.6655 59.4853 67.3727 59.2028 67.0335 58.9855C66.6943 58.7681 66.3153 58.6201 65.9185 58.5502L65.8318 59.0426L65.9185 58.5502C65.5218 58.4803 65.115 58.4898 64.722 58.5781C64.3289 58.6665 63.9572 58.8319 63.6285 59.0649C63.2998 59.2978 63.0205 59.5937 62.8069 59.9353C62.5933 60.2769 62.4496 60.6575 62.3841 61.055C62.3462 61.2852 62.3349 61.5183 62.3501 61.7499L59.7157 62.3416C59.5661 61.8962 59.3526 61.4741 59.0811 61.0886C58.7132 60.5663 58.246 60.1216 57.7063 59.7799C57.1666 59.4381 56.5648 59.206 55.9354 59.0969C55.3059 58.9877 54.6611 59.0036 54.0378 59.1436C53.4145 59.2836 52.8249 59.545 52.3026 59.9129C51.7804 60.2807 51.3357 60.7479 50.9939 61.2876C50.6522 61.8274 50.4201 62.4291 50.3109 63.0586C50.2304 63.5232 50.2179 63.9961 50.2732 64.4626L47.6376 65.0547C47.5518 64.8395 47.4414 64.6342 47.3084 64.4431C47.0788 64.1133 46.7862 63.8322 46.4474 63.6159C46.1087 63.3996 45.7305 63.2526 45.3347 63.1831C44.9388 63.1137 44.5331 63.1232 44.141 63.2112L44.2505 63.6991L44.141 63.2113C43.7489 63.2993 43.378 63.464 43.0499 63.696C42.7217 63.928 42.4426 64.2226 42.2288 64.5629C42.015 64.9032 41.8706 65.2824 41.804 65.6787C41.7654 65.9084 41.7534 66.1412 41.7678 66.3725L39.1174 66.9679C38.8803 66.3823 38.4654 65.8805 37.9252 65.5373C37.3846 65.1938 36.7535 65.0314 36.1222 65.0658L24.5882 13.7211C25.1734 13.4821 25.6742 13.0653 26.0158 12.5237C26.3571 11.9825 26.5175 11.3517 26.4815 10.7211L29.1348 10.1251C29.3723 10.7098 29.7874 11.2105 30.3276 11.5525C31.0102 11.9847 31.8365 12.128 32.6248 11.951C33.4131 11.7739 34.0988 11.291 34.531 10.6084C34.873 10.0682 35.0341 9.43809 34.9988 8.80802L37.6353 8.21581C37.7832 8.66293 37.9957 9.08706 38.2665 9.47452C38.6337 9.99974 39.101 10.4473 39.6416 10.7913C40.1822 11.1354 40.7854 11.3693 41.4167 11.4796C42.048 11.5899 42.6948 11.5744 43.32 11.4339C43.9453 11.2935 44.5366 11.0309 45.0601 10.6613C45.5836 10.2916 46.0288 9.82221 46.3704 9.27998C46.7119 8.73775 46.9429 8.13339 47.0502 7.50161C47.1294 7.03552 47.14 6.56129 47.0825 6.09383L49.713 5.50291C49.7978 5.71934 49.9073 5.92587 50.0397 6.11829L50.4516 5.83485L50.0397 6.11829C50.2686 6.45093 50.5614 6.73474 50.9009 6.95323Z' fill='url(%23paint0_linear_3647_2035)' stroke='black'/%3E%3Cpath d='M84.3537 33.8544L84.357 33.8561C84.9027 34.1365 85.5372 34.1899 86.1221 34.0045C86.7069 33.8191 87.1948 33.41 87.4793 32.8664C87.7638 32.3228 87.8219 31.6888 87.6408 31.1025C87.4598 30.5163 87.0544 30.0254 86.5129 29.7368L86.5096 29.7351L77.8082 25.1821L77.805 25.1804C77.2593 24.9 76.6248 24.8466 76.0399 25.032C75.4551 25.2174 74.9672 25.6265 74.6827 26.1701C74.3982 26.7137 74.3401 27.3477 74.5211 27.934C74.7022 28.5202 75.1076 29.0111 75.6491 29.2997L75.6524 29.3014L84.3537 33.8544ZM67.5452 72.8235L65.1409 71.5654C65.2161 71.3454 65.2661 71.1171 65.2895 70.8847C65.33 70.4829 65.2901 70.0772 65.1724 69.6909C65.0546 69.3047 64.8612 68.9457 64.6035 68.6349C64.3458 68.3241 64.0288 68.0676 63.6711 67.8804C63.3133 67.6932 62.9219 67.5789 62.5196 67.5443C62.1173 67.5097 61.7122 67.5554 61.3277 67.6788C60.9432 67.8022 60.5871 68.0008 60.2801 68.263C60.1025 68.4147 59.9433 68.5859 59.8055 68.7731L57.4176 67.5232C57.5946 67.0863 57.7075 66.6252 57.752 66.1541C57.8123 65.5155 57.7458 64.8712 57.5562 64.2584C57.3665 63.6456 57.0576 63.0763 56.6471 62.5834C56.2367 62.0905 55.7327 61.6836 55.1644 61.3861C54.5961 61.0887 53.9745 60.9066 53.3355 60.8503C52.6965 60.794 52.0527 60.8646 51.4411 61.0581C50.8295 61.2516 50.2622 61.5641 49.7719 61.9777C49.4102 62.2827 49.0957 62.6383 48.8376 63.0328L46.4492 61.7829C46.5244 61.563 46.5744 61.3346 46.5978 61.1022C46.6383 60.7005 46.5985 60.2947 46.4807 59.9085C46.3629 59.5222 46.1696 59.1633 45.9118 58.8525C45.6541 58.5416 45.3371 58.2852 44.9794 58.0979C44.6216 57.9107 44.2302 57.7965 43.8279 57.7619C43.4257 57.7273 43.0205 57.773 42.636 57.8964C42.2516 58.0197 41.8954 58.2183 41.5884 58.4805C41.4108 58.6322 41.2517 58.8034 41.1138 58.9906L38.71 57.7324C38.9078 57.1324 38.9157 56.4814 38.7256 55.8703C38.5354 55.2588 38.1591 54.7268 37.6553 54.3448L62.0572 7.7203C62.6583 7.9166 63.31 7.9226 63.921 7.73031C64.5315 7.53817 65.0619 7.16049 65.4422 6.65595L67.8514 7.91699C67.7793 8.13653 67.7323 8.36407 67.7116 8.5953C67.6758 8.99375 67.719 9.39533 67.8384 9.77712C68.0797 10.5482 68.6175 11.1918 69.3333 11.5664C70.0492 11.941 70.8845 12.0159 71.6556 11.7745C72.2657 11.5836 72.796 11.2071 73.1764 10.7036L75.57 11.9565C75.3933 12.3934 75.2808 12.8544 75.2366 13.3253C75.1766 13.9637 75.2434 14.6076 75.4332 15.22C75.623 15.8324 75.9319 16.4013 76.3423 16.894C76.7527 17.3866 77.2564 17.7933 77.8244 18.0906C78.3925 18.3879 79.0138 18.5699 79.6525 18.6263C80.2911 18.6827 80.9347 18.6123 81.546 18.4191C82.1574 18.2259 82.7246 17.9138 83.2149 17.5006C83.5766 17.1959 83.8912 16.8407 84.1495 16.4466L86.5431 17.6994C86.471 17.919 86.4239 18.1465 86.4032 18.3777C86.3675 18.7762 86.4106 19.1778 86.5301 19.5596C86.6496 19.9414 86.8431 20.2959 87.0996 20.6029C87.3561 20.9099 87.6705 21.1634 88.025 21.3488C88.3795 21.5343 88.767 21.6482 89.1654 21.6839C89.5639 21.7196 89.9655 21.6765 90.3472 21.557C90.729 21.4375 91.0836 21.244 91.3906 20.9875C91.5687 20.8387 91.7288 20.6704 91.868 20.486L94.2773 21.7471C94.0795 22.3471 94.0716 22.9982 94.2617 23.6092C94.452 24.2208 94.8283 24.7527 95.3321 25.1347L70.9296 71.7593C70.3286 71.5631 69.677 71.5572 69.0661 71.7494C68.4557 71.9416 67.9254 72.3191 67.5452 72.8235Z' fill='url(%23paint1_linear_3647_2035)' stroke='black'/%3E%3Cpath d='M72.0264 112.081L67.4229 109.538C67.524 109.589 67.6252 109.64 67.7264 109.69L72.33 112.234C72.2288 112.183 72.1276 112.132 72.0264 112.081Z' fill='%23060606'/%3E%3Cpath d='M1 46.1113V79.9865L47.2887 105.215V70.2716L1 46.1113Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 79.9861V84.3604L47.2887 109.436V105.672L1 79.9861Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M93.5768 46.1113V79.9865L47.2881 105.215V70.2716L93.5768 46.1113Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M93.5768 79.9861V85.0216L47.2881 109.436V105.672L93.5768 79.9861Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M20.1219 56.335L19.5654 89.8541L27.5079 94.4319L27.6596 60.3532L20.1219 56.335Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M74.758 56.1819L75.3145 89.8536L67.3721 94.4314V60.0984L74.758 56.1819Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3647_2035' x1='52.0165' y1='67.5564' x2='51.3551' y2='3.00678' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFFF8'/%3E%3Cstop offset='1' stop-color='%23E3FAB4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3647_2035' x1='70.4853' y1='73.4794' x2='69.8806' y2='6.00542' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFFF8'/%3E%3Cstop offset='1' stop-color='%23E3FAB4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-transfer-email {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='single/notice'%3E%3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M2.59905 2.61304L7.00057 6.02067L11.4021 2.61304H2.59905ZM12.5658 3.37199L7.40231 7.36951C7.16578 7.55263 6.83536 7.55263 6.59883 7.36951L1.43384 3.37081V11.1772C1.43384 11.5749 1.73466 11.8382 2.02203 11.8382H11.9776C12.265 11.8382 12.5658 11.5749 12.5658 11.1772V3.37199ZM0.121338 3.27399C0.121338 2.22272 0.940516 1.30054 2.02203 1.30054H11.9776C13.0591 1.30054 13.8783 2.22272 13.8783 3.27399V11.1772C13.8783 12.2285 13.0591 13.1507 11.9776 13.1507H2.02203C0.940517 13.1507 0.121338 12.2285 0.121338 11.1772V3.27399Z' fill='%23F5F5F5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-transfer-phone {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='single/phone'%3E%3Cg id='Vector'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9375 1.3125H3.0625C2.82088 1.3125 2.625 1.50838 2.625 1.75V12.25C2.625 12.4916 2.82088 12.6875 3.0625 12.6875H10.9375C11.1791 12.6875 11.375 12.4916 11.375 12.25V1.75C11.375 1.50838 11.1791 1.3125 10.9375 1.3125ZM3.0625 0C2.096 0 1.3125 0.783502 1.3125 1.75V12.25C1.3125 13.2165 2.096 14 3.0625 14H10.9375C11.904 14 12.6875 13.2165 12.6875 12.25V1.75C12.6875 0.783502 11.904 0 10.9375 0H3.0625Z' fill='%23F5F5F5'/%3E%3Cpath d='M4.8125 10.7188C4.8125 10.3563 5.10631 10.0625 5.46875 10.0625H8.53125C8.89369 10.0625 9.1875 10.3563 9.1875 10.7188C9.1875 11.0812 8.89369 11.375 8.53125 11.375H5.46875C5.10631 11.375 4.8125 11.0812 4.8125 10.7188Z' fill='%23F5F5F5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-transfer-select {
    background: url("data:image/svg+xml;utf8,%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 40027'%3E%3Cpath id='Vector 47' d='M0 28.9473L28 0.947266V22.9473C28 26.261 25.3137 28.9473 22 28.9473H0Z' fill='%23B9F641'/%3E%3Cpath id='Vector' d='M24.75 17L18.7344 21.6196L16 19.5198' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-transfer-trust {
    background: url("data:image/svg+xml;utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame' clip-path='url(%23clip0_779_298)'%3E%3Cpath id='Vector' d='M11.3438 2.54573C11.331 2.17745 11.0241 1.83027 10.662 1.76679C10.662 1.76679 9.25454 1.54687 8.46474 1.26714C7.47834 0.917907 6.50235 0.153622 6.50235 0.153622C6.19755 -0.0623368 5.73176 -0.0495816 5.44807 0.185436C5.44807 0.185436 4.75797 0.877589 3.46881 1.27989C2.37641 1.71459 1.48487 1.79171 1.34383 1.80153C1.33004 1.80256 1.31641 1.80373 1.30278 1.80593C0.952227 1.86252 0.655339 2.18492 0.649035 2.54588C0.649035 2.54588 0.60036 4.43629 0.66179 6.09593C0.685101 9.06598 4.22665 12 6.01751 12C7.77875 12 10.825 9.95504 11.3034 6.1383C11.422 3.87535 11.3438 2.54632 11.3438 2.54632V2.54573ZM9.74129 4.49112V4.47411L5.61125 8.33967C5.52044 8.42521 5.40375 8.47809 5.27957 8.48999C5.15539 8.50188 5.03079 8.4721 4.9254 8.40535L4.81749 8.31431L2.53534 5.96295C2.48476 5.90854 2.44549 5.84462 2.41979 5.77492C2.3941 5.70521 2.38249 5.6311 2.38564 5.55688C2.38879 5.48265 2.40663 5.40979 2.43814 5.34252C2.46965 5.27524 2.5142 5.21488 2.5692 5.16495C2.68066 5.06337 2.82774 5.00993 2.97841 5.01628C3.12907 5.02262 3.27114 5.08823 3.37366 5.19881L5.24926 7.15212L8.96865 3.66115C9.08011 3.55957 9.22718 3.50614 9.37785 3.51248C9.52852 3.51883 9.67058 3.58443 9.77311 3.69502C9.82382 3.74911 9.86328 3.81275 9.88916 3.88223C9.91505 3.95171 9.92686 4.02564 9.9239 4.09973C9.92094 4.17382 9.90327 4.24658 9.87192 4.31377C9.84057 4.38097 9.79616 4.44125 9.74129 4.49112Z' fill='%2300C383'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_298'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-transfer-uid {
    background: url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='single/UID'%3E%3Cpath id='Vector' d='M7 13.125C3.51663 13.125 1.75 12.306 1.75 10.6899C1.75 9.53575 3.57 8.78062 5.38475 8.52513V8.28537C4.29537 7.48912 3.76513 6.09875 3.76513 4.04775C3.76513 2.0615 4.95425 0.875 6.94663 0.875H7.05337C9.04663 0.875 10.2358 2.0615 10.2358 4.04775C10.2358 4.8195 10.2358 7.10763 8.62838 8.288L8.62312 8.526C10.4344 8.78325 12.25 9.5375 12.25 10.6899C12.25 12.306 10.4834 13.125 7 13.125ZM6.94575 1.64062C5.8485 1.64062 4.54125 2.05012 4.54125 4.00312C4.54125 5.88087 5.01375 7.09188 5.98413 7.70438C6.10663 7.78225 6.18188 7.92138 6.18188 8.07188V8.92937C6.18401 9.03347 6.14756 9.13467 6.07955 9.2135C6.01154 9.29233 5.91678 9.34322 5.8135 9.35637C3.82113 9.56462 2.49988 10.3302 2.49988 10.745C2.49988 12.0794 4.94725 12.3594 7 12.3594C9.05363 12.3594 11.5001 12.0794 11.5001 10.745C11.5001 10.3302 10.1789 9.56375 8.1865 9.35637C8.08176 9.34269 7.98594 9.29028 7.91792 9.20946C7.8499 9.12865 7.81461 9.02529 7.819 8.91975L7.8365 8.06225C7.83743 7.99102 7.85587 7.92112 7.89021 7.8587C7.92454 7.79629 7.97371 7.74329 8.03337 7.70438C9.00637 7.09013 9.45962 5.91412 9.45962 4.00312C9.45962 2.05012 8.1515 1.64062 7.05425 1.64062H6.94575Z' fill='%23F5F5F5' stroke='%23F5F5F5' stroke-width='0.21875'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-trapezoid {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='348' height='26' viewBox='0 0 348 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 26H348L329.384 3.6072C327.484 1.32187 324.666 0 321.694 0H28.1825C25.3753 0 22.6974 1.17994 20.8029 3.25154L0 26Z' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-tripartite-cancellation {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%232F3133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.7331 39.8219C69.5961 38.726 67.7527 38.726 66.6157 39.8219L55.5 50.5358L44.3843 39.8219C43.2473 38.726 41.4039 38.726 40.2669 39.8219C39.1299 40.9178 39.1299 42.6946 40.2669 43.7905L51.3826 54.5044L39.8527 65.6175C38.7158 66.7133 38.7158 68.4901 39.8527 69.586C40.9897 70.6819 42.8331 70.6819 43.9701 69.586L55.5 58.4729L67.0299 69.586C68.1669 70.6819 70.0103 70.6819 71.1473 69.586C72.2842 68.4901 72.2842 66.7133 71.1473 65.6175L59.6174 54.5044L70.7331 43.7905C71.8701 42.6946 71.8701 40.9178 70.7331 39.8219Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-tripartite-progress {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%23001E2D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31 54.8621C31 57.5473 33.1768 59.7241 35.8621 59.7241C38.5473 59.7241 40.7241 57.5473 40.7241 54.8621C40.7241 52.1768 38.5473 50 35.8621 50C33.1768 50 31 52.1768 31 54.8621ZM50.2754 54.8621C50.2754 57.5473 52.4522 59.7241 55.1374 59.7241C57.8227 59.7241 59.9995 57.5473 59.9995 54.8621C59.9995 52.1768 57.8227 50 55.1374 50C52.4522 50 50.2754 52.1768 50.2754 54.8621ZM74.1374 59.7241C71.4522 59.7241 69.2754 57.5473 69.2754 54.8621C69.2754 52.1768 71.4522 50 74.1374 50C76.8227 50 78.9995 52.1768 78.9995 54.8621C78.9995 57.5473 76.8227 59.7241 74.1374 59.7241Z' fill='%233EB6EF'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-tripartite-success {
    background: url("data:image/svg+xml;utf8,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%23002112'/%3E%3Cpath d='M31.8527 55.7167C30.7158 54.6209 30.7158 52.8441 31.8527 51.7482C32.9897 50.6523 34.8331 50.6523 35.9701 51.7482L50.3809 65.6381C51.5179 66.734 51.5179 68.5108 50.3809 69.6067C49.244 70.7025 47.4005 70.7025 46.2636 69.6067L31.8527 55.7167Z' fill='%2300C383'/%3E%3Cpath d='M73.1727 39.8219C74.3097 38.726 76.1531 38.726 77.2901 39.8219C78.4271 40.9178 78.4271 42.6946 77.2901 43.7905L50.5272 69.586C49.3902 70.6819 47.5468 70.6819 46.4098 69.586C45.2728 68.4901 45.2728 66.7133 46.4098 65.6175L73.1727 39.8219Z' fill='%2300C383'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-ultimate-prize {
    background: url("data:image/svg+xml;utf8,%3Csvg width='139' height='162' viewBox='0 0 139 162' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 68.0281V118.004L69.2899 155.224V103.672L1 68.0281Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 118.004V124.457L69.2899 161.451V155.899L1 118.004Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M137.579 68.0281V118.004L69.2891 155.224V103.672L137.579 68.0281Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M137.579 118.004V125.433L69.2891 161.451V155.899L137.579 118.004Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M29.2116 83.1113L28.3906 132.562L40.1081 139.316L40.332 89.0394L29.2116 83.1113Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M109.816 82.8855L110.637 132.562L98.9199 139.315V88.6635L109.816 82.8855Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M1 68.0276L69.2899 33.7346L137.58 68.0276L69.2899 104.422L1 68.0276Z' fill='%23F2F2F2' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 68.0276L69.2899 33.7346V68.0276V104.422L1 68.0276Z' fill='%23D8D8D8' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cellipse cx='68.4688' cy='41.1139' rx='37.9513' ry='39.0055' fill='%23CC7307'/%3E%3Ccircle cx='67.4146' cy='36.8971' r='36.8971' fill='%23F7931A'/%3E%3Cpath d='M58.8422 46.9335C58.8481 47.1688 58.8523 47.3065 58.5271 47.312L54.8198 47.3743L54.8879 51.1944L61.7247 51.0775L61.8239 56.6288L65.4737 56.5655L65.3746 51.0142L67.6434 50.9779L67.7405 56.5216L71.2125 56.4651L71.121 50.9118L73.7323 50.8736C75.4711 50.8405 81.671 49.2609 81.5569 43.5013C81.5971 41.9423 81.1089 40.4155 80.1715 39.1692C79.234 37.9228 77.9026 37.0302 76.3936 36.6365C76.3936 36.6365 79.891 34.4499 79.4893 30.8172C79.0876 27.1845 76.2221 26.2128 74.5736 25.699C73.2931 25.3556 71.9776 25.1601 70.6526 25.1163L70.5511 19.3125L67.2153 19.3896L67.3239 25.1589L64.642 25.2078L64.5578 19.4076L61.1839 19.4949L61.2833 25.2911L54.2112 25.4139L54.261 28.8306L58.1385 28.7634C58.5288 28.7569 58.532 28.952 58.5342 29.0821L58.8422 46.9335ZM64.6903 28.6494L68.8127 28.5819C69.5205 28.572 72.9699 29.1014 73.0019 32.0246C73.0331 32.8258 72.7762 33.6117 72.2778 34.2397C71.7793 34.8677 71.0722 35.2963 70.2849 35.4476C69.9697 35.5314 69.6468 35.5824 69.3211 35.5997L64.7759 35.6743L64.6903 28.6494ZM64.9251 39.3093L71.3682 39.2162C71.8346 39.2169 72.296 39.3127 72.7241 39.4976C73.1523 39.6826 73.5383 39.953 73.8584 40.2921C74.1786 40.6313 74.4263 41.0322 74.5863 41.4703C74.7463 41.9084 74.8154 42.3745 74.7892 42.8402C74.8321 45.1644 72.8197 46.2181 71.7605 46.5019C71.6056 46.5486 71.4452 46.5751 71.2835 46.5807L65.0666 46.6949L64.9251 39.3093Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-up {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_80_2069)'%3E%3Cpath d='M7.98002 1.83L7.98002 13.7355C7.98002 13.864 7.92839 13.9873 7.8365 14.0781C7.74461 14.169 7.61998 14.22 7.49002 14.22L6.51002 14.22C6.38006 14.22 6.25543 14.169 6.16354 14.0781C6.07164 13.9873 6.02002 13.864 6.02002 13.7355L6.02002 1.83L7.98002 1.83Z' fill='currentColor'/%3E%3Cpath d='M11.9681 6.39779L11.2828 7.07873C11.2379 7.12351 11.1845 7.15904 11.1257 7.18328C11.0669 7.20752 11.0038 7.22 10.9402 7.22C10.8765 7.22 10.8135 7.20752 10.7547 7.18328C10.6959 7.15904 10.6425 7.12351 10.5975 7.07873L6.99989 3.50378L3.40224 7.07873C3.31133 7.16896 3.1881 7.21965 3.05961 7.21965C2.93112 7.21965 2.80788 7.16896 2.71697 7.07873L2.0317 6.39779C1.9409 6.30745 1.88989 6.185 1.88989 6.05732C1.88989 5.92964 1.9409 5.80718 2.0317 5.71684L6.99989 0.780001L11.9681 5.71684C12.0589 5.80718 12.1099 5.92964 12.1099 6.05732C12.1099 6.185 12.0589 6.30745 11.9681 6.39779Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_80_2069'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 14.5) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-usdt-prize {
    background: url("data:image/svg+xml;utf8,%3Csvg width='95' height='110' viewBox='0 0 95 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 46.1112V79.9864L47.2887 105.215V70.2714L1 46.1112Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 79.986V84.3602L47.2887 109.436V105.672L1 79.986Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M93.5768 46.1112V79.9864L47.2881 105.215V70.2714L93.5768 46.1112Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M93.5768 79.986V85.0215L47.2881 109.436V105.672L93.5768 79.986Z' fill='%232D2F30' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M20.1219 56.335L19.5654 89.8541L27.5079 94.4319L27.6596 60.3532L20.1219 56.335Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M74.758 56.1819L75.3145 89.8536L67.3721 94.4314V60.0984L74.758 56.1819Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M1 46.1109L47.2887 22.8662L93.5774 46.1109L47.2887 70.7798L1 46.1109Z' fill='%23F2F2F2' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M1 46.1109L47.2887 22.8662V46.1109V70.7798L1 46.1109Z' fill='%23D8D8D8' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cellipse cx='46.7322' cy='27.868' rx='25.7244' ry='26.4389' fill='%230F7154'/%3E%3Ccircle cx='46.0176' cy='25.0098' r='25.0098' fill='%231BA27A'/%3E%3Cpath d='M56.3626 19.9331V15H36.1647V19.9331H43.611V23.1561C37.558 23.4283 33 24.6215 33 26.0531C33 27.4847 37.558 28.6779 43.611 28.9501V39.2935H48.9163V28.9477C54.946 28.6714 59.4809 27.4803 59.4809 26.0531C59.4809 24.6256 54.946 23.4342 48.9163 23.1582V19.9331H56.3626V19.9331ZM57.2004 25.7616C57.2004 26.7032 53.676 27.493 48.9163 27.7123L48.6087 27.7253H48.5747L48.2863 27.7359H48.2551C48.0406 27.7433 47.8235 27.7496 47.6036 27.7545H47.5899L47.295 27.7606H47.2117L46.9789 27.7638H45.5051L45.2747 27.7606H45.1947L44.9196 27.7549H44.8893C44.5632 27.7476 44.242 27.7375 43.9255 27.7253H43.9213L43.6063 27.7117C38.8229 27.4957 35.2757 26.7032 35.2757 25.7571C35.2757 24.8109 38.8235 24.0207 43.6063 23.8024V26.7944C44.4365 26.8377 45.3198 26.8614 46.2358 26.8614C47.1664 26.8614 48.0675 26.8373 48.9118 26.792V23.8113C53.6756 24.03 57.2004 24.8202 57.2004 25.7616Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-variable-exclamation {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='6' height='21' viewBox='0 0 6 21' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3.30329' cy='2.46443' r='2.41071' fill='currentColor'/%3E%3Crect x='0.892578' y='8.08984' width='4.82143' height='12.8571' rx='2.41071' fill='currentColor'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-vip-exclusive-rate-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0625 6.25L46.875 18.75L25 43.75L3.125 18.75L10.9375 6.25H39.0625ZM37.2234 9.375H12.775L6.92344 18.3453L25 39.0016L43.075 18.3453L37.2234 9.375ZM33.1891 17.7344L35.5609 19.7656L25 32.0906L14.4375 19.7656L16.8125 17.7312L24.9984 27.2844L33.1891 17.7312V17.7344Z' fill='%2383E5DA'/%3E%3Cpath d='M39.0625 6.25L46.875 18.75L25 43.75L3.125 18.75L10.9375 6.25H39.0625ZM37.2234 9.375H12.775L6.92344 18.3453L25 39.0016L43.075 18.3453L37.2234 9.375Z' fill='%23D5ED86'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-vip-level-icon0 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2487 3.2393C18.0536 3.12665 17.8132 3.12665 17.6181 3.2393L5.27907 10.3632C5.08395 10.4759 4.96375 10.6841 4.96375 10.9094V25.1572C4.96375 25.3826 5.08395 25.5908 5.27907 25.7034L17.6181 32.8273C17.8132 32.94 18.0536 32.94 18.2487 32.8273L30.5877 25.7034C30.7829 25.5908 30.9031 25.3826 30.9031 25.1572V10.9094C30.9031 10.6841 30.7829 10.4759 30.5877 10.3632L18.2487 3.2393Z' fill='%23DAE6EC' stroke='black' stroke-width='0.420435'/%3E%3Cpath d='M17.7232 3.42136C17.8533 3.34625 18.0135 3.34625 18.1436 3.42136L30.4826 10.5453C30.6127 10.6204 30.6928 10.7592 30.6928 10.9094V25.1572C30.6928 25.3075 30.6127 25.4463 30.4826 25.5214L18.1436 32.6453C18.0135 32.7204 17.8533 32.7204 17.7232 32.6453L5.38418 25.5214C5.2541 25.4463 5.17397 25.3075 5.17397 25.1572V10.9094C5.17397 10.7592 5.2541 10.6204 5.38418 10.5453L17.7232 3.42136Z' fill='%23DAE6EC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7998 9.64251L9.09973 12.9335V23.1334L14.7998 26.4244V25.9389L9.52017 22.8907V13.1762L14.7998 10.128V9.64251ZM21.0665 25.939L26.3462 22.8907V13.1762L21.0665 10.1279V9.64246L26.7666 12.9335V23.1334L21.0665 26.4244V25.939Z' fill='%23A3AEB8'/%3E%3Cpath d='M17.9333 7.98427L18.3767 8.74547L18.4233 8.82552L18.5139 8.84512L19.3748 9.03156L18.7879 9.68844L18.7261 9.75752L18.7355 9.84969L18.8242 10.7261L18.0181 10.3709L17.9333 10.3335L17.8486 10.3709L17.0425 10.7261L17.1312 9.84969L17.1405 9.75752L17.0788 9.68844L16.4919 9.03156L17.3528 8.84512L17.4434 8.82552L17.49 8.74547L17.9333 7.98427Z' stroke='%23A3AEB8' stroke-width='0.420435'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7848 26.2496C19.7236 26.5649 19.5705 26.8428 19.3567 27.0576C19.5022 26.0918 18.7816 25.2088 17.8096 25.1554C18.0324 25.027 18.2901 24.9545 18.5621 24.9545H19.7734C19.9097 24.9545 20.0121 25.0787 19.9862 25.2125L19.7848 26.2496ZM17.7167 25.4171C17.1254 25.4171 16.6171 25.8363 16.5046 26.4167L16.2539 27.71C16.2281 27.8429 16.3299 27.9663 16.4653 27.9663H18.0028C18.5267 27.9663 18.9779 27.5908 19.0776 27.0765C19.2436 26.22 18.5891 25.4171 17.7167 25.4171Z' fill='%23A3AEB8'/%3E%3Cpath d='M12.9407 17.4725C12.6774 16.7391 13.2209 15.9666 14.0001 15.9666L15.1334 19.1237L15.8865 17.026C16.1146 16.3904 16.7171 15.9666 17.3924 15.9666H17.8668L16.3804 20.1071C16.1523 20.7427 15.5497 21.1666 14.8745 21.1666H14.2668L12.9407 17.4725Z' fill='%23A3AEB8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6668 17.5666C18.6668 16.6829 19.3831 15.9666 20.2668 15.9666H22.9334V19.5666C22.9334 20.4502 22.2171 21.1666 21.3334 21.1666H18.6668V17.5666ZM21.3334 17.2999V19.8332H20.2668V17.2999H21.3334Z' fill='%23A3AEB8'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-vip-level-icon1 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2488 3.68932C18.0537 3.57666 17.8133 3.57666 17.6182 3.68932L5.74107 10.5466C5.54594 10.6592 5.42574 10.8674 5.42574 11.0927V24.8073C5.42574 25.0326 5.54594 25.2408 5.74107 25.3534L17.6182 32.2107C17.8133 32.3233 18.0537 32.3233 18.2488 32.2107L30.126 25.3534C30.3211 25.2408 30.4413 25.0326 30.4413 24.8073V11.0927C30.4413 10.8674 30.3211 10.6592 30.126 10.5466L18.2488 3.68932Z' fill='%23DAE6EC' stroke='black' stroke-width='0.420435'/%3E%3Cpath d='M6.00384 24.8983L5.84866 25.1671L6.00384 24.8983C5.97132 24.8795 5.95129 24.8448 5.95129 24.8073V11.0927C5.95129 11.0552 5.97132 11.0205 6.00384 11.0017L17.881 4.14445C17.9135 4.12567 17.9536 4.12567 17.9861 4.14445L29.8632 11.0017C29.8957 11.0205 29.9158 11.0552 29.9158 11.0927V24.8073C29.9158 24.8448 29.8957 24.8795 29.8632 24.8983L17.9861 31.7556C17.9536 31.7743 17.9135 31.7743 17.881 31.7556L6.00384 24.8983Z' fill='%23FFD561'/%3E%3Cpath d='M6.00384 24.8983L5.84866 25.1671L6.00384 24.8983C5.97132 24.8795 5.95129 24.8448 5.95129 24.8073V11.0927C5.95129 11.0552 5.97132 11.0205 6.00384 11.0017L17.881 4.14445C17.9135 4.12567 17.9536 4.12567 17.9861 4.14445L29.8632 11.0017C29.8957 11.0205 29.9158 11.0552 29.9158 11.0927V24.8073C29.9158 24.8448 29.8957 24.8795 29.8632 24.8983L17.9861 31.7556C17.9536 31.7743 17.9135 31.7743 17.881 31.7556L6.00384 24.8983Z' stroke='url(%23paint0_linear_2380_38889)' stroke-width='0.630653'/%3E%3Cpath d='M6.00384 24.8983L5.84866 25.1671L6.00384 24.8983C5.97132 24.8795 5.95129 24.8448 5.95129 24.8073V11.0927C5.95129 11.0552 5.97132 11.0205 6.00384 11.0017L17.881 4.14445C17.9135 4.12567 17.9536 4.12567 17.9861 4.14445L29.8632 11.0017C29.8957 11.0205 29.9158 11.0552 29.9158 11.0927V24.8073C29.9158 24.8448 29.8957 24.8795 29.8632 24.8983L17.9861 31.7556C17.9536 31.7743 17.9135 31.7743 17.881 31.7556L6.00384 24.8983Z' stroke='%23FFF7B1' stroke-width='0.630653'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8003 9.55925L9.10034 12.8501V23.0501L14.8003 26.341V25.8555L9.52078 22.8074V13.0929L14.8003 10.0447V9.55925ZM21.067 25.8557L26.3468 22.8074V13.0929L21.067 10.0446V9.55908L26.7673 12.8501V23.0501L21.067 26.3412V25.8557Z' fill='%23E37E0D'/%3E%3Cpath d='M17.9338 7.75L18.3864 8.52706L19.2653 8.71738L18.6661 9.38794L18.7567 10.2826L17.9338 9.92L17.1109 10.2826L17.2015 9.38794L16.6023 8.71738L17.4812 8.52706L17.9338 7.75Z' fill='%23E37E0D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.579 26.5588C19.5156 26.8855 19.357 27.1734 19.1353 27.3961C19.2861 26.3952 18.5395 25.4801 17.5322 25.4247C17.7631 25.2918 18.0301 25.2166 18.3119 25.2166H19.5767C19.713 25.2166 19.8155 25.3409 19.7895 25.4747L19.579 26.5588ZM17.435 25.6961C16.8223 25.6961 16.2956 26.1305 16.179 26.732L15.9173 28.0816C15.8916 28.2145 15.9934 28.3379 16.1287 28.3379H17.7315C18.2745 28.3379 18.742 27.9488 18.8453 27.4158C19.0174 26.5282 18.3391 25.6961 17.435 25.6961Z' fill='%23E37E0D'/%3E%3Cpath d='M13.4744 17.3892C13.2111 16.6559 13.7546 15.8833 14.5338 15.8833L15.6671 19.0404L16.4202 16.9427C16.6483 16.3072 17.2508 15.8833 17.9261 15.8833H18.4005L16.9141 20.0239C16.686 20.6594 16.0834 21.0833 15.4082 21.0833H14.8005L13.4744 17.3892Z' fill='%23E37E0D'/%3E%3Cpath d='M19.6005 17.2166L20.5338 15.8833H22.1338V20.15H22.8005V20.6833C22.8005 20.9042 22.6214 21.0833 22.4005 21.0833H19.8671V20.55C19.8671 20.3291 20.0462 20.15 20.2671 20.15H20.5338V17.2166H19.6005Z' fill='%23E37E0D'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2380_38889' x1='32.1335' y1='24.8679' x2='1.24549' y2='24.8073' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EFBD6E'/%3E%3Cstop offset='0.0001' stop-color='%23FCD879'/%3E%3Cstop offset='0.4601' stop-color='%23F5C86F'/%3E%3Cstop offset='0.4602' stop-color='%23FFF7BA'/%3E%3Cstop offset='1' stop-color='%23EFBE78'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-vip-level-icon2 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.4443 19.2605C34.5663 19.0594 34.5663 18.8072 34.4443 18.6061M34.4443 19.2605L34.4443 18.6061M34.4443 19.2605L34.2646 19.1514L34.4443 18.6061M34.4443 19.2605L26.501 32.3501C26.3866 32.5385 26.1822 32.6535 25.9618 32.6535L10.0381 32.6535C9.81775 32.6535 9.61334 32.5385 9.499 32.3501L1.55565 19.2605C1.43364 19.0594 1.43364 18.8072 1.55565 18.6061L9.49901 5.51657C9.61334 5.32815 9.81775 5.2131 10.0381 5.2131L25.9618 5.2131C26.1822 5.2131 26.3866 5.32816 26.501 5.51657L34.4443 18.6061' fill='%23DAE6EC' stroke='black' stroke-width='0.420435'/%3E%3Cpath d='M33.995 18.8788C34.0154 18.9123 34.0154 18.9543 33.995 18.9878L26.0517 32.0774C26.0326 32.1088 25.9986 32.128 25.9618 32.128L10.0381 32.128C10.0014 32.128 9.96735 32.1088 9.94829 32.0774L2.00494 18.9878C1.9846 18.9543 1.9846 18.9123 2.00494 18.8788L9.94829 5.78922L9.67872 5.62563L9.9483 5.78922C9.96735 5.75782 10.0014 5.73864 10.0381 5.73864L25.9618 5.73864C25.9986 5.73864 26.0326 5.75782 26.0517 5.78922L33.995 18.8788Z' fill='%23E37E0D' stroke='%23FFDA6B' stroke-width='0.630653'/%3E%3Cpath d='M17.8991 6.16213C17.9622 6.12751 18.0385 6.12751 18.1015 6.16213L29.5753 12.4645C29.6425 12.5015 29.6843 12.5721 29.6843 12.6488L29.6843 25.218C29.6843 25.2947 29.6425 25.3653 29.5753 25.4022L18.1015 31.7046C18.0385 31.7392 17.9622 31.7392 17.8991 31.7046L6.42538 25.4022C6.35815 25.3653 6.31637 25.2947 6.31637 25.218L6.31637 12.6488C6.31637 12.5721 6.35815 12.5015 6.42538 12.4645L17.8991 6.16213Z' fill='%23FFD561' stroke='%23FFF7B1' stroke-width='0.420435'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1196 11.0982L15.6671 10.3212L15.2145 11.0982L14.3356 11.2885L14.9347 11.9591L14.8442 12.8538L15.6671 12.4912L16.4899 12.8538L16.3994 11.9591L16.9985 11.2885L16.1196 11.0982ZM20.7865 11.0982L20.3339 10.3212L19.8813 11.0982L19.0024 11.2885L19.6016 11.9591L19.511 12.8538L20.3339 12.4912L21.1568 12.8538L21.0662 11.9591L21.6654 11.2885L20.7865 11.0982Z' fill='%23E37E0D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7129 26.7296C19.6494 27.0564 19.4908 27.3444 19.2691 27.567C19.42 26.5662 18.6734 25.651 17.6661 25.5956C17.897 25.4626 18.164 25.3875 18.4458 25.3875H19.7106C19.8469 25.3875 19.9494 25.5117 19.9234 25.6455L19.7129 26.7296ZM17.5683 25.8667C16.9556 25.8667 16.4289 26.3011 16.3123 26.9027L16.0506 28.2522C16.0249 28.3851 16.1267 28.5085 16.262 28.5085H17.8648C18.4078 28.5085 18.8753 28.1194 18.9786 27.5864C19.1507 26.6988 18.4724 25.8667 17.5683 25.8667Z' fill='%23E37E0D'/%3E%3Cpath d='M13.4741 17.9604C13.2109 17.227 13.7544 16.4545 14.5335 16.4545L15.6669 19.6116L16.4199 17.5139C16.648 16.8784 17.2506 16.4545 17.9258 16.4545H18.4002L16.9139 20.5951C16.6857 21.2306 16.0832 21.6545 15.4079 21.6545H14.8002L13.4741 17.9604Z' fill='%23E37E0D'/%3E%3Cpath d='M19.3335 18.0545C19.3335 17.1708 20.0499 16.4545 20.9336 16.4545H22.4002C22.6211 16.4545 22.8002 16.6336 22.8002 16.8545V18.0078L21.0669 20.6145H22.6669V21.3878C22.6669 21.5351 22.5475 21.6545 22.4002 21.6545H19.4669V20.6145L21.3336 17.8845V17.4945H21.1802C20.7494 17.4945 20.4002 17.8437 20.4002 18.2745H19.3335V18.0545Z' fill='%23E37E0D'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-vip-level-icon3 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3156 2.53929C18.1205 2.42664 17.8801 2.42664 17.6849 2.53929L5.05725 9.82989C4.86213 9.94254 4.74193 10.1507 4.74193 10.376V24.9572C4.74193 25.1825 4.86213 25.3907 5.05725 25.5034L17.6849 32.794C17.8801 32.9066 18.1205 32.9066 18.3156 32.794L30.9433 25.5034C31.1384 25.3907 31.2586 25.1826 31.2586 24.9572V10.376C31.2586 10.1507 31.1384 9.94254 30.9433 9.82989L18.3156 2.53929Z' fill='%23DAE6EC' stroke='black' stroke-width='0.420435'/%3E%3Cpath d='M5.32003 25.0483L5.16236 25.3213L5.32002 25.0483C5.28751 25.0295 5.26747 24.9948 5.26747 24.9572V10.376C5.26747 10.3385 5.2875 10.3038 5.32003 10.285L17.9477 2.99443C17.9802 2.97565 18.0203 2.97565 18.0528 2.99443L30.6805 10.285C30.713 10.3038 30.7331 10.3385 30.7331 10.376V24.9572C30.7331 24.9948 30.713 25.0295 30.6805 25.0483L18.0528 32.3389C18.0203 32.3576 17.9802 32.3576 17.9477 32.3389L5.32003 25.0483Z' fill='%232B1AC0' stroke='%23FFCF56' stroke-width='0.630653'/%3E%3Cpath d='M24.1991 6.88483C24.2491 6.88483 24.2954 6.91155 24.3204 6.95491L30.4838 17.6302C30.5088 17.6736 30.5088 17.727 30.4838 17.7703L24.3204 28.4456C24.2954 28.489 24.2491 28.5157 24.1991 28.5157L11.8723 28.5157C11.8222 28.5157 11.776 28.489 11.7509 28.4456L5.58754 17.7703C5.56251 17.727 5.56251 17.6736 5.58754 17.6302L11.7509 6.95491C11.776 6.91155 11.8222 6.88483 11.8723 6.88483L24.1991 6.88483Z' fill='%231E7EE9' stroke='%23FFCF56' stroke-width='0.560581'/%3E%3Cpath d='M17.9335 8.73334L18.5155 9.73241L19.6454 9.97711L18.8751 10.8393L18.9916 11.9896L17.9335 11.5233L16.8755 11.9896L16.992 10.8393L16.2216 9.97711L17.3516 9.73241L17.9335 8.73334Z' fill='%23FCD97E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2572 25C12.9476 25 12.6967 25.251 12.6967 25.5606H15.0791C15.3887 25.5606 15.6397 25.3096 15.6397 25H13.2572ZM20.9652 25C20.6556 25 20.4047 25.251 20.4047 25.5606H22.7871C23.0967 25.5606 23.3477 25.3096 23.3477 25H20.9652Z' fill='%23FCD97E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5417 24.8825C19.4858 25.1704 19.346 25.4241 19.1507 25.6203C19.2836 24.7385 18.6257 23.9322 17.7382 23.8835C17.9417 23.7663 18.177 23.7 18.4253 23.7H19.5084C19.6447 23.7 19.7472 23.8243 19.7212 23.9581L19.5417 24.8825ZM17.6528 24.1224C17.113 24.1224 16.649 24.5051 16.5462 25.0351L16.3216 26.1936C16.2959 26.3265 16.3977 26.4499 16.533 26.4499H17.9141C18.3924 26.4499 18.8043 26.1071 18.8954 25.6375C19.047 24.8555 18.4493 24.1224 17.6528 24.1224Z' fill='%23FCD97E'/%3E%3Cpath d='M14.5687 15.2666C13.7896 15.2666 13.2461 16.0391 13.5093 16.7725L14.8354 20.4666H15.3856C16.0954 20.4666 16.7287 20.021 16.9685 19.353L18.4354 15.2666H18.0185C17.3088 15.2666 16.6755 15.7121 16.4357 16.3801L15.7021 18.4237L14.5687 15.2666Z' fill='%23FCD97E'/%3E%3Cpath d='M19.3687 16.2544C19.3687 15.6352 19.8707 15.1332 20.4899 15.1332H22.8354V19.3454C22.8354 19.9646 22.3335 20.4666 21.7143 20.4666H19.3687V19.1332H21.5021V18.4666H19.3687V17.1332H21.5021V16.4666L19.3687 16.4666V16.2544Z' fill='%23FCD97E'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-vip-level-icon4 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7102 3.51068L17.8153 3.69274L17.7102 3.51068L15.7418 4.64713C15.7098 4.66558 15.6736 4.67529 15.6367 4.67529L10.7129 4.67529L10.7129 4.88551L10.7129 4.67529C10.4949 4.67529 10.2934 4.7916 10.1844 4.9804L7.72253 9.24453C7.70408 9.27649 7.67754 9.30303 7.64558 9.32148L5.67723 10.4579L5.78234 10.64L5.67723 10.4579C5.48843 10.5669 5.37212 10.7684 5.37212 10.9864L5.58234 10.9864L5.37212 10.9864L5.37212 13.2592C5.37212 13.2961 5.36241 13.3324 5.34396 13.3643L2.88203 17.6285C2.77303 17.8173 2.77302 18.0499 2.88203 18.2387L5.34395 22.5029L5.52601 22.3978L5.34396 22.5029C5.3624 22.5349 5.37212 22.5711 5.37212 22.608L5.37212 24.8808C5.37212 25.0988 5.48843 25.3003 5.67723 25.4093L7.64552 26.5457C7.67748 26.5641 7.70402 26.5907 7.72247 26.6226L10.1844 30.8869C10.2934 31.0757 10.4949 31.192 10.7129 31.192L15.6368 31.192C15.6737 31.192 15.71 31.2017 15.7419 31.2201L17.7102 32.3565C17.899 32.4655 18.1316 32.4655 18.3204 32.3565L20.2887 31.2201C20.3206 31.2017 20.3569 31.192 20.3938 31.192L25.3177 31.192C25.5357 31.192 25.7371 31.0757 25.8461 30.8869L28.3081 26.6226C28.3265 26.5907 28.3531 26.5641 28.385 26.5457L30.3533 25.4093C30.5421 25.3003 30.6584 25.0988 30.6584 24.8808L30.6584 22.608C30.6584 22.5711 30.6682 22.5349 30.6866 22.5029L33.1485 18.2387C33.2575 18.0499 33.2575 17.8173 33.1485 17.6285L30.6866 13.3643C30.6682 13.3324 30.6584 13.2961 30.6584 13.2592L30.6584 10.9864C30.6584 10.7684 30.5421 10.5669 30.3533 10.4579L28.385 9.32147C28.353 9.30302 28.3265 9.27649 28.308 9.24453L25.8461 4.9804L25.6644 5.08531L25.8461 4.9804C25.7371 4.7916 25.5357 4.67529 25.3177 4.6753L20.3939 4.67529C20.357 4.67529 20.3207 4.66558 20.2888 4.64713L18.3204 3.51068C18.1316 3.40168 17.899 3.40168 17.7102 3.51068Z' fill='%23DAE6EC' stroke='black' stroke-width='0.420435'/%3E%3Cpath d='M28.1259 9.34964L27.8528 9.5073C27.9174 9.61915 28.0102 9.71203 28.1221 9.77661L30.0904 10.913C30.1166 10.9282 30.1328 10.9561 30.1328 10.9864L30.1328 13.2592C30.1328 13.3884 30.1668 13.5153 30.2314 13.6271L30.5044 13.4695L30.2314 13.6271L32.6933 17.8913C32.7084 17.9175 32.7084 17.9498 32.6933 17.976L30.2314 22.2401C30.1668 22.352 30.1328 22.4789 30.1328 22.608L30.1328 24.8808C30.1328 24.9111 30.1166 24.939 30.0904 24.9542L28.1221 26.0905L28.2798 26.3636L28.1221 26.0906C28.0103 26.1551 27.9174 26.248 27.8528 26.3599L25.3909 30.6241C25.3758 30.6503 25.3478 30.6664 25.3176 30.6664L20.3936 30.6664C20.2645 30.6664 20.1376 30.7004 20.0258 30.765L18.0575 31.9014C18.0313 31.9165 17.999 31.9165 17.9728 31.9014L16.0046 30.765C15.8927 30.7004 15.7658 30.6664 15.6367 30.6664L10.7128 30.6664C10.6825 30.6664 10.6546 30.6503 10.6394 30.6241L8.17748 26.3599C8.11291 26.248 8.02003 26.1551 7.90818 26.0905L5.93988 24.9541C5.91368 24.939 5.89754 24.9111 5.89754 24.8808L5.89754 22.608L5.58222 22.608L5.89754 22.608C5.89754 22.4789 5.86355 22.352 5.79897 22.2401L3.33704 17.976C3.32192 17.9498 3.32192 17.9175 3.33704 17.8913L5.79897 13.6271C5.86355 13.5153 5.89754 13.3884 5.89754 13.2592L5.89754 10.9864C5.89754 10.9561 5.91368 10.9282 5.93988 10.913L7.90823 9.77661C8.02008 9.71204 8.11296 9.61915 8.17754 9.5073L10.6394 5.24318C10.6546 5.21698 10.6825 5.20084 10.7128 5.20084L15.6366 5.20084C15.7657 5.20084 15.8926 5.16684 16.0044 5.10227L17.9728 3.96582C17.999 3.95069 18.0313 3.95069 18.0575 3.96582L20.0259 5.10227C20.1377 5.16684 20.2646 5.20084 20.3938 5.20084L25.3176 5.20084C25.3478 5.20084 25.3758 5.21698 25.3909 5.24318L27.8528 9.5073L28.1259 9.34964Z' fill='%232B1AC0' stroke='%23FFCF56' stroke-width='0.630653'/%3E%3Cpath d='M14.6214 27.8528L14.7615 27.6101C14.6581 27.5504 14.5408 27.5189 14.4214 27.5189H12.6836C12.6408 27.5189 12.6013 27.4961 12.5799 27.4591L11.711 25.9541C11.6513 25.8507 11.5654 25.7648 11.462 25.7051L8.13483 23.7841L7.99469 24.0269L8.13483 23.7841C8.09779 23.7628 8.07498 23.7232 8.07498 23.6805V19.8386C8.07498 19.7192 8.04354 19.6019 7.98384 19.4985L7.74445 19.6367L7.98383 19.4985L7.11481 17.9933C7.09343 17.9562 7.09343 17.9106 7.11481 17.8736L7.98383 16.3684C8.04354 16.2649 8.07498 16.1476 8.07498 16.0282V12.1866C8.07498 12.1439 8.09779 12.1044 8.13483 12.083L11.4617 10.1622C11.5651 10.1025 11.651 10.0166 11.7107 9.91319L12.5799 8.40777C12.6013 8.37073 12.6408 8.34791 12.6836 8.34791H14.4219C14.5413 8.34791 14.6586 8.31648 14.762 8.25677L18.0888 6.33606C18.1258 6.31468 18.1714 6.31468 18.2085 6.33606L21.5352 8.25677C21.6387 8.31648 21.756 8.34791 21.8754 8.34791H23.6137C23.6565 8.34791 23.696 8.37073 23.7174 8.40777L24.5865 9.9132C24.6463 10.0166 24.7321 10.1025 24.8356 10.1622L28.1624 12.083C28.1995 12.1044 28.2223 12.1439 28.2223 12.1866V16.0282C28.2223 16.1476 28.2537 16.2649 28.3134 16.3683L29.1825 17.8736C29.2038 17.9106 29.2038 17.9562 29.1825 17.9933L28.3134 19.4985C28.2537 19.6019 28.2223 19.7192 28.2223 19.8386V23.6805C28.2223 23.7232 28.1995 23.7628 28.1624 23.7841L24.8353 25.7051C24.7319 25.7648 24.646 25.8506 24.5863 25.9541L23.7174 27.4591C23.696 27.4961 23.6565 27.5189 23.6137 27.5189H21.8759C21.7565 27.5189 21.6392 27.5504 21.5357 27.6101L18.2085 29.5311C18.1714 29.5524 18.1258 29.5524 18.0888 29.5311L14.7615 27.6101L14.6214 27.8528Z' fill='%231E7EE9' stroke='%23FFCF56' stroke-width='0.560581'/%3E%3Cpath d='M15.5334 9.3999L16.1153 10.399L17.2453 10.6437L16.4749 11.5058L16.5914 12.6561L15.5334 12.1899L14.4754 12.6561L14.5919 11.5058L13.8215 10.6437L14.9515 10.399L15.5334 9.3999Z' fill='url(%23paint0_linear_2380_38975)'/%3E%3Cpath d='M20.8668 9.39996L21.4487 10.399L22.5787 10.6437L21.8083 11.5059L21.9248 12.6562L20.8668 12.19L19.8088 12.6562L19.9252 11.5059L19.1549 10.6437L20.2849 10.399L20.8668 9.39996Z' fill='%23FCD97E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2686 25C20.959 25 20.708 25.251 20.708 25.5606H23.0905C23.4001 25.5606 23.6511 25.3096 23.6511 25H21.2686ZM13.5606 25.0001C13.251 25.0001 13 25.251 13 25.5606H15.3825C15.6921 25.5606 15.943 25.3097 15.943 25.0001H13.5606Z' fill='%23FCD97E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.742 24.8702C19.6867 25.155 19.5485 25.406 19.3553 25.6001C19.4867 24.7275 18.8357 23.9297 17.9574 23.8815C18.1588 23.7656 18.3916 23.7 18.6373 23.7H19.7064C19.8426 23.7 19.9451 23.8243 19.9191 23.9581L19.742 24.8702ZM17.8721 24.1179C17.3379 24.1179 16.8787 24.4966 16.777 25.021L16.5553 26.1648C16.5295 26.2977 16.6313 26.4211 16.7667 26.4211H18.1306C18.604 26.4211 19.0116 26.0819 19.1017 25.6171C19.2517 24.8434 18.6603 24.1179 17.8721 24.1179Z' fill='%23FCD97E'/%3E%3Cpath d='M14.4154 15.4002C13.6362 15.4002 13.0927 16.1728 13.356 16.9061L14.6821 20.6002H15.2898C15.965 20.6002 16.5676 20.1763 16.7957 19.5408L18.2821 15.4002H17.8077C17.1324 15.4002 16.5299 15.8241 16.3017 16.4596L15.5487 18.5574L14.4154 15.4002Z' fill='%23FCD97E'/%3E%3Cpath d='M18.6821 19.8002H19.7487L20.9487 19.7976V20.7335H22.2821V19.7976H22.9487V18.4643H22.2821V17.4002H20.9487V18.4643H20.0946L20.833 15.7086L20.9096 15.4002H19.5487L18.6821 18.5987V19.8002Z' fill='%23FCD97E'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2380_38975' x1='15.5334' y1='9.3999' x2='15.5334' y2='12.9999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBDC8D'/%3E%3Cstop offset='1' stop-color='%23FED05E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-vip-level-icon5 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2918 33.9707L31.3814 26.4135C31.5765 26.3008 31.6967 26.0926 31.6967 25.8673L31.6967 10.7528C31.6967 10.5275 31.5765 10.3193 31.3814 10.2066L18.2918 2.64935C18.0967 2.53669 17.8563 2.53669 17.6612 2.64935L4.57162 10.2066C4.37649 10.3193 4.25629 10.5275 4.25629 10.7528L4.25629 25.8673C4.25629 26.0926 4.37649 26.3008 4.57161 26.4135L17.6612 33.9707C17.8563 34.0834 18.0967 34.0834 18.2918 33.9707Z' fill='%23DAE6EC' stroke='black' stroke-width='0.420435'/%3E%3Cpath d='M31.1182 25.9583L18.0287 33.5155C17.9962 33.5343 17.9561 33.5343 17.9236 33.5155L4.83402 25.9583C4.8015 25.9395 4.78147 25.9048 4.78147 25.8672L4.78147 10.7527C4.78147 10.7152 4.8015 10.6805 4.83402 10.6617L17.9236 3.10442C17.9561 3.08565 17.9962 3.08565 18.0287 3.10442L31.1183 10.6617C31.1508 10.6805 31.1708 10.7152 31.1708 10.7527L31.1708 25.8672C31.1708 25.9048 31.1508 25.9395 31.1182 25.9583Z' fill='%23425E47' stroke='%23FED369' stroke-width='0.630653'/%3E%3Cpath d='M31.0065 18.4152L24.5826 29.5418C24.545 29.6068 24.4756 29.6469 24.4005 29.6469L11.5527 29.6469C11.4776 29.6469 11.4082 29.6068 11.3706 29.5418L4.94669 18.4152C4.90914 18.3501 4.90914 18.27 4.94669 18.205L11.3706 7.0784C11.4082 7.01336 11.4776 6.97329 11.5527 6.97329L24.4005 6.97329C24.4756 6.97329 24.545 7.01336 24.5826 7.0784L31.0065 18.205C31.0441 18.27 31.0441 18.3501 31.0065 18.4152Z' fill='%23425E47' stroke='%23FDD673' stroke-width='0.420435'/%3E%3Cpath d='M27.8122 12.7529L27.8122 23.8674C27.8122 23.9425 27.7721 24.0119 27.7071 24.0494L18.0816 29.6067C18.0166 29.6443 17.9364 29.6443 17.8714 29.6067L8.24595 24.0494C8.18091 24.0119 8.14084 23.9425 8.14084 23.8674L8.14084 12.7529C8.14084 12.6778 8.18091 12.6084 8.24595 12.5708L17.8714 7.01355C17.9364 6.976 18.0166 6.976 18.0816 7.01355L27.7071 12.5708C27.7721 12.6084 27.8122 12.6778 27.8122 12.7529Z' fill='%238BBF10' stroke='%23FDD87B' stroke-width='0.420435'/%3E%3Cpath d='M17.9331 9.24341L18.6443 10.4645L20.0254 10.7636L19.0839 11.8173L19.2262 13.2232L17.9331 12.6534L16.64 13.2232L16.7823 11.8173L15.8408 10.7636L17.2219 10.4645L17.9331 9.24341Z' fill='%23FFE6A6'/%3E%3Cpath d='M12.5605 23.7768C12.2509 23.7768 11.9999 24.0277 11.9999 24.3373H14.9429C15.2525 24.3373 15.5035 24.0864 15.5035 23.7768H12.5605Z' fill='%23FFE6A6'/%3E%3Cpath d='M20.829 23.7768C20.5194 23.7768 20.2684 24.0278 20.2684 24.3374H23.3516C23.6612 24.3374 23.9122 24.0864 23.9122 23.7768H20.829Z' fill='%23FFE6A6'/%3E%3Cpath d='M20.8291 25.0381C20.5195 25.0381 20.2685 25.2891 20.2685 25.5987H21.8101C22.1197 25.5987 22.3707 25.3477 22.3707 25.0381H20.8291Z' fill='%23FFE6A6'/%3E%3Cpath d='M13.9619 25.0382C13.6523 25.0382 13.4014 25.2892 13.4014 25.5988H14.943C15.2526 25.5988 15.5035 25.3478 15.5035 25.0382H13.9619Z' fill='%23FFE6A6'/%3E%3Cpath d='M19.3961 24.5918C19.3434 24.8633 19.2116 25.1025 19.0275 25.2875C19.1528 24.456 18.5325 23.6957 17.6956 23.6497C17.8874 23.5392 18.1092 23.4768 18.3434 23.4768H19.3556C19.4889 23.4768 19.589 23.5983 19.5636 23.7291L19.3961 24.5918Z' fill='%23FFE6A6'/%3E%3Cpath d='M17.6155 23.8752C17.1064 23.8752 16.6688 24.2361 16.5719 24.7358L16.362 25.8186C16.3368 25.9489 16.4366 26.07 16.5694 26.07L17.8618 26.07C18.3129 26.07 18.7013 25.7467 18.7872 25.3039C18.9301 24.5665 18.3666 23.8752 17.6155 23.8752Z' fill='%23FFE6A6'/%3E%3Cpath d='M14.3764 15.8311C13.5973 15.8311 13.0538 16.6036 13.317 17.337L14.6431 21.0311H15.2508C15.9261 21.0311 16.5286 20.6072 16.7567 19.9717L18.2431 15.8311H17.7687C17.0935 15.8311 16.4909 16.255 16.2628 16.8905L15.5098 18.9882L14.3764 15.8311Z' fill='%23FFE6A6'/%3E%3Cpath d='M20.2431 15.6433H22.6431C22.6431 16.3061 22.1059 16.8433 21.4431 16.8433H20.2431V15.6433Z' fill='%23FFE6A6'/%3E%3Cpath d='M19.0431 21.11C19.0431 20.4472 19.5804 19.91 20.2431 19.91H21.4431V21.11H19.0431Z' fill='%23FFE6A6'/%3E%3Cpath d='M19.0431 17.7766H21.4431V18.9766H20.1098C19.5207 18.9766 19.0431 18.4991 19.0431 17.91V17.7766Z' fill='%23FFE6A6'/%3E%3Cpath d='M21.4431 21.11V17.7766H21.5764C22.1655 17.7766 22.6431 18.2542 22.6431 18.8433V19.91C22.6431 20.5727 22.1059 21.11 21.4431 21.11Z' fill='%23FFE6A6'/%3E%3Cpath d='M20.2431 15.6433V17.7766H19.0431V16.8433C19.0431 16.1806 19.5804 15.6433 20.2431 15.6433Z' fill='%23FFE6A6'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-vip-level-icon6 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.5929 18.1151C34.7056 17.92 34.7056 17.6796 34.5929 17.4844L26.569 3.58657C26.4563 3.39145 26.2481 3.27125 26.0228 3.27125L9.97496 3.27125C9.74965 3.27125 9.54145 3.39145 9.4288 3.58657L1.40487 17.4844C1.29222 17.6795 1.29222 17.92 1.40487 18.1151L9.4288 32.0129C9.54145 32.2081 9.74965 32.3283 9.97496 32.3283L26.0228 32.3283C26.2481 32.3283 26.4563 32.2081 26.569 32.0129L34.5929 18.1151Z' fill='%23DAE6EC' stroke='black' stroke-width='0.420435'/%3E%3Cpath d='M34.1375 17.7473C34.1563 17.7798 34.1563 17.8199 34.1375 17.8524L26.1136 31.7503C26.0948 31.7828 26.0601 31.8028 26.0226 31.8028L9.97472 31.8028C9.93716 31.8028 9.90247 31.7828 9.88369 31.7503L1.85976 17.8524C1.84098 17.8199 1.84098 17.7798 1.85976 17.7473L9.88369 3.84947L9.61061 3.6918L9.88369 3.84946C9.90247 3.81695 9.93716 3.79691 9.97472 3.79691L26.0226 3.79691C26.0601 3.79691 26.0948 3.81695 26.1136 3.84947L34.1375 17.7473Z' fill='%23425E47' stroke='%23FED369' stroke-width='0.630653'/%3E%3Cpath d='M30.108 10.6868C30.173 10.7244 30.2131 10.7938 30.2131 10.8689L30.2131 24.7307C30.2131 24.8058 30.173 24.8752 30.108 24.9128L18.1033 31.8437C18.0382 31.8813 17.9581 31.8813 17.893 31.8437L5.88833 24.9128C5.82328 24.8752 5.78321 24.8058 5.78321 24.7307L5.78322 10.8689C5.78322 10.7938 5.82328 10.7244 5.88833 10.6868L17.893 3.7559C17.9581 3.71835 18.0382 3.71835 18.1033 3.7559L30.108 10.6868Z' fill='%23425E47' stroke='%23FDD673' stroke-width='0.420435'/%3E%3Cpath d='M17.9516 4.26565C18.0327 4.126 18.2343 4.126 18.3153 4.26565L29.9407 24.3073C30.022 24.4474 29.9209 24.623 29.7589 24.623H6.50812C6.3461 24.623 6.24499 24.4474 6.32628 24.3073L17.9516 4.26565Z' fill='%2383B70D' stroke='%23FDD673' stroke-width='0.420435'/%3E%3Cpath d='M24.2917 7.36247L30.257 17.6948C30.2946 17.7598 30.2946 17.8399 30.257 17.905L24.2917 28.2373C24.2541 28.3023 24.1847 28.3424 24.1096 28.3424L12.1789 28.3424C12.1038 28.3424 12.0344 28.3023 11.9968 28.2373L6.03149 17.905C5.99394 17.8399 5.99394 17.7598 6.03149 17.6948L11.9968 7.36247C12.0344 7.29743 12.1038 7.25736 12.1789 7.25736L24.1096 7.25736C24.1847 7.25736 24.2541 7.29743 24.2917 7.36247Z' fill='%238BBF10' stroke='%23FDD87B' stroke-width='0.420435'/%3E%3Cpath d='M14.9999 9.13306L15.7112 10.3541L17.0923 10.6532L16.1507 11.707L16.2931 13.1129L14.9999 12.5431L13.7068 13.1129L13.8492 11.707L12.9076 10.6532L14.2887 10.3541L14.9999 9.13306Z' fill='%23FFE6A6'/%3E%3Cpath d='M21.2666 9.13306L21.9778 10.3541L23.3589 10.6532L22.4174 11.707L22.5597 13.1129L21.2666 12.5431L19.9735 13.1129L20.1158 11.707L19.1743 10.6532L20.5554 10.3541L21.2666 9.13306Z' fill='%23FFE6A6'/%3E%3Cpath d='M12.5606 24C12.251 24 12 24.251 12 24.5606H14.943C15.2526 24.5606 15.5036 24.3096 15.5036 24H12.5606Z' fill='%23FFE6A6'/%3E%3Cpath d='M20.8291 24C20.5195 24 20.2685 24.251 20.2685 24.5606H23.3517C23.6613 24.5606 23.9123 24.3096 23.9123 24H20.8291Z' fill='%23FFE6A6'/%3E%3Cpath d='M20.8287 25.2612C20.5191 25.2612 20.2681 25.5122 20.2681 25.8218H21.8097C22.1193 25.8218 22.3703 25.5708 22.3703 25.2612H20.8287Z' fill='%23FFE6A6'/%3E%3Cpath d='M13.9618 25.2613C13.6522 25.2613 13.4012 25.5123 13.4012 25.8219H14.9428C15.2524 25.8219 15.5034 25.5709 15.5034 25.2613H13.9618Z' fill='%23FFE6A6'/%3E%3Cpath d='M19.5294 24.6478C19.4767 24.9192 19.3449 25.1585 19.1607 25.3434C19.286 24.5119 18.6657 23.7517 17.8287 23.7057C18.0206 23.5952 18.2425 23.5327 18.4767 23.5327H19.4889C19.6221 23.5327 19.7223 23.6542 19.6969 23.785L19.5294 24.6478Z' fill='%23FFE6A6'/%3E%3Cpath d='M17.7485 23.9312C17.2395 23.9312 16.8019 24.2921 16.705 24.7919L16.4951 25.8746C16.4698 26.005 16.5697 26.126 16.7024 26.126H17.9949C18.446 26.126 18.8344 25.8027 18.9202 25.3599C19.0632 24.6225 18.4996 23.9312 17.7485 23.9312Z' fill='%23FFE6A6'/%3E%3Cpath d='M14.6652 15.2666C13.8861 15.2666 13.3426 16.0391 13.6058 16.7725L14.9319 20.4666H15.5396C16.2149 20.4666 16.8174 20.0427 17.0455 19.4071L18.5319 15.2666H18.0575C17.3823 15.2666 16.7797 15.6904 16.5516 16.326L15.7986 18.4237L14.6652 15.2666Z' fill='%23FFE6A6'/%3E%3Cpath d='M20.3986 15.1332H22.7986C22.7986 15.796 22.2613 16.3332 21.5986 16.3332H20.3986V15.1332Z' fill='%23FFE6A6'/%3E%3Cpath d='M19.1986 19.3999H21.5986V20.5999H19.1986V19.3999Z' fill='%23FFE6A6'/%3E%3Cpath d='M19.1986 17.2666H21.5986V18.4666H19.1986V17.2666Z' fill='%23FFE6A6'/%3E%3Cpath d='M21.5986 20.5999V17.2666H22.7986V19.3999C22.7986 20.0626 22.2613 20.5999 21.5986 20.5999Z' fill='%23FFE6A6'/%3E%3Cpath d='M20.3986 15.1332V19.3999H19.1986V16.3332C19.1986 15.6705 19.7358 15.1332 20.3986 15.1332Z' fill='%23FFE6A6'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-vip-level-icon7 {
    background: url("data:image/svg+xml;utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.29769 8.96439C2.8581 8.97963 2.5867 9.4502 2.79317 9.8384L4.99118 13.9711C5.02522 14.0351 5.02389 14.1121 4.98765 14.1749L2.91938 17.7585C2.81315 17.9426 2.81315 18.1694 2.91938 18.3534L4.95664 21.8833C4.99287 21.9461 4.9942 22.0231 4.96016 22.0871L2.79317 26.1615C2.5867 26.5497 2.85811 27.0203 3.29769 27.0355L7.90824 27.1953C7.98072 27.1978 8.04678 27.2375 8.08303 27.3003L10.1968 30.9628C10.303 31.1468 10.4994 31.2603 10.7119 31.2603H14.8545C14.927 31.2603 14.9944 31.2977 15.0328 31.3592L17.4287 35.197C17.6616 35.5701 18.2048 35.5701 18.4378 35.197L20.8336 31.3592C20.872 31.2977 20.9394 31.2603 21.0119 31.2603H25.2667C25.4792 31.2603 25.6756 31.1468 25.7818 30.9628L27.8979 27.2964C27.9341 27.2336 28.0002 27.1939 28.0727 27.1914L32.5688 27.0355C33.0084 27.0203 33.2798 26.5497 33.0733 26.1615L30.9601 22.1882C30.926 22.1242 30.9274 22.0472 30.9636 21.9844L33.0592 18.3534C33.1655 18.1694 33.1655 17.9426 33.0592 17.7585L30.9326 14.0738C30.8964 14.011 30.895 13.934 30.9291 13.87L33.0733 9.83839C33.2798 9.45019 33.0084 8.97962 32.5688 8.96439L28.0067 8.80623C27.9342 8.80372 27.8681 8.76403 27.8319 8.70122L25.7818 5.14918C25.6756 4.96511 25.4792 4.85168 25.2667 4.85168H21.0819C21.0094 4.85168 20.942 4.8143 20.9036 4.75279L18.4378 0.802893C18.2048 0.42978 17.6616 0.429781 17.4287 0.802894L14.9629 4.75279C14.9245 4.8143 14.8571 4.85168 14.7846 4.85168H10.7119C10.4994 4.85168 10.303 4.96511 10.1968 5.14918L8.14903 8.69726C8.11278 8.76006 8.04672 8.79976 7.97424 8.80227L3.29769 8.96439Z' fill='%23DAE6EC' stroke='black' stroke-width='0.420435'/%3E%3Cpath d='M30.4774 14.3365L30.7505 14.1788L30.4774 14.3365L32.6041 18.0212C32.6165 18.0427 32.6165 18.0692 32.6041 18.0907L30.5084 21.7217C30.3816 21.9415 30.3769 22.211 30.4961 22.435L32.6093 26.4083C32.6335 26.4537 32.6016 26.5085 32.5506 26.5103L28.0544 26.6661C27.8008 26.6749 27.5696 26.8138 27.4427 27.0337L25.3267 30.7001C25.3143 30.7216 25.2914 30.7347 25.2667 30.7347H21.0119C20.7581 30.7347 20.5222 30.8656 20.3878 31.0809L17.9919 34.9187C17.9648 34.9621 17.9016 34.9621 17.8745 34.9187L15.4787 31.0809C15.3442 30.8656 15.1083 30.7347 14.8545 30.7347H10.7119C10.6872 30.7347 10.6643 30.7215 10.6519 30.7001L10.3788 30.8577L10.6519 30.7001L8.53821 27.0376C8.41133 26.8178 8.18011 26.6789 7.92645 26.6701L3.3159 26.5103C3.26487 26.5085 3.23299 26.4537 3.25717 26.4083L5.42416 22.3339C5.54329 22.1099 5.53863 21.8404 5.41181 21.6206L3.37455 18.0907C3.36215 18.0692 3.36215 18.0427 3.37455 18.0212L5.44283 14.4376C5.56964 14.2179 5.57431 13.9483 5.45518 13.7243L3.25717 9.59161C3.23299 9.54616 3.26488 9.49139 3.31589 9.48962L7.99245 9.3275C8.24611 9.3187 8.47733 9.17979 8.6042 8.95996L10.652 5.41188C10.6643 5.3904 10.6872 5.37723 10.7119 5.37723H14.7846C15.0384 5.37723 15.2743 5.2464 15.4087 5.03109L17.8745 1.0812C17.9016 1.03774 17.9648 1.03774 17.9919 1.0812L20.4578 5.03109C20.5922 5.2464 20.8281 5.37723 21.0819 5.37723H25.2667C25.2914 5.37723 25.3143 5.3904 25.3267 5.41188L27.3767 8.96392C27.5036 9.18375 27.7348 9.32267 27.9884 9.33146L32.5506 9.48961C32.6016 9.49138 32.6335 9.54615 32.6093 9.59161L30.4651 13.6232C30.3459 13.8472 30.3506 14.1167 30.4774 14.3365Z' fill='%231D0482' stroke='%23FDD570' stroke-width='0.630653'/%3E%3Cpath d='M12.0386 7.81976L11.8564 7.71492L12.0386 7.81975C12.0565 7.78869 12.0893 7.76991 12.1243 7.76991H15.3546C15.5725 7.76991 15.7749 7.65745 15.89 7.47248L17.8496 4.32379C17.8884 4.26131 17.9785 4.26131 18.0174 4.32379L19.977 7.47248C20.0921 7.65745 20.2945 7.76991 20.5124 7.76991H23.8329C23.8679 7.76991 23.9007 7.78868 23.9186 7.81976L25.545 10.6466C25.6537 10.8354 25.852 10.9548 26.0697 10.9624L29.6938 11.0884C29.7661 11.0909 29.813 11.1695 29.7778 11.236L28.0737 14.45C27.9721 14.6416 27.9761 14.872 28.0842 15.0599L29.7728 17.9949C29.7908 18.026 29.7908 18.0645 29.7728 18.0957L28.1092 20.9872C28.001 21.1752 27.997 21.4055 28.0986 21.5971L29.7778 24.7641C29.813 24.8306 29.7661 24.9091 29.6938 24.9117L26.1228 25.0358C25.9051 25.0434 25.7068 25.1628 25.5981 25.3516L23.9186 28.2708C23.9007 28.3018 23.8679 28.3206 23.8329 28.3206H20.4561C20.2382 28.3206 20.0358 28.4331 19.9207 28.618L18.0174 31.6763C17.9785 31.7388 17.8884 31.7388 17.8496 31.6763L15.9463 28.618C15.8312 28.4331 15.6287 28.3206 15.4109 28.3206H12.1243C12.0893 28.3206 12.0565 28.3018 12.0386 28.2708L10.3609 25.3548C10.2523 25.166 10.0539 25.0466 9.8362 25.039L6.17317 24.9117C6.10091 24.9091 6.05395 24.8306 6.08918 24.7641L7.81162 21.5155C7.9132 21.3239 7.90922 21.0936 7.80107 20.9056L6.18436 18.0957C6.16643 18.0645 6.16643 18.026 6.18436 17.9949L7.82602 15.1415C7.93417 14.9536 7.93816 14.7232 7.83657 14.5316L6.08918 11.236C6.05395 11.1695 6.1009 11.0909 6.17317 11.0884L9.88929 10.9592C10.107 10.9516 10.3054 10.8322 10.414 10.6434L12.0386 7.81976Z' fill='%23A529DF' stroke='%23FED46D' stroke-width='0.420435'/%3E%3Cpath d='M17.9996 8.19989L18.7755 9.53199L20.2822 9.85825L19.255 11.0078L19.4103 12.5415L17.9996 11.9199L16.5889 12.5415L16.7442 11.0078L15.7171 9.85825L17.2237 9.53199L17.9996 8.19989Z' fill='%23FCD97E'/%3E%3Cpath d='M21.1092 25.1213C20.7996 25.1213 20.5486 25.3723 20.5486 25.6819H23.2114C23.521 25.6819 23.7719 25.4309 23.7719 25.1213H21.1092Z' fill='%23FCD97E'/%3E%3Cpath d='M13.261 25.1214C12.9514 25.1214 12.7004 25.3724 12.7004 25.682H15.2231C15.5327 25.682 15.7836 25.431 15.7836 25.1214H13.261Z' fill='%23FCD97E'/%3E%3Cpath d='M21.1094 24C20.7998 24 20.5488 24.251 20.5488 24.5606H23.9123C24.2219 24.5606 24.4729 24.3096 24.4729 24H21.1094Z' fill='%23FCD97E'/%3E%3Cpath d='M12.5606 24C12.251 24 12 24.251 12 24.5606H15.2233C15.5329 24.5606 15.7839 24.3096 15.7839 24H12.5606Z' fill='%23FCD97E'/%3E%3Cpath d='M20.9691 26.2424C20.6595 26.2424 20.4086 26.4934 20.4086 26.803H21.9502C22.2598 26.803 22.5107 26.552 22.5107 26.2424H20.9691Z' fill='%23FCD97E'/%3E%3Cpath d='M14.1021 26.2425C13.7925 26.2425 13.5415 26.4934 13.5415 26.803H15.0831C15.3927 26.803 15.6437 26.5521 15.6437 26.2425H14.1021Z' fill='%23FCD97E'/%3E%3Cpath d='M19.4735 25.1701C19.4182 25.4551 19.2798 25.7061 19.0866 25.9003C19.2179 25.0276 18.5668 24.2299 17.6885 24.1817C17.8899 24.0657 18.1228 24 18.3687 24H19.4378C19.5741 24 19.6765 24.1243 19.6506 24.2581L19.4735 25.1701Z' fill='%23FCD97E'/%3E%3Cpath d='M17.6041 24.418C17.0699 24.418 16.6107 24.7968 16.5091 25.3212L16.2873 26.4649C16.2616 26.5978 16.3634 26.7213 16.4987 26.7213H17.8627C18.336 26.7213 18.7436 26.382 18.8337 25.9173C18.9837 25.1435 18.3923 24.418 17.6041 24.418Z' fill='%23FCD97E'/%3E%3Cpath d='M14.7998 15.4C14.0207 15.4 13.4772 16.1725 13.7404 16.9059L15.0665 20.6H15.6742C16.3495 20.6 16.952 20.1761 17.1801 19.5406L18.6665 15.4H18.1921C17.5169 15.4 16.9143 15.8239 16.6862 16.4594L15.9332 18.5571L14.7998 15.4Z' fill='%23FCD97E'/%3E%3Cpath d='M19.4665 15.4H23.4665L22.6665 16.6H19.4665V15.4Z' fill='%23FCD97E'/%3E%3Cpath d='M20.3998 20.7333L21.9998 15.4H23.4665L21.8665 20.7333H20.3998Z' fill='%23FCD97E'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-warn-state-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='89' height='88' viewBox='0 0 89 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='44.5' cy='44' r='44' fill='%23E39D35'/%3E%3Cpath d='M60 40C60 46.808 55.748 52.622 49.756 54.934H38.244C32.252 52.622 28 46.808 28 40C28 31.163 35.163 24 44 24C52.837 24 60 31.163 60 40Z' stroke='%23F5F5F5' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40 60H48' stroke='%23F5F5F5' stroke-width='4' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M42 65V65C43.259 65.6295 44.741 65.6295 46 65V65' stroke='%23F5F5F5' stroke-width='4' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M67.8173 34.5719C67.7674 34.6804 67.6804 34.7674 67.5719 34.8173L65.9879 35.5457C65.5997 35.7242 65.5997 36.2758 65.9879 36.4543L67.5719 37.1827C67.6804 37.2326 67.7674 37.3196 67.8173 37.4281L68.5457 39.0121C68.7242 39.4003 69.2758 39.4003 69.4543 39.0121L70.1827 37.4281C70.2326 37.3196 70.3196 37.2326 70.4281 37.1827L72.0121 36.4543C72.4003 36.2758 72.4003 35.7242 72.0121 35.5457L70.4281 34.8173C70.3196 34.7674 70.2326 34.6804 70.1827 34.5719L69.4543 32.9879C69.2758 32.5997 68.7242 32.5997 68.5457 32.9879L67.8173 34.5719ZM62.5451 31.0031C62.723 31.393 63.277 31.393 63.4549 31.0031L64.8025 28.0498C64.8525 27.9403 64.9403 27.8525 65.0498 27.8025L68.0031 26.4549C68.393 26.277 68.393 25.723 68.0031 25.5451L65.0498 24.1975C64.9403 24.1475 64.8525 24.0597 64.8025 23.9502L63.4549 20.9969C63.277 20.607 62.723 20.607 62.5451 20.9969L61.1975 23.9502C61.1475 24.0597 61.0597 24.1475 60.9502 24.1975L57.9969 25.5451C57.607 25.723 57.607 26.277 57.9969 26.4549L60.9502 27.8025C61.0597 27.8525 61.1475 27.9403 61.1975 28.0498L62.5451 31.0031Z' fill='%23F5F5F5'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.bx-icon-watermark-big {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg width='361' height='270' viewBox='0 0 361 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2326_20658' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='361' height='270'%3E%3Crect width='361' height='270' rx='8' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2326_20658)'%3E%3Cg opacity='0.6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M380.989 340.861C405.674 323.614 423.71 296.985 429.77 265.417L471.807 46.4512C473.046 39.9963 468.158 34 461.656 34H227.848C200.669 34 175.325 43.3759 155.144 59.3527L234.899 59.3527C338.717 59.3527 416.788 155.086 397.033 258.167L382.378 334.633C381.976 336.734 381.512 338.811 380.989 340.861Z' fill='currentColor'/%3E%3Cpath d='M33.959 188.734C44.6007 133.218 92.6655 93.1251 148.579 93.1251H234.538C317.038 93.1251 379.078 169.202 363.376 251.116L347.321 334.87C337.957 383.721 295.663 419 246.462 419L2.27704 419C-4.18142 419 -9.0381 413.044 -7.8089 406.632L33.959 188.734Z' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    width: 1em;
    height: 1em
}

.bx-icon-welfare-banner-icon,
.bx-icon\:welfare-banner-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg width='271' height='270' viewBox='0 0 271 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M181.98 14.7861L111.088 2.89316L35.5917 41.1954L0.845703 131.383L30.8112 210.67L92.7827 250.313L159.593 260.107L233.807 221.746L268.262 131.442L240.045 54.196L181.98 14.7861Z' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M239.229 88.1262L181.98 14.7865L35.5921 41.1958L35.0674 92.7318L39.3232 178.081L92.7248 250.313L184.079 234.689L233.749 221.689L241.328 174.758L239.987 89.3505L239.171 52.3891' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M181.979 14.7865L167.113 69.1209L240.045 89.3505L268.261 131.384L241.386 174.758' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M159.593 260.107L184.137 234.689L240.045 174.758' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M240.045 89.3499L186.877 152.313L167.113 69.1203' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M240.045 174.175L188.45 152.954' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M184.137 234.689L186.877 152.954' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M30.8112 210.67L37.8071 177.498L0.845703 131.384L35.1253 92.6735' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M39.3818 178.081L115.753 199.127L186.877 152.313L92.7834 115.818L40.3729 178.081' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M92.7832 250.313L115.52 200.468L182.913 234.689' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M33.5518 94.4805L48.7094 83.6952L111.089 4.23413' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M92.7819 115.818L165.772 69.1208L89.0508 32.3343' stroke='%23363636' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M241.969 52.4471C241.969 50.9313 240.745 49.707 239.229 49.707C237.714 49.707 236.489 50.9313 236.489 52.4471C236.489 53.9628 237.714 55.1871 239.229 55.1871C240.745 55.1871 241.969 53.9628 241.969 52.4471Z' fill='%23565656'/%3E%3Cpath d='M242.785 89.3498C242.785 87.834 241.56 86.6097 240.045 86.6097C238.529 86.6097 237.305 87.834 237.305 89.3498C237.305 90.8655 238.529 92.0898 240.045 92.0898C241.56 92.0898 242.785 90.8655 242.785 89.3498Z' fill='%23565656'/%3E%3Cpath d='M271.001 131.384C271.001 129.868 269.776 128.644 268.261 128.644C266.745 128.644 265.521 129.868 265.521 131.384C265.521 132.9 266.745 134.124 268.261 134.124C269.776 134.124 271.001 132.9 271.001 131.384Z' fill='%23565656'/%3E%3Cpath d='M244.126 174.758C244.126 173.242 242.901 172.018 241.386 172.018C239.87 172.018 238.646 173.242 238.646 174.758C238.646 176.274 239.87 177.498 241.386 177.498C242.901 177.498 244.126 176.274 244.126 174.758Z' fill='%23565656'/%3E%3Cpath d='M236.546 221.688C236.546 220.172 235.322 218.948 233.806 218.948C232.291 218.948 231.066 220.172 231.066 221.688C231.066 223.204 232.291 224.428 233.806 224.428C235.322 224.428 236.546 223.204 236.546 221.688Z' fill='%23565656'/%3E%3Cpath d='M186.878 234.689C186.878 233.173 185.653 231.949 184.138 231.949C182.622 231.949 181.397 233.173 181.397 234.689C181.397 236.205 182.622 237.429 184.138 237.429C185.653 237.429 186.878 236.205 186.878 234.689Z' fill='%23565656'/%3E%3Cpath d='M162.334 260.107C162.334 258.591 161.109 257.367 159.594 257.367C158.078 257.367 156.854 258.591 156.854 260.107C156.854 261.623 158.078 262.847 159.594 262.847C161.109 262.847 162.334 261.623 162.334 260.107Z' fill='%23565656'/%3E%3Cpath d='M95.5221 250.313C95.5221 248.797 94.2978 247.573 92.782 247.573C91.2663 247.573 90.042 248.797 90.042 250.313C90.042 251.829 91.2663 253.053 92.782 253.053C94.2978 253.053 95.5221 251.829 95.5221 250.313Z' fill='%23565656'/%3E%3Cpath d='M33.5504 210.67C33.5504 209.154 32.3261 207.93 30.8103 207.93C29.2946 207.93 28.0703 209.154 28.0703 210.67C28.0703 212.186 29.2946 213.41 30.8103 213.41C32.3261 213.41 33.5504 212.186 33.5504 210.67Z' fill='%23565656'/%3E%3Cpath d='M42.1207 178.08C42.1207 176.565 40.8964 175.34 39.3807 175.34C37.8649 175.34 36.6406 176.565 36.6406 178.08C36.6406 179.596 37.8649 180.82 39.3807 180.82C40.8964 180.82 42.1207 179.596 42.1207 178.08Z' fill='%23565656'/%3E%3Cpath d='M118.668 199.127C118.668 197.611 117.443 196.387 115.928 196.387C114.412 196.387 113.188 197.611 113.188 199.127C113.188 200.642 114.412 201.867 115.928 201.867C117.443 201.867 118.668 200.642 118.668 199.127Z' fill='%23565656'/%3E%3Cpath d='M37.8648 92.732C37.8648 91.2162 36.6406 89.9919 35.1248 89.9919C33.609 89.9919 32.3848 91.2162 32.3848 92.732C32.3848 94.2477 33.609 95.472 35.1248 95.472C36.6406 95.472 37.8648 94.2477 37.8648 92.732Z' fill='%23565656'/%3E%3Cpath d='M38.3893 41.1953C38.3893 39.6795 37.165 38.4553 35.6492 38.4553C34.1335 38.4553 32.9092 39.6795 32.9092 41.1953C32.9092 42.7111 34.1335 43.9353 35.6492 43.9353C37.165 43.9353 38.3893 42.7111 38.3893 41.1953Z' fill='%23565656'/%3E%3Cpath d='M169.854 69.1209C169.854 67.6051 168.63 66.3809 167.114 66.3809C165.598 66.3809 164.374 67.6051 164.374 69.1209C164.374 70.6367 165.598 71.8609 167.114 71.8609C168.63 71.9192 169.854 70.6367 169.854 69.1209Z' fill='%23565656'/%3E%3Cpath d='M189.617 152.313C189.617 150.797 188.393 149.573 186.877 149.573C185.361 149.573 184.137 150.797 184.137 152.313C184.137 153.828 185.361 155.053 186.877 155.053C188.393 155.053 189.617 153.828 189.617 152.313Z' fill='%23565656'/%3E%3Cpath d='M113.828 2.89318C113.828 1.37741 112.603 0.153137 111.088 0.153137C109.572 0.153137 108.348 1.37741 108.348 2.89318C108.348 4.40894 109.572 5.63321 111.088 5.63321C112.603 5.63321 113.828 4.40894 113.828 2.89318Z' fill='%23565656'/%3E%3Cpath d='M184.72 14.7865C184.72 13.2708 183.496 12.0465 181.98 12.0465C180.465 12.0465 179.24 13.2708 179.24 14.7865C179.24 16.3023 180.465 17.5266 181.98 17.5266C183.496 17.5266 184.72 16.3023 184.72 14.7865Z' fill='%23565656'/%3E%3Cg clip-path='url(%23clip0_2326_19584)'%3E%3Cpath d='M82.8227 184.503C87.1166 176.683 87.877 165.242 84.0304 153.802C80.9888 144.774 75.7109 137.445 69.5831 132.976L67.0783 123.234C65.9601 123.636 64.8418 124.038 63.6789 124.441C60.2795 125.647 56.8802 126.854 53.4808 128.06C52.8099 128.284 52.139 128.552 51.4233 128.775C50.6629 129.044 49.9473 129.267 49.2316 129.625C48.2476 130.071 47.3083 130.608 46.4584 131.233C44.6693 132.529 43.1485 134.138 41.8961 135.97C40.5543 137.937 39.5255 140.082 38.7651 142.316C37.9153 144.774 37.4233 147.366 37.1549 149.914C36.8865 152.729 36.9313 155.589 37.1996 158.405C37.5127 161.444 38.1389 164.438 39.0335 167.343C39.1677 167.79 39.3019 168.236 39.4808 168.683C45.3402 186.157 59.6981 197.151 71.8195 193.71C74.861 192.86 77.7236 191.564 80.6757 190.492C81.7939 190.09 82.9121 189.687 84.0304 189.285C84.0304 189.241 82.8227 184.503 82.8227 184.503Z' fill='%23383838' stroke='black' stroke-width='1.12678' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M81.5703 189.866C70.0751 189.866 58.4905 179.185 53.3467 163.901C47.3083 145.892 52.5863 127.792 65.1103 123.591C66.8547 123.01 68.6885 122.698 70.5671 122.698C82.0624 122.698 93.647 133.378 98.7908 148.662C101.698 157.377 102.101 166.359 99.909 173.912C97.7173 181.554 93.1103 186.917 87.0272 188.928C85.2828 189.598 83.4489 189.866 81.5703 189.866Z' fill='white'/%3E%3Cpath d='M70.567 123.189C81.5702 123.189 93.1996 133.557 98.3434 148.841C104.337 166.672 99.1933 184.459 86.8929 188.57C85.1485 189.151 83.3594 189.419 81.5702 189.419C70.567 189.419 58.9376 179.051 53.7938 163.767C47.8002 145.936 52.944 128.15 65.2443 124.038C66.9888 123.457 68.7779 123.189 70.567 123.189ZM70.567 122.295C68.6437 122.295 66.7651 122.608 64.976 123.189C58.7587 125.29 54.0622 130.697 51.8258 138.518C49.5894 146.204 49.9919 155.276 52.944 164.035C55.4935 171.633 59.6086 178.157 64.8865 182.984C70.075 187.721 75.9792 190.313 81.5702 190.313C83.4936 190.313 85.3722 190 87.1613 189.419C93.3786 187.319 98.0751 181.911 100.311 174.091C102.548 166.404 102.145 157.332 99.1933 148.573C96.6437 140.976 92.5287 134.451 87.2508 129.624C82.107 124.887 76.1581 122.295 70.567 122.295Z' fill='black'/%3E%3Cpath d='M85.4617 143.97C84.433 140.082 81.7046 139.858 78.4394 140.931L77.4106 135.345L74.9506 136.462L75.9793 141.914C75.3531 142.182 74.6822 142.54 74.056 142.853L73.0272 137.4L70.5672 138.518L71.5959 144.104C71.0592 144.327 70.5224 144.595 70.0751 144.864V144.819L66.6758 146.338L67.3467 149.958C67.3467 149.958 69.1358 149.064 69.1358 149.154C70.1646 148.707 70.6119 149.377 70.7908 150.003L71.9537 156.349C71.9985 156.304 72.1327 156.304 72.2221 156.259C72.1327 156.304 72.0432 156.349 71.9537 156.349L73.6087 165.242C73.6534 165.689 73.6087 166.449 72.893 166.762C72.9378 166.806 71.1039 167.566 71.1039 167.566L71.3723 171.856L74.548 170.426C75.1295 170.158 75.7109 169.89 76.2924 169.666L77.2764 175.297L79.7365 174.18L78.7077 168.594C79.3787 168.281 80.0496 168.013 80.6758 167.7L81.7046 173.242L84.1646 172.124L83.1359 166.493C87.2061 164.304 89.8451 161.533 89.1742 156.036C88.6822 151.612 86.8483 150.316 84.3435 150.629C85.6407 148.975 86.2221 146.785 85.4617 143.97ZM84.2541 157.6C85.0592 161.801 79.7365 163.678 78.0815 164.482L76.7397 156.974C78.3499 156.215 83.449 153.176 84.2541 157.6ZM81.1678 147.545C81.8835 151.388 77.4553 152.863 76.024 153.533L74.7716 146.785C76.2029 146.115 80.4074 143.523 81.1678 147.545Z' fill='%23060606'/%3E%3Cpath d='M160.714 78.8434C165.48 63.7299 157.769 47.8345 143.49 43.34C129.212 38.8454 113.774 47.4537 109.008 62.5671C104.242 77.6805 111.954 93.5759 126.232 98.0705C140.51 102.565 155.949 93.9568 160.714 78.8434Z' fill='%23383838' stroke='black' stroke-width='1.12678' stroke-miterlimit='10'/%3E%3Cpath d='M152.766 75.7875C157.413 61.0508 150.885 45.8635 138.185 41.8659C125.485 37.8682 111.423 46.574 106.776 61.3108C102.129 76.0475 108.657 91.2348 121.357 95.2324C134.057 99.2301 148.119 90.5243 152.766 75.7875Z' fill='white' stroke='black' stroke-width='1.12678' stroke-miterlimit='10'/%3E%3Cpath d='M136.227 73.4939L125.94 77.6054L118.962 67.6843L123.614 87.3924L136.227 73.4939Z' fill='%23060606'/%3E%3Cpath d='M126.433 75.371L136.72 71.2149L132.74 48.5125L119.5 65.4052L126.433 75.371Z' fill='%23060606'/%3E%3Cpath d='M91.6331 81.7618C91.5884 81.7618 91.5884 81.7618 91.5436 81.7618L85.2817 78.8123C85.1922 78.7676 85.1475 78.6782 85.1475 78.5889V70.5894C85.1475 70.5 85.1922 70.4553 85.2369 70.4107C85.2817 70.366 85.3264 70.366 85.3711 70.366C85.4158 70.366 85.4158 70.366 85.4606 70.366L91.7226 73.4049C91.812 73.4496 91.8567 73.5389 91.8567 73.6283V81.5384C91.8567 81.6278 91.812 81.6725 91.7673 81.7171C91.7226 81.7171 91.6778 81.7618 91.6331 81.7618Z' fill='white'/%3E%3Cpath d='M85.3711 70.5894L91.6331 73.6283V81.5384L85.3711 78.5889V70.5894ZM85.3711 70.1425C85.2817 70.1425 85.1922 70.1872 85.1475 70.2319C85.0133 70.3213 84.9238 70.4554 84.9238 70.5894V78.5889C84.9238 78.7677 85.0133 78.9017 85.1922 78.9911L91.4542 81.9406C91.4989 81.9853 91.5884 81.9853 91.6331 81.9853C91.7226 81.9853 91.812 81.9406 91.8567 81.8959C91.9909 81.8066 92.0804 81.6725 92.0804 81.5384V73.6283C92.0804 73.4496 91.9909 73.3155 91.812 73.2261L85.55 70.1872C85.5053 70.1426 85.4606 70.1425 85.3711 70.1425Z' fill='%23060606'/%3E%3Cpath d='M91.6367 81.7618C91.592 81.7618 91.5473 81.7618 91.5025 81.7171C91.4578 81.6724 91.4131 81.583 91.4131 81.5383V73.6283C91.4131 73.5389 91.4578 73.4495 91.5473 73.4495L97.6751 70.2318C97.7198 70.2318 97.7645 70.1871 97.7645 70.1871C97.8093 70.1871 97.854 70.1871 97.8987 70.2318C97.9434 70.2765 97.9882 70.3659 97.9882 70.4106V78.5441C97.9882 78.6335 97.9435 78.7229 97.854 78.7229L91.7262 81.7618C91.7262 81.7618 91.6815 81.7618 91.6367 81.7618Z' fill='black'/%3E%3Cpath d='M97.7636 70.3661V78.4996L91.6358 81.5385V73.6284L97.7636 70.3661ZM97.7636 69.9192C97.6741 69.9192 97.6294 69.9192 97.5399 69.9639L91.4121 73.1815C91.2779 73.2709 91.1885 73.405 91.1885 73.5837V81.4938C91.1885 81.6279 91.2779 81.8066 91.4121 81.8513C91.5016 81.896 91.5463 81.9407 91.6358 81.9407C91.7252 81.9407 91.77 81.9407 91.8147 81.896L97.9425 78.8571C98.0767 78.7677 98.2109 78.6337 98.2109 78.4549V70.3661C98.2109 70.1873 98.1214 70.0533 97.9872 69.9639C97.9425 69.9639 97.853 69.9192 97.7636 69.9192Z' fill='%23060606'/%3E%3Cpath d='M91.6331 73.8516C91.5884 73.8516 91.5884 73.8516 91.5436 73.8516L85.2817 70.8127C85.1922 70.768 85.1475 70.6786 85.1475 70.634C85.1475 70.5446 85.1922 70.4552 85.2817 70.4105L91.5436 67.1035C91.5884 67.1035 91.6331 67.0588 91.6331 67.0588C91.6778 67.0588 91.7226 67.0588 91.7226 67.1035L97.8504 70.1871C97.9398 70.2317 97.9845 70.3211 97.9845 70.3658C97.9845 70.4105 97.9398 70.5446 97.8504 70.5446L91.7226 73.7622C91.7226 73.8069 91.6778 73.8516 91.6331 73.8516Z' fill='%23B0F127'/%3E%3Cpath d='M91.6331 67.2823L97.7609 70.3658L91.6331 73.5835L85.3711 70.5446L91.6331 67.2823ZM91.6331 66.8354C91.5436 66.8354 91.4989 66.8354 91.4095 66.88L85.1475 70.1871C85.0133 70.2765 84.9238 70.4105 84.9238 70.5893C84.9238 70.768 85.0133 70.9021 85.1922 70.9915L91.4542 74.0304C91.4989 74.0751 91.5884 74.0751 91.6331 74.0751C91.7226 74.0751 91.7673 74.0751 91.8567 74.0304L97.9846 70.8127C98.1187 70.7234 98.2082 70.5893 98.2082 70.4105C98.2082 70.2318 98.1187 70.0977 97.9846 70.0083L91.8567 66.9247C91.7673 66.88 91.7226 66.8354 91.6331 66.8354Z' fill='%23060606'/%3E%3Cpath d='M20.8291 172.169C23.3241 172.169 25.3467 170.148 25.3467 167.655C25.3467 165.162 23.3241 163.142 20.8291 163.142C18.3341 163.142 16.3115 165.162 16.3115 167.655C16.3115 170.148 18.3341 172.169 20.8291 172.169Z' fill='%23B0F127' stroke='black' stroke-width='1.12678' stroke-miterlimit='10'/%3E%3Cpath d='M28.4857 179.512L25.9946 178.911C25.7392 178.848 25.544 179.014 25.4706 179.173C25.4316 179.257 25.412 179.365 25.4415 179.477C25.4729 179.596 25.554 179.693 25.6676 179.75L25.6676 179.75L25.6712 179.751L28.0852 180.914L27.4016 183.262L27.4014 183.262L27.3988 183.273C27.3346 183.529 27.5014 183.725 27.6603 183.798C27.7448 183.837 27.8527 183.856 27.9641 183.827C28.0817 183.796 28.1782 183.716 28.2353 183.605L29.3701 181.463L32.2784 182.446L32.2795 182.446C32.3743 182.478 32.4822 182.477 32.5808 182.427C32.6748 182.378 32.7323 182.298 32.7609 182.222C32.8084 182.096 32.8007 181.869 32.6004 181.757L30.1293 180.182L30.8969 177.199L30.9058 177.165V177.129C30.9058 176.964 30.8184 176.808 30.6624 176.742C30.5867 176.709 30.4945 176.699 30.4031 176.73C30.3157 176.759 30.2469 176.819 30.2036 176.894L28.4857 179.512Z' fill='%23F5F5F5' stroke='black' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M149.727 125.647C150.649 125.647 151.396 124.901 151.396 123.98C151.396 123.059 150.649 122.313 149.727 122.313C148.806 122.313 148.059 123.059 148.059 123.98C148.059 124.901 148.806 125.647 149.727 125.647Z' fill='%23F5F5F5' stroke='black' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M229.306 69.1173L229.289 69.1259L229.273 69.1367L226.674 70.9111L224.645 69.4631C224.553 69.3822 224.438 69.3492 224.326 69.3617C224.214 69.3741 224.121 69.429 224.056 69.494C223.99 69.5591 223.935 69.6523 223.923 69.7641C223.91 69.8827 223.947 70.0047 224.039 70.0992L225.847 72.0778L224.299 74.0105C224.214 74.1038 224.179 74.2221 224.191 74.3373C224.204 74.4491 224.259 74.5423 224.324 74.6073C224.389 74.6724 224.482 74.7273 224.594 74.7397C224.71 74.7526 224.83 74.7167 224.924 74.629L226.77 73.078L229.109 75.0752C229.174 75.1355 229.268 75.1844 229.382 75.1765C229.498 75.1685 229.582 75.1062 229.632 75.0466C229.722 74.9378 229.762 74.7628 229.684 74.606L229.674 74.5862L229.661 74.5682L227.943 72.1643L229.792 69.6712L229.807 69.6515L229.818 69.6294C229.984 69.2972 229.637 68.952 229.306 69.1173Z' fill='%23F5F5F5' stroke='black' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3Cpath d='M141.182 115.266L144.241 115.011C144.364 115.005 144.457 114.936 144.509 114.858C144.558 114.785 144.574 114.704 144.574 114.64C144.574 114.576 144.558 114.496 144.509 114.422C144.459 114.347 144.372 114.281 144.256 114.27L141.353 113.801L140.882 110.767C140.872 110.65 140.805 110.562 140.73 110.512C140.657 110.463 140.576 110.448 140.512 110.448C140.448 110.448 140.368 110.463 140.295 110.512C140.22 110.562 140.154 110.648 140.143 110.762L139.592 113.808L137.128 114.225C137.018 114.233 136.917 114.28 136.844 114.364C136.77 114.45 136.742 114.554 136.742 114.646C136.742 114.826 136.855 115.034 137.089 115.092L137.116 115.099L137.144 115.1L139.799 115.229L140.097 117.655C140.102 117.774 140.149 117.889 140.247 117.97C140.343 118.051 140.459 118.073 140.555 118.066C140.724 118.054 140.964 117.924 140.973 117.649L141.182 115.266Z' fill='%23F5F5F5' stroke='black' stroke-width='0.563391' stroke-miterlimit='10'/%3E%3C/g%3E%3Cpath d='M121 137.85V166.081L190.035 201.528V173.227L121 137.85Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M125.314 173.227V220.348L190.035 255.442V206.834L125.314 173.227Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M125.314 169.123V174.359L190.035 206.835V201.528L125.314 169.123Z' fill='%2317191A' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M254.756 173.227V220.348L190.035 255.442V206.834L254.756 173.227Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M254.756 169.123V174.359L190.035 206.835V201.528L254.756 169.123Z' fill='%2317191A' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M259 137.85V166.081L190.035 201.528V173.227L259 137.85Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M121 137.85L190.035 102.969L259 137.85L190.035 173.227L121 137.85Z' fill='%23B0F127' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M150.354 153.204L149.576 180.797L160.681 185.962V158.369L150.354 153.204Z' fill='white' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M152.052 188.226L151.273 234.074L162.379 240.442V193.391L152.052 188.226Z' fill='white' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M230.211 152.921L230.918 180.797L219.813 185.962L219.672 158.156L230.211 152.921Z' fill='white' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M228.443 188.226L229.221 234.074L218.116 240.442V193.391L228.443 188.226Z' fill='white' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M151.062 153.486L218.187 117.261L229.434 122.921L160.893 158.651L151.062 153.486Z' fill='white' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M229.999 152.709L162.591 116.908L151.273 122.568L219.672 158.157L229.999 152.709Z' fill='white' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M187.771 126.388C187.771 126.388 173.695 115.846 166.198 116.271C158.629 116.766 150.353 131.341 153.466 140.397C156.578 149.454 169.451 153.062 169.451 153.062C165.49 150.303 163.368 144.784 163.085 141.742C162.59 136.011 166.056 126.318 170.3 125.044C179.92 122.143 181.405 127.945 181.405 127.945L187.771 126.388Z' fill='white' stroke='%2317191A' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M212.103 95.8231C212.103 95.8231 221.015 98.5117 226.532 104.95C231.554 110.752 225.825 123.558 220.449 127.308C214.083 131.766 206.161 134.737 199.229 138.275C189.61 143.228 180.131 148.322 170.512 153.275C170.3 153.416 169.804 152.921 169.592 152.992C169.592 152.992 166.268 150.091 164.429 144.926L176.878 139.973C179.07 138.77 181.263 137.426 183.527 136.223C184.446 135.728 184.941 135.02 184.729 133.959C184.446 132.402 183.456 131.058 182.536 129.785C181.546 128.37 180.556 126.601 179 125.115C178.151 124.337 173.483 118.464 173.483 118.464C173.483 118.464 178.929 120.87 178.717 120.516C181.192 121.931 182.536 123.346 184.446 124.124C188.832 126.035 193.783 126.53 198.522 126.035C200.29 125.893 202.059 125.539 203.756 125.186C208.92 123.983 212.952 118.676 214.932 113.511C217.408 107.214 214.295 101.766 212.103 95.8231Z' fill='black' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cpath d='M195.339 137.638C195.339 137.638 207.859 105.304 220.591 99.9265C220.591 99.9265 215.286 95.9643 209.203 95.0446C199.654 93.6295 187.842 126.388 187.842 126.388L195.339 137.638Z' fill='white' stroke='%2317191A' stroke-miterlimit='10'/%3E%3Cdefs%3E%3CclipPath id='clip0_2326_19584'%3E%3Crect width='229.64' height='202.821' fill='white' transform='translate(16.457 32.737)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 1em;
    height: 1em
}

.container,
.default-container:default {
    width: 100%
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 640px) {

    .container,
    .default-container:default {
        max-width: 640px
    }
}

@media (min-width: 768px) {

    .container,
    .default-container:default {
        max-width: 768px
    }
}

@media (min-width: 1024px) {

    .container,
    .default-container:default {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {

    .container,
    .default-container:default {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {

    .container,
    .default-container:default {
        max-width: 1536px
    }
}

.\[--scroll-mt\:9\.875rem\] {
    --scroll-mt: 9.875rem
}

.pointer-events-none {
    pointer-events: none
}

.\!visible {
    visibility: visible !important
}

.visible {
    visibility: visible
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.static {
    position: static
}

.\!left-unset {
    left: unset !important
}

.\!right-0 {
    right: 0 !important
}

.bottom--30 {
    bottom: -7.5rem
}

.bottom-0 {
    bottom: 0
}

.bottom-18 {
    bottom: 4.5rem
}

.bottom-20 {
    bottom: 5rem
}

.bottom-23 {
    bottom: 5.75rem
}

.bottom-24 {
    bottom: 6rem
}

.bottom-40 {
    bottom: 10rem
}

.bottom-44 {
    bottom: 11rem
}

.bottom-90 {
    bottom: 22.5rem
}

.left--3 {
    left: -.75rem
}

.left--3\% {
    left: -3%
}

.left-0 {
    left: 0
}

.left-100 {
    left: 25rem
}

.left-24 {
    left: 6rem
}

.left-28 {
    left: 7rem
}

.left-3 {
    left: .75rem
}

.left-33 {
    left: 8.25rem
}

.right--55 {
    right: -13.75rem
}

.right--6 {
    right: -1.5rem
}

.right-0 {
    right: 0
}

.right-16 {
    right: 4rem
}

.right-20 {
    right: 5rem
}

.right-30 {
    right: 7.5rem
}

.right-40 {
    right: 10rem
}

.right-68 {
    right: 17rem
}

.right-8 {
    right: 2rem
}

.top--2 {
    top: -.5rem
}

.top--20 {
    top: -5rem
}

.top--5 {
    top: -1.25rem
}

.top--50 {
    top: -12.5rem
}

.top--6 {
    top: -1.5rem
}

.top--70 {
    top: -17.5rem
}

.top-0 {
    top: 0
}

.top-14 {
    top: 3.5rem
}

.top-20 {
    top: 5rem
}

.top-22 {
    top: 5.5rem
}

.top-4 {
    top: 1rem
}

.top-50\% {
    top: 50%
}

.top-6 {
    top: 1.5rem
}

.top-62 {
    top: 15.5rem
}

[top~="20%"] {
    top: 20%
}

[top~="30%"] {
    top: 30%
}

.z--1 {
    z-index: -1
}

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-100 {
    z-index: 100
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-5 {
    z-index: 5
}

.z-9999 {
    z-index: 9999
}

.grid {
    display: grid
}

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

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

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

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
}

.\!m-0 {
    margin: 0 !important
}

.m-0 {
    margin: 0
}

.m-6 {
    margin: 1.5rem
}

.m-auto {
    margin: auto
}

.m20 {
    margin: 5rem
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}

.mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem
}

.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
}

.mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my,
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
}

.my-70 {
    margin-top: 17.5rem;
    margin-bottom: 17.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.\!mb-40 {
    margin-bottom: 10rem !important
}

.\!mt-34 {
    margin-top: 8.5rem !important
}

.m-b-10,
.m-b10,
.mb-10,
.mb10,
[m-b-10=""] {
    margin-bottom: 2.5rem
}

.m-b-100,
.m-b100,
.mb-100 {
    margin-bottom: 25rem
}

.m-b-20,
.m-b20,
.mb-20,
[m-b-20=""],
[m-b20=""] {
    margin-bottom: 5rem
}

.m-b-30,
.m-b30,
.mb-30,
.mb30,
[m-b-30=""] {
    margin-bottom: 7.5rem
}

.m-b-40,
.m-b40,
.mb-40 {
    margin-bottom: 10rem
}

.m-b-5,
.m-b5 {
    margin-bottom: 1.25rem
}

.m-b-50,
.mb50,
[m-b-50=""] {
    margin-bottom: 12.5rem
}

.m-b1,
.mb-1 {
    margin-bottom: .25rem
}

.m-b12,
.mb-12 {
    margin-bottom: 3rem
}

.m-b15 {
    margin-bottom: 3.75rem
}

.m-b16,
.mb-16 {
    margin-bottom: 4rem
}

.m-b18,
.mb-18 {
    margin-bottom: 4.5rem
}

.m-b2,
.mb-2 {
    margin-bottom: .5rem
}

.m-b22 {
    margin-bottom: 5.5rem
}

.m-b24,
.mb-24,
.mb24 {
    margin-bottom: 6rem
}

.m-b26 {
    margin-bottom: 6.5rem
}

.m-b27 {
    margin-bottom: 6.75rem
}

.m-b28 {
    margin-bottom: 7rem
}

.m-b32,
.mb-32 {
    margin-bottom: 8rem
}

.m-b36 {
    margin-bottom: 9rem
}

.m-b4,
.mb-4 {
    margin-bottom: 1rem
}

.m-b45 {
    margin-bottom: 11.25rem
}

.m-b6,
.mb-6 {
    margin-bottom: 1.5rem
}

.m-b8,
.mb-8 {
    margin-bottom: 2rem
}

.m-b94 {
    margin-bottom: 23.5rem
}

.m-l-10,
.m-l10 {
    margin-left: 2.5rem
}

.m-l-15 {
    margin-left: 3.75rem
}

.m-l-30,
.m-l30,
.ml30 {
    margin-left: 7.5rem
}

.m-l-90 {
    margin-left: 22.5rem
}

.m-l12,
.ml-12 {
    margin-left: 3rem
}

.m-l16,
.ml-16 {
    margin-left: 4rem
}

.m-l2,
.ml-2 {
    margin-left: .5rem
}

.m-l20,
.ml-20 {
    margin-left: 5rem
}

.m-l24,
.ml-24 {
    margin-left: 6rem
}

.m-l26 {
    margin-left: 6.5rem
}

.m-l28 {
    margin-left: 7rem
}

.m-l4,
.ml-4 {
    margin-left: 1rem
}

.m-l5 {
    margin-left: 1.25rem
}

.m-l50,
.ml50 {
    margin-left: 12.5rem
}

.m-l6 {
    margin-left: 1.5rem
}

.m-l8,
.ml-8 {
    margin-left: 2rem
}

.m-r,
.m-r4,
.mr,
.mr-4,
.mr4 {
    margin-right: 1rem
}

.m-r-15 {
    margin-right: 3.75rem
}

.m-r1 {
    margin-right: .25rem
}

.m-r10,
.mr-10 {
    margin-right: 2.5rem
}

.m-r108 {
    margin-right: 27rem
}

.m-r12,
.mr-12 {
    margin-right: 3rem
}

.m-r16,
.mr-16 {
    margin-right: 4rem
}

.m-r18 {
    margin-right: 4.5rem
}

.m-r2,
.mr-2 {
    margin-right: .5rem
}

.m-r20,
.mr-20,
.mr20 {
    margin-right: 5rem
}

.m-r24,
.mr-24 {
    margin-right: 6rem
}

.m-r3 {
    margin-right: .75rem
}

.m-r30,
.mr30 {
    margin-right: 7.5rem
}

.m-r32,
.mr-32 {
    margin-right: 8rem
}

.m-r33 {
    margin-right: 8.25rem
}

.m-r44 {
    margin-right: 11rem
}

.m-r50 {
    margin-right: 12.5rem
}

.m-r6,
.mr-6 {
    margin-right: 1.5rem
}

.m-r8,
.mr-8 {
    margin-right: 2rem
}

.m-r90 {
    margin-right: 22.5rem
}

.m-t-1,
.m-t1,
.mt-1 {
    margin-top: .25rem
}

.m-t-120,
[m-t-120=""] {
    margin-top: 30rem
}

.m-t-130 {
    margin-top: 32.5rem
}

.m-t-135 {
    margin-top: 33.75rem
}

.m-t-15,
.m-t15,
.mt15 {
    margin-top: 3.75rem
}

.m-t-20,
.m-t20,
.mt-20,
.mt20 {
    margin-top: 5rem
}

.m-t-25,
[m-t-25=""] {
    margin-top: 6.25rem
}

.m-t-30,
.m-t30,
.mt-30,
[m-t-30=""],
[m-t30=""] {
    margin-top: 7.5rem
}

.m-t-40,
.m-t40,
.mt-40 {
    margin-top: 10rem
}

.m-t-5,
.m-t5,
.mt-5 {
    margin-top: 1.25rem
}

.m-t-50,
.mt-50,
.mt50 {
    margin-top: 12.5rem
}

.m-t-60,
.m-t60,
.mt-60,
.mt60,
[m-t60=""] {
    margin-top: 15rem
}

.m-t-80,
.m-t80 {
    margin-top: 20rem
}

.m-t0,
.mt-0 {
    margin-top: 0
}

.m-t10,
.mt-10,
.mt10 {
    margin-top: 2.5rem
}

.m-t11 {
    margin-top: 2.75rem
}

.m-t12,
.mt-12,
[m-t12=""] {
    margin-top: 3rem
}

.m-t14 {
    margin-top: 3.5rem
}

.m-t151 {
    margin-top: 37.75rem
}

.m-t16,
.mt-16,
[m-t16=""] {
    margin-top: 4rem
}

.m-t198 {
    margin-top: 49.5rem
}

.m-t2,
.mt-2 {
    margin-top: .5rem
}

.m-t23 {
    margin-top: 5.75rem
}

.m-t24,
.mt-24 {
    margin-top: 6rem
}

.m-t26,
.mt-26 {
    margin-top: 6.5rem
}

.m-t28,
.mt-28 {
    margin-top: 7rem
}

.m-t32,
.mt-32 {
    margin-top: 8rem
}

.m-t4 {
    margin-top: 1rem
}

.m-t45 {
    margin-top: 11.25rem
}

.m-t56,
.mt-56 {
    margin-top: 14rem
}

.m-t6,
.mt-6 {
    margin-top: 1.5rem
}

.m-t70,
.mt-70 {
    margin-top: 17.5rem
}

.m-t72 {
    margin-top: 18rem
}

.m-t8,
.mt-8 {
    margin-top: 2rem
}

.m-t9 {
    margin-top: 2.25rem
}

.m-t90 {
    margin-top: 22.5rem
}

.mb--8 {
    margin-bottom: -2rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-46 {
    margin-bottom: 11.5rem
}

.mb-48 {
    margin-bottom: 12rem
}

.mb-53 {
    margin-bottom: 13.25rem
}

.mb-56 {
    margin-bottom: 14rem
}

.mb-60 {
    margin-bottom: 15rem
}

.mb-66 {
    margin-bottom: 16.5rem
}

.mb180 {
    margin-bottom: 45rem
}

.mb80 {
    margin-bottom: 20rem
}

.ml-110 {
    margin-left: 27.5rem
}

.ml-156 {
    margin-left: 39rem
}

.ml-180 {
    margin-left: 45rem
}

.ml-32 {
    margin-left: 8rem
}

.ml-36 {
    margin-left: 9rem
}

.ml-40 {
    margin-left: 10rem
}

.ml-96 {
    margin-left: 24rem
}

.ml-auto {
    margin-left: auto
}

.ml9 {
    margin-left: 2.25rem
}

.mr--24 {
    margin-right: -6rem
}

.mr--26 {
    margin-right: -6.5rem
}

.mr-\[80px\] {
    margin-right: 80px
}

.mr-\[8px\] {
    margin-right: 8px
}

.mr-40 {
    margin-right: 10rem
}

.mr-86 {
    margin-right: 21.5rem
}

.mr-auto {
    margin-right: auto
}

.ms {
    margin-inline-start: 1rem
}

.mt--22 {
    margin-top: -5.5rem
}

.mt--50\% {
    margin-top: -50%
}

.mt-\[24px\] {
    margin-top: 24px
}

.mt-110 {
    margin-top: 27.5rem
}

.mt-42 {
    margin-top: 10.5rem
}

.mt-48,
.mt48 {
    margin-top: 12rem
}

.mt-83 {
    margin-top: 20.75rem
}

.mt-84 {
    margin-top: 21rem
}

.mt-auto {
    margin-top: auto
}

.mt100 {
    margin-top: 25rem
}

.mt180 {
    margin-top: 45rem
}

.mt200 {
    margin-top: 50rem
}

.box-border {
    box-sizing: border-box
}

.box-content {
    box-sizing: content-box
}

.inline {
    display: inline
}

.block,
[block=""] {
    display: block
}

.inline-block {
    display: inline-block
}

.display-none,
.hidden {
    display: none
}

.display-detail-button {
    display: detail-button
}

[display-detail-button~=displayDetailButton] {
    display: detail-button-displayDetailButton
}

.\!min-h-unset {
    min-height: unset !important
}

.\!w-255 {
    width: 63.75rem !important
}

.\!w-295 {
    width: 73.75rem !important
}

.h-1,
.h1 {
    height: .25rem
}

.h-100,
[h-100=""],
[h~="100"] {
    height: 25rem
}

.h-100\%,
.h-full,
.h100\%,
[h-full=""] {
    height: 100%
}

.h-100vh {
    height: 100vh
}

.h-1066 {
    height: 266.5rem
}

.h-108 {
    height: 27rem
}

.h-1115 {
    height: 278.75rem
}

.h-116 {
    height: 29rem
}

.h-1161 {
    height: 290.25rem
}

.h-12,
.h12,
[h~="12"] {
    height: 3rem
}

.h-120 {
    height: 30rem
}

.h-1202 {
    height: 300.5rem
}

.h-125 {
    height: 31.25rem
}

.h-130 {
    height: 32.5rem
}

.h-132 {
    height: 33rem
}

.h-135 {
    height: 33.75rem
}

.h-14,
[h~="14"] {
    height: 3.5rem
}

.h-150 {
    height: 37.5rem
}

.h-16,
.h16,
[h~="16"] {
    height: 4rem
}

.h-160 {
    height: 40rem
}

.h-164 {
    height: 41rem
}

.h-18,
.h18,
[h~="18"] {
    height: 4.5rem
}

.h-180 {
    height: 45rem
}

.h-181 {
    height: 45.25rem
}

.h-182 {
    height: 45.5rem
}

.h-186 {
    height: 46.5rem
}

.h-1861 {
    height: 465.25rem
}

.h-196 {
    height: 49rem
}

.h-2,
.h2 {
    height: .5rem
}

.h-20,
.h20,
[h~="20"] {
    height: 5rem
}

.h-200 {
    height: 50rem
}

.h-22,
.h22,
[h~="22"] {
    height: 5.5rem
}

.h-220 {
    height: 55rem
}

.h-236 {
    height: 59rem
}

.h-24,
.h24,
[h~="24"] {
    height: 6rem
}

.h-25 {
    height: 6.25rem
}

.h-26,
.h26 {
    height: 6.5rem
}

.h-260 {
    height: 65rem
}

.h-270 {
    height: 67.5rem
}

.h-28,
.h28,
[h~="28"] {
    height: 7rem
}

.h-30,
.h30,
[h~="30"] {
    height: 7.5rem
}

.h-300,
.h300,
[h~="300"] {
    height: 75rem
}

.h-315 {
    height: 78.75rem
}

.h-32,
.h32,
[h~="32"] {
    height: 8rem
}

.h-320,
.h320 {
    height: 80rem
}

.h-336 {
    height: 84rem
}

.h-34,
.h34,
[h~="34"] {
    height: 8.5rem
}

.h-344,
.h344 {
    height: 86rem
}

.h-35 {
    height: 8.75rem
}

.h-350,
.h350 {
    height: 87.5rem
}

.h-36,
.h36,
[h~="36"] {
    height: 9rem
}

.h-368 {
    height: 92rem
}

.h-373 {
    height: 93.25rem
}

.h-375 {
    height: 93.75rem
}

.h-38,
.h38 {
    height: 9.5rem
}

.h-40,
.h40,
[h~="40"] {
    height: 10rem
}

.h-400 {
    height: 100rem
}

.h-42,
.h42 {
    height: 10.5rem
}

.h-420 {
    height: 105rem
}

.h-43 {
    height: 10.75rem
}

.h-44 {
    height: 11rem
}

.h-45 {
    height: 11.25rem
}

.h-450,
.h450 {
    height: 112.5rem
}

.h-460 {
    height: 115rem
}

.h-473 {
    height: 118.25rem
}

.h-48,
.h48 {
    height: 12rem
}

.h-50 {
    height: 12.5rem
}

.h-510 {
    height: 127.5rem
}

.h-52 {
    height: 13rem
}

.h-54 {
    height: 13.5rem
}

.h-55 {
    height: 13.75rem
}

.h-550 {
    height: 137.5rem
}

.h-56,
.h56 {
    height: 14rem
}

.h-596 {
    height: 149rem
}

.h-6,
[h~="6"] {
    height: 1.5rem
}

.h-60,
.h60,
[h~="60"] {
    height: 15rem
}

.h-62 {
    height: 15.5rem
}

.h-64 {
    height: 16rem
}

.h-65 {
    height: 16.25rem
}

.h-66 {
    height: 16.5rem
}

.h-70,
[h~="70"] {
    height: 17.5rem
}

.h-70px {
    height: 70px
}

.h-72 {
    height: 18rem
}

.h-76 {
    height: 19rem
}

.h-8 {
    height: 2rem
}

.h-80,
[h-80=""],
[h~="80"] {
    height: 20rem
}

.h-822 {
    height: 205.5rem
}

.h-85 {
    height: 21.25rem
}

.h-86 {
    height: 21.5rem
}

.h-88,
[h~="88"] {
    height: 22rem
}

.h-94 {
    height: 23.5rem
}

.h-96 {
    height: 24rem
}

.h-min {
    height: min-content
}

.h188 {
    height: 47rem
}

.h19 {
    height: 4.75rem
}

.h250 {
    height: 62.5rem
}

.h3 {
    height: .75rem
}

.h316 {
    height: 79rem
}

.h360 {
    height: 90rem
}

.h56px {
    height: 56px
}

.h860 {
    height: 215rem
}

.max-h-500 {
    max-height: 125rem
}

.max-h534 {
    max-height: 133.5rem
}

.max-w-110 {
    max-width: 27.5rem
}

.max-w-230 {
    max-width: 57.5rem
}

.max-w-340 {
    max-width: 85rem
}

.max-w-460 {
    max-width: 115rem
}

.max-w-510 {
    max-width: 127.5rem
}

.max-w-580 {
    max-width: 145rem
}

.max-w-60\% {
    max-width: 60%
}

.max-w-76\% {
    max-width: 76%
}

.max-w260 {
    max-width: 65rem
}

.min-h-100vh {
    min-height: 100vh
}

.min-h-252 {
    min-height: 63rem
}

.min-h-265 {
    min-height: 66.25rem
}

.min-h-300 {
    min-height: 75rem
}

.min-h-40 {
    min-height: 10rem
}

.min-h-500 {
    min-height: 125rem
}

.min-h-630 {
    min-height: 157.5rem
}

.min-h-720 {
    min-height: 180rem
}

.min-h120 {
    min-height: 30rem
}

.min-h600 {
    min-height: 150rem
}

.min-w-100 {
    min-width: 25rem
}

.min-w-170 {
    min-width: 42.5rem
}

.min-w-190 {
    min-width: 47.5rem
}

.min-w-1920 {
    min-width: 480rem
}

.min-w-25 {
    min-width: 6.25rem
}

.min-w-300,
.min-w300 {
    min-width: 75rem
}

.min-w-500 {
    min-width: 125rem
}

.min-w-532 {
    min-width: 133rem
}

.min-w20\% {
    min-width: 20%
}

.min-w54 {
    min-width: 13.5rem
}

.min-w60 {
    min-width: 15rem
}

.w-\[calc\(100\%-33rem\)\] {
    width: calc(100% - 33rem)
}

.w-0 {
    width: 0
}

.w-1,
.w1 {
    width: .25rem
}

.w-100,
.w100,
[w~="100"] {
    width: 25rem
}

.w-100\%,
.w-full,
.w100\%,
[w-full=""] {
    width: 100%
}

.w-100vw {
    width: 100vw
}

.w-1010 {
    width: 252.5rem
}

.w-108 {
    width: 27rem
}

.w-112 {
    width: 28rem
}

.w-12,
[w~="12"] {
    width: 3rem
}

.w-1200,
.w1200 {
    width: 300rem
}

.w-1350 {
    width: 337.5rem
}

.w-140 {
    width: 35rem
}

.w-141 {
    width: 35.25rem
}

.w-150 {
    width: 37.5rem
}

.w-158 {
    width: 39.5rem
}

.w-16,
.w16,
[w~="16"] {
    width: 4rem
}

.w-160 {
    width: 40rem
}

.w-165 {
    width: 41.25rem
}

.w-169 {
    width: 42.25rem
}

.w-170 {
    width: 42.5rem
}

.w-174 {
    width: 43.5rem
}

.w-175 {
    width: 43.75rem
}

.w-180 {
    width: 45rem
}

.w-2 {
    width: .5rem
}

.w-2\/4,
.w-50\% {
    width: 50%
}

.w-2\/5 {
    width: 40%
}

.w-20\% {
    width: 20%
}

.w-200,
.w200 {
    width: 50rem
}

.w-208 {
    width: 52rem
}

.w-217 {
    width: 54.25rem
}

.w-24,
[w~="24"] {
    width: 6rem
}

.w-250 {
    width: 62.5rem
}

.w-254 {
    width: 63.5rem
}

.w-26 {
    width: 6.5rem
}

.w-266 {
    width: 66.5rem
}

.w-272 {
    width: 68rem
}

.w-274 {
    width: 68.5rem
}

.w-28,
[w~="28"] {
    width: 7rem
}

.w-280,
.w280 {
    width: 70rem
}

.w-285 {
    width: 71.25rem
}

.w-292 {
    width: 73rem
}

.w-3\/5 {
    width: 60%
}

.w-30,
.w30,
[w~="30"] {
    width: 7.5rem
}

.w-302 {
    width: 75.5rem
}

.w-304 {
    width: 76rem
}

.w-310 {
    width: 77.5rem
}

.w-317 {
    width: 79.25rem
}

.w-330 {
    width: 82.5rem
}

.w-348 {
    width: 87rem
}

.w-360 {
    width: 90rem
}

.w-4 {
    width: 1rem
}

.w-40,
.w40,
[w~="40"] {
    width: 10rem
}

.w-420 {
    width: 105rem
}

.w-430 {
    width: 107.5rem
}

.w-450 {
    width: 112.5rem
}

.w-48 {
    width: 12rem
}

.w-492 {
    width: 123rem
}

.w-5 {
    width: 1.25rem
}

.w-500,
.w500 {
    width: 125rem
}

.w-532 {
    width: 133rem
}

.w-536 {
    width: 134rem
}

.w-54 {
    width: 13.5rem
}

.w-550 {
    width: 137.5rem
}

.w-590 {
    width: 147.5rem
}

.w-6,
[w~="6"] {
    width: 1.5rem
}

.w-60,
.w60,
[w~="60"] {
    width: 15rem
}

.w-62 {
    width: 15.5rem
}

.w-633 {
    width: 158.25rem
}

.w-65\% {
    width: 65%
}

.w-650 {
    width: 162.5rem
}

.w-676 {
    width: 169rem
}

.w-690 {
    width: 172.5rem
}

.w-70px {
    width: 70px
}

.w-72 {
    width: 18rem
}

.w-788 {
    width: 197rem
}

.w-8 {
    width: 2rem
}

.w-80,
[w~="80"] {
    width: 20rem
}

.w-80\% {
    width: 80%
}

.w-800,
.w800 {
    width: 200rem
}

.w-860 {
    width: 215rem
}

.w-87 {
    width: 21.75rem
}

.w-883 {
    width: 220.75rem
}

.w-95 {
    width: 23.75rem
}

.w-97 {
    width: 24.25rem
}

.w-98 {
    width: 24.5rem
}

.w-98\% {
    width: 98%
}

.w-auto {
    width: auto
}

.w\[l\] {
    width: l
}

.w130 {
    width: 32.5rem
}

.w18,
[w~="18"] {
    width: 4.5rem
}

.w20,
[w~="20"] {
    width: 5rem
}

.w230 {
    width: 57.5rem
}

.w240 {
    width: 60rem
}

.w242 {
    width: 60.5rem
}

.w25\% {
    width: 25%
}

.w260 {
    width: 65rem
}

.w276 {
    width: 69rem
}

.w300,
[w~="300"] {
    width: 75rem
}

.w370 {
    width: 92.5rem
}

.w400 {
    width: 100rem
}

.w45 {
    width: 11.25rem
}

.w460 {
    width: 115rem
}

.w530 {
    width: 132.5rem
}

.w64 {
    width: 16rem
}

[h~="100px"] {
    height: 100px
}

[h~="110"] {
    height: 27.5rem
}

[h~="12px"] {
    height: 12px
}

[h~="205"] {
    height: 51.25rem
}

[h~="240"] {
    height: 60rem
}

[h~="260px"] {
    height: 260px
}

[h~="90"] {
    height: 22.5rem
}

[h~="95"] {
    height: 23.75rem
}

[h~="99"] {
    height: 24.75rem
}

[h5=""] {
    height: 1.25rem
}

[w-3=""] {
    width: .75rem
}

[w~="100px"] {
    width: 100px
}

[w~="105"] {
    width: 26.25rem
}

[w~="110"] {
    width: 27.5rem
}

[w~="12px"] {
    width: 12px
}

[w~="14"] {
    width: 3.5rem
}

[w~="306"] {
    width: 76.5rem
}

[w~="32"] {
    width: 8rem
}

[w~="34"] {
    width: 8.5rem
}

[w~="35"] {
    width: 8.75rem
}

[w~="36"] {
    width: 9rem
}

[w~="360px"] {
    width: 360px
}

[w~="384px"] {
    width: 384px
}

[w~="432"] {
    width: 108rem
}

[w~="52"] {
    width: 13rem
}

[w~="76"] {
    width: 19rem
}

[w~="84"] {
    width: 21rem
}

[w~="88"] {
    width: 22rem
}

[w~="90"] {
    width: 22.5rem
}

[w~="99"] {
    width: 24.75rem
}

.flex,
[flex=""],
[flex~="~"] {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-\[100\%\] {
    flex: 100%
}

.flex-\[3_0\] {
    flex: 3 0
}

.flex-\[5_0\] {
    flex: 5 0
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-basis-30\% {
    flex-basis: 30%
}

.flex-basis-70\% {
    flex-basis: 70%
}

.flex-row,
[flex~=row] {
    flex-direction: row
}

.flex-col,
[flex-col=""] {
    flex-direction: column
}

.flex-wrap,
[flex~=wrap] {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.all-table *,
.table {
    display: table
}

.table-row {
    display: table-row
}

.border-collapse {
    border-collapse: collapse
}

.transform-translate--10 {
    --un-translate-x: -2.5rem;
    --un-translate-y: -2.5rem;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.transform-translate-y--14 {
    --un-translate-y: -3.5rem;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.rotate-45 {
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-rotate: 45deg;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.transform-rotate-90 {
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-rotate: 90deg;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

[scale~="0.7"] {
    --un-scale-x: .007;
    --un-scale-y: .007;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

[scale~="1"] {
    --un-scale-x: .01;
    --un-scale-y: .01;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

[scale~="1.2"] {
    --un-scale-x: .012;
    --un-scale-y: .012;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.transform {
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.animate-duration-10000 {
    animation-duration: 10s
}

.\!cursor-unset {
    cursor: unset !important
}

.cursor-default {
    cursor: default
}

.cursor-help {
    cursor: help
}

.cursor-pointer {
    cursor: pointer
}

.cursor-not-allowed {
    cursor: not-allowed
}

.select-none {
    -webkit-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.place-content-center {
    place-content: center
}

.place-items-center {
    place-items: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center,
[items-center=""] {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center,
[justify-center=""] {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around,
[justify-around=""] {
    justify-content: space-around
}

.justify-evenly,
[justify-evenly=""] {
    justify-content: space-evenly
}

.gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.gap-12 {
    grid-gap: 3rem;
    gap: 3rem
}

.gap-16 {
    grid-gap: 4rem;
    gap: 4rem
}

.gap-160 {
    grid-gap: 40rem;
    gap: 40rem
}

.gap-18 {
    grid-gap: 4.5rem;
    gap: 4.5rem
}

.gap-20 {
    grid-gap: 5rem;
    gap: 5rem
}

.gap-24 {
    grid-gap: 6rem;
    gap: 6rem
}

.gap-30 {
    grid-gap: 7.5rem;
    gap: 7.5rem
}

.gap-32 {
    grid-gap: 8rem;
    gap: 8rem
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}

.gap-46 {
    grid-gap: 11.5rem;
    gap: 11.5rem
}

.gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
}

.gap-8 {
    grid-gap: 2rem;
    gap: 2rem
}

.gap-80 {
    grid-gap: 20rem;
    gap: 20rem
}

.grid-gap-50 {
    grid-gap: 12.5rem;
    gap: 12.5rem
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-ellipsis {
    text-overflow: ellipsis
}

.text-nowrap,
.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.break-words\! {
    overflow-wrap: break-word !important
}

.break-all {
    word-break: break-all
}

.b,
.b-1,
.border,
.border-1,
[border~="~"],
[border~="1px"] {
    border-width: 1px
}

.b-0,
.border-0,
[border~="0"] {
    border-width: 0
}

.border-r-1,
[border~=r-1] {
    border-right-width: 1px
}

.border-t-1 {
    border-top-width: 1px
}

[border~=b-0] {
    border-bottom-width: 0
}

[border~=b-1] {
    border-bottom-width: 1px
}

[border~=l-0] {
    border-left-width: 0
}

[border~=r-0] {
    border-right-width: 0
}

[border~=t-0] {
    border-top-width: 0
}

.border-\#2A2F33,
.border-color-\#2A2F33,
[border~="#2A2F33"] {
    --un-border-opacity: 1;
    border-color: rgba(42, 47, 51, var(--un-border-opacity))
}

[border~=current] {
    border-color: currentColor
}

.border-rd-10,
.rounded-10 {
    border-radius: 2.5rem
}

.border-rd-12 {
    border-radius: 3rem
}

.border-rd-16,
.rounded-16 {
    border-radius: 4rem
}

.border-rd-27 {
    border-radius: 6.75rem
}

.border-rd-4,
.rounded-4 {
    border-radius: 1rem
}

.border-rd-50\%,
.rounded-50\% {
    border-radius: 50%
}

.border-rd-6 {
    border-radius: 1.5rem
}

.border-rd-8,
.rounded-8 {
    border-radius: 2rem
}

.rounded {
    border-radius: .25rem
}

.b-r8,
.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-100 {
    border-radius: 25rem
}

.rounded-20 {
    border-radius: 5rem
}

.rounded-24 {
    border-radius: 6rem
}

.rounded-24px {
    border-radius: 24px
}

.rounded-5 {
    border-radius: 1.25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-bl-8 {
    border-bottom-left-radius: 2rem
}

.rounded-br-8 {
    border-bottom-right-radius: 2rem
}

.rounded-rb-3 {
    border-bottom-right-radius: .75rem
}

.rounded-tl-3 {
    border-top-left-radius: .75rem
}

.\!border-unset {
    border-style: unset !important
}

.border-solid,
[border~=solid] {
    border-style: solid
}

.\!bg-\#291012 {
    --un-bg-opacity: 1 !important;
    background-color: rgba(41, 16, 18, var(--un-bg-opacity)) !important
}

.bg-\[var\(--goal-activity-theme-color\)\] {
    background-color: var(--goal-activity-theme-color)
}

.bg-\#000,
.bg-\#000000,
.bg-black {
    --un-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--un-bg-opacity))
}

.bg-\#00C383 {
    --un-bg-opacity: 1;
    background-color: rgba(0, 195, 131, var(--un-bg-opacity))
}

.bg-\#121212 {
    --un-bg-opacity: 1;
    background-color: rgba(18, 18, 18, var(--un-bg-opacity))
}

.bg-\#13111a,
.bg-\#13111A {
    --un-bg-opacity: 1;
    background-color: rgba(19, 17, 26, var(--un-bg-opacity))
}

.bg-\#1A1C1E {
    --un-bg-opacity: 1;
    background-color: rgba(26, 28, 30, var(--un-bg-opacity))
}

.bg-\#231F3D {
    --un-bg-opacity: 1;
    background-color: rgba(35, 31, 61, var(--un-bg-opacity))
}

.bg-\#243600 {
    --un-bg-opacity: 1;
    background-color: rgba(36, 54, 0, var(--un-bg-opacity))
}

.bg-\#2F3133 {
    --un-bg-opacity: 1;
    background-color: rgba(47, 49, 51, var(--un-bg-opacity))
}

.bg-\#2F3133cc {
    --un-bg-opacity: .8;
    background-color: rgba(47, 49, 51, var(--un-bg-opacity))
}

.bg-\#4D41D6 {
    --un-bg-opacity: 1;
    background-color: rgba(77, 65, 214, var(--un-bg-opacity))
}

.bg-\#B9F641 {
    --un-bg-opacity: 1;
    background-color: rgba(185, 246, 65, var(--un-bg-opacity))
}

.bg-\#fafafa {
    --un-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--un-bg-opacity))
}

.bg-\#FECA0A {
    --un-bg-opacity: 1;
    background-color: rgba(254, 202, 10, var(--un-bg-opacity))
}

.bg-\#fff,
.bg-white {
    --un-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--un-bg-opacity))
}

.bg-transparent,
.hover-bg-transparent:hover {
    background-color: transparent
}

.hover\:bg-\#86bb00:hover {
    --un-bg-opacity: 1;
    background-color: rgba(134, 187, 0, var(--un-bg-opacity))
}

[stroke-width~="0.233444"] {
    stroke-width: .233444px
}

[stroke-width~="0.25"] {
    stroke-width: .25px
}

[stroke-width~="0.5"] {
    stroke-width: .5px
}

[stroke-width~="4"] {
    stroke-width: 4px
}

[stroke~="#17191A"] {
    --un-stroke-opacity: 1;
    stroke: rgba(23, 25, 26, var(--un-stroke-opacity))
}

[stroke~=black] {
    --un-stroke-opacity: 1;
    stroke: rgba(0, 0, 0, var(--un-stroke-opacity))
}

.object-cover {
    object-fit: cover
}

.object-contain {
    object-fit: contain
}

.object-fill {
    object-fit: fill
}

.p-0 {
    padding: 0
}

.p-12 {
    padding: 3rem
}

.p-16,
[p-16=""] {
    padding: 4rem
}

.p-18 {
    padding: 4.5rem
}

.p-20,
.pa-20 {
    padding: 5rem
}

.p-24 {
    padding: 6rem
}

.p-30,
.p30 {
    padding: 7.5rem
}

.p-5 {
    padding: 1.25rem
}

.p-50 {
    padding: 12.5rem
}

.p-60 {
    padding: 15rem
}

.p-8 {
    padding: 2rem
}

.p3 {
    padding: .75rem
}

.p-y20,
.py-20,
[p-y20=""] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.px,
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem
}

.px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem
}

.px-40 {
    padding-left: 10rem;
    padding-right: 10rem
}

.px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem
}

.px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-60 {
    padding-left: 15rem;
    padding-right: 15rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.p-b-20,
.p-b20,
.pb-20 {
    padding-bottom: 5rem
}

.p-b-40,
.pb-40 {
    padding-bottom: 10rem
}

.p-b0 {
    padding-bottom: 0
}

.p-b10 {
    padding-bottom: 2.5rem
}

.p-b12 {
    padding-bottom: 3rem
}

.p-b160 {
    padding-bottom: 40rem
}

.p-b17 {
    padding-bottom: 4.25rem
}

.p-b172 {
    padding-bottom: 43rem
}

.p-b2 {
    padding-bottom: .5rem
}

.p-b24 {
    padding-bottom: 6rem
}

.p-b3 {
    padding-bottom: .75rem
}

.p-b30,
.pb-30 {
    padding-bottom: 7.5rem
}

.p-b4 {
    padding-bottom: 1rem
}

.p-b6 {
    padding-bottom: 1.5rem
}

.p-b8 {
    padding-bottom: 2rem
}

.p-b80 {
    padding-bottom: 20rem
}

.p-l-40,
.pl-40 {
    padding-left: 10rem
}

.p-l0 {
    padding-left: 0
}

.p-l10,
.pl-10 {
    padding-left: 2.5rem
}

.p-l12,
.pl-12 {
    padding-left: 3rem
}

.p-l16,
.pl-16 {
    padding-left: 4rem
}

.p-l18 {
    padding-left: 4.5rem
}

.p-l20,
.pl-20 {
    padding-left: 5rem
}

.p-l24,
.pl-24 {
    padding-left: 6rem
}

.p-l32 {
    padding-left: 8rem
}

.p-l4,
.pl-4 {
    padding-left: 1rem
}

.p-l5 {
    padding-left: 1.25rem
}

.p-l8 {
    padding-left: 2rem
}

.p-r0,
.pr-0 {
    padding-right: 0
}

.p-r10,
.pr-10 {
    padding-right: 2.5rem
}

.p-r14 {
    padding-right: 3.5rem
}

.p-r16 {
    padding-right: 4rem
}

.p-r18 {
    padding-right: 4.5rem
}

.p-r20,
.pr-20 {
    padding-right: 5rem
}

.p-r24,
.pr-24 {
    padding-right: 6rem
}

.p-r4 {
    padding-right: 1rem
}

.p-r6 {
    padding-right: 1.5rem
}

.p-r8,
.pr-8 {
    padding-right: 2rem
}

.p-t-40,
.pt-40 {
    padding-top: 10rem
}

.p-t0 {
    padding-top: 0
}

.p-t0\! {
    padding-top: 0 !important
}

.p-t10,
.pt-10 {
    padding-top: 2.5rem
}

.p-t100 {
    padding-top: 25rem
}

.p-t12,
.pt-12 {
    padding-top: 3rem
}

.p-t16,
.pt-16 {
    padding-top: 4rem
}

.p-t2 {
    padding-top: .5rem
}

.p-t20 {
    padding-top: 5rem
}

.p-t24,
.pt-24 {
    padding-top: 6rem
}

.p-t4 {
    padding-top: 1rem
}

.p-t50 {
    padding-top: 12.5rem
}

.p-t56 {
    padding-top: 14rem
}

.p-t6 {
    padding-top: 1.5rem
}

.p-t64 {
    padding-top: 16rem
}

.p-t8 {
    padding-top: 2rem
}

.pb-100 {
    padding-bottom: 25rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pb-28 {
    padding-bottom: 7rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-58 {
    padding-bottom: 14.5rem
}

.pb-60 {
    padding-bottom: 15rem
}

.pb-72 {
    padding-bottom: 18rem
}

.pb150 {
    padding-bottom: 37.5rem
}

.pl-100 {
    padding-left: 25rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-30,
.pl30 {
    padding-left: 7.5rem
}

.pl-50 {
    padding-left: 12.5rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-40 {
    padding-right: 10rem
}

.pr30 {
    padding-right: 7.5rem
}

.pt-30,
.pt30 {
    padding-top: 7.5rem
}

.pt-48 {
    padding-top: 12rem
}

.pt-54 {
    padding-top: 13.5rem
}

.pt-60 {
    padding-top: 15rem
}

.pt-84 {
    padding-top: 21rem
}

.pie {
    padding-inline-end: 1rem
}

.text-center,
[text~=center] {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.vertical-middle {
    vertical-align: middle
}

.text-10 {
    font-size: 2.5rem
}

.text-12 {
    font-size: 3rem
}

.text-14,
[text~="14"] {
    font-size: 3.5rem
}

.text-15,
[text-15=""] {
    font-size: 3.75rem
}

.text-16,
[text~="16"] {
    font-size: 4rem
}

.text-16\! {
    font-size: 4rem !important
}

.text-18,
[text-18=""] {
    font-size: 4.5rem
}

.text-20,
[text~="20"] {
    font-size: 5rem
}

.text-22,
[text-22=""] {
    font-size: 5.5rem
}

.text-24,
[text~="24"] {
    font-size: 6rem
}

.text-26 {
    font-size: 6.5rem
}

.text-28,
[text-28=""] {
    font-size: 7rem
}

.text-30 {
    font-size: 7.5rem
}

.text-32,
[text~="32"] {
    font-size: 8rem
}

.text-40,
[text~="40"] {
    font-size: 10rem
}

.text-44,
[text-44=""] {
    font-size: 11rem
}

.text-48 {
    font-size: 12rem
}

.text-50 {
    font-size: 12.5rem
}

.text-56,
[text~="56"] {
    font-size: 14rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-64 {
    font-size: 16rem
}

.text-7xl,
[text-7xl=""] {
    font-size: 4.5rem;
    line-height: 1
}

.text-8xl,
[text-8xl=""] {
    font-size: 6rem;
    line-height: 1
}

.text-9xl {
    font-size: 8rem;
    line-height: 1
}

.font-300,
.fw-300,
.fw300 {
    font-weight: 300
}

.font-400 {
    font-weight: 400
}

.font-500,
.fw-500,
.fw500 {
    font-weight: 500
}

.font-700,
.font-bold,
.fw-700,
.fw-bold,
.fw700 {
    font-weight: 700
}

.font-900 {
    font-weight: 900
}

.font-semibold,
.fw-600,
.fw600,
[font-semibold=""] {
    font-weight: 600
}

.fw-0 {
    font-weight: 0
}

.leading-12 {
    line-height: 3rem
}

.leading-14 {
    line-height: 3.5rem
}

.leading-16 {
    line-height: 4rem
}

.leading-18,
.leh-18 {
    line-height: 4.5rem
}

.leading-20 {
    line-height: 5rem
}

.leading-20\! {
    line-height: 5rem !important
}

.leading-21,
.leh-21 {
    line-height: 5.25rem
}

.leading-22,
.leh-22 {
    line-height: 5.5rem
}

.leading-24,
.leh-24 {
    line-height: 6rem
}

.leading-25 {
    line-height: 6.25rem
}

.leading-26 {
    line-height: 6.5rem
}

.leading-28,
.leh-28 {
    line-height: 7rem
}

.leading-30,
.leh-30 {
    line-height: 7.5rem
}

.leading-40,
.leh-40 {
    line-height: 10rem
}

.leading-48,
.leh-48 {
    line-height: 12rem
}

.leading-50,
.leh-50 {
    line-height: 12.5rem
}

.leading-56,
.leh-56 {
    line-height: 14rem
}

.leading-58 {
    line-height: 14.5rem
}

.leading-60,
.leh-60 {
    line-height: 15rem
}

.leading-80 {
    line-height: 20rem
}

.leading-loose {
    line-height: 2
}

.leading-normal {
    line-height: 1.5
}

.lh-120\%,
[lh-120\%=""] {
    line-height: 120%
}

.lh-150\%,
[lh-150\%=""] {
    line-height: 150%
}

.tracking-wide,
[tracking-wide=""] {
    letter-spacing: .025em
}

.tracking-wider,
[tracking-wider=""] {
    letter-spacing: .05em
}

.tracking-widest,
[tracking-widest=""] {
    letter-spacing: .1em
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.tabular-nums {
    --un-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)
}

.c-\#131F00,
.color-\#131F00,
[color~="#131F00"] {
    --un-text-opacity: 1;
    color: rgba(19, 31, 0, var(--un-text-opacity))
}

.c-\#666 {
    --un-text-opacity: 1;
    color: rgba(102, 102, 102, var(--un-text-opacity))
}

.c-\#999,
.color-\#999,
.color-\#999999,
.text-\#999,
.text-\#999999,
[color~="#999"],
[color~="#999999"] {
    --un-text-opacity: 1;
    color: rgba(153, 153, 153, var(--un-text-opacity))
}

.c-\#B9F641,
.color-\#B9F641,
.text-\#b9f641,
[color~="#B9F641"] {
    --un-text-opacity: 1;
    color: rgba(185, 246, 65, var(--un-text-opacity))
}

.c-\#fff,
.color-\#FFF,
.color-white,
.text-\#fff,
.text-white,
[color~="#fff"] {
    --un-text-opacity: 1;
    color: rgba(255, 255, 255, var(--un-text-opacity))
}

.color-\#00C383,
[color~="#00c383"],
[color~="#00C383"] {
    --un-text-opacity: 1;
    color: rgba(0, 195, 131, var(--un-text-opacity))
}

.color-\#111,
.text-\#111,
[color~="#111"],
[color~="#111111"] {
    --un-text-opacity: 1;
    color: rgba(17, 17, 17, var(--un-text-opacity))
}

.color-\#808080 {
    --un-text-opacity: 1;
    color: rgba(128, 128, 128, var(--un-text-opacity))
}

.color-\#bebebe {
    --un-text-opacity: 1;
    color: rgba(190, 190, 190, var(--un-text-opacity))
}

.color-\#F75C50 {
    --un-text-opacity: 1;
    color: rgba(247, 92, 80, var(--un-text-opacity))
}

[color~="#0866FF"] {
    --un-text-opacity: 1;
    color: rgba(8, 102, 255, var(--un-text-opacity))
}

[color~="#0B0B0B"] {
    --un-text-opacity: 1;
    color: rgba(11, 11, 11, var(--un-text-opacity))
}

[color~=black] {
    --un-text-opacity: 1;
    color: rgba(0, 0, 0, var(--un-text-opacity))
}

[color~=gray] {
    --un-text-opacity: 1;
    color: rgba(156, 163, 175, var(--un-text-opacity))
}

[color~=lime] {
    --un-text-opacity: 1;
    color: rgba(163, 230, 53, var(--un-text-opacity))
}

[color~=red] {
    --un-text-opacity: 1;
    color: rgba(248, 113, 113, var(--un-text-opacity))
}

.dark .dark\:text-slate-400 {
    --un-text-opacity: 1;
    color: rgba(148, 163, 184, var(--un-text-opacity))
}

.text-\[var\(--goal-activity-theme-color\)\] {
    color: var(--goal-activity-theme-color)
}

.text-\#F5F5F5 {
    --un-text-opacity: 1;
    color: rgba(245, 245, 245, var(--un-text-opacity))
}

.text-\#F88600 {
    --un-text-opacity: 1;
    color: rgba(248, 134, 0, var(--un-text-opacity))
}

.text-\#FECA0A {
    --un-text-opacity: 1;
    color: rgba(254, 202, 10, var(--un-text-opacity))
}

.text-\#FF2A00 {
    --un-text-opacity: 1;
    color: rgba(255, 42, 0, var(--un-text-opacity))
}

.text-gray-500 {
    --un-text-opacity: 1;
    color: rgba(107, 114, 128, var(--un-text-opacity))
}

.text-info {
    color: var(--info-color)
}

.text-slate-500 {
    --un-text-opacity: 1;
    color: rgba(100, 116, 139, var(--un-text-opacity))
}

[placeholder~="$t("]::placeholder,
[text~="$t("] {
    color: var(--t\()
}

.underline {
    text-decoration-line: underline
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale
}

.tab {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

.text-shadow {
    --un-text-shadow: 0 0 1px var(--un-text-shadow-color, rgba(0, 0, 0, .2)), 0 0 1px var(--un-text-shadow-color, rgba(1, 0, 5, .1));
    text-shadow: var(--un-text-shadow)
}

.hover-opacity-70:hover {
    opacity: .7
}

.hover-opacity-80:hover {
    opacity: .8
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-75 {
    opacity: .75
}

.mix-blend-exclusion {
    mix-blend-mode: exclusion
}

.outline {
    outline-style: solid
}

.outline-unset {
    outline-style: unset
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.blur {
    --un-blur: blur(8px);
    filter: var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)
}

.filter {
    filter: var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)
}

.transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

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

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

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

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

[content~="$t("] {
    content: var(--t\()
}

.fs-0 {
    font-size: 0px
}

.fs-12,
[fs-12=""] {
    font-size: 12px
}

.fs-14,
[fs-14=""] {
    font-size: 14px
}

.fs-16,
[fs-16=""] {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px
}

.fs-22 {
    font-size: 22px
}

.fs-24,
[fs-24=""] {
    font-size: 24px
}

.fs-26 {
    font-size: 26px
}

.fs-28 {
    font-size: 28px
}

.fs-30 {
    font-size: 30px
}

.fs-32 {
    font-size: 32px
}

.fs-36 {
    font-size: 36px
}

.fs-40 {
    font-size: 40px
}

.fs-48 {
    font-size: 48px
}

.fs-56 {
    font-size: 56px
}

.leh-19 {
    line-height: 4.75rem
}

.leh-27 {
    line-height: 6.75rem
}

.leh-36 {
    line-height: 9rem
}

.leh-45 {
    line-height: 11.25rem
}

.leh-52 {
    line-height: 13rem
}

.leh-54 {
    line-height: 13.5rem
}

.h-calc100-114 {
    height: calc(100% - 28.5rem)
}

.h-calc100-40 {
    height: calc(100% - 10rem)
}

.\!color-text-button-new {
    color: var(--color-text-button-new) !important
}

.color-text-2,
[color-text-2=""] {
    color: var(--color-text-2)
}

.color-text-3 {
    color: var(--color-text-3)
}

.color-text-5 {
    color: var(--color-text-5)
}

.color-text-brand-base {
    color: var(--color-text-brand-base)
}

.color-text-button {
    color: var(--color-text-button)
}

.color-text-button\! {
    color: var(--color-text-button) !important
}

.color-text-danger {
    color: var(--color-text-danger)
}

.color-text-danger-6 {
    color: var(--color-text-danger-6)
}

.color-text-error,
.hover-color-text-error:hover {
    color: var(--color-text-error)
}

.color-text-icon-check {
    color: var(--color-text-icon-check)
}

.color-text-mainbutton {
    color: var(--color-text-mainbutton)
}

.color-text-primary-6 {
    color: var(--color-text-primary-6)
}

.color-text-success {
    color: var(--color-text-success)
}

.color-text-success\! {
    color: var(--color-text-success) !important
}

.color-text-text-success {
    color: var(--color-text-text-success)
}

.color-text-warning,
[color-text-warning=""] {
    color: var(--color-text-warning)
}

.\!color-text-1,
.\!hover-color-text-1:hover {
    color: var(--color-text-1) !important
}

.color-text-1,
.hover\:color-text-1:hover,
[color-text-1=""] {
    color: var(--color-text-1)
}

.\!color-bg-4 {
    background-color: var(--color-bg-4) !important
}

.color-bg-0 {
    background-color: var(--color-bg-0)
}

.color-bg-1 {
    background-color: var(--color-bg-1)
}

.color-bg-2 {
    background-color: var(--color-bg-2)
}

.color-bg-3 {
    background-color: var(--color-bg-3)
}

.color-bg-4,
.hover-color-bg-4:hover {
    background-color: var(--color-bg-4)
}

.color-bg-5 {
    background-color: var(--color-bg-5)
}

.color-bg-5-contract-popover {
    background-color: var(--color-bg-5-contract-popover)
}

.color-bg-6 {
    background-color: var(--color-bg-6)
}

.color-bg-7 {
    background-color: var(--color-bg-7)
}

.color-bg-popup {
    background-color: rgb(var(--popup))
}

.color-bg-transparent {
    background-color: var(--color-bg-transparent)
}

.color-bg-yellow-1,
[color-bg-yellow-1=""] {
    background-color: rgb(var(--yellow-1))
}

.color-fill-2 {
    background-color: var(--color-fill-2)
}

.b-r-2 {
    border-radius: -2px
}

.b-r2 {
    border-radius: 2px
}

.b-r4,
[b-r4=""] {
    border-radius: 4px
}

.b-rd-4 {
    border-radius: d-4px
}

.flex-col-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.flex-col-between-start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.flex-col-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.flex-col-center-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.flex-col-center-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.flex-col-start-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.flex-col-start-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.flex-row-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

.flex-row-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.flex-row-between-start {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.flex-row-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.flex-row-center-stretch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch
}

.flex-row-end-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.flex-row-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.fvn-number {
    font-variant-numeric: tabular-nums
}

.fm-bold,
[fm~=fm-bold] {
    font-weight: 700;
    font-family: HarmonyOS_Sans_Bold
}

.fm-medium,
[fm-medium=""],
[fm~=fm-medium] {
    font-weight: 500;
    font-family: HarmonyOS_Sans_Medium
}

.fm-normal {
    font-weight: 400;
    font-family: HarmonyOS_Sans_Regular
}

.\!brd-all-color-text-1 {
    border: solid 1px var(--color-text-1) !important
}

.brd-all-\#2A2F33 {
    border: solid 1px #2A2F33
}

.brd-all-color-border-1 {
    border: solid 1px var(--color-border-1)
}

.brd-bottom-color-border-1 {
    border-bottom: solid 1px var(--color-border-1)
}

.brd-top-color-border-1,
[brd-top-color-border-1=""] {
    border-top: solid 1px var(--color-border-1)
}

@media (min-width: 1024px) {
    .lg\:\[--scroll-mt\:6\.3125rem\] {
        --scroll-mt: 6.3125rem
    }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media print,
(prefers-reduced-motion: reduce) {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translate(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translate(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translate(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translate(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translate(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translate(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translate(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translate(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0)
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skew(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skew(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skew(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skew(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skew(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skew(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skew(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skew(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skew(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skew(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skew(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skew(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skew(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skew(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

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

    20% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

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

    20% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

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

    20% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }
}

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

    20% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

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

    20% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }
}

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

    20% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

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

    20% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

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

    20% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skew(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skew(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skew(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skew(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skew(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skew(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skew(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skew(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skew(5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skew(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skew(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skew(5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skew(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skew(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skew(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skew(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.v-loading-style {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    z-index: 100
}

.v-loading-button-style {
    background-color: var(--color-bg-6);
    border-radius: 4px
}

.wrapper[data-v-dffde253] {
    position: relative;
    cursor: pointer
}

.wrapper .header-item-text.hover[data-v-dffde253] svg {
    color: rgb(var(--primary-6)) !important
}

.wrapper .header-item-text.hover[data-v-dffde253] span {
    color: rgb(var(--primary-6)) !important
}

.wrapper .inner-icon[data-v-dffde253] {
    transition: transform .3s
}

.wrapper .bridge[data-v-dffde253] {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    height: 30px;
    width: 80px;
    z-index: 2023
}

.wrapper .down-wrapper[data-v-dffde253] {
    position: absolute;
    top: 200%;
    z-index: 2023;
    border-radius: 8px;
    transition: all .3s;
    transform: translate(0);
    border: 1px solid var(--color-border-1);
    overflow: hidden
}

.fade-enter-from[data-v-dffde253],
.fade-leave-to[data-v-dffde253] {
    opacity: 0;
    transform: var(--3dbb222e) !important
}

.all-nav-wrapper .content[data-v-b24d1e83] {
    background-color: var(--color-bg-3);
    box-sizing: border-box;
    width: 944px;
    padding: 20px 15px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 4px 10px #0000001a
}

.all-nav-wrapper .content .nav-item[data-v-b24d1e83] {
    width: 290px;
    height: 70px;
    box-sizing: border-box;
    padding: 0 18px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px
}

.all-nav-wrapper .content .nav-item[data-v-b24d1e83]:hover {
    background-color: var(--color-bg-4)
}

.all-nav-wrapper .content .nav-item:hover .arrow[data-v-b24d1e83] {
    display: inline-block
}

.all-nav-wrapper .content .nav-item .svg[data-v-b24d1e83] {
    width: 30px;
    height: 30px;
    margin-right: 15px
}

.all-nav-wrapper .content .nav-item .name[data-v-b24d1e83] {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-1)
}

.all-nav-wrapper .content .nav-item .arrow[data-v-b24d1e83] {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-text-4)
}

.auth-panel-title[data-v-45905c95]:hover {
    opacity: .8
}

.user-information-content[data-v-45905c95] {
    border: .5px solid var(--color-border-1);
    box-shadow: 0 12px 40px #0000000d
}

.user-information-content .vip-box[data-v-45905c95] {
    border: .5px solid rgba(0, 0, 0, .08)
}

.user-information-content .nav-list .nav-item[data-v-45905c95]:hover {
    background-color: var(--color-bg-4)
}

.user-information-content .nav-list .nav-item:hover .hover-arrow[data-v-45905c95] {
    display: unset
}

.user-information-content .nav-list .nav-item .warning-spot[data-v-45905c95] {
    background-color: #ce5245;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 4px
}

.correspondence-popover {
    padding: 0 0 24px;
    margin: 0;
    width: 484px;
    min-height: 350px;
    max-height: 618px;
    background-color: var(--color-bg-3);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px #0000000d;
    border: .5px solid var(--color-border-1)
}

.correspondence-popover .arco-popover-content {
    margin: 0
}

.correspondence-arrow {
    display: none
}

.correspondence-dom[data-v-3e36b2eb] {
    color: var(--color-text-1)
}

.correspondence-dom .correspondence-badge[data-v-3e36b2eb] {
    background-color: var(--color-text-error)
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs {
    padding: 0 24px
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs .arco-tabs-tab {
    margin: 0 0 0 24px;
    user-select: none;
    padding: 11px 0
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs .arco-tabs-tab .arco-tabs-tab-title {
    font-family: HarmonyOS_Sans_Medium;
    font-weight: 500;
    font-size: 18px
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs .arco-tabs-tab:first-child {
    margin: 0
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs .arco-tabs-nav-tab,
.correspondence-dom[data-v-3e36b2eb] .arco-tabs .arco-tabs-nav {
    height: 52px
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs .arco-tabs-nav:before {
    background-color: var(--color-border-1)
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs .arco-tabs-nav-ink {
    bottom: 2px;
    position: relative;
    background-color: transparent !important
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs .arco-tabs-nav-ink:after {
    display: block;
    content: "";
    margin: 0 auto;
    background-color: var(--color-text-1);
    height: 2px
}

.correspondence-dom[data-v-3e36b2eb] .arco-tabs-content {
    padding: 4px
}

.correspondence-dom .correspondence-list .correspondence-list-item .left-hint span[data-v-3e36b2eb] {
    background-color: var(--color-text-error)
}

.correspondence-dom .correspondence-list .correspondence-list-item .left-hint span.read[data-v-3e36b2eb] {
    background-color: transparent
}

.correspondence-dom .correspondence-list .correspondence-list-item .list-item-icon[data-v-3e36b2eb] {
    transition: all .2s
}

.correspondence-dom .correspondence-list .correspondence-list-item .list-item-icon.unfold-icon[data-v-3e36b2eb] {
    transform: rotate(180deg)
}

.correspondence-dom .correspondence-list .correspondence-list-item .correspondence-text[data-v-3e36b2eb] {
    width: calc(100% - 18px)
}

.correspondence-dom .correspondence-list .correspondence-list-item .correspondence-text .correspondence-text-title p[data-v-3e36b2eb] {
    width: calc(100% - 20px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.correspondence-dom .correspondence-list .correspondence-list-item .correspondence-text .correspondence-text-title p.unfold-p[data-v-3e36b2eb] {
    text-overflow: unset;
    white-space: pre-wrap
}

.correspondence-dom .correspondence-list .correspondence-list-item .correspondence-text .list-item-main[data-v-3e36b2eb] {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.correspondence-dom .correspondence-list .correspondence-list-item .correspondence-text .list-item-main.unfold-p[data-v-3e36b2eb] {
    -webkit-line-clamp: unset
}

.correspondence-dom .correspondence-list .correspondence-list-item .is-read-color[data-v-3e36b2eb] {
    color: var(--color-text-2)
}

.download-box[data-v-a292c89e] {
    border: .5px solid var(--color-border-1);
    box-shadow: 0 12px 40px #0000000d
}



.language-rate-main[data-v-ee078942] {
    position: relative;
    display: flex;
    align-items: center
}

.language-rate-main .content[data-v-ee078942] {
    position: absolute;
    background-color: var(--color-bg-3);
    right: 10px;
    top: 64px;
    width: 650px;
    border: .5px solid var(--color-border-1);
    border-radius: 12px;
    z-index: 2023;
    overflow: hidden;
    box-shadow: 0 12px 40px #0000000d
}


@media (max-width: 690px) {
   
    .language-rate-main .content[data-v-ee078942] {
        width: 350px;
        right: 15px;
    }

    .area-select-wrapper .select-options[data-v-d59c850b]
    {
        min-width: 350px !important;
    }
    .arco-modal {
        width: 350px;
    }
}


.language-rate-main .content[data-v-ee078942] .arco-tabs-content {
    max-height: 539px;
    padding: 0 24px;
    overflow-y: auto;
    margin: 10px 0 16px
}

.language-rate-main .content[data-v-ee078942] .arco-tabs .arco-tabs-tab {
    margin: 0 0 0 24px;
    user-select: none;
    padding: 11px 0
}

.language-rate-main .content[data-v-ee078942] .arco-tabs .arco-tabs-tab .arco-tabs-tab-title {
    font-family: HarmonyOS_Sans_Medium;
    font-weight: 500;
    font-size: 18px
}

.language-rate-main .content[data-v-ee078942] .arco-tabs .arco-tabs-nav-tab,
.language-rate-main .content[data-v-ee078942] .arco-tabs .arco-tabs-nav {
    height: 52px
}

.language-rate-main .content[data-v-ee078942] .arco-tabs .arco-tabs-nav:before {
    background-color: var(--color-border-1)
}

.language-rate-main .content[data-v-ee078942] .arco-tabs .arco-tabs-nav-ink {
    bottom: 2px;
    position: relative;
    background-color: transparent !important
}

.language-rate-main .content[data-v-ee078942] .arco-tabs .arco-tabs-nav-ink:after {
    display: block;
    content: "";
    margin: 0 auto;
    background-color: var(--color-text-1);
    height: 2px
}

.language-rate-main .mask[data-v-ee078942] {
    position: fixed;
    inset: 0;
    z-index: 2021
}

.popover-top-enter-from[data-v-ee078942],
.popover-top-leave-to[data-v-ee078942] {
    transform: scale(.01)
}

.popover-top-enter-active[data-v-ee078942],
.popover-top-leave-active[data-v-ee078942] {
    transform-origin: top right;
    transition: all ease-in-out .2s
}

.SecurityReminder_box .page_title[data-v-8b17b53a] {
    background: var(--color-fill-blue);
    padding: 10px 20px;
    color: var(--color-text-5);
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px
}

.SecurityReminder_box .item[data-v-8b17b53a] {
    padding: 26px 0 26px 60px;
    border-bottom: 1px solid var(--color-border-4);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.SecurityReminder_box .item .icon[data-v-8b17b53a] {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.SecurityReminder_box .item .title_tag[data-v-8b17b53a] {
    height: 20px;
    background: var(--color-fill-1);
    color: rgb(var(--primary-6));
    border-radius: var(--border-radius-medium);
    margin-left: 14px
}

.SecurityReminder_box .item .item_content[data-v-8b17b53a] {
    line-height: 22px;
    font-size: 16px;
    color: var(--color-text-1)
}

.SecurityReminder_box .item .item_btn[data-v-8b17b53a] {
    height: 40px;
    margin-left: 26px
}

.SecurityReminder_box .item .bind_icon[data-v-8b17b53a] {
    width: 24px;
    height: 24px;
    color: var(--color-text-success)
}

.SecurityReminder_box .Never_notify[data-v-8b17b53a] {
    margin-top: 30px;
    margin-bottom: 10px
}

.SecurityReminder_box .button[data-v-8b17b53a] {
    background-color: var(--color-bg-5)
}

.svg_box[data-v-d2975514] {
    width: 100%;
    height: 118px
}

.content_a .content_a_svg[data-v-d2975514] {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto 20px;
    transform: translateY(-22px)
}

.content_a .content_a_p[data-v-d2975514] {
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.content_a .content_a_span[data-v-d2975514] {
    color: rgb(var(--primary-6));
    font-size: 14px;
    display: inline-block;
    margin: auto;
    border-bottom: 1px dotted rgb(var(--primary-6));
    cursor: pointer
}

.nav-trigger-content[data-v-1419d4c4] {
    border: .5px solid var(--color-border-1);
    box-shadow: 0 12px 40px #0000000d
}

.nav-trigger-content .nav-item[data-v-1419d4c4]:hover {
    background-color: var(--color-bg-4)
}

.nav-trigger-content .nav-item:hover .hover-arrow[data-v-1419d4c4] {
    display: unset
}

.header-wrapper-main[data-v-f371d807] {
    position: absolute;
    width: 100%;
    height: 64px;
    background-color: var(--color-bg-0);
    box-sizing: border-box;
    z-index: 998
}

.header-wrapper-main .nav-layout .nav-item[data-v-f371d807] {
    padding: 0 12px;
    font-weight: 500;
    font-family: HarmonyOS_Sans_Medium;
    line-height: 64px
}

.header-wrapper-main .nav-layout .nav-item[data-v-f371d807]:hover {
    opacity: .8
}

.header-wrapper-main .nav-layout .segmentation[data-v-f371d807] {
    background-color: var(--color-border-1)
}

.header-wrapper-main .login-btn[data-v-f371d807] {
    border-color: var(--color-text-1)
}

.header-wrapper-main .login-btn[data-v-f371d807]:hover {
    opacity: .8
}

.header-wrapper-main .sign-btn[data-v-f371d807] {
    background-color: var(--color-bg-button-new)
}

.header-wrapper-main .sign-btn[data-v-f371d807]:hover {
    opacity: .8
}

.footer-wrapper[data-v-35f67c6e] {
    width: 1200px;
    background-color: var(--color-bg-2);
    margin: 0 auto;
    font-size: 48px;
    overflow: hidden;
    padding-bottom: 60px
}

.footer-wrapper .main-content[data-v-35f67c6e] {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex
}

.footer-wrapper .main-content .logo-wrapper[data-v-35f67c6e] {
    box-sizing: border-box;
    width: 288px;
    margin-top: -18px
}

.footer-wrapper .main-content .logo-wrapper .icon-list[data-v-35f67c6e] {
    width: 160px;
    display: flex;
    justify-content: space-between
}

.footer-wrapper .main-content .logo-wrapper .icon-list .url-icon[data-v-35f67c6e] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 20px
}

.footer-wrapper .main-content .logo-wrapper .url-icon[data-v-35f67c6e] {
    height: 18px;
    margin-right: 16px
}

.footer-wrapper .main-content .logo-wrapper .url-icon[data-v-35f67c6e]:nth-child(10n) {
    margin-right: 0
}

.footer-wrapper .main-content .logo-wrapper .single-img[data-v-35f67c6e] {
    display: inline;
    border-radius: 50%
}

.footer-wrapper .main-content .logo-wrapper .single-img:nth-child(10n) .url-icon[data-v-35f67c6e] {
    margin-right: 0
}

.footer-wrapper .main-content .logo-wrapper .popup-link[data-v-35f67c6e] {
    display: block
}

.footer-wrapper .main-content .index-wrapper[data-v-35f67c6e] {
    display: flex;
    margin-left: 70px;
    justify-content: space-between;
    width: 844px
}

.footer-wrapper .main-content .index-wrapper .list-container[data-v-35f67c6e] {
    width: 150px;
    font-size: 14px
}

.footer-wrapper .main-content .index-wrapper .list-container[data-v-35f67c6e]:nth-child(4) {
    margin-right: 0
}

.footer-wrapper .main-content .index-wrapper .list-container .title[data-v-35f67c6e] {
    color: var(--color-text-1);
    padding-bottom: 30px;
    cursor: default;
    font-size: 18px
}

.footer-wrapper .main-content .index-wrapper .list-container .links[data-v-35f67c6e] {
    display: flex;
    flex-direction: column
}

.footer-wrapper .main-content .index-wrapper .list-container .links .item[data-v-35f67c6e] {
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    cursor: pointer
}

.footer-wrapper .main-content .index-wrapper .list-container .links .item[data-v-35f67c6e]:hover {
    color: rgb(var(--primary-6))
}

.footer-wrapper .copyright[data-v-35f67c6e] {
    font-size: 12px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    cursor: default;
    color: var(--color-text-3);
    border-top: 1px solid var(--color-border-1)
}

.bitunix-icon-loading {
    cursor: pointer;
    display: inline-block
}

.dx-icon-color-warpper {
    overflow: hidden
}

.dx-icon-color-warpper svg {
    overflow: hidden;
    transform: translateY(10000px) !important
}

.debugger-update {
    position: fixed;
    bottom: 0;
    right: -500px;
    transition: all .5s;
    z-index: 9999;
    border-top-left-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px
}

.debugger-update .arco-btn {
    height: 24px
}

.debugger-update-show {
    right: 0 !important
}

.network-detection-container[data-v-1cc6477c] {
    border-top: 1px solid var(--color-border-4);
    background: var(--color-bg-0)
}

.layout-wrapper[data-v-bb59870d] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: var(--color-bg-1)
}

.partial-container[data-v-bb59870d] {
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-0);
    padding-top: 64px;
    overflow: scroll;
    min-height: 100vh
}

.partial-container .router-container[data-v-bb59870d] {
    background-color: var(--color-bg-2);
    position: relative
}

.partial-container .transition-cls[data-v-bb59870d] {
    --animate-duration: .5s
}

#app {
    width: 100%;
    height: 100%;
    position: relative
}