:root{--color-white:#ffffff;--color-black:#000000;--color-blue:#24A5FF;--color-gray-1:#999999;--color-gray-2:#798795;--color-gray-3:#C1D1D9;--color-gray-4:#91ABB8;--color-green:#2CD36F;--color-red:#F35B5B;--border-radius-small:0.625rem;--border-radius-default:0.9375rem;--border-radius-big:1.5rem;--z-below:-1;--z-modal:100;--z-menu-backdrop:199;--z-menu-bubble:200;--container-width:1228px;--color-background:#ffffff;--color-background-dark:#11222e;--color-background-secondary:#F9F9FC;--color-text-primary:#000000;--color-text-secondary:rgba(0,0,0,0.6);--color-primary:#1086D7;--mobile-width:576px;--tablet-width:768px;--desktop-width:992px;--large-desktop-width:1200px}html{width:100%;height:100%}#root,body,html{overflow-y:auto;margin:0;padding:0;background-color:var(--color-background-dark)}#root,body{overflow-x:hidden;min-height:100%;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Apple Color Emoji,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:1.25;color:var(--color-text-primary);text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.is-ios body,html.is-macos body{font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Apple Color Emoji,Helvetica Neue,sans-serif}#root{height:100%}#portals,#root{font-size:1.0625rem}.not-implemented{opacity:.5}.not-implemented,.not-implemented *{cursor:not-allowed!important}*{box-sizing:border-box}.custom-scroll,.custom-scroll-x{pointer-events:auto;transition:scrollbar-color .3s ease;-webkit-overflow-scrolling:touch;scrollbar-color:rgba(90,90,90,0) rgba(0,0,0,0);scrollbar-width:thin}.custom-scroll-x::-webkit-scrollbar-thumb,.custom-scroll::-webkit-scrollbar-thumb{background-color:rgba(90,90,90,0);border-radius:.375rem;box-shadow:0 0 1px rgba(255,255,255,.01)}.custom-scroll-x:focus,.custom-scroll-x:focus-within,.custom-scroll-x:hover,.custom-scroll:focus,.custom-scroll:focus-within,.custom-scroll:hover{scrollbar-color:rgba(90,90,90,.3) rgba(0,0,0,0)}.custom-scroll-x:focus-within::-webkit-scrollbar-thumb,.custom-scroll-x:focus::-webkit-scrollbar-thumb,.custom-scroll-x:hover::-webkit-scrollbar-thumb,.custom-scroll:focus-within::-webkit-scrollbar-thumb,.custom-scroll:focus::-webkit-scrollbar-thumb,.custom-scroll:hover::-webkit-scrollbar-thumb{background-color:rgba(90,90,90,.3)}body:not(.is-ios) .custom-scroll::-webkit-scrollbar{width:.375rem}body:not(.is-ios) .custom-scroll-x::-webkit-scrollbar{height:.375rem}.flex{display:flex;align-items:center;justify-content:center}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}div[role=button]{cursor:pointer;outline:none!important}.opacity-transition{opacity:1;transition:opacity .15s ease}.opacity-transition:not(.open){opacity:0}.opacity-transition:not(.shown){display:none}.opacity-transition.slow{transition-duration:.3s}a{color:var(--color-primary);transition:opacity .3s ease}a,a:focus,a:hover{text-decoration:none}a:focus,a:hover{opacity:.5}img{max-width:100%;height:auto}