: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:#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-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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;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: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{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{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{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{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)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding: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{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.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-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{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.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;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);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);bottom:0;height:5px;left:0;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)}}.style_h100__lMIr8{height:100%}.style_containerPadding__RnWnl{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__RnWnl{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__RnWnl{padding:20px 14px 0}}.style_listContainerStyle__nmJB3{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__nmJB3::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__nmJB3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__nmJB3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__nmJB3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__nmJB3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__nmJB3{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__nmJB3{height:calc(100vh - 70px);width:100%}}.style_customContainer__c53xD{margin:auto}@media screen and (max-width:640px){.style_customContainer__c53xD{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__c53xD{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__c53xD{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__c53xD{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__c53xD{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__c53xD{max-width:1320px}}.style_mainContainer__QTAv7{display:flex;height:100vh}.style_mainContainer__QTAv7 .style_assetImg__YNU2s{height:100vh;object-fit:cover;width:100%}.style_mainContainer__QTAv7 .style_logoContainer__Mo6qD svg{width:400px}@media screen and (max-width:640px){.style_mainContainer__QTAv7 .style_logoContainer__Mo6qD svg{width:283.4285714286px}}@media screen and (min-width:640px){.style_mainContainer__QTAv7 .style_logoContainer__Mo6qD svg{width:283.4285714286px}}@media screen and (min-width:768px){.style_mainContainer__QTAv7 .style_logoContainer__Mo6qD svg{width:283.4285714286px}}@media screen and (min-width:992px){.style_mainContainer__QTAv7 .style_logoContainer__Mo6qD svg{width:283.4285714286px}}@media screen and (min-width:1200px){.style_mainContainer__QTAv7 .style_logoContainer__Mo6qD svg{width:342.8571428571px}}@media screen and (min-width:1400px){.style_mainContainer__QTAv7 .style_logoContainer__Mo6qD svg{width:400px}}.style_mainContainer__QTAv7 .style_smallLogo__Xfogc svg{height:130px;width:150px}@media screen and (max-width:640px){.style_mainContainer__QTAv7 .style_smallLogo__Xfogc svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:640px){.style_mainContainer__QTAv7 .style_smallLogo__Xfogc svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:768px){.style_mainContainer__QTAv7 .style_smallLogo__Xfogc svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:992px){.style_mainContainer__QTAv7 .style_smallLogo__Xfogc svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:1200px){.style_mainContainer__QTAv7 .style_smallLogo__Xfogc svg{height:111.4285714286px;width:128.5714285714px}}@media screen and (min-width:1400px){.style_mainContainer__QTAv7 .style_smallLogo__Xfogc svg{height:130px;width:150px}}.style_mainContainer__QTAv7 .style_smallLogoContainer__PiPO4{background-color:#001e41;margin-bottom:80px;padding-left:20px;padding-right:20px}@media screen and (max-width:640px){.style_mainContainer__QTAv7 .style_smallLogoContainer__PiPO4{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:640px){.style_mainContainer__QTAv7 .style_smallLogoContainer__PiPO4{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:768px){.style_mainContainer__QTAv7 .style_smallLogoContainer__PiPO4{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:992px){.style_mainContainer__QTAv7 .style_smallLogoContainer__PiPO4{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:1200px){.style_mainContainer__QTAv7 .style_smallLogoContainer__PiPO4{margin-bottom:68.5714285714px;padding-left:17.1428571429px;padding-right:17.1428571429px}}@media screen and (min-width:1400px){.style_mainContainer__QTAv7 .style_smallLogoContainer__PiPO4{margin-bottom:80px;padding-left:20px;padding-right:20px}}.style_mainContainer__QTAv7 .style_formContainer__otwF-{background-color:#f5f5f6;border-radius:24px;display:flex;flex-direction:column;gap:25px;margin-bottom:auto;margin-top:auto;max-width:514px;padding:32px;width:100%}@media screen and (max-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF-{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF-{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:768px){.style_mainContainer__QTAv7 .style_formContainer__otwF-{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:992px){.style_mainContainer__QTAv7 .style_formContainer__otwF-{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:1200px){.style_mainContainer__QTAv7 .style_formContainer__otwF-{border-radius:20.5714285714px;gap:21.4285714286px;max-width:440.5714285714px;padding:27.4285714286px}}@media screen and (min-width:1400px){.style_mainContainer__QTAv7 .style_formContainer__otwF-{border-radius:24px;gap:25px;max-width:514px;padding:32px}}.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_title__QxZUU{color:#0f1106;font-family:var(--font-neue);font-size:26px;font-weight:500;line-height:31px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_title__QxZUU{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_title__QxZUU{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:768px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_title__QxZUU{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:992px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_title__QxZUU{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:1200px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_title__QxZUU{font-size:22.2857142857px;line-height:26.5714285714px}}@media screen and (min-width:1400px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_title__QxZUU{font-size:26px;line-height:31px}}.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_subTitle__9BLaY{color:#868e96;font-family:var(--font-neue);font-size:16px;font-weight:400;line-height:28px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_subTitle__9BLaY{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_subTitle__9BLaY{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:768px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_subTitle__9BLaY{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:992px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_subTitle__9BLaY{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:1200px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_subTitle__9BLaY{font-size:13.7142857143px;line-height:24px}}@media screen and (min-width:1400px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_subTitle__9BLaY{font-size:16px;line-height:28px}}.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_forgotLabel__Rguuf{color:#001e41;font-family:var(--font-neue);font-size:15px;font-weight:400;line-height:16.8px;text-align:right}@media screen and (max-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_forgotLabel__Rguuf{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_forgotLabel__Rguuf{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:768px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_forgotLabel__Rguuf{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:992px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_forgotLabel__Rguuf{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:1200px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_forgotLabel__Rguuf{font-size:12.8571428571px;line-height:14.4px}}@media screen and (min-width:1400px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_forgotLabel__Rguuf{font-size:15px;line-height:16.8px}}.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_forgotLabel__Rguuf:hover{cursor:pointer}.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_bottomText__b\+-Ah{color:#868e96;font-family:var(--font-neue);font-size:15px;font-weight:400;line-height:16.8px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_bottomText__b\+-Ah{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:640px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_bottomText__b\+-Ah{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:768px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_bottomText__b\+-Ah{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:992px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_bottomText__b\+-Ah{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:1200px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_bottomText__b\+-Ah{font-size:12.8571428571px;line-height:14.4px}}@media screen and (min-width:1400px){.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_bottomText__b\+-Ah{font-size:15px;line-height:16.8px}}.style_mainContainer__QTAv7 .style_formContainer__otwF- .style_bottomText__b\+-Ah a{color:#001e41}.style_mainContainer__QTAv7::-webkit-scrollbar{display:none}.style_primary__\+cVOj{background-color:#001e41}@media screen and (max-width:1024px){.style_mainContainer__QTAv7 .style_leftContainer__x2TVS{height:auto!important;overflow-y:visible!important;overflow-y:initial!important}}.style_h100__ETP3T{height:100%}.style_containerPadding__oP2lz{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__oP2lz{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__oP2lz{padding:20px 14px 0}}.style_listContainerStyle__ntqHm{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__ntqHm::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__ntqHm{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__ntqHm{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__ntqHm{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__ntqHm{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__ntqHm{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__ntqHm{height:calc(100vh - 70px);width:100%}}.style_customContainer__GXPfP{margin:auto}@media screen and (max-width:640px){.style_customContainer__GXPfP{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__GXPfP{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__GXPfP{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__GXPfP{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__GXPfP{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__GXPfP{max-width:1320px}}.style_inputLabel__oYw9a{color:#0f1106;font-family:var(--font-neue);font-size:16px;font-weight:400;line-height:21px;text-align:center}@media screen and (max-width:640px){.style_inputLabel__oYw9a{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:640px){.style_inputLabel__oYw9a{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:768px){.style_inputLabel__oYw9a{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:992px){.style_inputLabel__oYw9a{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:1200px){.style_inputLabel__oYw9a{font-size:13.7142857143px;line-height:18px}}@media screen and (min-width:1400px){.style_inputLabel__oYw9a{font-size:16px;line-height:21px}}.style_asterik__xUw4X{color:#001e41}.style_readonly__EVsID{background:#f4f4f4}.style_inputContainer__tsQkQ{align-items:center;border:1px solid #ced4da;border-radius:9px;display:flex;height:56px;justify-content:space-between;padding:9px}@media screen and (max-width:640px){.style_inputContainer__tsQkQ{border-radius:9px;height:39.68px;padding:9px}}@media screen and (min-width:640px){.style_inputContainer__tsQkQ{border-radius:9px;height:39.68px;padding:9px}}@media screen and (min-width:768px){.style_inputContainer__tsQkQ{border-radius:9px;height:39.68px;padding:9px}}@media screen and (min-width:992px){.style_inputContainer__tsQkQ{border-radius:9px;height:39.68px;padding:9px}}@media screen and (min-width:1200px){.style_inputContainer__tsQkQ{border-radius:9px;height:48px;padding:9px}}@media screen and (min-width:1400px){.style_inputContainer__tsQkQ{border-radius:9px;height:56px;padding:9px}}.style_inputStyle__O1ror{background:#0000;border:0;font-size:16px;height:100%;outline:0;width:100%}@media screen and (max-width:640px){.style_inputStyle__O1ror{font-size:11.3371428571px}}@media screen and (min-width:640px){.style_inputStyle__O1ror{font-size:11.3371428571px}}@media screen and (min-width:768px){.style_inputStyle__O1ror{font-size:11.3371428571px}}@media screen and (min-width:992px){.style_inputStyle__O1ror{font-size:11.3371428571px}}@media screen and (min-width:1200px){.style_inputStyle__O1ror{font-size:13.7142857143px}}@media screen and (min-width:1400px){.style_inputStyle__O1ror{font-size:16px}}.style_input-style__FwPZw::placeholder{color:#adb5bd!important;font-family:var(--font-poppins-400);opacity:1}.style_input-style__FwPZw:-ms-input-placeholder{color:#adb5bd!important;font-family:var(--font-poppins-400)}.style_input-style__FwPZw::-ms-input-placeholder{color:#adb5bd!important;font-family:var(--font-poppins-400)}.style_error__\+b7RS{color:#ea5b5b;font-size:11px;margin-left:5px;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.style_iconStyle__jZwj\+{height:24px;width:24px}@media screen and (max-width:640px){.style_iconStyle__jZwj\+{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:640px){.style_iconStyle__jZwj\+{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:768px){.style_iconStyle__jZwj\+{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:992px){.style_iconStyle__jZwj\+{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:1200px){.style_iconStyle__jZwj\+{height:20.5714285714px;width:20.5714285714px}}@media screen and (min-width:1400px){.style_iconStyle__jZwj\+{height:24px;width:24px}}.style_dateInputToggle__geHmN{display:inline-block;height:24px;position:relative;width:24px}@media screen and (max-width:640px){.style_dateInputToggle__geHmN{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:640px){.style_dateInputToggle__geHmN{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:768px){.style_dateInputToggle__geHmN{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:992px){.style_dateInputToggle__geHmN{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:1200px){.style_dateInputToggle__geHmN{height:20.5714285714px;width:20.5714285714px}}@media screen and (min-width:1400px){.style_dateInputToggle__geHmN{height:24px;width:24px}}.style_dateInputToggleButton__R5VuF{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.style_dateInputStyle__RldhV{background-color:#f8f8f9;border:0;box-sizing:border-box;cursor:pointer;font-family:PoppinsMedium;font-size:14px;height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.style_dateInputStyle__RldhV::-webkit-calendar-picker-indicator{cursor:pointer;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.style_dateInputTextStyle__TKh3W{border-left:1px solid #b8b5c333;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:2px;padding-left:5px}.style_h100__hp64B{height:100%}.style_containerPadding__OiTNb{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__OiTNb{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__OiTNb{padding:20px 14px 0}}.style_listContainerStyle__BTTEh{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__BTTEh::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__BTTEh{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__BTTEh{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__BTTEh{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__BTTEh{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__BTTEh{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__BTTEh{height:calc(100vh - 70px);width:100%}}.style_customContainer__hkJyI{margin:auto}@media screen and (max-width:640px){.style_customContainer__hkJyI{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__hkJyI{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__hkJyI{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__hkJyI{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__hkJyI{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__hkJyI{max-width:1320px}}.style_customBtnContainer__FxpSG{align-items:center;background-color:#001e41;border:0;border-radius:9px;color:#fff;display:flex;font-family:var(--font-neue);font-size:16px;font-weight:400;justify-content:center;line-height:26px;max-height:44px;outline:0;padding:14px 34px;transition:all .5s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:640px){.style_customBtnContainer__FxpSG{border-radius:9px;font-size:11.3371428571px;line-height:18.4228571429px;max-height:31.1771428571px;padding:9px 24.0914285714px}}@media screen and (min-width:640px){.style_customBtnContainer__FxpSG{border-radius:9px;font-size:11.3371428571px;line-height:18.4228571429px;max-height:31.1771428571px;padding:9px 24.0914285714px}}@media screen and (min-width:768px){.style_customBtnContainer__FxpSG{border-radius:9px;font-size:11.3371428571px;line-height:18.4228571429px;max-height:31.1771428571px;padding:9px 24.0914285714px}}@media screen and (min-width:992px){.style_customBtnContainer__FxpSG{border-radius:9px;font-size:11.3371428571px;line-height:18.4228571429px;max-height:31.1771428571px;padding:9px 24.0914285714px}}@media screen and (min-width:1200px){.style_customBtnContainer__FxpSG{border-radius:9px;font-size:13.7142857143px;line-height:22.2857142857px;max-height:37.7142857143px;padding:12px 29.1428571429px}}@media screen and (min-width:1400px){.style_customBtnContainer__FxpSG{border-radius:9px;font-size:16px;line-height:26px;max-height:44px;padding:14px 34px}}.style_customBtnContainer__FxpSG:hover{opacity:.85!important}.style_customBtnContainer__FxpSG svg{height:24px;width:24px}@media screen and (max-width:640px){.style_customBtnContainer__FxpSG svg{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:640px){.style_customBtnContainer__FxpSG svg{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:768px){.style_customBtnContainer__FxpSG svg{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:992px){.style_customBtnContainer__FxpSG svg{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:1200px){.style_customBtnContainer__FxpSG svg{height:20.5714285714px;width:20.5714285714px}}@media screen and (min-width:1400px){.style_customBtnContainer__FxpSG svg{height:24px;width:24px}}@media screen and (max-width:768px){.style_customBtnContainer__FxpSG{font-size:13px;line-height:21px}}.style_h100__Zfb9m{height:100%}.style_containerPadding__wiqlP{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__wiqlP{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__wiqlP{padding:20px 14px 0}}.style_listContainerStyle__Okco5{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__Okco5::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__Okco5{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__Okco5{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__Okco5{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__Okco5{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__Okco5{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__Okco5{height:calc(100vh - 70px);width:100%}}.style_customContainer__y\+4DE{margin:auto}@media screen and (max-width:640px){.style_customContainer__y\+4DE{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__y\+4DE{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__y\+4DE{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__y\+4DE{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__y\+4DE{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__y\+4DE{max-width:1320px}}.style_cont__-6UCt{height:24px;width:24px}@media screen and (max-width:640px){.style_cont__-6UCt{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:640px){.style_cont__-6UCt{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:768px){.style_cont__-6UCt{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:992px){.style_cont__-6UCt{height:17.0057142857px;width:17.0057142857px}}@media screen and (min-width:1200px){.style_cont__-6UCt{height:20.5714285714px;width:20.5714285714px}}@media screen and (min-width:1400px){.style_cont__-6UCt{height:24px;width:24px}}.style_h100__1O8nB{height:100%}.style_containerPadding__I2i3N{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__I2i3N{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__I2i3N{padding:20px 14px 0}}.style_listContainerStyle__nAY8C{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__nAY8C::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__nAY8C{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__nAY8C{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__nAY8C{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__nAY8C{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__nAY8C{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__nAY8C{height:calc(100vh - 70px);width:100%}}.style_customContainer__gFIHm{margin:auto}@media screen and (max-width:640px){.style_customContainer__gFIHm{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__gFIHm{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__gFIHm{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__gFIHm{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__gFIHm{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__gFIHm{max-width:1320px}}.style_mainContainer__FJO5p{display:flex;height:100vh}.style_mainContainer__FJO5p .style_assetImg__aUxuV{height:100vh;object-fit:cover;width:100%}.style_mainContainer__FJO5p .style_logoContainer__eydbd svg{width:400px}@media screen and (max-width:640px){.style_mainContainer__FJO5p .style_logoContainer__eydbd svg{width:283.4285714286px}}@media screen and (min-width:640px){.style_mainContainer__FJO5p .style_logoContainer__eydbd svg{width:283.4285714286px}}@media screen and (min-width:768px){.style_mainContainer__FJO5p .style_logoContainer__eydbd svg{width:283.4285714286px}}@media screen and (min-width:992px){.style_mainContainer__FJO5p .style_logoContainer__eydbd svg{width:283.4285714286px}}@media screen and (min-width:1200px){.style_mainContainer__FJO5p .style_logoContainer__eydbd svg{width:342.8571428571px}}@media screen and (min-width:1400px){.style_mainContainer__FJO5p .style_logoContainer__eydbd svg{width:400px}}.style_mainContainer__FJO5p .style_smallLogo__Qq6nD svg{height:130px;width:150px}@media screen and (max-width:640px){.style_mainContainer__FJO5p .style_smallLogo__Qq6nD svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:640px){.style_mainContainer__FJO5p .style_smallLogo__Qq6nD svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:768px){.style_mainContainer__FJO5p .style_smallLogo__Qq6nD svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:992px){.style_mainContainer__FJO5p .style_smallLogo__Qq6nD svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:1200px){.style_mainContainer__FJO5p .style_smallLogo__Qq6nD svg{height:111.4285714286px;width:128.5714285714px}}@media screen and (min-width:1400px){.style_mainContainer__FJO5p .style_smallLogo__Qq6nD svg{height:130px;width:150px}}.style_mainContainer__FJO5p .style_smallLogoContainer__XPb9X{background-color:#001e41;margin-bottom:80px;padding-left:20px;padding-right:20px}@media screen and (max-width:640px){.style_mainContainer__FJO5p .style_smallLogoContainer__XPb9X{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:640px){.style_mainContainer__FJO5p .style_smallLogoContainer__XPb9X{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:768px){.style_mainContainer__FJO5p .style_smallLogoContainer__XPb9X{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:992px){.style_mainContainer__FJO5p .style_smallLogoContainer__XPb9X{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:1200px){.style_mainContainer__FJO5p .style_smallLogoContainer__XPb9X{margin-bottom:68.5714285714px;padding-left:17.1428571429px;padding-right:17.1428571429px}}@media screen and (min-width:1400px){.style_mainContainer__FJO5p .style_smallLogoContainer__XPb9X{margin-bottom:80px;padding-left:20px;padding-right:20px}}.style_mainContainer__FJO5p .style_formContainer__xRG\+K{background-color:#f5f5f6;border-radius:24px;display:flex;flex-direction:column;gap:25px;margin-bottom:auto;margin-top:auto;max-width:514px;padding:32px;width:100%}@media screen and (max-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:768px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:992px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:1200px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K{border-radius:20.5714285714px;gap:21.4285714286px;max-width:440.5714285714px;padding:27.4285714286px}}@media screen and (min-width:1400px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K{border-radius:24px;gap:25px;max-width:514px;padding:32px}}.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_title__Qfhek{color:#0f1106;font-family:var(--font-neue);font-size:26px;font-weight:500;line-height:31px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_title__Qfhek{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_title__Qfhek{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:768px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_title__Qfhek{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:992px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_title__Qfhek{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:1200px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_title__Qfhek{font-size:22.2857142857px;line-height:26.5714285714px}}@media screen and (min-width:1400px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_title__Qfhek{font-size:26px;line-height:31px}}.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_subTitle__Pbdx3{color:#868e96;font-family:var(--font-neue);font-size:16px;font-weight:400;line-height:28px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_subTitle__Pbdx3{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_subTitle__Pbdx3{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:768px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_subTitle__Pbdx3{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:992px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_subTitle__Pbdx3{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:1200px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_subTitle__Pbdx3{font-size:13.7142857143px;line-height:24px}}@media screen and (min-width:1400px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_subTitle__Pbdx3{font-size:16px;line-height:28px}}.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_forgotLabel__gNrlC{color:#001e41;font-family:var(--font-neue);font-size:15px;font-weight:400;line-height:16.8px;text-align:right}@media screen and (max-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_forgotLabel__gNrlC{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_forgotLabel__gNrlC{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:768px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_forgotLabel__gNrlC{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:992px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_forgotLabel__gNrlC{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:1200px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_forgotLabel__gNrlC{font-size:12.8571428571px;line-height:14.4px}}@media screen and (min-width:1400px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_forgotLabel__gNrlC{font-size:15px;line-height:16.8px}}.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_forgotLabel__gNrlC:hover{cursor:pointer}.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_bottomText__Vl5ch{color:#868e96;font-family:var(--font-neue);font-size:15px;font-weight:400;line-height:16.8px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_bottomText__Vl5ch{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:640px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_bottomText__Vl5ch{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:768px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_bottomText__Vl5ch{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:992px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_bottomText__Vl5ch{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:1200px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_bottomText__Vl5ch{font-size:12.8571428571px;line-height:14.4px}}@media screen and (min-width:1400px){.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_bottomText__Vl5ch{font-size:15px;line-height:16.8px}}.style_mainContainer__FJO5p .style_formContainer__xRG\+K .style_bottomText__Vl5ch a{color:#001e41}.style_mainContainer__FJO5p::-webkit-scrollbar{display:none}.style_primary__E8w4I{background-color:#001e41}@media screen and (max-width:1024px){.style_mainContainer__FJO5p .style_leftContainer__VeeLx{height:auto!important;overflow-y:visible!important;overflow-y:initial!important}}.style_h100__SDdvZ{height:100%}.style_containerPadding__NgT47{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__NgT47{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__NgT47{padding:20px 14px 0}}.style_listContainerStyle__HM1re{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__HM1re::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__HM1re{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__HM1re{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__HM1re{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__HM1re{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__HM1re{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__HM1re{height:calc(100vh - 70px);width:100%}}.style_customContainer__3H86D{margin:auto}@media screen and (max-width:640px){.style_customContainer__3H86D{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__3H86D{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__3H86D{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__3H86D{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__3H86D{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__3H86D{max-width:1320px}}.style_mainContainer__hKP9H{display:flex;height:100vh}.style_mainContainer__hKP9H .style_assetImg__0CTD1{height:100vh;object-fit:cover;width:100%}.style_mainContainer__hKP9H .style_logoContainer__RIFxL svg{width:400px}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_logoContainer__RIFxL svg{width:283.4285714286px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_logoContainer__RIFxL svg{width:283.4285714286px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_logoContainer__RIFxL svg{width:283.4285714286px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_logoContainer__RIFxL svg{width:283.4285714286px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_logoContainer__RIFxL svg{width:342.8571428571px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_logoContainer__RIFxL svg{width:400px}}.style_mainContainer__hKP9H .style_smallLogo__4y42z svg{height:130px;width:150px}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_smallLogo__4y42z svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_smallLogo__4y42z svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_smallLogo__4y42z svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_smallLogo__4y42z svg{height:92.1142857143px;width:106.2857142857px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_smallLogo__4y42z svg{height:111.4285714286px;width:128.5714285714px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_smallLogo__4y42z svg{height:130px;width:150px}}.style_mainContainer__hKP9H .style_smallLogoContainer__mdq5N{background-color:#001e41;margin-bottom:80px;padding-left:20px;padding-right:20px}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_smallLogoContainer__mdq5N{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_smallLogoContainer__mdq5N{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_smallLogoContainer__mdq5N{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_smallLogoContainer__mdq5N{margin-bottom:56.6857142857px;padding-left:14.1714285714px;padding-right:14.1714285714px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_smallLogoContainer__mdq5N{margin-bottom:68.5714285714px;padding-left:17.1428571429px;padding-right:17.1428571429px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_smallLogoContainer__mdq5N{margin-bottom:80px;padding-left:20px;padding-right:20px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y{background-color:#f5f5f6;border-radius:24px;display:flex;flex-direction:column;gap:25px;margin-bottom:auto;margin-top:auto;max-width:514px;padding:32px;width:100%}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{border-radius:17.0057142857px;gap:17.7142857143px;max-width:364.2057142857px;padding:22.6742857143px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{border-radius:20.5714285714px;gap:21.4285714286px;max-width:440.5714285714px;padding:27.4285714286px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{border-radius:24px;gap:25px;max-width:514px;padding:32px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_title__r5rpc{color:#0f1106;font-family:var(--font-neue);font-size:26px;font-weight:500;line-height:31px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_title__r5rpc{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_title__r5rpc{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_title__r5rpc{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_title__r5rpc{font-size:18.4228571429px;line-height:21.9657142857px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_title__r5rpc{font-size:22.2857142857px;line-height:26.5714285714px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_title__r5rpc{font-size:26px;line-height:31px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_subTitle__WRKDW{color:#868e96;font-family:var(--font-neue);font-size:16px;font-weight:400;line-height:28px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_subTitle__WRKDW{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_subTitle__WRKDW{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_subTitle__WRKDW{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_subTitle__WRKDW{font-size:11.3371428571px;line-height:19.84px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_subTitle__WRKDW{font-size:13.7142857143px;line-height:24px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_subTitle__WRKDW{font-size:16px;line-height:28px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_forgotLabel__hFAz-{color:#001e41;font-family:var(--font-neue);font-size:15px;font-weight:400;line-height:16.8px;text-align:right}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_forgotLabel__hFAz-{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_forgotLabel__hFAz-{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_forgotLabel__hFAz-{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_forgotLabel__hFAz-{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_forgotLabel__hFAz-{font-size:12.8571428571px;line-height:14.4px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_forgotLabel__hFAz-{font-size:15px;line-height:16.8px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_forgotLabel__hFAz-:hover{cursor:pointer}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_bottomText__oIjSb{color:#868e96;font-family:var(--font-neue);font-size:15px;font-weight:400;line-height:16.8px;text-align:center}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_bottomText__oIjSb{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_bottomText__oIjSb{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_bottomText__oIjSb{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_bottomText__oIjSb{font-size:10.6285714286px;line-height:11.904px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_bottomText__oIjSb{font-size:12.8571428571px;line-height:14.4px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_bottomText__oIjSb{font-size:15px;line-height:16.8px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_bottomText__oIjSb a{color:#001e41}.style_mainContainer__hKP9H .style_formContainer__Nq36Y{padding-bottom:20px}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{padding-bottom:14.1714285714px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{padding-bottom:14.1714285714px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{padding-bottom:14.1714285714px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{padding-bottom:14.1714285714px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{padding-bottom:17.1428571429px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y{padding-bottom:20px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:5px;justify-content:center;padding-bottom:5px;padding-top:15px;width:100%}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn{padding-top:10.6285714286px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn{padding-top:10.6285714286px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn{padding-top:10.6285714286px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn{padding-top:10.6285714286px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn{padding-top:12.8571428571px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn{padding-top:15px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn label{color:#001e41;cursor:pointer;font-size:16px}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn label{font-size:11.3371428571px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn label{font-size:11.3371428571px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn label{font-size:11.3371428571px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn label{font-size:11.3371428571px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn label{font-size:13.7142857143px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn label{font-size:16px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn svg{height:25px;width:25px}@media screen and (max-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn svg{height:17.7142857143px;width:17.7142857143px}}@media screen and (min-width:640px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn svg{height:17.7142857143px;width:17.7142857143px}}@media screen and (min-width:768px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn svg{height:17.7142857143px;width:17.7142857143px}}@media screen and (min-width:992px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn svg{height:17.7142857143px;width:17.7142857143px}}@media screen and (min-width:1200px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn svg{height:21.4285714286px;width:21.4285714286px}}@media screen and (min-width:1400px){.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn svg{height:25px;width:25px}}.style_mainContainer__hKP9H .style_formContainer__Nq36Y .style_backToLogin__gFuqn svg path{fill:#001e41}.style_mainContainer__hKP9H::-webkit-scrollbar{display:none}.style_primary__gItXr{background-color:#001e41}@media screen and (max-width:1024px){.style_mainContainer__hKP9H .style_leftContainer__O1bCQ{height:auto!important;overflow-y:visible!important;overflow-y:initial!important}}.style_h100__1q1Qf{height:100%}.style_containerPadding__CdOKD{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__CdOKD{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__CdOKD{padding:20px 14px 0}}.style_listContainerStyle__5M9OU{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__5M9OU::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__5M9OU{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__5M9OU{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__5M9OU{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__5M9OU{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__5M9OU{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__5M9OU{height:calc(100vh - 70px);width:100%}}.style_customContainer__MC2Iy{margin:auto}@media screen and (max-width:640px){.style_customContainer__MC2Iy{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__MC2Iy{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__MC2Iy{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__MC2Iy{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__MC2Iy{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__MC2Iy{max-width:1320px}}.style_mainContainer__nQTSd{border-radius:8px;flex-basis:280px;flex-grow:1;padding:30px 25px}.style_mainContainer__nQTSd .style_title__a\+StB{color:#fff;font-size:22px;font-weight:700}@media screen and (max-width:640px){.style_mainContainer__nQTSd .style_title__a\+StB{font-size:15.5885714286px}}@media screen and (min-width:640px){.style_mainContainer__nQTSd .style_title__a\+StB{font-size:15.5885714286px}}@media screen and (min-width:768px){.style_mainContainer__nQTSd .style_title__a\+StB{font-size:15.5885714286px}}@media screen and (min-width:992px){.style_mainContainer__nQTSd .style_title__a\+StB{font-size:15.5885714286px}}@media screen and (min-width:1200px){.style_mainContainer__nQTSd .style_title__a\+StB{font-size:18.8571428571px}}@media screen and (min-width:1400px){.style_mainContainer__nQTSd .style_title__a\+StB{font-size:22px}}.style_mainContainer__nQTSd label{color:#fff;font-size:15px;padding-right:10px}@media screen and (max-width:640px){.style_mainContainer__nQTSd label{font-size:10.6285714286px}}@media screen and (min-width:640px){.style_mainContainer__nQTSd label{font-size:10.6285714286px}}@media screen and (min-width:768px){.style_mainContainer__nQTSd label{font-size:10.6285714286px}}@media screen and (min-width:992px){.style_mainContainer__nQTSd label{font-size:10.6285714286px}}@media screen and (min-width:1200px){.style_mainContainer__nQTSd label{font-size:12.8571428571px}}@media screen and (min-width:1400px){.style_mainContainer__nQTSd label{font-size:15px}}.style_h100__0NFZY{height:100%}.style_containerPadding__x0Z3H{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__x0Z3H{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__x0Z3H{padding:20px 14px 0}}.style_listContainerStyle__4NnM3{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__4NnM3::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__4NnM3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__4NnM3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__4NnM3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__4NnM3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__4NnM3{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__4NnM3{height:calc(100vh - 70px);width:100%}}.style_customContainer__xhq7n{margin:auto}@media screen and (max-width:640px){.style_customContainer__xhq7n{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__xhq7n{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__xhq7n{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__xhq7n{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__xhq7n{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__xhq7n{max-width:1320px}}.style_mainContainer__ZsOWa{background-color:#fff;border-radius:8px;box-shadow:0 7px 29px 0 #64646f33;height:auto;max-height:78%}.style_h100__rDj6k{height:100%}.style_containerPadding__dPpqA{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__dPpqA{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__dPpqA{padding:20px 14px 0}}.style_listContainerStyle__WbGW8{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__WbGW8::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__WbGW8{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__WbGW8{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__WbGW8{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__WbGW8{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__WbGW8{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__WbGW8{height:calc(100vh - 70px);width:100%}}.style_customContainer__Yc7n\+{margin:auto}@media screen and (max-width:640px){.style_customContainer__Yc7n\+{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__Yc7n\+{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__Yc7n\+{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__Yc7n\+{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__Yc7n\+{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__Yc7n\+{max-width:1320px}}.style_mainContainer__HtYqr{align-items:flex-start;background-color:#fff;border-radius:9px;box-shadow:0 4px 24px 10px #0000000d;display:flex;flex-direction:column;gap:30px;margin:auto;padding:30px;width:95%}@media screen and (max-width:640px){.style_mainContainer__HtYqr{border-radius:9px;gap:21.2571428571px;margin-top:21.2571428571px;padding:21.2571428571px}}@media screen and (min-width:640px){.style_mainContainer__HtYqr{border-radius:9px;gap:21.2571428571px;margin-top:21.2571428571px;padding:21.2571428571px}}@media screen and (min-width:768px){.style_mainContainer__HtYqr{border-radius:9px;gap:21.2571428571px;margin-top:21.2571428571px;padding:21.2571428571px}}@media screen and (min-width:992px){.style_mainContainer__HtYqr{border-radius:9px;gap:21.2571428571px;margin-top:21.2571428571px;padding:21.2571428571px}}@media screen and (min-width:1200px){.style_mainContainer__HtYqr{border-radius:9px;gap:25.7142857143px;margin-top:25.7142857143px;padding:25.7142857143px}}@media screen and (min-width:1400px){.style_mainContainer__HtYqr{border-radius:9px;gap:30px;margin-top:30px;padding:30px}}.style_mainContainer__HtYqr .style_title__boLFV{color:#0f1106;font-family:var(--font-neue);font-size:20px;font-weight:500;line-height:24px;text-align:left}@media screen and (max-width:640px){.style_mainContainer__HtYqr .style_title__boLFV{font-size:14.1714285714px;line-height:17.0057142857px}}@media screen and (min-width:640px){.style_mainContainer__HtYqr .style_title__boLFV{font-size:14.1714285714px;line-height:17.0057142857px}}@media screen and (min-width:768px){.style_mainContainer__HtYqr .style_title__boLFV{font-size:14.1714285714px;line-height:17.0057142857px}}@media screen and (min-width:992px){.style_mainContainer__HtYqr .style_title__boLFV{font-size:14.1714285714px;line-height:17.0057142857px}}@media screen and (min-width:1200px){.style_mainContainer__HtYqr .style_title__boLFV{font-size:17.1428571429px;line-height:20.5714285714px}}@media screen and (min-width:1400px){.style_mainContainer__HtYqr .style_title__boLFV{font-size:20px;line-height:24px}}.style_tabsContainer__M5ZUw{-ms-overflow-style:none!important;min-height:31px;overflow-x:auto;position:relative;scroll-behavior:smooth;scrollbar-width:none!important}.style_tabsContainer__M5ZUw::-webkit-scrollbar{display:none}.style_tabsContainer__M5ZUw{-ms-overflow-style:none;scrollbar-width:none}.style_tab__FICq5{font-family:var(--font-neue);font-size:15px;padding-bottom:9px;position:relative;white-space:nowrap}.style_tab__FICq5:hover{cursor:pointer}.style_activeTab__sheZE{color:#001e41;font-weight:500}.style_inActiveTab__iXPUG{color:#0f1106;font-weight:400}.style_activeTabThumb__iAbTh{background-color:#001e41;bottom:0;height:3px;position:absolute;width:100%;z-index:1}.style_bottomBorder__am4JA{background-color:#e4e6f1;bottom:.5px;height:2px;position:absolute;width:100%}@media screen and (max-width:576px){.style_tab__FICq5{font-size:14px;min-height:24px;padding-bottom:10px}}.style_h100__WfOaD{height:100%}.style_containerPadding__TDJ\+0{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__TDJ\+0{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__TDJ\+0{padding:20px 14px 0}}.style_listContainerStyle__05Bt1{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__05Bt1::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__05Bt1{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__05Bt1{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__05Bt1{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__05Bt1{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__05Bt1{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__05Bt1{height:calc(100vh - 70px);width:100%}}.style_customContainer__iazZb{margin:auto}@media screen and (max-width:640px){.style_customContainer__iazZb{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__iazZb{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__iazZb{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__iazZb{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__iazZb{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__iazZb{max-width:1320px}}.style_title__7s4fK{color:#0f1106;font-family:var(--font-neue);font-size:18px;font-weight:500;line-height:21px;text-align:left}@media screen and (max-width:640px){.style_title__7s4fK{font-size:12.7542857143px;line-height:14.88px}}@media screen and (min-width:640px){.style_title__7s4fK{font-size:12.7542857143px;line-height:14.88px}}@media screen and (min-width:768px){.style_title__7s4fK{font-size:12.7542857143px;line-height:14.88px}}@media screen and (min-width:992px){.style_title__7s4fK{font-size:12.7542857143px;line-height:14.88px}}@media screen and (min-width:1200px){.style_title__7s4fK{font-size:15.4285714286px;line-height:18px}}@media screen and (min-width:1400px){.style_title__7s4fK{font-size:18px;line-height:21px}}.style_profileContainer__-YMZm .style_avtTitle__616Dj{color:#0f1106;font-family:var(--font-neue);font-size:16px;font-weight:400;line-height:16.8px;text-align:center}@media screen and (max-width:640px){.style_profileContainer__-YMZm .style_avtTitle__616Dj{font-size:11.3371428571px;line-height:11.904px}}@media screen and (min-width:640px){.style_profileContainer__-YMZm .style_avtTitle__616Dj{font-size:11.3371428571px;line-height:11.904px}}@media screen and (min-width:768px){.style_profileContainer__-YMZm .style_avtTitle__616Dj{font-size:11.3371428571px;line-height:11.904px}}@media screen and (min-width:992px){.style_profileContainer__-YMZm .style_avtTitle__616Dj{font-size:11.3371428571px;line-height:11.904px}}@media screen and (min-width:1200px){.style_profileContainer__-YMZm .style_avtTitle__616Dj{font-size:13.7142857143px;line-height:14.4px}}@media screen and (min-width:1400px){.style_profileContainer__-YMZm .style_avtTitle__616Dj{font-size:16px;line-height:16.8px}}.style_profileContainer__-YMZm .style_avtContainer__Cvgux{align-items:center;display:flex;height:100px;justify-content:center;position:relative;width:100px}@media screen and (max-width:640px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux{height:70.8571428571px;width:70.8571428571px}}@media screen and (min-width:640px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux{height:70.8571428571px;width:70.8571428571px}}@media screen and (min-width:768px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux{height:70.8571428571px;width:70.8571428571px}}@media screen and (min-width:992px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux{height:70.8571428571px;width:70.8571428571px}}@media screen and (min-width:1200px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux{height:85.7142857143px;width:85.7142857143px}}@media screen and (min-width:1400px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux{height:100px;width:100px}}.style_profileContainer__-YMZm .style_avtContainer__Cvgux img{border-radius:100%;height:100px;object-fit:cover;width:100px}@media screen and (max-width:640px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux img{height:70.8571428571px;width:70.8571428571px}}@media screen and (min-width:640px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux img{height:70.8571428571px;width:70.8571428571px}}@media screen and (min-width:768px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux img{height:70.8571428571px;width:70.8571428571px}}@media screen and (min-width:992px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux img{height:70.8571428571px;width:70.8571428571px}}@media screen and (min-width:1200px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux img{height:85.7142857143px;width:85.7142857143px}}@media screen and (min-width:1400px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux img{height:100px;width:100px}}.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu{align-items:center;background-color:#001e41;border-radius:100%;bottom:0;display:flex;height:36px;justify-content:center;position:absolute;right:0;width:36px}@media screen and (max-width:640px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu{height:25.5085714286px;width:25.5085714286px}}@media screen and (min-width:640px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu{height:25.5085714286px;width:25.5085714286px}}@media screen and (min-width:768px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu{height:25.5085714286px;width:25.5085714286px}}@media screen and (min-width:992px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu{height:25.5085714286px;width:25.5085714286px}}@media screen and (min-width:1200px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu{height:30.8571428571px;width:30.8571428571px}}@media screen and (min-width:1400px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu{height:36px;width:36px}}.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu svg{height:20px;width:20px}@media screen and (max-width:640px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu svg{height:14.1714285714px;width:14.1714285714px}}@media screen and (min-width:640px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu svg{height:14.1714285714px;width:14.1714285714px}}@media screen and (min-width:768px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu svg{height:14.1714285714px;width:14.1714285714px}}@media screen and (min-width:992px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu svg{height:14.1714285714px;width:14.1714285714px}}@media screen and (min-width:1200px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu svg{height:17.1428571429px;width:17.1428571429px}}@media screen and (min-width:1400px){.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu svg{height:20px;width:20px}}.style_profileContainer__-YMZm .style_avtContainer__Cvgux .style_cameraContainer__j0gnu:hover{cursor:pointer}.style_profileContainer__-YMZm .style_error__gET5o{color:#ea5b5b;font-size:11px;margin-left:5px;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.style_h100__GnSP9{height:100%}.style_containerPadding__11YN1{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__11YN1{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__11YN1{padding:20px 14px 0}}.style_listContainerStyle__J69n5{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__J69n5::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__J69n5{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__J69n5{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__J69n5{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__J69n5{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__J69n5{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__J69n5{height:calc(100vh - 70px);width:100%}}.style_customContainer__0W-z8{margin:auto}@media screen and (max-width:640px){.style_customContainer__0W-z8{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__0W-z8{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__0W-z8{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__0W-z8{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__0W-z8{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__0W-z8{max-width:1320px}}.style_title__eyuAT{color:#0f1106;font-family:var(--font-neue);font-size:18px;font-weight:500;line-height:21px;text-align:left}@media screen and (max-width:640px){.style_title__eyuAT{font-size:12.7542857143px;line-height:14.88px}}@media screen and (min-width:640px){.style_title__eyuAT{font-size:12.7542857143px;line-height:14.88px}}@media screen and (min-width:768px){.style_title__eyuAT{font-size:12.7542857143px;line-height:14.88px}}@media screen and (min-width:992px){.style_title__eyuAT{font-size:12.7542857143px;line-height:14.88px}}@media screen and (min-width:1200px){.style_title__eyuAT{font-size:15.4285714286px;line-height:18px}}@media screen and (min-width:1400px){.style_title__eyuAT{font-size:18px;line-height:21px}}.style_formContainer__k9Ywr{max-width:520px}.style_h100__i5NNS{height:100%}.style_containerPadding__fR-4\+{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__fR-4\+{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__fR-4\+{padding:20px 14px 0}}.style_listContainerStyle__koXbz{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__koXbz::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__koXbz{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__koXbz{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__koXbz{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__koXbz{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__koXbz{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__koXbz{height:calc(100vh - 70px);width:100%}}.style_customContainer__UUKEn{margin:auto}@media screen and (max-width:640px){.style_customContainer__UUKEn{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__UUKEn{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__UUKEn{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__UUKEn{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__UUKEn{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__UUKEn{max-width:1320px}}.style_inputLabel__cpXY-{color:#0f1106;font-family:var(--font-neue);font-size:16px;font-weight:400;line-height:21px;text-align:center}@media screen and (max-width:640px){.style_inputLabel__cpXY-{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:640px){.style_inputLabel__cpXY-{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:768px){.style_inputLabel__cpXY-{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:992px){.style_inputLabel__cpXY-{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:1200px){.style_inputLabel__cpXY-{font-size:13.7142857143px;line-height:18px}}@media screen and (min-width:1400px){.style_inputLabel__cpXY-{font-size:16px;line-height:21px}}.style_asterik__PzDK\+{color:#001e41}.style_progress__DoAIu{font-weight:700}.style_error__0S6-V{color:#ea5b5b;font-size:11px;margin-left:5px;text-align:left;z-index:1}.style_bookUploadContainer__7vvJZ{background:#fff;border:1px solid #ced4da;border-radius:20px;height:250px;margin-top:10px;overflow:hidden;position:relative}.style_bookUploadContainer__7vvJZ div .style_bookUploadContent__V0ao4 .style_uploadText__ozdtG{color:#001e41;font-family:var(--font-neue);font-size:14px;font-weight:500;line-height:20px}.style_bookUploadContainer__7vvJZ div .style_bookUploadContent__V0ao4 .style_dragText__9aYOC{color:#001e41;font-family:var(--font-neue);font-size:13px;font-weight:400}.style_bookUploadContainer__7vvJZ div .style_bookUploadContent__V0ao4 p{color:#001e41;font-family:var(--font-neue);font-size:12px;font-weight:400}@media screen and (max-width:409px){.style_bookUploadContainer__7vvJZ{height:112px}.style_bookUploadContainer__7vvJZ div .style_bookUploadContent__V0ao4 .style_dragText__9aYOC,.style_bookUploadContainer__7vvJZ div .style_bookUploadContent__V0ao4 .style_uploadText__ozdtG,.style_bookUploadContainer__7vvJZ div .style_bookUploadContent__V0ao4 p{font-size:11px}}.style_h100__ljSVI{height:100%}.style_containerPadding__ocmax{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__ocmax{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__ocmax{padding:20px 14px 0}}.style_listContainerStyle__dipov{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__dipov::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__dipov{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__dipov{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__dipov{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__dipov{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__dipov{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__dipov{height:calc(100vh - 70px);width:100%}}.style_customContainer__nArhs{margin:auto}@media screen and (max-width:640px){.style_customContainer__nArhs{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__nArhs{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__nArhs{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__nArhs{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__nArhs{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__nArhs{max-width:1320px}}.style_mainContainer__SaiAv{background-color:#fff;border-radius:9px;box-shadow:0 4px 24px 10px #0000000d;margin:auto;padding:30px;width:95%}@media screen and (max-width:640px){.style_mainContainer__SaiAv{border-radius:9px;margin-top:21.2571428571px;padding:21.2571428571px}}@media screen and (min-width:640px){.style_mainContainer__SaiAv{border-radius:9px;margin-top:21.2571428571px;padding:21.2571428571px}}@media screen and (min-width:768px){.style_mainContainer__SaiAv{border-radius:9px;margin-top:21.2571428571px;padding:21.2571428571px}}@media screen and (min-width:992px){.style_mainContainer__SaiAv{border-radius:9px;margin-top:21.2571428571px;padding:21.2571428571px}}@media screen and (min-width:1200px){.style_mainContainer__SaiAv{border-radius:9px;margin-top:25.7142857143px;padding:25.7142857143px}}@media screen and (min-width:1400px){.style_mainContainer__SaiAv{border-radius:9px;margin-top:30px;padding:30px}}.style_mainContainer__SaiAv .style_title__tSmRJ{color:#0f1106;font-family:var(--font-neue);font-size:20px;font-weight:500;line-height:24px;margin-bottom:30px;text-align:left}@media screen and (max-width:640px){.style_mainContainer__SaiAv .style_title__tSmRJ{font-size:14.1714285714px;line-height:17.0057142857px;margin-bottom:21.2571428571px}}@media screen and (min-width:640px){.style_mainContainer__SaiAv .style_title__tSmRJ{font-size:14.1714285714px;line-height:17.0057142857px;margin-bottom:21.2571428571px}}@media screen and (min-width:768px){.style_mainContainer__SaiAv .style_title__tSmRJ{font-size:14.1714285714px;line-height:17.0057142857px;margin-bottom:21.2571428571px}}@media screen and (min-width:992px){.style_mainContainer__SaiAv .style_title__tSmRJ{font-size:14.1714285714px;line-height:17.0057142857px;margin-bottom:21.2571428571px}}@media screen and (min-width:1200px){.style_mainContainer__SaiAv .style_title__tSmRJ{font-size:17.1428571429px;line-height:20.5714285714px;margin-bottom:25.7142857143px}}@media screen and (min-width:1400px){.style_mainContainer__SaiAv .style_title__tSmRJ{font-size:20px;line-height:24px;margin-bottom:30px}}.style_h100__nrU0n{height:100%}.style_containerPadding__CWHKS{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__CWHKS{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__CWHKS{padding:20px 14px 0}}.style_listContainerStyle__1oCw3{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__1oCw3::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__1oCw3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__1oCw3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__1oCw3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__1oCw3{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__1oCw3{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__1oCw3{height:calc(100vh - 70px);width:100%}}.style_customContainer__CN38Z{margin:auto}@media screen and (max-width:640px){.style_customContainer__CN38Z{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__CN38Z{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__CN38Z{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__CN38Z{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__CN38Z{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__CN38Z{max-width:1320px}}.style_tableContainer__2lMyj{margin-top:30px;overflow-x:auto;width:"100%"}@media screen and (max-width:640px){.style_tableContainer__2lMyj{margin-top:21.2571428571px}}@media screen and (min-width:640px){.style_tableContainer__2lMyj{margin-top:21.2571428571px}}@media screen and (min-width:768px){.style_tableContainer__2lMyj{margin-top:21.2571428571px}}@media screen and (min-width:992px){.style_tableContainer__2lMyj{margin-top:21.2571428571px}}@media screen and (min-width:1200px){.style_tableContainer__2lMyj{margin-top:25.7142857143px}}@media screen and (min-width:1400px){.style_tableContainer__2lMyj{margin-top:30px}}.style_responsiveTable__95Qp-{border-collapse:collapse;min-width:600px;width:100%}.style_responsiveTable__95Qp- td,.style_responsiveTable__95Qp- th{border:1px solid #ddd;max-width:300px;padding:12px;text-align:center}.style_responsiveTable__95Qp- th{background-color:#001e41;color:#fff;text-align:center}.style_deleteIcon__pYqSQ,.style_editIcon__p6uFR{cursor:pointer;padding:5px}.style_actionContainer__9PYsJ{align-items:center;background-color:#adb5bd;border-radius:100%;display:flex;height:36px;justify-content:center;width:36px}.style_actionContainer__9PYsJ:hover{cursor:pointer}.style_actionContainer__9PYsJ svg{height:20px;width:20px}.style_actionContainer__9PYsJ svg path{stroke:#001e41}.style_h100__afJ4e{height:100%}.style_containerPadding__6aian{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__6aian{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__6aian{padding:20px 14px 0}}.style_listContainerStyle__g3Jol{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__g3Jol::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__g3Jol{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__g3Jol{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__g3Jol{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__g3Jol{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__g3Jol{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__g3Jol{height:calc(100vh - 70px);width:100%}}.style_customContainer__C6vhv{margin:auto}@media screen and (max-width:640px){.style_customContainer__C6vhv{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__C6vhv{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__C6vhv{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__C6vhv{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__C6vhv{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__C6vhv{max-width:1320px}}.style_modalBackdrop__a9BFV{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.style_modal__rPzBC{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px;text-align:center;width:300px}.style_modalActions__R-e6d{display:flex;gap:30px;justify-content:center;margin-top:20px}.style_modalActions__R-e6d button{border:none;border-radius:4px;cursor:pointer;padding:8px 16px}.style_modalActions__R-e6d button:first-child{background-color:#dc3545;color:#fff}.style_modalActions__R-e6d button:last-child{background-color:#6c757d;color:#fff}.styles_h100__NknpY{height:100%}.styles_containerPadding__fnFB8{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.styles_containerPadding__fnFB8{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.styles_containerPadding__fnFB8{padding:20px 14px 0}}.styles_listContainerStyle__74cll{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.styles_listContainerStyle__74cll::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.styles_listContainerStyle__74cll{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.styles_listContainerStyle__74cll{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.styles_listContainerStyle__74cll{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.styles_listContainerStyle__74cll{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.styles_listContainerStyle__74cll{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.styles_listContainerStyle__74cll{height:calc(100vh - 70px);width:100%}}.styles_customContainer__fjr3X{margin:auto}@media screen and (max-width:640px){.styles_customContainer__fjr3X{max-width:90%}}@media screen and (min-width:640px){.styles_customContainer__fjr3X{max-width:600px}}@media screen and (min-width:768px){.styles_customContainer__fjr3X{max-width:720px}}@media screen and (min-width:992px){.styles_customContainer__fjr3X{max-width:960px}}@media screen and (min-width:1200px){.styles_customContainer__fjr3X{max-width:1140px}}@media screen and (min-width:1400px){.styles_customContainer__fjr3X{max-width:1320px}}.styles_tooltip__m5PKF{display:inline-block;position:relative}.styles_tooltip__m5PKF .styles_tooltiptext__rTs4E{background-color:#001e41;border-radius:6px;bottom:120%;color:#fff;font-family:PN_SemiBold;font-size:12px;left:50%;line-height:18px;margin-left:-50px;min-width:100px;padding:5px;position:absolute;text-align:center;visibility:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.styles_tooltip__m5PKF .styles_tooltiptext__rTs4E:after{border:5px solid #0000;border-top-color:#001e41;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.styles_tooltip__m5PKF:hover .styles_tooltiptext__rTs4E{visibility:visible}.style_h100__kwNNF{height:100%}.style_containerPadding__YOaKd{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__YOaKd{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__YOaKd{padding:20px 14px 0}}.style_listContainerStyle__TDsq8{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__TDsq8::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__TDsq8{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__TDsq8{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__TDsq8{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__TDsq8{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__TDsq8{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__TDsq8{height:calc(100vh - 70px);width:100%}}.style_customContainer__9R\+ex{margin:auto}@media screen and (max-width:640px){.style_customContainer__9R\+ex{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__9R\+ex{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__9R\+ex{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__9R\+ex{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__9R\+ex{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__9R\+ex{max-width:1320px}}.style_inputLabel__2UrAk{color:#0f1106;font-family:var(--font-neue);font-size:16px;font-weight:400;line-height:21px;text-align:left}@media screen and (max-width:640px){.style_inputLabel__2UrAk{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:640px){.style_inputLabel__2UrAk{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:768px){.style_inputLabel__2UrAk{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:992px){.style_inputLabel__2UrAk{font-size:11.3371428571px;line-height:14.88px}}@media screen and (min-width:1200px){.style_inputLabel__2UrAk{font-size:13.7142857143px;line-height:18px}}@media screen and (min-width:1400px){.style_inputLabel__2UrAk{font-size:16px;line-height:21px}}.style_h100__8F9FD{height:100%}.style_containerPadding__g9TzX{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__g9TzX{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__g9TzX{padding:20px 14px 0}}.style_listContainerStyle__E6u2w{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__E6u2w::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__E6u2w{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__E6u2w{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__E6u2w{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__E6u2w{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__E6u2w{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__E6u2w{height:calc(100vh - 70px);width:100%}}.style_customContainer__w02AB{margin:auto}@media screen and (max-width:640px){.style_customContainer__w02AB{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__w02AB{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__w02AB{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__w02AB{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__w02AB{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__w02AB{max-width:1320px}}.style_header__qIcsd{background-color:#001e41;position:-webkit-sticky;position:sticky;top:0}.style_header__qIcsd .style_text__Mftpu{align-items:center;display:flex;gap:14px;height:100%}.style_header__qIcsd .style_text__Mftpu .style_icon__hAFtk{height:70px;width:100px}@media screen and (max-width:640px){.style_header__qIcsd .style_text__Mftpu .style_icon__hAFtk{height:49.6px;width:70.8571428571px}}@media screen and (min-width:640px){.style_header__qIcsd .style_text__Mftpu .style_icon__hAFtk{height:49.6px;width:70.8571428571px}}@media screen and (min-width:768px){.style_header__qIcsd .style_text__Mftpu .style_icon__hAFtk{height:49.6px;width:70.8571428571px}}@media screen and (min-width:992px){.style_header__qIcsd .style_text__Mftpu .style_icon__hAFtk{height:49.6px;width:70.8571428571px}}@media screen and (min-width:1200px){.style_header__qIcsd .style_text__Mftpu .style_icon__hAFtk{height:60px;width:85.7142857143px}}@media screen and (min-width:1400px){.style_header__qIcsd .style_text__Mftpu .style_icon__hAFtk{height:70px;width:100px}}.style_header__qIcsd .style_text__Mftpu h2{text-wrap:nowrap;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:34px;justify-content:center;text-align:center}@media screen and (max-width:640px){.style_header__qIcsd .style_text__Mftpu h2{font-size:24.0914285714px}}@media screen and (min-width:640px){.style_header__qIcsd .style_text__Mftpu h2{font-size:24.0914285714px}}@media screen and (min-width:768px){.style_header__qIcsd .style_text__Mftpu h2{font-size:24.0914285714px}}@media screen and (min-width:992px){.style_header__qIcsd .style_text__Mftpu h2{font-size:24.0914285714px}}@media screen and (min-width:1200px){.style_header__qIcsd .style_text__Mftpu h2{font-size:29.1428571429px}}@media screen and (min-width:1400px){.style_header__qIcsd .style_text__Mftpu h2{font-size:34px}}.style_main__VS6MH p{color:#79797c;font-family:Roboto,Arial,sans-serif;font-size:16px;text-align:justify}@media screen and (max-width:640px){.style_main__VS6MH p{font-size:11.3371428571px}}@media screen and (min-width:640px){.style_main__VS6MH p{font-size:11.3371428571px}}@media screen and (min-width:768px){.style_main__VS6MH p{font-size:11.3371428571px}}@media screen and (min-width:992px){.style_main__VS6MH p{font-size:11.3371428571px}}@media screen and (min-width:1200px){.style_main__VS6MH p{font-size:13.7142857143px}}@media screen and (min-width:1400px){.style_main__VS6MH p{font-size:16px}}.style_main__VS6MH p a{background-color:#0000;color:#002855;text-decoration:underline}.style_main__VS6MH p a:hover{color:#007aff}.style_h100__\+l\+c3{height:100%}.style_containerPadding__hkPuz{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__hkPuz{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__hkPuz{padding:20px 14px 0}}.style_listContainerStyle__Tf2Ya{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__Tf2Ya::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__Tf2Ya{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__Tf2Ya{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__Tf2Ya{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__Tf2Ya{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__Tf2Ya{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__Tf2Ya{height:calc(100vh - 70px);width:100%}}.style_customContainer__SCS5z{margin:auto}@media screen and (max-width:640px){.style_customContainer__SCS5z{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__SCS5z{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__SCS5z{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__SCS5z{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__SCS5z{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__SCS5z{max-width:1320px}}.style_navTitle__SKsZ9{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#868e96;display:-webkit-box;font-family:var(--font-neue);font-size:14px;font-style:normal;font-weight:500;overflow:hidden;padding-left:33px;text-overflow:ellipsis;text-transform:uppercase;transition:width .4s ease;-webkit-transition:width .4s;-moz-transition:width .4s}@media(max-width:1199px){.style_navTitle__SKsZ9{display:none}}.style_activeNavItemContainer__HdhrP,.style_navItemContainer__fu1LG{align-items:center;border-left:3px solid #fff;display:flex;height:44px;justify-content:flex-start;padding-left:30px}@media(max-width:1199px){.style_activeNavItemContainer__HdhrP,.style_navItemContainer__fu1LG{justify-content:center!important;padding-left:0}}.style_activeNavItemContainer__HdhrP .style_icon__cvmF3,.style_navItemContainer__fu1LG .style_icon__cvmF3{filter:invert(62%) sepia(0) saturate(4517%) hue-rotate(238deg) brightness(90%) contrast(83%);height:100%;margin-right:12px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:100%}@media(max-width:1199px){.style_activeNavItemContainer__HdhrP .style_icon__cvmF3,.style_navItemContainer__fu1LG .style_icon__cvmF3{margin-right:0!important}}.style_activeNavItemContainer__HdhrP .style_heading__OcdP6,.style_navItemContainer__fu1LG .style_heading__OcdP6{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#868e96;display:-webkit-box;font-family:var(--font-neue);font-size:14px;font-style:normal;font-weight:400;overflow:hidden;text-overflow:ellipsis;transition:width .4s ease;-webkit-transition:width .4s;-moz-transition:width .4s}@media(max-width:1199px){.style_activeNavItemContainer__HdhrP .style_heading__OcdP6,.style_navItemContainer__fu1LG .style_heading__OcdP6{display:none}}.style_activeNavItemContainer__HdhrP:hover,.style_navItemContainer__fu1LG:hover{border-left:3px solid #001e41;cursor:pointer}.style_activeNavItemContainer__HdhrP:hover .style_icon__cvmF3,.style_navItemContainer__fu1LG:hover .style_icon__cvmF3{filter:invert(10%) sepia(68%) saturate(1979%) hue-rotate(194deg) brightness(89%) contrast(104%)}.style_activeNavItemContainer__HdhrP:hover .style_heading__OcdP6,.style_navItemContainer__fu1LG:hover .style_heading__OcdP6{color:#001e41;font-weight:500}.style_activeNavItemContainer__HdhrP{border-left:3px solid #001e41}.style_activeNavItemContainer__HdhrP .style_heading__OcdP6{color:#001e41;font-weight:500}.style_activeNavItemContainer__HdhrP .style_icon__cvmF3{filter:invert(10%) sepia(68%) saturate(1979%) hue-rotate(194deg) brightness(89%) contrast(104%)}.style_sideNavFull__hsO\+x{width:256px}.style_sideNavFull__hsO\+x,.style_sideNavHalf__RFk82{transition:all .4s ease;-webkit-transition:all .4s;-moz-transition:all .4s}.style_sideNavHalf__RFk82{width:72px}.style_sideNavHalf__RFk82 .style_heading__OcdP6{display:none}.style_sideNavHalf__RFk82 .style_navItemContainer__fu1LG{justify-content:center!important;padding-left:0}.style_sideNavHalf__RFk82 .style_navItemContainer__fu1LG .style_icon__cvmF3{margin-right:0!important}.style_sideNavHalf__RFk82 .style_navItemContainer__fu1LG .style_heading__OcdP6{display:none}@media screen and (min-width:576px){.style_sideNavFull__hsO\+x{width:72px}}@media screen and (min-width:768px){.style_sideNavFull__hsO\+x{width:72px}}@media screen and (min-width:992px){.style_sideNavFull__hsO\+x{width:72px}}@media screen and (min-width:1200px){.style_sideNavFull__hsO\+x{width:256px}}@media screen and (min-width:1400px){.style_sideNavFull__hsO\+x{width:256px}}.style_h100__A7Hvc{height:100%}.style_containerPadding__Pzrsd{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__Pzrsd{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__Pzrsd{padding:20px 14px 0}}.style_listContainerStyle__8OTHc{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__8OTHc::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__8OTHc{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__8OTHc{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__8OTHc{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__8OTHc{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__8OTHc{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__8OTHc{height:calc(100vh - 70px);width:100%}}.style_customContainer__osemL{margin:auto}@media screen and (max-width:640px){.style_customContainer__osemL{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__osemL{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__osemL{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__osemL{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__osemL{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__osemL{max-width:1320px}}.style_topLevelContainer__uLk35{-ms-overflow-style:none!important;display:flex;flex-direction:column;height:100vh;scrollbar-width:none!important}.style_topLevelContainer__uLk35::-webkit-scrollbar{display:none}.style_mainContainer__L0Cc2{background-color:#fff;display:flex;overflow-y:auto;width:100vw}.style_sideNavContainer__sx2ni{background-color:#fff;box-shadow:0 1px 8px #0000001a;height:100%;overflow-y:auto;z-index:1}.style_sideNavFull__v25PZ{min-width:256px}.style_sideNavFull__v25PZ,.style_sideNavHalf__NsdTg{transition:all .4s ease;-webkit-transition:all .4s;-moz-transition:all .4s}.style_sideNavHalf__NsdTg{max-width:72px;min-width:72px;overflow-x:hidden}.style_mainContainer__L0Cc2::-webkit-scrollbar,.style_sideNavContainer__sx2ni::-webkit-scrollbar{display:none;width:6px}.style_sideNavContainer__sx2ni::-webkit-scrollbar-thumb{background-color:#ff754c;border-radius:100px;visibility:hidden}.style_sideNavContainer__sx2ni::-webkit-scrollbar-track{background-clip:content-box;background-color:#f0f3f6;border:1px solid #0000;border-radius:9px;visibility:hidden}.style_showSideNavContainer__2sTGD::-webkit-scrollbar-thumb,.style_showSideNavContainer__2sTGD::-webkit-scrollbar-track{visibility:visible!important}.style_child__bzG7L{position:relative;width:100%}@media screen and (max-width:992px){.style_showSideNavContainer__2sTGD::-webkit-scrollbar{display:none}}@media screen and (max-width:576px){.style_sideNavContainer__sx2ni{display:none}}@media screen and (min-width:576px){.style_sideNavFull__v25PZ{min-width:72px;width:72px}.style_sideNavContainer__sx2ni{display:none}}@media screen and (min-width:768px){.style_sideNavFull__v25PZ{min-width:72px;width:72px}.style_sideNavContainer__sx2ni{display:flex}}@media screen and (min-width:992px){.style_sideNavFull__v25PZ{min-width:72px;width:72px}}@media screen and (min-width:1200px){.style_sideNavFull__v25PZ{min-width:256px}}@media screen and (min-width:1400px){.style_sideNavFull__v25PZ{min-width:256px}}.style_h100__kKRJ0{height:100%}.style_containerPadding__IhTQw{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__IhTQw{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__IhTQw{padding:20px 14px 0}}.style_listContainerStyle__WlfzW{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__WlfzW::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__WlfzW{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__WlfzW{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__WlfzW{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__WlfzW{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__WlfzW{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__WlfzW{height:calc(100vh - 70px);width:100%}}.style_customContainer__xGcLI{margin:auto}@media screen and (max-width:640px){.style_customContainer__xGcLI{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__xGcLI{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__xGcLI{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__xGcLI{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__xGcLI{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__xGcLI{max-width:1320px}}.style_backDropContainer__xVWmT{background-color:#00000080;height:100vh;overflow:hidden;padding:0!important;position:absolute;transition:visibility .2s;width:100%;z-index:400}.style_logoContainer__bGo2y{background-color:#001e41;margin-bottom:49px}.style_logoContainer__bGo2y .style_myLogo__nuBcJ{height:40px;width:100%}.style_logoContainer__bGo2y .style_crossContainer__Aw7IP{align-items:center;border:1px solid #e4e6f1;border-radius:5px;display:flex;height:25px;justify-content:center;width:25px}.style_logoContainer__bGo2y .style_crossContainer__Aw7IP svg{height:20px;width:20px}.style_logoContainer__bGo2y .style_crossContainer__Aw7IP svg path{fill:#fff}.style_logoContainer__bGo2y .style_crossContainer__Aw7IP:hover{cursor:pointer}.style_mainContainer__1FD9G{-ms-overflow-style:none!important;background-color:#fff;height:100%;left:0;max-width:240px;overflow-x:hidden;overflow-y:auto;padding:0!important;position:absolute;scrollbar-width:none!important;transition:transform .3s;width:100%}.style_hidden__apPV9{transform:translateX(-240px)}.style_shown__gGFJY{transform:translateX(0)}.style_mainContainer__1FD9G::-webkit-scrollbar{display:none}.style_crossIconContainer__RbG9x{align-items:center;border:1px solid #f9f9f9;border-radius:8px;display:flex;height:30px;justify-content:center;width:30px}.style_activeNavItemContainer__mUL8w,.style_navItemContainer__ts1DJ{align-items:center;border-left:3px solid #fff;display:flex;height:44px;padding-left:30px}.style_activeNavItemContainer__mUL8w .style_icon__y60vP,.style_navItemContainer__ts1DJ .style_icon__y60vP{filter:invert(62%) sepia(0) saturate(4517%) hue-rotate(238deg) brightness(90%) contrast(83%);height:100%;margin-right:12px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:100%}.style_activeNavItemContainer__mUL8w .style_heading__P\+LQU,.style_navItemContainer__ts1DJ .style_heading__P\+LQU{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#868e96;display:-webkit-box;font-family:var(--font-neue);font-size:14px;font-style:normal;font-weight:400;overflow:hidden;text-overflow:ellipsis;transition:width .4s ease;-webkit-transition:width .4s;-moz-transition:width .4s}.style_activeNavItemContainer__mUL8w:hover,.style_navItemContainer__ts1DJ:hover{border-left:3px solid #001e41;cursor:pointer}.style_activeNavItemContainer__mUL8w:hover .style_icon__y60vP,.style_navItemContainer__ts1DJ:hover .style_icon__y60vP{filter:invert(10%) sepia(68%) saturate(1979%) hue-rotate(194deg) brightness(89%) contrast(104%)}.style_activeNavItemContainer__mUL8w:hover .style_heading__P\+LQU,.style_navItemContainer__ts1DJ:hover .style_heading__P\+LQU{color:#001e41;font-weight:500}.style_navTitle__4Xzh\+{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#868e96;display:-webkit-box;font-family:var(--font-neue);font-size:14px;font-style:normal;font-weight:500;overflow:hidden;padding-left:33px;text-overflow:ellipsis;text-transform:uppercase;transition:width .4s ease;-webkit-transition:width .4s;-moz-transition:width .4s}.style_activeNavItemContainer__mUL8w{border-left:3px solid #001e41}.style_activeNavItemContainer__mUL8w .style_heading__P\+LQU{color:#001e41;font-weight:500}.style_activeNavItemContainer__mUL8w .style_icon__y60vP{filter:invert(10%) sepia(68%) saturate(1979%) hue-rotate(194deg) brightness(89%) contrast(104%)}.style_h100__mPY-2{height:100%}.style_containerPadding__h6tnC{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__h6tnC{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__h6tnC{padding:20px 14px 0}}.style_listContainerStyle__sTVNp{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__sTVNp::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__sTVNp{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__sTVNp{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__sTVNp{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__sTVNp{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__sTVNp{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__sTVNp{height:calc(100vh - 70px);width:100%}}.style_customContainer__30FoM{margin:auto}@media screen and (max-width:640px){.style_customContainer__30FoM{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__30FoM{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__30FoM{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__30FoM{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__30FoM{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__30FoM{max-width:1320px}}.style_logoTopContainerFull__mHQ5Y{min-width:256px}.style_logoTopContainerFull__mHQ5Y,.style_logoTopContainerHalf__jHKd\+{transition:all .4s ease;-webkit-transition:all .4s;-moz-transition:all .4s}.style_logoTopContainerHalf__jHKd\+{max-width:72px;min-width:72px;overflow-x:hidden}.style_logo__LKYtk{align-items:center;background-color:#001e41;display:flex;height:100%;justify-content:center;width:100%}.style_logo__LKYtk svg{height:40px;width:40px}.style_bigLogo__nmT6N{align-items:center;background-color:#001e41;display:flex;height:100%;justify-content:center;width:100%}.style_bigLogo__nmT6N svg{height:40px;width:40px}.style_logoContainer__\+b1tr{height:70px}@media screen and (max-width:640px){.style_logoContainer__\+b1tr{height:49.6px}}@media screen and (min-width:640px){.style_logoContainer__\+b1tr{height:49.6px}}@media screen and (min-width:768px){.style_logoContainer__\+b1tr{height:49.6px}}@media screen and (min-width:992px){.style_logoContainer__\+b1tr{height:49.6px}}@media screen and (min-width:1200px){.style_logoContainer__\+b1tr{height:60px}}@media screen and (min-width:1400px){.style_logoContainer__\+b1tr{height:70px}}.style_logoContainer__\+b1tr .style_chevIcon__Yr30Q{cursor:pointer;height:16px;width:16px}@media(max-width:1199px){.style_logoContainer__\+b1tr .style_chevIcon__Yr30Q,.style_navbrand__4ky\+C{display:none}}.style_navBrandHalf__T5FDb{display:none;height:34.94px;width:36.66px}@media(max-width:1199px){.style_navBrandHalf__T5FDb{display:inline}}.style_topLevelContainer__TyOzH{background-color:#fff;box-shadow:0 1px 8px #0000001a;padding:0 10px 0 0;position:-webkit-sticky;position:sticky;top:0;z-index:200}.style_headerContainer__ZvWlJ{align-items:center;display:flex;height:70px;justify-content:space-between}@media screen and (max-width:640px){.style_headerContainer__ZvWlJ{height:49.6px}}@media screen and (min-width:640px){.style_headerContainer__ZvWlJ{height:49.6px}}@media screen and (min-width:768px){.style_headerContainer__ZvWlJ{height:49.6px}}@media screen and (min-width:992px){.style_headerContainer__ZvWlJ{height:49.6px}}@media screen and (min-width:1200px){.style_headerContainer__ZvWlJ{height:60px}}@media screen and (min-width:1400px){.style_headerContainer__ZvWlJ{height:70px}}.style_leftIcon__OWPJ6{display:none;height:16px;width:16px}.style_leftIcon__OWPJ6:hover{cursor:pointer}.style_hamburgerIcon__OU7XT{cursor:pointer;display:none;height:24px;width:24px}@media screen and (max-width:576px){.style_logoTopContainerFull__mHQ5Y,.style_logoTopContainerHalf__jHKd\+{display:none}}@media screen and (min-width:576px){.style_customContainer__30FoM{max-width:100%}.style_logoTopContainerFull__mHQ5Y{display:none;min-width:72px;width:72px}.style_logoContainer__\+b1tr{justify-content:center}.style_logoTopContainerHalf__jHKd\+{display:none}}@media screen and (max-width:767px){.style_hamburgerIcon__OU7XT{display:flex}}@media screen and (min-width:768px){.style_logoTopContainerFull__mHQ5Y{display:flex;min-width:72px;width:72px}.style_logoContainer__\+b1tr{justify-content:center}.style_logoTopContainerHalf__jHKd\+{display:flex}}@media screen and (min-width:992px){.style_logoTopContainerFull__mHQ5Y{display:flex;min-width:72px;width:72px}.style_logoContainer__\+b1tr{justify-content:center}}@media screen and (min-width:1200px){.style_logoTopContainerFull__mHQ5Y{display:flex;min-width:256px}.style_logoContainer__\+b1tr{justify-content:space-around}.style_bigLogo__nmT6N svg{width:100%}}@media screen and (min-width:1400px){.style_logoTopContainerFull__mHQ5Y{display:flex;min-width:256px}}.style_h100__1\+R\+v{height:100%}.style_containerPadding__lTMAw{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__lTMAw{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__lTMAw{padding:20px 14px 0}}.style_listContainerStyle__3oB-4{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__3oB-4::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__3oB-4{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__3oB-4{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__3oB-4{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__3oB-4{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__3oB-4{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__3oB-4{height:calc(100vh - 70px);width:100%}}.style_customContainer__xdbn3{margin:auto}@media screen and (max-width:640px){.style_customContainer__xdbn3{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__xdbn3{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__xdbn3{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__xdbn3{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__xdbn3{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__xdbn3{max-width:1320px}}.style_breadCrumbActive__YhBSx,.style_breadCrumbDefault__PTocy{font-family:var(--font-neue);font-size:16px;font-style:normal;font-weight:500;line-height:21px;margin-left:9px;white-space:nowrap}@media screen and (max-width:640px){.style_breadCrumbActive__YhBSx,.style_breadCrumbDefault__PTocy{font-size:11.3371428571px;line-height:14.88px;margin-left:9px}}@media screen and (min-width:640px){.style_breadCrumbActive__YhBSx,.style_breadCrumbDefault__PTocy{font-size:11.3371428571px;line-height:14.88px;margin-left:9px}}@media screen and (min-width:768px){.style_breadCrumbActive__YhBSx,.style_breadCrumbDefault__PTocy{font-size:11.3371428571px;line-height:14.88px;margin-left:9px}}@media screen and (min-width:992px){.style_breadCrumbActive__YhBSx,.style_breadCrumbDefault__PTocy{font-size:11.3371428571px;line-height:14.88px;margin-left:9px}}@media screen and (min-width:1200px){.style_breadCrumbActive__YhBSx,.style_breadCrumbDefault__PTocy{font-size:13.7142857143px;line-height:18px;margin-left:9px}}@media screen and (min-width:1400px){.style_breadCrumbActive__YhBSx,.style_breadCrumbDefault__PTocy{font-size:16px;line-height:21px;margin-left:9px}}.style_breadCrumbDefault__PTocy{color:#868e96;margin-right:9px}@media screen and (max-width:640px){.style_breadCrumbDefault__PTocy{margin-right:9px}}@media screen and (min-width:640px){.style_breadCrumbDefault__PTocy{margin-right:9px}}@media screen and (min-width:768px){.style_breadCrumbDefault__PTocy{margin-right:9px}}@media screen and (min-width:992px){.style_breadCrumbDefault__PTocy{margin-right:9px}}@media screen and (min-width:1200px){.style_breadCrumbDefault__PTocy{margin-right:9px}}@media screen and (min-width:1400px){.style_breadCrumbDefault__PTocy{margin-right:9px}}.style_optionsContainer__Z20Cs{background-color:#fff;border-radius:8px;box-shadow:9px 12px 16px 2px #1018281a,0 4px 6px 6px #1018280d;display:flex;flex-direction:column;position:absolute;width:100%}.style_labelStyle__GfWWl{color:#868e96;font-family:var(--font-neue);font-size:13px;font-weight:400}.style_iconStyle__DqEsC{height:16px;width:16px}.style_optionContainer__ZKhaE{border-bottom:1px solid #ced4da}.style_optionContainer__ZKhaE:hover,.style_optionContainer__ZKhaE:hover>.style_iconStyle__DqEsC>path,.style_optionContainer__ZKhaE:hover>.style_labelStyle__GfWWl{background-color:#f2f7fb;color:#0f1106}.style_topradius__cu2cU{border-top-left-radius:8px;border-top-right-radius:8px}.style_btmradius__E3vZH{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.style_h100__yuQdb{height:100%}.style_containerPadding__rAtR9{padding:24px 44px 0;text-align:left}@media screen and (max-width:576px){.style_containerPadding__rAtR9{padding:20px 14px 0}}@media(min-width:576px)and (max-width:768px){.style_containerPadding__rAtR9{padding:20px 14px 0}}.style_listContainerStyle__l5Gb7{-ms-overflow-style:none;height:calc(100vh - 70px);overflow:scroll;overflow:auto;position:relative;scrollbar-width:none;width:100%}.style_listContainerStyle__l5Gb7::-webkit-scrollbar{display:none!important}@media screen and (max-width:640px){.style_listContainerStyle__l5Gb7{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:640px){.style_listContainerStyle__l5Gb7{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:768px){.style_listContainerStyle__l5Gb7{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:992px){.style_listContainerStyle__l5Gb7{height:calc(100vh - 49.6px);width:100%}}@media screen and (min-width:1200px){.style_listContainerStyle__l5Gb7{height:calc(100vh - 60px);width:100%}}@media screen and (min-width:1400px){.style_listContainerStyle__l5Gb7{height:calc(100vh - 70px);width:100%}}.style_customContainer__nUryA{margin:auto}@media screen and (max-width:640px){.style_customContainer__nUryA{max-width:90%}}@media screen and (min-width:640px){.style_customContainer__nUryA{max-width:600px}}@media screen and (min-width:768px){.style_customContainer__nUryA{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__nUryA{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__nUryA{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__nUryA{max-width:1320px}}.style_profileAvt__EdVrI{border-radius:100%;height:40px;object-fit:cover;width:40px}@media screen and (max-width:640px){.style_profileAvt__EdVrI{height:28.3428571429px;width:28.3428571429px}}@media screen and (min-width:640px){.style_profileAvt__EdVrI{height:28.3428571429px;width:28.3428571429px}}@media screen and (min-width:768px){.style_profileAvt__EdVrI{height:28.3428571429px;width:28.3428571429px}}@media screen and (min-width:992px){.style_profileAvt__EdVrI{height:28.3428571429px;width:28.3428571429px}}@media screen and (min-width:1200px){.style_profileAvt__EdVrI{height:34.2857142857px;width:34.2857142857px}}@media screen and (min-width:1400px){.style_profileAvt__EdVrI{height:40px;width:40px}}.style_profileName__JgqWw{color:#0f1106;font-family:var(--font-neue);font-size:16px;font-weight:500;line-height:16px}@media screen and (max-width:640px){.style_profileName__JgqWw{font-size:11.3371428571px;line-height:11.3371428571px}}@media screen and (min-width:640px){.style_profileName__JgqWw{font-size:11.3371428571px;line-height:11.3371428571px}}@media screen and (min-width:768px){.style_profileName__JgqWw{font-size:11.3371428571px;line-height:11.3371428571px}}@media screen and (min-width:992px){.style_profileName__JgqWw{font-size:11.3371428571px;line-height:11.3371428571px}}@media screen and (min-width:1200px){.style_profileName__JgqWw{font-size:13.7142857143px;line-height:13.7142857143px}}@media screen and (min-width:1400px){.style_profileName__JgqWw{font-size:16px;line-height:16px}}.style_profileEmail__embkI{color:#868e96;font-family:var(--font-neue);font-size:14px;font-weight:400;line-height:12px}@media screen and (max-width:640px){.style_profileEmail__embkI{font-size:9px;line-height:9px}}@media screen and (min-width:640px){.style_profileEmail__embkI{font-size:9px;line-height:9px}}@media screen and (min-width:768px){.style_profileEmail__embkI{font-size:9px;line-height:9px}}@media screen and (min-width:992px){.style_profileEmail__embkI{font-size:9px;line-height:9px}}@media screen and (min-width:1200px){.style_profileEmail__embkI{font-size:12px;line-height:10.2857142857px}}@media screen and (min-width:1400px){.style_profileEmail__embkI{font-size:14px;line-height:12px}}.style_dropDownIcon__N-Ywd{height:16px;width:16px}@media screen and (max-width:640px){.style_dropDownIcon__N-Ywd{height:11.3371428571px;width:11.3371428571px}}@media screen and (min-width:640px){.style_dropDownIcon__N-Ywd{height:11.3371428571px;width:11.3371428571px}}@media screen and (min-width:768px){.style_dropDownIcon__N-Ywd{height:11.3371428571px;width:11.3371428571px}}@media screen and (min-width:992px){.style_dropDownIcon__N-Ywd{height:11.3371428571px;width:11.3371428571px}}@media screen and (min-width:1200px){.style_dropDownIcon__N-Ywd{height:13.7142857143px;width:13.7142857143px}}@media screen and (min-width:1400px){.style_dropDownIcon__N-Ywd{height:16px;width:16px}}.style_optionsContainer__76oPV{max-width:200px;min-width:200px;right:0;top:40px}.style_loginBtn__EXLFo{font-family:var(--font-neue);font-size:16px;font-weight:400}@media screen and (max-width:640px){.style_loginBtn__EXLFo{font-size:11.3371428571px}}@media screen and (min-width:640px){.style_loginBtn__EXLFo{font-size:11.3371428571px}}@media screen and (min-width:768px){.style_loginBtn__EXLFo{font-size:11.3371428571px}}@media screen and (min-width:992px){.style_loginBtn__EXLFo{font-size:11.3371428571px}}@media screen and (min-width:1200px){.style_loginBtn__EXLFo{font-size:13.7142857143px}}@media screen and (min-width:1400px){.style_loginBtn__EXLFo{font-size:16px}}.style_extra__L1FNQ{background-color:#0000;height:40px;position:absolute;top:0;width:100%}
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,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}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-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-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}dialog{padding:0}textarea{resize:vertical}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:#3b82f680;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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:#3b82f680;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.m-0{margin:0}.m-auto{margin:auto}.mb-0{margin-bottom:0}.mb-3{margin-bottom:.75rem}.ms-1{margin-inline-start:.25rem}.mt-1{margin-top:.25rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.inline{display:inline}.flex{display:flex}.table{display:table}.contents{display:contents}.hidden{display:none}.h-8{height:2rem}.h-full{height:100%}.w-1\/2{width:50%}.w-8{width:2rem}.w-full{width:100%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.self-end{align-self:flex-end}.fill-gray-600{fill:#4b5563}.p-0{padding:0}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-bottom:1rem;padding-top:1rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.filter{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)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--PRIMARY:#3490dc;--BLACK:#000}@media (min-width:640px){.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:justify-start{justify-content:flex-start}.sm\:gap-5{gap:1.25rem}}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:w-2\/3{width:66.666667%}}@media (prefers-color-scheme:dark){.dark\:fill-gray-300{fill:#d1d5db}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}}
/*# sourceMappingURL=main.bdfe8542.css.map*/