: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-radius:100%;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:375px){.container{max-width:375px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.break-word{word-break:break-word}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:-webkit-sticky!important;position:sticky!important}.inset-0{inset:0!important}.bottom-0{bottom:0!important}.bottom-4{bottom:1rem!important}.left-0{left:0!important}.left-\[50\%\]{left:50%!important}.right-0{right:0!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.right-\[13px\]{right:13px!important}.right-\[16px\]{right:16px!important}.top-0{top:0!important}.top-3{top:.75rem!important}.top-6{top:1.5rem!important}.top-\[10px\]{top:10px!important}.top-\[16px\]{top:16px!important}.top-\[50\%\]{top:50%!important}.z-10{z-index:10!important}.z-50{z-index:50!important}.z-\[1000\]{z-index:1000!important}.order-first{order:-9999!important}.col-span-1{grid-column:span 1/span 1!important}.col-span-12{grid-column:span 12/span 12!important}.col-span-2{grid-column:span 2/span 2!important}.col-span-3{grid-column:span 3/span 3!important}.col-span-4{grid-column:span 4/span 4!important}.col-span-6{grid-column:span 6/span 6!important}.col-span-8{grid-column:span 8/span 8!important}.m-0{margin:0!important}.m-4{margin:1rem!important}.m-auto{margin:auto!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-\[12px\]{margin-bottom:12px!important;margin-top:12px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-2\.5{margin-bottom:.625rem!important}.mb-20{margin-bottom:5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.mb-\[10px\]{margin-bottom:10px!important}.mb-\[12px\]{margin-bottom:12px!important}.mb-\[14px\]{margin-bottom:14px!important}.mb-\[16px\]{margin-bottom:16px!important}.mb-\[21px\]{margin-bottom:21px!important}.mb-\[26px\]{margin-bottom:26px!important}.mb-\[30px\]{margin-bottom:30px!important}.mb-\[64px\]{margin-bottom:64px!important}.mb-\[80px\]{margin-bottom:80px!important}.mb-\[8px\]{margin-bottom:8px!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:.75rem!important}.ml-4{margin-left:1rem!important}.ml-8{margin-left:2rem!important}.ml-\[1\.25rem\]{margin-left:1.25rem!important}.ml-\[16px\]{margin-left:16px!important}.ml-\[18px\]{margin-left:18px!important}.ml-\[3px\]{margin-left:3px!important}.ml-auto{margin-left:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-4{margin-right:1rem!important}.mr-8{margin-right:2rem!important}.mr-\[10px\]{margin-right:10px!important}.mr-\[14px\]{margin-right:14px!important}.mr-\[9px\]{margin-right:9px!important}.ms-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-2{margin-top:.5rem!important}.mt-20{margin-top:5rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-7{margin-top:1.75rem!important}.mt-8{margin-top:2rem!important}.mt-\[10px\]{margin-top:10px!important}.mt-\[16px\]{margin-top:16px!important}.mt-\[19px\]{margin-top:19px!important}.mt-\[20px\]{margin-top:20px!important}.mt-\[24px\]{margin-top:24px!important}.mt-\[26px\]{margin-top:26px!important}.mt-\[34px\]{margin-top:34px!important}.mt-\[38px\]{margin-top:38px!important}.mt-\[44px\]{margin-top:44px!important}.mt-\[6rem\]{margin-top:6rem!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.table-cell{display:table-cell!important}.grid{display:grid!important}.list-item{display:list-item!important}.hidden{display:none!important}.h-1\/2{height:50%!important}.h-10{height:2.5rem!important}.h-5{height:1.25rem!important}.h-6{height:1.5rem!important}.h-\[100px\]{height:100px!important}.h-\[10px\]{height:10px!important}.h-\[14px\]{height:14px!important}.h-\[160px\]{height:160px!important}.h-\[16px\]{height:16px!important}.h-\[200px\]{height:200px!important}.h-\[20px\]{height:20px!important}.h-\[21px\]{height:21px!important}.h-\[24px\]{height:24px!important}.h-\[30px\]{height:30px!important}.h-\[32px\]{height:32px!important}.h-\[34px\]{height:34px!important}.h-\[362px\]{height:362px!important}.h-\[36px\]{height:36px!important}.h-\[40px\]{height:40px!important}.h-\[486px\]{height:486px!important}.h-\[48px\]{height:48px!important}.h-\[500px\]{height:500px!important}.h-\[52px\]{height:52px!important}.h-\[58px\]{height:58px!important}.h-\[600px\]{height:600px!important}.h-\[60px\]{height:60px!important}.h-\[64px\]{height:64px!important}.h-\[65px\]{height:65px!important}.h-\[6px\]{height:6px!important}.h-\[76px\]{height:76px!important}.h-\[79px\]{height:79px!important}.h-\[8px\]{height:8px!important}.h-auto{height:auto!important}.h-fit{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.max-h-\[30px\]{max-height:30px!important}.max-h-\[400px\]{max-height:400px!important}.min-h-\[100px\]{min-height:100px!important}.min-h-\[120px\]{min-height:120px!important}.min-h-\[300px\]{min-height:300px!important}.min-h-\[40px\]{min-height:40px!important}.min-h-\[80px\]{min-height:80px!important}.min-h-screen{min-height:100vh!important}.w-1\/2{width:50%!important}.w-1\/3{width:33.333333%!important}.w-10{width:2.5rem!important}.w-2\/3{width:66.666667%!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-\[10\%\]{width:10%!important}.w-\[100px\]{width:100px!important}.w-\[10px\]{width:10px!important}.w-\[120px\]{width:120px!important}.w-\[125px\]{width:125px!important}.w-\[130px\]{width:130px!important}.w-\[140px\]{width:140px!important}.w-\[14px\]{width:14px!important}.w-\[15\%\]{width:15%!important}.w-\[150px\]{width:150px!important}.w-\[16px\]{width:16px!important}.w-\[180px\]{width:180px!important}.w-\[18px\]{width:18px!important}.w-\[19px\]{width:19px!important}.w-\[20\%\]{width:20%!important}.w-\[200px\]{width:200px!important}.w-\[20px\]{width:20px!important}.w-\[214px\]{width:214px!important}.w-\[240px\]{width:240px!important}.w-\[24px\]{width:24px!important}.w-\[250px\]{width:250px!important}.w-\[270px\]{width:270px!important}.w-\[30px\]{width:30px!important}.w-\[33\%\]{width:33%!important}.w-\[330px\]{width:330px!important}.w-\[370px\]{width:370px!important}.w-\[40\%\]{width:40%!important}.w-\[40px\]{width:40px!important}.w-\[50px\]{width:50px!important}.w-\[52px\]{width:52px!important}.w-\[55px\]{width:55px!important}.w-\[60\%\]{width:60%!important}.w-\[64px\]{width:64px!important}.w-\[6px\]{width:6px!important}.w-\[79px\]{width:79px!important}.w-\[80\%\]{width:80%!important}.w-\[85\%\]{width:85%!important}.w-\[94px\]{width:94px!important}.w-auto{width:auto!important}.w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.min-w-\[110px\]{min-width:110px!important}.min-w-\[150px\]{min-width:150px!important}.min-w-\[187px\]{min-width:187px!important}.min-w-\[200px\]{min-width:200px!important}.min-w-\[21px\]{min-width:21px!important}.min-w-\[220px\]{min-width:220px!important}.min-w-\[250px\]{min-width:250px!important}.min-w-\[278px\]{min-width:278px!important}.min-w-\[300px\]{min-width:300px!important}.min-w-\[40px\]{min-width:40px!important}.min-w-\[419px\]{min-width:419px!important}.min-w-\[60px\]{min-width:60px!important}.min-w-\[70px\]{min-width:70px!important}.min-w-\[84px\]{min-width:84px!important}.min-w-\[97px\]{min-width:97px!important}.max-w-\[224px\]{max-width:224px!important}.max-w-\[539px\]{max-width:539px!important}.max-w-\[85\%\]{max-width:85%!important}.flex-1{flex:1 1!important}.flex-\[0_0_24px\]{flex:0 0 24px!important}.flex-\[0_0_80vw\]{flex:0 0 80vw!important}.flex-auto{flex:1 1 auto!important}.flex-none{flex:none!important}.flex-shrink-0{flex-shrink:0!important}.grow{flex-grow:1!important}.grow-0{flex-grow:0!important}.-translate-x-\[50\%\]{--tw-translate-x:-50%!important}.-translate-x-\[50\%\],.transform{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.animate-spin{-webkit-animation:spin 1s linear infinite!important;animation:spin 1s linear infinite!important}.cursor-pointer{cursor:pointer!important}.resize{resize:both!important}.list-disc{list-style-type:disc!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-items-center{justify-items:center!important}.gap-1{gap:.25rem!important}.gap-10{gap:2.5rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.gap-\[10px\]{gap:10px!important}.gap-\[11px\]{gap:11px!important}.gap-\[19px\]{gap:19px!important}.gap-x-2{-webkit-column-gap:.5rem!important;column-gap:.5rem!important}.gap-x-4{-webkit-column-gap:1rem!important;column-gap:1rem!important}.gap-x-8{-webkit-column-gap:2rem!important;column-gap:2rem!important}.gap-y-3{row-gap:.75rem!important}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.25rem*var(--tw-space-x-reverse))!important}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.5rem*var(--tw-space-x-reverse))!important}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.75rem*var(--tw-space-x-reverse))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(1rem*var(--tw-space-x-reverse))!important}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(1.5rem*var(--tw-space-x-reverse))!important}.space-x-\[10px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(10px*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(10px*var(--tw-space-x-reverse))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.5rem*var(--tw-space-y-reverse))!important;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.75rem*var(--tw-space-y-reverse))!important;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(2rem*var(--tw-space-y-reverse))!important;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-\[6px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(6px*var(--tw-space-y-reverse))!important;margin-top:calc(6px*(1 - var(--tw-space-y-reverse)))!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-scroll{overflow-y:scroll!important}.truncate{overflow:hidden!important;white-space:nowrap!important}.text-ellipsis,.truncate{text-overflow:ellipsis!important}.whitespace-normal{white-space:normal!important}.whitespace-nowrap{white-space:nowrap!important}.break-words{overflow-wrap:break-word!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-\[0px\]{border-radius:0!important}.rounded-\[12px\]{border-radius:12px!important}.rounded-\[16px\]{border-radius:16px!important}.rounded-\[32px\]{border-radius:32px!important}.rounded-\[50px\]{border-radius:50px!important}.rounded-\[60px\]{border-radius:60px!important}.rounded-\[8px\]{border-radius:8px!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-none{border-radius:0!important}.rounded-xl{border-radius:.75rem!important}.rounded-l{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-r{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.border{border-width:1px!important}.border-0{border-width:0!important}.border-2{border-width:2px!important}.border-\[1px\]{border-width:1px!important}.border-\[2px\]{border-width:2px!important}.border-b-4{border-bottom-width:4px!important}.border-b-\[0\.5px\]{border-bottom-width:.5px!important}.border-l-0{border-left-width:0!important}.border-r-0{border-right-width:0!important}.border-t{border-top-width:1px!important}.border-dotted{border-style:dotted!important}.border-none{border-style:none!important}.border-\[\#35335B\]{--tw-border-opacity:1!important;border-color:rgb(53 51 91/var(--tw-border-opacity))!important}.border-\[\#B2B3B5\]{--tw-border-opacity:1!important;border-color:rgb(178 179 181/var(--tw-border-opacity))!important}.border-\[\#E4E5EC\]{--tw-border-opacity:1!important;border-color:rgb(228 229 236/var(--tw-border-opacity))!important}.border-\[\#FA2256\]{--tw-border-opacity:1!important;border-color:rgb(250 34 86/var(--tw-border-opacity))!important}.border-\[green\]{--tw-border-opacity:1!important;border-color:rgb(0 128 0/var(--tw-border-opacity))!important}.border-\[red\]{border-color:rgb(255 0 0/var(--tw-border-opacity))!important}.border-\[red\],.border-red-01{--tw-border-opacity:1!important}.border-red-01{border-color:rgb(250 34 86/var(--tw-border-opacity))!important}.\!bg-\[\#2F324180\]{background-color:#2f324180!important}.bg-\[\#151619\]{--tw-bg-opacity:1!important;background-color:rgb(21 22 25/var(--tw-bg-opacity))!important}.bg-\[\#1B1D24\]{--tw-bg-opacity:1!important;background-color:rgb(27 29 36/var(--tw-bg-opacity))!important}.bg-\[\#1E1E25\]{--tw-bg-opacity:1!important;background-color:rgb(30 30 37/var(--tw-bg-opacity))!important}.bg-\[\#1E1F25\]{--tw-bg-opacity:1!important;background-color:rgb(30 31 37/var(--tw-bg-opacity))!important}.bg-\[\#2180f8\]{--tw-bg-opacity:1!important;background-color:rgb(33 128 248/var(--tw-bg-opacity))!important}.bg-\[\#2F324180\]{background-color:#2f324180!important}.bg-\[\#30E0A1\]{--tw-bg-opacity:1!important;background-color:rgb(48 224 161/var(--tw-bg-opacity))!important}.bg-\[\#363062\]{--tw-bg-opacity:1!important;background-color:rgb(54 48 98/var(--tw-bg-opacity))!important}.bg-\[\#58667E\]{--tw-bg-opacity:1!important;background-color:rgb(88 102 126/var(--tw-bg-opacity))!important}.bg-\[\#B2B3B5\]{--tw-bg-opacity:1!important;background-color:rgb(178 179 181/var(--tw-bg-opacity))!important}.bg-\[\#F6F6F6\]{--tw-bg-opacity:1!important;background-color:rgb(246 246 246/var(--tw-bg-opacity))!important}.bg-\[\#FF98FB\]{--tw-bg-opacity:1!important;background-color:rgb(255 152 251/var(--tw-bg-opacity))!important}.bg-\[\#FFC107\]{--tw-bg-opacity:1!important;background-color:rgb(255 193 7/var(--tw-bg-opacity))!important}.bg-\[\#FFFFFF\],.bg-\[\#FFF\]{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-\[\#f3f3f3\]{--tw-bg-opacity:1!important;background-color:rgb(243 243 243/var(--tw-bg-opacity))!important}.bg-\[green\]\/10{background-color:rgba(0,128,0,.1)!important}.bg-\[red\]\/10{background-color:rgba(255,0,0,.1)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-contain{background-size:contain!important}.bg-cover{background-size:cover!important}.bg-center{background-position:50%!important}.bg-no-repeat{background-repeat:no-repeat!important}.object-contain{object-fit:contain!important}.p-0{padding:0!important}.p-0\.5{padding:.125rem!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.p-\[10px\]{padding:10px!important}.p-\[16px\]{padding:16px!important}.p-\[30px\]{padding:30px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.px-\[12px\]{padding-left:12px!important;padding-right:12px!important}.px-\[15px\]{padding-left:15px!important;padding-right:15px!important}.px-\[2rem\]{padding-left:2rem!important;padding-right:2rem!important}.px-\[3\.5px\]{padding-left:3.5px!important;padding-right:3.5px!important}.px-\[32px\]{padding-left:32px!important;padding-right:32px!important}.px-\[48px\]{padding-left:48px!important;padding-right:48px!important}.px-\[6px\]{padding-left:6px!important;padding-right:6px!important}.px-\[8px\]{padding-left:8px!important;padding-right:8px!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-1\.5{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-2\.5{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-7{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-\[10px\]{padding-bottom:10px!important;padding-top:10px!important}.py-\[20px\]{padding-bottom:20px!important;padding-top:20px!important}.py-\[2px\]{padding-bottom:2px!important;padding-top:2px!important}.py-\[32px\]{padding-bottom:32px!important;padding-top:32px!important}.py-\[4px\]{padding-bottom:4px!important;padding-top:4px!important}.py-\[6px\]{padding-bottom:6px!important;padding-top:6px!important}.py-\[7px\]{padding-bottom:7px!important;padding-top:7px!important}.py-\[8px\]{padding-bottom:8px!important;padding-top:8px!important}.pb-0{padding-bottom:0!important}.pb-2{padding-bottom:.5rem!important}.pb-4{padding-bottom:1rem!important}.pb-8{padding-bottom:2rem!important}.pb-\[40px\]{padding-bottom:40px!important}.pb-\[50px\]{padding-bottom:50px!important}.pl-2{padding-left:.5rem!important}.pl-4{padding-left:1rem!important}.pl-\[20px\]{padding-left:20px!important}.pr-0{padding-right:0!important}.pr-2{padding-right:.5rem!important}.pr-4{padding-right:1rem!important}.pr-\[15px\]{padding-right:15px!important}.pr-\[60px\]{padding-right:60px!important}.pt-0{padding-top:0!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:.75rem!important}.pt-4{padding-top:1rem!important}.pt-\[8px\]{padding-top:8px!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-\[10px\]{font-size:10px!important}.text-\[11px\]{font-size:11px!important}.text-\[12px\]{font-size:12px!important}.text-\[13px\]{font-size:13px!important}.text-\[14px\]{font-size:14px!important}.text-\[16px\]{font-size:16px!important}.text-\[18px\]{font-size:18px!important}.text-\[1rem\]{font-size:1rem!important}.text-\[20px\]{font-size:20px!important}.text-\[22px\]{font-size:22px!important}.text-\[24px\]{font-size:24px!important}.text-\[26px\]{font-size:26px!important}.text-\[27px\]{font-size:27px!important}.text-\[28px\]{font-size:28px!important}.text-\[30px\]{font-size:30px!important}.text-\[8px\]{font-size:8px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-\[16px\]{font-weight:16px!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-light{font-weight:300!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.font-thin{font-weight:100!important}.uppercase{text-transform:uppercase!important}.capitalize{text-transform:capitalize!important}.italic{font-style:italic!important}.leading-4{line-height:1rem!important}.leading-5{line-height:1.25rem!important}.leading-6{line-height:1.5rem!important}.leading-\[18px\]{line-height:18px!important}.leading-\[22px\]{line-height:22px!important}.leading-\[24px\]{line-height:24px!important}.leading-\[27px\]{line-height:27px!important}.leading-\[30px\]{line-height:30px!important}.text-\[\#000\]{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.text-\[\#0074d5\]{--tw-text-opacity:1!important;color:rgb(0 116 213/var(--tw-text-opacity))!important}.text-\[\#0D99FF\]{--tw-text-opacity:1!important;color:rgb(13 153 255/var(--tw-text-opacity))!important}.text-\[\#11CABE\]{--tw-text-opacity:1!important;color:rgb(17 202 190/var(--tw-text-opacity))!important}.text-\[\#2180F8\],.text-\[\#2180f8\]{--tw-text-opacity:1!important;color:rgb(33 128 248/var(--tw-text-opacity))!important}.text-\[\#282B38\]{--tw-text-opacity:1!important;color:rgb(40 43 56/var(--tw-text-opacity))!important}.text-\[\#30E0A1\]{--tw-text-opacity:1!important;color:rgb(48 224 161/var(--tw-text-opacity))!important}.text-\[\#4DDC7F\]{--tw-text-opacity:1!important;color:rgb(77 220 127/var(--tw-text-opacity))!important}.text-\[\#579ee0\]{--tw-text-opacity:1!important;color:rgb(87 158 224/var(--tw-text-opacity))!important}.text-\[\#58667E\]{--tw-text-opacity:1!important;color:rgb(88 102 126/var(--tw-text-opacity))!important}.text-\[\#5D6589\]{--tw-text-opacity:1!important;color:rgb(93 101 137/var(--tw-text-opacity))!important}.text-\[\#A5ADCF\]{--tw-text-opacity:1!important;color:rgb(165 173 207/var(--tw-text-opacity))!important}.text-\[\#B2B3B5\]{--tw-text-opacity:1!important;color:rgb(178 179 181/var(--tw-text-opacity))!important}.text-\[\#F27F16\]{--tw-text-opacity:1!important;color:rgb(242 127 22/var(--tw-text-opacity))!important}.text-\[\#FA2256\]{--tw-text-opacity:1!important;color:rgb(250 34 86/var(--tw-text-opacity))!important}.text-\[\#FA2356\]{--tw-text-opacity:1!important;color:rgb(250 35 86/var(--tw-text-opacity))!important}.text-\[\#FFC107\]{--tw-text-opacity:1!important;color:rgb(255 193 7/var(--tw-text-opacity))!important}.text-\[\#FFFFFF\],.text-\[\#FFF\]{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-\[\#c3c3c2\]{--tw-text-opacity:1!important;color:rgb(195 195 194/var(--tw-text-opacity))!important}.text-\[\#fbbf24\]{--tw-text-opacity:1!important;color:rgb(251 191 36/var(--tw-text-opacity))!important}.text-\[\#fff\]{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-\[20\]{color:20!important}.text-\[black\]{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.text-\[green\]{--tw-text-opacity:1!important;color:rgb(0 128 0/var(--tw-text-opacity))!important}.text-\[red\]{--tw-text-opacity:1!important;color:rgb(255 0 0/var(--tw-text-opacity))!important}.text-amber-500{color:rgb(245 158 11/var(--tw-text-opacity))!important}.text-amber-500,.text-black{--tw-text-opacity:1!important}.text-black{color:rgb(0 0 0/var(--tw-text-opacity))!important}.text-blue-400{--tw-text-opacity:1!important;color:rgb(96 165 250/var(--tw-text-opacity))!important}.text-blue-600{--tw-text-opacity:1!important;color:rgb(37 99 235/var(--tw-text-opacity))!important}.text-gray-400{--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity))!important}.text-green-01{--tw-text-opacity:1!important;color:rgb(17 202 190/var(--tw-text-opacity))!important}.text-green-02{--tw-text-opacity:1!important;color:rgb(48 224 161/var(--tw-text-opacity))!important}.text-green-600{color:rgb(22 163 74/var(--tw-text-opacity))!important}.text-green-600,.text-red-01{--tw-text-opacity:1!important}.text-red-01{color:rgb(250 34 86/var(--tw-text-opacity))!important}.text-red-400{color:rgb(248 113 113/var(--tw-text-opacity))!important}.text-red-400,.text-red-600{--tw-text-opacity:1!important}.text-red-600{color:rgb(220 38 38/var(--tw-text-opacity))!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.underline{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.line-through{-webkit-text-decoration-line:line-through!important;text-decoration-line:line-through!important}.decoration-\[\#EBEBE4\]{-webkit-text-decoration-color:#ebebe4!important;text-decoration-color:#ebebe4!important}.antialiased{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.shadow,.shadow-\[0_0_35px_0_\#9aa1ab26\]{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-\[0_0_35px_0_\#9aa1ab26\]{--tw-shadow:0 0 35px 0 #9aa1ab26!important;--tw-shadow-colored:0 0 35px 0 var(--tw-shadow-color)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.shadow-lg,.shadow-md{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)!important}.shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.outline{outline-style:solid!important}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.blur{--tw-blur:blur(8px)!important}.blur,.grayscale{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale{--tw-grayscale:grayscale(100%)!important}.invert{--tw-invert:invert(100%)!important}.\!filter,.filter,.invert{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,-webkit-text-decoration-color,-webkit-transform,-webkit-filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-transform,-webkit-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-text-input)!important;-webkit-background-clip:text!important;background-clip:text!important;background-color:transparent!important;-webkit-box-shadow:0 0 0 1000px var(--color-bg-input) inset!important;-webkit-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}@media (min-width:640px){.sm\:prose-sm{font-size:.875rem;line-height:1.7142857}.sm\:prose-sm :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.sm\:prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}.sm\:prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.1111111em}.sm\:prose-sm :where(h1):not(:where([class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}.sm\:prose-sm :where(h2):not(:where([class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}.sm\:prose-sm :where(h3):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}.sm\:prose-sm :where(h4):not(:where([class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}.sm\:prose-sm :where(img):not(:where([class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.sm\:prose-sm :where(video):not(:where([class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.sm\:prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.sm\:prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.sm\:prose-sm :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.sm\:prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.8571429em}.sm\:prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.sm\:prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.sm\:prose-sm :where(pre):not(:where([class~=not-prose] *)){border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding:.6666667em 1em}.sm\:prose-sm :where(ol):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-left:1.5714286em}.sm\:prose-sm :where(ul):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-left:1.5714286em}.sm\:prose-sm :where(li):not(:where([class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}.sm\:prose-sm :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.sm\:prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.sm\:prose-sm :where(.sm\:prose-sm>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.sm\:prose-sm :where(.sm\:prose-sm>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.sm\:prose-sm :where(.sm\:prose-sm>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.sm\:prose-sm :where(.sm\:prose-sm>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.sm\:prose-sm :where(.sm\:prose-sm>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.sm\:prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.sm\:prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}.sm\:prose-sm :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose-sm :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose-sm :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.sm\:prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.6666667em;padding-left:1em;padding-right:1em}.sm\:prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.sm\:prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.sm\:prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.6666667em 1em}.sm\:prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.sm\:prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.sm\:prose-sm :where(.sm\:prose-sm>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose-sm :where(.sm\:prose-sm>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}}@media (min-width:1024px){.lg\:prose-lg{font-size:1.125rem;line-height:1.7777778}.lg\:prose-lg :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em}.lg\:prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-bottom:1.0909091em;margin-top:1.0909091em}.lg\:prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-bottom:1.6666667em;margin-top:1.6666667em;padding-left:1em}.lg\:prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;line-height:1;margin-bottom:.8333333em;margin-top:0}.lg\:prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;line-height:1.3333333;margin-bottom:1.0666667em;margin-top:1.8666667em}.lg\:prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;line-height:1.5;margin-bottom:.6666667em;margin-top:1.6666667em}.lg\:prose-lg :where(h4):not(:where([class~=not-prose] *)){line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.7777778em}.lg\:prose-lg :where(img):not(:where([class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.lg\:prose-lg :where(video):not(:where([class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.lg\:prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.lg\:prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.lg\:prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.lg\:prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.lg\:prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.lg\:prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.lg\:prose-lg :where(pre):not(:where([class~=not-prose] *)){border-radius:.375rem;font-size:.8888889em;line-height:1.75;margin-bottom:2em;margin-top:2em;padding:1em 1.5em}.lg\:prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.5555556em}.lg\:prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.5555556em}.lg\:prose-lg :where(li):not(:where([class~=not-prose] *)){margin-bottom:.6666667em;margin-top:.6666667em}.lg\:prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.lg\:prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.8888889em;margin-top:.8888889em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.lg\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.8888889em;margin-top:.8888889em}.lg\:prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-bottom:3.1111111em;margin-top:3.1111111em}.lg\:prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.lg\:prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.75em;padding-left:.75em;padding-right:.75em}.lg\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.75em}.lg\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-lg :where(.lg\:prose-lg>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(.lg\:prose-lg>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.2em;margin-top:1.2em}.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-bottom:1em;margin-top:1em}.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose] *)){margin-bottom:1.6em;margin-top:1.6em;padding-left:1.0666667em}.lg\:prose-xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.8em;line-height:1;margin-bottom:.8571429em;margin-top:0}.lg\:prose-xl :where(h2):not(:where([class~=not-prose] *)){font-size:1.8em;line-height:1.1111111;margin-bottom:.8888889em;margin-top:1.5555556em}.lg\:prose-xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;line-height:1.3333333;margin-bottom:.6666667em;margin-top:1.6em}.lg\:prose-xl :where(h4):not(:where([class~=not-prose] *)){line-height:1.6;margin-bottom:.6em;margin-top:1.8em}.lg\:prose-xl :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.lg\:prose-xl :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.lg\:prose-xl :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl :where(code):not(:where([class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8611111em}.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(pre):not(:where([class~=not-prose] *)){border-radius:.5rem;font-size:.9em;line-height:1.7777778;margin-bottom:2em;margin-top:2em;padding:1.1111111em 1.3333333em}.lg\:prose-xl :where(ol):not(:where([class~=not-prose] *)){margin-bottom:1.2em;margin-top:1.2em;padding-left:1.6em}.lg\:prose-xl :where(ul):not(:where([class~=not-prose] *)){margin-bottom:1.2em;margin-top:1.2em;padding-left:1.6em}.lg\:prose-xl :where(li):not(:where([class~=not-prose] *)){margin-bottom:.6em;margin-top:.6em}.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.8em;margin-top:.8em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.8em;margin-top:.8em}.lg\:prose-xl :where(hr):not(:where([class~=not-prose] *)){margin-bottom:2.8em;margin-top:2.8em}.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(table):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.lg\:prose-xl :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.8888889em;padding-left:.6666667em;padding-right:.6666667em}.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.8888889em .6666667em}.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(.lg\:prose-xl>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(.lg\:prose-xl>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}}@media (min-width:1536px){.\32xl\:prose-2xl{font-size:1.5rem;line-height:1.6666667}.\32xl\:prose-2xl :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em}.\32xl\:prose-2xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-bottom:1.0666667em;margin-top:1.0666667em}.\32xl\:prose-2xl :where(blockquote):not(:where([class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em;padding-left:1.1111111em}.\32xl\:prose-2xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;line-height:1;margin-bottom:.875em;margin-top:0}.\32xl\:prose-2xl :where(h2):not(:where([class~=not-prose] *)){font-size:2em;line-height:1.0833333;margin-bottom:.8333333em;margin-top:1.5em}.\32xl\:prose-2xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;line-height:1.2222222;margin-bottom:.6666667em;margin-top:1.5555556em}.\32xl\:prose-2xl :where(h4):not(:where([class~=not-prose] *)){line-height:1.5;margin-bottom:.6666667em;margin-top:1.6666667em}.\32xl\:prose-2xl :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.\32xl\:prose-2xl :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.\32xl\:prose-2xl :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.\32xl\:prose-2xl :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.\32xl\:prose-2xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.\32xl\:prose-2xl :where(code):not(:where([class~=not-prose] *)){font-size:.8333333em}.\32xl\:prose-2xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.\32xl\:prose-2xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.\32xl\:prose-2xl :where(pre):not(:where([class~=not-prose] *)){border-radius:.5rem;font-size:.8333333em;line-height:1.8;margin-bottom:2em;margin-top:2em;padding:1.2em 1.6em}.\32xl\:prose-2xl :where(ol):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.5833333em}.\32xl\:prose-2xl :where(ul):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.5833333em}.\32xl\:prose-2xl :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.\32xl\:prose-2xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4166667em}.\32xl\:prose-2xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4166667em}.\32xl\:prose-2xl :where(.\32xl\:prose-2xl>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.8333333em;margin-top:.8333333em}.\32xl\:prose-2xl :where(.\32xl\:prose-2xl>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.\32xl\:prose-2xl :where(.\32xl\:prose-2xl>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.\32xl\:prose-2xl :where(.\32xl\:prose-2xl>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.\32xl\:prose-2xl :where(.\32xl\:prose-2xl>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.\32xl\:prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.6666667em;margin-top:.6666667em}.\32xl\:prose-2xl :where(hr):not(:where([class~=not-prose] *)){margin-bottom:3em;margin-top:3em}.\32xl\:prose-2xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.\32xl\:prose-2xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.\32xl\:prose-2xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.\32xl\:prose-2xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.\32xl\:prose-2xl :where(table):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.\32xl\:prose-2xl :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.8em;padding-left:.6em;padding-right:.6em}.\32xl\:prose-2xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.\32xl\:prose-2xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.\32xl\:prose-2xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.8em .6em}.\32xl\:prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.\32xl\:prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.\32xl\:prose-2xl :where(.\32xl\:prose-2xl>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.\32xl\:prose-2xl :where(.\32xl\:prose-2xl>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}}.hover\:scale-110:hover{--tw-scale-x:1.1!important;--tw-scale-y:1.1!important;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.hover\:cursor-pointer:hover{cursor:pointer!important}.hover\:border-transparent:hover{border-color:transparent!important}.hover\:text-\[\#2180f8\]:hover{--tw-text-opacity:1!important;color:rgb(33 128 248/var(--tw-text-opacity))!important}.hover\:underline:hover{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.hover\:opacity-70:hover{opacity:.7!important}.disabled\:text-gray-400:disabled{--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity))!important}@media (min-width:768px){.md\:order-last{order:9999!important}.md\:col-span-1{grid-column:span 1/span 1!important}.md\:col-span-2{grid-column:span 2/span 2!important}.md\:col-span-3{grid-column:span 3/span 3!important}.md\:col-span-4{grid-column:span 4/span 4!important}.md\:col-span-6{grid-column:span 6/span 6!important}.md\:col-span-8{grid-column:span 8/span 8!important}.md\:mx-8{margin-left:2rem!important;margin-right:2rem!important}.md\:mb-0{margin-bottom:0!important}.md\:ml-10{margin-left:2.5rem!important}.md\:ml-12{margin-left:3rem!important}.md\:mr-2{margin-right:.5rem!important}.md\:mt-0{margin-top:0!important}.md\:mt-12{margin-top:3rem!important}.md\:block{display:block!important}.md\:flex{display:flex!important}.md\:grid{display:grid!important}.md\:hidden{display:none!important}.md\:h-10{height:2.5rem!important}.md\:h-\[36px\]{height:36px!important}.md\:h-\[400px\]{height:400px!important}.md\:h-\[40px\]{height:40px!important}.md\:h-\[70px\]{height:70px!important}.md\:h-\[91px\]{height:91px!important}.md\:h-auto{height:auto!important}.md\:w-0{width:0!important}.md\:w-1\/2{width:50%!important}.md\:w-1\/3{width:33.333333%!important}.md\:w-3\/4{width:75%!important}.md\:w-6\/12{width:50%!important}.md\:w-\[120px\]{width:120px!important}.md\:w-\[200px\]{width:200px!important}.md\:w-\[300px\]{width:300px!important}.md\:w-\[320px\]{width:320px!important}.md\:w-\[32px\]{width:32px!important}.md\:w-\[420px\]{width:420px!important}.md\:w-\[520px\]{width:520px!important}.md\:w-\[70px\]{width:70px!important}.md\:w-\[91px\]{width:91px!important}.md\:w-auto{width:auto!important}.md\:w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.md\:w-full{width:100%!important}.md\:min-w-\[150px\]{min-width:150px!important}.md\:min-w-\[250px\]{min-width:250px!important}.md\:min-w-\[400px\]{min-width:400px!important}.md\:min-w-full{min-width:100%!important}.md\:flex-1{flex:1 1!important}.md\:flex-\[0_0_45vw\]{flex:0 0 45vw!important}.md\:flex-none{flex:none!important}.md\:grid-flow-row{grid-auto-flow:row!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:items-center{align-items:center!important}.md\:justify-start{justify-content:flex-start!important}.md\:justify-end{justify-content:flex-end!important}.md\:justify-between{justify-content:space-between!important}.md\:justify-items-start{justify-items:start!important}.md\:gap-2{gap:.5rem!important}.md\:gap-4{gap:1rem!important}.md\:gap-6{gap:1.5rem!important}.md\:gap-\[30px\]{gap:30px!important}.md\:gap-y-8{row-gap:2rem!important}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(0px*var(--tw-space-y-reverse))!important;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))!important}.md\:p-4{padding:1rem!important}.md\:p-5{padding:1.25rem!important}.md\:p-8{padding:2rem!important}.md\:px-0{padding-left:0!important;padding-right:0!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.md\:px-8{padding-left:2rem!important;padding-right:2rem!important}.md\:px-\[32px\]{padding-left:32px!important;padding-right:32px!important}.md\:px-\[48px\]{padding-left:48px!important;padding-right:48px!important}.md\:px-\[70px\]{padding-left:70px!important;padding-right:70px!important}.md\:px-\[80px\]{padding-left:80px!important;padding-right:80px!important}.md\:py-\[26px\]{padding-bottom:26px!important;padding-top:26px!important}.md\:py-\[30px\]{padding-bottom:30px!important;padding-top:30px!important}.md\:text-left{text-align:left!important}.md\:text-center{text-align:center!important}.md\:text-start{text-align:start!important}.md\:text-\[14px\]{font-size:14px!important}.md\:text-\[22px\]{font-size:22px!important}.md\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}}@media (min-width:1024px){.lg\:col-span-1{grid-column:span 1/span 1!important}.lg\:my-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.lg\:mt-\[10px\]{margin-top:10px!important}.lg\:block{display:block!important}.lg\:flex{display:flex!important}.lg\:grid{display:grid!important}.lg\:hidden{display:none!important}.lg\:h-\[70px\]{height:70px!important}.lg\:w-0{width:0!important}.lg\:w-1\/3{width:33.333333%!important}.lg\:w-3\/4{width:75%!important}.lg\:w-\[356px\]{width:356px!important}.lg\:w-\[50\%\]{width:50%!important}.lg\:w-\[695px\]{width:695px!important}.lg\:w-\[70px\]{width:70px!important}.lg\:min-w-\[350px\]{min-width:350px!important}.lg\:min-w-\[400px\]{min-width:400px!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.lg\:flex-row{flex-direction:row!important}.lg\:items-end{align-items:flex-end!important}.lg\:justify-start{justify-content:flex-start!important}.lg\:gap-0{gap:0!important}.lg\:gap-4{gap:1rem!important}.lg\:border-r{border-right-width:1px!important}.lg\:border-t-0{border-top-width:0!important}.lg\:p-5{padding:1.25rem!important}.lg\:p-\[1\.5rem\]{padding:1.5rem!important}.lg\:pl-\[42px\]{padding-left:42px!important}.lg\:pr-4{padding-right:1rem!important}.lg\:pr-\[34px\]{padding-right:34px!important}.lg\:pt-0{padding-top:0!important}.lg\:text-xl{font-size:1.25rem!important;line-height:1.75rem!important}}@media (min-width:1280px){.xl\:hidden{display:none!important}.xl\:w-\[100px\]{width:100px!important}.xl\:w-\[120px\]{width:120px!important}.xl\:w-\[150px\]{width:150px!important}.xl\:w-\[200px\]{width:200px!important}.xl\:w-\[240px\]{width:240px!important}.xl\:w-\[250px\]{width:250px!important}.xl\:w-\[280px\]{width:280px!important}.xl\:w-\[300px\]{width:300px!important}.xl\:min-w-\[150px\]{min-width:150px!important}.xl\:min-w-\[240px\]{min-width:240px!important}.xl\:min-w-\[300px\]{min-width:300px!important}.xl\:min-w-\[400px\]{min-width:400px!important}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (min-width:1536px){.\32xl\:mb-7{margin-bottom:1.75rem!important}.\32xl\:mb-\[10px\]{margin-bottom:10px!important}.\32xl\:mb-\[17px\]{margin-bottom:17px!important}.\32xl\:mt-0{margin-top:0!important}.\32xl\:mt-1{margin-top:.25rem!important}.\32xl\:mt-5{margin-top:1.25rem!important}.\32xl\:w-1\/3{width:33.333333%!important}.\32xl\:py-\[15px\]{padding-bottom:15px!important;padding-top:15px!important}}.\[\&\>\*\]\:max-w-\[164px\]>*{max-width:164px!important}.\[\&\>\.ant-modal-content\]\:rounded-lg>.ant-modal-content{border-radius:.5rem!important}.\[\&\>\.ant-select-selector\]\:border-none>.ant-select-selector{border-style:none!important}.\[\&\>\.ant-select-selector\]\:border-\[\#FA2256\]>.ant-select-selector{--tw-border-opacity:1!important;border-color:rgb(250 34 86/var(--tw-border-opacity))!important}.\[\&\>\.ant-table-cell\]\:py-2>.ant-table-cell{padding-bottom:.5rem!important;padding-top:.5rem!important}.\[\&\>div\>div\.ant-form-item-explain\]\:hidden>div>div.ant-form-item-explain{display:none!important}.\[\&\>span\]\:underline>span{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.card-primary{background:var(--card-primary-color)}.card-primary,.card-secondary,.card-secondary--active,.card-secondary--not-bg{border-radius:16px;box-shadow:var(--card-primary-shadow);color:var(--text-primary-color);padding:16px}.card-secondary,.card-secondary--active,.card-secondary--not-bg{background:var(--card-secondary-color)}.card-secondary--active{background:var(--card-secondary-color-active);border:2px solid var(--border-color-card-secondary-active)}.card-secondary--not-bg{background:var(--card-secondary-color-not-bg);border:2px solid var(--border-color-card-secondary-inactive)}.card-third{background:var(--card-third-color);border-radius:16px;padding:16px}.card-fourth,.card-third{color:var(--text-primary-color)}.card-fourth{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--card-fourth-color);border:1px solid #2f3241;border-radius:24px;box-sizing:border-box;padding:18px}.card-outline-primary{border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary-color);padding:16px}.card-ticker-widget{background:var(--card-background-gradient);border-radius:12px;color:var(--text-primary-color);padding:13px 20px}.wallet-card{background:var(--card-walet-color);border-radius:16px;color:var(--text-primary-color);height:180px;padding:15px}.wallet-card.wallet-error{background:rgba(250,34,86,.15)!important;border:1px solid #fa2256;box-shadow:var(--card-wallet-error-shadow-color)}.bot-template-card:first-child .bot-icon{background:var(--color-bot-icon-1)!important}.bot-template-card:nth-child(2) .bot-icon{background:var(--color-bot-icon-2)!important}.bot-template-card:nth-child(n+3) .bot-icon{background:var(--color-bot-icon-3)!important}.card-circle-primary{background-color:var(--color-card-circle);border-radius:100%}.card-circle-secondary{background:var(--color-card-circle-secondary);border-radius:100%}.card-circle-third{background:var(--color-card-circle-third);border-radius:100%}.text-primary{color:var(--text-primary-color)}.text-secondary{color:var(--text-secondary-color)}.text-tertiary{color:var(--text-tertiary-color)}.text-third{color:var(--text-third-color)}.text-fourth{color:var(--text-fourth-color)}.text-fifth{color:var(--text-fifth-color)}.text-error{color:var(--error-color)}.button-primary,.button-primary--active,.button-primary--center,.button-primary--choose-active,.button-primary--choose-inactive,.button-primary--confirm,.button-primary--connect,.button-primary--danger,.button-primary--disabled,.button-primary--inactive{align-items:center;background:var(--color-bg-button-primary)!important;border:none;box-shadow:none!important;color:var(--color-button)!important;display:flex;justify-content:center;padding:10px 16px}.button-primary--active:hover,.button-primary--center:hover,.button-primary--choose-active:hover,.button-primary--choose-inactive:hover,.button-primary--confirm:hover,.button-primary--connect:hover,.button-primary--danger:hover,.button-primary--disabled:hover,.button-primary--inactive:hover,.button-primary:hover{opacity:.95}.button-primary--danger{background:var(--color-bg-button-danger)!important}.button-primary--center{background:var(--color-bg-button-primary-center)!important}.button-primary--active{background:var(--color-bg-button-primary-active)!important;border-radius:50px;color:var(--color-button-primary-active)!important;font-size:12px;padding:8px 16px}.button-primary--inactive{background:var(--color-bg-button-primary-inactive)!important;color:var(--color-button-primary-inactive)!important;font-size:12px}.button-primary--choose-active{background:var(--color-bg-button-primary-choose-active)!important;color:var(--color-button-primary-choose-active)!important}.button-primary--choose-inactive{background:var(--color-bg-button-primary-choose-inactive)!important;color:var(--color-button-primary-choose-inactive)!important}.button-primary--confirm{color:var(--color-button-primary-active)!important}.button-primary--connect{padding:12px 24px}.button-primary--disabled{background:var(--color-bg-button-disabled)!important;color:var(--color-button-disabled)!important;padding:12px 24px}.button-primary-red{align-items:center;background:#db4437!important;border-radius:60px;box-shadow:none!important;color:var(--color-button)!important;display:flex;justify-content:center}.button-primary-red:hover{opacity:.95}.button-primary-outline,.button-primary-outline--danger,.button-primary-outline--default{align-items:center;background:transparent;border-color:var(--color-bg-button-primary);box-shadow:none!important;color:var(--color-primary);display:flex;justify-content:center;padding-left:16px;padding-right:16px}.button-primary-outline--danger:hover,.button-primary-outline--default:hover,.button-primary-outline:hover{border-color:var(--color-bg-button-primary)}.button-primary-outline--danger{border:var(--color-bg-button-danger)}.button-primary-outline--default{background:var(--color-bg-button-outline-default);border-color:var(--border-color);padding:10px}.button-primary-outline--default:hover{border-color:var(--border-color)!important;color:var(--color-primary)!important}.button-social{align-items:center;background:var(--color-bg-button-primary)!important;border:none;border-radius:8px;box-shadow:none!important;color:var(--color-button)!important;display:flex;font-size:14px!important;justify-content:center;line-height:20px!important;padding:10px 16px!important}.button-social svg{-webkit-margin-end:8px;margin-inline-end:8px}.button-icon,.button-icon--delete{align-items:center;background-color:inherit!important;border:none;box-shadow:none!important;display:flex;justify-content:center;outline:none!important;padding-left:16px;padding-right:16px}.button-icon--delete:active,.button-icon--delete:focus,.button-icon--delete:hover,.button-icon:active,.button-icon:focus,.button-icon:hover{box-shadow:none!important;color:inherit!important}.button-icon--delete{background:var(--color-bg-button-secondary)!important;border:1px solid var(--color-border-button-outline-default)!important}.footer-primary{color:var(--color-footer-primary)!important}.footer{bottom:0;color:var(--color-footer-text)!important;padding:18px 50px;position:absolute;width:100%}.text-table-header{color:var(--text-secondary-color);font-size:12px;font-style:normal;font-weight:400;line-height:19px}.text-table-body{font-size:14px}.text-card,.text-table-body{color:var(--text-primary-color);font-style:normal;font-weight:400;line-height:21px}.text-card{font-size:12px}.presetModalTable tbody{cursor:pointer}.presetModalTable tbody .clickedRow:hover,.presetModalTable tbody .clickedRow>td{background-color:rgba(33,128,248,.4)}.trash-icon{fill:var(--color-trash-icon)!important}.menu-primary{background:var(--color-bg-menu-primary)}.menu-primary .menu-item:hover{background:var(--color-bg-menu-secondary)}.link-primary{color:var(--color-link-primary)}.notification{background:var(--color-bg-dropdown-primary)}.notification .ant-list-item{-webkit-border-after:0;background:var(--color-bg-item-notify-active);border-block-end:0;border-radius:13px;cursor:pointer;margin-bottom:10px;padding:16px}.notification .btn-read-more{align-items:center;background:var(--color-bg-button-primary-active);border-radius:8px;box-sizing:border-box;color:var(--text-default-color);display:flex;flex-direction:row;height:44px;justify-content:center;width:100%}.notification .card-item-avatar{background:var(--color-bg-item-notify-card-avatar);border-radius:8px;padding:8px}.notification .card-item-avatar svg path{fill:var(--color-item-notify-avatar)}.loadingButton{align-items:center;background:transparent;border-color:var(--border-color);color:#58667e;display:flex;font-size:14px;height:36px;justify-content:center;width:120px}.greed-value-item{border:1px solid transparent;border-radius:999px;min-height:32px!important;min-width:32px!important;outline:0;text-align:center;vertical-align:middle!important}.line-clamp{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.slider .bg{background:var(--color-bg-slider)}.slider .title{color:var(--color-slider-title)}.slider .subtitle{color:var(--color-slider-subtitle)}.slider .button{align-items:center;background:var(--color-bg-button-slider);box-shadow:none!important;color:var(--color-button-slider);display:flex;font-size:16px;font-weight:600;justify-content:center;padding-left:16px;padding-right:16px}.slider .button:active,.slider .button:focus,.slider .button:hover{background:var(--color-bg-button-slider);color:var(--color-button-slider);opacity:.95}.card-test{width:calc(100vw - 16px)!important}.line{display:block;margin:25px}.line h2{border-bottom:1px solid #c4c4c4;font-size:15px;position:relative;text-align:center}.line h2 span{background-color:var(--background-color);padding:0 10px;position:relative;top:10px}.ant-list-item-meta-title{line-height:1!important;margin:0 0 2px!important}.my_exchange .item_exchange{align-items:center;background:#fff;border:.424px solid #d9d9d9;border:.424px solid var(--light-color-stroke,#d9d9d9);border-radius:13.582px;box-shadow:0 5px 20px 0 rgba(0,0,0,.05);box-sizing:border-box;display:flex;height:149.398px;justify-content:center;padding:8px 27.163px}@media only screen and (max-width:767px){.my_exchange .item_exchange{height:94px}}@media(min-width:1920px){.my_exchange .item_exchange{height:100%}}.customReferralLink .ant-input-prefix{margin-right:0}.customStep .ant-steps-item-active .ant-steps-icon{color:#31314a!important}.selectTicker .ant-select-selector{padding-left:10px}.modal__2fa .ant-modal-content{padding:20px}.limit-line{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.limit-line.one-line{-webkit-line-clamp:1}.typeTicker>div{margin-bottom:0}.segmented-styled label{height:30px;pointer-events:none;width:100px}@media only screen and (max-width:768px){.segmented-styled label{width:auto}}.segmented-styled label.ant-segmented-item-disabled{color:inherit}.segmented-styled label.ant-segmented-item-selected{background-color:#2280f8;color:#fff}.segmented-styled-short label{height:30px;pointer-events:none;width:100px}@media only screen and (max-width:768px){.segmented-styled-short label{width:auto}}.segmented-styled-short label.ant-segmented-item-disabled{color:inherit}.segmented-styled-short label.ant-segmented-item-selected{background-color:#fa2256;color:#fff}.segmented-border{border:1px solid var(--border-color-segment)}.segmented-border label{font-weight:600;width:100px}@media only screen and (max-width:768px){.segmented-border label{width:auto}}.segmented-border label.ant-segmented-item-selected{background:var(--bg-color-segment-selected)}.segmented-border label.ant-segmented-item .ant-segmented-item-label{font-size:14px}.styled-dynamic div.styled-rule{border:none;justify-content:center;padding:0}.labelsRule{color:var(--color-select)}.styledBorder{border-color:var(--border-color-select)!important}.backtest-modal-table .ant-table-body{border-bottom:1px solid #ececec}.period-styled{display:flex;flex-direction:row}.period-styled label{align-items:center;display:flex;height:38px}.negativeNumber{color:#fa2256}.positiveNumber{color:#30e0a1}.ant-pagination{font-weight:600}.ant-pagination a{font-size:12px!important}.ant-pagination .ant-pagination-item{background:var(--color-pagination-item-secondary)}.ant-pagination .ant-pagination-item-active{background:var(--color-pagination-item-primary)}.ant-pagination .ant-pagination-item-active a,.ant-pagination .ant-pagination-item:hover a{color:var(--color-text-pagination-primary)!important}.ant-pagination .anticon-double-left,.ant-pagination .anticon-double-right{color:var(--color-text-pagination-secondary)!important}.ant-pagination .ant-pagination-item-link{background:var(--color-pagination-item-secondary)!important;border-color:var(--color-pagination-item-secondary)!important}.ant-pagination .ant-pagination-item-link:hover{background:var(--color-pagination-item-primary)!important;color:var(--color-text-pagination-primary)!important}.ant-btn-primary{background:var(--secondary-color);box-shadow:none!important}.ant-switch{background:var(--color-bg-switch)}.ant-input-affix-wrapper .ant-input-prefix,.ant-input-affix-wrapper .ant-input-suffix{color:var(--color-icon-input)}.ant-input-affix-wrapper .ant-input{background-color:transparent!important}.ant-input-number-group-wrapper .ant-input-number-group-addon,.ant-input-number-group-wrapper .ant-input-number-handler-wrap{background-color:var(--color-bg-input)!important;color:var(--color-icon-input);opacity:1!important}.ant-input-number-group-wrapper .ant-input-number-group-addon .ant-input-number-handler-down-inner,.ant-input-number-group-wrapper .ant-input-number-group-addon .ant-input-number-handler-up-inner,.ant-input-number-group-wrapper .ant-input-number-handler-wrap .ant-input-number-handler-down-inner,.ant-input-number-group-wrapper .ant-input-number-handler-wrap .ant-input-number-handler-up-inner{color:var(--color-icon-input)}.ant-table-thead .ant-table-cell{background-color:var(--color-bg-table)!important}.ant-steps .ant-steps-item-wait .ant-steps-item-icon{background-color:var(--color-bg-steps-disable);border-color:var(--color-border-steps);font-weight:600}.ant-steps .ant-steps-item-active .ant-steps-item-icon{font-weight:600}.ant-steps .ant-steps-item-finish .ant-steps-item-icon{background-color:var(--color-bg-steps-finish)}.ant-radio-group .ant-radio-wrapper{color:var(--text-secondary-color)}.ant-radio-group .ant-radio-wrapper-checked{color:var(--text-primary-color)}@media(max-width:576px){.ant-picker-date-range-wrapper .ant-picker-panel-container{margin-left:55px!important}}.ant-modal-content{background:var(--card-primary-color)!important}.ant-modal-content .ant-modal-confirm-title{color:var(--text-secondary-color)!important;font-size:14px!important;font-weight:400}.ant-modal-content .ant-modal-confirm-content{color:var(--text-primary-color)!important;font-size:14px!important;font-weight:400}.ant-modal-content .ant-btn-default{color:var(--text-primary-color)}.ant-upload-select{width:auto}@media(max-width:576px){.ant-upload-select{width:100%!important}}.ant-tooltip .ant-tooltip-inner{text-align:center}@media screen and (min-width:1442px){.uncollapsedClass .ant-layout-sider-children{width:278px}.uncollapsedClass .ant-menu-item{padding:16px!important}.uncollapsedClass .ant-menu-submenu div.ant-menu-submenu-title{margin:0;padding:16px!important}.uncollapsedClass .ant-layout-sider{padding:20px 32px}.uncollapsedClass .ant-menu-submenu-vertical{width:auto}.uncollapsedClass .ant-menu-item{box-sizing:border-box;margin:0;width:278px}.uncollapsedClass .ant-menu-submenu,.uncollapsedClass .ant-menu-submenu div.ant-menu-submenu-title{width:278px}}.collapsedClass ul.ant-menu-sub li{height:45px;line-height:45px;margin-bottom:4px;padding-left:8px;padding-right:10px}.anchorSubmenuPopup ul li{height:45px!important;line-height:45px!important;margin-bottom:4px!important;padding-left:8px;padding-right:10px}.styledNotification .ant-popover-inner{border-radius:16px;padding:16px}.anticon-eye{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:4px 2px 2.727px;width:24px}.anticon-eye svg{height:100%;width:100%}.anticon-eye-invisible{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:4px 2px 2.727px;width:24px}.anticon-eye-invisible svg{height:100%;width:100%}.ant-table-custom .ant-table-tbody .ant-table-cell,.subTable .ant-table-cell{padding:20px 10px!important}.invoice-pagination ul li.ant-pagination-item-active{background-color:var(--color-footer-btn)!important}