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}.App{font-family:Poppins,sans-serif}.App .card-button{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;background:#0c81a8;border:1px solid #0c81a8;border-radius:4px;color:#fff;font-size:.8rem;font-style:normal;font-weight:500;line-height:normal;padding:.2rem 1rem}.App .card-light-button{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;background:#fff;border:1px solid #7b5eca;border-radius:4px;color:#7b5eca;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;padding:.3rem 1rem}.App *{box-sizing:border-box}.App .mt-1{margin-top:1rem}.App .mt-2{margin-top:2rem}.App .mt-3{margin-top:3rem}.App .pd-1{padding:1rem}.App .pl-1{padding-left:1rem}.App .pr-1{padding-right:1rem}.App .f6s{font-weight:600}.App .f5s{font-weight:500}.App .f3s{font-weight:300}.App .boxshadowprimary{box-shadow:0 4px 12px 0 rgba(56,20,154,.12)}.App .button-loader{opacity:.9;overflow:hidden;position:relative}.App .button-loader:after{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:4px solid #e1e1e1;border-radius:50%;border-top-color:#3498db;box-sizing:border-box;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:20px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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);-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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);-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);-webkit-transform:translateX(0);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 rgba(0,0,0,.1);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;-webkit-transform:translate3d(0,var(--y),0) scale(var(--s));transform:translate3d(0,var(--y),0) scale(var(--s));transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-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{-webkit-transform-origin:top;transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{-webkit-transform-origin:bottom;transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;-webkit-transform:scaleY(3);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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;-webkit-transform-origin:right;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{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,var(--y),0);transform:translate3d(-20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(2000px,var(--y),0);transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,var(--y),0);transform:translate3d(-20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(2000px,var(--y),0);transform:translate3d(2000px,var(--y),0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,var(--y),0);transform:translate3d(20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(-2000px,var(--y),0);transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,var(--y),0);transform:translate3d(20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(-2000px,var(--y),0);transform:translate3d(-2000px,var(--y),0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3);transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3);transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:translate3d(0,var(--y),0) perspective(400px);transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:translate3d(0,var(--y),0) perspective(400px);transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(110%,var(--y),0);transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(110%,var(--y),0);transform:translate3d(110%,var(--y),0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(-110%,var(--y),0);transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(-110%,var(--y),0);transform:translate3d(-110%,var(--y),0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.MobileHeader{align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;height:10vh;justify-content:space-between}.MobileHeader .mobileheaderleft{display:flex}.MobileHeader .mobileheaderleft .mobileLogo{width:22vw}.MobileHeader .mobileheaderleft .logo{align-items:center;display:flex}.MobileHeader .mobileheaderleft .logo img{padding-left:12px}.MobileHeader .mobileheaderleft .mobileheadermiddle{align-items:center;display:flex;flex-direction:row}.MobileHeader .mobileheaderleft .mobileheadermiddle .sustain{color:#0b80a8;font-size:12px;font-weight:500;padding-left:.3rem}.MobileHeader .mobileheaderleft .mobileheadermiddle .market{font-size:12px;font-weight:500;padding-left:.2rem}.MobileHeader .mobileheaderright .burger-menu{padding:15px}.MobileHeader .mobileheaderright .burger-menu .hamburger{cursor:pointer;display:flex;flex-direction:column}.MobileHeader .mobileheaderright .burger-menu .hamburger .cross-btn{border:2px solid #0b80a8;border-radius:50%;cursor:pointer;height:24px;position:relative;width:24px}.MobileHeader .mobileheaderright .burger-menu .hamburger .cross-btn:after,.MobileHeader .mobileheaderright .burger-menu .hamburger .cross-btn:before{background-color:#0b80a8;content:"";height:2px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:60%}.MobileHeader .mobileheaderright .burger-menu .hamburger .cross-btn:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.MobileHeader .mobileheaderright .burger-menu .hamburger .cross-btn:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.MobileHeader .mobileheaderright .burger-menu .hamburger .bar{background-color:#0b80a8;height:2px;margin:3px 0;transition:.4s;width:25px}.MobileHeader .mobileheaderright .burger-menu .hamburger.open .bar:first-child{-webkit-transform:rotate(-50deg) translate(-7px,5px);transform:rotate(-50deg) translate(-7px,5px)}.MobileHeader .mobileheaderright .burger-menu .hamburger.open .bar:nth-child(2){opacity:0}.MobileHeader .mobileheaderright .burger-menu .hamburger.open .bar:nth-child(3){-webkit-transform:rotate(50deg) translate(-5px,-5px);transform:rotate(50deg) translate(-5px,-5px)}.MobileHeader .mobileheaderright .burger-menu .menu{background-color:#fff;box-shadow:inset 0 3px 3px 0 rgba(0,0,0,.1),0 2px 5px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100vh;height:auto;padding:20px;position:absolute;right:0;top:10vh;width:-webkit-max-content;width:max-content;z-index:100000}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-content{display:flex;flex-direction:column;position:relative}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-content .tagline{color:#999;font-family:Poppins;font-size:16px;font-weight:500;letter-spacing:0;line-height:22px;margin-bottom:2vh;text-decoration:none;white-space:nowrap}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-content .tagline.active-link{color:#0c81a8}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-content .header-dropdown{align-items:center;display:flex;flex-direction:row;margin-top:-2vh;position:relative}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-content .header-dropdown .module{color:#747474;font-size:15px;font-weight:400}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-content .header-dropdown .arrow{cursor:pointer;margin-left:2vw}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-content .dropdown-content{margin:0 1rem 2rem}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-content .dropdown-content .dropdown-items,.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-items .menu-dropdown-items{align-items:center;color:#747474;display:flex;font-size:15px;font-weight:500;gap:1rem;margin-top:2vh}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .menu-items .menu-dropdown-items img{height:30px;width:30px}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .language-selector{margin:10px 0}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .language-selector select{align-items:center;background-color:#e8f6fd;border:none;border-radius:.3rem;color:#4d4d4d;display:flex;font-size:.9rem;font-weight:500;height:30px;padding:6px 12px;width:160px}.MobileHeader .mobileheaderright .burger-menu .menu .menu-heading .language-selector option img{height:20px;width:20px}.UserProfileDropdown{background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px 0 rgba(0,0,0,.12);cursor:pointer;margin-top:4%;position:absolute;right:9px;width:15vw;z-index:1001}.UserProfileDropdown li{align-items:center;color:#4d4d4d;display:flex;gap:.3rem;padding:4px}.UserProfileDropdown li:hover{background-color:#f9f9f9}.header-container{align-items:center;border-bottom:1px solid #eaeaea;display:flex;flex-direction:row;height:10vh;justify-content:space-between}.left-container{align-items:center;display:flex;gap:2rem;width:40vw}.left-container img{padding-left:1rem}@media screen and (min-width:580px)and (max-width:900px){.left-container{gap:1rem}.left-container img{padding-left:.5rem;width:100px}}.right-container{align-items:center;display:flex;gap:2rem;justify-content:space-around;padding-right:1rem}.right-container .globe{cursor:pointer;position:relative}.right-container .globe .language-select{background-color:#f9f9f9;border-radius:4px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);cursor:pointer;display:flex;font-size:12px;left:-50%;padding:10px 5px;position:absolute;top:120%;z-index:1}.right-container .globe .language-select img{display:flex;height:20px;margin-right:6px;width:20px}.right-container .globe .language-select:hover{background-color:#f0f0f0}.right-container .userProfile{display:flex}.right-container .userProfile .userImage{align-items:center;border-radius:30px;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.right-container .userProfile .userImage .userName{color:#fff}@media screen and (min-width:580px)and (max-width:900px){.right-container{gap:1rem;padding-right:.5rem}.right-container .userProfile .userImage{border-radius:50%;height:36px}.right-container button{font-size:12px}}.tagline{color:#999;font-family:Poppins;font-size:16px;font-weight:500;letter-spacing:0;line-height:22px;text-decoration:none;white-space:nowrap}.tagline.active-link{color:#0c81a8}@media screen and (min-width:580px)and (max-width:900px){.tagline{font-size:12px}}.request-button{align-items:center;background:#0c81a8;border:none;border-radius:4px;color:#fff;display:flex;gap:10px;justify-content:center;padding:10px 20px;white-space:nowrap}.industry-dropdown{display:inline-block;position:relative}.industry-dropdown span{color:#999;font-family:Poppins;font-size:16px;font-weight:500;letter-spacing:0;line-height:22px}.industry-dropdown span .drop-down{height:8px;padding-left:6px;padding-right:12px}.industry-content{background-color:#f9f9f9;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);display:none;padding:12px 16px;position:absolute;z-index:1}.industry-dropdown:hover .industry-content{display:block}.product-dropdown{display:inline-block;position:relative;z-index:1999}.product-dropdown span{color:#999;font-family:Poppins;font-size:16px;font-weight:500;letter-spacing:0;line-height:22px;white-space:nowrap}.product-dropdown span .drop-down{height:8px;padding-left:6px;padding-right:12px}@media screen and (min-width:580px)and (max-width:900px){.product-dropdown span{font-size:12px}.product-dropdown span .drop-down{height:6px;padding-left:0;width:auto}}.product-content{background-color:#f9f9f9;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);display:none;padding:12px 16px;position:absolute;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;z-index:1}@media screen and (min-width:580px)and (max-width:900px){.product-content{font-size:12px}}.product-dropdown:hover .product-content{display:block}.industry-list{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0}.industry-list li{align-items:center;display:flex;padding:10px;white-space:nowrap}.industry-list img{padding:5px}.link{align-items:center;display:flex;text-decoration:none;width:100%}.product-list{display:flex;flex-wrap:wrap;list-style-type:none;margin:0;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0;width:20vw}.product-list li{align-items:center;display:flex;padding:5px;white-space:nowrap;width:100%}.product-list li:hover{background-color:#f0f0f0}.product-list img{height:40px;padding:5px;width:40px}@media screen and (min-width:580px)and (max-width:900px){.product-list{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:auto}.product-list img{height:30px;width:30px}}.ModuleCards{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.12);cursor:pointer;display:flex;flex-direction:column;height:180px;padding:0 1rem 1rem}@media screen and (min-width:768px)and (max-width:1024px){.ModuleCards{height:280px}}.ModuleCards .cardContent{margin-top:auto;padding-bottom:.8rem}@media screen and (max-width:768px){.ModuleCards .cardContent{padding-bottom:.4rem}}@media screen and (min-width:768px)and (max-width:1024px){.ModuleCards .cardContent{padding-bottom:2rem}}.ModuleCards .title{color:#000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;letter-spacing:.012em;line-height:20px;padding:0;text-align:center}.ModuleCards .content{color:#7e7e7e;font-size:.563rem;font-style:normal;font-weight:400;letter-spacing:.108px;line-height:12px;margin-top:.375rem;text-align:center}.active{border:2px solid #7b5eca}.breadcrumb-container{display:flex;flex-direction:row}.breadcrumb-container .breadcrumb{font-family:Poppins;font-size:13px;font-weight:400;letter-spacing:0;line-height:24px;padding:0 1rem;text-align:left}.breadcrumb-container .breadcrumb a{text-decoration:none}.parentModule{align-items:center;display:flex;flex-direction:column;height:90vh;padding-top:3rem;width:100vw}.parentModule .headingModule{color:#0c81a8;font-family:Poppins;font-size:40px;font-weight:600;letter-spacing:0;line-height:3rem;padding:12px;text-align:center}@media screen and (max-width:768px){.parentModule .headingModule{font-size:32px}}.parentModule .subHeadingModule{color:#6b6b6b;font-family:Poppins;font-size:14px;font-weight:400;letter-spacing:0;text-align:center}@media screen and (max-width:480px){.parentModule .subHeadingModule{display:none}}.parentModule .cardDiv{align-items:center;-webkit-column-gap:1.4vw;column-gap:1.4vw;display:flex;flex-wrap:wrap;justify-content:center;margin-top:3rem;padding:0 2rem;row-gap:3vh;width:100vw}.parentModule .cardDiv>div{flex-basis:15%}@media screen and (max-width:768px){.parentModule .cardDiv{-webkit-column-gap:2.4vh;column-gap:2.4vh;padding:0 .4rem}.parentModule .cardDiv>div{flex-basis:46%}}@media screen and (min-width:768px)and (max-width:1024px){.parentModule .cardDiv>div{flex-basis:40%}}@media screen and (max-width:480px){.parentModule .cardDiv{overflow-x:clip}}.signup{align-items:center;display:flex;flex-direction:row;justify-content:space-between;overflow-y:hidden;width:100%}@media screen and (max-width:767px){.signup{flex-direction:column;justify-content:space-between}}.signup .company{box-shadow:0 6px 6px rgba(0,0,0,.1);display:flex;flex-direction:row;gap:6px}@media screen and (min-width:768px){.signup .company{display:none}}@media screen and (max-width:768px){.signup .company{align-items:center;justify-content:flex-start;padding:12px;width:100vw}.signup .company .colorHeading{color:#0b80a8}.signup .company div{font-size:.8rem}.signup .company .mobileLogo{width:20vw}}.signup .signup-image{align-self:stretch;max-height:100vh;width:70vw}.signup .signup-image img{object-fit:cover;width:100%}@media screen and (max-width:768px){.signup .signup-image{display:none}}@media screen and (min-width:768px)and (max-width:1024px){.signup .signup-image{display:block;max-height:none;width:24vw}.signup .signup-image img{align-self:stretch;height:100%}}.signup .main-part{align-items:center;display:flex;flex-direction:column;margin:2rem 3rem}@media screen and (max-width:1024px){.signup .main-part{margin:0}}.signup .main-part .auth{border-radius:12px;box-shadow:2px 2px 8px #888;display:flex;flex-direction:row}.signup .main-part .auth a{background:#fff;border-radius:4px;color:#0c81a8;font-size:.9rem;padding:.3rem .6rem;text-decoration:none}.signup .main-part .auth .activeClass{background:#0c81a8;color:#fff}@media screen and (min-width:1025px){.signup .main-part .auth{display:none}}.signup .main-part .heading{color:#333;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;text-align:center}@media screen and (max-width:768px){.signup .main-part .heading{color:#0c81a8;display:flex;flex-direction:column;padding:1rem 0}.signup .main-part .heading span{color:#000}}.signup .subheading{color:#333;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;margin-top:6px}.signup .subheading span{color:#0c81a8;margin-left:.4rem}.signup .subheading span .login-link{color:#0c81a8;text-decoration:none}@media screen and (max-width:1024px){.signup .subheading{display:none}}.signup input[type=checkbox]{height:20px;margin-right:10px;width:20px}.signup .email-verify{color:#000;font-size:13px}.signup .label{align-items:center;color:#666;display:flex;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.signup .body{background:hsla(0,0%,100%,.65);color:#9a9a9a;display:flex;flex-direction:column;padding:0 2rem;width:40vw}@media screen and (max-width:767px){.signup .body{padding:1rem 1.5rem;width:100vw}}@media screen and (min-width:768px)and (max-width:1024px){.signup .body{width:76vw}}.signup .body .account-create{color:#0c81a8;font-size:1rem;font-weight:600}.signup .body .account{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;font-size:1rem;font-style:normal;font-weight:400}.signup .body .account span{color:#0c81a8;font-weight:600}.signup .body .formPart{display:flex;flex-direction:column}.signup .body .formPart .namepartflex{display:flex;gap:5%;justify-content:space-between;margin-bottom:.5rem;width:100%}.signup .body .formPart .name-part{display:flex;flex:1 1;flex-direction:column}.signup .body .formPart input{background:#f5f5f5;border:none;border-radius:4px;font-size:.875rem;padding:.4rem}.signup .body .formPart input::-webkit-input-placeholder{color:#9a9a9a;font-size:.875rem}.signup .body .formPart input::placeholder{color:#9a9a9a;font-size:.875rem}.signup .body .formPart .rest-form-part{display:flex;flex-direction:column;font-size:15px;gap:.2rem;margin-top:.5rem;width:100%}.signup .body .formPart .rest-form-part .passwordError{display:flex;flex-wrap:wrap}.signup .body .formPart .rest-form-part h4{color:#000;font-size:13px;font-weight:400;margin:0}.signup .body .formPart .rest-form-part h4 a{color:#000}.signup .body .formPart .rest-form-part .hide-password{display:flex;flex-direction:row;justify-content:space-between}.signup .body .formPart .rest-form-part input{width:100%}.signup .body .formPart .rest-form-part .eye{display:flex;justify-content:end}.signup .body .formPart .rest-form-part .eye button{background:#fff;border:none}.signup .body .formPart .rest-form-part .eye button .eye-icon{color:hsla(0,0%,40%,.8);display:flex;font-size:13px}.signup .body .formPart .rest-form-part .password{background:#f5f5f5;border:none}.signup .body .formPart .rest-form-part ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-column-gap:1rem;column-gap:1rem;display:flex;margin-block-end:0;margin-block-start:0;margin-top:4px;row-gap:2px}.signup .body .formPart .rest-form-part ul li{font-size:12px;list-style-type:disc;margin:initial}@media screen and (max-width:768px){.signup .body .formPart .rest-form-part ul li{font-size:11px}}.signup .body .formPart .notify-container{display:flex;margin:20px 0 10px}.signup .body .formPart .notify-container input[type=checkbox]{accent-color:#000;margin:initial;margin-right:8px}.signup .body .formPart .captcha-part{display:flex;width:100%}.signup .body .formPart .captcha-part .captcha{flex:1 1;width:50%}.signup .body .formPart .captcha-part .captcha input{background:#f5f5f5;border:none;font-size:2rem;padding:2rem 1rem}.signup .body .formPart .captcha-part .captcha input::-webkit-input-placeholder{font-size:2rem}.signup .body .formPart .captcha-part .captcha input::placeholder{font-size:2rem}.signup .body .formPart .captcha-part .buttonPart button{cursor:pointer;font-size:1rem;margin:1rem 0 .4rem}.Finance{background:#fff;border-radius:6px;box-shadow:0 6px 46px 0 rgba(0,0,0,.12);max-width:12rem;min-width:9rem;padding:1rem}.Finance,.Finance .moduleFinance{display:flex;flex-direction:column;justify-content:space-between}.Finance .moduleFinance .rectanglePart{align-self:flex-end}.Finance .moduleFinance .rectangle{height:20px;width:20px}.Finance .moduleFinance .cardtitle{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;color:#000;font-size:.9rem;font-style:normal;font-weight:500;line-height:20px;padding:.5rem 0}.Finance .moduleFinance .cardtitle span{color:#858ba0;font-size:.875rem;font-style:normal;font-weight:500;padding-left:.3rem}.Finance .moduleFinance .logo{height:30px;width:30px}.Finance .moduleFinance .contentpart{display:flex;flex-direction:column;gap:7px;margin-top:8px}.Finance .moduleFinance .contentrow{display:flex;flex-direction:row;gap:5px}.Finance .moduleFinance .content{color:#7e7e7e;font-size:.75rem;font-style:normal;font-weight:400;letter-spacing:.168px}.Finance .selectButton{align-items:center;border-radius:4px;color:#fff;font-family:Poppins;font-size:14px;font-weight:500;justify-content:center;letter-spacing:0;line-height:20px;margin-top:20px;padding:0 1rem;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:480px){.Finance{min-width:20rem}}@media screen and (min-width:481px)and (max-width:1024px){.Finance{max-width:33rem}}.parentsubmaincontainer .breadcrumb{display:flex;gap:.3rem;margin-left:1rem;margin-top:.4rem}.parentsubmaincontainer .breadcrumb a{color:#959595;text-decoration:none}.parentsubmaincontainer .breadcrumb .persona{color:#0c81a8;font-weight:500}.parentsubmaincontainer .parentSubModule{align-items:center;display:flex;flex-direction:column;height:80vh;justify-content:center;width:100vw}.parentsubmaincontainer .parentSubModule .headingModule{color:#0c81a8;font-family:Poppins;font-size:40px;font-weight:600;letter-spacing:0;line-height:3rem;padding:12px;text-align:center}@media screen and (max-width:480px){.parentsubmaincontainer .parentSubModule .headingModule{font-size:26px}}.parentsubmaincontainer .parentSubModule .subHeadingModule{color:#6b6b6b;font-family:Poppins;font-size:14px;font-weight:400;letter-spacing:0;text-align:center}@media screen and (max-width:480px){.parentsubmaincontainer .parentSubModule .subHeadingModule{display:none}}.parentsubmaincontainer .parentSubModule .cardDiv{align-items:center;display:flex;flex-direction:column;width:100vw}.parentsubmaincontainer .parentSubModule .cardDiv .carditems{grid-column-gap:1vw;align-items:center;-webkit-column-gap:1vw;column-gap:1vw;display:grid;grid-template-columns:repeat(6,1fr);justify-content:center;margin-top:3rem;width:95vw}.parentsubmaincontainer .parentSubModule .cardDiv .carditemsSecond{display:flex;justify-content:center;margin-top:1.5rem;width:50%}.parentsubmaincontainer .parentSubModule .cardDiv .carditemsSecond .secondRow{grid-column-gap:1vw;-webkit-column-gap:1vw;column-gap:1vw;display:grid;grid-template-columns:repeat(3,1fr)}.parentsubmaincontainer .parentSubModule .details{display:flex;flex-direction:row;gap:1.5vw;margin-top:2rem;padding:0 1rem;width:100vw}.parentsubmaincontainer .parentSubModule .details .leftColumn{grid-column-gap:1rem;grid-row-gap:1rem;align-items:center;-webkit-column-gap:1rem;column-gap:1rem;display:grid;flex:1.8 1;grid-template-columns:repeat(1,1fr);height:68vh;justify-content:center;overflow:scroll;row-gap:1rem}@media screen and (max-width:480px){.parentsubmaincontainer .parentSubModule .details .leftColumn{display:none}}@media screen and (min-width:481px)and (max-width:1024px){.parentsubmaincontainer .parentSubModule .details .leftColumn{display:none}}.parentsubmaincontainer .parentSubModule .details .rightColumn{align-items:center;background:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;box-shadow:0 4px 8px 0 rgba(0,0,0,.12);display:flex;flex:10.8 1;flex-direction:column;gap:.5rem;justify-content:center;padding:.5rem}.parentsubmaincontainer .parentSubModule .details .rightColumn .logo{height:35px;margin-top:.5rem;width:35px}.parentsubmaincontainer .parentSubModule .details .rightColumn .categoryLogo{height:45px;margin-top:1rem;width:45px}.parentsubmaincontainer .parentSubModule .details .rightColumn .fintext{color:#000;font-size:1.2rem;font-style:normal;font-weight:500;letter-spacing:.432px;line-height:20px;text-align:center}.parentsubmaincontainer .parentSubModule .details .rightColumn .rightcolumncards{grid-column-gap:2.5rem;-webkit-column-gap:2.5rem;column-gap:2.5rem;display:grid;max-width:54rem;min-width:43rem}@media screen and (max-width:480px){.parentsubmaincontainer .parentSubModule .details .rightColumn .rightcolumncards{display:flex;flex-direction:column;min-width:20rem}}.parentsubmaincontainer .parentSubModule .details .rightColumn .contentrow{display:flex;gap:5px}.parentsubmaincontainer .parentSubModule .details .rightColumn .next{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;background:#7b5eca;border:none;border-radius:4px;color:#fff;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;padding:.5rem 1rem}@media screen and (min-width:481px)and (max-width:1024px){.parentsubmaincontainer .parentSubModule .details .rightColumn{flex-direction:column}}@media screen and (max-width:480px){.parentsubmaincontainer .parentSubModule{height:33vh;justify-content:start}}@media screen and (min-width:481px)and (max-width:1024px){.parentsubmaincontainer .parentSubModule{justify-content:normal}}.account-verify{align-items:center;display:flex;flex-direction:row;height:100vh;width:100vw}@media screen and (max-width:480px){.account-verify{flex-direction:column}}.account-verify .company{box-shadow:0 6px 6px rgba(0,0,0,.1);display:flex;flex-direction:row;gap:6px}@media screen and (min-width:480px){.account-verify .company{display:none}}@media screen and (max-width:480px){.account-verify .company{align-items:center;justify-content:flex-start;padding:12px;width:100vw}.account-verify .company .colorHeading{color:#0b80a8}.account-verify .company div{font-size:.8rem}.account-verify .company .mobileLogo{width:20vw}}.account-verify .login-image{height:100vh;object-fit:cover;width:50vw}.account-verify .verify-container{display:flex;justify-content:center;width:50vw}@media screen and (max-width:480px){.account-verify .verify-container{width:100vw}}.account-verify .verify-container .main{background:hsla(0,0%,100%,.65);display:flex;flex-direction:column;gap:.6rem;padding:1.5rem;width:36vw}@media screen and (max-width:480px){.account-verify .verify-container .main{width:100vw}}.account-verify .verify-container .main .verify{color:#333;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;padding-top:1rem;text-align:center}.account-verify .verify-container .main .verification{color:#333;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;padding-top:2rem}.account-verify .verify-container .main .verification span{color:#0c81a8;cursor:pointer}.account-verify .verify-container .main .codepart{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;color:#9a9a9a;display:flex;flex-direction:column;font-size:1rem;font-style:normal;font-weight:400;gap:.4rem}.account-verify .verify-container .main .codepart .buttonPart{align-items:center;display:flex;justify-content:center}.account-verify .verify-container .main .codepart label{font-size:14px}.account-verify .verify-container .main .codepart input{background:#fff;border:1px solid #dbdbdb;border-radius:4px;padding:.4rem .6rem}.account-verify .verify-container .main .codepart input[type=number]::-webkit-inner-spin-button,.account-verify .verify-container .main .codepart input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.account-verify .verify-container .main .codepart .error{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;color:red;font-size:.8rem;font-style:normal;font-weight:400}.card{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1rem .7rem}@media screen and (max-width:768px){.card{padding:1rem .7rem}}.card .card-content-data{margin-bottom:1rem;min-height:50%;overflow:scroll;padding-bottom:.5rem}.card .card-content-data .main-heading1{font-size:1rem;font-weight:500}@media screen and (max-width:768px){.card .card-content-data .main-heading1{font-size:14px;margin-top:0}}@media screen and (min-width:768px)and (max-width:1024px){.card .card-content-data .main-heading1{font-size:15px;margin-top:0}}.card .card-content-data .subheading,.card .card-content-data .subheading2,.card .card-content-data .subheading3{color:#0c81a8;font-size:.9rem;font-weight:500}@media screen and (max-width:768px){.card .card-content-data .subheading,.card .card-content-data .subheading2,.card .card-content-data .subheading3{font-size:12px}}@media screen and (min-width:768px)and (max-width:1024px){.card .card-content-data .subheading,.card .card-content-data .subheading2,.card .card-content-data .subheading3{font-size:14px}}.card .card-content-data .content1,.card .card-content-data .content2,.card .card-content-data .content3{color:#797979;font-size:.8rem;font-weight:300}@media screen and (max-width:768px){.card .card-content-data .content1,.card .card-content-data .content2,.card .card-content-data .content3{font-size:10px}}@media screen and (min-width:768px)and (max-width:1024px){.card .card-content-data .content1,.card .card-content-data .content2,.card .card-content-data .content3{font-size:13px}}.card .card-buttons{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-left:.7rem;margin-right:.4rem}.card .card-buttons .detail-btns{align-items:center;display:flex;gap:.6rem}@media screen and (max-width:1024px){.card .card-buttons{flex-direction:column}}.card .card-buttons button{width:-webkit-max-content;width:max-content}@media screen and (max-width:480px){.card .card-buttons{margin:0}}@media screen and (min-width:480px)and (max-width:1024px){.card .card-buttons{flex-direction:column}}.card .card-buttons .Read-more{background-color:#d5edf4;color:#0c81a8;width:-webkit-max-content;width:max-content}.card .card-buttons .Read-more,.card .card-buttons .product-overview{align-items:center;border:none;border-radius:6px;display:flex;flex-wrap:nowrap;font-size:13px;gap:.3rem;height:2rem;justify-content:center;padding:.4rem;text-align:left;text-align:initial;text-decoration:none;white-space:nowrap}.card .card-buttons .product-overview{background-color:#d5f4ed;color:#049573;cursor:pointer}.card .card-buttons .add-to-cart{align-items:center;background-color:#0c81a8;border:1px solid #0c81a8;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-wrap:nowrap;font-size:13px;gap:.3rem;height:2rem;justify-content:center;padding:.4rem;text-align:left;text-align:initial;text-decoration:none;white-space:nowrap}@media screen and (max-width:768px){.card .card-buttons .Read-more,.card .card-buttons .add-to-cart,.card .card-buttons .product-overview{font-size:10px;height:1.6rem;padding:.3rem}.card .card-buttons .Read-more .arrow-forward,.card .card-buttons .add-to-cart .arrow-forward,.card .card-buttons .product-overview .arrow-forward{height:10px;width:10px}.card .card-buttons .Read-more img,.card .card-buttons .add-to-cart img,.card .card-buttons .product-overview img{height:8px;width:8px}}@media screen and (min-width:768px)and (max-width:1024px){.card .card-buttons .Read-more,.card .card-buttons .add-to-cart,.card .card-buttons .product-overview{font-size:12px;height:1.8rem;padding:.5rem}.card .card-buttons .Read-more .arrow-forward,.card .card-buttons .add-to-cart .arrow-forward,.card .card-buttons .product-overview .arrow-forward{height:12px;width:12px}.card .card-buttons .Read-more img,.card .card-buttons .add-to-cart img,.card .card-buttons .product-overview img{height:10px;width:10px}}.background-screen-filter{background-color:hsla(0,0%,80%,.502);display:grid;height:100dvh;margin-left:10rem;place-items:center;position:fixed;right:0;top:0;width:100dvw;z-index:1000}.rightcolumncards{gap:1rem}@media screen and (max-width:480px){.rightcolumncards{flex-direction:column}}.fintext{font-family:Poppins;font-size:21px;font-weight:500;letter-spacing:.012em;line-height:20px;padding:1.5rem;text-align:center}@media screen and (max-width:480px){.fintext{padding:0 1rem 1rem}}.image{border:2px solid #7b5eca;border-radius:10px}.addToCartPopup{background-color:#fff;height:29rem;left:19rem;position:absolute;top:15%;width:58rem}.addToCartPopup .headerContainer{align-items:start;display:flex;flex-direction:row;justify-content:space-between;width:100%}.addToCartPopup .popup-content .popup-closeButton{border:none;border-radius:4rem;text-align:left}.addToCartPopup .popup-content .popup-closeButton .popup-cross img{margin-top:.3rem}.addToCartPopup .popup-content .popup-content-video{margin-left:0;margin-top:-2rem}@media screen and (max-width:480px){.addToCartPopup{height:83vh;left:1rem;overflow:scroll;width:93vw}}.popup-closeButton{cursor:pointer}.SelectPlan{background:#fff;border-radius:6px;box-shadow:0 6px 46px 0 rgba(0,0,0,.12);justify-content:space-between}.SelectPlan,.SelectPlan .PlanCard{display:flex;flex-direction:column}.SelectPlan .PlanCard{gap:5px;max-width:12rem;min-width:9rem;padding:1rem 1rem 2rem}.SelectPlan .PlanCard .logo{height:30px;width:30px}.SelectPlan .PlanCard .cardTitle{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;color:#000;font-size:1rem;font-style:normal;font-weight:500;line-height:20px;padding:1rem 0}.SelectPlan .PlanCard .contentpart{display:flex;flex-direction:column;gap:7px;margin-top:8px}.SelectPlan .PlanCard .contentpart .contentrow{display:flex;flex-direction:row;gap:5px}.SelectPlan .PlanCard .contentpart .contentrow .content{color:#7e7e7e;font-size:.75rem;font-style:normal;font-weight:400;letter-spacing:.168px}@media screen and (max-width:480px){.SelectPlan .PlanCard{gap:5px;max-width:20rem}}.SelectPlan .buttonContainer{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:13px;justify-content:center;margin:20px 1rem 1rem}@media screen and (max-width:480px){.SelectPlan{border-radius:5px}}.popup{background-color:#fff;height:60vh;left:19rem;position:absolute;top:13rem;width:62vw}.popup .popup-content .popup-close{background-color:#fff;border:none;border-radius:4rem;cursor:pointer;height:3.6rem;margin-left:-3rem;position:relative;text-align:left;width:7rem;z-index:2000}.popup .popup-content .popup-close .popup-cross img{margin-top:.3rem}@media screen and (max-width:480px){.popup .popup-content .popup-close{height:2.6rem;margin-left:-1rem;width:4rem}}.popup .popup-content .popup-content-video{margin-left:0;margin-top:-2rem}@media screen and (max-width:480px){.popup{height:55vh;position:static;width:87vw}}.parent-cart{display:flex;flex-wrap:wrap;gap:1rem;width:100%}@media screen and (max-width:768px){.parent-cart{gap:.5rem}}.parent-cart .cart{display:flex;gap:1rem}@media screen and (max-width:768px){.parent-cart .cart{gap:.4rem}}.parent-cart .cart .title{align-items:center;background:#0c81a8;border-radius:6px;box-shadow:0 4px 12px 0 rgba(0,0,0,.12);color:#fff;display:flex;font-size:.8rem;font-style:normal;font-weight:500;padding:.4rem 1rem}@media screen and (max-width:768px){.parent-cart .cart .title{font-size:.5rem;padding:.3rem .4rem}}.parent-cart .cart .title span{padding-left:.7rem}.parent-cart .cart .title button{background:transparent;border:none;color:#fff;cursor:pointer}.parent-cart .cart .title .button-loader{height:20px;margin:0 auto;width:20px}.parent-cart .cart .title .button-loader:after{height:16px;width:16px}.ProductPlatform{box-sizing:border-box;display:flex;flex-direction:column;margin:12px;padding:0 2rem 2rem}@media screen and (max-width:768px){.ProductPlatform{padding:0}}@media screen and (min-width:768px)and (max-width:1024px){.ProductPlatform{padding:0 1.2rem 1.2rem}}.ProductPlatform .main-heading{color:#0c81a8;font-size:40px;font-weight:600;line-height:3.5rem}@media screen and (max-width:768px){.ProductPlatform .main-heading{display:flex;flex-direction:column;font-size:24px;line-height:2rem;text-align:center}.ProductPlatform .main-heading .colorHeading{color:#000;font-size:18px}}.ProductPlatform .breadcrumb{display:flex;margin-bottom:.6rem}.ProductPlatform .breadcrumb a{color:#959595;text-decoration:none}@media screen and (max-width:480px){.ProductPlatform .breadcrumb a{font-size:13px}}.ProductPlatform .breadcrumb .bank{color:#0c81a8;font-weight:500}.ProductPlatform .sub-heading{color:#6b6b6b;font-size:14px;line-height:26px;padding-top:.3rem}@media screen and (max-width:480px){.ProductPlatform .sub-heading{font-size:13px;line-height:23px;padding-top:1rem;text-align:center}}.ProductPlatform .Product-details{display:flex;justify-content:space-between}@media screen and (max-width:1024px){.ProductPlatform .Product-details{align-items:center;flex-direction:column;justify-content:center}}.ProductPlatform .Product-details .company-logo{padding:10px 0}@media screen and (max-width:1024px){.ProductPlatform .Product-details .company-logo{padding:0}}.ProductPlatform .Product-details .company-logo svg{height:47vh;padding-top:8vh;width:60vw}@media screen and (max-width:768px){.ProductPlatform .Product-details .company-logo svg{height:auto;margin:20px 0;padding-top:0;width:94vw}}@media screen and (min-width:768px)and (max-width:1024px){.ProductPlatform .Product-details .company-logo svg{height:50vh;padding-top:8vh;width:90vw}}.ProductPlatform .Product-details .card-detail{height:55vh;margin:1.5rem 1rem 0;width:30vw}@media screen and (max-width:1024px){.ProductPlatform .Product-details .card-detail{display:flex;flex-direction:column-reverse;height:100%;margin:1rem;width:100%}}.ProductPlatform .Product-details .card-detail .card-data{border-radius:1rem;box-shadow:0 4px 12px 0 rgba(0,0,0,.12);height:100%}@media screen and (max-width:768px){.ProductPlatform .Product-details .card-detail .card-data{height:50vh}}.ProductPlatform .Product-details .card-detail .button-container{display:flex;flex-direction:column;justify-content:space-around;padding-top:1rem}.ProductPlatform .Product-details .card-detail .button-container .buttons{display:flex;gap:.5rem;justify-content:space-evenly}@media screen and (max-width:768px){.ProductPlatform .Product-details .card-detail .button-container .buttons{gap:.6rem;justify-content:center}}@media screen and (min-width:768px)and (max-width:1024px){.ProductPlatform .Product-details .card-detail .button-container .buttons{gap:1.2rem;justify-content:center}}.ProductPlatform .Product-details .card-detail .button-container .buttons .Next,.ProductPlatform .Product-details .card-detail .button-container .buttons .Previous{align-items:center;background-color:#fff;border:1px solid #0c81a8;border-radius:.5rem;color:#0c81a8;cursor:pointer;display:flex;font-size:1rem;gap:1rem;height:2.5rem;justify-content:center;width:12rem}@media screen and (max-width:768px){.ProductPlatform .Product-details .card-detail .button-container .buttons .Next,.ProductPlatform .Product-details .card-detail .button-container .buttons .Previous{color:#0c81a8;font-size:.6rem;gap:.4rem;height:1.4rem;padding:.4rem;width:auto}.ProductPlatform .Product-details .card-detail .button-container .buttons .Next img,.ProductPlatform .Product-details .card-detail .button-container .buttons .Previous img{height:12px;width:12px}.ProductPlatform .Product-details .card-detail .button-container .buttons .Next .arrow-back,.ProductPlatform .Product-details .card-detail .button-container .buttons .Previous .arrow-back{height:9px;width:9px}}@media screen and (min-width:768px)and (max-width:1024px){.ProductPlatform .Product-details .card-detail .button-container .buttons .Next,.ProductPlatform .Product-details .card-detail .button-container .buttons .Previous{color:#0c81a8;font-size:.8rem;gap:.7rem;height:2rem;width:7rem}}.ProductPlatform .Product-details .card-detail .button-container .complete-journey{display:flex;flex-wrap:wrap;justify-content:center;margin:1rem 0}@media screen and (max-width:480px){.ProductPlatform .Product-details .card-detail .button-container .complete-journey{justify-content:center}}.ProductPlatform .Product-details .card-detail .button-container .complete-journey .submit{background-color:#0c81a8;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:medium;height:2.5rem;padding-left:3.3rem;padding-right:3.3rem}@media screen and (max-width:480px){.ProductPlatform .Product-details .card-detail .button-container .complete-journey .submit{font-size:.8rem;gap:.8rem;height:2rem}}.ProductPlatform .buttonPart{display:flex;margin-top:1rem;width:60vw}@media screen and (max-width:1024px){.ProductPlatform .buttonPart{width:100%}}.ProductPlatform .buttonPart .add-cart{flex:9 1;margin-top:-22px}.ProductPlatform .buttonPart .add-cart .selected-product{color:#6b6b6b;font-family:Poppins;font-size:14px;font-weight:400;letter-spacing:0;line-height:26px;padding-bottom:6px;text-align:left}@media screen and (max-width:768px){.ProductPlatform .buttonPart .add-cart .selected-product{font-size:12px}}.sectorContainer{align-items:center;display:flex;flex-wrap:wrap;height:90vh;justify-content:center;margin:0}.sectorContainer .manage-users{text-decoration:none}.cardContainer{align-items:center;background-color:#f5fdff;border:1px solid #0c81a8;border-radius:8px;box-shadow:4px 4px 4px 4px rgba(12,129,168,.122);display:flex;flex-direction:column;height:35vh;justify-content:space-around;margin:12px;padding:12px;text-align:center;width:20vw}@media screen and (max-width:480px){.cardContainer{height:40vh;width:auto}}.cardContainer img{height:12vh}.cardContainer .sectorName{color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;padding:10px 10px 0;text-align:center}.cardContainer .sectorDescription{color:#444;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;padding:8px 10px 10px;text-align:center}.cardContainer .arrow{height:2vh}.loader-container{align-items:center;display:flex;height:90vh;justify-content:center}.transparent-loader{height:auto;width:36%}@media screen and (max-width:768px){.transparent-loader{height:auto;width:60%}}.Readmorecategory .readmore-back-arrow{cursor:pointer;height:20px;margin-left:16px;margin-top:16px;width:20px}.Readmorecategory .readmore-back-arrow-mobile{cursor:pointer;margin:10px 10px 0}.Readmorecategory .title{-webkit-column-gap:2rem;column-gap:2rem;display:flex;flex-wrap:wrap;justify-content:center;padding:.6rem;row-gap:0}.Readmorecategory .title .heading-list{list-style:none;padding:0}.Readmorecategory .title .heading-item{color:#b6b6b6;cursor:pointer;font-size:1rem;font-weight:500;transition:color .3s;white-space:nowrap}.Readmorecategory .title .heading-item.selected{color:#000;flex-wrap:nowrap}.Readmorecategory .title .heading-item.selected:hover,.Readmorecategory .title .heading-item:hover{color:#000;text-decoration:underline;text-decoration-color:#0c81a8}.Readmorecategory .category-data{display:flex;padding:1.6rem 2rem 2rem}.Readmorecategory .category-data .category-left .category-heading{color:#0c81a8;font-size:2.6rem}.Readmorecategory .category-data .category-left .category-subheading{color:#0c81a8;font-size:1.2rem;font-weight:500}.Readmorecategory .category-data .category-left .category-content{color:gray}.Readmorecategory .category-data .category-right .graph-image{height:22rem}.Readmorecategory .product{background-color:#0c81a8;border:none;border-radius:.3rem;color:#fff;font-size:1rem;height:2.4rem;margin-left:2rem;width:10rem}.Readmorecategory .category-framework{background-color:#e4f8ff;margin-top:3rem}.Readmorecategory .category-framework .framework-image{align-items:center;display:flex;height:5rem;justify-content:center}.Readmorecategory .category-framework .framework-image img{margin-left:2rem}.Readmorecategory .Plans{align-items:center;display:flex;flex-direction:column;justify-content:center}.Readmorecategory .Plans .Plans-content{align-items:center;display:flex;font-size:1.6rem;font-weight:500;justify-content:center;margin-top:2rem}.Readmorecategory .Plans .Plans-content span{color:#0c81a8;margin-left:.5rem}.Readmorecategory .Plans p{color:#6b6b6b;font-size:1rem;text-align:center;width:43rem}.Readmorecategory .Plans .monthly-yearly-plan{background-color:#e4f8ff;border-radius:.5rem;display:none;margin-top:2rem;width:22rem}.Readmorecategory .Plans .monthly-yearly-plan p{color:#fff}.Readmorecategory .billing-plan{padding:2rem 6rem 2rem 5rem}@media screen and (max-width:480px){.readmoreCategoryTop{display:flex;flex-direction:column}.readmoreCategoryTop .categoryHeadingMobile{color:#0c81a8;display:flex;font-size:1.7rem;font-weight:500;margin-top:.4rem;padding:0 10px}.readmoreCategoryTop .categoryGraphMobile img{height:10rem;margin:1rem 0 0 2rem}.titleMobile{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:1rem;padding:0 1rem}.titleMobile .headingItemMoile{color:#b6b6b6;cursor:pointer;font-size:10px;font-weight:500;margin-right:.3rem;transition:color .3s;white-space:nowrap}.titleMobile .headingItemMoile.selected{color:#000;flex-wrap:nowrap}.titleMobile .headingItemMoile.selected:hover,.titleMobile .headingItemMoile:hover,.titleMobile .selectedMobile{color:#000}.categoryDown{background:#fff;border-radius:.3rem;box-shadow:0 0 10px 2px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center;margin:1.3rem}.categoryDown .category-subheading{color:#0c81a8;font-size:14px;font-weight:600;margin-top:.6rem;text-align:center}.categoryDown .category-content{color:gray;font-size:12px;padding:1rem;text-align:center}}.plan{align-items:center;display:flex;justify-content:center}.plan,.plan table{border-collapse:collapse;width:100%}.plan table{font-family:arial,sans-serif}.plan table td,.plan table th{border:1px solid #ddd;min-height:6rem;padding:17px;text-align:left}.plan .data2,.plan .data3,.plan .data4{font-size:1.3rem}.plan .data1{flex-direction:column}.plan .data1 .data1content{font-size:1.3rem;margin-bottom:1rem}.plan .data1 span{color:#999;font-size:1rem;font-weight:300;padding-top:2rem}.plan button{background:#0c81a8;border:none;border-radius:.2rem;color:#fff;height:5vh;margin-top:1rem;width:13vw}.productplanContainer .cross-mark{height:20px;position:relative;width:20px}.productplanContainer .cross-mark:after,.productplanContainer .cross-mark:before{background-color:#000;content:"";height:2px;left:50%;margin-top:.2rem;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:70%}.productplanContainer .cross-mark:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.form-group .error-text{font-size:12px;margin:4px 2px}.addNewUserPopup{left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.addNewUserPopup .newEmployeeUserForm{width:100%}.addNewUserPopup .newEmployeeUserForm .label{color:#666;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-left:4px}.addNewUserPopup .newEmployeeUserForm input,.addNewUserPopup .newEmployeeUserForm select{background:#e8f6fd;border:none;border-radius:4px;font-size:.875rem;margin:4px;padding:.4rem .6rem}.addNewUserPopup .newEmployeeUserForm input::-webkit-input-placeholder{font-size:.875rem}.addNewUserPopup .newEmployeeUserForm input::placeholder{font-size:.875rem}.addNewUserPopup .newEmployeeUserForm .moduleHeader{margin-left:4px}.addNewUserPopup .newEmployeeUserForm .addModuleButton{margin:4px;padding:.5rem 0}button span{align-items:center;display:flex}.productplanContainer{padding:10px}.rightcolumncards .moduleFinance{margin:20px 0}.row{flex-direction:row}.form-group{margin-bottom:.4rem}.form-group .error-text{color:red}.addNewUserPopup .addUserButton{margin-top:.8rem!important}.addNewUserPopup .newUserForm{width:100%}.addNewUserPopup .newUserForm .label{color:#666;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-left:4px}.addNewUserPopup .newUserForm input,.addNewUserPopup .newUserForm select{background:#f5f5f5;border:none;border-radius:4px;font-size:.875rem;margin:4px;padding:.4rem .6rem}.addNewUserPopup .newUserForm input::-webkit-input-placeholder{font-size:.875rem}.addNewUserPopup .newUserForm input::placeholder{font-size:.875rem}.addNewUserPopup .newUserForm .moduleHeader{margin-left:4px}.addNewUserPopup .newUserForm .addModuleButton{margin:4px}.addNewUserPopup .popUpHeader{padding:12px}.manage-user{background-color:#efefef;display:flex}.manage-user .sidebar{background-color:#fff;height:90vh;width:100%}.manage-user .sidebar a{text-decoration:none}.manage-user .sidebar .dashboard-content{display:flex;padding-left:1rem}.manage-user .sidebar .dashboard-content img{padding-left:.4rem}.manage-user .sidebar .dashboard-content h4{align-items:center;color:#555;display:flex;font-size:16px;font-weight:500;justify-content:flex-start;padding-left:.5rem}.manage-user .sidebar .tab{align-items:center;cursor:pointer;display:flex;font-size:14px;height:2.4rem;padding-left:1.4rem}.manage-user .sidebar .tab.selected{background-color:#0b80a8;color:#fff}.manage-user .sidebar .tab.selected .sidebar-icon path{fill:#fff}.manage-user .sidebar .tab .icon{align-items:center;display:flex;justify-content:center;padding-right:4px}.manage-user .sidebar .content{font-size:14px;padding-top:0}.manage-user .sidebar .content .subtab{cursor:pointer;display:flex;flex-direction:row;padding:.6rem .6rem .6rem 2rem}.manage-user .sidebar .content .subtab.sub-selected{background-color:#eaeaea;color:#000}.manage-user .sidebar .content .subtab .sub-icon{padding-right:4px}.manage-user .homepage{width:100%}.tableHeader{flex-direction:row}.show{width:10vw;z-index:2}.show,.subShow{background-color:#fff;display:flex;flex-direction:column;justify-content:center;position:absolute}.subShow{left:10vw;width:100%}.subdropdown{margin:0;padding:0}.notShow,.notSubShow{display:none}.rightHeader .filter-container{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;background:#fff;border:1px solid #ececeb;border-radius:4px;color:#7e7e7e;font-size:.8rem;font-style:normal;font-weight:500;line-height:normal;position:relative}.rightHeader .filter-container .filter-button{align-items:center;cursor:pointer;display:flex;gap:.2rem;padding:.2rem 1rem}.rightHeader .filter-container .filter-bob{background-color:#0c81a8;border-radius:50%;height:6px;position:absolute;right:4px;top:4px;width:6px}.rightHeader .filter-container .popover-content{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);left:50%;padding:.8rem;position:absolute;top:calc(100% + 10px);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:260px}.rightHeader .filter-container .popover-content .filter-popover-btn-container{align-items:center;display:flex;gap:.2rem;justify-content:flex-end;margin-top:.2rem}.rightHeader .filter-container .popover-content .filter-popover-btn-container .card-button{font-size:.6rem}.rightHeader .filter-container .popover-content .filter-light-btn{background-color:#fff;border:1px solid #ccc;color:#595959}.rightHeader .filter-container .popover-content label{display:block;margin-bottom:4px}.rightHeader .filter-container .popover-content input[type=checkbox]{margin-right:8px}.rightHeader .filter{border:1px solid #ececeb;border-radius:5px;padding:4px 4px 4px 30px;width:100%}.rightHeader .filter-icon{color:gray;left:8px;position:absolute;top:57%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}button{cursor:pointer}.accessdetail{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;height:85vh;overflow:scroll;padding:1rem;position:absolute;right:0;top:12%;width:23vw;z-index:2}.accessdetail .header{align-items:center;display:flex;justify-content:space-between}.accessdetail .close-btn{cursor:pointer}.accessdetail .acess-type-detail{display:flex;gap:9.5rem;padding-top:1rem}.accessdetail .acess-type-detail .access-type-button{align-items:center;background-color:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;width:100%}.accessdetail .acess-type-detail .access-type-heading{font-family:Poppins;font-size:14px;font-weight:500;letter-spacing:0;line-height:21px;text-align:left;white-space:nowrap}.accessdetail .horizontail{background-color:#7b7b7b;height:1px;width:100%}.accessdetail .purchase-detail-data{display:flex;gap:11rem;padding-top:1rem}.accessdetail .purchase-detail-data .purchase-access-button{align-items:center;background-color:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;width:100%}.accessdetail .purchase-detail-data .purchase-detail{font-family:Poppins;font-size:14px;font-weight:500;letter-spacing:0;line-height:21px;text-align:left;white-space:nowrap}.accessdetail .container-name{font-weight:600}.accessdetail .accesstypecontent h3{color:#0c81a8;font-family:Poppins;font-size:13px;font-weight:600;font-weight:500;letter-spacing:0;line-height:21px;text-align:left}.accessdetail .accesstypecontent p{color:#4a4a4a;font-family:Poppins;font-size:12px;font-weight:500;letter-spacing:0;line-height:18px;text-align:left}.accessdetail .purchased-access-container .purchase-details-loading{color:gray;font-size:14px;margin-top:2rem;text-align:center}.accessdetail .purchase-table{border:1px solid #ddd;border-collapse:collapse;margin:initial;margin-top:1rem;width:100%}.accessdetail .purchase-table td{padding:4px}.accessdetail .purchase-table td,.accessdetail .purchase-table th{border:1px solid #ddd;text-align:left}.accessdetail .purchase-table .value{text-align:center}.accessdetail .moduleName{color:#0c81a8;font-size:13px;font-weight:600;margin:.5rem}.accessdetail table{border-radius:10px;margin-bottom:1rem}.empty-state-container{align-items:center;display:flex;flex-direction:column;height:70vh;justify-content:center}.empty-state-container img{height:auto;width:60px}.empty-state-container p{color:gray;font-size:14px;font-weight:500;margin:initial;margin-top:1.2rem}.empty-state-container .sub-text{color:#b3b3b3;font-size:12px;font-weight:400;margin-top:.3rem}.bouncing-loader{align-items:center;display:flex;height:70vh;justify-content:center}.bouncing-loader>div{-webkit-animation:bouncing-loader .6s infinite alternate;animation:bouncing-loader .6s infinite alternate;background-color:#2095bc;border-radius:50%;height:14px;margin:0 4px;opacity:1;width:14px}@-webkit-keyframes bouncing-loader{to{opacity:.1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes bouncing-loader{to{opacity:.1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.bouncing-loader>div:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.bouncing-loader>div:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.bouncing-loader>div:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}.bouncing-loader>div:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s}.checkbox-select-container{display:flex;flex-direction:column}.checkbox-select-container .checkbox-inner-container{margin-bottom:1rem}.checkbox-select-container .checkbox-item{display:flex;gap:.4rem}.checkbox-select-container .checkbox-item input[type=checkbox]{accent-color:#0c81a8}.checkbox-select-container .checkbox-item .module-name{cursor:pointer;padding:4px}.checkbox-select-container .checkbox-item .module-name:hover{background-color:#fafafa}.checkbox-select-container .access-types{display:flex;flex-direction:column;gap:.4rem;margin-left:1.8rem;margin-top:.5rem}.checkbox-select-container .access-types .checkbox-item{gap:.3rem}.checkbox-select-container .access-types .checkbox-item input[type=checkbox]{accent-color:#1a96c6}.table-container{background-color:#fff;margin:12px;width:100%}.userDetailsTable{border-spacing:0;width:100%}.top-container{background-color:#efefef;display:flex;flex-direction:row;width:100%}.sidebar{width:20%}.tableHeader{align-items:center;display:flex;justify-content:space-between;padding:16px}.tableHeader .access-control-header-btn{align-items:center;display:flex;gap:.2rem}.nested-dropdown-container{display:flex}.dropdown-item{border:1px solid #ccc;cursor:pointer;margin-right:10px;padding:10px;position:relative}.submenu{background-color:#fff;border:1px solid #ccc;display:flex;flex-direction:column;left:100%;position:absolute;top:0;z-index:1}.submenu-item{border-bottom:1px solid #ccc;cursor:pointer;padding:10px;position:relative}.options{background-color:#fff;border:1px solid #ccc;display:flex;flex-direction:column;left:100%;position:absolute;top:0}.option{border-bottom:1px solid #ccc;cursor:pointer;padding:10px}.rightHeader{display:flex;flex-direction:row;gap:20px;justify-content:space-around}.rightHeader .search-container{align-items:center;display:flex;gap:.6rem}.rightHeader .search-input{position:relative}.rightHeader .search-input input{border:1px solid #ececeb;border-radius:5px;height:29px;padding:4px 4px 4px 30px}.rightHeader .search-input input:focus{outline:auto;outline-color:#0c81a8}.rightHeader .search-input .search-value{align-items:center;background-color:#0b80a8;border-radius:4px;color:#fff;display:flex;font-size:12px;gap:.4rem;justify-content:space-between;max-width:calc(100% - 40px);padding:2px 4px;position:absolute;right:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rightHeader .search-input .search-value .search-value-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rightHeader .search-input .cross-mark{cursor:pointer;height:12px;padding:4px;position:relative;width:12px}.rightHeader .search-input .cross-mark:after,.rightHeader .search-input .cross-mark:before{background-color:#fff;content:"";height:1px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:100%}.rightHeader .search-input .cross-mark:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.rightHeader .search-icon{color:gray;left:8px;position:absolute;top:58%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.leftHeader{display:flex;flex-direction:row;gap:20px}.leftHeader .header-text{color:#7e7e7e;font-size:14px;font-weight:500;margin:auto 0}.main-container{background-color:#fff;border-radius:4px;margin:12px;width:100%}.userDetailsTable th{background-color:#edfaff;border-top:1px solid #cecece}.userDetailsTable th,td{border-bottom:1px solid #cecece}td{text-align:center}tbody tr{border-bottom:1px solid #000}.resendLink{color:#0c81a8;cursor:pointer}th{color:#595959;font-size:13px;line-height:21px}button,th{font-family:Poppins;font-weight:500;letter-spacing:0}button{font-size:14px}td{color:#595959;font-family:Poppins;font-size:13px;font-weight:400;letter-spacing:0;line-height:21px}td .button-loader{height:30px;margin:0 auto;width:20px}li{border-radius:4px;list-style-type:none;margin:4px;padding:1px}ul{-webkit-padding-start:0;margin:12px;padding-inline-start:0}.editButton{align-items:center;background-color:#fff;border:none;margin:6px;padding:2px}.editButton,.userEditButton{display:flex;justify-content:center}.userEditButton{flex-direction:row}.contact{padding-left:1.6rem}.contact h2{font-size:1.4rem}.contact .contact-container{background-color:#fff;border-radius:.5rem;height:50%;padding:1rem;width:98%}.contact .contact-container h3{color:#4a4a4a;font-size:1rem;font-weight:500}.contact .contact-container .dropdown{align-items:center;height:6vh}.contact .contact-container .dropdown,.contact .contact-container .message-container{background-color:#e8f6fd;border:none;border-radius:.3rem;color:#4d4d4d;display:flex;font-size:.9rem;font-weight:500;padding-left:1rem;width:100%}.contact .contact-container .message-container{height:31vh;padding-top:1rem}.contact .contact-container .submit-form{display:flex;justify-content:end;padding-top:1rem}.contact .contact-container .submit-form button{background-color:#0b80a8;border:none;border-radius:.3rem;color:#fff;padding:.5rem 2rem}.productplanContainer{align-items:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;overflow:auto;padding:1rem}.rightcolumncards{display:flex}.rightcolumncards .moduleFinance{margin:0}.row{align-items:last baseline;width:100%}.or,.row{display:flex}.or{align-items:center;color:#acacac;flex-direction:row;justify-content:space-around;padding:1rem}.or .line{background-color:#d1d1d1;height:1px;width:45%}.form-group{display:flex;flex-direction:column;width:100%}.form-group .file-format{color:#acacac;font-family:Poppins;font-size:10px;font-weight:500;letter-spacing:0;line-height:15px;padding:.2rem .5rem;text-align:left}.form-group .uploadContainer{align-items:center;background-color:#fff;border:3px dashed #f2f2f2;border-spacing:30px;display:flex;flex-direction:column;height:30vh;justify-content:center}.form-group .uploadContainer .fileInput{display:none}.form-group .uploadContainer .upload-text{align-items:center;display:flex;flex-direction:column;font-family:Poppins;font-size:14px;font-weight:500;justify-content:center;letter-spacing:0;line-height:24px;text-align:center}.form-group .uploadContainer .upload-text .browseFile{cursor:pointer}.form-group .uploadContainer .upload-text :nth-child(3){color:#0b80a8}.form-group .download{align-items:center;background-color:#f2f2f2;border-radius:5px;display:flex;flex-direction:row;justify-content:space-between;margin:.5rem 0;width:100%}.form-group .download .download-name{font-family:Poppins;font-size:11px;font-weight:400;letter-spacing:0;line-height:18px;padding:8px 12px;text-align:left}.form-group .download .download-icon{display:flex;justify-content:center;padding:8px 12px}.form-group .download .file-loader{height:30px;margin-left:auto;margin-right:12px;opacity:.9;overflow:hidden;position:relative;width:20px}.form-group .download .file-loader:after{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:4px solid #e1e1e1;border-radius:50%;border-top-color:#3498db;box-sizing:border-box;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:20px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.headerContainer{align-items:start;display:flex;flex-direction:row;justify-content:space-between;width:60%}.addNewUserPopup{background-color:#fff;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.1);left:25rem;position:absolute;top:15%;width:36rem;z-index:2}.addNewUserPopup .addUserButton{display:flex;justify-content:flex-end;margin:4px}.addNewUserPopup .newEmployeeUploadUserForm{width:100%}.addNewUserPopup .newEmployeeUploadUserForm .label{color:#666;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-left:4px}.addNewUserPopup .newEmployeeUploadUserForm input{border:1px solid #d1d1d1;font-size:.875rem;margin:.4rem 0;padding:.4rem .6rem}.addNewUserPopup .newEmployeeUploadUserForm select{background:#e8f6fd;border:none;border-radius:4px;font-size:.875rem;margin:4px;padding:.4rem .6rem}.addNewUserPopup .newEmployeeUploadUserForm input::-webkit-input-placeholder{font-size:.575rem}.addNewUserPopup .newEmployeeUploadUserForm input::placeholder{font-size:.575rem}.addNewUserPopup .newEmployeeUploadUserForm .moduleHeader{margin-left:4px}.addNewUserPopup .newEmployeeUploadUserForm .addModuleButton{margin:4px;padding:.5rem 0}.addNewUserPopup .popUpHeader{display:flex;flex-direction:row;justify-content:space-between;padding:1rem}.addNewUserPopup .popUpHeader .heading{font-family:Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:18px;padding:.6rem 0;text-align:left}.addNewUserPopup .popup-content .popup-closeButton{border:none;border-radius:4rem;text-align:left}.addNewUserPopup .popup-content .popup-closeButton .popup-cross img{margin-top:.3rem}.addNewUserPopup .popup-content .popup-content-video{margin-left:0;margin-top:-2rem}.popup-closeButton{background-color:hsla(0,0%,100%,0);border:none}.image{align-items:start;height:20px}.submission1{display:flex;flex-direction:column;height:90vh;justify-content:space-between;padding:1rem}@media screen and (max-width:768px){.submission1{height:auto;padding:.4rem}}.submission1 .submission{align-items:center;display:flex;flex-direction:column;justify-content:center}.submission1 .submission .infinity-container{height:55vh;width:100vw}@media screen and (max-width:1024px){.submission1 .submission .infinity-container{height:50vh;width:100vw}}.submission1 .submission .infinity-container svg{height:40vh;width:100vw}@media screen and (max-width:1024px){.submission1 .submission .infinity-container svg{height:100%;margin:0;padding:1rem;width:100vw}}.submission1 .submission .main-heading{color:#0c81a8;font-size:2.5rem;font-weight:600;margin-bottom:20px;text-align:center}@media screen and (max-width:768px){.submission1 .submission .main-heading{padding:0 1rem}}@media screen and (max-width:1024px){.submission1 .submission .main-heading{font-size:23px}}.submission1 .submission .sub-para1{color:#999;font-size:14px;padding-top:1rem;position:relative;text-align:center}@media screen and (max-width:768px){.submission1 .submission .sub-para1{margin-bottom:10px;padding:0 1rem;text-align:center}}.submission1 .submission .sub-para2{color:#999;font-size:14px;padding-bottom:3rem;position:relative;text-align:center}@media screen and (max-width:768px){.submission1 .submission .sub-para2{padding:0 1rem;text-align:center}}.submission1 .buttons{display:flex;flex:3 1;gap:2rem;justify-content:flex-end;padding-right:1rem}@media screen and (min-width:768px)and (max-width:1024px){.submission1 .buttons{margin-top:2.2rem}}@media screen and (max-width:1024px){.submission1 .buttons{gap:1rem;justify-content:center;padding:0 0 1rem}}.submission1 .buttons .Next{align-items:center;background-color:#fff;border:1px solid #0c81a8;border-radius:.5rem;color:#0c81a8;cursor:pointer;display:flex;font-size:1rem;height:2.5rem;justify-content:center;width:12rem}.submission1 .buttons .Next:hover{background-color:#0c81a8;color:#fff}.submission1 .buttons .Next svg{margin-left:1rem}.submission1 .buttons .Previous{align-items:center;background-color:#fff;border:1px solid #0c81a8;border-radius:.5rem;color:#0c81a8;cursor:pointer;display:flex;font-size:1rem;height:2.5rem;justify-content:center;width:12rem}.submission1 .buttons .Previous:hover{background-color:#0c81a8;color:#fff}.submission1 .buttons .Previous svg{margin-right:1rem}@media screen and (max-width:768px){.submission1 .buttons .Next,.submission1 .buttons .Previous{font-size:.8rem;height:2rem;width:-webkit-max-content;width:max-content}.submission1 .buttons .Next svg{margin-left:.5rem}.submission1 .buttons .Previous svg{margin-right:.5rem}}.container{background-image:url(/static/media/land.107f349f64387d76f9b9.svg);background-repeat:no-repeat;background-size:cover;height:90vh;overflow-y:hidden;padding:1rem}.container .content{align-items:center;display:flex;flex-direction:row;gap:1rem;position:relative;z-index:1000}.container .content h3{font-size:x-large;font-weight:500}.container .content button{background-color:#0c81a8;border:none;border-radius:.2rem;color:#fff;cursor:pointer;padding:.5rem 1.5rem}.container .sub-container{background-position:50%;background-repeat:no-repeat;background-size:contain;height:74%;left:55%;position:absolute;top:60%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%}.container .sub-container svg{width:70vw}.submitting{align-items:center;display:flex;flex-direction:column;height:90vh;justify-content:center}.submitting .thankImage{margin-top:-2rem}.submitting .submit-container{font-size:2.5rem;font-weight:500}@media screen and (max-width:480px){.submitting .submit-container{font-size:23px}}.submitting .message{font-size:.9rem;margin-top:.4rem}.submitting .home-link{color:#0c81a8;font-size:1rem;font-weight:500;margin-top:.4rem;text-decoration:none}.reset{align-items:center;display:flex;flex-direction:row;height:100vh;justify-content:space-between;width:100%}@media screen and (max-width:767px){.reset{flex-direction:column;height:auto;justify-content:space-between;padding:0 1rem 1rem}}.reset .company{box-shadow:0 6px 6px rgba(0,0,0,.1);display:flex;flex-direction:row;gap:6px}@media screen and (min-width:768px){.reset .company{display:none}}@media screen and (max-width:768px){.reset .company{align-items:center;justify-content:flex-start;padding:12px;width:100vw}.reset .company .colorHeading{color:#0b80a8}.reset .company div{font-size:.8rem}.reset .company .mobileLogo{width:20vw}}.reset .reset-image{height:100vh;object-fit:cover;width:50vw}@media screen and (max-width:768px){.reset .reset-image{display:none}}@media screen and (min-width:768px)and (max-width:1024px){.reset .reset-image{align-self:stretch;display:inline-block;width:24vw}}.reset .main-part{display:flex;flex-direction:column;padding:2rem 3rem}@media screen and (max-width:1024px){.reset .main-part{padding:0}}.reset .main-part .heading{color:#333;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;text-align:center}@media screen and (max-width:1024px){.reset .main-part .heading{color:#0c81a8;padding:1rem}.reset .main-part .heading span{color:#000}}.reset .main-part .body{background:hsla(0,0%,100%,.65);color:#9a9a9a;display:flex;flex-direction:column;gap:.8rem;padding:0 2rem;width:40vw}@media screen and (max-width:767px){.reset .main-part .body{padding:1rem 2rem;width:100vw}}@media screen and (min-width:768px)and (max-width:1024px){.reset .main-part .body{width:76vw}}.reset .main-part .body .formPart{display:flex;flex-direction:column;gap:.8rem}.reset .main-part .body .formPart .label{color:#666;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.reset .main-part .body .formPart input{background:#f5f5f5;border:none;border-radius:4px;font-size:.875rem;padding:.4rem}.reset .main-part .body .formPart input::-webkit-input-placeholder{color:#9a9a9a;font-size:.875rem}.reset .main-part .body .formPart input::placeholder{color:#9a9a9a;font-size:.875rem}.reset .main-part .body .formPart .rest-form-part{display:flex;flex-direction:column;gap:.4rem;width:100%}.reset .main-part .body .formPart .rest-form-part .resetOtp{display:flex;flex-direction:row}@media screen and (max-width:1024px){.reset .main-part .body .formPart .rest-form-part .resetOtp{flex-direction:column}}.reset .main-part .body .formPart .rest-form-part .submitOtp{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;background:#0c81a8;border:1px solid #0c81a8;border-radius:4px;color:#fff;font-size:.8rem;font-style:normal;font-weight:500;line-height:normal;padding:.2rem 1rem;white-space:nowrap}@media screen and (max-width:1024px){.reset .main-part .body .formPart .rest-form-part .submitOtp{align-self:center;display:flex;margin-top:1rem}}.reset .main-part .body .formPart .captcha-part,.reset .main-part .body .formPart .rest-form-part input{width:100%}.reset .main-part .body .formPart .captcha-part .captcha{flex:1 1;width:50%}.reset .main-part .body .formPart .captcha-part .captcha input{background:#f5f5f5;border:none;font-size:2rem;padding:2rem 1rem}.reset .main-part .body .formPart .captcha-part .captcha input::-webkit-input-placeholder{font-size:2rem}.reset .main-part .body .formPart .captcha-part .captcha input::placeholder{font-size:2rem}.reset .main-part .body .formPart .captcha-part .buttonPart{align-self:flex-start;flex:1 1;text-align:center}.reset .main-part .body .formPart .captcha-part .buttonPart button{cursor:pointer;font-size:.9rem}.error{color:red;font-size:14px}.subheading{color:#333;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;margin-top:0}.subheading span{color:#0c81a8}.subheading span .signup-link{color:#0c81a8;text-decoration:none}@media screen and (max-width:1024px){.captcha-part{display:flex;justify-content:center;margin-top:1rem}}.changePassword{align-items:center;display:flex;flex-direction:row;height:100vh;justify-content:space-between;width:100%}@media screen and (max-width:768px){.changePassword{flex-direction:column;justify-content:space-between;padding:0 1rem 1rem}}.changePassword .company{box-shadow:0 6px 6px rgba(0,0,0,.1);display:flex;flex-direction:row;gap:6px}@media screen and (min-width:768px){.changePassword .company{display:none}}@media screen and (max-width:768px){.changePassword .company{align-items:center;height:10%;justify-content:flex-start;padding:12px;width:100vw}.changePassword .company .colorHeading{color:#0b80a8}.changePassword .company div{font-size:1.1rem}}.changePassword .changePassword-image{height:100vh;object-fit:cover;width:50vw}@media screen and (max-width:768px){.changePassword .changePassword-image{display:none}}@media screen and (min-width:768px)and (max-width:1024px){.changePassword .changePassword-image{align-self:stretch;display:inline-block;width:24vw}}.changePassword .main-part{display:flex;flex-direction:column;padding:2rem 3rem}@media screen and (max-width:1024px){.changePassword .main-part{padding:0}}.changePassword .main-part .heading{color:#333;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;text-align:center}@media screen and (max-width:1024px){.changePassword .main-part .heading{color:#0c81a8;padding:1rem}.changePassword .main-part .heading span{color:#000}}.changePassword .main-part .body{background:hsla(0,0%,100%,.65);color:#9a9a9a;display:flex;flex-direction:column;gap:.8rem;padding:0 2rem;width:40vw}@media screen and (max-width:767px){.changePassword .main-part .body{padding:1rem 2rem;width:100vw}}@media screen and (min-width:768px)and (max-width:1024px){.changePassword .main-part .body{width:76vw}}.changePassword .main-part .body .formPart{display:flex;flex-direction:column;gap:.8rem}.changePassword .main-part .body .formPart ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-column-gap:.8rem;column-gap:.8rem;display:flex;flex-wrap:wrap;margin-block-end:0;margin-block-start:0}.changePassword .main-part .body .formPart ul li{font-size:12px;list-style-type:disc;margin:2px 4px}@media screen and (max-width:768px){.changePassword .main-part .body .formPart ul li{font-size:11px}}.changePassword .main-part .body .formPart .rest-form-part{display:flex;flex-direction:column;gap:.4rem;width:100%}.changePassword .main-part .body .formPart .rest-form-part .hide-password{display:flex;justify-content:space-between}.changePassword .main-part .body .formPart .rest-form-part .eye{align-items:center;display:flex;justify-content:end}.changePassword .main-part .body .formPart .rest-form-part .eye button{background:#fff;border:none}.changePassword .main-part .body .formPart .rest-form-part .eye button .eye-icon{color:hsla(0,0%,40%,.8);display:flex;font-size:13px}.changePassword .main-part .body .formPart .rest-form-part input{background:#f5f5f5;border:none;border-radius:4px;font-size:.875rem;padding:.4rem;width:100%}.changePassword .main-part .body .formPart .rest-form-part input::-webkit-input-placeholder{color:#9a9a9a;font-size:.875rem}.changePassword .main-part .body .formPart .rest-form-part input::placeholder{color:#9a9a9a;font-size:.875rem}.changePassword .main-part .body .formPart .rest-form-part .label{color:#666;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.changePassword .main-part .body .formPart .rest-form-part .password{background:#f5f5f5;border:none}.changePassword .main-part .body .formPart .subheading{color:#333;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;margin-top:0}.changePassword .main-part .body .formPart .subheading span{color:#0c81a8}.changePassword .main-part .body .formPart .subheading span .changepassword-link{color:#0c81a8;text-decoration:none}.changePassword .main-part .body .formPart .captcha-part{width:100%}.changePassword .main-part .body .formPart .captcha-part .buttonPart{align-self:flex-start;flex:1 1;text-align:center}.changePassword .main-part .body .formPart .captcha-part .buttonPart .card-button{cursor:pointer;font-size:.9rem}.changePassword input[type=checkbox]{height:20px;margin-right:10px;width:20px}.orderHistory{display:flex;flex-direction:column;font-weight:500;height:90vh;padding:3rem 4rem}@media screen and (max-width:768px){.orderHistory{padding:2rem}}.orderHistory .heading{color:#0c81a8;font-family:Poppins;font-size:36px;font-weight:500;letter-spacing:0;line-height:22px;text-align:left}@media screen and (max-width:768px){.orderHistory .heading{font-size:24px}}@media screen and (max-width:1024px){.orderHistory .heading{text-align:center}}.orderHistory .subheadingrow{align-items:center;display:flex;justify-content:space-between;margin-bottom:4rem;margin-top:2rem}@media screen and (max-width:1024px){.orderHistory .subheadingrow{justify-content:center;margin:1.8rem 0}}.orderHistory .subheadingrow .subheading{border:1px solid #55a7c5;border-radius:4px;display:flex;flex-direction:row;padding:.2rem}.orderHistory .subheadingrow .subheading .sector{display:flex}.orderHistory .subheadingrow .subheading .sector .sectorName{border-radius:4px;color:#555;cursor:pointer;font-size:.8rem;padding:.4rem .6rem;white-space:nowrap}.orderHistory .subheadingrow .subheading .sector .active-sector{background-color:#0c81a8;color:#fff}.orderHistory .orders .order{border:1px solid #55a7c5;border-radius:4px;font-family:Poppins;margin-bottom:1.6rem;padding:1rem}.orderHistory .orders .order .bottom-details-container,.orderHistory .orders .order .top-details-container{align-items:center;display:flex;justify-content:space-between}.orderHistory .orders .order .bottom-details-container .title-text,.orderHistory .orders .order .top-details-container .title-text{color:#474747}@media screen and (max-width:768px){.orderHistory .orders .order .bottom-details-container,.orderHistory .orders .order .top-details-container{flex-direction:column;font-size:13px}}.orderHistory .orders .order .modules-container{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}.orderHistory .orders .order .module-details{border:1px solid #dbdce2;border-radius:6px;flex-basis:15.5%;font-size:.8rem;padding:.5rem .8rem;white-space:nowrap}@media screen and (max-width:768px){.orderHistory .orders .order .module-details{flex-basis:48%;font-size:.6rem}}@media screen and (max-width:480px){.orderHistory .orders .order .module-details{flex-basis:100%;font-size:.6rem}}.orderHistory .orders .order .module-details .plan-details{color:#717171;margin-top:.2rem}.orderHistory .orders .order .pricing-details{border-bottom:1px solid #cacaca;-webkit-column-gap:1.4rem;column-gap:1.4rem;display:flex;flex-wrap:wrap;font-size:.8rem;justify-content:flex-end;margin-bottom:.8rem;margin-left:auto;padding:.6rem 0;row-gap:.4rem;width:36vw}@media screen and (max-width:768px){.orderHistory .orders .order .pricing-details{flex-direction:column;font-size:.6rem;width:100%}}@media screen and (min-width:768px)and (max-width:1024px){.orderHistory .orders .order .pricing-details{width:40%}}.orderHistory .orders .order .pricing-details .module-price-details{align-items:center;display:flex;flex-basis:calc(50% - 0.7rem);justify-content:space-between}@media screen and (max-width:768px){.orderHistory .orders .order .pricing-details .module-price-details{flex-basis:80%}}@media screen and (min-width:768px)and (max-width:1024px){.orderHistory .orders .order .pricing-details .module-price-details{flex-basis:100%}}.orderHistory .orders .order .bottom-details-container .value{color:#2b822e}.orderHistory .contact button,.orderHistory .contact-bottom button{background-color:#0c81a8;border:none;border-radius:.3rem;color:#fff;font-family:Poppins;font-size:14px;font-weight:500;letter-spacing:0;padding:.4rem .6rem}@media screen and (max-width:1024px){.orderHistory .contact{display:none}}.orderHistory .contact-bottom{display:none}@media screen and (max-width:1024px){.orderHistory .contact-bottom{display:block;padding-bottom:20px;text-align:center}}.accountsetting{margin:0 auto;width:60%}@media screen and (max-width:768px){.accountsetting{width:90%}}.accountsetting h1{color:#0c81a8;font-weight:500;margin-top:10vh}.accountsetting .account-setting-form{border:1px solid #0c81a8;border-radius:7px;width:100%}.accountsetting .account-setting-form .form-section{border-bottom:1px solid #0c81a8;padding:1.4rem 1.2rem}.accountsetting .account-setting-form .form-section ul{-webkit-margin-before:0;-webkit-margin-after:0;display:flex;flex-wrap:wrap;gap:.5rem;margin-block-end:0;margin-block-start:0}.accountsetting .account-setting-form .form-section ul li{font-size:12px;list-style-type:disc}@media screen and (max-width:768px){.accountsetting .account-setting-form .form-section ul li{font-size:11px}}.accountsetting .account-setting-form .form-section .content{display:flex;justify-content:space-between}.accountsetting .account-setting-form .form-section .content .eye-img{cursor:pointer;float:right;height:18px;width:18px}@media screen and (max-width:768px){.accountsetting .account-setting-form .form-section .content{flex-direction:column}}.accountsetting .account-setting-form .form-section .main-content{width:80%}@media screen and (max-width:768px){.accountsetting .account-setting-form .form-section .main-content{margin-bottom:.5rem;width:100%}}.accountsetting .account-setting-form .form-section .expand{width:100%}.accountsetting .account-setting-form .form-section:last-child{border-bottom:none}.accountsetting .account-setting-form .form-section .btn-container{display:flex;justify-content:flex-end;margin-top:1rem}.accountsetting .account-setting-form .form-section button{background-color:#0c81a8;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.2rem .5rem;width:-webkit-max-content;width:max-content}.accountsetting .account-setting-form .form-section button:disabled{cursor:not-allowed;opacity:.6}.accountsetting .account-setting-form .form-section .cancel-btn{background-color:#828282;color:#fff;margin-right:.4rem}.accountsetting .account-setting-form .form-section .edit-btn{align-items:center;align-self:flex-end;background-color:#0c81a8;border:none;border-radius:.3rem;color:#fff;cursor:pointer;display:inline-flex;gap:.2rem;height:32px;margin-left:3vw;padding:0 .6rem;vertical-align:bottom}@media screen and (max-width:768px){.accountsetting .account-setting-form .form-section .edit-btn{margin-left:auto}}.accountsetting .account-setting-form .form-section .password-edit-btn{margin-left:0}.accountsetting .account-setting-form .form-section .names-edit-btn{align-self:flex-start;margin-top:1.5rem}@media screen and (max-width:768px){.accountsetting .account-setting-form .form-section .names-edit-btn{margin-top:0}}.accountsetting .account-setting-form .form-section .pass-field{align-items:center;display:flex;justify-content:space-between;margin-bottom:.6rem}.accountsetting .account-setting-form .form-section .pass-field input{width:74%}@media screen and (max-width:768px){.accountsetting .account-setting-form .form-section .pass-field{align-items:flex-start;flex-direction:column}.accountsetting .account-setting-form .form-section .pass-field input{margin-top:.2rem;width:100%}}.accountsetting .account-setting-form .form-section .pass-title{color:#4a4a4a;font-size:16px}.accountsetting .account-setting-form h3{color:#4a4a4a;font-size:17px;font-weight:500;margin:0 0 .2rem}.accountsetting .account-setting-form input{background-color:#e8f6fd;border:none;border-radius:.3rem;height:3vh;outline:none;padding:1rem .8rem;width:100%}.accountsetting .account-setting-form input:focus{outline:auto;outline-color:#0c81a8}.accountsetting .err-text{color:tomato;font-size:12px}.not-found-container{align-items:center;color:#bcbcbc;display:flex;flex-direction:column;font-family:Poppins;font-weight:500;height:90vh;justify-content:center}h2{font-size:1.8rem;font-style:normal;font-weight:600;line-height:normal}.login{align-items:center;display:flex;flex-direction:row;height:100vh;justify-content:space-between;width:100%}@media screen and (max-width:767px){.login{flex-direction:column;justify-content:space-between}}.login .company{box-shadow:0 6px 6px rgba(0,0,0,.1);display:flex;flex-direction:row;gap:6px}@media screen and (min-width:768px){.login .company{display:none}}@media screen and (max-width:768px){.login .company{align-items:center;justify-content:flex-start;padding:12px;width:100vw}.login .company .colorHeading{color:#0b80a8}.login .company div{font-size:.8rem}.login .company .mobileLogo{width:20vw}}.login .login-image{height:100vh;object-fit:cover;width:70vw}@media screen and (max-width:768px){.login .login-image{display:none}}@media screen and (min-width:768px)and (max-width:1024px){.login .login-image{align-self:stretch;display:inline-block;width:24vw}}.login .main-part{align-items:center;display:flex;flex-direction:column;padding:2rem 3rem}@media screen and (max-width:1024px){.login .main-part{padding:0}}.login .main-part .auth{border-radius:12px;box-shadow:2px 2px 8px #888;display:flex;flex-direction:row}.login .main-part .auth a{background:#fff;border-radius:4px;color:#0c81a8;font-size:.9rem;padding:.3rem .6rem;text-decoration:none}.login .main-part .auth .activeClass{background:#0c81a8;color:#fff}@media screen and (min-width:1025px){.login .main-part .auth{display:none}}.login .heading{color:#333;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;text-align:center}@media screen and (max-width:768px){.login .heading{color:#0c81a8;padding:1rem 0}.login .heading span{color:#000}}.login .subheading{color:#333;display:flex;flex-direction:row;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;margin-top:0;white-space:nowrap}.login .subheading span{color:#0c81a8}.login .subheading span .signup-link{color:#0c81a8;margin-left:.2rem;text-decoration:none;white-space:nowrap}@media screen and (max-width:1024px){.login .subheading{display:none}}.login input[type=checkbox]{height:20px;margin-right:10px;width:20px}.login .label{color:#666;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.login .body{background:hsla(0,0%,100%,.65);color:#9a9a9a;display:flex;flex-direction:column;gap:.8rem;padding:0 2rem;width:40vw}@media screen and (max-width:767px){.login .body{padding:1rem 1.5rem;width:100vw}}@media screen and (min-width:768px)and (max-width:1024px){.login .body{width:76vw}}.login .body .account-create{color:#0c81a8;font-size:1.2rem;font-weight:600}.login .body .account{-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;font-size:1rem;font-style:normal;font-weight:400}.login .body .account span{color:#0c81a8;font-weight:600}.login .body .formPart{display:flex;flex-direction:column;gap:.5rem}.login .body .formPart .namepartflex{gap:5%;width:100%}.login .body .formPart .name-part{display:flex;flex:1 1;flex-direction:column;gap:.4rem}.login .body .formPart input{background:#f5f5f5;border:none;border-radius:4px;font-size:.875rem;padding:.4rem}.login .body .formPart input::-webkit-input-placeholder{color:#9a9a9a;font-size:.875rem}.login .body .formPart input::placeholder{color:#9a9a9a;font-size:.875rem}.login .body .formPart .rest-form-part{display:flex;flex-direction:column;gap:.4rem;width:100%}.login .body .formPart .rest-form-part .password-container{align-items:center;display:flex;flex:row 1;justify-content:space-between}.login .body .formPart .rest-form-part .password-container .eye{display:flex;justify-content:end}.login .body .formPart .rest-form-part .password-container .eye button{background:#fff;border:none;padding-top:8px}.login .body .formPart .rest-form-part .password-container .eye button .eye-icon{color:hsla(0,0%,40%,.8);display:flex;font-size:13px}.login .body .formPart .rest-form-part input{width:100%}.login .body .formPart .rest-form-part .password{background:#f5f5f5;border:none}.login .body .formPart .sign-up-to-account{display:flex;justify-content:space-between}.login .body .formPart .sign-up-to-account div{color:#0c81a8}.login .body .formPart .sign-up-to-account div .resetpassword-link{align-items:flex-start;color:#0c81a8;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;text-decoration:none;white-space:nowrap}@media screen and (max-width:768px){.login .body .formPart .sign-up-to-account{justify-content:flex-end}}.login .body .formPart .captcha-part{width:100%}.login .body .formPart .captcha-part .error{color:red;font-size:12px;padding-bottom:1rem}.login .body .formPart .captcha-part .captcha{flex:1 1;width:50%}.login .body .formPart .captcha-part .captcha input{background:#f5f5f5;border:none;font-size:2rem;padding:2rem 1rem}.login .body .formPart .captcha-part .captcha input::-webkit-input-placeholder{font-size:2rem}.login .body .formPart .captcha-part .captcha input::placeholder{font-size:2rem}.login .body .formPart .captcha-part .buttonPart{align-self:flex-start;flex:1 1;text-align:center}.login .body .formPart .captcha-part .buttonPart button{cursor:pointer;font-size:1rem}@media screen and (max-width:768px){.login-image{display:none}.main-part{padding:0}}
/*# sourceMappingURL=main.16dc0f2e.css.map*/