body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--color-primary:#236fff;--color-text-dark:#00284d;--color-text-light:#fff;--color-background-light:#f5f6fb;--color-background-dark:#282828;--color-background-darker:#191919;--color-nav-background:#162f51;--color-border:#d9d9d9;--color-shadow:#00000026;--spacing-xs:5px;--spacing-sm:10px;--spacing-md:15px;--spacing-lg:20px;--header-height:90px;--nav-width-expanded:250px;--nav-width-collapsed:65px;--icon-size-sm:13px;--icon-size-md:25px;--icon-size-lg:40px;--font-size-sm:0.9em;--font-size-md:14px;--font-size-lg:16px;--transition-speed:0.3s;--transition-type:ease;--border-radius-sm:10px;--border-radius-circle:50px}.white_theme{--text-color:var(--color-text-dark);--background-color:var(--color-background-light);--header-background:var(--color-background-light);--nav-text-color:var(--color-text-light)}.dark_theme{--text-color:var(--color-text-light);--background-color:var(--color-background-darker);--header-background:var(--color-background-dark);--nav-text-color:var(--color-text-light)}.Main_wrapper{color:var(--text-color);display:flex;height:100%;transition:width var(--transition-speed) var(--transition-type);width:100%}.Main_wrapper.mono_theme{filter:grayscale(1)}.Main_wrap{align-items:flex-start;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr;justify-content:flex-start;max-height:100vh;max-width:100vw;min-height:100vh;min-width:100vw;position:relative}.Main_block,.Main_wrap{display:grid;height:100%;overflow:hidden;width:100%}.Main_block{background:var(--background-color);grid-template-columns:100%;grid-template-rows:minmax(40px,-webkit-max-content) 1fr;grid-template-rows:minmax(40px,max-content) 1fr;max-height:100%}.dark_theme .Header_block,.dark_theme .Navigate_block{background:#282828}.dark_theme .Main_block{background:#191919}.Header_block{background:var(--header-background);box-shadow:0 4px 4px 0 var(--color-shadow);grid-column:2/span 1;height:100%;max-height:var(--header-height);width:100%}.Navigate_block{background:var(--color-nav-background);display:flex;grid-column:1/span 1;grid-row:1/span 2;height:100%;max-width:var(--nav-width-expanded);min-height:100vh;min-width:var(--nav-width-collapsed);position:relative;transition:width var(--transition-speed) var(--transition-type);width:-webkit-max-content;width:max-content}.Navigate_block.show{width:var(--nav-width-expanded)}.Navigate_block.hide{width:var(--nav-width-collapsed)}.white_theme{color:#00284d}.dark_theme{color:#fff}.white_theme .Header_item_logo svg path{stroke:none}.Header_wrapper{height:100%;transition:width var(--transition-speed) var(--transition-type);width:100%}.Header_wrap{align-items:center;background:#fff;display:flex;flex-direction:row;height:100%;justify-content:space-between;padding:10px 10px 10px 35px;width:100%}.dark_theme .Header_wrap{background:#282828}.Header_item_logo{align-items:center;display:flex}.Header_item_logo svg{height:100%;max-height:45px}.Header_item_wrap{align-items:center;display:flex;justify-content:flex-start}.Header_item_button_switch{max-width:290px}.Header_item_buttons{grid-gap:var(--spacing-sm);align-items:center;display:grid;gap:var(--spacing-sm);grid-template-columns:repeat(4,-webkit-max-content);grid-template-columns:repeat(4,max-content);grid-template-rows:-webkit-max-content;grid-template-rows:max-content;min-width:240px;width:-webkit-max-content;width:max-content}.Header_item_buttons_theme{align-items:center;display:flex;height:100%;width:100%}.theme_icon,.theme_icon svg{align-items:center;display:flex;justify-content:center}.theme_icon svg{align-self:center;height:var(--icon-size-sm);width:var(--icon-size-sm)}.theme_icon svg path{stroke:none;color:#000}.Header_item_buttons_theme .ant-radio-button-label{align-items:center;display:flex;height:100%}.Header_item_buttons_theme .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) svg path{fill:#fff}.Header_item_buttons_theme .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:var(--color-primary);color:var(--color-text-light)}.dark_theme .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{display:none}.dark_theme .Header_item_buttons_theme .ant-radio-button-wrapper-checked,.dark_theme .ant-radio-group-solid :where(.css-dev-only-do-not-override-240cud).ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{background:#909297;border-color:var(--color-border)}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{border-color:#d9d9d9}.Header_item_buttons_theme .ant-radio-button-wrapper{background:#d9d9d9b8}.dark_theme .Header_item_buttons_theme .ant-radio-button-wrapper:first-child,.dark_theme .Header_item_buttons_theme .ant-radio-button-wrapper:last-child{background:var(--color-background-darker)}.Header_item_buttons_feedback a{align-items:center;display:flex;height:100%}.Header_item_buttons_feedback svg path{fill:#706f6f}.dark_theme .Header_item_buttons_feedback svg path,.dark_theme .Header_item_buttons_theme .ant-radio-button-wrapper:first-child svg path,.dark_theme .Header_item_buttons_theme .ant-radio-button-wrapper:last-child svg path{fill:#fff}.Header_item_buttons_theme .ant-radio-button-wrapper:last-child{border-end-end-radius:var(--border-radius-sm);border-start-end-radius:var(--border-radius-sm)}.Header_item_buttons_theme .ant-radio-button-wrapper:first-child{border-end-start-radius:var(--border-radius-sm);border-start-start-radius:var(--border-radius-sm)}.Header_item_buttons_entry,.Header_item_buttons_lang{min-width:25px;width:-webkit-max-content;width:max-content}.dark_theme .Header_item_buttons_lang .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{background:var(--color-background-darker);color:var(--color-text-light)}.dark_theme .Header_item_buttons_lang .ant-select .ant-select-arrow .anticon>svg{fill:#fff}.dark_theme .Header_item_buttons_entry .ant-btn-variant-outlined{background:var(--color-background-darker);color:var(--color-text-light)}.dark_theme .Header_item_buttons_lang .ant-select-single.ant-select-open .ant-select-selection-item{color:#ffffff80}.Header_item_text{align-items:center;display:flex;font-size:var(--font-size-lg);font-weight:500;justify-content:flex-start;line-height:1em;text-align:left}.Header_item_wrap.logo{align-items:center;display:flex;gap:var(--spacing-xs)}.Header_item_wrap.logo:first-child,.Header_item_wrap.logo:nth-child(2){max-width:220px}.Header_item_wrap.logo:nth-child(3){max-width:250px}.dark_theme .Header_item_text,.inter_button{color:var(--color-text-light)}.inter_button{background:var(--color-primary)}.Navigate_wrapper{box-shadow:4px 0 10px 0 #00000026;display:grid;grid-template-columns:100%;grid-template-rows:50px 1fr -webkit-max-content;grid-template-rows:50px 1fr max-content;padding-top:16px;width:100%}.Hide_arrow_wrap{border-radius:50px;position:absolute;right:-15px;top:75px;width:25px;z-index:10}.Navigate_wrap{align-items:flex-start;color:#fff;display:grid;flex-direction:column;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;height:100%;padding:0 10px;width:100%}.Hide_arrow_wrap:active{background:#edeffa}.dark_theme .Hide_arrow_wrap{background:#fdfdfd}.Hide_arrow_wrap svg{height:12px;margin-top:2px;width:13px}.Hide_arrow_wrap svg path{stroke:#162f51}.show .Hide_arrow_wrap svg{margin-right:3px;transform:rotate(180deg)}.Logo_site{align-items:center;display:flex;height:50px;justify-content:center;min-width:100%;width:100%}.Logo_site svg{align-self:flex-start;height:100%;max-height:45px;max-width:40px;width:100%}.show .Logo_site{height:100%;justify-content:flex-start;padding-left:10px;width:100%}.Navigate_title{align-items:center;color:#fff;display:flex;font-size:16px;justify-content:center;line-height:1em;overflow:hidden;padding:0 5px;text-align:left;width:120px}.hide .Navigate_title{display:none;transition:width .5s ease}.Navigate_block{width:100%}.Navigate_list{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:calc(100% - 80px);min-height:100%;overflow:auto;padding-top:0}.Navigate_list .ant-menu .ant-menu-submenu .ant-menu-submenu .ant-menu-sub.ant-menu-inline,.Navigate_list .ant-menu .ant-menu-submenu .ant-menu-submenu-title,.Navigate_list .ant-menu-inline .ant-menu-item{padding-left:10px!important;text-align:left}.Navigate_list .ant-menu.ant-menu-light{background:inherit}.ant-menu-light.ant-menu-submenu-popup>.ant-menu,.ant-menu-lightant-menu-light>.ant-menu.ant-menu-submenu-popup>.ant-menu{background:#13294c}.Navigate_list .ant-menu-dark.ant-menu-inline .ant-menu-sub.ant-menu-inline,.Navigate_list .ant-menu-dark>.ant-menu.ant-menu-inline .ant-menu-sub.ant-menu-inline,.Navigate_list .ant-menu.ant-menu-dark{background:#282828}.Navigate_list .ant-menu-dark .ant-menu-item-selected,.Navigate_list .ant-menu-dark>.ant-menu .ant-menu-item-selected{background-color:#807e7e}. .ant-menu-item,.ant-menu .ant-menu-submenu-title,.ant-menu .ant-menu-submenu-title .ant-menu-item-icon{color:#fff}.ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content{text-wrap:auto;align-items:center;display:flex;font-size:14px;font-weight:500;justify-content:flex-start;line-height:1em;max-width:100%;text-align:left}.Navigate_list>.ant-menu>.ant-menu-submenu>.ant-menu-submenu-title{grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;text-align:left}.Navigate_list>.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{align-items:center;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;padding-left:15px!important}.svg_menu_icon svg{height:25px;width:25px}.svg_menu_icon svg path{fill:#fff}.Navigate_list .ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline,.dark_theme .ant-menu-light{background:inherit}.Navigate_list .ant-menu .ant-menu-item,.Navigate_list .ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title,.Navigate_list .ant-menu .ant-menu-submenu-title,.Navigate_list .ant-menu-item,.Navigate_list .ant-menu-submenu-selected>.ant-menu-submenu-title,.Navigate_list .ant-menu-submenu-title,.ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,.ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected)>.ant-menu-submenu-title:hover,.ant-menu-light>.ant-menu .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,.ant-menu-light>.ant-menu .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected)>.ant-menu-submenu-title:hover{color:#fff}.ant-menu-dark.ant-menu-submenu-popup>.ant-menu,.ant-menu-dark>.ant-menu.ant-menu-submenu-popup>.ant-menu{background-color:#282828}.ant-menu-submenu-popup>.ant-menu .ant-menu-item .ant-menu-item-icon+span,.ant-menu-submenu-popup>.ant-menu .ant-menu-item .anticon+span,.ant-menu-submenu-popup>.ant-menu .ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu-submenu-popup>.ant-menu .ant-menu-submenu-title .anticon+span{-webkit-margin-start:0;margin-inline-start:0}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-submenu-title,.ant-menu-dark>.ant-menu .ant-menu-item,.ant-menu-dark>.ant-menu .ant-menu-submenu-title,.ant-menu-light .ant-menu-item,.ant-menu-light .ant-menu-submenu-title,.ant-menu-light>.ant-menu .ant-menu-item,.ant-menu-light>.ant-menu .ant-menu-submenu-title{color:#fff}.Navigate_list .ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:active,.Navigate_list .ant-menu-light>.ant-menu:not(.ant-menu-horizontal) .ant-menu-submenu-title:active{color:#00284d}.Navigate_list .ant-menu-item-selected,.ant-menu-dark .ant-menu-item-selected,.ant-menu-dark>.ant-menu .ant-menu-item-selected{background-color:#236fff}.ant-menu-dark>.ant-menu .ant-menu-submenu-title,.ant-menu-light>.ant-menu .ant-menu-submenu-title,.ant-menu-submenu-title{align-items:center;display:flex;gap:5px}.hide .footer_item{visibility:hidden}.footer_item{align-self:flex-end;color:#fff;display:flex;flex-direction:column;font-size:.9em;line-height:1em;padding:10px 20px;text-align:left;width:100%}.ant-menu-inline .ant-menu-item{border-radius:inherit;margin:inherit;min-width:100%}.ant-menu-light .ant-menu-item-selected,.ant-menu-light>.ant-menu .ant-menu-item-selected{background:#236fff}*,:after,:before{box-sizing:border-box;font-family:Helvetica,sans-serif;letter-spacing:.5px!important}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{line-height:1.5;min-height:100vh;text-rendering:optimizeSpeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a{color:#000;color:initial;text-decoration:none}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}::-webkit-scrollbar{width:0}.noCopy{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.card_lineTop_blue{border-top:5px solid #0189ec}.card_lineTop_liteBlue{border-top:5px solid #00b7ff}.card_lineTop_green{border-top:5px solid #00eed9}.bg_color_dark_blue{background:#162f51}.card_lineTop_orange{border-top:5px solid #f3a304}.card_lineTop_red{border-top:5px solid #7a2525}.card_lineleft_green{border-left:5px solid #00eed9}.card_lineleft_orange{border-left:5px solid #f3a304}.card_lineleft_blue{border-left:5px solid #0189ec}.chart_block_def{align-items:center;display:flex;height:100%;justify-content:center;padding:5px;position:relative;width:100%}.chart_block_def canvas{height:100%!important;max-height:100%;max-width:100%;min-height:100%;min-width:100%;width:100%!important}.vertical_line_border{align-self:center;background:#c4c4c4;display:flex;height:90%;max-height:80%;width:2px}.progress_orange_color{background:#f3a304}.progress_red_color{background:#7a2525}.source_information{color:#ffffff80;flex-direction:row;font-size:clamp(10px,5vw,12px);height:-webkit-max-content;height:max-content;padding:5px 5px 5px 10px;width:100%}.Breadcrumb_wrapper,.source_information{align-items:center;display:flex;justify-content:flex-start;text-align:left}.Breadcrumb_wrapper{font-size:14px;font-weight:500;height:100%;padding:10px 20px;width:-webkit-max-content;width:max-content}.Crumbs_wrap{display:flex}.Crumbs_arrow{align-items:center;display:flex;justify-content:center;padding:0 3px}.Crumbs_arrow svg{stroke:#00284d;height:8px;width:8px}.dark_theme .Crumbs_arrow svg{stroke:#fff}.dark_theme .Crumbs_arrow svg path{fill:#fff}.IframePage_wrapper{max-height:100%}.IframePage_wrap,.IframePage_wrapper{height:100%;width:100%}.IframePage_wrap iframe{background:inherit;border:none;height:100%;width:100%}.NotPage_wrap,.NotPage_wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.NotPage_wrap{background-size:contain;flex-direction:column;max-height:80vh;max-width:80vw;min-height:400px;position:relative}.NotPage_wrap,.four_zero_four_bg{background-color:#fff;background-position:50%;background-repeat:no-repeat;border-radius:8px}.four_zero_four_bg{background-size:100%;height:100%;margin:0 auto;max-height:60vh;max-width:60vw}.NotPage_message{align-items:center;background:#ffffffe6;color:#162f51;display:flex;flex-direction:column;font-size:16px;justify-content:center;line-height:1.5;padding:15px;text-align:center}.countdown{color:#1890ff;font-size:18px;font-weight:700;margin:0 3px}.NotPage_message svg{height:40dvh;width:40dvw}.NotPage_text_top{font-size:clamp(16px,5vw,26px)}.NotPage_text_down{font-size:clamp(16px,5vw,18px)}
/*# sourceMappingURL=main.09404b2f.css.map*/