:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.breadcrumbNewUi_bradcrum_ecocal__pdt9S{background:#fff!important;padding:0 10px}.breadcrumbNewUi_breadcrumb_container__0wQsl{display:block;width:auto;margin:auto auto 10px}.breadcrumbNewUi_bred_list__YExTz a:hover{text-decoration:underline!important}.breadcrumbNewUi_nw_breadcrumb__G8iXV{border-bottom:0}.breadcrumbNewUi_nw_breadcrumb__G8iXV .breadcrumbNewUi_upc___1woM{text-transform:uppercase;color:#202020;font:400 12px/15px Lato,sans-serif;font-weight:700;margin-right:5px}.breadcrumbNewUi_breadcrumb_wrapper__8zrAu .breadcrumbNewUi_bred_list__YExTz{padding:0;display:inline;font-weight:700}.breadcrumbNewUi_breadcrumb_wrapper__8zrAu .breadcrumbNewUi_bred_list__YExTz .breadcrumbNewUi_col_graysp__V91Dn{margin-right:1px;margin-left:1px}.breadcrumbNewUi_breadcrumb_container__0wQsl .breadcrumbNewUi_breadcrumb_wrapper__8zrAu{width:1260px;margin:10px auto;border-bottom:1px solid #e4e4e4;padding-bottom:10px}.breadcrumbNewUi_bred_list__YExTz li{display:inline-block;font:400 12px/15px Lato,sans-serif;color:#202020;padding:0 3px;font-weight:700}.breadcrumbNewUi_bred_list__YExTz li h1{font:400 12px/15px Lato,sans-serif;color:#202020;padding-right:0;font-weight:700}.breadcrumbNewUi_bred_list__YExTz li a{font:400 12px/15px Lato,sans-serif;color:#1a6da5;text-decoration:none}.breadcrumbNewUi_container-wrapper__2NTYm{width:1260px;margin:0 auto}@media (max-width:1279px){.breadcrumbNewUi_breadcrumb_container__0wQsl .breadcrumbNewUi_breadcrumb_wrapper__8zrAu{width:100%}}@media (max-width:980px){.breadcrumbNewUi_breadcrumb_container__0wQsl .breadcrumbNewUi_breadcrumb_wrapper__8zrAu{width:auto;margin:0 0 0 15px}.breadcrumbNewUi_container-wrapper__2NTYm{width:100%}.breadcrumbNewUi_bred_list__YExTz li{font:400 12px/15px Lato,sans-serif;padding:0 2px}.breadcrumbNewUi_nw_breadcrumb__G8iXV .breadcrumbNewUi_upc___1woM{font:400 12px/15px Lato,sans-serif;padding-left:0}.breadcrumbNewUi_nw_breadcrumb__G8iXV{padding:15px}}.breadcrumbNewUi_breadcrumb_container__0wQsl.breadcrumbNewUi_dark_mode__BDe_F{display:block}.breadcrumbNewUi_breadcrumb_container__0wQsl.breadcrumbNewUi_dark_mode__BDe_F .breadcrumbNewUi_nw_breadcrumb__G8iXV .breadcrumbNewUi_upc___1woM{color:#fff}.breadcrumbNewUi_breadcrumb_container__0wQsl.breadcrumbNewUi_dark_mode__BDe_F .breadcrumbNewUi_bred_list__YExTz li,.breadcrumbNewUi_breadcrumb_container__0wQsl.breadcrumbNewUi_dark_mode__BDe_F .breadcrumbNewUi_bred_list__YExTz li a{color:#eee}@media (max-width:768px){.breadcrumbNewUi_breadcrumb_container__0wQsl .breadcrumbNewUi_breadcrumb_wrapper__8zrAu{margin:0;padding-bottom:5px}}.breadcrumb_bradcrum_ecocal__T_K8o{background:#fff!important;padding:0 10px}.breadcrumb_breadcrumb_container__ZYKY9{display:block}.breadcrumb_bred_list__Qe1Bd a:hover{text-decoration:underline!important}.breadcrumb_nw_breadcrumb__n_qVw{border-bottom:0}.breadcrumb_nw_breadcrumb__n_qVw .breadcrumb_upc__lQAer{text-transform:uppercase;color:#202020;font:12px Lato,Arial,sans-serif;font-weight:700;margin-right:5px}.breadcrumb_breadcrumb_wrapper__8bUKz .breadcrumb_bred_list__Qe1Bd{padding:0;display:inline;font-weight:700}.breadcrumb_breadcrumb_wrapper__8bUKz .breadcrumb_bred_list__Qe1Bd .breadcrumb_col_graysp__BSZ94{margin-right:2px}.breadcrumb_breadcrumb_container__ZYKY9 .breadcrumb_breadcrumb_wrapper__8bUKz{width:1260px;margin:10px auto;border-bottom:1px solid #e4e4e4;padding-bottom:10px}.breadcrumb_bred_list__Qe1Bd li{display:inline-block}.breadcrumb_bred_list__Qe1Bd li,.breadcrumb_bred_list__Qe1Bd li h1{font:12px Lato,Arial,sans-serif;color:#202020;padding-right:0;font-weight:700}.breadcrumb_bred_list__Qe1Bd li a{color:#666;font-weight:400}.breadcrumb_container-wrapper__fogZi{width:1260px;margin:0 auto}@media (max-width:1279px){.breadcrumb_breadcrumb_container__ZYKY9 .breadcrumb_breadcrumb_wrapper__8bUKz{width:100%}}@media (max-width:980px){.breadcrumb_breadcrumb_container__ZYKY9 .breadcrumb_breadcrumb_wrapper__8bUKz{width:auto;margin:0 0 0 15px}.breadcrumb_container-wrapper__fogZi{width:100%}.breadcrumb_bred_list__Qe1Bd li{font-size:10px}.breadcrumb_nw_breadcrumb__n_qVw .breadcrumb_upc__lQAer{font-size:10px;padding-left:0}.breadcrumb_nw_breadcrumb__n_qVw{padding:5px 20px 15px}}.breadcrumb_breadcrumb_container__ZYKY9.breadcrumb_dark_mode__itNQe{display:block}.breadcrumb_breadcrumb_container__ZYKY9.breadcrumb_dark_mode__itNQe .breadcrumb_nw_breadcrumb__n_qVw .breadcrumb_upc__lQAer{color:#fff}.breadcrumb_breadcrumb_container__ZYKY9.breadcrumb_dark_mode__itNQe .breadcrumb_bred_list__Qe1Bd li,.breadcrumb_breadcrumb_container__ZYKY9.breadcrumb_dark_mode__itNQe .breadcrumb_bred_list__Qe1Bd li a{color:#eee}@media (max-width:768px){.breadcrumb_breadcrumb_container__ZYKY9 .breadcrumb_breadcrumb_wrapper__8bUKz{margin:0;padding-bottom:5px}}.IndicesList_main__y_oZO a,.IndicesList_main__y_oZO a:active,.IndicesList_main__y_oZO a:focus,.IndicesList_main__y_oZO a:hover{outline:0!important;text-decoration:none!important}.IndicesList_main__y_oZO *{text-decoration:none;box-sizing:border-box;list-style:none}.IndicesList_main__y_oZO div::-webkit-scrollbar,.IndicesList_main__y_oZO section::-webkit-scrollbar,.IndicesList_main__y_oZO ul::-webkit-scrollbar{display:none}.IndicesList_main__y_oZO{position:relative;font:400 12px/18px Lato,serif;color:#000;background-color:#fff;margin:0;padding:0}.IndicesList_main__y_oZO section::-webkit-scrollbar,.IndicesList_main__y_oZO ul::-webkit-scrollbar{display:none}.IndicesList_main__y_oZO div::-webkit-scrollbar{display:none}.IndicesList_main__y_oZO.IndicesList_dark__ZLpl5{background-color:#1a1a22;color:#fff}.IndicesList_mcContainer__Bh6GE,.IndicesList_mcFluidContainer__UFsrR{margin-right:auto;margin-left:auto}.IndicesList_mcContainer__Bh6GE{width:100%;padding-left:15px;padding-right:15px}.IndicesList_flex__Aj5wf{display:-moz-flex;display:-o-flex;display:-ms-flex;display:flex;flex-wrap:wrap}.IndicesList_mobView__TpXeO{display:none}.IndicesList_advBannerWrap__EH1G2{margin:0 auto 30px;text-align:center}.IndicesList_breadcrumSec__lO7GV{border-bottom:1px solid #e5e5e5}.IndicesList_secTitle__Enkt3{display:inline-block;color:#000;font-size:20px;line-height:22px;font-weight:900;padding-top:10px;padding-bottom:8px;position:relative;text-transform:uppercase;border-bottom:3px solid #cecece;width:100%;margin-bottom:15px}.IndicesList_secTitle__Enkt3 span{font-weight:400}.IndicesList_secTitle__Enkt3.IndicesList_dark__ZLpl5{color:#fff}.IndicesList_showMoreBtnWrap__f7Rzo{text-align:center;margin-top:12px;margin-bottom:15px}.IndicesList_showMoreBtnWrap__f7Rzo .IndicesList_showMoreBtn__Q_YIt{cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:3px;display:inline-flex;padding:6px 12px;align-items:center;justify-content:center;font-size:10px;line-height:10px;text-decoration:none!important;outline:none;color:#666}.IndicesList_showMoreBtnWrap__f7Rzo .IndicesList_showMoreBtn__Q_YIt svg{margin-left:5px}.IndicesList_showMoreBtnWrap__f7Rzo .IndicesList_showMoreBtn__Q_YIt:focus,.IndicesList_showMoreBtnWrap__f7Rzo .IndicesList_showMoreBtn__Q_YIt:hover,.IndicesList_showMoreBtnWrap__f7Rzo .IndicesList_showMoreBtn__Q_YIt:visited{text-decoration:none!important;outline:none;color:#666}.IndicesList_redTxt__xH77H{color:#e3515c!important}.IndicesList_greenTxt__S6kCV{color:#52b974!important}.IndicesList_gryTxt__OvEKi{color:gray!important}.IndicesList_priceShockerTable__0KfKI table{border-collapse:collapse;width:100%}.IndicesList_priceShockerTable__0KfKI table th{background:#f7f8fb;color:#000;font-size:12px;line-height:12px;font-weight:700;padding:10px 14px;text-align:right}.IndicesList_priceShockerTable__0KfKI table th em{font-size:10px;display:block;font-style:italic;font-weight:400;white-space:nowrap;color:#858585}.IndicesList_priceShockerTable__0KfKI table td{padding:10px 15px;color:#000;font:14px roboto,sans-serif;text-align:right}.IndicesList_priceShockerTable__0KfKI table td a{color:#333;font:700 14px roboto,sans-serif}.IndicesList_priceShockerTable__0KfKI table td a:active,.IndicesList_priceShockerTable__0KfKI table td a:focus,.IndicesList_priceShockerTable__0KfKI table td a:hover{color:#333}.IndicesList_priceShockerTable__0KfKI table td:first-child,.IndicesList_priceShockerTable__0KfKI table th:first-child{text-align:left}.IndicesList_priceShockerTable__0KfKI table tr:nth-child(2n) td{background:#fbfbfb}.IndicesList_priceShockerTable__0KfKI table td:first-child a{font-weight:700!important;display:block}.IndicesList_priceShockerTable__0KfKI.IndicesList_dark__ZLpl5 table thead th{background:#1a1a22;color:#b4b4b4}.IndicesList_priceShockerTable__0KfKI.IndicesList_dark__ZLpl5 table thead td{background:#1a1a22}.IndicesList_priceShockerTable__0KfKI.IndicesList_dark__ZLpl5 table tr:nth-child(2n) td{background:#1a1a22;color:#fff}.IndicesList_priceShockerTable__0KfKI.IndicesList_dark__ZLpl5 table td{border-color:#545663}.IndicesList_priceShockerTable__0KfKI.IndicesList_dark__ZLpl5 table td a{color:#fff}.IndicesList_tab-content__zLBv_>.IndicesList_tab-pane__8ZK7R{display:none}.IndicesList_tab-content__zLBv_>.IndicesList_active__kOHh8{display:block}.IndicesList_rwCheckBox__3mbNT{display:none;width:18px;height:18px;margin-bottom:0;position:relative;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;font:400 14px Roboto,sans-serif;color:#333;cursor:pointer}.IndicesList_rwCheckBox__3mbNT input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.IndicesList_rwCheckBox__3mbNT .IndicesList_iconCheck__Ji4mx{top:0;left:0;background-color:#fff;border:1px solid #b4b4b4;border-radius:2px;width:16px;height:16px;display:inline-block;cursor:pointer;vertical-align:middle;position:absolute}.IndicesList_rwCheckBox__3mbNT input:checked~.IndicesList_iconCheck__Ji4mx{background-color:#000}.IndicesList_rwCheckBox__3mbNT input:checked~.IndicesList_iconCheck__Ji4mx:after{display:block}.IndicesList_rwCheckBox__3mbNT .IndicesList_iconCheck__Ji4mx:after{content:"";display:none;left:5px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 1px 1px 0;transform:rotate(45deg);position:absolute}.IndicesList_rwCheckBox__3mbNT.IndicesList_checked__0SDQA{display:inline-block}.IndicesList_gryCard__MAOAh{border-radius:5px;background:#f7f8fb;padding:15px;transition:all .2s ease}.IndicesList_gryCard__MAOAh.IndicesList_dark__ZLpl5{background:#30303a;color:#fff}.IndicesList_gryCard__MAOAh:hover{box-shadow:0 0 5px .5px rgba(0,0,0,.1)}.IndicesList_gryTxtOne__EGPqJ{color:gray;font:400 9px Roboto,sans-serif;margin-bottom:6px;display:block}.IndicesList_gryTxtOne__EGPqJ.IndicesList_dark__ZLpl5{color:#999}.IndicesList_gryTxtTwo__fLk_Y{color:gray;font:400 11px Lato,serif;margin-bottom:2px}.IndicesList_gryTxtFour__Qe4V5{color:gray;font:400 10px Lato,sans-serif;margin-bottom:6px;display:block}.IndicesList_blkTxtOne__VM9A_{color:#000;font:700 13px Roboto,sans-serif;margin-bottom:5px}.IndicesList_blkTxtOne__VM9A_.IndicesList_dark__ZLpl5{color:#fff}.IndicesList_blkTxtTwo__H1YJb{color:#000;font:900 14px Lato,sans-serif}.IndicesList_blkTxtThree__nD0YO{color:#333;font:700 14px Roboto,sans-serif;margin-bottom:0}.IndicesList_gryTxtThree__d3Ww5{color:gray;font:400 11px Roboto,sans-serif;margin-bottom:2px;display:block}.IndicesList_priceTxt__vRCHB{font:500 15px Lato,serif}.IndicesList_modal__sIV_d{z-index:10000}.IndicesList_secTitleWrap__Cn_xr{padding-left:15px;padding-right:15px}@media (max-width:980px){.IndicesList_deskView__y74Bg{display:none}.IndicesList_mobView__TpXeO{display:block}}.IndicesList_popup_sidebar_window__o0nw0 .IndicesList_fltr_body__4K5xs{position:relative;margin-bottom:5px;height:calc(100% - 80px);overflow:auto}.IndicesList_popup_sidebar_window__o0nw0 .IndicesList_lbl_strip__uHoxG{color:#333;font:600 12px/36px lato,sans-serif;background-color:#edf0f8;margin-bottom:0;padding:0 10px;display:block;border-bottom:1px solid #eee;border-top:1px solid #eee}.IndicesList_popup_sidebar_window__o0nw0 .IndicesList_lbl_cat__LdR4B{position:absolute;top:9px;right:10px;color:#333;font:600 14px/20px Lato,sans-serif}.IndicesList_popup_slider__PmuP4.IndicesList_panel-group__QUlPj .IndicesList_panel-default__3aiXN{border:none}.IndicesList_popup_slider__PmuP4.IndicesList_panel-group__QUlPj .IndicesList_panel-title__ZWF6S{font-size:14px;position:relative}.IndicesList_popup_slider__PmuP4.IndicesList_panel-group__QUlPj .IndicesList_panel-title__ZWF6S:after{content:"";position:absolute;right:20px;top:0;border:solid #444;border-width:0 1px 1px 0;padding:3px;width:auto;height:auto;margin-bottom:0;transform:rotate(45deg);-webkit-transform:rotate(45deg);z-index:999;transition:all .5s ease}.IndicesList_popup_slider__PmuP4.IndicesList_panel-group__QUlPj .IndicesList_panel-heading__dUhA6.IndicesList_accordion-toggle__QEwWm:not(.IndicesList_collapsed__jwRzQ) .IndicesList_panel-title__ZWF6S:after{transform:rotate(227deg)}.IndicesList_popup_slider__PmuP4.IndicesList_panel-group__QUlPj{margin-bottom:0;border-bottom:1px solid #eee}.IndicesList_popup_slider__PmuP4.IndicesList_panel-group__QUlPj .IndicesList_panel-body__vNvAK{margin-bottom:0;background-color:#f9f9f9;overflow:scroll;height:calc(100% - 90px);width:100%;padding:0}.IndicesList_indicesNames__yQMJ2{color:#333;font:400 14px/20px lato,sans-serif;margin-bottom:0}.IndicesList_popup_slider__PmuP4.IndicesList_panel-group__QUlPj .IndicesList_panel-heading__dUhA6{background-color:transparent;text-transform:capitalize;background-color:#fff;color:#000;font:400 14px/20px lato,sans-serif;padding:10px}.IndicesList_collapseCustom__bn_Fe.IndicesList_withSinglepanel__CtIw7{border-bottom:1px solid #eee;margin-bottom:0;background-color:#f9f9f9;overflow:scroll;height:calc(100% - 90px);padding:10px}.IndicesList_collapseCustom__bn_Fe{padding:9px;border-bottom:1px solid #eee;position:relative}.IndicesList_collapseCustom__bn_Fe.IndicesList_withSinglepanel__CtIw7.IndicesList_mb-10__sNxvU{margin-bottom:10px}.IndicesList_collapseCustom__bn_Fe .IndicesList_ctry_check_box__7t0x7{position:absolute;top:11px;left:0;right:0;display:inline-block;width:100%;height:18px;margin-bottom:0;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;font:400 14px Roboto,sans-serif;color:#333;cursor:pointer}.IndicesList_collapseCustom__bn_Fe .IndicesList_inpt_ctry_check__r3wM7{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.IndicesList_collapseCustom__bn_Fe .IndicesList_inpt_ctry_check__r3wM7:checked~.IndicesList_ic_check__Yhgss{background-color:#000}.IndicesList_collapseCustom__bn_Fe .IndicesList_inpt_ctry_check__r3wM7:checked~.IndicesList_ic_check__Yhgss:after{left:26%;top:47%;width:4px;height:8px;content:"";border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-50%,-50%);position:absolute;display:block}.IndicesList_collapseCustom__bn_Fe .IndicesList_ic_check__Yhgss{top:0;left:unset;right:24px;background-color:#fff;border:1px solid #b4b4b4;border-radius:2px;width:18px;height:18px;display:inline-block;cursor:pointer;vertical-align:middle;position:absolute;border-radius:100px}.IndicesList_popup_slider__PmuP4.IndicesList_panel-group__QUlPj.IndicesList_eventType__KKOZ9 .IndicesList_panel-heading__dUhA6{color:#333;font:600 12px/36px lato,sans-serif;background-color:#edf0f8;margin-bottom:0;display:block;border-bottom:1px solid #eee;border-top:1px solid #eee;padding:10px}.IndicesList_fltrFoot__QEFAN.IndicesList_withNobg__sWJPe{background-color:#fff}.IndicesList_maxHght__vP_FW{height:calc(100% - 80px)}.IndicesList_select_head__9uwID{display:flex;align-items:center;flex-wrap:wrap;padding:10px 54px;font-size:11px;color:#666}.IndicesList_select_head__9uwID .IndicesList_sel_hed__kvOQc{color:#2a2a2a;font-weight:700;font-size:12px;line-height:14px}.IndicesList_select_head__9uwID strong{color:#2a2a2a;font-weight:700}.IndicesList_select_head__9uwID.IndicesList_dark__ZLpl5 .IndicesList_sel_hed__kvOQc{color:#fff}.IndicesList_select_head__9uwID.IndicesList_dark__ZLpl5 .IndicesList_tbl_lowhigh__IhL_x ul{background:#000}.IndicesList_select_head__9uwID.IndicesList_dark__ZLpl5 .IndicesList_tbl_lowhigh__IhL_x ul li a{color:#777}.IndicesList_select_head__9uwID.IndicesList_dark__ZLpl5 .IndicesList_tbl_lowhigh__IhL_x ul li.IndicesList_active__kOHh8 a{border:1px solid #000;color:#fff;background-color:#4a4a56}.IndicesList_tbl_lowhigh__IhL_x{flex:0 0 120px;margin-left:auto}.IndicesList_tbl_lowhigh__IhL_x ul{display:flex;background:#e4e4e4;margin:0;padding:2px;border-radius:3px}.IndicesList_tbl_lowhigh__IhL_x ul li{display:inline-block;width:50%}.IndicesList_tbl_lowhigh__IhL_x ul li a{display:block;padding:8px 15px;border-radius:4px;cursor:pointer;border:1px solid transparent;color:#7a7d90;font:14px/16px Lato,sans-serif}.IndicesList_tbl_lowhigh__IhL_x ul li a:hover{text-decoration:none}.IndicesList_tbl_lowhigh__IhL_x ul li.IndicesList_active__kOHh8 a{border:1px solid #ccc;background-color:#fff;font-weight:700;text-decoration:none;color:#000}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5{background-color:#1a1a22;color:#fff}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_radioChoiceBox__3gEtK{color:#fff}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_radioChoiceBox__3gEtK [type=radio]:checked+label:after,.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_radioChoiceBox__3gEtK [type=radio]:not(:checked)+label:after{background:#fff}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_radioChoiceBox__3gEtK [type=radio]:checked+label{color:#fff}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_rd_list__cPVty li{border-bottom:1px dotted #545663}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_lhs_tabs__zhEJI li a{color:#fff}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_lhs_tabs__zhEJI li a:before{border-color:#fff}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_lhs_tabs__zhEJI li.IndicesList_active__kOHh8 a{background-color:#30303a}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_filterin_box__M2Hcw .IndicesList_filter_lhs___u8xW{background-color:#4a4a56}.IndicesList_filter_wrap__k6_DY.IndicesList_dark__ZLpl5 .IndicesList_filterin_box__M2Hcw .IndicesList_allText__zupfo{flex:none}.IndicesList_filter_wrap__k6_DY{background-color:#fff;overflow:hidden;border-top:1px solid #c9c9c9}.IndicesList_filter_wrap__k6_DY .IndicesList_filterin_box__M2Hcw{height:100%;position:relative;display:flex;padding-bottom:80px}.IndicesList_filter_wrap__k6_DY .IndicesList_filterin_box__M2Hcw .IndicesList_filter_lhs___u8xW{flex:0 0 40%;background-color:#f7f8fb;position:relative}.IndicesList_filter_wrap__k6_DY .IndicesList_filterin_box__M2Hcw .IndicesList_filter_rhs__afnB0{flex:0 0 60%;height:90%;overflow-y:auto;padding:20px 20px 0;overscroll-behavior-y:none;box-sizing:border-box}.IndicesList_filter_wrap__k6_DY .IndicesList_filterin_box__M2Hcw .IndicesList_filter_rhs__afnB0 ul{padding-bottom:20px}.IndicesList_small_height__uWpKZ{height:calc(100vh - 210px)}.IndicesList_long_height___HeTj{height:calc(100vh - 110px)}.IndicesList_lhs_tabs__zhEJI li a{display:block;padding:15px;position:relative;color:#2a2a2a;font-weight:500;font-size:14px}.IndicesList_lhs_tabs__zhEJI li a:before{content:"";border:solid #666;border-width:0 1px 1px 0;display:inline-block;padding:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:absolute;right:12px;top:45%}.IndicesList_lhs_tabs__zhEJI li a:after{content:"";background-color:#c9c9c9;height:1px;width:100%;position:absolute;left:0;bottom:0}.IndicesList_lhs_tabs__zhEJI li.IndicesList_active__kOHh8 a{background-color:#fff;font-weight:700}.IndicesList_lhs_tabs__zhEJI li.IndicesList_active__kOHh8 a:before{right:12px}.IndicesList_lhs_tabs__zhEJI li.IndicesList_active__kOHh8 a:after{width:100%}.IndicesList_lhs_tabs__zhEJI li:last-child a:after{display:none}.IndicesList_lhs_tabs__zhEJI li:last-child.IndicesList_active__kOHh8 a:after{display:block}.IndicesList_rd_list__cPVty{display:flex;flex-wrap:wrap;margin-bottom:10px}.IndicesList_rd_list__cPVty.IndicesList_threelist__Bbm3v li{flex:0 0 100%}.IndicesList_rd_list__cPVty li{padding:15px 0;flex:0 0 100%;border-bottom:1px dotted #e4e4e4;text-align:left}.IndicesList_rd_list__cPVty li.IndicesList_brdn__oaHkS{border-bottom:0}.IndicesList_rd_list__cPVty li:nth-child(2){padding-top:0}.IndicesList_radioChoiceBox__3gEtK{width:100%;font-size:14px;line-height:16px;color:#666;position:relative}.IndicesList_radioChoiceBox__3gEtK [type=radio]:checked,.IndicesList_radioChoiceBox__3gEtK [type=radio]:not(:checked){position:absolute;left:-9999px;opacity:0}.IndicesList_radioChoiceBox__3gEtK [type=radio]:checked+label,.IndicesList_radioChoiceBox__3gEtK [type=radio]:not(:checked)+label{position:relative;cursor:pointer;line-height:16px;display:flex;top:0;padding-left:25px;font-weight:400}.IndicesList_radioChoiceBox__3gEtK [type=radio]:checked+label{font-weight:700;color:#000}.IndicesList_radioChoiceBox__3gEtK [type=radio]:checked+label:before,.IndicesList_radioChoiceBox__3gEtK [type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:14px;height:14px;border:1px solid #999;border-radius:100%;background:none}.IndicesList_radioChoiceBox__3gEtK [type=radio]:checked+label:after,.IndicesList_radioChoiceBox__3gEtK [type=radio]:not(:checked)+label:after{content:"";width:8px;height:8px;background:#000;position:absolute;top:4px;left:4px;border-radius:100%;transition:all .2s ease}.IndicesList_radioChoiceBox__3gEtK [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.IndicesList_radioChoiceBox__3gEtK [type=radio]:checked+label:after{opacity:1;transform:scale(1)}.IndicesList_posabs__xLKgh{color:#666;font-size:11px;text-align:left;line-height:13px;display:flex;gap:5px;padding:15px;margin-top:10%}