:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:#0000001a;background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:#00000080;background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.blog_pageTitle__tF5eN{color:#fff;padding:1rem;position:relative;z-index:9999}.blog_btnContainer__mwoF8{display:flex;justify-content:flex-end;margin-bottom:1rem}.blog_createBtn__xtm94{background-color:#fff!important;color:#30437f!important}.blog_viewSection__ttOGc{margin-bottom:1.5rem}.blog_viewLabel__Up4Yq{color:#30437f;font-weight:600}.blog_viewContent__9aMGY{margin-top:.5rem}.blog_imgPreview__foxAv{border-radius:8px;margin-top:10px}.blog_formGroup__UwnsS{display:flex;flex-direction:column;margin-bottom:1.2rem;width:100%}.blog_label__CK79x{color:#30437f;font-weight:600}.blog_textArea__bu-8L,.blog_textInput__9nWe7{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;margin-top:.3rem;padding:.6rem;width:100%}.blog_textArea__bu-8L{min-width:100%;resize:vertical}.blog_error__jLdus{color:red;margin-top:.3rem}.bank_heading__oPpo3{color:#fff;padding:1rem;position:relative;z-index:9999}.bank_createBtnWrapper__0qETV{display:flex;justify-content:flex-end;margin-bottom:1rem}.bank_createBtn__9GA6A{background-color:#fff!important;color:#30437f!important}.bank_formField__s9p-0{display:flex;flex-direction:column;margin-bottom:1.2rem}.bank_formLabel__H5XEy{color:#30437f;font-weight:600}.bank_selectBox__qbiMP,.bank_textInput__QxND9{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:.6rem}.bank_errorText__wlkZP{color:red;margin-top:.3rem}.Instituteusers_pageTitle__B37kt{color:#fff;padding:1rem;position:relative;z-index:9999}.Instituteusers_btnContainer__Ez0Sd{display:flex;justify-content:flex-end;margin-bottom:1rem}.Instituteusers_createBtn__Xxvrd{background-color:#fff!important;color:#30437f!important}.Instituteusers_formGroup__UrRUD{display:flex;flex-direction:column;margin-bottom:1.2rem}.Instituteusers_label__nHgXF{color:#30437f;font-weight:600}.Instituteusers_input__4ODV1,.Instituteusers_select__\+YtPq{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:.6rem;width:100%}.Instituteusers_error__VYl1U{color:red;margin-top:.3rem}.Deposit_pageTitle__JwJjb{color:#fff;padding:1rem;position:relative;z-index:9999}.Deposit_actionsContainer__Kxvg1{display:flex;justify-content:flex-end;margin-bottom:1rem}.Deposit_createButton__6oMkW{background-color:#fff!important;color:#30437f!important}.Deposit_selectInput__I6SRO,.Deposit_textInput__zCwbd{margin-bottom:1rem;padding:8px;width:100%}.Deposit_errorText__U5ySD{color:red}.LeadList_pageTitle__PY1pD{color:#fff;padding:1rem;position:relative;z-index:9999}.LeadList_tableWrapper__8A6uv{background-color:#fff;border:1px solid #007bff22;border-radius:12px;overflow:hidden}.LeadList_btnContainer__PLuRp{display:flex;justify-content:flex-end;margin-bottom:1rem}.LeadList_createBtn__HZdQN{background-color:#fff!important;color:#30437f!important}.LeadList_filterContainer__3x9px{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.LeadList_filterItem__WWjcG{min-width:180px}.LeadList_filterBtn__Xcxkt{align-self:center;background-color:#344767!important;color:#fff!important}.LeadList_filterBar__fU7E-{border-radius:8px;gap:1rem;justify-content:flex-start}.LeadList_filterBar__fU7E- button,.LeadList_filterBar__fU7E- input,.LeadList_filterBar__fU7E- select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.LeadList_filterBar__fU7E- input:focus,.LeadList_filterBar__fU7E- select:focus{box-shadow:0 0 0 2px #1976d233}.LeadList_filterBar__fU7E- input{min-width:200px}.LeadList_filterBar__fU7E- select{background-color:#fff;min-width:150px}.LeadList_filterBar__fU7E- button{cursor:pointer}.LeadList_filterBar__fU7E-{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem;padding:.8rem 1rem}.LeadList_filterBar__fU7E- input,.LeadList_filterBar__fU7E- select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.LeadList_filterBar__fU7E- input{flex:1 1;max-width:200px;min-width:220px}.LeadList_filterBar__fU7E- input:focus,.LeadList_filterBar__fU7E- select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.LeadList_filterBar__fU7E- button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:150px;min-width:100px;padding:0 14px;transition:background .2s ease}.LeadList_filterBar__fU7E- button:hover{background-color:#2c3e50!important}.Documents_label__qq3BU{color:#30437f;font-size:.95rem;font-weight:600;margin-bottom:.4rem}.Documents_input__4jl21,select,textarea{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:.95rem;outline:none;padding:10px 12px;transition:all .2s ease-in-out;width:100%}.Documents_input__4jl21:focus,select:focus,textarea:focus{border-color:#30437f;box-shadow:0 0 4px #30437f4d}.Documents_input__4jl21:hover,select:hover,textarea:hover{border-color:#888}.Documents_error__PFiGc{font-size:.85rem}.Documents_pageTitle__FDU7U{color:#fff;padding:1rem;position:relative;z-index:9999}.Documents_btnContainer__ibjhW{display:flex;justify-content:flex-end;margin-bottom:1rem}.Documents_createBtn__F3cZt{background-color:#fff!important;color:#30437f!important}.Documents_formGroup__sFouC{display:flex;flex-direction:column;margin-bottom:1.2rem}.Documents_label__qq3BU{color:#30437f!important;font-weight:600!important}.Documents_input__4jl21,.Documents_select__bYPmr{border:1px solid #ccc;border-radius:8px;padding:10px;width:100%}.Documents_error__PFiGc{color:red;margin-top:.3rem}.Documents_inputField__2vdZI{border-radius:6px;padding:10px}.Documents_filterContainer__jf4sX{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.Documents_filterItem__tkY7a{min-width:180px}.Documents_filterBtn__LF4X2{align-self:center;background-color:#344767!important;color:#fff!important}.Documents_filterBar__Dzog9{border-radius:8px;gap:1rem;justify-content:flex-start}.Documents_filterBar__Dzog9 button,.Documents_filterBar__Dzog9 input,.Documents_filterBar__Dzog9 select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.Documents_filterBar__Dzog9 input:focus,.Documents_filterBar__Dzog9 select:focus{box-shadow:0 0 0 2px #1976d233}.Documents_filterBar__Dzog9 input{min-width:200px}.Documents_filterBar__Dzog9 select{background-color:#fff;min-width:150px}.Documents_filterBar__Dzog9 button{cursor:pointer}.Documents_filterBar__Dzog9{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:right;margin-bottom:1rem;padding:.8rem 1rem}.Documents_filterBar__Dzog9 input,.Documents_filterBar__Dzog9 select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.Documents_filterBar__Dzog9 input{flex:1 1;max-width:200px;min-width:220px}.Documents_filterBar__Dzog9 input:focus,.Documents_filterBar__Dzog9 select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.Documents_filterBar__Dzog9 button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;min-width:150px;padding:0 14px;transition:background .2s ease}.Documents_filterBar__Dzog9 button:hover{background-color:#2c3e50!important}.userMangement_pageTitle__2KFyu{color:#fff;padding:1rem;position:relative;z-index:9999}.userMangement_btnContainer__XYRrR{display:flex;justify-content:flex-end;margin-bottom:1rem}.userMangement_createBtn__XVtW\+{background-color:#fff!important;color:#30437f!important}.userMangement_formGroup__pC5ND{display:flex;flex-direction:column;margin-bottom:1.2rem}.userMangement_label__MorHB{color:#30437f;font-weight:600}.userMangement_input__vBgEi,.userMangement_select__hpB9i{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:.6rem;width:100%}.userMangement_error__Tv\+ZI{color:red;margin-top:.3rem}.userMangement_filterContainer__xBRPg{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.userMangement_filterItem__XTfNj{min-width:180px}.userMangement_filterBtn__P-YmY{align-self:center;background-color:#344767!important;color:#fff!important}.userMangement_filterBar__6asZx{border-radius:8px;gap:1rem;justify-content:flex-start}.userMangement_filterBar__6asZx button,.userMangement_filterBar__6asZx input,.userMangement_filterBar__6asZx select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.userMangement_filterBar__6asZx input:focus,.userMangement_filterBar__6asZx select:focus{box-shadow:0 0 0 2px #1976d233}.userMangement_filterBar__6asZx input{min-width:200px}.userMangement_filterBar__6asZx select{background-color:#fff;min-width:150px}.userMangement_filterBar__6asZx button{cursor:pointer}.userMangement_filterBar__6asZx{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:right;margin-bottom:1rem;padding:.8rem 1rem}.userMangement_filterBar__6asZx input,.userMangement_filterBar__6asZx select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.userMangement_filterBar__6asZx input{flex:1 1;max-width:200px;min-width:220px}.userMangement_filterBar__6asZx input:focus,.userMangement_filterBar__6asZx select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.userMangement_filterBar__6asZx button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:200px;min-width:150px;padding:0 14px;transition:background .2s ease}.userMangement_filterBar__6asZx button:hover{background-color:#2c3e50!important}.userMangement_pageTitle__Lvso9{color:#fff;padding:1rem;position:relative;z-index:9999}.userMangement_btnContainer__BaXMZ{display:flex;justify-content:flex-end;margin-bottom:1rem}.userMangement_createBtn__y9W3i{background-color:#fff!important;color:#30437f!important}.userMangement_formGroup__asOGA{display:flex;flex-direction:column;margin-bottom:1.2rem}.userMangement_label__4Z-Fn{color:#30437f;font-weight:600}.userMangement_input__GlZaj,.userMangement_select__-rWfo{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:.6rem;width:100%}.userMangement_error__lmhtS{color:red;margin-top:.3rem}.userMangement_filterContainer__NlgMK{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.userMangement_filterItem__0BSnK{min-width:180px}.userMangement_filterBtn__6nE59{align-self:center;background-color:#344767!important;color:#fff!important}.userMangement_filterBar__g8gpm{border-radius:8px;gap:1rem;justify-content:flex-start}.userMangement_filterBar__g8gpm button,.userMangement_filterBar__g8gpm input,.userMangement_filterBar__g8gpm select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.userMangement_filterBar__g8gpm input:focus,.userMangement_filterBar__g8gpm select:focus{box-shadow:0 0 0 2px #1976d233}.userMangement_filterBar__g8gpm input{min-width:200px}.userMangement_filterBar__g8gpm select{background-color:#fff;min-width:150px}.userMangement_filterBar__g8gpm button{cursor:pointer}.userMangement_filterBar__g8gpm{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:right;margin-bottom:1rem;padding:.8rem 1rem}.userMangement_filterBar__g8gpm input,.userMangement_filterBar__g8gpm select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.userMangement_filterBar__g8gpm input{flex:1 1;max-width:200px;min-width:220px}.userMangement_filterBar__g8gpm input:focus,.userMangement_filterBar__g8gpm select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.userMangement_filterBar__g8gpm button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:200px;min-width:150px;padding:0 14px;transition:background .2s ease}.userMangement_filterBar__g8gpm button:hover{background-color:#2c3e50!important}.product_label__XaorV{color:#30437f;font-size:.95rem;margin-bottom:.4rem}.product_input__dLrhj,select,textarea{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:.95rem;outline:none;padding:10px 12px;transition:all .2s ease-in-out;width:100%}.product_input__dLrhj:focus,select:focus,textarea:focus{border-color:#30437f;box-shadow:0 0 4px #30437f4d}.product_input__dLrhj:hover,select:hover,textarea:hover{border-color:#888}.product_error__gd3X6{font-size:.85rem}.product_pageTitle__rXeCb{color:#fff;padding:1rem;position:relative;z-index:9999}.product_btnContainer__NdkGF{display:flex;justify-content:flex-end;margin-bottom:1rem}.product_createBtn__AAfAa{background-color:#fff!important;color:#30437f!important}.product_formGroup__Smmpw{margin-bottom:1.2rem}.product_label__XaorV{color:#30437f!important;font-weight:600!important}.product_input__dLrhj,.product_select__utV6e{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:10px;width:100%}.product_error__gd3X6{margin-top:.3rem}.product_inputField__6acDy{padding:10px}.product_filterContainer__nxfVU{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.product_filterItem__QJdwP{min-width:180px}.product_filterBtn__U\+\+db{align-self:center;background-color:#344767!important;color:#fff!important}.product_filterBar__N4nUr{border-radius:8px;gap:1rem;justify-content:flex-start}.product_filterBar__N4nUr button,.product_filterBar__N4nUr input,.product_filterBar__N4nUr select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.product_filterBar__N4nUr input:focus,.product_filterBar__N4nUr select:focus{box-shadow:0 0 0 2px #1976d233}.product_filterBar__N4nUr input{min-width:200px}.product_filterBar__N4nUr select{background-color:#fff;min-width:150px}.product_filterBar__N4nUr button{cursor:pointer}.product_filterBar__N4nUr{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:right;margin-bottom:1rem;padding:.8rem 1rem}.product_filterBar__N4nUr input,.product_filterBar__N4nUr select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.product_filterBar__N4nUr input{flex:1 1;max-width:200px;min-width:220px}.product_filterBar__N4nUr input:focus,.product_filterBar__N4nUr select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.product_filterBar__N4nUr button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:200px;min-width:150px;padding:0 14px;transition:background .2s ease}.product_filterBar__N4nUr button:hover{background-color:#2c3e50!important}.product_fieldRow__AtwaI{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.product_formGroup__Smmpw{display:flex;flex-direction:column}.product_label__XaorV{font-weight:600;margin-bottom:.3rem}.product_inputField__6acDy{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:8px 10px}.product_error__gd3X6{color:red;font-size:12px;margin-top:3px}.product_required__5\+JIb{color:red;font-weight:600;margin-left:4px}.registraionAndKyc_pageTitle__wxnEs{color:#fff;padding:1rem;position:relative;z-index:9999}.registraionAndKyc_btnContainer__S5VG-{display:flex;justify-content:flex-end;margin-bottom:1rem}.registraionAndKyc_createBtn__2H7ti{background-color:#fff!important;color:#30437f!important}.registraionAndKyc_formGroup__qHtF6{display:flex;flex-direction:column;margin-bottom:1.2rem}.registraionAndKyc_label__6KFI6{color:#30437f;font-weight:600}.registraionAndKyc_input__ZFtYm,.registraionAndKyc_select__Z9Ob7{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:.6rem;width:100%}.registraionAndKyc_error__zGsgt{color:red;margin-top:.3rem}.support_pageTitle__UcvBe{color:#fff;padding:1rem;position:relative;z-index:9999}.support_btnContainer__URmGi{display:flex;justify-content:flex-end;margin-bottom:1rem}.support_createBtn__tvGMJ{background-color:#fff!important;color:#30437f!important}.support_formGroup__2k-iI{display:flex;flex-direction:column;margin-bottom:1.2rem}.support_label__YpHaw{color:#30437f;font-weight:600}.support_input__NLvTa,.support_select__0R5Av{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:.6rem;width:100%}.support_error__TBxzw{color:red;margin-top:.3rem}.support_filterContainer__rGTSd{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.support_filterItem__xyF7D{min-width:180px}.support_filterBtn__va6Li{align-self:center;background-color:#344767!important;color:#fff!important}.support_filterBar__mvkcY{border-radius:8px;gap:1rem;justify-content:flex-start}.support_filterBar__mvkcY button,.support_filterBar__mvkcY input,.support_filterBar__mvkcY select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.support_filterBar__mvkcY input:focus,.support_filterBar__mvkcY select:focus{box-shadow:0 0 0 2px #1976d233}.support_filterBar__mvkcY input{min-width:200px}.support_filterBar__mvkcY select{background-color:#fff;min-width:150px}.support_filterBar__mvkcY button{cursor:pointer}.support_filterBar__mvkcY{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:right;margin-bottom:1rem;padding:.8rem 1rem}.support_filterBar__mvkcY input,.support_filterBar__mvkcY select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.support_filterBar__mvkcY input{flex:1 1;max-width:200px;min-width:220px}.support_filterBar__mvkcY input:focus,.support_filterBar__mvkcY select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.support_filterBar__mvkcY button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:200px;min-width:150px;padding:0 14px;transition:background .2s ease}.support_filterBar__mvkcY button:hover{background-color:#2c3e50!important}.support_chatContainer__KLIcA{border-top:1px solid #ccc;margin-top:1rem;padding-top:1rem}.support_chatMessages__NOBop{margin-bottom:.5rem;max-height:300px;overflow-y:auto}.support_adminMsg__Mw0-D{background:#e0f7fa}.support_adminMsg__Mw0-D,.support_userMsg__qamOt{border-radius:6px;margin-bottom:.3rem;padding:.4rem}.support_userMsg__qamOt{background:#f1f1f1}.support_chatInput__ntcXb{display:flex;gap:.5rem}.support_chatInput__ntcXb input{border:1px solid #ccc;border-radius:6px;flex:1 1;padding:.4rem .6rem}.commission_label__z7059{color:#30437f;font-size:.95rem;font-weight:600;margin-bottom:.4rem}.commission_input__GuaHM,select,textarea{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:.95rem;outline:none;padding:10px 12px;transition:all .2s ease-in-out;width:100%}.commission_input__GuaHM:focus,select:focus,textarea:focus{border-color:#30437f;box-shadow:0 0 4px #30437f4d}.commission_input__GuaHM:hover,select:hover,textarea:hover{border-color:#888}.commission_error__udbrO{font-size:.85rem}.commission_pageTitle__zuT\+j{color:#fff;padding:1rem;position:relative;z-index:9999}.commission_btnContainer__hO7AP{display:flex;justify-content:flex-end;margin-bottom:1rem}.commission_createBtn__-\+FPa{background-color:#fff!important;color:#30437f!important}.commission_formGroup__WL2VX{display:flex;flex-direction:column;margin-bottom:1.2rem}.commission_label__z7059{color:#30437f!important;font-weight:600!important}.commission_input__GuaHM,.commission_select__HVLgy{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:10px;width:100%}.commission_error__udbrO{color:red;margin-top:.3rem}.commission_inputField__Y6sqa{border-radius:6px;padding:10px}.commission_filterContainer__DaKfh{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.commission_filterItem__uMjyl{min-width:180px}.commission_filterBtn__o9W5I{align-self:center;background-color:#344767!important;color:#fff!important}.commission_filterBar__3Nay\+{border-radius:8px;gap:1rem;justify-content:flex-start}.commission_filterBar__3Nay\+ button,.commission_filterBar__3Nay\+ input,.commission_filterBar__3Nay\+ select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.commission_filterBar__3Nay\+ input:focus,.commission_filterBar__3Nay\+ select:focus{box-shadow:0 0 0 2px #1976d233}.commission_filterBar__3Nay\+ input{min-width:200px}.commission_filterBar__3Nay\+ select{background-color:#fff;min-width:150px}.commission_filterBar__3Nay\+ button{cursor:pointer}.commission_filterBar__3Nay\+{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:right;margin-bottom:1rem;padding:.8rem 1rem}.commission_filterBar__3Nay\+ input,.commission_filterBar__3Nay\+ select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.commission_filterBar__3Nay\+ input{flex:1 1;max-width:200px;min-width:220px}.commission_filterBar__3Nay\+ input:focus,.commission_filterBar__3Nay\+ select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.commission_filterBar__3Nay\+ button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:200px;min-width:150px;padding:0 14px;transition:background .2s ease}.commission_filterBar__3Nay\+ button:hover{background-color:#2c3e50!important}.LeadList_pageTitle__LmFMb{color:#fff;padding:1rem;position:relative;z-index:9999}.LeadList_tableWrapper__MUENy{background-color:#fff;border:1px solid #007bff22;border-radius:12px;overflow:hidden}.LeadList_btnContainer__Mxcxl{display:flex;justify-content:flex-end;margin-bottom:1rem}.LeadList_createBtn__Sxg6-{background-color:#fff!important;color:#30437f!important}.LeadList_filterContainer__Nr4zZ{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.LeadList_filterItem__16CyP{min-width:180px}.LeadList_filterBtn__LoZIT{align-self:center;background-color:#344767!important;color:#fff!important}.LeadList_filterBar__ODhIh{border-radius:8px;gap:1rem;justify-content:flex-start}.LeadList_filterBar__ODhIh button,.LeadList_filterBar__ODhIh input,.LeadList_filterBar__ODhIh select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.LeadList_filterBar__ODhIh input:focus,.LeadList_filterBar__ODhIh select:focus{box-shadow:0 0 0 2px #1976d233}.LeadList_filterBar__ODhIh input{min-width:200px}.LeadList_filterBar__ODhIh select{background-color:#fff;min-width:150px}.LeadList_filterBar__ODhIh button{cursor:pointer}.LeadList_filterBar__ODhIh{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem;padding:.8rem 1rem}.LeadList_filterBar__ODhIh input,.LeadList_filterBar__ODhIh select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.LeadList_filterBar__ODhIh input{flex:1 1;max-width:200px;min-width:220px}.LeadList_filterBar__ODhIh input:focus,.LeadList_filterBar__ODhIh select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.LeadList_filterBar__ODhIh button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:150px;min-width:100px;padding:0 14px;transition:background .2s ease}.LeadList_filterBar__ODhIh button:hover{background-color:#2c3e50!important}.product_label__oVXK2{color:#30437f;font-size:.95rem;font-weight:600;margin-bottom:.4rem}.product_input__Dn3gm,select,textarea{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:.95rem;outline:none;padding:10px 12px;transition:all .2s ease-in-out;width:100%}.product_input__Dn3gm:focus,select:focus,textarea:focus{border-color:#30437f;box-shadow:0 0 4px #30437f4d}.product_input__Dn3gm:hover,select:hover,textarea:hover{border-color:#888}.product_error__Uem4v{font-size:.85rem}.product_pageTitle__LnDF2{color:#fff;padding:1rem;position:relative;z-index:9999}.product_btnContainer__MUauc{display:flex;justify-content:flex-end;margin-bottom:1rem}.product_createBtn__OOEFL{background-color:#fff!important;color:#30437f!important}.product_formGroup__tKWFA{display:flex;flex-direction:column;margin-bottom:1.2rem}.product_label__oVXK2{color:#30437f!important;font-weight:600!important}.product_input__Dn3gm,.product_select__WIP4e{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:10px;width:100%}.product_error__Uem4v{color:red;margin-top:.3rem}.product_inputField__yMfpX{border-radius:6px;padding:10px}.product_filterContainer__8k-PY{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.product_filterItem__mIJmv{min-width:180px}.product_filterBtn__kWlpa{align-self:center;background-color:#344767!important;color:#fff!important}.product_filterBar__LH6Gj{border-radius:8px;gap:1rem;justify-content:flex-start}.product_filterBar__LH6Gj button,.product_filterBar__LH6Gj input,.product_filterBar__LH6Gj select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.product_filterBar__LH6Gj input:focus,.product_filterBar__LH6Gj select:focus{box-shadow:0 0 0 2px #1976d233}.product_filterBar__LH6Gj input{min-width:200px}.product_filterBar__LH6Gj select{background-color:#fff;min-width:150px}.product_filterBar__LH6Gj button{cursor:pointer}.product_filterBar__LH6Gj{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem;padding:.8rem 1rem}.product_filterBar__LH6Gj input,.product_filterBar__LH6Gj select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.product_filterBar__LH6Gj input{flex:1 1;max-width:200px;min-width:220px}.product_filterBar__LH6Gj input:focus,.product_filterBar__LH6Gj select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.product_filterBar__LH6Gj button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:200px;min-width:150px;padding:0 14px;transition:background .2s ease}.product_filterBar__LH6Gj button:hover{background-color:#2c3e50!important}.commission_label__MCG9O{color:#30437f;font-size:.95rem;font-weight:600;margin-bottom:.4rem}.commission_input__58PcF,select,textarea{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:.95rem;outline:none;padding:10px 12px;transition:all .2s ease-in-out;width:100%}.commission_input__58PcF:focus,select:focus,textarea:focus{border-color:#30437f;box-shadow:0 0 4px #30437f4d}textarea{min-height:80px;resize:vertical}.commission_input__58PcF:hover,select:hover,textarea:hover{border-color:#888}.commission_error__0tx16{font-size:.85rem}.commission_pageTitle__-6-Xy{color:#fff;padding:1rem;position:relative;z-index:9999}.commission_btnContainer__BqANW{display:flex;justify-content:flex-end;margin-bottom:1rem}.commission_createBtn__0dAcx{background-color:#fff!important;color:#30437f!important}.commission_formGroup__9519t{display:flex;flex-direction:column;margin-bottom:1.2rem}.commission_label__MCG9O{color:#30437f!important;font-weight:600!important}.commission_input__58PcF,.commission_select__VbQfA{border:1px solid #ccc;border-radius:8px;margin-top:.3rem;padding:10px;width:100%}.commission_error__0tx16{color:red;margin-top:.3rem}.commission_inputField__eAGau{border-radius:6px;padding:10px}.commission_filterContainer__Dkutb{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.commission_filterItem__qv2Tt{min-width:180px}.commission_filterBtn__ic643{align-self:center;background-color:#344767!important;color:#fff!important}.commission_filterBar__pU6Nt{border-radius:8px;gap:1rem;justify-content:flex-start}.commission_filterBar__pU6Nt button,.commission_filterBar__pU6Nt input,.commission_filterBar__pU6Nt select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.commission_filterBar__pU6Nt input:focus,.commission_filterBar__pU6Nt select:focus{box-shadow:0 0 0 2px #1976d233}.commission_filterBar__pU6Nt input{min-width:200px}.commission_filterBar__pU6Nt select{background-color:#fff;min-width:150px}.commission_filterBar__pU6Nt button{cursor:pointer}.commission_filterBar__pU6Nt{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:right;margin-bottom:1rem;padding:.8rem 1rem}.commission_filterBar__pU6Nt input,.commission_filterBar__pU6Nt select{background-color:#fff;border:1px solid #ccc;border-radius:6px;flex:0 0 auto;font-size:14px;height:38px;max-width:200px;min-width:160px;outline:none;padding:6px 10px;transition:border-color .2s ease,box-shadow .2s ease}.commission_filterBar__pU6Nt input{flex:1 1;max-width:200px;min-width:220px}.commission_filterBar__pU6Nt input:focus,.commission_filterBar__pU6Nt select:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.commission_filterBar__pU6Nt button{background-color:#344767!important;border-radius:6px;color:#fff!important;flex:0 0 auto;font-weight:600;height:38px;max-width:200px;min-width:150px;padding:0 14px;transition:background .2s ease}.commission_filterBar__pU6Nt button:hover{background-color:#2c3e50!important}.news_pageTitle__e9LaX{color:#fff;padding:1rem;position:relative;z-index:9999}.news_btnContainer__MJc1b{display:flex;justify-content:flex-end;margin-bottom:1rem}.news_createBtn__jNTZF{background-color:#fff!important;color:#30437f!important}.news_viewSection__JIaxO{margin-bottom:1.5rem}.news_viewLabel__mRIaW{color:#30437f;font-weight:600}.news_viewContent__1q4QL{margin-top:.5rem}.news_imgPreview__Zn\+Cc{border-radius:8px;margin-top:10px}.news_formGroup__TmTWw{display:flex;flex-direction:column;margin-bottom:1.2rem;width:100%}.news_label__nlqK6{color:#30437f;font-weight:600}.news_textArea__Os3Uo,.news_textInput__eIifI{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;margin-top:.3rem;padding:.6rem;width:100%}.news_textArea__Os3Uo{min-width:100%;resize:vertical}.news_error__kMCis{color:red;margin-top:.3rem}.contactUs_pageTitle__MMPbc{color:#fff;padding:1rem;position:relative;z-index:9999}.contactUs_filterBar__3SNVl{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 6px #0000000d;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:1rem;padding:.8rem 1rem}.contactUs_filterBar__3SNVl button,.contactUs_filterBar__3SNVl input,.contactUs_filterBar__3SNVl select{align-items:center;border-radius:6px;display:flex;font-size:14px;height:40px;padding:8px 12px}.contactUs_btnContainer__WNVik{display:flex;justify-content:flex-end;margin-bottom:1rem}.contactUs_createBtn__clpBM{background-color:#fff!important;color:#30437f!important}.contactUs_viewSection__umURQ{margin-bottom:1.5rem}.contactUs_viewLabel__yY8pA{color:#30437f;font-weight:600}.contactUs_viewContent__y97kM{margin-top:.5rem}.contactUs_imgPreview__myx2S{border-radius:8px;margin-top:10px}.contactUs_formGroup__2MOng{display:flex;flex-direction:column;margin-bottom:1.2rem;width:100%}.contactUs_label__hUbDk{color:#30437f;font-weight:600}.contactUs_textArea__JatrJ,.contactUs_textInput__mtWfR{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;margin-top:.3rem;padding:.6rem;width:100%}.contactUs_textArea__JatrJ{min-width:100%;resize:vertical}.contactUs_error__\+Gd5\+{color:red;margin-top:.3rem}@font-face{font-family:NucleoIcons;font-style:normal;font-weight:400;src:url(/static/media/nucleo-icons.19abb5402a664606b14c.eot);src:url(/static/media/nucleo-icons.19abb5402a664606b14c.eot) format("embedded-opentype"),url(/static/media/nucleo-icons.cba267483aa6a7cb6e33.woff2) format("woff2"),url(/static/media/nucleo-icons.c82c9b7c40130b7116d3.woff) format("woff"),url(/static/media/nucleo-icons.d6a66724e7a7bf1bba65.ttf) format("truetype"),url(/static/media/nucleo-icons.95fa360c1c73431a0f9a.svg) format("svg")}.ni{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 NucleoIcons;font-size:inherit;text-rendering:auto}.ni-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.ni-2x{font-size:2em}.ni-3x{font-size:3em}.ni-4x{font-size:4em}.ni-5x{font-size:5em}.ni.circle,.ni.square{background-color:#eee;padding:.33333333em;vertical-align:-16%}.ni.circle{border-radius:50%}.ni-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.ni-ul>li{position:relative}.ni-ul>li>.ni{left:-1.57142857em;position:absolute;text-align:center;top:.14285714em}.ni-ul>li>.ni.lg{left:-1.35714286em;top:0}.ni-ul>li>.ni.circle,.ni-ul>li>.ni.square{left:-1.9047619em;top:-.19047619em}.ni.spin{animation:nc-spin 2s linear infinite}@keyframes nc-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ni.rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg)}.ni.rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg)}.ni.rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg)}.ni.flip-y{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);transform:scaleX(-1)}.ni.flip-x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:scaleY(-1)}.ni-active-40:before{content:"\ea02"}.ni-air-baloon:before{content:"\ea03"}.ni-album-2:before{content:"\ea04"}.ni-align-center:before{content:"\ea05"}.ni-align-left-2:before{content:"\ea06"}.ni-ambulance:before{content:"\ea07"}.ni-app:before{content:"\ea08"}.ni-archive-2:before{content:"\ea09"}.ni-atom:before{content:"\ea0a"}.ni-badge:before{content:"\ea0b"}.ni-bag-17:before{content:"\ea0c"}.ni-basket:before{content:"\ea0d"}.ni-bell-55:before{content:"\ea0e"}.ni-bold-down:before{content:"\ea0f"}.ni-bold-left:before{content:"\ea10"}.ni-bold-right:before{content:"\ea11"}.ni-bold-up:before{content:"\ea12"}.ni-bold:before{content:"\ea13"}.ni-book-bookmark:before{content:"\ea14"}.ni-books:before{content:"\ea15"}.ni-box-2:before{content:"\ea16"}.ni-briefcase-24:before{content:"\ea17"}.ni-building:before{content:"\ea18"}.ni-bulb-61:before{content:"\ea19"}.ni-bullet-list-67:before{content:"\ea1a"}.ni-bus-front-12:before{content:"\ea1b"}.ni-button-pause:before{content:"\ea1c"}.ni-button-play:before{content:"\ea1d"}.ni-button-power:before{content:"\ea1e"}.ni-calendar-grid-58:before{content:"\ea1f"}.ni-camera-compact:before{content:"\ea20"}.ni-caps-small:before{content:"\ea21"}.ni-cart:before{content:"\ea22"}.ni-chart-bar-32:before{content:"\ea23"}.ni-chart-pie-35:before{content:"\ea24"}.ni-chat-round:before{content:"\ea25"}.ni-check-bold:before{content:"\ea26"}.ni-circle-08:before{content:"\ea27"}.ni-cloud-download-95:before{content:"\ea28"}.ni-cloud-upload-96:before{content:"\ea29"}.ni-compass-04:before{content:"\ea2a"}.ni-controller:before{content:"\ea2b"}.ni-credit-card:before{content:"\ea2c"}.ni-curved-next:before{content:"\ea2d"}.ni-delivery-fast:before{content:"\ea2e"}.ni-diamond:before{content:"\ea2f"}.ni-email-83:before{content:"\ea30"}.ni-fat-add:before{content:"\ea31"}.ni-fat-delete:before{content:"\ea32"}.ni-fat-remove:before{content:"\ea33"}.ni-favourite-28:before{content:"\ea34"}.ni-folder-17:before{content:"\ea35"}.ni-glasses-2:before{content:"\ea36"}.ni-hat-3:before{content:"\ea37"}.ni-headphones:before{content:"\ea38"}.ni-html5:before{content:"\ea39"}.ni-istanbul:before{content:"\ea3a"}.ni-key-25:before{content:"\ea3b"}.ni-laptop:before{content:"\ea3c"}.ni-like-2:before{content:"\ea3d"}.ni-lock-circle-open:before{content:"\ea3e"}.ni-map-big:before{content:"\ea3f"}.ni-mobile-button:before{content:"\ea40"}.ni-money-coins:before{content:"\ea41"}.ni-note-03:before{content:"\ea42"}.ni-notification-70:before{content:"\ea43"}.ni-palette:before{content:"\ea44"}.ni-paper-diploma:before{content:"\ea45"}.ni-pin-3:before{content:"\ea46"}.ni-planet:before{content:"\ea47"}.ni-ruler-pencil:before{content:"\ea48"}.ni-satisfied:before{content:"\ea49"}.ni-scissors:before{content:"\ea4a"}.ni-send:before{content:"\ea4b"}.ni-settings-gear-65:before{content:"\ea4c"}.ni-settings:before{content:"\ea4d"}.ni-single-02:before{content:"\ea4e"}.ni-single-copy-04:before{content:"\ea4f"}.ni-sound-wave:before{content:"\ea50"}.ni-spaceship:before{content:"\ea51"}.ni-square-pin:before{content:"\ea52"}.ni-support-16:before{content:"\ea53"}.ni-tablet-button:before{content:"\ea54"}.ni-tag:before{content:"\ea55"}.ni-tie-bow:before{content:"\ea56"}.ni-time-alarm:before{content:"\ea57"}.ni-trophy:before{content:"\ea58"}.ni-tv-2:before{content:"\ea59"}.ni-umbrella-13:before{content:"\ea5a"}.ni-user-run:before{content:"\ea5b"}.ni-vector:before{content:"\ea5c"}.ni-watch-time:before{content:"\ea5d"}.ni-world:before{content:"\ea5e"}.ni-zoom-split-in:before{content:"\ea5f"}.ni-collection:before{content:"\ea60"}.ni-image:before{content:"\ea61"}.ni-shop:before{content:"\ea62"}.ni-ungroup:before{content:"\ea63"}.ni-world-2:before{content:"\ea64"}.ni-ui-04:before{content:"\ea65"}.icon{color:#111;display:inline-block;height:1em;width:1em}.icon use{fill:#7ea6f6}.icon.icon-outline use{stroke:#7ea6f6}.icon-xs{height:.5em;width:.5em}.icon-sm{height:.8em;width:.8em}.icon-lg{height:1.6em;width:1.6em}.icon-xl{height:2em;width:2em}.icon-text-aligner{align-items:center;display:flex}.icon-text-aligner .icon{color:inherit;margin-right:.4em}.icon-text-aligner .icon use{fill:currentColor;color:inherit}.icon-text-aligner .icon.icon-outline use{stroke:currentColor}.icon{fill:currentColor;stroke:none}.icon.icon-outline{fill:none;stroke:currentColor}.icon use{stroke:none}.icon.icon-outline use{fill:none}.icon-outline.icon-stroke-1{stroke-width:1px}.icon-outline.icon-stroke-2{stroke-width:2px}.icon-outline.icon-stroke-3{stroke-width:3px}.icon-outline.icon-stroke-4{stroke-width:4px}.icon-outline.icon-stroke-1 use,.icon-outline.icon-stroke-3 use{transform:translateX(.5px) translateY(.5px)}.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:initial;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{height:100%;position:relative}