.subpage-hero {
            text-align: center;
            position: relative;
            padding: 60px 0 40px;
        }

        .anticon {
            display: inline-flex;
            align-items: center;
            color: inherit;
            font-style: normal;
            line-height: 0;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .anticon>* {
            line-height: 1;
        }

        .anticon svg {
            display: inline-block;
            vertical-align: inherit;
        }

        .anticon::before {
            display: none;
        }

        .anticon .anticon-icon {
            display: block;
        }

        .anticon[tabindex] {
            cursor: pointer;
        }

        .anticon-spin::before,
        .anticon-spin {
            display: inline-block;
            -webkit-animation: loadingCircle 1s infinite linear;
            animation: loadingCircle 1s infinite linear;
        }

        @-webkit-keyframes loadingCircle {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        @keyframes loadingCircle {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
a:where(.css-ynaoh4) {
            color: #1677ff;
            text-decoration: none;
            background-color: transparent;
            outline: none;
            cursor: pointer;
            transition: color 0.3s;
            -webkit-text-decoration-skip: objects;
        }

        a:where(.css-ynaoh4):hover {
            color: #69b1ff;
        }

        a:where(.css-ynaoh4):active {
            color: #0958d9;
        }

        a:where(.css-ynaoh4):active,
        a:where(.css-ynaoh4):hover {
            text-decoration: none;
            outline: 0;
        }

        a:where(.css-ynaoh4):focus {
            text-decoration: none;
            outline: 0;
        }

        a:where(.css-ynaoh4)[disabled] {
            color: rgba(0, 0, 0, 0.25);
            cursor: not-allowed;
        }

        :where(.css-ynaoh4) a {
            color: #1677ff;
            text-decoration: none;
            background-color: transparent;
            outline: none;
            cursor: pointer;
            transition: color 0.3s;
            -webkit-text-decoration-skip: objects;
        }

        :where(.css-ynaoh4) a:hover {
            color: #69b1ff;
        }

        :where(.css-ynaoh4) a:active {
            color: #0958d9;
        }

        :where(.css-ynaoh4) a:active,
        :where(.css-ynaoh4) a:hover {
            text-decoration: none;
            outline: 0;
        }

        :where(.css-ynaoh4) a:focus {
            text-decoration: none;
            outline: 0;
        }

        :where(.css-ynaoh4) a[disabled] {
            color: rgba(0, 0, 0, 0.25);
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).anticon {
            display: inline-flex;
            align-items: center;
            color: inherit;
            font-style: normal;
            line-height: 0;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        :where(.css-ynaoh4).anticon>* {
            line-height: 1;
        }

        :where(.css-ynaoh4).anticon svg {
            display: inline-block;
        }

        :where(.css-ynaoh4).anticon .anticon .anticon-icon {
            display: block;
        }
:where(.css-ynaoh4).ant-btn {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-btn::before,
        :where(.css-ynaoh4).ant-btn::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-btn [class^="ant-btn"],
        :where(.css-ynaoh4).ant-btn [class*=" ant-btn"] {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-btn [class^="ant-btn"]::before,
        :where(.css-ynaoh4).ant-btn [class*=" ant-btn"]::before,
        :where(.css-ynaoh4).ant-btn [class^="ant-btn"]::after,
        :where(.css-ynaoh4).ant-btn [class*=" ant-btn"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-btn {
            outline: none;
            position: relative;
            display: inline-flex;
            gap: 8px;
            align-items: center;
            justify-content: center;
            font-weight: 400;
            white-space: nowrap;
            text-align: center;
            background-image: none;
            background: transparent;
            border: 1px solid transparent;
            cursor: pointer;
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
            user-select: none;
            touch-action: manipulation;
            color: rgba(0, 0, 0, 0.88);
        }

        :where(.css-ynaoh4).ant-btn:disabled>* {
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-btn .ant-btn-icon>svg {
            display: inline-flex;
            align-items: center;
            color: inherit;
            font-style: normal;
            line-height: 0;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        :where(.css-ynaoh4).ant-btn .ant-btn-icon>svg>* {
            line-height: 1;
        }

        :where(.css-ynaoh4).ant-btn .ant-btn-icon>svg svg {
            display: inline-block;
        }

        :where(.css-ynaoh4).ant-btn>a {
            color: currentColor;
        }

        :where(.css-ynaoh4).ant-btn:not(:disabled):focus-visible {
            outline: 3px solid #eb9b94;
            outline-offset: 1px;
            transition: outline-offset 0s, outline 0s;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-two-chinese-chars::first-letter {
            letter-spacing: 0.34em;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-two-chinese-chars>*:not(.anticon) {
            margin-inline-end: -0.34em;
            letter-spacing: 0.34em;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-icon-only {
            padding-inline: 0;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-icon-only.ant-btn-compact-item {
            flex: none;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-loading {
            opacity: 0.65;
            cursor: default;
        }

        :where(.css-ynaoh4).ant-btn .ant-btn-loading-icon {
            transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        :where(.css-ynaoh4).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-appear-start,
        :where(.css-ynaoh4).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-enter-start {
            margin-inline-end: -8px;
        }

        :where(.css-ynaoh4).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-appear-active,
        :where(.css-ynaoh4).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-enter-active {
            margin-inline-end: 0;
        }

        :where(.css-ynaoh4).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-leave-start {
            margin-inline-end: 0;
        }

        :where(.css-ynaoh4).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-leave-active {
            margin-inline-end: -8px;
        }

        :where(.css-ynaoh4).ant-btn-icon-end {
            flex-direction: row-reverse;
        }

        :where(.css-ynaoh4).ant-btn-icon-end .ant-btn-loading-icon-motion-appear-start,
        :where(.css-ynaoh4).ant-btn-icon-end .ant-btn-loading-icon-motion-enter-start {
            margin-inline-start: -8px;
        }

        :where(.css-ynaoh4).ant-btn-icon-end .ant-btn-loading-icon-motion-appear-active,
        :where(.css-ynaoh4).ant-btn-icon-end .ant-btn-loading-icon-motion-enter-active {
            margin-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-btn-icon-end .ant-btn-loading-icon-motion-leave-start {
            margin-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-btn-icon-end .ant-btn-loading-icon-motion-leave-active {
            margin-inline-start: -8px;
        }

        :where(.css-ynaoh4).ant-btn {
            font-size: 14px;
            height: 32px;
            padding: 0px 15px;
            border-radius: 6px;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-icon-only {
            width: 32px;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-icon-only .anticon {
            font-size: inherit;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-circle.ant-btn {
            min-width: 32px;
            padding-inline: 0;
            border-radius: 50%;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-round.ant-btn {
            border-radius: 32px;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-round.ant-btn:not(.ant-btn-icon-only) {
            padding-inline: 15px;
        }

        :where(.css-ynaoh4).ant-btn-sm {
            font-size: 14px;
            height: 24px;
            padding: 0px 7px;
            border-radius: 4px;
        }

        :where(.css-ynaoh4).ant-btn-sm.ant-btn-icon-only {
            width: 24px;
        }

        :where(.css-ynaoh4).ant-btn-sm.ant-btn-icon-only .anticon {
            font-size: inherit;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-circle.ant-btn-sm {
            min-width: 24px;
            padding-inline: 0;
            border-radius: 50%;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-round.ant-btn-sm {
            border-radius: 24px;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-round.ant-btn-sm:not(.ant-btn-icon-only) {
            padding-inline: 7px;
        }

        :where(.css-ynaoh4).ant-btn-lg {
            font-size: 16px;
            height: 40px;
            padding: 0px 15px;
            border-radius: 8px;
        }

        :where(.css-ynaoh4).ant-btn-lg.ant-btn-icon-only {
            width: 40px;
        }

        :where(.css-ynaoh4).ant-btn-lg.ant-btn-icon-only .anticon {
            font-size: inherit;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-circle.ant-btn-lg {
            min-width: 40px;
            padding-inline: 0;
            border-radius: 50%;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-round.ant-btn-lg {
            border-radius: 40px;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-round.ant-btn-lg:not(.ant-btn-icon-only) {
            padding-inline: 15px;
        }

        :where(.css-ynaoh4).ant-btn.ant-btn-block {
            width: 100%;
        }

        :where(.css-ynaoh4).ant-btn-color-default {
            color: rgba(0, 0, 0, 0.88);
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-solid {
            color: #fff;
            background: rgb(0, 0, 0);
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            color: #fff;
            background: rgba(0, 0, 0, 0.75);
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            color: #fff;
            background: rgba(0, 0, 0, 0.95);
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-filled {
            box-shadow: none;
            background: rgba(0, 0, 0, 0.04);
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: rgba(0, 0, 0, 0.88);
            background: rgba(0, 0, 0, 0.06);
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: rgba(0, 0, 0, 0.88);
            background: rgba(0, 0, 0, 0.15);
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-background-ghost {
            color: #ffffff;
            background: transparent;
            border-color: #ffffff;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
            background: transparent;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
            background: transparent;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-background-ghost:disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
            border-color: #d9d9d9;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-link {
            color: rgba(0, 0, 0, 0.88);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #69b1ff;
            background: transparent;
        }

        :where(.css-ynaoh4).ant-btn-color-default.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #0958d9;
        }

        :where(.css-ynaoh4).ant-btn-color-primary {
            color: #c41e20;
            box-shadow: 0 2px 0 rgba(255, 22, 5, 0.06);
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-dashed {
            border-color: #c41e20;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #D83B3D;
            border-color: #D83B3D;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #9e1017;
            border-color: #B01B1D;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-filled {
            box-shadow: none;
            background: #FFF1F0;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #c41e20;
            background: #f7c9c3;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #c41e20;
            background: #eb9b94;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-text {
            color: #C41E20;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #D83B3D;
            background: #FFF1F0;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #9e1017;
            background: #eb9b94;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-link {
            color: #C41E20;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #D83B3D;
            background: transparent;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #9e1017;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-background-ghost {
            color: #c41e20;
            background: transparent;
            border-color: #c41e20;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
            background: transparent;
            color: #D83B3D;
            border-color: #D83B3D;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
            background: transparent;
            color: #B01B1D;
            border-color: #B01B1D;
        }

        :where(.css-ynaoh4).ant-btn-color-primary.ant-btn-background-ghost:disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
            border-color: #d9d9d9;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous {
            color: #ff4d4f;
            box-shadow: 0 2px 0 rgba(255, 38, 5, 0.06);
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-solid {
            color: #fff;
            background: #ff4d4f;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #ff7875;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #d9363e;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-dashed {
            border-color: #ff4d4f;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff7875;
            border-color: #ffa39e;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #d9363e;
            border-color: #d9363e;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-filled {
            box-shadow: none;
            background: #fff2f0;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff4d4f;
            background: #ffdfdc;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #ff4d4f;
            background: #ffccc7;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-text {
            color: #ff4d4f;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff7875;
            background: #fff2f0;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #ff7875;
            background: #ffccc7;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-link {
            color: #ff4d4f;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff7875;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #d9363e;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-background-ghost {
            color: #ff4d4f;
            background: transparent;
            border-color: #ff4d4f;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
            background: transparent;
            color: #ff7875;
            border-color: #ff7875;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
            background: transparent;
            color: #d9363e;
            border-color: #d9363e;
        }

        :where(.css-ynaoh4).ant-btn-color-dangerous.ant-btn-background-ghost:disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
            border-color: #d9d9d9;
        }

        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-variant-link {
            color: #1677ff;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #69b1ff;
        }

        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #0958d9;
        }

        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-background-ghost {
            color: #1677ff;
            background: transparent;
            border-color: #1677ff;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
            background: transparent;
            color: #69b1ff;
            border-color: #69b1ff;
        }

        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
            background: transparent;
            color: #0958d9;
            border-color: #0958d9;
        }

        :where(.css-ynaoh4).ant-btn-color-link.ant-btn-background-ghost:disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
            border-color: #d9d9d9;
        }

        :where(.css-ynaoh4).ant-btn-color-blue {
            color: #1677ff;
            box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-solid {
            color: #fff;
            background: #1677ff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #4096ff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #0958d9;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-dashed {
            border-color: #1677ff;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #4096ff;
            border-color: #4096ff;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #0958d9;
            border-color: #0958d9;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-filled {
            box-shadow: none;
            background: #e6f4ff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #1677ff;
            background: #bae0ff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #1677ff;
            background: #91caff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-link {
            color: #1677ff;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #4096ff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #0958d9;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-text {
            color: #1677ff;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #4096ff;
            background: #e6f4ff;
        }

        :where(.css-ynaoh4).ant-btn-color-blue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #0958d9;
            background: #91caff;
        }

        :where(.css-ynaoh4).ant-btn-color-purple {
            color: #722ed1;
            box-shadow: 0 2px 0 rgba(155, 5, 255, 0.06);
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-solid {
            color: #fff;
            background: #722ed1;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #9254de;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #531dab;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-dashed {
            border-color: #722ed1;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #9254de;
            border-color: #9254de;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #531dab;
            border-color: #531dab;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-filled {
            box-shadow: none;
            background: #f9f0ff;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #722ed1;
            background: #efdbff;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #722ed1;
            background: #d3adf7;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-link {
            color: #722ed1;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #9254de;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #531dab;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-text {
            color: #722ed1;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #9254de;
            background: #f9f0ff;
        }

        :where(.css-ynaoh4).ant-btn-color-purple.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #531dab;
            background: #d3adf7;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan {
            color: #13c2c2;
            box-shadow: 0 2px 0 rgba(5, 255, 215, 0.1);
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-solid {
            color: #fff;
            background: #13c2c2;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #36cfc9;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #08979c;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-dashed {
            border-color: #13c2c2;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #36cfc9;
            border-color: #36cfc9;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #08979c;
            border-color: #08979c;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-filled {
            box-shadow: none;
            background: #e6fffb;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #13c2c2;
            background: #b5f5ec;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #13c2c2;
            background: #87e8de;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-link {
            color: #13c2c2;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #36cfc9;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #08979c;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-text {
            color: #13c2c2;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #36cfc9;
            background: #e6fffb;
        }

        :where(.css-ynaoh4).ant-btn-color-cyan.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #08979c;
            background: #87e8de;
        }

        :where(.css-ynaoh4).ant-btn-color-green {
            color: #52c41a;
            box-shadow: 0 2px 0 rgba(142, 255, 30, 0.08);
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-solid {
            color: #fff;
            background: #52c41a;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #73d13d;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #389e0d;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-dashed {
            border-color: #52c41a;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #73d13d;
            border-color: #73d13d;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #389e0d;
            border-color: #389e0d;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-filled {
            box-shadow: none;
            background: #f6ffed;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #52c41a;
            background: #d9f7be;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #52c41a;
            background: #b7eb8f;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-link {
            color: #52c41a;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #73d13d;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #389e0d;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-text {
            color: #52c41a;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #73d13d;
            background: #f6ffed;
        }

        :where(.css-ynaoh4).ant-btn-color-green.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #389e0d;
            background: #b7eb8f;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta {
            color: #eb2f96;
            box-shadow: 0 2px 0 rgba(255, 5, 105, 0.06);
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-solid {
            color: #fff;
            background: #eb2f96;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #f759ab;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #c41d7f;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-dashed {
            border-color: #eb2f96;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #f759ab;
            border-color: #f759ab;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #c41d7f;
            border-color: #c41d7f;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-filled {
            box-shadow: none;
            background: #fff0f6;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #eb2f96;
            background: #ffd6e7;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #eb2f96;
            background: #ffadd2;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-link {
            color: #eb2f96;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #f759ab;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #c41d7f;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-text {
            color: #eb2f96;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #f759ab;
            background: #fff0f6;
        }

        :where(.css-ynaoh4).ant-btn-color-magenta.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #c41d7f;
            background: #ffadd2;
        }

        :where(.css-ynaoh4).ant-btn-color-pink {
            color: #eb2f96;
            box-shadow: 0 2px 0 rgba(255, 5, 105, 0.06);
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-solid {
            color: #fff;
            background: #eb2f96;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #f759ab;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #c41d7f;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-dashed {
            border-color: #eb2f96;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #f759ab;
            border-color: #f759ab;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #c41d7f;
            border-color: #c41d7f;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-filled {
            box-shadow: none;
            background: #fff0f6;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #eb2f96;
            background: #ffd6e7;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #eb2f96;
            background: #ffadd2;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-link {
            color: #eb2f96;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #f759ab;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #c41d7f;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-text {
            color: #eb2f96;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #f759ab;
            background: #fff0f6;
        }

        :where(.css-ynaoh4).ant-btn-color-pink.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #c41d7f;
            background: #ffadd2;
        }

        :where(.css-ynaoh4).ant-btn-color-red {
            color: #f5222d;
            box-shadow: 0 2px 0 rgba(255, 22, 5, 0.06);
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-solid {
            color: #fff;
            background: #f5222d;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #ff4d4f;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #cf1322;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-dashed {
            border-color: #f5222d;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff4d4f;
            border-color: #ff4d4f;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #cf1322;
            border-color: #cf1322;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-filled {
            box-shadow: none;
            background: #fff1f0;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #f5222d;
            background: #ffccc7;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #f5222d;
            background: #ffa39e;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-link {
            color: #f5222d;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff4d4f;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #cf1322;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-text {
            color: #f5222d;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff4d4f;
            background: #fff1f0;
        }

        :where(.css-ynaoh4).ant-btn-color-red.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #cf1322;
            background: #ffa39e;
        }

        :where(.css-ynaoh4).ant-btn-color-orange {
            color: #fa8c16;
            box-shadow: 0 2px 0 rgba(255, 175, 5, 0.1);
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-solid {
            color: #fff;
            background: #fa8c16;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #ffa940;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #d46b08;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-dashed {
            border-color: #fa8c16;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffa940;
            border-color: #ffa940;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #d46b08;
            border-color: #d46b08;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-filled {
            box-shadow: none;
            background: #fff7e6;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #fa8c16;
            background: #ffe7ba;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #fa8c16;
            background: #ffd591;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-link {
            color: #fa8c16;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffa940;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #d46b08;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-text {
            color: #fa8c16;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffa940;
            background: #fff7e6;
        }

        :where(.css-ynaoh4).ant-btn-color-orange.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #d46b08;
            background: #ffd591;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow {
            color: #fadb14;
            box-shadow: 0 2px 0 rgba(245, 255, 5, 0.1);
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-solid {
            color: #fff;
            background: #fadb14;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #ffec3d;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #d4b106;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-dashed {
            border-color: #fadb14;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffec3d;
            border-color: #ffec3d;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #d4b106;
            border-color: #d4b106;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-filled {
            box-shadow: none;
            background: #feffe6;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #fadb14;
            background: #ffffb8;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #fadb14;
            background: #fffb8f;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-link {
            color: #fadb14;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffec3d;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #d4b106;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-text {
            color: #fadb14;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffec3d;
            background: #feffe6;
        }

        :where(.css-ynaoh4).ant-btn-color-yellow.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #d4b106;
            background: #fffb8f;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano {
            color: #fa541c;
            box-shadow: 0 2px 0 rgba(255, 125, 25, 0.1);
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-solid {
            color: #fff;
            background: #fa541c;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #ff7a45;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #d4380d;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-dashed {
            border-color: #fa541c;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff7a45;
            border-color: #ff7a45;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #d4380d;
            border-color: #d4380d;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-filled {
            box-shadow: none;
            background: #fff2e8;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #fa541c;
            background: #ffd8bf;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #fa541c;
            background: #ffbb96;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-link {
            color: #fa541c;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff7a45;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #d4380d;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-text {
            color: #fa541c;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ff7a45;
            background: #fff2e8;
        }

        :where(.css-ynaoh4).ant-btn-color-volcano.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #d4380d;
            background: #ffbb96;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue {
            color: #2f54eb;
            box-shadow: 0 2px 0 rgba(5, 88, 255, 0.06);
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-solid {
            color: #fff;
            background: #2f54eb;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #597ef7;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #1d39c4;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-dashed {
            border-color: #2f54eb;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #597ef7;
            border-color: #597ef7;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #1d39c4;
            border-color: #1d39c4;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-filled {
            box-shadow: none;
            background: #f0f5ff;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #2f54eb;
            background: #d6e4ff;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #2f54eb;
            background: #adc6ff;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-link {
            color: #2f54eb;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #597ef7;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #1d39c4;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-text {
            color: #2f54eb;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #597ef7;
            background: #f0f5ff;
        }

        :where(.css-ynaoh4).ant-btn-color-geekblue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #1d39c4;
            background: #adc6ff;
        }

        :where(.css-ynaoh4).ant-btn-color-lime {
            color: #a0d911;
            box-shadow: 0 2px 0 rgba(225, 255, 5, 0.1);
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-solid {
            color: #fff;
            background: #a0d911;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #bae637;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #7cb305;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-dashed {
            border-color: #a0d911;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #bae637;
            border-color: #bae637;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #7cb305;
            border-color: #7cb305;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-filled {
            box-shadow: none;
            background: #fcffe6;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #a0d911;
            background: #f4ffb8;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #a0d911;
            background: #eaff8f;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-link {
            color: #a0d911;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #bae637;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #7cb305;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-text {
            color: #a0d911;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #bae637;
            background: #fcffe6;
        }

        :where(.css-ynaoh4).ant-btn-color-lime.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #7cb305;
            background: #eaff8f;
        }

        :where(.css-ynaoh4).ant-btn-color-gold {
            color: #faad14;
            box-shadow: 0 2px 0 rgba(255, 215, 5, 0.1);
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-solid {
            color: #fff;
            background: #faad14;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #ffc53d;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #d48806;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-dashed {
            border-color: #faad14;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffc53d;
            border-color: #ffc53d;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #d48806;
            border-color: #d48806;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-dashed {
            border-style: dashed;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-filled {
            box-shadow: none;
            background: #fffbe6;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-filled:disabled,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-filled.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
            color: #faad14;
            background: #fff1b8;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
            color: #faad14;
            background: #ffe58f;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-link {
            color: #faad14;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffc53d;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #d48806;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-text {
            color: #faad14;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: #ffc53d;
            background: #fffbe6;
        }

        :where(.css-ynaoh4).ant-btn-color-gold.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: #d48806;
            background: #ffe58f;
        }

        :where(.css-ynaoh4).ant-btn-variant-outlined,
        :where(.css-ynaoh4).ant-btn-variant-dashed {
            border-color: #d9d9d9;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-variant-outlined:disabled,
        :where(.css-ynaoh4).ant-btn-variant-dashed:disabled,
        :where(.css-ynaoh4).ant-btn-variant-outlined.ant-btn-disabled,
        :where(.css-ynaoh4).ant-btn-variant-dashed.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
        :where(.css-ynaoh4).ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
            color: #D83B3D;
            border-color: #D83B3D;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
        :where(.css-ynaoh4).ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
            color: #B01B1D;
            border-color: #B01B1D;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-btn-variant-text {
            color: rgba(0, 0, 0, 0.88);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-variant-text:disabled,
        :where(.css-ynaoh4).ant-btn-variant-text.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
            color: rgba(0, 0, 0, 0.88);
            background: rgba(0, 0, 0, 0.04);
        }

        :where(.css-ynaoh4).ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
            color: rgba(0, 0, 0, 0.88);
            background: rgba(0, 0, 0, 0.15);
        }

        :where(.css-ynaoh4).ant-btn-variant-solid {
            color: #fff;
            background: #c41e20;
        }

        :where(.css-ynaoh4).ant-btn-variant-solid:disabled,
        :where(.css-ynaoh4).ant-btn-variant-solid.ant-btn-disabled {
            cursor: not-allowed;
            border-color: #d9d9d9;
            color: rgba(0, 0, 0, 0.25);
            background: rgba(0, 0, 0, 0.04);
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
            background: #D83B3D;
            color: #fff;
        }

        :where(.css-ynaoh4).ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
            background: #B01B1D;
            color: #fff;
        }

        :where(.css-ynaoh4).ant-btn-variant-link {
            color: #1677ff;
            box-shadow: none;
        }

        :where(.css-ynaoh4).ant-btn-variant-link:disabled,
        :where(.css-ynaoh4).ant-btn-variant-link.ant-btn-disabled {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
            color: #69b1ff;
            background: transparent;
        }

        :where(.css-ynaoh4).ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
            color: #0958d9;
        }

        :where(.css-ynaoh4).ant-btn-group {
            position: relative;
            display: inline-flex;
        }

        :where(.css-ynaoh4).ant-btn-group>span:not(:last-child),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn:not(:last-child),
        :where(.css-ynaoh4).ant-btn-group>span:not(:last-child)>.ant-btn,
        :where(.css-ynaoh4).ant-btn-group>.ant-btn:not(:last-child)>.ant-btn {
            border-start-end-radius: 0;
            border-end-end-radius: 0;
        }

        :where(.css-ynaoh4).ant-btn-group>span:not(:first-child),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn:not(:first-child) {
            margin-inline-start: -1px;
        }

        :where(.css-ynaoh4).ant-btn-group>span:not(:first-child),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn:not(:first-child),
        :where(.css-ynaoh4).ant-btn-group>span:not(:first-child)>.ant-btn,
        :where(.css-ynaoh4).ant-btn-group>.ant-btn:not(:first-child)>.ant-btn {
            border-start-start-radius: 0;
            border-end-start-radius: 0;
        }

        :where(.css-ynaoh4).ant-btn-group .ant-btn {
            position: relative;
            z-index: 1;
        }

        :where(.css-ynaoh4).ant-btn-group .ant-btn:hover,
        :where(.css-ynaoh4).ant-btn-group .ant-btn:focus,
        :where(.css-ynaoh4).ant-btn-group .ant-btn:active {
            z-index: 2;
        }

        :where(.css-ynaoh4).ant-btn-group .ant-btn[disabled] {
            z-index: 0;
        }

        :where(.css-ynaoh4).ant-btn-group .ant-btn-icon-only {
            font-size: 14px;
        }

        :where(.css-ynaoh4).ant-btn-group>span:not(:last-child):not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn-primary:not(:last-child):not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>span:not(:last-child)>.ant-btn-primary:not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn-primary:not(:last-child)>.ant-btn-primary:not(:disabled) {
            border-inline-end-color: #D83B3D;
        }

        :where(.css-ynaoh4).ant-btn-group>span:not(:first-child):not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn-primary:not(:first-child):not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>span:not(:first-child)>.ant-btn-primary:not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn-primary:not(:first-child)>.ant-btn-primary:not(:disabled) {
            border-inline-start-color: #D83B3D;
        }

        :where(.css-ynaoh4).ant-btn-group>span:not(:last-child):not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn-danger:not(:last-child):not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>span:not(:last-child)>.ant-btn-danger:not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn-danger:not(:last-child)>.ant-btn-danger:not(:disabled) {
            border-inline-end-color: #ff7875;
        }

        :where(.css-ynaoh4).ant-btn-group>span:not(:first-child):not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn-danger:not(:first-child):not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>span:not(:first-child)>.ant-btn-danger:not(:disabled),
        :where(.css-ynaoh4).ant-btn-group>.ant-btn-danger:not(:first-child)>.ant-btn-danger:not(:disabled) {
            border-inline-start-color: #ff7875;
        }
:where(.css-ynaoh4).ant-col {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-col::before,
        :where(.css-ynaoh4).ant-col::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-col [class^="ant-col"],
        :where(.css-ynaoh4).ant-col [class*=" ant-col"] {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-col [class^="ant-col"]::before,
        :where(.css-ynaoh4).ant-col [class*=" ant-col"]::before,
        :where(.css-ynaoh4).ant-col [class^="ant-col"]::after,
        :where(.css-ynaoh4).ant-col [class*=" ant-col"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-col {
            position: relative;
            max-width: 100%;
            min-height: 1px;
        }

        :where(.css-ynaoh4).ant-col-24 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 100%;
            max-width: 100%;
        }

        :where(.css-ynaoh4).ant-col-push-24 {
            inset-inline-start: 100%;
        }

        :where(.css-ynaoh4).ant-col-pull-24 {
            inset-inline-end: 100%;
        }

        :where(.css-ynaoh4).ant-col-offset-24 {
            margin-inline-start: 100%;
        }

        :where(.css-ynaoh4).ant-col-order-24 {
            order: 24;
        }

        :where(.css-ynaoh4).ant-col-23 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 95.83333333333334%;
            max-width: 95.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-push-23 {
            inset-inline-start: 95.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-pull-23 {
            inset-inline-end: 95.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-offset-23 {
            margin-inline-start: 95.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-order-23 {
            order: 23;
        }

        :where(.css-ynaoh4).ant-col-22 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 91.66666666666666%;
            max-width: 91.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-push-22 {
            inset-inline-start: 91.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-pull-22 {
            inset-inline-end: 91.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-offset-22 {
            margin-inline-start: 91.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-order-22 {
            order: 22;
        }

        :where(.css-ynaoh4).ant-col-21 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 87.5%;
            max-width: 87.5%;
        }

        :where(.css-ynaoh4).ant-col-push-21 {
            inset-inline-start: 87.5%;
        }

        :where(.css-ynaoh4).ant-col-pull-21 {
            inset-inline-end: 87.5%;
        }

        :where(.css-ynaoh4).ant-col-offset-21 {
            margin-inline-start: 87.5%;
        }

        :where(.css-ynaoh4).ant-col-order-21 {
            order: 21;
        }

        :where(.css-ynaoh4).ant-col-20 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 83.33333333333334%;
            max-width: 83.33333333333334%;
        }

        :where(.css-ynaoh4).ant-col-push-20 {
            inset-inline-start: 83.33333333333334%;
        }

        :where(.css-ynaoh4).ant-col-pull-20 {
            inset-inline-end: 83.33333333333334%;
        }

        :where(.css-ynaoh4).ant-col-offset-20 {
            margin-inline-start: 83.33333333333334%;
        }

        :where(.css-ynaoh4).ant-col-order-20 {
            order: 20;
        }

        :where(.css-ynaoh4).ant-col-19 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 79.16666666666666%;
            max-width: 79.16666666666666%;
        }

        :where(.css-ynaoh4).ant-col-push-19 {
            inset-inline-start: 79.16666666666666%;
        }

        :where(.css-ynaoh4).ant-col-pull-19 {
            inset-inline-end: 79.16666666666666%;
        }

        :where(.css-ynaoh4).ant-col-offset-19 {
            margin-inline-start: 79.16666666666666%;
        }

        :where(.css-ynaoh4).ant-col-order-19 {
            order: 19;
        }

        :where(.css-ynaoh4).ant-col-18 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 75%;
            max-width: 75%;
        }

        :where(.css-ynaoh4).ant-col-push-18 {
            inset-inline-start: 75%;
        }

        :where(.css-ynaoh4).ant-col-pull-18 {
            inset-inline-end: 75%;
        }

        :where(.css-ynaoh4).ant-col-offset-18 {
            margin-inline-start: 75%;
        }

        :where(.css-ynaoh4).ant-col-order-18 {
            order: 18;
        }

        :where(.css-ynaoh4).ant-col-17 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 70.83333333333334%;
            max-width: 70.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-push-17 {
            inset-inline-start: 70.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-pull-17 {
            inset-inline-end: 70.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-offset-17 {
            margin-inline-start: 70.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-order-17 {
            order: 17;
        }

        :where(.css-ynaoh4).ant-col-16 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 66.66666666666666%;
            max-width: 66.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-push-16 {
            inset-inline-start: 66.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-pull-16 {
            inset-inline-end: 66.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-offset-16 {
            margin-inline-start: 66.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-order-16 {
            order: 16;
        }

        :where(.css-ynaoh4).ant-col-15 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 62.5%;
            max-width: 62.5%;
        }

        :where(.css-ynaoh4).ant-col-push-15 {
            inset-inline-start: 62.5%;
        }

        :where(.css-ynaoh4).ant-col-pull-15 {
            inset-inline-end: 62.5%;
        }

        :where(.css-ynaoh4).ant-col-offset-15 {
            margin-inline-start: 62.5%;
        }

        :where(.css-ynaoh4).ant-col-order-15 {
            order: 15;
        }

        :where(.css-ynaoh4).ant-col-14 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 58.333333333333336%;
            max-width: 58.333333333333336%;
        }

        :where(.css-ynaoh4).ant-col-push-14 {
            inset-inline-start: 58.333333333333336%;
        }

        :where(.css-ynaoh4).ant-col-pull-14 {
            inset-inline-end: 58.333333333333336%;
        }

        :where(.css-ynaoh4).ant-col-offset-14 {
            margin-inline-start: 58.333333333333336%;
        }

        :where(.css-ynaoh4).ant-col-order-14 {
            order: 14;
        }

        :where(.css-ynaoh4).ant-col-13 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 54.166666666666664%;
            max-width: 54.166666666666664%;
        }

        :where(.css-ynaoh4).ant-col-push-13 {
            inset-inline-start: 54.166666666666664%;
        }

        :where(.css-ynaoh4).ant-col-pull-13 {
            inset-inline-end: 54.166666666666664%;
        }

        :where(.css-ynaoh4).ant-col-offset-13 {
            margin-inline-start: 54.166666666666664%;
        }

        :where(.css-ynaoh4).ant-col-order-13 {
            order: 13;
        }

        :where(.css-ynaoh4).ant-col-12 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 50%;
            max-width: 50%;
        }

        :where(.css-ynaoh4).ant-col-push-12 {
            inset-inline-start: 50%;
        }

        :where(.css-ynaoh4).ant-col-pull-12 {
            inset-inline-end: 50%;
        }

        :where(.css-ynaoh4).ant-col-offset-12 {
            margin-inline-start: 50%;
        }

        :where(.css-ynaoh4).ant-col-order-12 {
            order: 12;
        }

        :where(.css-ynaoh4).ant-col-11 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 45.83333333333333%;
            max-width: 45.83333333333333%;
        }

        :where(.css-ynaoh4).ant-col-push-11 {
            inset-inline-start: 45.83333333333333%;
        }

        :where(.css-ynaoh4).ant-col-pull-11 {
            inset-inline-end: 45.83333333333333%;
        }

        :where(.css-ynaoh4).ant-col-offset-11 {
            margin-inline-start: 45.83333333333333%;
        }

        :where(.css-ynaoh4).ant-col-order-11 {
            order: 11;
        }

        :where(.css-ynaoh4).ant-col-10 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 41.66666666666667%;
            max-width: 41.66666666666667%;
        }

        :where(.css-ynaoh4).ant-col-push-10 {
            inset-inline-start: 41.66666666666667%;
        }

        :where(.css-ynaoh4).ant-col-pull-10 {
            inset-inline-end: 41.66666666666667%;
        }

        :where(.css-ynaoh4).ant-col-offset-10 {
            margin-inline-start: 41.66666666666667%;
        }

        :where(.css-ynaoh4).ant-col-order-10 {
            order: 10;
        }

        :where(.css-ynaoh4).ant-col-9 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 37.5%;
            max-width: 37.5%;
        }

        :where(.css-ynaoh4).ant-col-push-9 {
            inset-inline-start: 37.5%;
        }

        :where(.css-ynaoh4).ant-col-pull-9 {
            inset-inline-end: 37.5%;
        }

        :where(.css-ynaoh4).ant-col-offset-9 {
            margin-inline-start: 37.5%;
        }

        :where(.css-ynaoh4).ant-col-order-9 {
            order: 9;
        }

        :where(.css-ynaoh4).ant-col-8 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 33.33333333333333%;
            max-width: 33.33333333333333%;
        }

        :where(.css-ynaoh4).ant-col-push-8 {
            inset-inline-start: 33.33333333333333%;
        }

        :where(.css-ynaoh4).ant-col-pull-8 {
            inset-inline-end: 33.33333333333333%;
        }

        :where(.css-ynaoh4).ant-col-offset-8 {
            margin-inline-start: 33.33333333333333%;
        }

        :where(.css-ynaoh4).ant-col-order-8 {
            order: 8;
        }

        :where(.css-ynaoh4).ant-col-7 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 29.166666666666668%;
            max-width: 29.166666666666668%;
        }

        :where(.css-ynaoh4).ant-col-push-7 {
            inset-inline-start: 29.166666666666668%;
        }

        :where(.css-ynaoh4).ant-col-pull-7 {
            inset-inline-end: 29.166666666666668%;
        }

        :where(.css-ynaoh4).ant-col-offset-7 {
            margin-inline-start: 29.166666666666668%;
        }

        :where(.css-ynaoh4).ant-col-order-7 {
            order: 7;
        }

        :where(.css-ynaoh4).ant-col-6 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 25%;
            max-width: 25%;
        }

        :where(.css-ynaoh4).ant-col-push-6 {
            inset-inline-start: 25%;
        }

        :where(.css-ynaoh4).ant-col-pull-6 {
            inset-inline-end: 25%;
        }

        :where(.css-ynaoh4).ant-col-offset-6 {
            margin-inline-start: 25%;
        }

        :where(.css-ynaoh4).ant-col-order-6 {
            order: 6;
        }

        :where(.css-ynaoh4).ant-col-5 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 20.833333333333336%;
            max-width: 20.833333333333336%;
        }

        :where(.css-ynaoh4).ant-col-push-5 {
            inset-inline-start: 20.833333333333336%;
        }

        :where(.css-ynaoh4).ant-col-pull-5 {
            inset-inline-end: 20.833333333333336%;
        }

        :where(.css-ynaoh4).ant-col-offset-5 {
            margin-inline-start: 20.833333333333336%;
        }

        :where(.css-ynaoh4).ant-col-order-5 {
            order: 5;
        }

        :where(.css-ynaoh4).ant-col-4 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 16.666666666666664%;
            max-width: 16.666666666666664%;
        }

        :where(.css-ynaoh4).ant-col-push-4 {
            inset-inline-start: 16.666666666666664%;
        }

        :where(.css-ynaoh4).ant-col-pull-4 {
            inset-inline-end: 16.666666666666664%;
        }

        :where(.css-ynaoh4).ant-col-offset-4 {
            margin-inline-start: 16.666666666666664%;
        }

        :where(.css-ynaoh4).ant-col-order-4 {
            order: 4;
        }

        :where(.css-ynaoh4).ant-col-3 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }

        :where(.css-ynaoh4).ant-col-push-3 {
            inset-inline-start: 12.5%;
        }

        :where(.css-ynaoh4).ant-col-pull-3 {
            inset-inline-end: 12.5%;
        }

        :where(.css-ynaoh4).ant-col-offset-3 {
            margin-inline-start: 12.5%;
        }

        :where(.css-ynaoh4).ant-col-order-3 {
            order: 3;
        }

        :where(.css-ynaoh4).ant-col-2 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 8.333333333333332%;
            max-width: 8.333333333333332%;
        }

        :where(.css-ynaoh4).ant-col-push-2 {
            inset-inline-start: 8.333333333333332%;
        }

        :where(.css-ynaoh4).ant-col-pull-2 {
            inset-inline-end: 8.333333333333332%;
        }

        :where(.css-ynaoh4).ant-col-offset-2 {
            margin-inline-start: 8.333333333333332%;
        }

        :where(.css-ynaoh4).ant-col-order-2 {
            order: 2;
        }

        :where(.css-ynaoh4).ant-col-1 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 4.166666666666666%;
            max-width: 4.166666666666666%;
        }

        :where(.css-ynaoh4).ant-col-push-1 {
            inset-inline-start: 4.166666666666666%;
        }

        :where(.css-ynaoh4).ant-col-pull-1 {
            inset-inline-end: 4.166666666666666%;
        }

        :where(.css-ynaoh4).ant-col-offset-1 {
            margin-inline-start: 4.166666666666666%;
        }

        :where(.css-ynaoh4).ant-col-order-1 {
            order: 1;
        }

        :where(.css-ynaoh4).ant-col-0 {
            display: none;
        }

        :where(.css-ynaoh4).ant-col-push-0 {
            inset-inline-start: auto;
        }

        :where(.css-ynaoh4).ant-col-pull-0 {
            inset-inline-end: auto;
        }

        :where(.css-ynaoh4).ant-col-offset-0 {
            margin-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-col-order-0 {
            order: 0;
        }

        :where(.css-ynaoh4).ant-col-flex {
            flex: var(--ant-col-flex);
        }

        :where(.css-ynaoh4).ant-col-xs-24 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 100%;
            max-width: 100%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-24 {
            inset-inline-start: 100%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-24 {
            inset-inline-end: 100%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-24 {
            margin-inline-start: 100%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-24 {
            order: 24;
        }

        :where(.css-ynaoh4).ant-col-xs-23 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 95.83333333333334%;
            max-width: 95.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-23 {
            inset-inline-start: 95.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-23 {
            inset-inline-end: 95.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-23 {
            margin-inline-start: 95.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-23 {
            order: 23;
        }

        :where(.css-ynaoh4).ant-col-xs-22 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 91.66666666666666%;
            max-width: 91.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-22 {
            inset-inline-start: 91.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-22 {
            inset-inline-end: 91.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-22 {
            margin-inline-start: 91.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-22 {
            order: 22;
        }

        :where(.css-ynaoh4).ant-col-xs-21 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 87.5%;
            max-width: 87.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-21 {
            inset-inline-start: 87.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-21 {
            inset-inline-end: 87.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-21 {
            margin-inline-start: 87.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-21 {
            order: 21;
        }

        :where(.css-ynaoh4).ant-col-xs-20 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 83.33333333333334%;
            max-width: 83.33333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-20 {
            inset-inline-start: 83.33333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-20 {
            inset-inline-end: 83.33333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-20 {
            margin-inline-start: 83.33333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-20 {
            order: 20;
        }

        :where(.css-ynaoh4).ant-col-xs-19 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 79.16666666666666%;
            max-width: 79.16666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-19 {
            inset-inline-start: 79.16666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-19 {
            inset-inline-end: 79.16666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-19 {
            margin-inline-start: 79.16666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-19 {
            order: 19;
        }

        :where(.css-ynaoh4).ant-col-xs-18 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 75%;
            max-width: 75%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-18 {
            inset-inline-start: 75%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-18 {
            inset-inline-end: 75%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-18 {
            margin-inline-start: 75%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-18 {
            order: 18;
        }

        :where(.css-ynaoh4).ant-col-xs-17 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 70.83333333333334%;
            max-width: 70.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-17 {
            inset-inline-start: 70.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-17 {
            inset-inline-end: 70.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-17 {
            margin-inline-start: 70.83333333333334%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-17 {
            order: 17;
        }

        :where(.css-ynaoh4).ant-col-xs-16 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 66.66666666666666%;
            max-width: 66.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-16 {
            inset-inline-start: 66.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-16 {
            inset-inline-end: 66.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-16 {
            margin-inline-start: 66.66666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-16 {
            order: 16;
        }

        :where(.css-ynaoh4).ant-col-xs-15 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 62.5%;
            max-width: 62.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-15 {
            inset-inline-start: 62.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-15 {
            inset-inline-end: 62.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-15 {
            margin-inline-start: 62.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-15 {
            order: 15;
        }

        :where(.css-ynaoh4).ant-col-xs-14 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 58.333333333333336%;
            max-width: 58.333333333333336%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-14 {
            inset-inline-start: 58.333333333333336%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-14 {
            inset-inline-end: 58.333333333333336%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-14 {
            margin-inline-start: 58.333333333333336%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-14 {
            order: 14;
        }

        :where(.css-ynaoh4).ant-col-xs-13 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 54.166666666666664%;
            max-width: 54.166666666666664%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-13 {
            inset-inline-start: 54.166666666666664%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-13 {
            inset-inline-end: 54.166666666666664%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-13 {
            margin-inline-start: 54.166666666666664%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-13 {
            order: 13;
        }

        :where(.css-ynaoh4).ant-col-xs-12 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 50%;
            max-width: 50%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-12 {
            inset-inline-start: 50%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-12 {
            inset-inline-end: 50%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-12 {
            margin-inline-start: 50%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-12 {
            order: 12;
        }

        :where(.css-ynaoh4).ant-col-xs-11 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 45.83333333333333%;
            max-width: 45.83333333333333%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-11 {
            inset-inline-start: 45.83333333333333%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-11 {
            inset-inline-end: 45.83333333333333%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-11 {
            margin-inline-start: 45.83333333333333%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-11 {
            order: 11;
        }

        :where(.css-ynaoh4).ant-col-xs-10 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 41.66666666666667%;
            max-width: 41.66666666666667%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-10 {
            inset-inline-start: 41.66666666666667%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-10 {
            inset-inline-end: 41.66666666666667%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-10 {
            margin-inline-start: 41.66666666666667%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-10 {
            order: 10;
        }

        :where(.css-ynaoh4).ant-col-xs-9 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 37.5%;
            max-width: 37.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-9 {
            inset-inline-start: 37.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-9 {
            inset-inline-end: 37.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-9 {
            margin-inline-start: 37.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-9 {
            order: 9;
        }

        :where(.css-ynaoh4).ant-col-xs-8 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 33.33333333333333%;
            max-width: 33.33333333333333%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-8 {
            inset-inline-start: 33.33333333333333%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-8 {
            inset-inline-end: 33.33333333333333%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-8 {
            margin-inline-start: 33.33333333333333%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-8 {
            order: 8;
        }

        :where(.css-ynaoh4).ant-col-xs-7 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 29.166666666666668%;
            max-width: 29.166666666666668%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-7 {
            inset-inline-start: 29.166666666666668%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-7 {
            inset-inline-end: 29.166666666666668%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-7 {
            margin-inline-start: 29.166666666666668%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-7 {
            order: 7;
        }

        :where(.css-ynaoh4).ant-col-xs-6 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 25%;
            max-width: 25%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-6 {
            inset-inline-start: 25%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-6 {
            inset-inline-end: 25%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-6 {
            margin-inline-start: 25%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-6 {
            order: 6;
        }

        :where(.css-ynaoh4).ant-col-xs-5 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 20.833333333333336%;
            max-width: 20.833333333333336%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-5 {
            inset-inline-start: 20.833333333333336%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-5 {
            inset-inline-end: 20.833333333333336%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-5 {
            margin-inline-start: 20.833333333333336%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-5 {
            order: 5;
        }

        :where(.css-ynaoh4).ant-col-xs-4 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 16.666666666666664%;
            max-width: 16.666666666666664%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-4 {
            inset-inline-start: 16.666666666666664%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-4 {
            inset-inline-end: 16.666666666666664%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-4 {
            margin-inline-start: 16.666666666666664%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-4 {
            order: 4;
        }

        :where(.css-ynaoh4).ant-col-xs-3 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-3 {
            inset-inline-start: 12.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-3 {
            inset-inline-end: 12.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-3 {
            margin-inline-start: 12.5%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-3 {
            order: 3;
        }

        :where(.css-ynaoh4).ant-col-xs-2 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 8.333333333333332%;
            max-width: 8.333333333333332%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-2 {
            inset-inline-start: 8.333333333333332%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-2 {
            inset-inline-end: 8.333333333333332%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-2 {
            margin-inline-start: 8.333333333333332%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-2 {
            order: 2;
        }

        :where(.css-ynaoh4).ant-col-xs-1 {
            --ant-display: block;
            display: block;
            display: var(--ant-display);
            flex: 0 0 4.166666666666666%;
            max-width: 4.166666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-push-1 {
            inset-inline-start: 4.166666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-1 {
            inset-inline-end: 4.166666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-1 {
            margin-inline-start: 4.166666666666666%;
        }

        :where(.css-ynaoh4).ant-col-xs-order-1 {
            order: 1;
        }

        :where(.css-ynaoh4).ant-col-xs-0 {
            display: none;
        }

        :where(.css-ynaoh4).ant-col-push-0 {
            inset-inline-start: auto;
        }

        :where(.css-ynaoh4).ant-col-pull-0 {
            inset-inline-end: auto;
        }

        :where(.css-ynaoh4).ant-col-xs-push-0 {
            inset-inline-start: auto;
        }

        :where(.css-ynaoh4).ant-col-xs-pull-0 {
            inset-inline-end: auto;
        }

        :where(.css-ynaoh4).ant-col-xs-offset-0 {
            margin-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-col-xs-order-0 {
            order: 0;
        }

        :where(.css-ynaoh4).ant-col-xs-flex {
            flex: var(--ant-col-xs-flex);
        }

        @media (min-width: 576px) {
            :where(.css-ynaoh4).ant-col-sm-24 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 100%;
                max-width: 100%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-24 {
                inset-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-24 {
                inset-inline-end: 100%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-24 {
                margin-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-24 {
                order: 24;
            }

            :where(.css-ynaoh4).ant-col-sm-23 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 95.83333333333334%;
                max-width: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-23 {
                inset-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-23 {
                inset-inline-end: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-23 {
                margin-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-23 {
                order: 23;
            }

            :where(.css-ynaoh4).ant-col-sm-22 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 91.66666666666666%;
                max-width: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-22 {
                inset-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-22 {
                inset-inline-end: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-22 {
                margin-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-22 {
                order: 22;
            }

            :where(.css-ynaoh4).ant-col-sm-21 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 87.5%;
                max-width: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-21 {
                inset-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-21 {
                inset-inline-end: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-21 {
                margin-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-21 {
                order: 21;
            }

            :where(.css-ynaoh4).ant-col-sm-20 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 83.33333333333334%;
                max-width: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-20 {
                inset-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-20 {
                inset-inline-end: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-20 {
                margin-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-20 {
                order: 20;
            }

            :where(.css-ynaoh4).ant-col-sm-19 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 79.16666666666666%;
                max-width: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-19 {
                inset-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-19 {
                inset-inline-end: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-19 {
                margin-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-19 {
                order: 19;
            }

            :where(.css-ynaoh4).ant-col-sm-18 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 75%;
                max-width: 75%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-18 {
                inset-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-18 {
                inset-inline-end: 75%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-18 {
                margin-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-18 {
                order: 18;
            }

            :where(.css-ynaoh4).ant-col-sm-17 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 70.83333333333334%;
                max-width: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-17 {
                inset-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-17 {
                inset-inline-end: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-17 {
                margin-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-17 {
                order: 17;
            }

            :where(.css-ynaoh4).ant-col-sm-16 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 66.66666666666666%;
                max-width: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-16 {
                inset-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-16 {
                inset-inline-end: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-16 {
                margin-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-16 {
                order: 16;
            }

            :where(.css-ynaoh4).ant-col-sm-15 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 62.5%;
                max-width: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-15 {
                inset-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-15 {
                inset-inline-end: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-15 {
                margin-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-15 {
                order: 15;
            }

            :where(.css-ynaoh4).ant-col-sm-14 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 58.333333333333336%;
                max-width: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-14 {
                inset-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-14 {
                inset-inline-end: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-14 {
                margin-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-14 {
                order: 14;
            }

            :where(.css-ynaoh4).ant-col-sm-13 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 54.166666666666664%;
                max-width: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-13 {
                inset-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-13 {
                inset-inline-end: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-13 {
                margin-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-13 {
                order: 13;
            }

            :where(.css-ynaoh4).ant-col-sm-12 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 50%;
                max-width: 50%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-12 {
                inset-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-12 {
                inset-inline-end: 50%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-12 {
                margin-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-12 {
                order: 12;
            }

            :where(.css-ynaoh4).ant-col-sm-11 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 45.83333333333333%;
                max-width: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-11 {
                inset-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-11 {
                inset-inline-end: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-11 {
                margin-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-11 {
                order: 11;
            }

            :where(.css-ynaoh4).ant-col-sm-10 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 41.66666666666667%;
                max-width: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-10 {
                inset-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-10 {
                inset-inline-end: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-10 {
                margin-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-10 {
                order: 10;
            }

            :where(.css-ynaoh4).ant-col-sm-9 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 37.5%;
                max-width: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-9 {
                inset-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-9 {
                inset-inline-end: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-9 {
                margin-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-9 {
                order: 9;
            }

            :where(.css-ynaoh4).ant-col-sm-8 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 33.33333333333333%;
                max-width: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-8 {
                inset-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-8 {
                inset-inline-end: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-8 {
                margin-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-8 {
                order: 8;
            }

            :where(.css-ynaoh4).ant-col-sm-7 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 29.166666666666668%;
                max-width: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-7 {
                inset-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-7 {
                inset-inline-end: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-7 {
                margin-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-7 {
                order: 7;
            }

            :where(.css-ynaoh4).ant-col-sm-6 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 25%;
                max-width: 25%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-6 {
                inset-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-6 {
                inset-inline-end: 25%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-6 {
                margin-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-6 {
                order: 6;
            }

            :where(.css-ynaoh4).ant-col-sm-5 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 20.833333333333336%;
                max-width: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-5 {
                inset-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-5 {
                inset-inline-end: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-5 {
                margin-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-5 {
                order: 5;
            }

            :where(.css-ynaoh4).ant-col-sm-4 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 16.666666666666664%;
                max-width: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-4 {
                inset-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-4 {
                inset-inline-end: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-4 {
                margin-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-4 {
                order: 4;
            }

            :where(.css-ynaoh4).ant-col-sm-3 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 12.5%;
                max-width: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-3 {
                inset-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-3 {
                inset-inline-end: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-3 {
                margin-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-3 {
                order: 3;
            }

            :where(.css-ynaoh4).ant-col-sm-2 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 8.333333333333332%;
                max-width: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-2 {
                inset-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-2 {
                inset-inline-end: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-2 {
                margin-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-2 {
                order: 2;
            }

            :where(.css-ynaoh4).ant-col-sm-1 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 4.166666666666666%;
                max-width: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-push-1 {
                inset-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-1 {
                inset-inline-end: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-1 {
                margin-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-sm-order-1 {
                order: 1;
            }

            :where(.css-ynaoh4).ant-col-sm-0 {
                display: none;
            }

            :where(.css-ynaoh4).ant-col-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-sm-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-sm-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-sm-offset-0 {
                margin-inline-start: 0;
            }

            :where(.css-ynaoh4).ant-col-sm-order-0 {
                order: 0;
            }

            :where(.css-ynaoh4).ant-col-sm-flex {
                flex: var(--ant-col-sm-flex);
            }
        }

        @media (min-width: 768px) {
            :where(.css-ynaoh4).ant-col-md-24 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 100%;
                max-width: 100%;
            }

            :where(.css-ynaoh4).ant-col-md-push-24 {
                inset-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-24 {
                inset-inline-end: 100%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-24 {
                margin-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-md-order-24 {
                order: 24;
            }

            :where(.css-ynaoh4).ant-col-md-23 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 95.83333333333334%;
                max-width: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-push-23 {
                inset-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-23 {
                inset-inline-end: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-23 {
                margin-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-order-23 {
                order: 23;
            }

            :where(.css-ynaoh4).ant-col-md-22 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 91.66666666666666%;
                max-width: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-push-22 {
                inset-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-22 {
                inset-inline-end: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-22 {
                margin-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-order-22 {
                order: 22;
            }

            :where(.css-ynaoh4).ant-col-md-21 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 87.5%;
                max-width: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-md-push-21 {
                inset-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-21 {
                inset-inline-end: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-21 {
                margin-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-md-order-21 {
                order: 21;
            }

            :where(.css-ynaoh4).ant-col-md-20 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 83.33333333333334%;
                max-width: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-push-20 {
                inset-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-20 {
                inset-inline-end: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-20 {
                margin-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-order-20 {
                order: 20;
            }

            :where(.css-ynaoh4).ant-col-md-19 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 79.16666666666666%;
                max-width: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-push-19 {
                inset-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-19 {
                inset-inline-end: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-19 {
                margin-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-order-19 {
                order: 19;
            }

            :where(.css-ynaoh4).ant-col-md-18 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 75%;
                max-width: 75%;
            }

            :where(.css-ynaoh4).ant-col-md-push-18 {
                inset-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-18 {
                inset-inline-end: 75%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-18 {
                margin-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-md-order-18 {
                order: 18;
            }

            :where(.css-ynaoh4).ant-col-md-17 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 70.83333333333334%;
                max-width: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-push-17 {
                inset-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-17 {
                inset-inline-end: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-17 {
                margin-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-md-order-17 {
                order: 17;
            }

            :where(.css-ynaoh4).ant-col-md-16 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 66.66666666666666%;
                max-width: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-push-16 {
                inset-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-16 {
                inset-inline-end: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-16 {
                margin-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-order-16 {
                order: 16;
            }

            :where(.css-ynaoh4).ant-col-md-15 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 62.5%;
                max-width: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-md-push-15 {
                inset-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-15 {
                inset-inline-end: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-15 {
                margin-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-md-order-15 {
                order: 15;
            }

            :where(.css-ynaoh4).ant-col-md-14 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 58.333333333333336%;
                max-width: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-md-push-14 {
                inset-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-14 {
                inset-inline-end: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-14 {
                margin-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-md-order-14 {
                order: 14;
            }

            :where(.css-ynaoh4).ant-col-md-13 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 54.166666666666664%;
                max-width: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-md-push-13 {
                inset-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-13 {
                inset-inline-end: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-13 {
                margin-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-md-order-13 {
                order: 13;
            }

            :where(.css-ynaoh4).ant-col-md-12 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 50%;
                max-width: 50%;
            }

            :where(.css-ynaoh4).ant-col-md-push-12 {
                inset-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-12 {
                inset-inline-end: 50%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-12 {
                margin-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-md-order-12 {
                order: 12;
            }

            :where(.css-ynaoh4).ant-col-md-11 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 45.83333333333333%;
                max-width: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-md-push-11 {
                inset-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-11 {
                inset-inline-end: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-11 {
                margin-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-md-order-11 {
                order: 11;
            }

            :where(.css-ynaoh4).ant-col-md-10 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 41.66666666666667%;
                max-width: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-md-push-10 {
                inset-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-10 {
                inset-inline-end: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-10 {
                margin-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-md-order-10 {
                order: 10;
            }

            :where(.css-ynaoh4).ant-col-md-9 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 37.5%;
                max-width: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-md-push-9 {
                inset-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-9 {
                inset-inline-end: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-9 {
                margin-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-md-order-9 {
                order: 9;
            }

            :where(.css-ynaoh4).ant-col-md-8 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 33.33333333333333%;
                max-width: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-md-push-8 {
                inset-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-8 {
                inset-inline-end: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-8 {
                margin-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-md-order-8 {
                order: 8;
            }

            :where(.css-ynaoh4).ant-col-md-7 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 29.166666666666668%;
                max-width: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-md-push-7 {
                inset-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-7 {
                inset-inline-end: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-7 {
                margin-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-md-order-7 {
                order: 7;
            }

            :where(.css-ynaoh4).ant-col-md-6 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 25%;
                max-width: 25%;
            }

            :where(.css-ynaoh4).ant-col-md-push-6 {
                inset-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-6 {
                inset-inline-end: 25%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-6 {
                margin-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-md-order-6 {
                order: 6;
            }

            :where(.css-ynaoh4).ant-col-md-5 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 20.833333333333336%;
                max-width: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-md-push-5 {
                inset-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-5 {
                inset-inline-end: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-5 {
                margin-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-md-order-5 {
                order: 5;
            }

            :where(.css-ynaoh4).ant-col-md-4 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 16.666666666666664%;
                max-width: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-md-push-4 {
                inset-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-4 {
                inset-inline-end: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-4 {
                margin-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-md-order-4 {
                order: 4;
            }

            :where(.css-ynaoh4).ant-col-md-3 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 12.5%;
                max-width: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-md-push-3 {
                inset-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-3 {
                inset-inline-end: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-3 {
                margin-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-md-order-3 {
                order: 3;
            }

            :where(.css-ynaoh4).ant-col-md-2 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 8.333333333333332%;
                max-width: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-md-push-2 {
                inset-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-2 {
                inset-inline-end: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-2 {
                margin-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-md-order-2 {
                order: 2;
            }

            :where(.css-ynaoh4).ant-col-md-1 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 4.166666666666666%;
                max-width: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-push-1 {
                inset-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-pull-1 {
                inset-inline-end: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-offset-1 {
                margin-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-md-order-1 {
                order: 1;
            }

            :where(.css-ynaoh4).ant-col-md-0 {
                display: none;
            }

            :where(.css-ynaoh4).ant-col-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-md-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-md-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-md-offset-0 {
                margin-inline-start: 0;
            }

            :where(.css-ynaoh4).ant-col-md-order-0 {
                order: 0;
            }

            :where(.css-ynaoh4).ant-col-md-flex {
                flex: var(--ant-col-md-flex);
            }
        }

        @media (min-width: 992px) {
            :where(.css-ynaoh4).ant-col-lg-24 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 100%;
                max-width: 100%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-24 {
                inset-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-24 {
                inset-inline-end: 100%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-24 {
                margin-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-24 {
                order: 24;
            }

            :where(.css-ynaoh4).ant-col-lg-23 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 95.83333333333334%;
                max-width: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-23 {
                inset-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-23 {
                inset-inline-end: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-23 {
                margin-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-23 {
                order: 23;
            }

            :where(.css-ynaoh4).ant-col-lg-22 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 91.66666666666666%;
                max-width: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-22 {
                inset-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-22 {
                inset-inline-end: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-22 {
                margin-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-22 {
                order: 22;
            }

            :where(.css-ynaoh4).ant-col-lg-21 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 87.5%;
                max-width: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-21 {
                inset-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-21 {
                inset-inline-end: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-21 {
                margin-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-21 {
                order: 21;
            }

            :where(.css-ynaoh4).ant-col-lg-20 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 83.33333333333334%;
                max-width: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-20 {
                inset-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-20 {
                inset-inline-end: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-20 {
                margin-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-20 {
                order: 20;
            }

            :where(.css-ynaoh4).ant-col-lg-19 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 79.16666666666666%;
                max-width: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-19 {
                inset-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-19 {
                inset-inline-end: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-19 {
                margin-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-19 {
                order: 19;
            }

            :where(.css-ynaoh4).ant-col-lg-18 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 75%;
                max-width: 75%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-18 {
                inset-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-18 {
                inset-inline-end: 75%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-18 {
                margin-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-18 {
                order: 18;
            }

            :where(.css-ynaoh4).ant-col-lg-17 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 70.83333333333334%;
                max-width: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-17 {
                inset-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-17 {
                inset-inline-end: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-17 {
                margin-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-17 {
                order: 17;
            }

            :where(.css-ynaoh4).ant-col-lg-16 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 66.66666666666666%;
                max-width: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-16 {
                inset-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-16 {
                inset-inline-end: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-16 {
                margin-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-16 {
                order: 16;
            }

            :where(.css-ynaoh4).ant-col-lg-15 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 62.5%;
                max-width: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-15 {
                inset-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-15 {
                inset-inline-end: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-15 {
                margin-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-15 {
                order: 15;
            }

            :where(.css-ynaoh4).ant-col-lg-14 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 58.333333333333336%;
                max-width: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-14 {
                inset-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-14 {
                inset-inline-end: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-14 {
                margin-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-14 {
                order: 14;
            }

            :where(.css-ynaoh4).ant-col-lg-13 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 54.166666666666664%;
                max-width: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-13 {
                inset-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-13 {
                inset-inline-end: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-13 {
                margin-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-13 {
                order: 13;
            }

            :where(.css-ynaoh4).ant-col-lg-12 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 50%;
                max-width: 50%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-12 {
                inset-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-12 {
                inset-inline-end: 50%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-12 {
                margin-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-12 {
                order: 12;
            }

            :where(.css-ynaoh4).ant-col-lg-11 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 45.83333333333333%;
                max-width: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-11 {
                inset-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-11 {
                inset-inline-end: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-11 {
                margin-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-11 {
                order: 11;
            }

            :where(.css-ynaoh4).ant-col-lg-10 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 41.66666666666667%;
                max-width: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-10 {
                inset-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-10 {
                inset-inline-end: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-10 {
                margin-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-10 {
                order: 10;
            }

            :where(.css-ynaoh4).ant-col-lg-9 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 37.5%;
                max-width: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-9 {
                inset-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-9 {
                inset-inline-end: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-9 {
                margin-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-9 {
                order: 9;
            }

            :where(.css-ynaoh4).ant-col-lg-8 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 33.33333333333333%;
                max-width: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-8 {
                inset-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-8 {
                inset-inline-end: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-8 {
                margin-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-8 {
                order: 8;
            }

            :where(.css-ynaoh4).ant-col-lg-7 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 29.166666666666668%;
                max-width: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-7 {
                inset-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-7 {
                inset-inline-end: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-7 {
                margin-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-7 {
                order: 7;
            }

            :where(.css-ynaoh4).ant-col-lg-6 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 25%;
                max-width: 25%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-6 {
                inset-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-6 {
                inset-inline-end: 25%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-6 {
                margin-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-6 {
                order: 6;
            }

            :where(.css-ynaoh4).ant-col-lg-5 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 20.833333333333336%;
                max-width: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-5 {
                inset-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-5 {
                inset-inline-end: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-5 {
                margin-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-5 {
                order: 5;
            }

            :where(.css-ynaoh4).ant-col-lg-4 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 16.666666666666664%;
                max-width: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-4 {
                inset-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-4 {
                inset-inline-end: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-4 {
                margin-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-4 {
                order: 4;
            }

            :where(.css-ynaoh4).ant-col-lg-3 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 12.5%;
                max-width: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-3 {
                inset-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-3 {
                inset-inline-end: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-3 {
                margin-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-3 {
                order: 3;
            }

            :where(.css-ynaoh4).ant-col-lg-2 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 8.333333333333332%;
                max-width: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-2 {
                inset-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-2 {
                inset-inline-end: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-2 {
                margin-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-2 {
                order: 2;
            }

            :where(.css-ynaoh4).ant-col-lg-1 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 4.166666666666666%;
                max-width: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-push-1 {
                inset-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-1 {
                inset-inline-end: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-1 {
                margin-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-lg-order-1 {
                order: 1;
            }

            :where(.css-ynaoh4).ant-col-lg-0 {
                display: none;
            }

            :where(.css-ynaoh4).ant-col-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-lg-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-lg-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-lg-offset-0 {
                margin-inline-start: 0;
            }

            :where(.css-ynaoh4).ant-col-lg-order-0 {
                order: 0;
            }

            :where(.css-ynaoh4).ant-col-lg-flex {
                flex: var(--ant-col-lg-flex);
            }
        }

        @media (min-width: 1200px) {
            :where(.css-ynaoh4).ant-col-xl-24 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 100%;
                max-width: 100%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-24 {
                inset-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-24 {
                inset-inline-end: 100%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-24 {
                margin-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-24 {
                order: 24;
            }

            :where(.css-ynaoh4).ant-col-xl-23 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 95.83333333333334%;
                max-width: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-23 {
                inset-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-23 {
                inset-inline-end: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-23 {
                margin-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-23 {
                order: 23;
            }

            :where(.css-ynaoh4).ant-col-xl-22 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 91.66666666666666%;
                max-width: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-22 {
                inset-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-22 {
                inset-inline-end: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-22 {
                margin-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-22 {
                order: 22;
            }

            :where(.css-ynaoh4).ant-col-xl-21 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 87.5%;
                max-width: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-21 {
                inset-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-21 {
                inset-inline-end: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-21 {
                margin-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-21 {
                order: 21;
            }

            :where(.css-ynaoh4).ant-col-xl-20 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 83.33333333333334%;
                max-width: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-20 {
                inset-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-20 {
                inset-inline-end: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-20 {
                margin-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-20 {
                order: 20;
            }

            :where(.css-ynaoh4).ant-col-xl-19 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 79.16666666666666%;
                max-width: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-19 {
                inset-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-19 {
                inset-inline-end: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-19 {
                margin-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-19 {
                order: 19;
            }

            :where(.css-ynaoh4).ant-col-xl-18 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 75%;
                max-width: 75%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-18 {
                inset-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-18 {
                inset-inline-end: 75%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-18 {
                margin-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-18 {
                order: 18;
            }

            :where(.css-ynaoh4).ant-col-xl-17 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 70.83333333333334%;
                max-width: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-17 {
                inset-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-17 {
                inset-inline-end: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-17 {
                margin-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-17 {
                order: 17;
            }

            :where(.css-ynaoh4).ant-col-xl-16 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 66.66666666666666%;
                max-width: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-16 {
                inset-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-16 {
                inset-inline-end: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-16 {
                margin-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-16 {
                order: 16;
            }

            :where(.css-ynaoh4).ant-col-xl-15 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 62.5%;
                max-width: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-15 {
                inset-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-15 {
                inset-inline-end: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-15 {
                margin-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-15 {
                order: 15;
            }

            :where(.css-ynaoh4).ant-col-xl-14 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 58.333333333333336%;
                max-width: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-14 {
                inset-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-14 {
                inset-inline-end: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-14 {
                margin-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-14 {
                order: 14;
            }

            :where(.css-ynaoh4).ant-col-xl-13 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 54.166666666666664%;
                max-width: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-13 {
                inset-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-13 {
                inset-inline-end: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-13 {
                margin-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-13 {
                order: 13;
            }

            :where(.css-ynaoh4).ant-col-xl-12 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 50%;
                max-width: 50%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-12 {
                inset-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-12 {
                inset-inline-end: 50%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-12 {
                margin-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-12 {
                order: 12;
            }

            :where(.css-ynaoh4).ant-col-xl-11 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 45.83333333333333%;
                max-width: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-11 {
                inset-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-11 {
                inset-inline-end: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-11 {
                margin-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-11 {
                order: 11;
            }

            :where(.css-ynaoh4).ant-col-xl-10 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 41.66666666666667%;
                max-width: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-10 {
                inset-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-10 {
                inset-inline-end: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-10 {
                margin-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-10 {
                order: 10;
            }

            :where(.css-ynaoh4).ant-col-xl-9 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 37.5%;
                max-width: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-9 {
                inset-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-9 {
                inset-inline-end: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-9 {
                margin-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-9 {
                order: 9;
            }

            :where(.css-ynaoh4).ant-col-xl-8 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 33.33333333333333%;
                max-width: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-8 {
                inset-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-8 {
                inset-inline-end: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-8 {
                margin-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-8 {
                order: 8;
            }

            :where(.css-ynaoh4).ant-col-xl-7 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 29.166666666666668%;
                max-width: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-7 {
                inset-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-7 {
                inset-inline-end: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-7 {
                margin-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-7 {
                order: 7;
            }

            :where(.css-ynaoh4).ant-col-xl-6 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 25%;
                max-width: 25%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-6 {
                inset-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-6 {
                inset-inline-end: 25%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-6 {
                margin-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-6 {
                order: 6;
            }

            :where(.css-ynaoh4).ant-col-xl-5 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 20.833333333333336%;
                max-width: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-5 {
                inset-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-5 {
                inset-inline-end: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-5 {
                margin-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-5 {
                order: 5;
            }

            :where(.css-ynaoh4).ant-col-xl-4 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 16.666666666666664%;
                max-width: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-4 {
                inset-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-4 {
                inset-inline-end: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-4 {
                margin-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-4 {
                order: 4;
            }

            :where(.css-ynaoh4).ant-col-xl-3 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 12.5%;
                max-width: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-3 {
                inset-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-3 {
                inset-inline-end: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-3 {
                margin-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-3 {
                order: 3;
            }

            :where(.css-ynaoh4).ant-col-xl-2 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 8.333333333333332%;
                max-width: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-2 {
                inset-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-2 {
                inset-inline-end: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-2 {
                margin-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-2 {
                order: 2;
            }

            :where(.css-ynaoh4).ant-col-xl-1 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 4.166666666666666%;
                max-width: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-push-1 {
                inset-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-1 {
                inset-inline-end: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-1 {
                margin-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xl-order-1 {
                order: 1;
            }

            :where(.css-ynaoh4).ant-col-xl-0 {
                display: none;
            }

            :where(.css-ynaoh4).ant-col-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-xl-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-xl-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-xl-offset-0 {
                margin-inline-start: 0;
            }

            :where(.css-ynaoh4).ant-col-xl-order-0 {
                order: 0;
            }

            :where(.css-ynaoh4).ant-col-xl-flex {
                flex: var(--ant-col-xl-flex);
            }
        }

        @media (min-width: 1600px) {
            :where(.css-ynaoh4).ant-col-xxl-24 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 100%;
                max-width: 100%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-24 {
                inset-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-24 {
                inset-inline-end: 100%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-24 {
                margin-inline-start: 100%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-24 {
                order: 24;
            }

            :where(.css-ynaoh4).ant-col-xxl-23 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 95.83333333333334%;
                max-width: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-23 {
                inset-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-23 {
                inset-inline-end: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-23 {
                margin-inline-start: 95.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-23 {
                order: 23;
            }

            :where(.css-ynaoh4).ant-col-xxl-22 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 91.66666666666666%;
                max-width: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-22 {
                inset-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-22 {
                inset-inline-end: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-22 {
                margin-inline-start: 91.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-22 {
                order: 22;
            }

            :where(.css-ynaoh4).ant-col-xxl-21 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 87.5%;
                max-width: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-21 {
                inset-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-21 {
                inset-inline-end: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-21 {
                margin-inline-start: 87.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-21 {
                order: 21;
            }

            :where(.css-ynaoh4).ant-col-xxl-20 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 83.33333333333334%;
                max-width: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-20 {
                inset-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-20 {
                inset-inline-end: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-20 {
                margin-inline-start: 83.33333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-20 {
                order: 20;
            }

            :where(.css-ynaoh4).ant-col-xxl-19 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 79.16666666666666%;
                max-width: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-19 {
                inset-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-19 {
                inset-inline-end: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-19 {
                margin-inline-start: 79.16666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-19 {
                order: 19;
            }

            :where(.css-ynaoh4).ant-col-xxl-18 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 75%;
                max-width: 75%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-18 {
                inset-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-18 {
                inset-inline-end: 75%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-18 {
                margin-inline-start: 75%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-18 {
                order: 18;
            }

            :where(.css-ynaoh4).ant-col-xxl-17 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 70.83333333333334%;
                max-width: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-17 {
                inset-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-17 {
                inset-inline-end: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-17 {
                margin-inline-start: 70.83333333333334%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-17 {
                order: 17;
            }

            :where(.css-ynaoh4).ant-col-xxl-16 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 66.66666666666666%;
                max-width: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-16 {
                inset-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-16 {
                inset-inline-end: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-16 {
                margin-inline-start: 66.66666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-16 {
                order: 16;
            }

            :where(.css-ynaoh4).ant-col-xxl-15 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 62.5%;
                max-width: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-15 {
                inset-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-15 {
                inset-inline-end: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-15 {
                margin-inline-start: 62.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-15 {
                order: 15;
            }

            :where(.css-ynaoh4).ant-col-xxl-14 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 58.333333333333336%;
                max-width: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-14 {
                inset-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-14 {
                inset-inline-end: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-14 {
                margin-inline-start: 58.333333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-14 {
                order: 14;
            }

            :where(.css-ynaoh4).ant-col-xxl-13 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 54.166666666666664%;
                max-width: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-13 {
                inset-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-13 {
                inset-inline-end: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-13 {
                margin-inline-start: 54.166666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-13 {
                order: 13;
            }

            :where(.css-ynaoh4).ant-col-xxl-12 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 50%;
                max-width: 50%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-12 {
                inset-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-12 {
                inset-inline-end: 50%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-12 {
                margin-inline-start: 50%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-12 {
                order: 12;
            }

            :where(.css-ynaoh4).ant-col-xxl-11 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 45.83333333333333%;
                max-width: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-11 {
                inset-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-11 {
                inset-inline-end: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-11 {
                margin-inline-start: 45.83333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-11 {
                order: 11;
            }

            :where(.css-ynaoh4).ant-col-xxl-10 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 41.66666666666667%;
                max-width: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-10 {
                inset-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-10 {
                inset-inline-end: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-10 {
                margin-inline-start: 41.66666666666667%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-10 {
                order: 10;
            }

            :where(.css-ynaoh4).ant-col-xxl-9 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 37.5%;
                max-width: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-9 {
                inset-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-9 {
                inset-inline-end: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-9 {
                margin-inline-start: 37.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-9 {
                order: 9;
            }

            :where(.css-ynaoh4).ant-col-xxl-8 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 33.33333333333333%;
                max-width: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-8 {
                inset-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-8 {
                inset-inline-end: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-8 {
                margin-inline-start: 33.33333333333333%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-8 {
                order: 8;
            }

            :where(.css-ynaoh4).ant-col-xxl-7 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 29.166666666666668%;
                max-width: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-7 {
                inset-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-7 {
                inset-inline-end: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-7 {
                margin-inline-start: 29.166666666666668%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-7 {
                order: 7;
            }

            :where(.css-ynaoh4).ant-col-xxl-6 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 25%;
                max-width: 25%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-6 {
                inset-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-6 {
                inset-inline-end: 25%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-6 {
                margin-inline-start: 25%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-6 {
                order: 6;
            }

            :where(.css-ynaoh4).ant-col-xxl-5 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 20.833333333333336%;
                max-width: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-5 {
                inset-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-5 {
                inset-inline-end: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-5 {
                margin-inline-start: 20.833333333333336%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-5 {
                order: 5;
            }

            :where(.css-ynaoh4).ant-col-xxl-4 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 16.666666666666664%;
                max-width: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-4 {
                inset-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-4 {
                inset-inline-end: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-4 {
                margin-inline-start: 16.666666666666664%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-4 {
                order: 4;
            }

            :where(.css-ynaoh4).ant-col-xxl-3 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 12.5%;
                max-width: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-3 {
                inset-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-3 {
                inset-inline-end: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-3 {
                margin-inline-start: 12.5%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-3 {
                order: 3;
            }

            :where(.css-ynaoh4).ant-col-xxl-2 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 8.333333333333332%;
                max-width: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-2 {
                inset-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-2 {
                inset-inline-end: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-2 {
                margin-inline-start: 8.333333333333332%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-2 {
                order: 2;
            }

            :where(.css-ynaoh4).ant-col-xxl-1 {
                --ant-display: block;
                display: block;
                display: var(--ant-display);
                flex: 0 0 4.166666666666666%;
                max-width: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-1 {
                inset-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-1 {
                inset-inline-end: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-1 {
                margin-inline-start: 4.166666666666666%;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-1 {
                order: 1;
            }

            :where(.css-ynaoh4).ant-col-xxl-0 {
                display: none;
            }

            :where(.css-ynaoh4).ant-col-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-xxl-push-0 {
                inset-inline-start: auto;
            }

            :where(.css-ynaoh4).ant-col-xxl-pull-0 {
                inset-inline-end: auto;
            }

            :where(.css-ynaoh4).ant-col-xxl-offset-0 {
                margin-inline-start: 0;
            }

            :where(.css-ynaoh4).ant-col-xxl-order-0 {
                order: 0;
            }

            :where(.css-ynaoh4).ant-col-xxl-flex {
                flex: var(--ant-col-xxl-flex);
            }
        }
:where(.css-ynaoh4)[class^="ant-select"],
        :where(.css-ynaoh4)[class*=" ant-select"] {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4)[class^="ant-select"]::before,
        :where(.css-ynaoh4)[class*=" ant-select"]::before,
        :where(.css-ynaoh4)[class^="ant-select"]::after,
        :where(.css-ynaoh4)[class*=" ant-select"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4)[class^="ant-select"] [class^="ant-select"],
        :where(.css-ynaoh4)[class*=" ant-select"] [class^="ant-select"],
        :where(.css-ynaoh4)[class^="ant-select"] [class*=" ant-select"],
        :where(.css-ynaoh4)[class*=" ant-select"] [class*=" ant-select"] {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4)[class^="ant-select"] [class^="ant-select"]::before,
        :where(.css-ynaoh4)[class*=" ant-select"] [class^="ant-select"]::before,
        :where(.css-ynaoh4)[class^="ant-select"] [class*=" ant-select"]::before,
        :where(.css-ynaoh4)[class*=" ant-select"] [class*=" ant-select"]::before,
        :where(.css-ynaoh4)[class^="ant-select"] [class^="ant-select"]::after,
        :where(.css-ynaoh4)[class*=" ant-select"] [class^="ant-select"]::after,
        :where(.css-ynaoh4)[class^="ant-select"] [class*=" ant-select"]::after,
        :where(.css-ynaoh4)[class*=" ant-select"] [class*=" ant-select"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-select.ant-select-in-form-item {
            width: 100%;
        }

        :where(.css-ynaoh4).ant-select {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.88);
            font-size: 14px;
            line-height: 1.5714285714285714;
            list-style: none;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            position: relative;
            display: inline-flex;
            cursor: pointer;
        }

        :where(.css-ynaoh4).ant-select:not(.ant-select-customize-input) .ant-select-selector {
            position: relative;
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        :where(.css-ynaoh4).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
            cursor: pointer;
        }

        .ant-select-show-search:where(.css-ynaoh4).ant-select:not(.ant-select-customize-input) .ant-select-selector {
            cursor: text;
        }

        .ant-select-show-search:where(.css-ynaoh4).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
            cursor: auto;
            color: inherit;
            height: 100%;
        }

        .ant-select-disabled:where(.css-ynaoh4).ant-select:not(.ant-select-customize-input) .ant-select-selector {
            cursor: not-allowed;
        }

        .ant-select-disabled:where(.css-ynaoh4).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
            margin: 0;
            padding: 0;
            background: transparent;
            border: none;
            outline: none;
            appearance: none;
            font-family: inherit;
        }

        :where(.css-ynaoh4).ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
            display: none;
            appearance: none;
        }

        :where(.css-ynaoh4).ant-select .ant-select-selection-item {
            flex: 1;
            font-weight: normal;
            position: relative;
            user-select: none;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        :where(.css-ynaoh4).ant-select .ant-select-selection-item>.ant-typography {
            display: inline;
        }

        :where(.css-ynaoh4).ant-select .ant-select-selection-placeholder {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            flex: 1;
            color: rgba(0, 0, 0, 0.25);
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-select .ant-select-arrow {
            display: flex;
            align-items: center;
            color: rgba(0, 0, 0, 0.25);
            font-style: normal;
            line-height: 1;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 50%;
            inset-inline-start: auto;
            inset-inline-end: 11px;
            height: 12px;
            margin-top: -6px;
            font-size: 12px;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        :where(.css-ynaoh4).ant-select .ant-select-arrow>* {
            line-height: 1;
        }

        :where(.css-ynaoh4).ant-select .ant-select-arrow svg {
            display: inline-block;
        }

        :where(.css-ynaoh4).ant-select .ant-select-arrow .anticon {
            vertical-align: top;
            transition: transform 0.3s;
        }

        :where(.css-ynaoh4).ant-select .ant-select-arrow .anticon>svg {
            vertical-align: top;
        }

        :where(.css-ynaoh4).ant-select .ant-select-arrow .anticon:not(.ant-select-suffix) {
            pointer-events: auto;
        }

        .ant-select-disabled :where(.css-ynaoh4).ant-select .ant-select-arrow {
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select .ant-select-arrow>*:not(:last-child) {
            margin-inline-end: 8px;
        }

        :where(.css-ynaoh4).ant-select .ant-select-selection-wrap {
            display: flex;
            width: 100%;
            position: relative;
            min-width: 0;
        }

        :where(.css-ynaoh4).ant-select .ant-select-selection-wrap:after {
            content: "\a0";
            width: 0;
            overflow: hidden;
        }

        :where(.css-ynaoh4).ant-select .ant-select-prefix {
            flex: none;
            margin-inline-end: 4px;
        }

        :where(.css-ynaoh4).ant-select .ant-select-clear {
            position: absolute;
            top: 50%;
            inset-inline-start: auto;
            inset-inline-end: 11px;
            z-index: 1;
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            color: rgba(0, 0, 0, 0.25);
            font-size: 12px;
            font-style: normal;
            line-height: 1;
            text-align: center;
            text-transform: none;
            cursor: pointer;
            opacity: 0;
            transition: color 0.2s ease, opacity 0.3s ease;
            text-rendering: auto;
            transform: translateZ(0);
        }

        :where(.css-ynaoh4).ant-select .ant-select-clear:before {
            display: block;
        }

        :where(.css-ynaoh4).ant-select .ant-select-clear:hover {
            color: rgba(0, 0, 0, 0.45);
        }

        @media(hover:none) {
            :where(.css-ynaoh4).ant-select .ant-select-clear {
                opacity: 1;
                background: #fff;
                border-radius: 50%;
            }
        }

        :where(.css-ynaoh4).ant-select:hover .ant-select-clear {
            opacity: 1;
            background: #fff;
            border-radius: 50%;
        }

        :where(.css-ynaoh4).ant-select-status-error.ant-select-has-feedback .ant-select-clear,
        :where(.css-ynaoh4).ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
        :where(.css-ynaoh4).ant-select-status-success.ant-select-has-feedback .ant-select-clear,
        :where(.css-ynaoh4).ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
            inset-inline-end: 33px;
        }

        :where(.css-ynaoh4).ant-select-single {
            font-size: 14px;
            height: 32px;
        }

        :where(.css-ynaoh4).ant-select-single .ant-select-selector {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.88);
            font-size: 14px;
            line-height: 1.5714285714285714;
            list-style: none;
            font-family: inherit;
            display: flex;
            border-radius: 6px;
            flex: 1 1 auto;
        }

        :where(.css-ynaoh4).ant-select-single .ant-select-selector .ant-select-selection-wrap:after {
            line-height: 30px;
        }

        :where(.css-ynaoh4).ant-select-single .ant-select-selector .ant-select-selection-search {
            position: absolute;
            inset: 0;
            width: 100%;
        }

        :where(.css-ynaoh4).ant-select-single .ant-select-selector .ant-select-selection-search-input {
            width: 100%;
            -webkit-appearance: textfield;
        }

        :where(.css-ynaoh4).ant-select-single .ant-select-selector .ant-select-selection-item,
        :where(.css-ynaoh4).ant-select-single .ant-select-selector .ant-select-selection-placeholder {
            display: block;
            padding: 0;
            line-height: 30px;
            transition: all 0.3s, visibility 0s;
            align-self: center;
        }

        :where(.css-ynaoh4).ant-select-single .ant-select-selector .ant-select-selection-placeholder {
            transition: none;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-select-single .ant-select-selector:after,
        :where(.css-ynaoh4).ant-select-single .ant-select-selector .ant-select-selection-item:empty:after,
        :where(.css-ynaoh4).ant-select-single .ant-select-selector .ant-select-selection-placeholder:empty:after {
            display: inline-block;
            width: 0;
            visibility: hidden;
            content: "\a0";
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-show-arrow .ant-select-selection-item,
        :where(.css-ynaoh4).ant-select-single.ant-select-show-arrow .ant-select-selection-search,
        :where(.css-ynaoh4).ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
            padding-inline-end: 18px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-open .ant-select-selection-item {
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
            width: 100%;
            height: 100%;
            align-items: center;
            padding: 0 11px;
        }

        :where(.css-ynaoh4).ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
            height: 30px;
            font-size: 14px;
        }

        :where(.css-ynaoh4).ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
            line-height: 30px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-customize-input .ant-select-selector:after {
            display: none;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
            position: static;
            width: 100%;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
            position: absolute;
            inset-inline-start: 0;
            inset-inline-end: 0;
            padding: 0 11px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
            display: none;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm {
            font-size: 14px;
            height: 24px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.88);
            font-size: 14px;
            line-height: 1.5714285714285714;
            list-style: none;
            font-family: inherit;
            display: flex;
            border-radius: 4px;
            flex: 1 1 auto;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-wrap:after {
            line-height: 22px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search {
            position: absolute;
            inset: 0;
            width: 100%;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search-input {
            width: 100%;
            -webkit-appearance: textfield;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item,
        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
            display: block;
            padding: 0;
            line-height: 22px;
            transition: all 0.3s, visibility 0s;
            align-self: center;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
            transition: none;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector:after,
        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item:empty:after,
        :where(.css-ynaoh4).ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder:empty:after {
            display: inline-block;
            width: 0;
            visibility: hidden;
            content: "\a0";
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-item,
        :where(.css-ynaoh4).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-search,
        :where(.css-ynaoh4).ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-placeholder {
            padding-inline-end: 18px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
            width: 100%;
            height: 100%;
            align-items: center;
            padding: 0 11px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
            height: 22px;
            font-size: 14px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
            line-height: 22px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector:after {
            display: none;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
            position: static;
            width: 100%;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
            position: absolute;
            inset-inline-start: 0;
            inset-inline-end: 0;
            padding: 0 11px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
            display: none;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
            padding: 0 7px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
            inset-inline-end: 28px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
        :where(.css-ynaoh4).ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
            padding-inline-end: 21px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg {
            font-size: 16px;
            height: 40px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.88);
            font-size: 16px;
            line-height: 1.5714285714285714;
            list-style: none;
            font-family: inherit;
            display: flex;
            border-radius: 8px;
            flex: 1 1 auto;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-wrap:after {
            line-height: 38px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search {
            position: absolute;
            inset: 0;
            width: 100%;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search-input {
            width: 100%;
            -webkit-appearance: textfield;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item,
        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
            display: block;
            padding: 0;
            line-height: 38px;
            transition: all 0.3s, visibility 0s;
            align-self: center;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
            transition: none;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector:after,
        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item:empty:after,
        :where(.css-ynaoh4).ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder:empty:after {
            display: inline-block;
            width: 0;
            visibility: hidden;
            content: "\a0";
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item,
        :where(.css-ynaoh4).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-search,
        :where(.css-ynaoh4).ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-placeholder {
            padding-inline-end: 18px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg.ant-select-open .ant-select-selection-item {
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
            width: 100%;
            height: 100%;
            align-items: center;
            padding: 0 11px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
            height: 38px;
            font-size: 16px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
            line-height: 38px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector:after {
            display: none;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
            position: static;
            width: 100%;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
            position: absolute;
            inset-inline-start: 0;
            inset-inline-end: 0;
            padding: 0 11px;
        }

        :where(.css-ynaoh4).ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
            display: none;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow {
            position: relative;
            display: flex;
            flex: auto;
            flex-wrap: wrap;
            max-width: 100%;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow-item {
            flex: none;
            align-self: center;
            max-width: calc(100% - 4px);
            display: inline-flex;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
            display: flex;
            align-self: center;
            flex: none;
            box-sizing: border-box;
            max-width: 100%;
            margin-block: 2px;
            border-radius: 4px;
            cursor: default;
            transition: font-size 0.3s, line-height 0.3s, height 0.3s;
            margin-inline-end: 4px;
            padding-inline-start: 8px;
            padding-inline-end: 4px;
        }

        .ant-select-disabled:where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
            color: rgba(0, 0, 0, 0.25);
            border-color: transparent;
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
            display: inline-block;
            margin-inline-end: 4px;
            overflow: hidden;
            white-space: pre;
            text-overflow: ellipsis;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove {
            display: inline-flex;
            align-items: center;
            color: rgba(0, 0, 0, 0.45);
            font-style: normal;
            line-height: inherit;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: bold;
            font-size: 10px;
            cursor: pointer;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove>* {
            line-height: 1;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove svg {
            display: inline-block;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
            vertical-align: -0.2em;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
            color: rgba(0, 0, 0, 0.88);
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selector {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            padding-inline: 3px;
            padding-block: 1px;
            border-radius: 6px;
        }

        .ant-select-disabled:where(.css-ynaoh4).ant-select-multiple .ant-select-selector {
            background: rgba(0, 0, 0, 0.04);
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selector:after {
            display: inline-block;
            width: 0;
            margin: 2px 0;
            line-height: 24px;
            visibility: hidden;
            content: "\a0";
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-item {
            height: 24px;
            line-height: 22px;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-wrap {
            align-self: flex-start;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-wrap:after {
            line-height: 24px;
            margin-block: 2px;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-prefix {
            margin-inline-start: 8px;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search,
        :where(.css-ynaoh4).ant-select-multiple .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
            margin-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder,
        :where(.css-ynaoh4).ant-select-multiple .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
            inset-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-overflow-item-suffix {
            min-height: 24px;
            margin-block: 2px;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-search {
            display: inline-flex;
            position: relative;
            max-width: 100%;
            margin-inline-start: 8px;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-search-input,
        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-search-mirror {
            height: 24px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            line-height: 24px;
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-search-input {
            width: 100%;
            min-width: 4.1px;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-search-mirror {
            position: absolute;
            top: 0;
            inset-inline-start: 0;
            inset-inline-end: auto;
            z-index: 999;
            white-space: pre;
            visibility: hidden;
        }

        :where(.css-ynaoh4).ant-select-multiple .ant-select-selection-placeholder {
            position: absolute;
            top: 50%;
            inset-inline-start: 8px;
            inset-inline-end: 11px;
            transform: translateY(-50%);
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-select-multiple {
            font-size: 14px;
        }

        .ant-select-show-search:where(.css-ynaoh4).ant-select-multiple .ant-select-selector {
            cursor: text;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-show-arrow .ant-select-selector,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-allow-clear .ant-select-selector {
            padding-inline-end: 24px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow {
            position: relative;
            display: flex;
            flex: auto;
            flex-wrap: wrap;
            max-width: 100%;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item {
            flex: none;
            align-self: center;
            max-width: calc(100% - 4px);
            display: inline-flex;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
            display: flex;
            align-self: center;
            flex: none;
            box-sizing: border-box;
            max-width: 100%;
            margin-block: 2px;
            border-radius: 2px;
            cursor: default;
            transition: font-size 0.3s, line-height 0.3s, height 0.3s;
            margin-inline-end: 4px;
            padding-inline-start: 8px;
            padding-inline-end: 4px;
        }

        .ant-select-disabled:where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
            color: rgba(0, 0, 0, 0.25);
            border-color: transparent;
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-content {
            display: inline-block;
            margin-inline-end: 4px;
            overflow: hidden;
            white-space: pre;
            text-overflow: ellipsis;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove {
            display: inline-flex;
            align-items: center;
            color: rgba(0, 0, 0, 0.45);
            font-style: normal;
            line-height: inherit;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: bold;
            font-size: 10px;
            cursor: pointer;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove>* {
            line-height: 1;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove svg {
            display: inline-block;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
            vertical-align: -0.2em;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
            color: rgba(0, 0, 0, 0.88);
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selector {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            padding-inline: 3px;
            padding-block: 1px;
            border-radius: 4px;
        }

        .ant-select-disabled:where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selector {
            background: rgba(0, 0, 0, 0.04);
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selector:after {
            display: inline-block;
            width: 0;
            margin: 2px 0;
            line-height: 16px;
            visibility: hidden;
            content: "\a0";
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-item {
            height: 16px;
            line-height: 14px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-wrap {
            align-self: flex-start;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-wrap:after {
            line-height: 16px;
            margin-block: 2px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-prefix {
            margin-inline-start: 8px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
            margin-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
            inset-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item-suffix {
            min-height: 16px;
            margin-block: 2px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-search {
            display: inline-flex;
            position: relative;
            max-width: 100%;
            margin-inline-start: 8px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
            height: 16px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            line-height: 16px;
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-search-input {
            width: 100%;
            min-width: 4.1px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
            position: absolute;
            top: 0;
            inset-inline-start: 0;
            inset-inline-end: auto;
            z-index: 999;
            white-space: pre;
            visibility: hidden;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
            position: absolute;
            top: 50%;
            inset-inline-start: 8px;
            inset-inline-end: 11px;
            transform: translateY(-50%);
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm {
            font-size: 14px;
        }

        .ant-select-show-search:where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selector {
            cursor: text;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm.ant-select-show-arrow .ant-select-selector,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm.ant-select-allow-clear .ant-select-selector {
            padding-inline-end: 24px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
            inset-inline: 7px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-sm .ant-select-selection-search {
            margin-inline-start: 2px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow {
            position: relative;
            display: flex;
            flex: auto;
            flex-wrap: wrap;
            max-width: 100%;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item {
            flex: none;
            align-self: center;
            max-width: calc(100% - 4px);
            display: inline-flex;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
            display: flex;
            align-self: center;
            flex: none;
            box-sizing: border-box;
            max-width: 100%;
            margin-block: 2px;
            border-radius: 6px;
            cursor: default;
            transition: font-size 0.3s, line-height 0.3s, height 0.3s;
            margin-inline-end: 4px;
            padding-inline-start: 8px;
            padding-inline-end: 4px;
        }

        .ant-select-disabled:where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
            color: rgba(0, 0, 0, 0.25);
            border-color: transparent;
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-content {
            display: inline-block;
            margin-inline-end: 4px;
            overflow: hidden;
            white-space: pre;
            text-overflow: ellipsis;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove {
            display: inline-flex;
            align-items: center;
            color: rgba(0, 0, 0, 0.45);
            font-style: normal;
            line-height: inherit;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: bold;
            font-size: 10px;
            cursor: pointer;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove>* {
            line-height: 1;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove svg {
            display: inline-block;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove>.anticon {
            vertical-align: -0.2em;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
            color: rgba(0, 0, 0, 0.88);
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selector {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            padding-inline: 3px;
            padding-block: 1px;
            border-radius: 8px;
        }

        .ant-select-disabled:where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selector {
            background: rgba(0, 0, 0, 0.04);
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selector:after {
            display: inline-block;
            width: 0;
            margin: 2px 0;
            line-height: 32px;
            visibility: hidden;
            content: "\a0";
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-item {
            height: 32px;
            line-height: 30px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-wrap {
            align-self: flex-start;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-wrap:after {
            line-height: 32px;
            margin-block: 2px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-prefix {
            margin-inline-start: 8px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-search {
            margin-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-placeholder,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-prefix+.ant-select-selection-wrap .ant-select-selection-placeholder {
            inset-inline-start: 0;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item-suffix {
            min-height: 32px;
            margin-block: 2px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-search {
            display: inline-flex;
            position: relative;
            max-width: 100%;
            margin-inline-start: 8px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
            height: 32px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            line-height: 32px;
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-search-input {
            width: 100%;
            min-width: 4.1px;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
            position: absolute;
            top: 0;
            inset-inline-start: 0;
            inset-inline-end: auto;
            z-index: 999;
            white-space: pre;
            visibility: hidden;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selection-placeholder {
            position: absolute;
            top: 50%;
            inset-inline-start: 8px;
            inset-inline-end: 11px;
            transform: translateY(-50%);
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg {
            font-size: 16px;
        }

        .ant-select-show-search:where(.css-ynaoh4).ant-select-multiple.ant-select-lg .ant-select-selector {
            cursor: text;
        }

        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg.ant-select-show-arrow .ant-select-selector,
        :where(.css-ynaoh4).ant-select-multiple.ant-select-lg.ant-select-allow-clear .ant-select-selector {
            padding-inline-end: 24px;
        }

        :where(.css-ynaoh4).ant-select-dropdown {
            box-sizing: border-box;
            margin: 0;
            padding: 4px;
            color: rgba(0, 0, 0, 0.88);
            font-size: 14px;
            line-height: 1.5714285714285714;
            list-style: none;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            position: absolute;
            top: -9999px;
            z-index: 1050;
            overflow: hidden;
            font-variant: initial;
            background-color: #ffffff;
            border-radius: 8px;
            outline: none;
            box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
            animation-name: css-ynaoh4-antSlideUpIn;
        }

        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft,
        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topRight,
        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topRight {
            animation-name: css-ynaoh4-antSlideDownIn;
        }

        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
            animation-name: css-ynaoh4-antSlideUpOut;
        }

        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft,
        :where(.css-ynaoh4).ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topRight {
            animation-name: css-ynaoh4-antSlideDownOut;
        }

        :where(.css-ynaoh4).ant-select-dropdown-hidden {
            display: none;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item {
            position: relative;
            display: block;
            min-height: 32px;
            padding: 5px 12px;
            color: rgba(0, 0, 0, 0.88);
            font-weight: normal;
            font-size: 14px;
            line-height: 1.5714285714285714;
            box-sizing: border-box;
            cursor: pointer;
            transition: background 0.3s ease;
            border-radius: 4px;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-group {
            color: rgba(0, 0, 0, 0.45);
            font-size: 12px;
            cursor: default;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option {
            display: flex;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-content {
            flex: auto;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-state {
            flex: none;
            display: flex;
            align-items: center;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
            background-color: rgba(0, 0, 0, 0.04);
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
            color: rgba(0, 0, 0, 0.88);
            font-weight: 600;
            background-color: #FFF1F0;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
            color: #c41e20;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-disabled {
            color: rgba(0, 0, 0, 0.25);
            cursor: not-allowed;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-disabled.ant-select-item-option-selected {
            background-color: rgba(0, 0, 0, 0.04);
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-grouped {
            padding-inline-start: 24px;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-empty {
            position: relative;
            display: block;
            min-height: 32px;
            padding: 5px 12px;
            color: rgba(0, 0, 0, 0.25);
            font-weight: normal;
            font-size: 14px;
            line-height: 1.5714285714285714;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-selected:has(+ .ant-select-item-option-selected) {
            border-end-start-radius: 0;
            border-end-end-radius: 0;
        }

        :where(.css-ynaoh4).ant-select-dropdown .ant-select-item-option-selected:has(+ .ant-select-item-option-selected)+.ant-select-item-option-selected {
            border-start-start-radius: 0;
            border-start-end-radius: 0;
        }

        :where(.css-ynaoh4).ant-select-dropdown-rtl {
            direction: rtl;
        }

        :where(.css-ynaoh4).ant-slide-up-enter,
        :where(.css-ynaoh4).ant-slide-up-appear {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-slide-up-leave {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-slide-up-enter.ant-slide-up-enter-active,
        :where(.css-ynaoh4).ant-slide-up-appear.ant-slide-up-appear-active {
            animation-name: css-ynaoh4-antSlideUpIn;
            animation-play-state: running;
        }

        :where(.css-ynaoh4).ant-slide-up-leave.ant-slide-up-leave-active {
            animation-name: css-ynaoh4-antSlideUpOut;
            animation-play-state: running;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-slide-up-enter,
        :where(.css-ynaoh4).ant-slide-up-appear {
            transform: scale(0);
            transform-origin: 0% 0%;
            opacity: 0;
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        }

        :where(.css-ynaoh4).ant-slide-up-enter-prepare,
        :where(.css-ynaoh4).ant-slide-up-appear-prepare {
            transform: scale(1);
        }

        :where(.css-ynaoh4).ant-slide-up-leave {
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        }

        :where(.css-ynaoh4).ant-slide-down-enter,
        :where(.css-ynaoh4).ant-slide-down-appear {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-slide-down-leave {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-slide-down-enter.ant-slide-down-enter-active,
        :where(.css-ynaoh4).ant-slide-down-appear.ant-slide-down-appear-active {
            animation-name: css-ynaoh4-antSlideDownIn;
            animation-play-state: running;
        }

        :where(.css-ynaoh4).ant-slide-down-leave.ant-slide-down-leave-active {
            animation-name: css-ynaoh4-antSlideDownOut;
            animation-play-state: running;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-slide-down-enter,
        :where(.css-ynaoh4).ant-slide-down-appear {
            transform: scale(0);
            transform-origin: 0% 0%;
            opacity: 0;
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        }

        :where(.css-ynaoh4).ant-slide-down-enter-prepare,
        :where(.css-ynaoh4).ant-slide-down-appear-prepare {
            transform: scale(1);
        }

        :where(.css-ynaoh4).ant-slide-down-leave {
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        }

        :where(.css-ynaoh4).ant-move-up-enter,
        :where(.css-ynaoh4).ant-move-up-appear {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-move-up-leave {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-move-up-enter.ant-move-up-enter-active,
        :where(.css-ynaoh4).ant-move-up-appear.ant-move-up-appear-active {
            animation-name: css-ynaoh4-antMoveUpIn;
            animation-play-state: running;
        }

        :where(.css-ynaoh4).ant-move-up-leave.ant-move-up-leave-active {
            animation-name: css-ynaoh4-antMoveUpOut;
            animation-play-state: running;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-move-up-enter,
        :where(.css-ynaoh4).ant-move-up-appear {
            opacity: 0;
            animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
        }

        :where(.css-ynaoh4).ant-move-up-leave {
            animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
        }

        :where(.css-ynaoh4).ant-move-down-enter,
        :where(.css-ynaoh4).ant-move-down-appear {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        /* ============ Plans Page Styles ============ */
        .plans-module__plansPage__0qLdJ {
            padding: 0;
            background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
        }

        .plans-module__heroSection__0qLdJ {
            text-align: center;
            padding: 80px 20px 60px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
        }

        .plans-module__heroTitle__0qLdJ {
            font-size: 42px;
            font-weight: 700;
            margin: 0 0 16px;
            line-height: 1.2;
        }

        .plans-module__heroSubtitle__0qLdJ {
            font-size: 18px;
            opacity: 0.9;
            margin: 0;
        }

        .plans-module__plansSection__0qLdJ {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .plans-module__planCard__0qLdJ {
            background: #fff;
            border-radius: 16px;
            padding: 32px 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid transparent;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .plans-module__planCard__0qLdJ:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        }

        .plans-module__popularCard__0qLdJ {
            border-color: #667eea;
            position: relative;
        }

        .plans-module__planCardBadge__0qLdJ {
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            padding: 6px 20px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            white-space: nowrap;
        }

        .plans-module__planCardHeader__0qLdJ {
            flex: 1;
        }

        .plans-module__planCardHeader__0qLdJ h3 {
            font-size: 24px;
            font-weight: 700;
            margin: 0 0 8px;
            color: #1a202c;
        }

        .plans-module__planCardPrice__0qLdJ {
            margin: 20px 0;
            display: flex;
            align-items: baseline;
            justify-content: center;
        }

        .plans-module__priceCurrency__0qLdJ {
            font-size: 20px;
            color: #667eea;
            font-weight: 600;
            margin-right: 4px;
        }

        .plans-module__priceAmount__0qLdJ {
            font-size: 48px;
            font-weight: 800;
            color: #1a202c;
            line-height: 1;
        }

        .plans-module__priceUnit__0qLdJ {
            font-size: 16px;
            color: #718096;
            margin-left: 4px;
        }

        .plans-module__planCardDesc__0qLdJ {
            color: #718096;
            font-size: 14px;
            margin: 0 0 24px;
            min-height: 40px;
        }

        .plans-module__planCardFeatures__0qLdJ {
            list-style: none;
            padding: 0;
            margin: 0 0 24px;
            text-align: left;
            flex: 1;
        }

        .plans-module__planCardFeatures__0qLdJ li {
            padding: 8px 0;
            color: #4a5568;
            font-size: 14px;
            border-bottom: 1px solid #f0f4f8;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .plans-module__planCardFeatures__0qLdJ li:last-child {
            border-bottom: none;
        }

        .plans-module__planCardFooter__0qLdJ {
            padding-top: 16px;
            border-top: 1px solid #f0f4f8;
        }

        .plans-module__sectionTitle__0qLdJ {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            margin: 0 0 40px;
            color: #1a202c;
        }

        .plans-module__featuresSection__0qLdJ {
            padding: 60px 20px;
            background: #fff;
            max-width: 1200px;
            margin: 0 auto;
        }

        .plans-module__featureCard__0qLdJ {
            background: #f8fafc;
            border-radius: 16px;
            padding: 32px 24px;
            text-align: center;
            height: 100%;
            transition: all 0.3s ease;
        }

        .plans-module__featureCard__0qLdJ:hover {
            background: #fff;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .plans-module__featureCard__0qLdJ h4 {
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 12px;
            color: #1a202c;
        }

        .plans-module__featureCard__0qLdJ p {
            font-size: 14px;
            color: #718096;
            margin: 0;
            line-height: 1.6;
        }

        .plans-module__comparisonSection__0qLdJ {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            background: #f8fafc;
        }

        .plans-module__comparisonTable__0qLdJ {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .plans-module__comparisonTable__0qLdJ table {
            width: 100%;
            border-collapse: collapse;
        }

        .plans-module__comparisonTable__0qLdJ th {
            padding: 20px 16px;
            text-align: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            font-weight: 600;
            font-size: 14px;
        }

        .plans-module__comparisonTable__0qLdJ th:first-child {
            text-align: left;
        }

        .plans-module__comparisonTable__0qLdJ td {
            padding: 16px;
            text-align: center;
            border-bottom: 1px solid #f0f4f8;
            color: #4a5568;
            font-size: 14px;
        }

        .plans-module__comparisonTable__0qLdJ td:first-child {
            text-align: left;
            font-weight: 600;
            color: #1a202c;
        }

        .plans-module__comparisonTable__0qLdJ tr:last-child td {
            border-bottom: none;
        }

        .plans-module__comparisonTable__0qLdJ tr:nth-child(even) {
            background: #f8fafc;
        }

        .plans-module__ctaSection__0qLdJ {
            padding: 80px 20px;
            text-align: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
        }

        .plans-module__ctaSection__0qLdJ h2 {
            font-size: 36px;
            font-weight: 700;
            margin: 0 0 16px;
        }

        .plans-module__ctaSection__0qLdJ p {
            font-size: 18px;
            opacity: 0.9;
            margin: 0 0 32px;
        }

        .plans-module__ctaButtons__0qLdJ {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* ============ Download Page Styles ============ */
        .download-module__downloadPage__zbAQn {
            background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
        }

        .download-module__heroSection__0qLdJ {
            text-align: center;
            padding: 80px 20px 60px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
        }

        .download-module__heroTitle__0qLdJ {
            font-size: 42px;
            font-weight: 700;
            margin: 0 0 16px;
            line-height: 1.2;
        }

        .download-module__heroSubtitle__0qLdJ {
            font-size: 18px;
            opacity: 0.9;
            margin: 0;
        }

        .download-module__platformsSection__0qLdJ {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .download-module__platformCard__0qLdJ {
            background: #fff;
            border-radius: 16px;
            padding: 32px 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .download-module__platformCard__0qLdJ:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        }

        .download-module__platformIcon__0qLdJ {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 40px;
        }

        .download-module__platformIcon__0qLdJ svg {
            width: 40px;
            height: 40px;
        }

        .download-module__platformCard__0qLdJ h3 {
            font-size: 22px;
            font-weight: 700;
            margin: 0 0 8px;
            color: #1a202c;
        }

        .download-module__platformDesc__0qLdJ {
            color: #718096;
            font-size: 14px;
            margin: 0 0 20px;
        }

        .download-module__platformInfo__0qLdJ {
            background: #f8fafc;
            border-radius: 12px;
            padding: 16px;
            margin: 0 0 24px;
            text-align: left;
        }

        .download-module__platformInfo__0qLdJ div {
            display: flex;
            justify-content: space-between;
            padding: 6px 0;
            font-size: 13px;
        }

        .download-module__platformInfo__0qLdJ div span:first-child {
            color: #718096;
        }

        .download-module__platformInfo__0qLdJ div span:last-child {
            color: #1a202c;
            font-weight: 600;
        }

        .download-module__downloadBtn__0qLdJ {
            margin-bottom: 16px;
            width: 100%;
        }

        .download-module__altLinks__0qLdJ {
            font-size: 13px;
            color: #718096;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 8px;
        }

        .download-module__altLinks__0qLdJ a {
            color: #667eea;
            cursor: pointer;
            transition: color 0.2s;
            text-decoration: none;
        }

        .download-module__altLinks__0qLdJ a:hover {
            color: #764ba2;
            text-decoration: underline;
        }

        .download-module__sectionTitle__0qLdJ {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            margin: 0 0 40px;
            color: #1a202c;
        }

        .download-module__featuresSection__0qLdJ {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            background: #fff;
        }

        .download-module__featureCard__0qLdJ {
            background: #f8fafc;
            border-radius: 16px;
            padding: 28px 20px;
            text-align: center;
            height: 100%;
            transition: all 0.3s ease;
        }

        .download-module__featureCard__0qLdJ:hover {
            background: #fff;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .download-module__featureCard__0qLdJ h4 {
            font-size: 17px;
            font-weight: 700;
            margin: 0 0 10px;
            color: #1a202c;
        }

        .download-module__featureCard__0qLdJ p {
            font-size: 13px;
            color: #718096;
            margin: 0;
            line-height: 1.6;
        }

        .download-module__installSection__0qLdJ {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            background: #f8fafc;
        }

        .download-module__stepCard__0qLdJ {
            background: #fff;
            border-radius: 16px;
            padding: 32px 24px;
            text-align: center;
            height: 100%;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        .download-module__stepNumber__0qLdJ {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .download-module__stepCard__0qLdJ h4 {
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 12px;
            color: #1a202c;
        }

        .download-module__stepCard__0qLdJ p {
            font-size: 14px;
            color: #718096;
            margin: 0;
            line-height: 1.6;
        }

        .download-module__helpSection__0qLdJ {
            padding: 80px 20px;
            text-align: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
        }

        .download-module__helpSection__0qLdJ h2 {
            font-size: 36px;
            font-weight: 700;
            margin: 0 0 16px;
        }

        .download-module__helpSection__0qLdJ p {
            font-size: 18px;
            opacity: 0.9;
            margin: 0 0 32px;
        }

        .download-module__helpButtons__0qLdJ {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* ============ FAQ Page Styles ============ */
        .faq-module__faqPage__0qLdJ {
            background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
        }

        .faq-module__heroSection__0qLdJ {
            text-align: center;
            padding: 80px 20px 60px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
        }

        .faq-module__heroTitle__0qLdJ {
            font-size: 42px;
            font-weight: 700;
            margin: 0 0 16px;
            line-height: 1.2;
        }

        .faq-module__heroSubtitle__0qLdJ {
            font-size: 18px;
            opacity: 0.9;
            margin: 0 0 32px;
        }

        .faq-module__searchBox__0qLdJ {
            display: flex;
            gap: 12px;
            max-width: 600px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.15);
            padding: 8px;
            border-radius: 12px;
            backdrop-filter: blur(10px);
        }

        .faq-module__searchInput__0qLdJ {
            flex: 1;
            padding: 12px 16px;
            border: none;
            border-radius: 8px;
            font-size: 15px;
            outline: none;
            background: #fff;
            color: #1a202c;
        }

        .faq-module__searchInput__0qLdJ::placeholder {
            color: #a0aec0;
        }

        .faq-module__searchBtn__0qLdJ {
            white-space: nowrap;
        }

        .faq-module__sectionTitle__0qLdJ {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            margin: 0 0 40px;
            color: #1a202c;
        }

        .faq-module__categoriesSection__0qLdJ {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .faq-module__categoryCard__0qLdJ {
            background: #fff;
            border-radius: 16px;
            padding: 28px 20px;
            text-align: center;
            height: 100%;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .faq-module__categoryCard__0qLdJ:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        .faq-module__categoryCard__0qLdJ h4 {
            font-size: 17px;
            font-weight: 700;
            margin: 0 0 10px;
            color: #1a202c;
        }

        .faq-module__categoryCard__0qLdJ p {
            font-size: 13px;
            color: #718096;
            margin: 0;
            line-height: 1.6;
        }

        .faq-module__questionsSection__0qLdJ {
            padding: 40px 20px 60px;
            max-width: 900px;
            margin: 0 auto;
            background: #fff;
        }

        .faq-module__categoryBlock__0qLdJ {
            margin-bottom: 48px;
        }

        .faq-module__categoryTitle__0qLdJ {
            font-size: 24px;
            font-weight: 700;
            color: #1a202c;
            margin: 0 0 24px;
            padding-bottom: 12px;
            border-bottom: 3px solid #667eea;
            display: inline-block;
        }

        .faq-module__questionItem__0qLdJ {
            background: #f8fafc;
            border-radius: 12px;
            margin-bottom: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-module__questionItem__0qLdJ:hover {
            background: #f1f5f9;
        }

        .faq-module__questionHeader__0qLdJ {
            padding: 18px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            gap: 16px;
        }

        .faq-module__questionHeader__0qLdJ h4 {
            font-size: 16px;
            font-weight: 600;
            color: #1a202c;
            margin: 0;
            line-height: 1.5;
            flex: 1;
        }

        .faq-module__toggleIcon__0qLdJ {
            width: 28px;
            height: 28px;
            background: #667eea;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 700;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .faq-module__questionItem__0qLdJ.active .faq-module__toggleIcon__0qLdJ {
            transform: rotate(45deg);
            background: #764ba2;
        }

        .faq-module__answerContent__0qLdJ {
            padding: 0 24px 24px;
            color: #4a5568;
            font-size: 14px;
            line-height: 1.8;
        }

        .faq-module__answerContent__0qLdJ p {
            margin: 0 0 12px;
        }

        .faq-module__answerContent__0qLdJ p:last-child {
            margin-bottom: 0;
        }

        .faq-module__answerContent__0qLdJ ul,
        .faq-module__answerContent__0qLdJ ol {
            margin: 8px 0 12px;
            padding-left: 24px;
        }

        .faq-module__answerContent__0qLdJ li {
            margin-bottom: 6px;
        }

        .faq-module__contactSection__0qLdJ {
            padding: 80px 20px;
            text-align: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
        }

        .faq-module__contactSection__0qLdJ h2 {
            font-size: 36px;
            font-weight: 700;
            margin: 0 0 16px;
        }

        .faq-module__contactSection__0qLdJ p {
            font-size: 18px;
            opacity: 0.9;
            margin: 0 0 32px;
        }

        .faq-module__contactButtons__0qLdJ {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .plans-module__heroTitle__0qLdJ,
            .download-module__heroTitle__0qLdJ,
            .faq-module__heroTitle__0qLdJ {
                font-size: 32px;
            }

            .plans-module__heroSubtitle__0qLdJ,
            .download-module__heroSubtitle__0qLdJ,
            .faq-module__heroSubtitle__0qLdJ {
                font-size: 16px;
            }

            .plans-module__sectionTitle__0qLdJ,
            .download-module__sectionTitle__0qLdJ,
            .faq-module__sectionTitle__0qLdJ {
                font-size: 26px;
            }

            .plans-module__ctaSection__0qLdJ h2,
            .download-module__helpSection__0qLdJ h2,
            .faq-module__contactSection__0qLdJ h2 {
                font-size: 28px;
            }

            .faq-module__searchBox__0qLdJ {
                flex-direction: column;
            }

            .faq-module__searchBtn__0qLdJ {
                width: 100%;
            }
        }

        :where(.css-ynaoh4).ant-move-down-leave {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-move-down-enter.ant-move-down-enter-active,
        :where(.css-ynaoh4).ant-move-down-appear.ant-move-down-appear-active {
            animation-name: css-ynaoh4-antMoveDownIn;
            animation-play-state: running;
        }

        :where(.css-ynaoh4).ant-move-down-leave.ant-move-down-leave-active {
            animation-name: css-ynaoh4-antMoveDownOut;
            animation-play-state: running;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-move-down-enter,
        :where(.css-ynaoh4).ant-move-down-appear {
            opacity: 0;
            animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
        }

        :where(.css-ynaoh4).ant-move-down-leave {
            animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
        }

        :where(.css-ynaoh4).ant-select-rtl {
            direction: rtl;
        }

        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-compact-last-item) {
            margin-inline-end: -1px;
        }

        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-status-success) {
            z-index: 2;
        }

        :where(.css-ynaoh4).ant-select-compact-item:hover>*,
        :where(.css-ynaoh4).ant-select-compact-item:active>* {
            z-index: 3;
        }

        :where(.css-ynaoh4).ant-select-compact-item.ant-select-focused {
            z-index: 3;
        }

        :where(.css-ynaoh4).ant-select-compact-item[disabled]>* {
            z-index: 0;
        }

        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item)>.ant-select-selector {
            border-radius: 0;
        }

        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item>.ant-select-selector,
        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item.ant-select-sm>.ant-select-selector,
        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item.ant-select-lg>.ant-select-selector {
            border-start-end-radius: 0;
            border-end-end-radius: 0;
        }

        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item>.ant-select-selector,
        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item.ant-select-sm>.ant-select-selector,
        :where(.css-ynaoh4).ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item.ant-select-lg>.ant-select-selector {
            border-start-start-radius: 0;
            border-end-start-radius: 0;
        }

        :where(.css-ynaoh4).ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
            border: 1px solid #d9d9d9;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            border-color: #D83B3D;
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            border-color: #c41e20;
            box-shadow: 0 0 0 2px rgba(255, 22, 5, 0.06);
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
            color: rgba(0, 0, 0, 0.88);
        }

        :where(.css-ynaoh4).ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
            border: 1px solid #ff4d4f;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            border-color: #ff7875;
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            border-color: #ff4d4f;
            box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
            color: #ff4d4f;
        }

        :where(.css-ynaoh4).ant-select-outlined.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
            border: 1px solid #faad14;
            background: #ffffff;
        }

        :where(.css-ynaoh4).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            border-color: #ffd666;
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            border-color: #faad14;
            box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
            color: #faad14;
        }

        :where(.css-ynaoh4).ant-select-outlined.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
            background: rgba(0, 0, 0, 0.04);
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-select-outlined.ant-select-multiple .ant-select-selection-item {
            background: rgba(0, 0, 0, 0.06);
            border: 1px solid transparent;
        }

        :where(.css-ynaoh4).ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
            background: rgba(0, 0, 0, 0.04);
            border: 1px solid transparent;
            color: rgba(0, 0, 0, 0.88);
        }

        :where(.css-ynaoh4).ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            background: rgba(0, 0, 0, 0.06);
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            background: #ffffff;
            border-color: #c41e20;
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-filled.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
            background: #fff2f0;
            border: 1px solid transparent;
            color: #ff4d4f;
        }

        :where(.css-ynaoh4).ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            background: #fff1f0;
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            background: #ffffff;
            border-color: #ff4d4f;
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-filled.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
            background: #fffbe6;
            border: 1px solid transparent;
            color: #faad14;
        }

        :where(.css-ynaoh4).ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            background: #fff1b8;
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            background: #ffffff;
            border-color: #faad14;
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-filled.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
            border-color: #d9d9d9;
            background: rgba(0, 0, 0, 0.04);
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-select-filled.ant-select-multiple .ant-select-selection-item {
            background: #ffffff;
            border: 1px solid rgba(5, 5, 5, 0.06);
        }

        :where(.css-ynaoh4).ant-select-borderless .ant-select-selector {
            background: transparent;
            border: 1px solid transparent;
        }

        :where(.css-ynaoh4).ant-select-borderless.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-select-borderless.ant-select-multiple .ant-select-selection-item {
            background: rgba(0, 0, 0, 0.06);
            border: 1px solid transparent;
        }

        :where(.css-ynaoh4).ant-select-borderless.ant-select-status-error .ant-select-prefix,
        :where(.css-ynaoh4).ant-select-borderless.ant-select-status-error .ant-select-selection-item {
            color: #ff4d4f;
        }

        :where(.css-ynaoh4).ant-select-borderless.ant-select-status-warning .ant-select-prefix,
        :where(.css-ynaoh4).ant-select-borderless.ant-select-status-warning .ant-select-selection-item {
            color: #faad14;
        }

        :where(.css-ynaoh4).ant-select-underlined:not(.ant-select-customize-input) .ant-select-selector {
            border-width: 0 0 1px 0;
            border-style: none none solid none;
            border-color: #d9d9d9;
            background: #ffffff;
            border-radius: 0;
        }

        :where(.css-ynaoh4).ant-select-underlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            border-color: #D83B3D;
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-underlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            border-color: #c41e20;
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-underlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
            color: rgba(0, 0, 0, 0.88);
        }

        :where(.css-ynaoh4).ant-select-underlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
            border-width: 0 0 1px 0;
            border-style: none none solid none;
            border-color: #ff4d4f;
            background: #ffffff;
            border-radius: 0;
        }

        :where(.css-ynaoh4).ant-select-underlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            border-color: #ff7875;
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-underlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            border-color: #ff4d4f;
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-underlined.ant-select-status-error:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
            color: #ff4d4f;
        }

        :where(.css-ynaoh4).ant-select-underlined.ant-select-status-warning:not(.ant-select-customize-input) .ant-select-selector {
            border-width: 0 0 1px 0;
            border-style: none none solid none;
            border-color: #faad14;
            background: #ffffff;
            border-radius: 0;
        }

        :where(.css-ynaoh4).ant-select-underlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
            border-color: #ffd666;
        }

        .ant-select-focused:where(.css-ynaoh4).ant-select-underlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
            border-color: #faad14;
            outline: 0;
        }

        :where(.css-ynaoh4).ant-select-underlined.ant-select-status-warning:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-prefix {
            color: #faad14;
        }

        :where(.css-ynaoh4).ant-select-underlined.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
            color: rgba(0, 0, 0, 0.25);
        }

        :where(.css-ynaoh4).ant-select-underlined.ant-select-multiple .ant-select-selection-item {
            background: rgba(0, 0, 0, 0.06);
            border: 1px solid transparent;
        }
@keyframes css-ynaoh4-antSlideUpIn {
            0% {
                transform: scaleY(0.8);
                transform-origin: 0% 0%;
                opacity: 0;
            }

            100% {
                transform: scaleY(1);
                transform-origin: 0% 0%;
                opacity: 1;
            }
        }
@keyframes css-ynaoh4-antSlideDownIn {
            0% {
                transform: scaleY(0.8);
                transform-origin: 100% 100%;
                opacity: 0;
            }

            100% {
                transform: scaleY(1);
                transform-origin: 100% 100%;
                opacity: 1;
            }
        }
@keyframes css-ynaoh4-antSlideUpOut {
            0% {
                transform: scaleY(1);
                transform-origin: 0% 0%;
                opacity: 1;
            }

            100% {
                transform: scaleY(0.8);
                transform-origin: 0% 0%;
                opacity: 0;
            }
        }
@keyframes css-ynaoh4-antSlideDownOut {
            0% {
                transform: scaleY(1);
                transform-origin: 100% 100%;
                opacity: 1;
            }

            100% {
                transform: scaleY(0.8);
                transform-origin: 100% 100%;
                opacity: 0;
            }
        }
@keyframes css-ynaoh4-antMoveUpIn {
            0% {
                transform: translate3d(0, -100%, 0);
                transform-origin: 0 0;
                opacity: 0;
            }

            100% {
                transform: translate3d(0, 0, 0);
                transform-origin: 0 0;
                opacity: 1;
            }
        }
@keyframes css-ynaoh4-antMoveUpOut {
            0% {
                transform: translate3d(0, 0, 0);
                transform-origin: 0 0;
                opacity: 1;
            }

            100% {
                transform: translate3d(0, -100%, 0);
                transform-origin: 0 0;
                opacity: 0;
            }
        }
@keyframes css-ynaoh4-antMoveDownIn {
            0% {
                transform: translate3d(0, 100%, 0);
                transform-origin: 0 0;
                opacity: 0;
            }

            100% {
                transform: translate3d(0, 0, 0);
                transform-origin: 0 0;
                opacity: 1;
            }
        }
@keyframes css-ynaoh4-antMoveDownOut {
            0% {
                transform: translate3d(0, 0, 0);
                transform-origin: 0 0;
                opacity: 1;
            }

            100% {
                transform: translate3d(0, 100%, 0);
                transform-origin: 0 0;
                opacity: 0;
            }
        }
:where(.css-ynaoh4).ant-space {
            display: inline-flex;
        }

        :where(.css-ynaoh4).ant-space-rtl {
            direction: rtl;
        }

        :where(.css-ynaoh4).ant-space-vertical {
            flex-direction: column;
        }

        :where(.css-ynaoh4).ant-space-align {
            flex-direction: column;
        }

        :where(.css-ynaoh4).ant-space-align-center {
            align-items: center;
        }

        :where(.css-ynaoh4).ant-space-align-start {
            align-items: flex-start;
        }

        :where(.css-ynaoh4).ant-space-align-end {
            align-items: flex-end;
        }

        :where(.css-ynaoh4).ant-space-align-baseline {
            align-items: baseline;
        }

        :where(.css-ynaoh4).ant-space .ant-space-item:empty {
            display: none;
        }

        :where(.css-ynaoh4).ant-space .ant-space-item>.ant-badge-not-a-wrapper:only-child {
            display: block;
        }

        :where(.css-ynaoh4).ant-space-gap-row-small {
            row-gap: 8px;
        }

        :where(.css-ynaoh4).ant-space-gap-row-middle {
            row-gap: 16px;
        }

        :where(.css-ynaoh4).ant-space-gap-row-large {
            row-gap: 24px;
        }

        :where(.css-ynaoh4).ant-space-gap-col-small {
            column-gap: 8px;
        }

        :where(.css-ynaoh4).ant-space-gap-col-middle {
            column-gap: 16px;
        }

        :where(.css-ynaoh4).ant-space-gap-col-large {
            column-gap: 24px;
        }

        :where(.css-ynaoh4).ant-space-block {
            display: flex;
            width: 100%;
        }

        :where(.css-ynaoh4).ant-space-vertical {
            flex-direction: column;
        }
:where(.css-ynaoh4).ant-row {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-row::before,
        :where(.css-ynaoh4).ant-row::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-row [class^="ant-row"],
        :where(.css-ynaoh4).ant-row [class*=" ant-row"] {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-row [class^="ant-row"]::before,
        :where(.css-ynaoh4).ant-row [class*=" ant-row"]::before,
        :where(.css-ynaoh4).ant-row [class^="ant-row"]::after,
        :where(.css-ynaoh4).ant-row [class*=" ant-row"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-row {
            display: flex;
            flex-flow: row wrap;
            min-width: 0;
        }

        :where(.css-ynaoh4).ant-row::before,
        :where(.css-ynaoh4).ant-row::after {
            display: flex;
        }

        :where(.css-ynaoh4).ant-row-no-wrap {
            flex-wrap: nowrap;
        }

        :where(.css-ynaoh4).ant-row-start {
            justify-content: flex-start;
        }

        :where(.css-ynaoh4).ant-row-center {
            justify-content: center;
        }

        :where(.css-ynaoh4).ant-row-end {
            justify-content: flex-end;
        }

        :where(.css-ynaoh4).ant-row-space-between {
            justify-content: space-between;
        }

        :where(.css-ynaoh4).ant-row-space-around {
            justify-content: space-around;
        }

        :where(.css-ynaoh4).ant-row-space-evenly {
            justify-content: space-evenly;
        }

        :where(.css-ynaoh4).ant-row-top {
            align-items: flex-start;
        }

        :where(.css-ynaoh4).ant-row-middle {
            align-items: center;
        }

        :where(.css-ynaoh4).ant-row-bottom {
            align-items: flex-end;
        }
:where(.css-ynaoh4).ant-drawer {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-drawer::before,
        :where(.css-ynaoh4).ant-drawer::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-drawer [class^="ant-drawer"],
        :where(.css-ynaoh4).ant-drawer [class*=" ant-drawer"] {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-drawer [class^="ant-drawer"]::before,
        :where(.css-ynaoh4).ant-drawer [class*=" ant-drawer"]::before,
        :where(.css-ynaoh4).ant-drawer [class^="ant-drawer"]::after,
        :where(.css-ynaoh4).ant-drawer [class*=" ant-drawer"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-drawer {
            position: fixed;
            inset: 0;
            z-index: 1000;
            pointer-events: none;
            color: rgba(0, 0, 0, 0.88);
        }

        :where(.css-ynaoh4).ant-drawer-pure {
            position: relative;
            background: #ffffff;
            display: flex;
            flex-direction: column;
        }

        :where(.css-ynaoh4).ant-drawer-pure.ant-drawer-left {
            box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-drawer-pure.ant-drawer-right {
            box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-drawer-pure.ant-drawer-top {
            box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-drawer-pure.ant-drawer-bottom {
            box-shadow: 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-drawer-inline {
            position: absolute;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask {
            position: absolute;
            inset: 0;
            z-index: 1000;
            background: rgba(0, 0, 0, 0.45);
            pointer-events: auto;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-content-wrapper {
            position: absolute;
            z-index: 1000;
            max-width: 100vw;
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-content-wrapper-hidden {
            display: none;
        }

        :where(.css-ynaoh4).ant-drawer-left>.ant-drawer-content-wrapper {
            top: 0;
            bottom: 0;
            left: 0;
            box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-drawer-right>.ant-drawer-content-wrapper {
            top: 0;
            right: 0;
            bottom: 0;
            box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-drawer-top>.ant-drawer-content-wrapper {
            top: 0;
            inset-inline: 0;
            box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-drawer-bottom>.ant-drawer-content-wrapper {
            bottom: 0;
            inset-inline: 0;
            box-shadow: 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-content {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%;
            overflow: auto;
            background: #ffffff;
            pointer-events: auto;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-header {
            display: flex;
            flex: 0;
            align-items: center;
            padding: 16px 24px;
            font-size: 16px;
            line-height: 1.5;
            border-bottom: 1px solid rgba(5, 5, 5, 0.06);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-header-title {
            display: flex;
            flex: 1;
            align-items: center;
            min-width: 0;
            min-height: 0;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-extra {
            flex: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-close {
            display: inline-flex;
            width: 24px;
            height: 24px;
            border-radius: 4px;
            justify-content: center;
            align-items: center;
            margin-inline-end: 8px;
            color: rgba(0, 0, 0, 0.45);
            font-weight: 600;
            font-size: 16px;
            font-style: normal;
            line-height: 1;
            text-align: center;
            text-transform: none;
            text-decoration: none;
            background: transparent;
            border: 0;
            cursor: pointer;
            transition: all 0.2s;
            text-rendering: auto;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-close:hover {
            color: rgba(0, 0, 0, 0.88);
            background-color: rgba(0, 0, 0, 0.06);
            text-decoration: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-close:active {
            background-color: rgba(0, 0, 0, 0.15);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-close:focus-visible {
            outline: 3px solid #eb9b94;
            outline-offset: 1px;
            transition: outline-offset 0s, outline 0s;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-title {
            flex: 1;
            margin: 0;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.5;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-body {
            flex: 1;
            min-width: 0;
            min-height: 0;
            padding: 24px;
            overflow: auto;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-body .ant-drawer-body-skeleton {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-footer {
            flex-shrink: 0;
            padding: 8px 16px;
            border-top: 1px solid rgba(5, 5, 5, 0.06);
        }

        :where(.css-ynaoh4).ant-drawer-rtl {
            direction: rtl;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-enter-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-appear-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-leave-start {
            transition: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-appear-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-leave-active {
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-appear {
            opacity: 0;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-appear-active {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-leave {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-mask-motion-leave-active {
            opacity: 0;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-enter-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-appear-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-leave-start {
            transition: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-appear-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-leave-active {
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-appear {
            opacity: 0.7;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-appear-active {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-leave {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-leave-active {
            opacity: 0.7;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-appear {
            transform: translateX(-100%);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-appear-active {
            transform: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-leave {
            transform: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-left-leave-active {
            transform: translateX(-100%);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-enter-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-appear-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-leave-start {
            transition: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-appear-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-leave-active {
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-appear {
            opacity: 0.7;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-appear-active {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-leave {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-leave-active {
            opacity: 0.7;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-appear {
            transform: translateX(100%);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-appear-active {
            transform: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-leave {
            transform: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-right-leave-active {
            transform: translateX(100%);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-enter-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-appear-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-leave-start {
            transition: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-appear-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-leave-active {
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-appear {
            opacity: 0.7;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-appear-active {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-leave {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-leave-active {
            opacity: 0.7;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-appear {
            transform: translateY(-100%);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-appear-active {
            transform: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-leave {
            transform: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-top-leave-active {
            transform: translateY(-100%);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-enter-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-appear-start,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-leave-start {
            transition: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-appear-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
            transition: all 0.3s;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-appear {
            opacity: 0.7;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-appear-active {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-leave {
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
            opacity: 0.7;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-enter,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-appear {
            transform: translateY(100%);
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-enter-active,
        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-appear-active {
            transform: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-leave {
            transform: none;
        }

        :where(.css-ynaoh4).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
            transform: translateY(100%);
        }
:where(.css-ynaoh4)[class^="ant-modal"],
        :where(.css-ynaoh4)[class*=" ant-modal"] {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4)[class^="ant-modal"]::before,
        :where(.css-ynaoh4)[class*=" ant-modal"]::before,
        :where(.css-ynaoh4)[class^="ant-modal"]::after,
        :where(.css-ynaoh4)[class*=" ant-modal"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4)[class^="ant-modal"] [class^="ant-modal"],
        :where(.css-ynaoh4)[class*=" ant-modal"] [class^="ant-modal"],
        :where(.css-ynaoh4)[class^="ant-modal"] [class*=" ant-modal"],
        :where(.css-ynaoh4)[class*=" ant-modal"] [class*=" ant-modal"] {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4)[class^="ant-modal"] [class^="ant-modal"]::before,
        :where(.css-ynaoh4)[class*=" ant-modal"] [class^="ant-modal"]::before,
        :where(.css-ynaoh4)[class^="ant-modal"] [class*=" ant-modal"]::before,
        :where(.css-ynaoh4)[class*=" ant-modal"] [class*=" ant-modal"]::before,
        :where(.css-ynaoh4)[class^="ant-modal"] [class^="ant-modal"]::after,
        :where(.css-ynaoh4)[class*=" ant-modal"] [class^="ant-modal"]::after,
        :where(.css-ynaoh4)[class^="ant-modal"] [class*=" ant-modal"]::after,
        :where(.css-ynaoh4)[class*=" ant-modal"] [class*=" ant-modal"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-wrap-rtl {
            direction: rtl;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-centered {
            text-align: center;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-centered::before {
            display: inline-block;
            width: 0;
            height: 100%;
            vertical-align: middle;
            content: "";
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-centered .ant-modal {
            top: 0;
            display: inline-block;
            padding-bottom: 0;
            text-align: start;
            vertical-align: middle;
        }

        @media (max-width: 767px) {
            :where(.css-ynaoh4).ant-modal-root .ant-modal {
                max-width: calc(100vw - 16px);
                margin: 8px auto;
            }

            :where(.css-ynaoh4).ant-modal-root .ant-modal-centered .ant-modal {
                flex: 1;
            }
        }

        :where(.css-ynaoh4).ant-modal {
            box-sizing: border-box;
            margin: 0 auto;
            padding: 0;
            color: rgba(0, 0, 0, 0.88);
            font-size: 14px;
            line-height: 1.5714285714285714;
            list-style: none;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            pointer-events: none;
            position: relative;
            top: 100px;
            width: auto;
            max-width: calc(100vw - 32px);
            padding-bottom: 24px;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-title {
            margin: 0;
            color: rgba(0, 0, 0, 0.88);
            font-weight: 600;
            font-size: 16px;
            line-height: 1.5;
            word-wrap: break-word;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-content {
            position: relative;
            background-color: #ffffff;
            background-clip: padding-box;
            border: 0;
            border-radius: 8px;
            box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
            pointer-events: auto;
            padding: 20px 24px;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-close {
            position: absolute;
            top: 12px;
            inset-inline-end: 12px;
            z-index: 1010;
            padding: 0;
            color: rgba(0, 0, 0, 0.45);
            font-weight: 600;
            line-height: 1;
            text-decoration: none;
            background: transparent;
            border-radius: 4px;
            width: 32px;
            height: 32px;
            border: 0;
            outline: 0;
            cursor: pointer;
            transition: color 0.2s, background-color 0.2s;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-close-x {
            display: flex;
            font-size: 16px;
            font-style: normal;
            line-height: 32px;
            justify-content: center;
            text-transform: none;
            text-rendering: auto;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-close:disabled {
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-close:hover {
            color: rgba(0, 0, 0, 0.88);
            background-color: rgba(0, 0, 0, 0.06);
            text-decoration: none;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-close:active {
            background-color: rgba(0, 0, 0, 0.15);
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-close:focus-visible {
            outline: 3px solid #eb9b94;
            outline-offset: 1px;
            transition: outline-offset 0s, outline 0s;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-header {
            color: rgba(0, 0, 0, 0.88);
            background: #ffffff;
            border-radius: 8px 8px 0 0;
            margin-bottom: 8px;
            padding: 0;
            border-bottom: none;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-body {
            font-size: 14px;
            line-height: 1.5714285714285714;
            word-wrap: break-word;
            padding: 0;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-body .ant-modal-body-skeleton {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 16px auto;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-footer {
            text-align: end;
            background: transparent;
            margin-top: 12px;
            padding: 0;
            border-top: none;
            border-radius: 0;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-footer>.ant-btn+.ant-btn {
            margin-inline-start: 8px;
        }

        :where(.css-ynaoh4).ant-modal .ant-modal-open {
            overflow: hidden;
        }

        :where(.css-ynaoh4).ant-modal-pure-panel {
            top: auto;
            padding: 0;
            display: flex;
            flex-direction: column;
        }

        :where(.css-ynaoh4).ant-modal-pure-panel .ant-modal-content,
        :where(.css-ynaoh4).ant-modal-pure-panel .ant-modal-body,
        :where(.css-ynaoh4).ant-modal-pure-panel .ant-modal-confirm-body-wrapper {
            display: flex;
            flex-direction: column;
            flex: auto;
        }

        :where(.css-ynaoh4).ant-modal-pure-panel .ant-modal-confirm-body {
            margin-bottom: auto;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-wrap-rtl {
            direction: rtl;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-wrap-rtl .ant-modal-confirm-body {
            direction: rtl;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal.ant-zoom-enter,
        :where(.css-ynaoh4).ant-modal-root .ant-modal.ant-zoom-appear {
            transform: none;
            opacity: 0;
            animation-duration: 0.3s;
            user-select: none;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal.ant-zoom-leave .ant-modal-content {
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-mask {
            position: fixed;
            inset: 0;
            z-index: 1000;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.45);
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-mask .ant-modal-hidden {
            display: none;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal-wrap {
            position: fixed;
            inset: 0;
            z-index: 1000;
            overflow: auto;
            outline: 0;
            -webkit-overflow-scrolling: touch;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-fade-enter,
        :where(.css-ynaoh4).ant-modal-root .ant-fade-appear {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-fade-leave {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-fade-enter.ant-fade-enter-active,
        :where(.css-ynaoh4).ant-modal-root .ant-fade-appear.ant-fade-appear-active {
            animation-name: css-ynaoh4-antFadeIn;
            animation-play-state: running;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-fade-leave.ant-fade-leave-active {
            animation-name: css-ynaoh4-antFadeOut;
            animation-play-state: running;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-fade-enter,
        :where(.css-ynaoh4).ant-modal-root .ant-fade-appear {
            opacity: 0;
            animation-timing-function: linear;
        }

        :where(.css-ynaoh4).ant-modal-root .ant-fade-leave {
            animation-timing-function: linear;
        }

        :where(.css-ynaoh4).ant-zoom-enter,
        :where(.css-ynaoh4).ant-zoom-appear {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-zoom-leave {
            animation-duration: 0.2s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        :where(.css-ynaoh4).ant-zoom-enter.ant-zoom-enter-active,
        :where(.css-ynaoh4).ant-zoom-appear.ant-zoom-appear-active {
            animation-name: css-ynaoh4-antZoomIn;
            animation-play-state: running;
        }

        :where(.css-ynaoh4).ant-zoom-leave.ant-zoom-leave-active {
            animation-name: css-ynaoh4-antZoomOut;
            animation-play-state: running;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-zoom-enter,
        :where(.css-ynaoh4).ant-zoom-appear {
            transform: scale(0);
            opacity: 0;
            animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
        }

        :where(.css-ynaoh4).ant-zoom-enter-prepare,
        :where(.css-ynaoh4).ant-zoom-appear-prepare {
            transform: none;
        }

        :where(.css-ynaoh4).ant-zoom-leave {
            animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
        }

        :where(.css-ynaoh4).ant-modal-root .ant-modal {
            --ant-modal-sm-width: var(--ant-modal-xs-width);
            --ant-modal-md-width: var(--ant-modal-sm-width);
            --ant-modal-lg-width: var(--ant-modal-md-width);
            --ant-modal-xl-width: var(--ant-modal-lg-width);
            --ant-modal-xxl-width: var(--ant-modal-xl-width);
            width: var(--ant-modal-xs-width);
        }

        @media (min-width: 576px) {
            :where(.css-ynaoh4).ant-modal-root .ant-modal {
                width: var(--ant-modal-sm-width);
            }
        }

        @media (min-width: 768px) {
            :where(.css-ynaoh4).ant-modal-root .ant-modal {
                width: var(--ant-modal-md-width);
            }
        }

        @media (min-width: 992px) {
            :where(.css-ynaoh4).ant-modal-root .ant-modal {
                width: var(--ant-modal-lg-width);
            }
        }

        @media (min-width: 1200px) {
            :where(.css-ynaoh4).ant-modal-root .ant-modal {
                width: var(--ant-modal-xl-width);
            }
        }

        @media (min-width: 1600px) {
            :where(.css-ynaoh4).ant-modal-root .ant-modal {
                width: var(--ant-modal-xxl-width);
            }
        }
@keyframes css-ynaoh4-antFadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }
@keyframes css-ynaoh4-antFadeOut {
            0% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }
@keyframes css-ynaoh4-antZoomIn {
            0% {
                transform: scale(0.2);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }
@keyframes css-ynaoh4-antZoomOut {
            0% {
                transform: scale(1);
            }

            100% {
                transform: scale(0.2);
                opacity: 0;
            }
        }
:where(.css-ynaoh4).ant-spin {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-spin::before,
        :where(.css-ynaoh4).ant-spin::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-spin [class^="ant-spin"],
        :where(.css-ynaoh4).ant-spin [class*=" ant-spin"] {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-spin [class^="ant-spin"]::before,
        :where(.css-ynaoh4).ant-spin [class*=" ant-spin"]::before,
        :where(.css-ynaoh4).ant-spin [class^="ant-spin"]::after,
        :where(.css-ynaoh4).ant-spin [class*=" ant-spin"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-spin {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            color: #c41e20;
            font-size: 0;
            line-height: 1.5714285714285714;
            list-style: none;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            position: absolute;
            display: none;
            text-align: center;
            vertical-align: middle;
            opacity: 0;
            transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
        }

        :where(.css-ynaoh4).ant-spin-spinning {
            position: relative;
            display: inline-block;
            opacity: 1;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-text {
            font-size: 14px;
            padding-top: 5px;
        }

        :where(.css-ynaoh4).ant-spin-fullscreen {
            position: fixed;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.45);
            z-index: 1000;
            inset: 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.2s;
        }

        :where(.css-ynaoh4).ant-spin-fullscreen-show {
            opacity: 1;
            visibility: visible;
        }

        :where(.css-ynaoh4).ant-spin-fullscreen .ant-spin .ant-spin-dot-holder {
            color: #fff;
        }

        :where(.css-ynaoh4).ant-spin-fullscreen .ant-spin .ant-spin-text {
            color: #fff;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading {
            position: relative;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin {
            position: absolute;
            top: 0;
            inset-inline-start: 0;
            z-index: 4;
            display: block;
            width: 100%;
            height: 100%;
            max-height: 400px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
            position: absolute;
            top: 50%;
            inset-inline-start: 50%;
            margin: -10px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
            position: absolute;
            top: 50%;
            width: 100%;
            text-shadow: 0 1px 2px #ffffff;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
            margin-top: -20px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
            margin: -7px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
            padding-top: 2px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
            margin-top: -17px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
            margin: -16px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
            padding-top: 11px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
            margin-top: -26px;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading .ant-spin-container {
            position: relative;
            transition: opacity 0.3s;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading .ant-spin-container::after {
            position: absolute;
            top: 0;
            inset-inline-end: 0;
            bottom: 0;
            inset-inline-start: 0;
            z-index: 10;
            width: 100%;
            height: 100%;
            background: #ffffff;
            opacity: 0;
            transition: all 0.3s;
            content: "";
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading .ant-spin-blur {
            clear: both;
            opacity: 0.5;
            user-select: none;
            pointer-events: none;
        }

        :where(.css-ynaoh4).ant-spin-nested-loading .ant-spin-blur::after {
            opacity: 0.4;
            pointer-events: auto;
        }

        :where(.css-ynaoh4).ant-spin-tip {
            color: rgba(0, 0, 0, 0.45);
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-holder {
            width: 1em;
            height: 1em;
            font-size: 20px;
            display: inline-block;
            transition: transform 0.3s ease, opacity 0.3s ease;
            transform-origin: 50% 50%;
            line-height: 1;
            color: #c41e20;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-holder-hidden {
            transform: scale(0.3);
            opacity: 0;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-progress {
            position: absolute;
            inset: 0;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot {
            position: relative;
            display: inline-block;
            font-size: 20px;
            width: 1em;
            height: 1em;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-item {
            position: absolute;
            display: block;
            width: 9px;
            height: 9px;
            background: currentColor;
            border-radius: 100%;
            transform: scale(0.75);
            transform-origin: 50% 50%;
            opacity: 0.3;
            animation-name: css-ynaoh4-antSpinMove;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            animation-direction: alternate;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-item:nth-child(1) {
            top: 0;
            inset-inline-start: 0;
            animation-delay: 0s;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-item:nth-child(2) {
            top: 0;
            inset-inline-end: 0;
            animation-delay: 0.4s;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-item:nth-child(3) {
            inset-inline-end: 0;
            bottom: 0;
            animation-delay: 0.8s;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-item:nth-child(4) {
            bottom: 0;
            inset-inline-start: 0;
            animation-delay: 1.2s;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-spin {
            transform: rotate(45deg);
            animation-name: css-ynaoh4-antRotate;
            animation-duration: 1.2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-circle {
            stroke-linecap: round;
            transition: stroke-dashoffset 0.3s ease, stroke-dasharray 0.3s ease, stroke 0.3s ease, stroke-width 0.3s ease, opacity 0.3s ease;
            fill-opacity: 0;
            stroke: currentcolor;
        }

        :where(.css-ynaoh4).ant-spin .ant-spin-dot-circle-bg {
            stroke: rgba(0, 0, 0, 0.06);
        }

        :where(.css-ynaoh4).ant-spin-sm .ant-spin-dot,
        :where(.css-ynaoh4).ant-spin-sm .ant-spin-dot-holder {
            font-size: 14px;
        }

        :where(.css-ynaoh4).ant-spin-sm .ant-spin-dot-holder i {
            width: 6px;
            height: 6px;
        }

        :where(.css-ynaoh4).ant-spin-lg .ant-spin-dot,
        :where(.css-ynaoh4).ant-spin-lg .ant-spin-dot-holder {
            font-size: 32px;
        }

        :where(.css-ynaoh4).ant-spin-lg .ant-spin-dot-holder i {
            width: 14px;
            height: 14px;
        }

        :where(.css-ynaoh4).ant-spin.ant-spin-show-text .ant-spin-text {
            display: block;
        }
@keyframes css-ynaoh4-antSpinMove {
            to {
                opacity: 1;
            }
        }
@keyframes css-ynaoh4-antRotate {
            to {
                transform: rotate(405deg);
            }
        }
a:where(.css-ac2jek) {
            color: #1677ff;
            text-decoration: none;
            background-color: transparent;
            outline: none;
            cursor: pointer;
            transition: color 0.3s;
            -webkit-text-decoration-skip: objects;
        }

        a:where(.css-ac2jek):hover {
            color: #69b1ff;
        }

        a:where(.css-ac2jek):active {
            color: #0958d9;
        }

        a:where(.css-ac2jek):active,
        a:where(.css-ac2jek):hover {
            text-decoration: none;
            outline: 0;
        }

        a:where(.css-ac2jek):focus {
            text-decoration: none;
            outline: 0;
        }

        a:where(.css-ac2jek)[disabled] {
            color: rgba(0, 0, 0, 0.25);
            cursor: not-allowed;
        }

        :where(.css-ac2jek) a {
            color: #1677ff;
            text-decoration: none;
            background-color: transparent;
            outline: none;
            cursor: pointer;
            transition: color 0.3s;
            -webkit-text-decoration-skip: objects;
        }

        :where(.css-ac2jek) a:hover {
            color: #69b1ff;
        }

        :where(.css-ac2jek) a:active {
            color: #0958d9;
        }

        :where(.css-ac2jek) a:active,
        :where(.css-ac2jek) a:hover {
            text-decoration: none;
            outline: 0;
        }

        :where(.css-ac2jek) a:focus {
            text-decoration: none;
            outline: 0;
        }

        :where(.css-ac2jek) a[disabled] {
            color: rgba(0, 0, 0, 0.25);
            cursor: not-allowed;
        }

        :where(.css-ac2jek).anticon {
            display: inline-flex;
            align-items: center;
            color: inherit;
            font-style: normal;
            line-height: 0;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        :where(.css-ac2jek).anticon>* {
            line-height: 1;
        }

        :where(.css-ac2jek).anticon svg {
            display: inline-block;
        }

        :where(.css-ac2jek).anticon .anticon .anticon-icon {
            display: block;
        }
:where(.css-ac2jek).ant-app {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ac2jek).ant-app::before,
        :where(.css-ac2jek).ant-app::after {
            box-sizing: border-box;
        }

        :where(.css-ac2jek).ant-app [class^="ant-app"],
        :where(.css-ac2jek).ant-app [class*=" ant-app"] {
            box-sizing: border-box;
        }

        :where(.css-ac2jek).ant-app [class^="ant-app"]::before,
        :where(.css-ac2jek).ant-app [class*=" ant-app"]::before,
        :where(.css-ac2jek).ant-app [class^="ant-app"]::after,
        :where(.css-ac2jek).ant-app [class*=" ant-app"]::after {
            box-sizing: border-box;
        }

        :where(.css-ac2jek).ant-app {
            color: rgba(0, 0, 0, 0.88);
            font-size: 14px;
            line-height: 1.5714285714285714;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
        }

        :where(.css-ac2jek).ant-app.ant-app-rtl {
            direction: rtl;
        }
:where(.css-ynaoh4).ant-wave {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-wave::before,
        :where(.css-ynaoh4).ant-wave::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-wave [class^="ant-wave"],
        :where(.css-ynaoh4).ant-wave [class*=" ant-wave"] {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-wave [class^="ant-wave"]::before,
        :where(.css-ynaoh4).ant-wave [class*=" ant-wave"]::before,
        :where(.css-ynaoh4).ant-wave [class^="ant-wave"]::after,
        :where(.css-ynaoh4).ant-wave [class*=" ant-wave"]::after {
            box-sizing: border-box;
        }

        :where(.css-ynaoh4).ant-wave {
            position: absolute;
            background: transparent;
            pointer-events: none;
            box-sizing: border-box;
            color: var(--wave-color, #c41e20);
            box-shadow: 0 0 0 0 currentcolor;
            opacity: 0.2;
        }

        :where(.css-ynaoh4).ant-wave.wave-motion-appear {
            transition: box-shadow 0.4s cubic-bezier(0.08, 0.82, 0.17, 1), opacity 2s cubic-bezier(0.08, 0.82, 0.17, 1);
        }

        :where(.css-ynaoh4).ant-wave.wave-motion-appear-active {
            box-shadow: 0 0 0 6px currentcolor;
            opacity: 0;
        }

        :where(.css-ynaoh4).ant-wave.wave-motion-appear.wave-quick {
            transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }
.anticon {
            display: inline-flex;
            align-items: center;
            color: inherit;
            font-style: normal;
            line-height: 0;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .anticon>* {
            line-height: 1;
        }

        .anticon svg {
            display: inline-block;
        }

        .anticon .anticon .anticon-icon {
            display: block;
        }
