@font-face{font-family:SCProsperSans;src:url(/assets/SCProsperSans-Light-Dl4yi70d.ttf);font-weight:100;font-style:italic}@font-face{font-family:SCProsperSans;src:url(/assets/SCProsperSans-Regular-C5caciLa.ttf);font-weight:300;font-style:italic}@font-face{font-family:SCProsperSans;src:url(/assets/SCProsperSans-Medium-BjwgV5GB.ttf);font-weight:400;font-style:italic}@font-face{font-family:SCProsperSans;src:url(/assets/SCProsperSans-Bold-DnX0w8hM.ttf);font-weight:700;font-style:italic}@font-face{font-family:SCProsperSans;src:url(/assets/SCProsperSans-Medium-BjwgV5GB.ttf);font-weight:400}body{margin:0;font-family:SCProsperSans!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f6f9;letter-spacing:.02em}a{font-weight:500;color:#285cb1;text-decoration:inherit}a:hover{color:#285cb1}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#285cb1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#285cb1}button{background-color:#f9f9f9}}: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color: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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cursor{cursor:pointer}.MuiButton-containedPrimary{background-color:#ec691f!important}.MuiButton-containedPrimary:hover{filter:brightness(1.2)}.MuiButton-containedSecondary{background-color:#285cb1!important}.MuiButton-containedSecondary:hover{filter:brightness(1.2)}.page-content{height:100%;padding:20px}.flex{display:flex}.jc-center{justify-content:center}.jc-between{justify-content:space-between}.align-items-center{align-items:center}.mt-0{margin-top:0!important}.mt-1{margin-top:1px!important}.mt-2{margin-top:2px!important}.mt-3{margin-top:3px!important}.mt-4{margin-top:4px!important}.mt-5{margin-top:5px!important}.mt-6{margin-top:6px!important}.mt-7{margin-top:7px!important}.mt-8{margin-top:8px!important}.mt-9{margin-top:9px!important}.mt-10{margin-top:10px!important}.mt-11{margin-top:11px!important}.mt-12{margin-top:12px!important}.mt-13{margin-top:13px!important}.mt-14{margin-top:14px!important}.mt-15{margin-top:15px!important}.mt-16{margin-top:16px!important}.mt-17{margin-top:17px!important}.mt-18{margin-top:18px!important}.mt-19{margin-top:19px!important}.mt-20{margin-top:20px!important}.mt-21{margin-top:21px!important}.mt-22{margin-top:22px!important}.mt-23{margin-top:23px!important}.mt-24{margin-top:24px!important}.mt-25{margin-top:25px!important}.mt-26{margin-top:26px!important}.mt-27{margin-top:27px!important}.mt-28{margin-top:28px!important}.mt-29{margin-top:29px!important}.mt-30{margin-top:30px!important}.mt-31{margin-top:31px!important}.mt-32{margin-top:32px!important}.mt-33{margin-top:33px!important}.mt-34{margin-top:34px!important}.mt-35{margin-top:35px!important}.mt-36{margin-top:36px!important}.mt-37{margin-top:37px!important}.mt-38{margin-top:38px!important}.mt-39{margin-top:39px!important}.mt-40{margin-top:40px!important}.mt-41{margin-top:41px!important}.mt-42{margin-top:42px!important}.mt-43{margin-top:43px!important}.mt-44{margin-top:44px!important}.mt-45{margin-top:45px!important}.mt-46{margin-top:46px!important}.mt-47{margin-top:47px!important}.mt-48{margin-top:48px!important}.mt-49{margin-top:49px!important}.mt-50{margin-top:50px!important}.mt-51{margin-top:51px!important}.mt-52{margin-top:52px!important}.mt-53{margin-top:53px!important}.mt-54{margin-top:54px!important}.mt-55{margin-top:55px!important}.mt-56{margin-top:56px!important}.mt-57{margin-top:57px!important}.mt-58{margin-top:58px!important}.mt-59{margin-top:59px!important}.mt-60{margin-top:60px!important}.mt-61{margin-top:61px!important}.mt-62{margin-top:62px!important}.mt-63{margin-top:63px!important}.mt-64{margin-top:64px!important}.mt-65{margin-top:65px!important}.mt-66{margin-top:66px!important}.mt-67{margin-top:67px!important}.mt-68{margin-top:68px!important}.mt-69{margin-top:69px!important}.mt-70{margin-top:70px!important}.mt-71{margin-top:71px!important}.mt-72{margin-top:72px!important}.mt-73{margin-top:73px!important}.mt-74{margin-top:74px!important}.mt-75{margin-top:75px!important}.mt-76{margin-top:76px!important}.mt-77{margin-top:77px!important}.mt-78{margin-top:78px!important}.mt-79{margin-top:79px!important}.mt-80{margin-top:80px!important}.mt-81{margin-top:81px!important}.mt-82{margin-top:82px!important}.mt-83{margin-top:83px!important}.mt-84{margin-top:84px!important}.mt-85{margin-top:85px!important}.mt-86{margin-top:86px!important}.mt-87{margin-top:87px!important}.mt-88{margin-top:88px!important}.mt-89{margin-top:89px!important}.mt-90{margin-top:90px!important}.mt-91{margin-top:91px!important}.mt-92{margin-top:92px!important}.mt-93{margin-top:93px!important}.mt-94{margin-top:94px!important}.mt-95{margin-top:95px!important}.mt-96{margin-top:96px!important}.mt-97{margin-top:97px!important}.mt-98{margin-top:98px!important}.mt-99{margin-top:99px!important}.mt-100{margin-top:100px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:1px!important}.mr-2{margin-right:2px!important}.mr-3{margin-right:3px!important}.mr-4{margin-right:4px!important}.mr-5{margin-right:5px!important}.mr-6{margin-right:6px!important}.mr-7{margin-right:7px!important}.mr-8{margin-right:8px!important}.mr-9{margin-right:9px!important}.mr-10{margin-right:10px!important}.mr-11{margin-right:11px!important}.mr-12{margin-right:12px!important}.mr-13{margin-right:13px!important}.mr-14{margin-right:14px!important}.mr-15{margin-right:15px!important}.mr-16{margin-right:16px!important}.mr-17{margin-right:17px!important}.mr-18{margin-right:18px!important}.mr-19{margin-right:19px!important}.mr-20{margin-right:20px!important}.mr-21{margin-right:21px!important}.mr-22{margin-right:22px!important}.mr-23{margin-right:23px!important}.mr-24{margin-right:24px!important}.mr-25{margin-right:25px!important}.mr-26{margin-right:26px!important}.mr-27{margin-right:27px!important}.mr-28{margin-right:28px!important}.mr-29{margin-right:29px!important}.mr-30{margin-right:30px!important}.mr-31{margin-right:31px!important}.mr-32{margin-right:32px!important}.mr-33{margin-right:33px!important}.mr-34{margin-right:34px!important}.mr-35{margin-right:35px!important}.mr-36{margin-right:36px!important}.mr-37{margin-right:37px!important}.mr-38{margin-right:38px!important}.mr-39{margin-right:39px!important}.mr-40{margin-right:40px!important}.mr-41{margin-right:41px!important}.mr-42{margin-right:42px!important}.mr-43{margin-right:43px!important}.mr-44{margin-right:44px!important}.mr-45{margin-right:45px!important}.mr-46{margin-right:46px!important}.mr-47{margin-right:47px!important}.mr-48{margin-right:48px!important}.mr-49{margin-right:49px!important}.mr-50{margin-right:50px!important}.mr-51{margin-right:51px!important}.mr-52{margin-right:52px!important}.mr-53{margin-right:53px!important}.mr-54{margin-right:54px!important}.mr-55{margin-right:55px!important}.mr-56{margin-right:56px!important}.mr-57{margin-right:57px!important}.mr-58{margin-right:58px!important}.mr-59{margin-right:59px!important}.mr-60{margin-right:60px!important}.mr-61{margin-right:61px!important}.mr-62{margin-right:62px!important}.mr-63{margin-right:63px!important}.mr-64{margin-right:64px!important}.mr-65{margin-right:65px!important}.mr-66{margin-right:66px!important}.mr-67{margin-right:67px!important}.mr-68{margin-right:68px!important}.mr-69{margin-right:69px!important}.mr-70{margin-right:70px!important}.mr-71{margin-right:71px!important}.mr-72{margin-right:72px!important}.mr-73{margin-right:73px!important}.mr-74{margin-right:74px!important}.mr-75{margin-right:75px!important}.mr-76{margin-right:76px!important}.mr-77{margin-right:77px!important}.mr-78{margin-right:78px!important}.mr-79{margin-right:79px!important}.mr-80{margin-right:80px!important}.mr-81{margin-right:81px!important}.mr-82{margin-right:82px!important}.mr-83{margin-right:83px!important}.mr-84{margin-right:84px!important}.mr-85{margin-right:85px!important}.mr-86{margin-right:86px!important}.mr-87{margin-right:87px!important}.mr-88{margin-right:88px!important}.mr-89{margin-right:89px!important}.mr-90{margin-right:90px!important}.mr-91{margin-right:91px!important}.mr-92{margin-right:92px!important}.mr-93{margin-right:93px!important}.mr-94{margin-right:94px!important}.mr-95{margin-right:95px!important}.mr-96{margin-right:96px!important}.mr-97{margin-right:97px!important}.mr-98{margin-right:98px!important}.mr-99{margin-right:99px!important}.mr-100{margin-right:100px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:1px!important}.mb-2{margin-bottom:2px!important}.mb-3{margin-bottom:3px!important}.mb-4{margin-bottom:4px!important}.mb-5{margin-bottom:5px!important}.mb-6{margin-bottom:6px!important}.mb-7{margin-bottom:7px!important}.mb-8{margin-bottom:8px!important}.mb-9{margin-bottom:9px!important}.mb-10{margin-bottom:10px!important}.mb-11{margin-bottom:11px!important}.mb-12{margin-bottom:12px!important}.mb-13{margin-bottom:13px!important}.mb-14{margin-bottom:14px!important}.mb-15{margin-bottom:15px!important}.mb-16{margin-bottom:16px!important}.mb-17{margin-bottom:17px!important}.mb-18{margin-bottom:18px!important}.mb-19{margin-bottom:19px!important}.mb-20{margin-bottom:20px!important}.mb-21{margin-bottom:21px!important}.mb-22{margin-bottom:22px!important}.mb-23{margin-bottom:23px!important}.mb-24{margin-bottom:24px!important}.mb-25{margin-bottom:25px!important}.mb-26{margin-bottom:26px!important}.mb-27{margin-bottom:27px!important}.mb-28{margin-bottom:28px!important}.mb-29{margin-bottom:29px!important}.mb-30{margin-bottom:30px!important}.mb-31{margin-bottom:31px!important}.mb-32{margin-bottom:32px!important}.mb-33{margin-bottom:33px!important}.mb-34{margin-bottom:34px!important}.mb-35{margin-bottom:35px!important}.mb-36{margin-bottom:36px!important}.mb-37{margin-bottom:37px!important}.mb-38{margin-bottom:38px!important}.mb-39{margin-bottom:39px!important}.mb-40{margin-bottom:40px!important}.mb-41{margin-bottom:41px!important}.mb-42{margin-bottom:42px!important}.mb-43{margin-bottom:43px!important}.mb-44{margin-bottom:44px!important}.mb-45{margin-bottom:45px!important}.mb-46{margin-bottom:46px!important}.mb-47{margin-bottom:47px!important}.mb-48{margin-bottom:48px!important}.mb-49{margin-bottom:49px!important}.mb-50{margin-bottom:50px!important}.mb-51{margin-bottom:51px!important}.mb-52{margin-bottom:52px!important}.mb-53{margin-bottom:53px!important}.mb-54{margin-bottom:54px!important}.mb-55{margin-bottom:55px!important}.mb-56{margin-bottom:56px!important}.mb-57{margin-bottom:57px!important}.mb-58{margin-bottom:58px!important}.mb-59{margin-bottom:59px!important}.mb-60{margin-bottom:60px!important}.mb-61{margin-bottom:61px!important}.mb-62{margin-bottom:62px!important}.mb-63{margin-bottom:63px!important}.mb-64{margin-bottom:64px!important}.mb-65{margin-bottom:65px!important}.mb-66{margin-bottom:66px!important}.mb-67{margin-bottom:67px!important}.mb-68{margin-bottom:68px!important}.mb-69{margin-bottom:69px!important}.mb-70{margin-bottom:70px!important}.mb-71{margin-bottom:71px!important}.mb-72{margin-bottom:72px!important}.mb-73{margin-bottom:73px!important}.mb-74{margin-bottom:74px!important}.mb-75{margin-bottom:75px!important}.mb-76{margin-bottom:76px!important}.mb-77{margin-bottom:77px!important}.mb-78{margin-bottom:78px!important}.mb-79{margin-bottom:79px!important}.mb-80{margin-bottom:80px!important}.mb-81{margin-bottom:81px!important}.mb-82{margin-bottom:82px!important}.mb-83{margin-bottom:83px!important}.mb-84{margin-bottom:84px!important}.mb-85{margin-bottom:85px!important}.mb-86{margin-bottom:86px!important}.mb-87{margin-bottom:87px!important}.mb-88{margin-bottom:88px!important}.mb-89{margin-bottom:89px!important}.mb-90{margin-bottom:90px!important}.mb-91{margin-bottom:91px!important}.mb-92{margin-bottom:92px!important}.mb-93{margin-bottom:93px!important}.mb-94{margin-bottom:94px!important}.mb-95{margin-bottom:95px!important}.mb-96{margin-bottom:96px!important}.mb-97{margin-bottom:97px!important}.mb-98{margin-bottom:98px!important}.mb-99{margin-bottom:99px!important}.mb-100{margin-bottom:100px!important}.ml-0{margin-left:0!important}.ml-1{margin-left:1px!important}.ml-2{margin-left:2px!important}.ml-3{margin-left:3px!important}.ml-4{margin-left:4px!important}.ml-5{margin-left:5px!important}.ml-6{margin-left:6px!important}.ml-7{margin-left:7px!important}.ml-8{margin-left:8px!important}.ml-9{margin-left:9px!important}.ml-10{margin-left:10px!important}.ml-11{margin-left:11px!important}.ml-12{margin-left:12px!important}.ml-13{margin-left:13px!important}.ml-14{margin-left:14px!important}.ml-15{margin-left:15px!important}.ml-16{margin-left:16px!important}.ml-17{margin-left:17px!important}.ml-18{margin-left:18px!important}.ml-19{margin-left:19px!important}.ml-20{margin-left:20px!important}.ml-21{margin-left:21px!important}.ml-22{margin-left:22px!important}.ml-23{margin-left:23px!important}.ml-24{margin-left:24px!important}.ml-25{margin-left:25px!important}.ml-26{margin-left:26px!important}.ml-27{margin-left:27px!important}.ml-28{margin-left:28px!important}.ml-29{margin-left:29px!important}.ml-30{margin-left:30px!important}.ml-31{margin-left:31px!important}.ml-32{margin-left:32px!important}.ml-33{margin-left:33px!important}.ml-34{margin-left:34px!important}.ml-35{margin-left:35px!important}.ml-36{margin-left:36px!important}.ml-37{margin-left:37px!important}.ml-38{margin-left:38px!important}.ml-39{margin-left:39px!important}.ml-40{margin-left:40px!important}.ml-41{margin-left:41px!important}.ml-42{margin-left:42px!important}.ml-43{margin-left:43px!important}.ml-44{margin-left:44px!important}.ml-45{margin-left:45px!important}.ml-46{margin-left:46px!important}.ml-47{margin-left:47px!important}.ml-48{margin-left:48px!important}.ml-49{margin-left:49px!important}.ml-50{margin-left:50px!important}.ml-51{margin-left:51px!important}.ml-52{margin-left:52px!important}.ml-53{margin-left:53px!important}.ml-54{margin-left:54px!important}.ml-55{margin-left:55px!important}.ml-56{margin-left:56px!important}.ml-57{margin-left:57px!important}.ml-58{margin-left:58px!important}.ml-59{margin-left:59px!important}.ml-60{margin-left:60px!important}.ml-61{margin-left:61px!important}.ml-62{margin-left:62px!important}.ml-63{margin-left:63px!important}.ml-64{margin-left:64px!important}.ml-65{margin-left:65px!important}.ml-66{margin-left:66px!important}.ml-67{margin-left:67px!important}.ml-68{margin-left:68px!important}.ml-69{margin-left:69px!important}.ml-70{margin-left:70px!important}.ml-71{margin-left:71px!important}.ml-72{margin-left:72px!important}.ml-73{margin-left:73px!important}.ml-74{margin-left:74px!important}.ml-75{margin-left:75px!important}.ml-76{margin-left:76px!important}.ml-77{margin-left:77px!important}.ml-78{margin-left:78px!important}.ml-79{margin-left:79px!important}.ml-80{margin-left:80px!important}.ml-81{margin-left:81px!important}.ml-82{margin-left:82px!important}.ml-83{margin-left:83px!important}.ml-84{margin-left:84px!important}.ml-85{margin-left:85px!important}.ml-86{margin-left:86px!important}.ml-87{margin-left:87px!important}.ml-88{margin-left:88px!important}.ml-89{margin-left:89px!important}.ml-90{margin-left:90px!important}.ml-91{margin-left:91px!important}.ml-92{margin-left:92px!important}.ml-93{margin-left:93px!important}.ml-94{margin-left:94px!important}.ml-95{margin-left:95px!important}.ml-96{margin-left:96px!important}.ml-97{margin-left:97px!important}.ml-98{margin-left:98px!important}.ml-99{margin-left:99px!important}.ml-100{margin-left:100px!important}.mx-0{margin:0!important}.mx-1{margin:1px!important}.mx-2{margin:2px!important}.mx-3{margin:3px!important}.mx-4{margin:4px!important}.mx-5{margin:5px!important}.mx-6{margin:6px!important}.mx-7{margin:7px!important}.mx-8{margin:8px!important}.mx-9{margin:9px!important}.mx-10{margin:10px!important}.mx-11{margin:11px!important}.mx-12{margin:12px!important}.mx-13{margin:13px!important}.mx-14{margin:14px!important}.mx-15{margin:15px!important}.mx-16{margin:16px!important}.mx-17{margin:17px!important}.mx-18{margin:18px!important}.mx-19{margin:19px!important}.mx-20{margin:20px!important}.mx-21{margin:21px!important}.mx-22{margin:22px!important}.mx-23{margin:23px!important}.mx-24{margin:24px!important}.mx-25{margin:25px!important}.mx-26{margin:26px!important}.mx-27{margin:27px!important}.mx-28{margin:28px!important}.mx-29{margin:29px!important}.mx-30{margin:30px!important}.mx-31{margin:31px!important}.mx-32{margin:32px!important}.mx-33{margin:33px!important}.mx-34{margin:34px!important}.mx-35{margin:35px!important}.mx-36{margin:36px!important}.mx-37{margin:37px!important}.mx-38{margin:38px!important}.mx-39{margin:39px!important}.mx-40{margin:40px!important}.mx-41{margin:41px!important}.mx-42{margin:42px!important}.mx-43{margin:43px!important}.mx-44{margin:44px!important}.mx-45{margin:45px!important}.mx-46{margin:46px!important}.mx-47{margin:47px!important}.mx-48{margin:48px!important}.mx-49{margin:49px!important}.mx-50{margin:50px!important}.mx-51{margin:51px!important}.mx-52{margin:52px!important}.mx-53{margin:53px!important}.mx-54{margin:54px!important}.mx-55{margin:55px!important}.mx-56{margin:56px!important}.mx-57{margin:57px!important}.mx-58{margin:58px!important}.mx-59{margin:59px!important}.mx-60{margin:60px!important}.mx-61{margin:61px!important}.mx-62{margin:62px!important}.mx-63{margin:63px!important}.mx-64{margin:64px!important}.mx-65{margin:65px!important}.mx-66{margin:66px!important}.mx-67{margin:67px!important}.mx-68{margin:68px!important}.mx-69{margin:69px!important}.mx-70{margin:70px!important}.mx-71{margin:71px!important}.mx-72{margin:72px!important}.mx-73{margin:73px!important}.mx-74{margin:74px!important}.mx-75{margin:75px!important}.mx-76{margin:76px!important}.mx-77{margin:77px!important}.mx-78{margin:78px!important}.mx-79{margin:79px!important}.mx-80{margin:80px!important}.mx-81{margin:81px!important}.mx-82{margin:82px!important}.mx-83{margin:83px!important}.mx-84{margin:84px!important}.mx-85{margin:85px!important}.mx-86{margin:86px!important}.mx-87{margin:87px!important}.mx-88{margin:88px!important}.mx-89{margin:89px!important}.mx-90{margin:90px!important}.mx-91{margin:91px!important}.mx-92{margin:92px!important}.mx-93{margin:93px!important}.mx-94{margin:94px!important}.mx-95{margin:95px!important}.mx-96{margin:96px!important}.mx-97{margin:97px!important}.mx-98{margin:98px!important}.mx-99{margin:99px!important}.mx-100{margin:100px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:1px!important}.pt-2{padding-top:2px!important}.pt-3{padding-top:3px!important}.pt-4{padding-top:4px!important}.pt-5{padding-top:5px!important}.pt-6{padding-top:6px!important}.pt-7{padding-top:7px!important}.pt-8{padding-top:8px!important}.pt-9{padding-top:9px!important}.pt-10{padding-top:10px!important}.pt-11{padding-top:11px!important}.pt-12{padding-top:12px!important}.pt-13{padding-top:13px!important}.pt-14{padding-top:14px!important}.pt-15{padding-top:15px!important}.pt-16{padding-top:16px!important}.pt-17{padding-top:17px!important}.pt-18{padding-top:18px!important}.pt-19{padding-top:19px!important}.pt-20{padding-top:20px!important}.pt-21{padding-top:21px!important}.pt-22{padding-top:22px!important}.pt-23{padding-top:23px!important}.pt-24{padding-top:24px!important}.pt-25{padding-top:25px!important}.pt-26{padding-top:26px!important}.pt-27{padding-top:27px!important}.pt-28{padding-top:28px!important}.pt-29{padding-top:29px!important}.pt-30{padding-top:30px!important}.pt-31{padding-top:31px!important}.pt-32{padding-top:32px!important}.pt-33{padding-top:33px!important}.pt-34{padding-top:34px!important}.pt-35{padding-top:35px!important}.pt-36{padding-top:36px!important}.pt-37{padding-top:37px!important}.pt-38{padding-top:38px!important}.pt-39{padding-top:39px!important}.pt-40{padding-top:40px!important}.pt-41{padding-top:41px!important}.pt-42{padding-top:42px!important}.pt-43{padding-top:43px!important}.pt-44{padding-top:44px!important}.pt-45{padding-top:45px!important}.pt-46{padding-top:46px!important}.pt-47{padding-top:47px!important}.pt-48{padding-top:48px!important}.pt-49{padding-top:49px!important}.pt-50{padding-top:50px!important}.pt-51{padding-top:51px!important}.pt-52{padding-top:52px!important}.pt-53{padding-top:53px!important}.pt-54{padding-top:54px!important}.pt-55{padding-top:55px!important}.pt-56{padding-top:56px!important}.pt-57{padding-top:57px!important}.pt-58{padding-top:58px!important}.pt-59{padding-top:59px!important}.pt-60{padding-top:60px!important}.pt-61{padding-top:61px!important}.pt-62{padding-top:62px!important}.pt-63{padding-top:63px!important}.pt-64{padding-top:64px!important}.pt-65{padding-top:65px!important}.pt-66{padding-top:66px!important}.pt-67{padding-top:67px!important}.pt-68{padding-top:68px!important}.pt-69{padding-top:69px!important}.pt-70{padding-top:70px!important}.pt-71{padding-top:71px!important}.pt-72{padding-top:72px!important}.pt-73{padding-top:73px!important}.pt-74{padding-top:74px!important}.pt-75{padding-top:75px!important}.pt-76{padding-top:76px!important}.pt-77{padding-top:77px!important}.pt-78{padding-top:78px!important}.pt-79{padding-top:79px!important}.pt-80{padding-top:80px!important}.pt-81{padding-top:81px!important}.pt-82{padding-top:82px!important}.pt-83{padding-top:83px!important}.pt-84{padding-top:84px!important}.pt-85{padding-top:85px!important}.pt-86{padding-top:86px!important}.pt-87{padding-top:87px!important}.pt-88{padding-top:88px!important}.pt-89{padding-top:89px!important}.pt-90{padding-top:90px!important}.pt-91{padding-top:91px!important}.pt-92{padding-top:92px!important}.pt-93{padding-top:93px!important}.pt-94{padding-top:94px!important}.pt-95{padding-top:95px!important}.pt-96{padding-top:96px!important}.pt-97{padding-top:97px!important}.pt-98{padding-top:98px!important}.pt-99{padding-top:99px!important}.pt-100{padding-top:100px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:1px!important}.pr-2{padding-right:2px!important}.pr-3{padding-right:3px!important}.pr-4{padding-right:4px!important}.pr-5{padding-right:5px!important}.pr-6{padding-right:6px!important}.pr-7{padding-right:7px!important}.pr-8{padding-right:8px!important}.pr-9{padding-right:9px!important}.pr-10{padding-right:10px!important}.pr-11{padding-right:11px!important}.pr-12{padding-right:12px!important}.pr-13{padding-right:13px!important}.pr-14{padding-right:14px!important}.pr-15{padding-right:15px!important}.pr-16{padding-right:16px!important}.pr-17{padding-right:17px!important}.pr-18{padding-right:18px!important}.pr-19{padding-right:19px!important}.pr-20{padding-right:20px!important}.pr-21{padding-right:21px!important}.pr-22{padding-right:22px!important}.pr-23{padding-right:23px!important}.pr-24{padding-right:24px!important}.pr-25{padding-right:25px!important}.pr-26{padding-right:26px!important}.pr-27{padding-right:27px!important}.pr-28{padding-right:28px!important}.pr-29{padding-right:29px!important}.pr-30{padding-right:30px!important}.pr-31{padding-right:31px!important}.pr-32{padding-right:32px!important}.pr-33{padding-right:33px!important}.pr-34{padding-right:34px!important}.pr-35{padding-right:35px!important}.pr-36{padding-right:36px!important}.pr-37{padding-right:37px!important}.pr-38{padding-right:38px!important}.pr-39{padding-right:39px!important}.pr-40{padding-right:40px!important}.pr-41{padding-right:41px!important}.pr-42{padding-right:42px!important}.pr-43{padding-right:43px!important}.pr-44{padding-right:44px!important}.pr-45{padding-right:45px!important}.pr-46{padding-right:46px!important}.pr-47{padding-right:47px!important}.pr-48{padding-right:48px!important}.pr-49{padding-right:49px!important}.pr-50{padding-right:50px!important}.pr-51{padding-right:51px!important}.pr-52{padding-right:52px!important}.pr-53{padding-right:53px!important}.pr-54{padding-right:54px!important}.pr-55{padding-right:55px!important}.pr-56{padding-right:56px!important}.pr-57{padding-right:57px!important}.pr-58{padding-right:58px!important}.pr-59{padding-right:59px!important}.pr-60{padding-right:60px!important}.pr-61{padding-right:61px!important}.pr-62{padding-right:62px!important}.pr-63{padding-right:63px!important}.pr-64{padding-right:64px!important}.pr-65{padding-right:65px!important}.pr-66{padding-right:66px!important}.pr-67{padding-right:67px!important}.pr-68{padding-right:68px!important}.pr-69{padding-right:69px!important}.pr-70{padding-right:70px!important}.pr-71{padding-right:71px!important}.pr-72{padding-right:72px!important}.pr-73{padding-right:73px!important}.pr-74{padding-right:74px!important}.pr-75{padding-right:75px!important}.pr-76{padding-right:76px!important}.pr-77{padding-right:77px!important}.pr-78{padding-right:78px!important}.pr-79{padding-right:79px!important}.pr-80{padding-right:80px!important}.pr-81{padding-right:81px!important}.pr-82{padding-right:82px!important}.pr-83{padding-right:83px!important}.pr-84{padding-right:84px!important}.pr-85{padding-right:85px!important}.pr-86{padding-right:86px!important}.pr-87{padding-right:87px!important}.pr-88{padding-right:88px!important}.pr-89{padding-right:89px!important}.pr-90{padding-right:90px!important}.pr-91{padding-right:91px!important}.pr-92{padding-right:92px!important}.pr-93{padding-right:93px!important}.pr-94{padding-right:94px!important}.pr-95{padding-right:95px!important}.pr-96{padding-right:96px!important}.pr-97{padding-right:97px!important}.pr-98{padding-right:98px!important}.pr-99{padding-right:99px!important}.pr-100{padding-right:100px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:1px!important}.pb-2{padding-bottom:2px!important}.pb-3{padding-bottom:3px!important}.pb-4{padding-bottom:4px!important}.pb-5{padding-bottom:5px!important}.pb-6{padding-bottom:6px!important}.pb-7{padding-bottom:7px!important}.pb-8{padding-bottom:8px!important}.pb-9{padding-bottom:9px!important}.pb-10{padding-bottom:10px!important}.pb-11{padding-bottom:11px!important}.pb-12{padding-bottom:12px!important}.pb-13{padding-bottom:13px!important}.pb-14{padding-bottom:14px!important}.pb-15{padding-bottom:15px!important}.pb-16{padding-bottom:16px!important}.pb-17{padding-bottom:17px!important}.pb-18{padding-bottom:18px!important}.pb-19{padding-bottom:19px!important}.pb-20{padding-bottom:20px!important}.pb-21{padding-bottom:21px!important}.pb-22{padding-bottom:22px!important}.pb-23{padding-bottom:23px!important}.pb-24{padding-bottom:24px!important}.pb-25{padding-bottom:25px!important}.pb-26{padding-bottom:26px!important}.pb-27{padding-bottom:27px!important}.pb-28{padding-bottom:28px!important}.pb-29{padding-bottom:29px!important}.pb-30{padding-bottom:30px!important}.pb-31{padding-bottom:31px!important}.pb-32{padding-bottom:32px!important}.pb-33{padding-bottom:33px!important}.pb-34{padding-bottom:34px!important}.pb-35{padding-bottom:35px!important}.pb-36{padding-bottom:36px!important}.pb-37{padding-bottom:37px!important}.pb-38{padding-bottom:38px!important}.pb-39{padding-bottom:39px!important}.pb-40{padding-bottom:40px!important}.pb-41{padding-bottom:41px!important}.pb-42{padding-bottom:42px!important}.pb-43{padding-bottom:43px!important}.pb-44{padding-bottom:44px!important}.pb-45{padding-bottom:45px!important}.pb-46{padding-bottom:46px!important}.pb-47{padding-bottom:47px!important}.pb-48{padding-bottom:48px!important}.pb-49{padding-bottom:49px!important}.pb-50{padding-bottom:50px!important}.pb-51{padding-bottom:51px!important}.pb-52{padding-bottom:52px!important}.pb-53{padding-bottom:53px!important}.pb-54{padding-bottom:54px!important}.pb-55{padding-bottom:55px!important}.pb-56{padding-bottom:56px!important}.pb-57{padding-bottom:57px!important}.pb-58{padding-bottom:58px!important}.pb-59{padding-bottom:59px!important}.pb-60{padding-bottom:60px!important}.pb-61{padding-bottom:61px!important}.pb-62{padding-bottom:62px!important}.pb-63{padding-bottom:63px!important}.pb-64{padding-bottom:64px!important}.pb-65{padding-bottom:65px!important}.pb-66{padding-bottom:66px!important}.pb-67{padding-bottom:67px!important}.pb-68{padding-bottom:68px!important}.pb-69{padding-bottom:69px!important}.pb-70{padding-bottom:70px!important}.pb-71{padding-bottom:71px!important}.pb-72{padding-bottom:72px!important}.pb-73{padding-bottom:73px!important}.pb-74{padding-bottom:74px!important}.pb-75{padding-bottom:75px!important}.pb-76{padding-bottom:76px!important}.pb-77{padding-bottom:77px!important}.pb-78{padding-bottom:78px!important}.pb-79{padding-bottom:79px!important}.pb-80{padding-bottom:80px!important}.pb-81{padding-bottom:81px!important}.pb-82{padding-bottom:82px!important}.pb-83{padding-bottom:83px!important}.pb-84{padding-bottom:84px!important}.pb-85{padding-bottom:85px!important}.pb-86{padding-bottom:86px!important}.pb-87{padding-bottom:87px!important}.pb-88{padding-bottom:88px!important}.pb-89{padding-bottom:89px!important}.pb-90{padding-bottom:90px!important}.pb-91{padding-bottom:91px!important}.pb-92{padding-bottom:92px!important}.pb-93{padding-bottom:93px!important}.pb-94{padding-bottom:94px!important}.pb-95{padding-bottom:95px!important}.pb-96{padding-bottom:96px!important}.pb-97{padding-bottom:97px!important}.pb-98{padding-bottom:98px!important}.pb-99{padding-bottom:99px!important}.pb-100{padding-bottom:100px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:1px!important}.pl-2{padding-left:2px!important}.pl-3{padding-left:3px!important}.pl-4{padding-left:4px!important}.pl-5{padding-left:5px!important}.pl-6{padding-left:6px!important}.pl-7{padding-left:7px!important}.pl-8{padding-left:8px!important}.pl-9{padding-left:9px!important}.pl-10{padding-left:10px!important}.pl-11{padding-left:11px!important}.pl-12{padding-left:12px!important}.pl-13{padding-left:13px!important}.pl-14{padding-left:14px!important}.pl-15{padding-left:15px!important}.pl-16{padding-left:16px!important}.pl-17{padding-left:17px!important}.pl-18{padding-left:18px!important}.pl-19{padding-left:19px!important}.pl-20{padding-left:20px!important}.pl-21{padding-left:21px!important}.pl-22{padding-left:22px!important}.pl-23{padding-left:23px!important}.pl-24{padding-left:24px!important}.pl-25{padding-left:25px!important}.pl-26{padding-left:26px!important}.pl-27{padding-left:27px!important}.pl-28{padding-left:28px!important}.pl-29{padding-left:29px!important}.pl-30{padding-left:30px!important}.pl-31{padding-left:31px!important}.pl-32{padding-left:32px!important}.pl-33{padding-left:33px!important}.pl-34{padding-left:34px!important}.pl-35{padding-left:35px!important}.pl-36{padding-left:36px!important}.pl-37{padding-left:37px!important}.pl-38{padding-left:38px!important}.pl-39{padding-left:39px!important}.pl-40{padding-left:40px!important}.pl-41{padding-left:41px!important}.pl-42{padding-left:42px!important}.pl-43{padding-left:43px!important}.pl-44{padding-left:44px!important}.pl-45{padding-left:45px!important}.pl-46{padding-left:46px!important}.pl-47{padding-left:47px!important}.pl-48{padding-left:48px!important}.pl-49{padding-left:49px!important}.pl-50{padding-left:50px!important}.pl-51{padding-left:51px!important}.pl-52{padding-left:52px!important}.pl-53{padding-left:53px!important}.pl-54{padding-left:54px!important}.pl-55{padding-left:55px!important}.pl-56{padding-left:56px!important}.pl-57{padding-left:57px!important}.pl-58{padding-left:58px!important}.pl-59{padding-left:59px!important}.pl-60{padding-left:60px!important}.pl-61{padding-left:61px!important}.pl-62{padding-left:62px!important}.pl-63{padding-left:63px!important}.pl-64{padding-left:64px!important}.pl-65{padding-left:65px!important}.pl-66{padding-left:66px!important}.pl-67{padding-left:67px!important}.pl-68{padding-left:68px!important}.pl-69{padding-left:69px!important}.pl-70{padding-left:70px!important}.pl-71{padding-left:71px!important}.pl-72{padding-left:72px!important}.pl-73{padding-left:73px!important}.pl-74{padding-left:74px!important}.pl-75{padding-left:75px!important}.pl-76{padding-left:76px!important}.pl-77{padding-left:77px!important}.pl-78{padding-left:78px!important}.pl-79{padding-left:79px!important}.pl-80{padding-left:80px!important}.pl-81{padding-left:81px!important}.pl-82{padding-left:82px!important}.pl-83{padding-left:83px!important}.pl-84{padding-left:84px!important}.pl-85{padding-left:85px!important}.pl-86{padding-left:86px!important}.pl-87{padding-left:87px!important}.pl-88{padding-left:88px!important}.pl-89{padding-left:89px!important}.pl-90{padding-left:90px!important}.pl-91{padding-left:91px!important}.pl-92{padding-left:92px!important}.pl-93{padding-left:93px!important}.pl-94{padding-left:94px!important}.pl-95{padding-left:95px!important}.pl-96{padding-left:96px!important}.pl-97{padding-left:97px!important}.pl-98{padding-left:98px!important}.pl-99{padding-left:99px!important}.pl-100{padding-left:100px!important}.px-0{padding:0!important}.px-1{padding:1px!important}.px-2{padding:2px!important}.px-3{padding:3px!important}.px-4{padding:4px!important}.px-5{padding:5px!important}.px-6{padding:6px!important}.px-7{padding:7px!important}.px-8{padding:8px!important}.px-9{padding:9px!important}.px-10{padding:10px!important}.px-11{padding:11px!important}.px-12{padding:12px!important}.px-13{padding:13px!important}.px-14{padding:14px!important}.px-15{padding:15px!important}.px-16{padding:16px!important}.px-17{padding:17px!important}.px-18{padding:18px!important}.px-19{padding:19px!important}.px-20{padding:20px!important}.px-21{padding:21px!important}.px-22{padding:22px!important}.px-23{padding:23px!important}.px-24{padding:24px!important}.px-25{padding:25px!important}.px-26{padding:26px!important}.px-27{padding:27px!important}.px-28{padding:28px!important}.px-29{padding:29px!important}.px-30{padding:30px!important}.px-31{padding:31px!important}.px-32{padding:32px!important}.px-33{padding:33px!important}.px-34{padding:34px!important}.px-35{padding:35px!important}.px-36{padding:36px!important}.px-37{padding:37px!important}.px-38{padding:38px!important}.px-39{padding:39px!important}.px-40{padding:40px!important}.px-41{padding:41px!important}.px-42{padding:42px!important}.px-43{padding:43px!important}.px-44{padding:44px!important}.px-45{padding:45px!important}.px-46{padding:46px!important}.px-47{padding:47px!important}.px-48{padding:48px!important}.px-49{padding:49px!important}.px-50{padding:50px!important}.px-51{padding:51px!important}.px-52{padding:52px!important}.px-53{padding:53px!important}.px-54{padding:54px!important}.px-55{padding:55px!important}.px-56{padding:56px!important}.px-57{padding:57px!important}.px-58{padding:58px!important}.px-59{padding:59px!important}.px-60{padding:60px!important}.px-61{padding:61px!important}.px-62{padding:62px!important}.px-63{padding:63px!important}.px-64{padding:64px!important}.px-65{padding:65px!important}.px-66{padding:66px!important}.px-67{padding:67px!important}.px-68{padding:68px!important}.px-69{padding:69px!important}.px-70{padding:70px!important}.px-71{padding:71px!important}.px-72{padding:72px!important}.px-73{padding:73px!important}.px-74{padding:74px!important}.px-75{padding:75px!important}.px-76{padding:76px!important}.px-77{padding:77px!important}.px-78{padding:78px!important}.px-79{padding:79px!important}.px-80{padding:80px!important}.px-81{padding:81px!important}.px-82{padding:82px!important}.px-83{padding:83px!important}.px-84{padding:84px!important}.px-85{padding:85px!important}.px-86{padding:86px!important}.px-87{padding:87px!important}.px-88{padding:88px!important}.px-89{padding:89px!important}.px-90{padding:90px!important}.px-91{padding:91px!important}.px-92{padding:92px!important}.px-93{padding:93px!important}.px-94{padding:94px!important}.px-95{padding:95px!important}.px-96{padding:96px!important}.px-97{padding:97px!important}.px-98{padding:98px!important}.px-99{padding:99px!important}.px-100{padding:100px!important}.box-center{margin:auto;width:50%;padding:10px}.text-center{text-align:center!important}.app-content{overflow:auto!important}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pointer{cursor:pointer}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}html,body,#root,.App{height:100%;width:100%;margin:0;padding:0}body{font-family:SCProsperSans!important}.breadcrumbs-container .MuiTabs-scrollButtons{display:none!important}@media only screen and (min-width: 1400px) and (max-width: 1535px){.esf-filter-wrapper{width:100%!important}}@media (min-width: 1920px){.loginPage .formContainer .formSubContainer{width:65%!important}.loginPage .formContainer .formSubContainer .eaciit-logo img{width:235px!important}.breadcrumbs-container .breadcrumbs-content{min-width:28.5%}}@media only screen and (max-width: 768px){.breadcrumbs-container{padding:0!important;flex-wrap:nowrap!important}.breadcrumbs-container .breadcrumbs-content{min-width:auto!important}.breadcrumbs-container .nav-tabs .MuiTab-root{padding:0 10px!important;font-size:12px}.breadcrumbs-container .MuiBreadcrumbs-separator{display:none}.dashboard-content{display:flex;flex-direction:column}.dashboard-content .container{display:block!important}.dashboard-content .MuiGrid-root{padding:0!important;margin-left:0!important;margin-right:0!important;width:100%}.dashboard-content .top-navigation{display:flex!important;flex-direction:row;flex-wrap:wrap;justify-content:start!important;align-items:center;gap:5px;margin-top:0;margin-bottom:20px;padding:10px}.dashboard-content .top-navigation .MuiGrid-root{padding:0!important;width:auto!important}.dashboard-content .top-navigation .MuiGrid-root .home-icons{height:auto!important;width:110px}.dashboard-content .top-navigation .MuiGrid-root .block .tiles{flex-direction:row!important;justify-content:center}.dashboard-content .top-navigation .MuiGrid-root .block .tiles .main-icons,.dashboard-content .top-navigation .MuiGrid-root .block .tiles .main-icons-custom{width:20px;height:20px}.dashboard-content .top-navigation .MuiGrid-root .block .tiles .Text-subText{font-size:11px!important;text-align:left!important;margin-left:5px!important}.dashboard-content .tiles-navigation{display:none}.dashboard-content .home-page{max-width:100%!important;padding:0!important}.dashboard-content .home-page .ai-search-wrapper{width:100%!important}.dashboard-content .home-page .CEODashboards .CEODashboards-content{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;width:100%}.dashboard-content .home-page .CEODashboards .CEODashboards-content .content{width:100%!important}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards{width:100%!important;align-items:center}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards .info-diagram{margin-bottom:20px}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards .info-diagram .text-item{font-size:12px!important}.dashboard-content .home-page .CXODashboards-content .insight-icon{width:20px;height:20px;margin-top:30px}}@media screen and (max-width: 412px) and (orientation: portrait){.breadcrumbs-container{padding:0!important;flex-wrap:nowrap!important}.breadcrumbs-container .breadcrumbs-content{min-width:auto!important}.breadcrumbs-container .nav-tabs .MuiTab-root{padding:0 10px!important;font-size:12px}.breadcrumbs-container .MuiBreadcrumbs-separator{display:none}.dashboard-content{display:flex;flex-direction:column}.dashboard-content .container{display:block!important}.dashboard-content .MuiGrid-root{padding:0!important;margin-left:0!important;margin-right:0!important;width:100%}.dashboard-content .top-navigation{display:flex!important;flex-direction:row;flex-wrap:wrap;justify-content:start!important;align-items:center;gap:5px;margin-top:0;margin-bottom:20px;padding:10px}.dashboard-content .top-navigation .MuiGrid-root{padding:0!important;width:auto!important}.dashboard-content .top-navigation .MuiGrid-root .home-icons{height:auto!important;width:110px}.dashboard-content .top-navigation .MuiGrid-root .block .tiles{flex-direction:row!important;justify-content:center}.dashboard-content .top-navigation .MuiGrid-root .block .tiles .main-icons,.dashboard-content .top-navigation .MuiGrid-root .block .tiles .main-icons-custom{width:20px;height:20px}.dashboard-content .top-navigation .MuiGrid-root .block .tiles .Text-subText{font-size:11px!important;text-align:left!important;margin-left:5px!important}.dashboard-content .tiles-navigation{display:none}.dashboard-content .home-page{max-width:100%!important;padding:0!important}.dashboard-content .home-page .ai-search-wrapper{width:100%!important}.dashboard-content .home-page .CEODashboards .CEODashboards-content{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;width:100%}.dashboard-content .home-page .CEODashboards .CEODashboards-content .content{width:100%!important}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards{width:100%!important;align-items:center}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards .info-diagram{margin-bottom:20px}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards .info-diagram .text-item{font-size:12px!important}.dashboard-content .home-page .CXODashboards-content .insight-icon{width:20px;height:20px;margin-top:30px}}@media screen and (max-width: 1024px) and (orientation: landscape){.breadcrumbs-container{padding:0!important;flex-wrap:nowrap!important}.breadcrumbs-container .breadcrumbs-content{min-width:auto!important}.breadcrumbs-container .nav-tabs .MuiTab-root{padding:0 10px!important;font-size:12px}.breadcrumbs-container .MuiBreadcrumbs-separator{display:none}.dashboard-content{display:flex;flex-direction:column}.dashboard-content .container{display:block!important}.dashboard-content .MuiGrid-root{padding:0!important;margin-left:0!important;margin-right:0!important;width:100%}.dashboard-content .top-navigation{display:flex!important;flex-direction:row;flex-wrap:wrap;justify-content:start!important;align-items:center;gap:5px;margin-top:0;margin-bottom:20px;padding:10px}.dashboard-content .top-navigation .MuiGrid-root{padding:0!important;width:auto!important}.dashboard-content .top-navigation .MuiGrid-root .home-icons{height:auto!important;width:110px}.dashboard-content .top-navigation .MuiGrid-root .block .tiles{flex-direction:row!important;justify-content:center}.dashboard-content .top-navigation .MuiGrid-root .block .tiles .main-icons,.dashboard-content .top-navigation .MuiGrid-root .block .tiles .main-icons-custom{width:20px;height:20px}.dashboard-content .top-navigation .MuiGrid-root .block .tiles .Text-subText{font-size:11px!important;text-align:left!important;margin-left:5px!important}.dashboard-content .tiles-navigation{display:none}.dashboard-content .home-page{max-width:100%!important;padding:0!important}.dashboard-content .home-page .ai-search-wrapper{width:100%!important}.dashboard-content .home-page .CEODashboards .CEODashboards-content{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;width:100%}.dashboard-content .home-page .CEODashboards .CEODashboards-content .content{width:100%!important}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards{width:100%!important;align-items:center}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards .info-diagram{margin-bottom:20px}.dashboard-content .home-page .CEODashboards .CEODashboards-content .ceo-dashboards .info-diagram .text-item{font-size:12px!important}.dashboard-content .home-page .CXODashboards-content .insight-icon{width:20px;height:20px;margin-top:30px}.dashboard-content .hml-table-wrapper .table-container{max-height:unset!important}}
