@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";: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: rgba(255, 255, 255, .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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button:hover{opacity:.85}button:disabled{background:#b3b3b3;cursor:not-allowed;color:#fff;border:none}.add-employee__container{background-color:#e9eaed;padding:2.5rem 7rem}.add-employee__topsection{display:flex;align-items:center;gap:1.25rem}.add-employee__backicon .back__logo{color:#000;font-size:1.125rem;line-height:1.75rem;cursor:pointer}.add-employee__back__text{letter-spacing:.025em;font-size:1.125rem;line-height:1.75rem;color:#0f0f0f;font-family:Poppins;cursor:pointer}.add-employee__form__container{width:1000px;display:flex;flex-direction:column;gap:1.25rem;justify-content:center;margin-left:50%;padding:1.75rem 2.5rem;margin-top:3rem;margin-bottom:3rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;transform:translate(-50%);background-color:#f8f8f8}.add-employee__form__title{font-weight:600;font-family:Poppins;font-size:2.25rem;line-height:2.5rem}.add-employee__form__fields{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.add-employee__name,.add-employee__email,.add-employee__password,.add-employee__phone,.add-employee__type,.add-employee__designation{width:50%;display:flex;flex-direction:column;gap:.375rem}.add-employee__name label,.add-employee__email label,.add-employee__password label,.add-employee__phone label,.add-employee__type label,.add-employee__designation label{font-family:Poppins;letter-spacing:.025em;font-size:20px}.add-employee__name input,.add-employee__email input,.add-employee__password input,.add-employee__phone input,.add-employee__type input,.add-employee__designation input{width:100%;outline:none;border:1px solid black;border-radius:.5rem;padding:.5rem 1rem}.add-employee__submit__cta{display:flex;justify-content:center}.add-employee__submit__cta button{background-color:#0f0f0f;width:-moz-max-content;width:max-content;color:#fff;padding:.5rem 1.25rem;letter-spacing:.05em;border-radius:.5rem;cursor:pointer}.admin-panel__container{padding:40px 60px}.ques{font-size:16px;font-family:Inter;font-weight:400}.admin-panel__top__section{width:100%;align-items:center;gap:500px}.admin-panel__top__section__title{font-family:Poppins;text-align:center}.admin-panel__user{text-align:end}.admin-panel__add__employee__cta{font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;text-align:left;color:#fff;padding:9px 36px;border-radius:6px;background-color:#1f09a5;outline:transparent;border:none;cursor:pointer}.admin-panel__table__container{width:100%;margin-top:40px}.admin-panel__table__container table{width:100%;border-collapse:collapse;border-spacing:0}.admin-panel__table__container thead,.admin-panel__table__container tbody{width:100%}.admin-panel__table__container thead tr,.admin-panel__table__container tbody tr{display:flex;width:100%}.admin-panel__table__container th{width:100px;display:flex;flex-direction:row;justify-content:center;flex-grow:1;align-items:center;padding:17.27px 25.91px;color:#404040;font-family:Inter;font-size:16px;font-weight:600;line-height:19.43px;letter-spacing:-.11px;text-align:left;box-sizing:border-box;border:1.08px solid rgb(178,177,177);background:#d3d3d3}.admin-panel__table__container td{width:100px;display:flex;flex-direction:row;justify-content:center;flex-grow:1;align-items:center;padding:12.96px 25.91px;box-sizing:border-box;color:#404040;font-family:Inter;font-size:15.12px;font-weight:500;line-height:21.59px;letter-spacing:-.11px;text-align:left;border:1.08px solid rgb(178,177,177);background:#f2f2f2}.admin-panel__table__firstrow{display:flex;gap:10px}.admin-panel__table__edit__btn{padding:8px 16px;border-radius:6px;border:1px solid #1f09a5;font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;text-align:left;color:#1f09a5;cursor:pointer;text-wrap:nowrap}.admin-view-employee__container{padding:40px 60px}.admin-view-employee__profile{display:flex;flex-direction:column;gap:10px}.admin-view-employee__profile h2{font-family:Inter;font-size:26px;font-weight:400;line-height:31.47px;text-align:left;color:#000}.admin-view-employee__profile p{font-family:Inter;font-size:20px;font-weight:400;line-height:24.2px;text-align:left;color:#828282}.admin-view-employee__leave__request__box{padding:16px 44px;background:#fff;box-shadow:0 4px 4px #e3e3e3;width:382px;height:197px;display:flex;flex-direction:column;gap:20px;margin-top:40px}.admin-view-employee__leave__request__box .heading{font-family:Inter;font-size:26px;font-weight:500;line-height:31.47px;text-align:left}.admin-view-employee__leave__request__box .leave__update{font-family:Inter;font-size:22px;font-weight:500;line-height:26.63px;text-align:left;color:#000}.admin-view-employee__leave__request__box .leave__update span{font-family:Inter;font-size:22px;font-weight:500;line-height:26.63px;text-align:left;color:#828282}.admin-view-employee__leave__request__box .cta__section{display:flex;justify-content:center;gap:19px}.admin-view-employee__leave__request__box .cta__section .approve__cta{padding:9px 36px;gap:10px;border-radius:6px;background:#4c952a;font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;text-align:left;color:#fff;border:none;outline:transparent;cursor:pointer}.admin-view-employee__leave__request__box .cta__section .deny__cta{padding:9px 36px;gap:10px;border-radius:6px;background:#ea1212;font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;text-align:left;color:#fff;border:none;outline:transparent;cursor:pointer}.admin-view-employee__leave__taken__section{margin-top:20px}.admin-view-employee__leave__taken__section__heading{font-family:Inter;font-size:26px;font-weight:500;line-height:31.47px;text-align:left;color:#000;margin-bottom:10px}.admin-view-employee__leave__taken__container{display:flex;justify-content:space-evenly;justify-content:flex-start;gap:36px;flex-wrap:wrap}.admin-view-employee__leave__taken__box{width:272px;border-radius:6px;opacity:0px;background:#fff;box-shadow:0 4px 4px #8f8f8f40;display:flex;flex-direction:column;gap:5px;padding:6px}.admin-view-employee__leave__taken__box .box__top{font-family:Inter;font-size:10px;font-weight:500;line-height:12.1px;text-align:right;color:#8b8b8b}.admin-view-employee__leave__taken__box .box__heading{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;text-align:left;color:#000;text-align:center}.admin-view-employee__leave__taken__box .total__leave__section{display:flex;justify-content:center;gap:10px;margin-top:15px}.total__leave__present{display:flex;flex-direction:column;align-items:center;gap:5px}.total__leave__present .number{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;text-align:left;color:#000}.total__leave__present .text{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;text-align:left;color:#8b8b8b}.total__leave__taken{display:flex;flex-direction:column;align-items:center;gap:5px}.total__leave__taken .number{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;text-align:left;color:#000}.total__leave__taken .text{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;text-align:left;color:#8b8b8b}.input-label{font-family:Inter;font-size:14px;font-weight:400}@media print{@page{size:A4 landscape;margin:0!important;padding:0!important}body{transform:scale(.94);padding-bottom:1rem}.print-parent{width:100%!important;margin:0!important;padding-top:0!important;font-size:.84rem!important;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;-webkit-column-break-inside:avoid}.print-container{width:100%!important;padding-top:12px!important;gap:12px!important;margin:0!important;page-break-inside:avoid;-webkit-column-break-inside:avoid}}.loader{width:40px;aspect-ratio:1;border-radius:50%;color:#000;border:2px solid;box-sizing:border-box;position:relative;transform-origin:left;animation:l2 1s infinite linear}.loader:before,.loader:after{content:"";position:absolute;inset:0 0 auto;margin:auto;width:50%;aspect-ratio:1;border-radius:50%;border:2px solid;box-sizing:content-box;transform-origin:50% calc(100% - 4px);animation:inherit}.loader:after{inset:auto 0 calc(100% + 2px);animation-duration:.5s;animation-direction:reverse;transform-origin:50% calc(200% - 2px)}@keyframes l2{to{transform:rotate(1turn)}}.pagination{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin-top:20px}.page-item{margin:0 2px}.page-link{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;color:#4a5568;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease-in-out}.page-link:hover{background-color:#edf2f7;color:#2d3748}.active .page-link{background-color:#e6effe;color:#3182ce;border-color:#3182ce}.disabled .page-link{opacity:.5;cursor:not-allowed}.previous .page-link,.next .page-link{background-color:#fff;border:none;color:#4a5568;font-size:18px;width:40px;height:40px}.previous .page-link:hover,.next .page-link:hover{background-color:#edf2f7}.break .page-link{border:none;background-color:transparent;color:#4a5568;font-size:14px}.break .page-link:hover{background-color:transparent}@media only screen and (max-width: 1000px){.pagination{margin-top:10px}}@media only screen and (max-width: 768px){.pagination{flex-wrap:wrap}.page-item{margin:2px}.page-link{width:28px;height:28px;font-size:12px}.previous .page-link,.next .page-link{width:36px;height:36px;font-size:16px}}@media only screen and (max-width: 480px){.pagination{justify-content:space-between}.page-item:not(.previous):not(.next):not(.active){display:none}.page-link{width:24px;height:24px;font-size:10px}.previous .page-link,.next .page-link{width:32px;height:32px;font-size:14px}}@media screen and (max-width: 1024px){.input-label{font-size:14px}}@media screen and (max-width: 768px){.ques{font-size:16px}}._holiday_container_1mi98_1{max-width:900px;height:auto;border:1px solid #dae3f8;border-radius:6px;padding:24px;display:flex;flex-direction:column;gap:38px;box-shadow:2px 2px 4px #59595933;box-shadow:-2px 0 4px #59595933}._holiday_sec_one_1mi98_27{display:flex;flex-direction:column;gap:16px}._holiday_heading_1mi98_39{font-family:Inter;font-size:26px;font-weight:500;line-height:26px;color:#000}._holiday_sec_one_bot_1mi98_55{display:flex;flex-direction:column;gap:10px}._question_txt_1mi98_65{font-family:Inter;font-size:16px;font-weight:400;line-height:20px;color:#344054}._holiday_sec_one_bot_chek_1mi98_79{display:flex;align-items:center;gap:200px}._holiday_checkboxs_1mi98_89{width:15px;height:15px;border-radius:3px;color:#2446f5}._holiday_lables_1mi98_103{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#000}._configure_section_1mi98_117{display:flex;flex-direction:column;gap:25px}._configure_holiday_layout_1mi98_129{display:flex;flex-direction:column;gap:18px}._configure_head_txt_1mi98_139{font-family:Inter;font-size:16px;font-weight:500;line-height:20px;color:#344054}._no_of_days_1mi98_153{display:flex;flex-direction:column;gap:6px;font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#4e4e4e}._no_of_days_input_1mi98_175{width:116px;height:26px;padding:9px 14px;border-radius:8px;background:#f3f3f3;font-size:12px;font-weight:500;line-height:14.52px;color:#4e4e4e}._optional_holiday_1mi98_197{display:flex;flex-direction:column;gap:10px}._no_of_day_txt_1mi98_209{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#4e4e4e}._bot_section_holiday_1mi98_225,._bot_holiday_radio_1mi98_235{display:flex;flex-direction:column;gap:10px}@media only screen and (max-width: 1400px){._holiday_container_1mi98_1{width:700px}}@media only screen and (max-width: 767px){._holiday_container_1mi98_1{width:98%;padding:0;box-shadow:none;border:none;gap:20px}._holiday_sec_one_bot_chek_1mi98_79{flex-direction:column;gap:8px;align-self:flex-start}._holiday_sec_one_bot_chek_1mi98_79 div{align-self:flex-start}._holiday_heading_1mi98_39{font-size:16px;line-height:16px}._holiday_sec_one_1mi98_27{gap:8px}._holiday_sec_one_bot_1mi98_55{gap:6px}._question_txt_1mi98_65{font-size:14px;line-height:20px}._holiday_lables_1mi98_103{font-size:12px;line-height:18px}._configure_section_1mi98_117{gap:10px}._configure_holiday_layout_1mi98_129{gap:14px}._configure_head_txt_1mi98_139{font-size:14px;line-height:21px}}._tag_name_sfw2z_1{font-family:Inter;font-size:14px;font-weight:600;line-height:20px;text-align:left;color:#344054}._card_sfw2z_19{width:120px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._input_holiday_card_sfw2z_37{width:116px;height:26px;padding:9px 8px;border-radius:8px;background:#f3f3f3;color:#000;font-size:14px;line-height:21px}._lavel_name_sfw2z_59{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#344054}._nav_buttons_sfw2z_75{display:flex;justify-content:flex-end;gap:8px}._arrow_div_sfw2z_85{width:30px;height:30px;border-radius:50%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;cursor:pointer}._disable_nav_sfw2z_105{color:#a3a5aa}@media only screen and (max-width: 767px){._card_sfw2z_19{width:95px}._input_holiday_card_sfw2z_37{width:100%}._arrow_div_sfw2z_85{width:20px;height:20px}._tag_name_sfw2z_1{font-size:12px;line-height:14px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}._special_leave_container_ei4tz_1{max-width:900px;height:auto;border:1px solid #dae3f8;border-radius:6px;padding:24px;display:flex;flex-direction:column;gap:38px;box-shadow:2px 2px 4px #59595933;box-shadow:-2px 0 4px #59595933}._special_lave_heading_ei4tz_27{font-family:Inter;font-size:26px;font-weight:500;line-height:26px;color:#000}._special_top_section_ei4tz_43{display:flex;flex-direction:column;gap:17px}._special_top_question_ei4tz_53{display:flex;flex-direction:column;gap:10px}._qes_h3_ei4tz_65{font-family:Inter;font-size:16px;font-weight:400;line-height:20px;color:#344054}._check_box_outer_ei4tz_81{width:400px;display:flex;align-items:center;justify-content:space-between}._add_helper_txt_ei4tz_95{font-family:Inter;font-size:9px;font-weight:400;line-height:20px;color:#344054}._add_leave_type_ei4tz_111{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#0243eb;cursor:pointer}._add_leave_ei4tz_111{display:flex;flex-direction:column;gap:14px}._btn_save_cancel_ei4tz_143{width:58px;height:20px;padding:9px 14px;border-radius:8px;font-family:Inter;font-size:12px;font-weight:400;line-height:14.52px;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer}._btn_save_ei4tz_143{color:#0243eb;border:1px solid #0243eb}._btn_cancel_ei4tz_185{color:#ea1212;border:1px solid #ea1212}._eligable_txt_ei4tz_195{font-family:Inter;font-size:16px;font-weight:400;line-height:20px;color:#344054}@media only screen and (max-width: 767px){._special_leave_container_ei4tz_1{max-width:98%;padding:0;border:0;box-shadow:none}}._regular_page_29yyl_1{padding:30px 30px 50px;min-height:647.35px;display:flex;flex-direction:column;gap:30px}._back_btn_txt_29yyl_17{font-family:Inter;font-size:18px;font-weight:400;line-height:32px;color:#2b2b2b}._regularization_heading_29yyl_33{font-family:Inter;font-size:32px;font-weight:500;line-height:32px;color:#2b2b2b}._duration_regulariztion_29yyl_49 span:first-child{font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;color:#777}._duration_regulariztion_29yyl_49 span:last-child{font-family:Inter;font-size:18px;font-weight:600;line-height:19px;color:#2a2a2a}._drop_container_reg_29yyl_81{width:170px;max-height:261px;padding:0;border-radius:8px;background:#fff;border:1px solid #d8d8d8;box-shadow:0 4px 4px #6e6e6e40;overflow:hidden}._drop_container_reg_29yyl_81 div{height:40px;display:flex;align-items:center;justify-content:center}._drop_container_reg_29yyl_81 div:not(:last-child){border-bottom:1px solid #d8d8d8}._drop_container_reg_29yyl_81 div:hover{background:#e4e4e4;cursor:pointer}._duration_level_29yyl_133{font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;color:#0f0f0f}._duration_input_29yyl_149{width:170px;height:31px;padding:6px 12px;border-radius:16px;border:1px solid #c5c5c5;font-family:Inter;font-size:16px;font-weight:500;line-height:19px;color:#2a2a2a}._emp_name_29yyl_175{font-family:Inter;font-size:19px;font-weight:400;line-height:22.99px;color:#000}._emp_designation_29yyl_191{font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;color:#777}._emp_name_req_29yyl_205{font-family:Inter;font-size:16px;font-weight:400;line-height:19.36px;color:#000}._emp_name_deg_req_29yyl_225{font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;color:#777}._mobile_cards_29yyl_241{display:none}@media only screen and (max-width: 767px){._regular_page_29yyl_1{gap:20px;padding:20px 8px 80px}._regularization_heading_29yyl_33{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#000}._back_btn_txt_29yyl_17{font-size:14px;line-height:16px}._mobile_cards_29yyl_241{display:flex;flex-direction:column;gap:8px}._mobile_card_29yyl_241{padding:15px 16px;display:flex;flex-direction:column;gap:22px;border-radius:8px;border:1px solid #d7d7d7}._text_area_mob_29yyl_321{height:59px;padding:7px 14px;border-radius:13px;border:1px solid #dbdbdb;font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#7e7e7e;overflow:auto}._reason_txt_29yyl_349{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#2b2b2b}._duration_regulariztion_29yyl_49 span:first-child,._duration_regulariztion_29yyl_49 span:last-child{font-size:12px}._emp_name_29yyl_175{font-size:16px;line-height:20px}._emp_designation_29yyl_191{font-size:12px;line-height:18px}}._emp_att_page_1bolm_1{display:flex;flex:1 1 0;min-height:100vh;flex-direction:column;gap:30px}._att_top_1bolm_19{display:flex;flex-direction:column;gap:30px;padding-right:24px;margin-top:0}._att_top_head_1bolm_35{display:flex;flex-direction:column;gap:16px;font-family:Inter;font-size:32px;font-weight:500;line-height:38.73px;color:#000}._att_top_head_1bolm_35 span{font-family:Inter;font-size:20px;font-weight:500;line-height:24.2px;color:#595959}._att_top_body_1bolm_71{display:flex;gap:18px}._att_body_left_1bolm_79{width:411px;height:222px;padding:16px 50px 16px 38px;border-radius:6px;display:flex;flex-direction:column;gap:24px;border:1px solid #d7d7d7}._mark_txt_box_1bolm_99{display:flex;flex-direction:column;gap:6p}._mark_txt_box_1bolm_99 h2{font-family:Inter;font-size:26px;font-weight:500;line-height:31.47px}._mark_txt_box_1bolm_99 span{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#8b8b8b}._date_att_1bolm_137{font-family:Inter;font-size:24px;font-weight:600;line-height:29.05px;color:#8b8b8b}._att_btn_sec_1bolm_151{display:flex;flex-direction:column;gap:8px}._bts_1bolm_163{display:flex;gap:10px}._att_btn_sec_1bolm_151 span{font-family:Inter;font-size:12px;font-weight:400;line-height:14.52px;color:#9c9c9c}._gen_btn_1bolm_187{padding:9px 36px;border-radius:6px;font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;cursor:pointer}._green_btn_1bolm_205{background:#4c952a;color:#fff}._white_btn_1bolm_213{color:#8b8b8b;border:1px solid #d7d7d7}._att_body_right_1bolm_223{width:253px;height:222px;border-radius:6px;border:1px solid #d7d7d7}._att_right_top_1bolm_235{padding:13px 0;display:flex;flex-direction:column;align-items:center;gap:10px}._att_right_top_1bolm_235 h2{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#2b2b2b}._att_right_top_1bolm_235 span{font-family:Inter;font-size:12px;font-weight:400;line-height:14.52px;color:#444}._att_right_top_1bolm_235 p{font-family:Inter;font-size:28px;font-weight:500;line-height:33.89px;color:#505050}._att_line_1bolm_291{width:100%;height:1px;background:#d7d7d7}._att_bot_1bolm_303{display:flex;flex-direction:column;gap:30px;padding-bottom:150px}._bot_head_txt_1bolm_315{font-family:Inter;font-size:32px;font-weight:500;line-height:32px;color:#2b2b2b;padding-left:24px}._table_container_1bolm_333{display:flex;flex-direction:column;gap:20px}._table_emp_att_1bolm_343{border-spacing:0;border:1.08px solid #aeb0c3;width:100%}._table_emp_att_1bolm_343 th{border-bottom:1.08px solid #aeb0c3;width:225px;padding:16px 0;background:#e0e5f3;font-family:Inter;font-size:16px;font-weight:600;line-height:19.43px;color:#383842}._table_emp_att_1bolm_343 th:not(:first-child){border-left:1.08px solid #aeb0c3}._table_emp_att_1bolm_343 td:not(:first-child){border-left:1.08px solid #aeb0c3}._table_emp_att_1bolm_343 tr:not(:last-child) td{border-bottom:1.08px solid #aeb0c3}._table_emp_att_1bolm_343 td{text-align:center;padding:12px 0;font-family:Inter;font-size:15.12px;font-weight:500;line-height:21.59px;color:#383842}._mob_cards_layout_1bolm_419{display:none}._name_comp_1bolm_427{font-family:Inter;font-size:19px;font-weight:400;line-height:22.99px;color:#000}._designation_comp_1bolm_441{font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;color:#777}._mobile_reg_btn_1bolm_455{min-width:149px;height:33px;display:flex;justify-content:flex-end;gap:4px;border-radius:7px}._mobile_reg_btn_1bolm_455 span{font-family:Inter;font-size:11px;font-weight:600;line-height:13.31px;color:#0243eb;text-decoration:underline}@media only screen and (max-width: 1250px){._att_body_left_1bolm_79{width:380px}._att_body_right_1bolm_223{width:200px}}@media only screen and (max-width: 1100px){._att_body_left_1bolm_79{width:370px}._att_body_right_1bolm_223{width:180px}}@media only screen and (max-width: 1000px){._att_top_1bolm_19{padding-left:0;width:95%;margin:10px auto;padding-right:0;gap:16px}._att_top_head_1bolm_35{gap:6px}._att_top_head_1bolm_35 h1{font-size:18px;line-height:18px}._att_top_head_1bolm_35 span{font-size:12px;line-height:14px}._att_top_body_1bolm_71{display:flex;flex-direction:column;align-items:center}._att_body_left_1bolm_79{width:100%;height:235px;padding:12px 22px}._att_body_right_1bolm_223{width:100%;height:106px;padding:12px 40px;display:flex;justify-content:space-around;align-items:center}._att_line_1bolm_291{display:none}._mark_txt_box_1bolm_99 h2{font-size:16px;line-height:19px}._mark_txt_box_1bolm_99 span{font-size:12px;line-height:14px}._date_att_1bolm_137{font-size:14px;line-height:16px}._att_btn_sec_1bolm_151 div{flex-direction:column}._att_bot_1bolm_303{width:95%;margin:0 auto;gap:16px}._bot_head_txt_1bolm_315{padding-left:0;font-size:16px;line-height:19px}._emp_att_page_1bolm_1{gap:12px;padding:20px}._name_comp_1bolm_427{font-size:14px;line-height:16px}._designation_comp_1bolm_441{font-size:12px;line-height:14px}}@media only screen and (max-width: 767px){._att_bot_1bolm_303{width:95%;margin:0 auto;gap:16px}._table_container_1bolm_333{gap:10px}._table_emp_att_1bolm_343{display:none}._mob_cards_layout_1bolm_419{display:flex;flex-direction:column;gap:8px}._card_container_1bolm_719{width:100%;padding:15px 16px;display:flex;flex-direction:column;gap:10px;border-radius:8px;border:1px solid #d7d7d7}._card_top_1bolm_737{display:flex;justify-content:space-between}._present_btn_1bolm_745{min-width:85px;text-align:center;padding:4px 8px;border-radius:7px;background:#c1ffe5;font-family:Inter;font-size:12px;font-weight:400;line-height:14.52px;color:#000}._date_1bolm_137{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#2b2b2b}._card_bot_1bolm_783{display:flex;justify-content:space-between}._card_bot_left_1bolm_791{display:flex;flex-direction:column;gap:6px}._card_time_head_1bolm_801{font-family:Inter;font-size:12px;font-weight:600;line-height:14.52px;color:#7f7f7f}._card_time_1bolm_801{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#2b2b2b}._absent_btn_1bolm_829{background:#ffc1c1}._emp_att_page_1bolm_1{padding:16px}}@media only screen and (max-width: 575px){._emp_att_page_1bolm_1{padding:10px}}._custom_polygon_51m9x_1{clip-path:path("M637.898 673.588C626.653 683.896 611.373 688.451 596.486 691.835C553.156 701.472 506.472 707.891 462.856 695.995C404.798 680.112 374.963 627.225 337.785 584.914C316.043 560.191 288.861 538.898 256.716 531.715C186.515 516.072 56.9468 590.854 -8.82195 554.322C-63.0528 524.174 -74.0633 468.409 -93.7916 421.017C-108.248 386.312 -121.561 348.498 -140.378 316.824C-165.354 274.69 -199.996 243.522 -259.797 244.767C-260.423 244.778 -261.034 244.787 -261.674 244.801C-293.628 245.817 -336.55 251.63 -353.237 216.667C-362.331 197.646 -356.558 175.077 -349.305 155.27C-348.319 152.577 -347.308 149.901 -346.274 147.239C-345.314 144.568 -344.186 141.892 -343.081 139.251C-324.339 93.48 -298.385 51.005 -266.205 13.4397C-259.626 5.73773 -249.613 -2.45377 -240.511 2.00062C-230.917 6.67167 -231.91 20.3615 -233.613 30.8796C-241.716 81.2235 -232.664 129.413 -214.329 174.729C-195.596 221.048 -167.167 264.357 -137.454 303.854L-136.897 304.593C-114.699 334.027 -95.0004 364.38 -72.7746 393.655C-28.2228 452.246 28.3559 495.446 105.287 492.205C176.068 489.224 246.53 448.727 313.245 491.258C375.723 531.098 367.485 627.002 431.873 660.016C453.484 671.091 479.651 670.241 502.846 663.012C532.332 653.825 556.645 634.427 584.84 622.499C589.726 620.389 594.754 618.623 599.886 617.212C606.095 615.478 612.545 614.766 618.983 615.103C630.72 615.9 642.642 621.788 648.06 632.223C655.145 645.792 649.14 663.265 637.898 673.588Z")}._line_container_51m9x_13{display:flex;flex-direction:column;position:absolute;border-radius:100%;overflow:hidden;width:200px;height:200px;transform:rotate(120deg);gap:4px}._line_51m9x_13{width:100%;height:2px}._shine_text_51m9x_51{position:relative;display:inline-block;background:linear-gradient(135deg,#d105f033,#d105f0de,#7a4aff,#7e0ac7de,#7e0ac733);background-size:200% 100%;animation:_shine_51m9x_51 4s linear infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shine_51m9x_51{0%{background-position:200% 0}50%{background-position:0% 0}to{background-position:-200% 0}}@media (min-width: 1300px) and (max-width: 1300px){._scr1300_51m9x_111{padding-right:6rem!important}._justifyEnd_51m9x_117{justify-content:end!important}}.sprinkle{width:24 px;height:24px;--tw-text-opacity: 1;color:rgb(255 126 51 / var(--tw-text-opacity))}.feature-container{padding:100px 100px 0;max-width:1432px;margin:auto}.feature-utube-backimage{background-image:url(/assets/videobackground-BtKXIXeK.svg);padding-bottom:110px}.what-you-get-back{background-image:url(/assets/whychoosehrms-E60qwOoE.svg);padding-bottom:100px}.feature-content{display:flex;flex-direction:column;gap:92px}.feature-container .header{display:flex;flex-direction:column;gap:10px}.feature-container .header h2{color:#000;font-family:Hind,sans-serif;font-size:19px;font-weight:500;line-height:24px;letter-spacing:0px;text-transform:uppercase}.feature-container .header h1{margin:0;color:#434959;font-family:Poppins,sans-serif;font-size:42px;font-weight:500;line-height:50px;letter-spacing:0px;text-align:left}.feature-container .header p{color:#5d6370;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:24px;letter-spacing:0px;width:100%}.feature-section{display:flex;align-items:center;gap:50px;justify-content:space-between}.feature-section img{width:400px}.feature-section .section-details{width:700.25px;display:flex;flex-direction:column;gap:15px}.btn2{margin-top:6px}.feature-section h1{color:#434959;font-family:Poppins,sans-serif;font-size:32px;font-weight:500;line-height:38px;letter-spacing:0px}.feature-section p{color:#5d6370;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:28px}.feature-list ul{padding:0;margin:0;-moz-columns:2;columns:2}.feature-list li{list-style:none;color:#434959;font-family:Inter,sans-serif;margin-bottom:20px;font-size:17px;font-weight:400;line-height:24px;letter-spacing:0px}.feature-list .list-item{display:flex;gap:12px;align-items:baseline}.feature-list .list-item svg{width:12px;height:12px;flex-shrink:0}.carousel-container{overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}.hor_scroll{display:flex;align-items:center;white-space:nowrap;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.hor_scroll_content{display:flex;animation:scroll 180s linear infinite;gap:32px}.hor_scroll_inner{flex:0 0 auto;flex-direction:column;gap:18px}.hor_scroll_inner>p{font-family:Poppins;font-size:32px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:center;color:#434959}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.hor_scroll:hover .hor_scroll_content{animation-play-state:paused}.hor_scroll::-webkit-scrollbar,.carousel-container::-webkit-scrollbar{display:none}.btn{padding:8px 49px;border-radius:6px;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d;background-color:#2563eb;border:none;display:flex;align-items:center;justify-content:center;font-family:Inter;font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:left;color:#fff;cursor:pointer}.btn-div{display:flex;width:100%;justify-content:center;align-items:center}.utube_container{width:100%;display:flex;justify-content:center;align-items:center}.utube{border-radius:40px;width:667px;height:304px;align-self:center}@media only screen and (max-width: 1000px){.feature-utube-backimage,.what-you-get-back{background:none}}@media screen and (max-width: 600px){.btn{width:100%;font-size:13.9px;height:38px}.btn2{width:auto}.hor_scroll_inner>p{font-family:Poppins;font-size:18.7px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:center;color:#434959}.feature-container{padding:40px 20px 0!important;width:auto!important;margin:auto!important}.feature-section{flex-direction:column;gap:20px}.feature-section:nth-child(3){flex-direction:column-reverse}.feature-container .header h2{font-size:12px;line-height:12px}.feature-container .header h1{font-size:26px!important;line-height:120%!important}.feature-container .header p{font-size:18px!important;line-height:21.6px;width:auto!important}.feature-section img{width:100%!important}.feature-section .section-details{width:auto!important}.utube{border-radius:17.8px;width:324px;height:528px;align-self:center}.feature-section h1{font-size:24px!important;font-weight:500;line-height:120%;text-align:center}.feature-section p{font-size:18px!important;line-height:14px}.feature-list ul{padding:10px 0 0 5px;margin:0;-moz-columns:1;columns:1}.feature-list li{margin-bottom:10px;font-size:17px!important}.feature-list .list-item svg{width:12px;height:12px}}@media screen and (max-width: 800px){.feature-container{padding:80px 56px 0;width:auto;margin:auto}.feature-container .header{max-width:721px}.feature-container .header h2{font-size:12px;line-height:12px}.feature-container .header h1{font-size:24px;line-height:26px}.feature-container .header p{font-size:18px;line-height:21.6px;width:auto}.feature-section img{width:307px}.feature-section .section-details{width:390px}.feature-section p{font-size:18px;line-height:20px}.feature-section h1{font-size:22px;font-weight:500;line-height:120%}.feature-list ul{padding:0;margin:0;-moz-columns:1;columns:1}.feature-list li{margin-bottom:10px;font-size:17px;line-height:15px}.feature-list .list-item svg{max-width:9px;max-height:9px}}@media screen and (max-width: 1200px) and (min-width: 801px){.btn{padding:5px 30px;font-size:18px;line-height:22px!important}.feature-container{padding:80px 66px 0;width:auto;margin:auto}.feature-container .header h2{font-size:12px;line-height:12px}.feature-content{gap:30px}.feature-container .header h1{font-size:24px;line-height:26px}.feature-container .header p{font-size:14px;line-height:18px;width:auto}.feature-section img{width:377px}.feature-section .section-details{width:460px}.feature-section p{font-size:18px;line-height:20px}.feature-section h1{font-size:22px;font-weight:500;line-height:120%}.feature-list ul{padding:0;margin:0;-moz-columns:1;columns:1}.feature-list li{margin-bottom:10px;font-size:17px;line-height:20px}.feature-list .list-item svg{max-width:9px;max-height:9px}}.images-container{display:flex;gap:20px;margin:auto}@media screen and (max-width: 800px) and (min-width: 600px){.images-container{gap:10px}}@media screen and (max-width: 600px){.images-container{flex-direction:column}}@media screen and (max-width: 1280px) and (min-width: 800px){.images-container img{max-width:158px;max-height:164px}}@media screen and (max-width: 800px) and (min-width: 600px){.images-container img{max-width:138px;max-height:144px}}.faqs-container{padding:150px 100px 0;max-width:1232px;margin:auto;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 1080px) and (min-width: 800px){.faqs-container{padding:80px 66px 0;width:auto;margin:auto}}@media screen and (max-width: 800px) and (min-width: 600px){.faqs-container{padding:80px 56px 0;width:auto;margin:auto}}@media screen and (max-width: 600px){.faqs-container{padding:80px 20px 0;width:auto;margin:auto;gap:20px}}.faqs-container .header-payment{flex-direction:column;display:flex;gap:20px;width:auto}@media screen and (max-width: 600px){.faqs-container .header-payment{max-width:343px}}@media screen and (max-width: 800px) and (min-width: 600px){.faqs-container .header-payment{max-width:721px}}.faqs-container .header-payment h2{color:#000;font-family:Hind,sans-serif;font-size:19px;font-weight:700;line-height:24px;letter-spacing:0px;text-transform:uppercase}@media screen and (max-width: 600px){.faqs-container .header-payment h2{font-size:12px;line-height:12px}}@media screen and (max-width: 800px) and (min-width: 600px){.faqs-container .header-payment h2{font-size:12px;line-height:12px}}@media screen and (max-width: 1080px) and (min-width: 800px){.faqs-container .header-payment h2{font-size:12px;line-height:12px}}.faqs-container .header-payment h1{margin:0;color:#434959;font-family:Poppins,sans-serif;font-size:42px;font-weight:500;line-height:50px;letter-spacing:0px;text-align:left}@media screen and (max-width: 600px){.faqs-container .header-payment h1{font-size:24px;line-height:26px}}@media screen and (max-width: 800px) and (min-width: 600px){.faqs-container .header-payment h1{font-size:24px;line-height:26px}}@media screen and (max-width: 1080px) and (min-width: 800px){.faqs-container .header-payment h1{font-size:24px;line-height:26px}}.faqs-container .header-payment p{color:#5d6370;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (max-width: 600px){.faqs-container .header-payment p{font-size:14px;line-height:18px;width:auto}}@media screen and (max-width: 800px) and (min-width: 600px){.faqs-container .header-payment p{font-size:14px;line-height:18px;width:auto}}@media screen and (max-width: 1080px) and (min-width: 800px){.faqs-container .header-payment p{font-size:14px;line-height:18px;width:auto}}.faqs-container .faqs{display:flex;flex-direction:column;gap:18px}@media screen and (max-width: 600px){.faqs-container .faqs{gap:12px}}.faqs-container .faqs .card{padding:24px 40px 12px;border:1px solid #dceffb;background-color:#fff;transition:all .3s ease;border-radius:18px;display:flex;gap:34px;box-shadow:0 5px 16px #080f340f}@media screen and (max-width: 600px){.faqs-container .faqs .card{flex-direction:column;gap:0px;padding:12px 20px 6px}}.faqs-container .faqs .card span{font-family:Inter;font-size:32px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.17px;color:#3c3c4380;min-width:46px}.faqs-container .faqs .card .card-content{width:100%;display:flex;flex-direction:column;gap:6px}.faqs-container .faqs .card .card-content .card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.faqs-container .faqs .card .card-content .card-header h1{font-family:Inter;font-size:22px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;color:#434959}@media screen and (max-width: 800px) and (min-width: 600px){.faqs-container .faqs .card .card-content .card-header h1{font-size:16px}}@media screen and (max-width: 600px){.faqs-container .faqs .card .card-content .card-header h1{font-size:16px}}.faqs-container .faqs .card .card-content .card-header .toggle-button{width:51.7px;height:51.7px;border:none;border-radius:50%;background-color:#fff;color:#2563eb;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 16px #080f340f}@media screen and (max-width: 800px) and (min-width: 600px){.faqs-container .faqs .card .card-content .card-header .toggle-button{width:39px;height:39px}}@media screen and (max-width: 600px){.faqs-container .faqs .card .card-content .card-header .toggle-button{width:24px;height:24px}.faqs-container .faqs .card .card-content .card-header .toggle-button .icon{font-size:10px}}.faqs-container .faqs .card .card-content .card-header .toggle-button.expanded{background-color:#2563eb;transform:rotate(90deg);color:#fff;padding-left:2px}.faqs-container .faqs .card .card-content .card-detail{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.faqs-container .faqs .card .card-content .card-detail.show{max-height:-moz-fit-content;max-height:fit-content;opacity:1;display:flex;flex-direction:column;font-family:Inter;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:30px;letter-spacing:normal;color:#5d6370;width:90%}@media screen and (max-width: 800px) and (min-width: 600px){.faqs-container .faqs .card .card-content .card-detail.show{font-size:14px}}@media screen and (max-width: 600px){.faqs-container .faqs .card .card-content .card-detail.show{font-size:14px}}.faqs-container .faqs .card.expanded{border:1px solid #2563eb;padding-bottom:24px;box-shadow:0 6px 16px #3a7dff30}@media screen and (max-width: 600px){.faqs-container .faqs .card.expanded{padding-bottom:12px}}.faqs-container .faqs .card.expanded .card-detail.show{gap:6px}.book-demo-container{padding:100px 100px 0;max-width:1432px;margin:auto}.book-demo{display:flex;align-items:center;gap:110px;justify-content:center}.book-demo img{width:576.85px}.book-demo-details{display:flex;flex-direction:column;gap:25px}.book-demo-details h1{color:#434959;font-family:Poppins,sans-serif;font-size:32px;font-weight:400;line-height:34px;letter-spacing:-.36px;margin:0}.demo-list ul{padding-top:30px;margin:0;padding-inline-start:0}.demo-list{list-style:none;color:#434959;font-family:Inter;font-size:24px;font-weight:400;line-height:28.8px;text-align:left}.demo-list .list-item{display:flex;margin-bottom:10px;gap:12px;align-items:center}.demo-list .list-item svg{width:16px;height:16px;flex-shrink:0}.book-demo-button{display:flex;align-items:center;gap:25px;padding-top:10px}.book-demo-button button{border-radius:6px;padding:8px 49px;border:none;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d;background:#2563eb;cursor:pointer;color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:22px;letter-spacing:0px}.book-demo-button span{color:#434959;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:17.5px;letter-spacing:-.07px}.get-demo-container{position:relative}.demo-bg{display:flex;position:absolute;top:100px;width:100%;overflow:hidden;filter:blur(105px);z-index:-1}.demo-bg img{width:100%;height:200px}.get-demo{padding:100px 100px 0;width:1232px;margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.get-demo h1{color:#434959;font-family:Poppins,sans-serif;font-size:41.4px;font-weight:400;line-height:48px;letter-spacing:0px;margin:0}.get-demo p{color:#5d6370;font-family:Inter,sans-serif;font-size:17.3px;font-weight:400;line-height:28px;letter-spacing:0px;margin:0}.get-demo button{border-radius:6px;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d;background:#2563eb;padding:8px 49px;border:none;cursor:pointer;color:#fff;font-family:Inter,sans-serif;font-size:13.9px;font-weight:600;line-height:20px;letter-spacing:0px}@media screen and (max-width: 600px){.book-demo-container{padding:20px 17px 0!important;width:auto!important;margin:auto!important}.book-demo{flex-direction:column;gap:0px!important}.book-demo img{width:90%!important}.book-demo-details h1{font-size:20px!important}.demo-list ul{padding-top:20px!important}.demo-list li{margin-bottom:16px;font-size:17px!important}.get-demo{padding:80px 30px 0;width:auto}.get-demo p{font-size:12px}.book-demo-button{justify-content:center;padding-top:20px!important}.book-demo-button button{font-size:13.9px!important;padding:8px 49px!important;width:100%}.book-demo-button span{display:none}.book-demo-details{gap:10px}.demo-list{font-size:14px!important;line-height:150%}}@media screen and (max-width: 800px){.book-demo-container{padding:50px 56px 0;width:auto}.book-demo-details{gap:16px}.book-demo img{width:302px}.book-demo{display:flex;align-items:center;gap:30px}.book-demo-details h1{font-size:24px}.demo-list ul{padding-top:10px}.demo-list{margin-bottom:0;font-size:17px}.demo-list .list-item svg{width:12px;height:12px}.book-demo-button button{padding:5px 22px;font-size:18px}.book-demo-button span{font-size:9px}.get-demo{padding:80px 30px 0;width:auto}.get-demo p{font-size:14px}}@media screen and (min-width: 801px) and (max-width: 1200px){.book-demo-container{padding:50px 86px 0;width:auto}.book-demo img{width:302px}.book-demo{display:flex;align-items:center;gap:40px}.book-demo-details h1{font-size:18px}.demo-list ul{padding-top:10px}.demo-list li{margin-bottom:0;font-size:12px}.demo-list .list-item svg{width:12px;height:12px}.book-demo-button button{padding:5px 22px;font-size:18px!important}.book-demo-button span{font-size:9px}.get-demo{padding:80px 30px 0;width:auto}.get-demo p{font-size:14px}}._shine_text_1af4f_1{position:relative;display:inline-block;background:linear-gradient(135deg,#d105f033,#d105f0de,#7a4aff,#7e0ac7de,#7e0ac733);background-size:200% 100%;animation:_shine_1af4f_1 4s linear infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shine_1af4f_1{0%{background-position:200% 0}50%{background-position:0% 0}to{background-position:-200% 0}}._shine_text_educational_1af4f_59{position:relative;display:inline-block;background-image:linear-gradient(135deg,gold,orange,#ff8c00 40%,#e07101,#ff4500 60%,coral,gold),linear-gradient(45deg,#ffffff1a,#ffffff4d,#ffffff1a);background-size:200% 100%,100% 100%;background-position:100% 0,0 0;animation:_shineEducational_1af4f_1 8s ease-in-out infinite,_colorShift_1af4f_1 5s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineEducational_1af4f_1{0%,to{background-position:100% 0,0 0}50%{background-position:0 0,0 0}}@keyframes _colorShift_1af4f_1{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(25deg)}}._shine_text_restaurant_1af4f_171{position:relative;display:inline-block;background-image:linear-gradient(135deg,#ffaa80,#ff8c69,#ec7250,#e85d3f,tomato,#ffaa80),linear-gradient(45deg,#ffffff1a,#ffffff4d,#ffffff1a);background-size:200% 100%,100% 100%;background-position:100% 0,0 0;animation:_shineRestaurant_1af4f_1 8s ease-in-out infinite,_colorShiftRestaurant_1af4f_1 5s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineRestaurant_1af4f_1{0%,to{background-position:100% 0,0 0}50%{background-position:0 0,0 0}}@keyframes _colorShiftRestaurant_1af4f_1{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(15deg)}}._shine_text_coaching_1af4f_281{position:relative;display:inline-block;background-image:linear-gradient(135deg,#ffb3ae,#e57373,#c95751,#b54b45,#ff6b6b,#ffb3ae),linear-gradient(45deg,#ffffff1a,#ffffff4d,#ffffff1a);background-size:200% 100%,100% 100%;background-position:100% 0,0 0;animation:_shineCoaching_1af4f_1 8s ease-in-out infinite,_colorShiftCoaching_1af4f_1 5s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineCoaching_1af4f_1{0%,to{background-position:100% 0,0 0}50%{background-position:0 0,0 0}}@keyframes _colorShiftCoaching_1af4f_1{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(10deg)}}._shine_text_service_center_1af4f_391{position:relative;display:inline-block;background-image:linear-gradient(135deg,#d2a885,#c18a63,#af6a41,#9d5b35,#be7e56,#d2a885),linear-gradient(45deg,#ffffff1a,#ffffff4d,#ffffff1a);background-size:200% 100%,100% 100%;background-position:100% 0,0 0;animation:_shineServiceCenter_1af4f_1 8s ease-in-out infinite,_colorShiftServiceCenter_1af4f_1 5s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineServiceCenter_1af4f_1{0%,to{background-position:100% 0,0 0}50%{background-position:0 0,0 0}}@keyframes _colorShiftServiceCenter_1af4f_1{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(15deg)}}._shine_text_call_center_1af4f_499{position:relative;display:inline-block;background-image:linear-gradient(135deg,#a0e9ff,#60a5fa,#2446f5,#1e3a8a,#5b21b6,#a0e9ff),linear-gradient(45deg,#fff3,#fff6,#fff3);background-size:300% 100%,100% 100%;background-position:0 0,0 0;animation:_shineCallCenter_1af4f_1 6s ease-in-out infinite,_colorShiftCallCenter_1af4f_1 4s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineCallCenter_1af4f_1{0%{background-position:0 0,0 0}50%{background-position:100% 0,0 0}to{background-position:0 0,0 0}}@keyframes _colorShiftCallCenter_1af4f_1{0%{filter:hue-rotate(-10deg) brightness(1)}to{filter:hue-rotate(10deg) brightness(1.2)}}._shine_text_car_showroom_1af4f_617{position:relative;display:inline-block;background-image:linear-gradient(135deg,#d6e4ff,#94a5c4,#5a6b8c,#3a4b6b,#7b92b7,#d6e4ff),linear-gradient(45deg,#fff3,#fff6,#fff3);background-size:300% 100%,100% 100%;background-position:0 0,0 0;animation:_shineCarShowroom_1af4f_1 6s ease-in-out infinite,_colorShiftCarShowroom_1af4f_1 4s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineCarShowroom_1af4f_1{0%{background-position:0 0,0 0}50%{background-position:100% 0,0 0}to{background-position:0 0,0 0}}@keyframes _colorShiftCarShowroom_1af4f_1{0%{filter:hue-rotate(-15deg) brightness(.9) saturate(1.2)}to{filter:hue-rotate(15deg) brightness(1.1) saturate(1.4)}}._shine_text_security_1af4f_735{position:relative;display:inline-block;background-image:linear-gradient(135deg,#e5b8f4,#b15fc3,#8a2be2,#6a0dad,#c71585,#e5b8f4),linear-gradient(45deg,#fff3,#fff6,#fff3);background-size:300% 100%,100% 100%;background-position:0 0,0 0;animation:_shineSecurity_1af4f_1 6s ease-in-out infinite,_colorShiftSecurity_1af4f_1 4s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineSecurity_1af4f_1{0%{background-position:0 0,0 0}50%{background-position:100% 0,0 0}to{background-position:0 0,0 0}}@keyframes _colorShiftSecurity_1af4f_1{0%{filter:hue-rotate(-20deg) brightness(.9) saturate(1.2)}to{filter:hue-rotate(20deg) brightness(1.1) saturate(1.4)}}._shine_text_ngo_1af4f_853{position:relative;display:inline-block;background-image:linear-gradient(135deg,#a7e8aa,#41af49,#2d8a33,#1e5e22,#5dc264,#a7e8aa),linear-gradient(45deg,#fff3,#fff6,#fff3);background-size:300% 100%,100% 100%;background-position:0 0,0 0;animation:_shineNGO_1af4f_1 6s ease-in-out infinite,_colorShiftNGO_1af4f_1 4s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineNGO_1af4f_1{0%{background-position:0 0,0 0}50%{background-position:100% 0,0 0}to{background-position:0 0,0 0}}@keyframes _colorShiftNGO_1af4f_1{0%{filter:hue-rotate(-15deg) brightness(.9) saturate(1.1)}to{filter:hue-rotate(15deg) brightness(1.1) saturate(1.3)}}._shine_text_agency_1af4f_971{position:relative;display:inline-block;background-image:linear-gradient(135deg,#a7e8ff,#4194af,#2d7a8a,#1e5e6b,#5dc2d6,#a7e8ff),linear-gradient(45deg,#fff3,#fff6,#fff3);background-size:300% 100%,100% 100%;background-position:0 0,0 0;animation:_shineAgency_1af4f_1 6s ease-in-out infinite,_colorShiftAgency_1af4f_1 4s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineAgency_1af4f_1{0%{background-position:0 0,0 0}50%{background-position:100% 0,0 0}to{background-position:0 0,0 0}}@keyframes _colorShiftAgency_1af4f_1{0%{filter:hue-rotate(-15deg) brightness(.9) saturate(1.1)}to{filter:hue-rotate(15deg) brightness(1.1) saturate(1.3)}}._shine_text_factory_1af4f_1089{position:relative;display:inline-block;background-image:linear-gradient(135deg,#e591af,#af4168,#8c3353,#6b2640,#d25a84,#e591af),linear-gradient(45deg,#fff3,#fff6,#fff3);background-size:300% 100%,100% 100%;background-position:0 0,0 0;animation:_shineFactory_1af4f_1 6s ease-in-out infinite,_colorShiftFactory_1af4f_1 4s ease-in-out infinite alternate;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes _shineFactory_1af4f_1{0%{background-position:0 0,0 0}50%{background-position:100% 0,0 0}to{background-position:0 0,0 0}}@keyframes _colorShiftFactory_1af4f_1{0%{filter:hue-rotate(-15deg) brightness(.9) saturate(1.1)}to{filter:hue-rotate(15deg) brightness(1.1) saturate(1.3)}}._login_container_ggmnt_1{display:flex;justify-content:center;align-items:center;color:#d5d5d5;background-color:#fff;font-family:Helvetica Neue,sans-serif}._login_form_container_ggmnt_25{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:35px;height:auto;width:532px}._title_container_ggmnt_47{text-align:center;display:flex;flex-direction:column;align-items:center}._title_container_ggmnt_47 h1{color:#000}._title_container_ggmnt_47 span{color:#686868}._form_container_ggmnt_77{display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;width:380px;padding:10px}._email_container_ggmnt_93{display:flex;flex-direction:column;gap:4px}._email_container_ggmnt_93 input{width:100%;border:1px solid #d5d5d5;outline:none;border-radius:20px;padding-left:12px;height:44px;font-size:14px;background-color:#fff!important}._password_container_ggmnt_127{display:flex;flex-direction:column;gap:4px}._password_container_ggmnt_127 input{width:100%;border:none;outline:none;padding-left:12px;height:44px;font-size:32px;color:#4f4f4f}._password_container_ggmnt_127 input:-moz-placeholder-shown{font-size:14px}._password_container_ggmnt_127 input:placeholder-shown{font-size:14px}._password_container_ggmnt_127 input[type=text]{font-size:14px}._email_container_ggmnt_93 label,._password_container_ggmnt_127 label{color:#4f4f4f;font-size:16px}._email_container_ggmnt_93 label span,._password_container_ggmnt_127 label span{color:red}._redirect_txt_ggmnt_209{font-family:Helvetica;font-size:18px;font-weight:400;line-height:20.7px;color:#5a5a5a}._login_btn_ggmnt_223{width:100%;height:48px;border-radius:20px;border:none;background-color:#2446f5;color:#fff;font-size:20px;margin-top:12px}._password_ggmnt_127{display:flex;justify-content:center;align-items:center;background-color:#fff;overflow:hidden;border-radius:20px;padding-right:12px;border:1px solid #d5d5d5}._link_ggmnt_265{color:#2446f5;font-weight:700;text-decoration:none}@media (max-width: 1200px){._login_form_container_ggmnt_25{width:100%;height:auto}._login_btn_ggmnt_223{font-size:20px;height:48px}}@media (max-width: 992px){._login_form_container_ggmnt_25{width:80%;height:auto}._login_btn_ggmnt_223{font-size:19px;height:46px}}@media (max-width: 768px){._login_form_container_ggmnt_25{width:90%;height:auto}._login_btn_ggmnt_223{font-size:18px;height:46px}._redirect_txt_ggmnt_209{font-family:Helvetica;font-size:14px;font-weight:400;line-height:20.7px;color:#5a5a5a}}@media (max-width: 576px){._login_form_container_ggmnt_25{width:100%;height:auto}._form_container_ggmnt_77{width:100%;padding:10px}._login_btn_ggmnt_223{font-size:18px;height:44px}}@media (max-width: 480px){._login_container_ggmnt_1{justify-content:start}._login_form_container_ggmnt_25{gap:1rem}._password_container_ggmnt_127 input{font-size:16px}}._container_knepy_1{width:100%;height:82px;padding:5px 60px;display:flex;align-items:center;justify-content:space-between;background:#f9f9f9;border-bottom:1px solid #dae3f8}._logo_knepy_23{font-family:Helvetica;font-size:36px;font-weight:400;line-height:64.39px;color:#000}._admin_logo_knepy_37{width:36px;height:36px}._drop_down_body_knepy_45{background:#fff;position:absolute;bottom:0;right:0;transform:translateY(100%);padding:8px 12px;background:#f8f8f8;box-shadow:-4px 4px 4px #00000040;border-radius:10px 0 10px 10px}._drop_arrow_image_knepy_75{width:16px;height:8px;transition:all .15s linear}._drop_arrow_image_active_knepy_87{width:16px;height:8px;rotate:180deg;transition:rotate .15s linear;z-index:10}._drop_down_each_knepy_103{text-wrap:nowrap;padding:6px 12px;font-family:Poppins;font-style:normal;font-weight:500;font-size:16px;line-height:36px;color:#363636;text-decoration:none}._drop_down_each_knepy_103:hover{background:#a4d8ec;cursor:pointer}._active_drop_knepy_141{color:#144c89}@media only screen and (max-width: 1000px){._container_knepy_1{padding-left:40px}._ham_icon_knepy_157{display:inline-block}._drop_down_each_knepy_103{font-size:18px}._drop_down_body_knepy_45{padding:16px 0}._drop_down_each_knepy_103{padding:8px 16px}}@media only screen and (max-width: 767px){._logo_knepy_23{font-size:32px;line-height:48px}._container_knepy_1{height:50px;padding:8px 16px}._logo_knepy_23{font-family:Supreme;font-size:18px;font-weight:400;line-height:21.6px}._admin_logo_knepy_37{width:20px;height:20px}._drop_down_each_knepy_103{font-size:16px;padding:0 12px}._drop_down_body_knepy_45{padding:10 px 0}}._login_container_1g36f_1{display:flex;justify-content:center;align-items:center;color:#d5d5d5;background-color:#fff;font-family:Helvetica Neue,sans-serif}._login_form_container_1g36f_21{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:35px;height:516px;width:532px}._title_container_1g36f_43{text-align:center}._title_container_1g36f_43 h1{color:#000;font-size:40px;font-weight:600}._title_container_1g36f_43 span{color:#686868}._form_container_1g36f_69{display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;width:380px;padding:10px}._email_container_1g36f_85{display:flex;flex-direction:column;gap:4px}._email_container_1g36f_85 input{width:100%;border:1px solid #d5d5d5;outline:none;border-radius:20px;padding-left:12px;height:44px;font-size:14px;background-color:#fff!important;color:#373737}._password_container_1g36f_121{display:flex;flex-direction:column;gap:4px}._password_container_1g36f_121 input{width:100%;border:none;outline:none;padding-left:12px;height:44px;font-size:32px;color:#4f4f4f}._password_container_1g36f_121 input:-moz-placeholder-shown{font-size:14px}._password_container_1g36f_121 input:placeholder-shown{font-size:14px}._password_container_1g36f_121 input[type=text]{font-size:14px}._email_container_1g36f_85 label,._password_container_1g36f_121 label{color:#4f4f4f;font-size:16px}._email_container_1g36f_85 label span,._password_container_1g36f_121 label span{color:red}._login_btn_1g36f_203{width:100%;height:48px;border-radius:20px;border:none;background-color:#2446f5;color:#fff;font-size:20px;margin-top:12px;cursor:pointer}._password_1g36f_121{display:flex;justify-content:center;align-items:center;background-color:#fff;overflow:hidden;border-radius:20px;padding-right:12px;border:1px solid #d5d5d5}._redirect_txt_1g36f_247{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:20.7px;color:#5a5a5a}._link_1g36f_263{color:#2446f5;font-weight:700;text-decoration:none}._disable_btn_1g36f_273{background:#b3b3b3}@media screen and (max-width: 768px){._password_container_1g36f_121 input{font-size:14px;line-height:18px}._login_form_container_1g36f_21{justify-content:start}}@media (max-width: 576px){._login_form_container_1g36f_21{width:80%;height:auto}._redirect_txt_1g36f_247{font-size:15px}._form_container_1g36f_69{width:100%;padding:10px}._title_container_1g36f_43 h1{font-size:24px}._login_btn_1g36f_203{font-size:18px;height:44px}}@media (max-width: 480px){._login_container_1g36f_1{justify-content:start}._login_form_container_1g36f_21{gap:1rem;padding-inline:8px;width:100%}}@media screen and (max-width: 375px){._redirect_txt_1g36f_247{font-size:12px}._login_form_container_1g36f_21{width:100%}}._content_192mv_1{display:flex;flex-direction:column;gap:60px}._view_container_192mv_17{flex-direction:row-reverse}._edit_details_btn_192mv_25{padding:8px 16px;border-radius:6px;background:#fff;border:2px solid #2446f5;font-family:Inter;font-size:16px;font-weight:500;line-height:19.36px;color:#2446f5;cursor:pointer}._suspend_employees_192mv_51{font-family:Inter;font-size:20px;font-weight:500;line-height:24.2px;padding:8px 16px;border-radius:6px;text-underline-offset:4px}._require_txt_192mv_75{font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;color:#fd443a}@media only screen and (max-width: 1263px){._view_container_192mv_17{flex-direction:column}}@media only screen and (max-width: 1000px){._content_192mv_1{width:95%;margin:16px auto;gap:16px}._require_txt_192mv_75{display:none}._view_container_192mv_17{padding:8px}}@media screen and (max-width: 768px){._view_container_192mv_17{padding:0!important}._suspend_employees_192mv_51{font-size:16px}}@media screen and (max-width: 475px){._suspend_employees_192mv_51,._edit_details_btn_192mv_25{font-size:14px}}._view_top_container_99mhr_1{display:flex;flex-direction:column;flex:1 1 0}._profile_container_99mhr_17{display:flex;align-items:center;width:316px;padding:44px 28px;flex-direction:column;justify-content:space-between;border-radius:6px;background:#fff;border:1px solid #d7d7d7}._top_profile_99mhr_41{display:flex;flex-direction:column;align-items:center;gap:11px}._top_profile_99mhr_41 img{border-radius:50%}._top_profile_99mhr_41 ._right_div_99mhr_59{display:flex;flex-direction:column;gap:15px}._right_div_99mhr_59{align-items:center}._left_div_99mhr_75{display:flex;flex-direction:column;gap:16px;height:100%}._emoloyee_id_99mhr_89{font-family:Inter;font-size:19px;font-weight:500;line-height:22.99px;color:#595959}._depertmant_name_99mhr_103{font-family:Inter;font-size:19px;font-weight:400;line-height:22.99px;color:#595959}._managers_99mhr_117{display:flex;flex-direction:column;gap:12px}._managers_details_99mhr_127{display:flex;flex-direction:column;gap:8px}._outer_right_99mhr_137{background:#fff;border:1px solid #d7d7d7;border-radius:8px;padding:44px 20px;display:flex;flex-direction:column;align-items:center;gap:24px}._leave_head_99mhr_159{display:flex;gap:12px;align-items:center}._red_dot_99mhr_169{width:15px;height:15px;border-radius:50%}._leave_txt_99mhr_179{font-family:Inter;font-size:26px;font-weight:500;line-height:31.47px;color:#000}._leave_body_99mhr_195{display:flex;flex-direction:column;gap:5px}._leave_body_99mhr_195 div{display:flex;align-items:center;gap:28px}._leave_body_99mhr_195 div span:first-child{font-family:Inter;font-size:14px;font-weight:500;line-height:16.94px;color:#777}._leave_body_99mhr_195 div span:last-child{font-family:Inter;font-size:16px;font-weight:500;line-height:19.36px;color:#000}._view_req_btn_99mhr_243{padding:8px 16px;border-radius:6px;background:#fff;border:2px solid #2446f5;font-family:Inter;font-size:16px;font-weight:500;line-height:19.36px;color:#2446f5;cursor:pointer}@media only screen and (max-width: 1263px){._view_top_container_99mhr_1{flex-direction:row}._profile_container_99mhr_17{padding:24px 28px}._top_profile_99mhr_41{flex-direction:row;align-items:start}}@media only screen and (max-width: 1024px){._view_top_container_99mhr_1{flex-direction:row;gap:10px;width:100%}._profile_container_99mhr_17{width:45%;height:auto;gap:12px;padding:12px}._outer_right_99mhr_137{width:40%}._left_div_99mhr_75{gap:8px;height:100%}._emoloyee_id_99mhr_89,._depertmant_name_99mhr_103{font-size:16px;line-height:14px}._red_dot_99mhr_169{width:8px;height:8px}._leave_txt_99mhr_179{font-size:14px;line-height:16px}._outer_right_99mhr_137{gap:12px}._leave_body_99mhr_195 div{gap:6px}._leave_body_99mhr_195 div span:first-child,._leave_body_99mhr_195 div span:last-child{font-size:12px;line-height:14px}._view_req_btn_99mhr_243{font-size:14px;line-height:16px}}@media only screen and (max-width: 768px){._view_top_container_99mhr_1,._top_profile_99mhr_41{flex-direction:column;align-items:center}._outer_right_99mhr_137,._profile_container_99mhr_17{width:60%}._emoloyee_id_99mhr_89,._depertmant_name_99mhr_103{font-size:12px;line-height:14px}}@media only screen and (max-width: 475px){._outer_right_99mhr_137,._profile_container_99mhr_17{width:100%}}._popup_background_t963l_1{width:100vw;min-height:100vh;top:0;right:0;position:fixed;display:flex;align-items:center;justify-content:center;background:#00000040;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100}._container_pmyj7_1{display:flex;justify-content:center;align-items:center;height:100%;width:100vw;background-color:#35353552;position:absolute;left:0;z-index:10}._card_pmyj7_29{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;height:auto;width:580px;padding:18px 40px;border-radius:6px;border:1px solid #dae3f8;position:relative}._header_pmyj7_61{display:flex;flex-direction:column;align-items:center;height:auto;width:408px}._icon_wrapper_pmyj7_77{display:flex;justify-content:center;background-color:#fff;height:auto;align-items:center}._icon_pmyj7_77{display:flex;justify-content:center;height:56px;width:56px;align-items:center;border-radius:50%}._title_wrapper_pmyj7_115{display:flex;justify-content:center;background-color:#fff;flex-direction:column;height:auto;font-family:Inter,sans-serif;color:#384257;text-align:center;gap:8px}._title_pmyj7_115{font-weight:600;font-size:24px}._subtitle_pmyj7_149{font-size:16px;font-weight:400}._separator_pmyj7_159{border-bottom:2px solid #ededed;width:488px}._details_pmyj7_169{display:flex;flex-direction:column;justify-content:flex-start;width:500px;gap:12px;height:auto;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#384258}._detail_item_pmyj7_195{display:flex;justify-content:flex-start}._detail_label_pmyj7_207{display:flex;justify-content:flex-start;min-width:200px}._detail_value_pmyj7_219{font-weight:400;overflow-wrap:anywhere}._button_group_pmyj7_231{display:flex;align-items:center;gap:12px;width:400px}._accept_button_pmyj7_245{text-align:center;height:44px;width:194px;padding:10px 18px;background-color:#23a26d;color:#fff;border-radius:6px;border:1px solid #23a26d;font-family:Inter,sans-serif;font-size:16px;font-weight:600;box-shadow:0 1px 2px #1018280d;cursor:pointer}._decline_button_pmyj7_277{text-align:center;height:44px;width:194px;padding:10px 18px;border-radius:6px;border:1px solid #d0d5dd;font-family:Inter,sans-serif;font-size:16px;font-weight:600;box-shadow:0 1px 2px #1018280d;cursor:pointer}@media (max-width: 768px){._card_pmyj7_29{width:90%;padding:18px 20px}._header_pmyj7_61{width:100%;height:auto}._separator_pmyj7_159,._details_pmyj7_169{width:100%}._button_group_pmyj7_231{width:100%;flex-direction:column;gap:10px}._accept_button_pmyj7_245,._decline_button_pmyj7_277{width:100%}}@media (max-width: 480px){._title_pmyj7_115{font-size:20px}._subtitle_pmyj7_149,._details_pmyj7_169{font-size:14px}._detail_label_pmyj7_207{min-width:180px}._detail_value_pmyj7_219,._button_group_pmyj7_231{width:100%}._card_pmyj7_29{padding:9px 20px}._accept_button_pmyj7_245,._decline_button_pmyj7_277{width:100%;font-size:14px}._details_pmyj7_169{gap:8px}}@media (max-width: 320px){._detail_label_pmyj7_207{min-width:120px}}._width_cont_1y2s9_1{width:66%;gap:36px}@media screen and (max-width: 1260px){._width_cont_1y2s9_1{width:70%}}@media only screen and (max-width: 1180px){._width_cont_1y2s9_1{width:100%;gap:20px}}@media only screen and (max-width: 1000px){._width_cont_1y2s9_1{width:100%}}._left_top_btn_18uoh_1{padding:14px 28px;background:#fff;border:1px solid #686868;font-family:Inter;font-size:20px;font-weight:400;line-height:24px;color:#384258}._b_r_l_18uoh_21{border-radius:8px 0 0 8px}._b_r_m_18uoh_27{border-radius:0}._b_r_r_18uoh_33{border-radius:0 8px 8px 0}._bottm_btn_section_18uoh_41{display:flex;gap:10px;flex-wrap:wrap}._bottom_btn_18uoh_53{padding:8px 28px;border-radius:8px;background:#fff;border:1px solid #686868;font-family:Inter;font-size:13px;font-weight:400;line-height:20px;color:#686868}._active_btn_18uoh_75{border:none;background:#5870ef;box-shadow:0 2px 9px #b3cbff;color:#fff}@media only screen and (max-width: 1150px){._left_top_btn_18uoh_1{padding:7px 14px}._bottm_btn_section_18uoh_41{gap:6px}}@media only screen and (max-width: 1000px){._left_top_btn_18uoh_1{padding:10px 8px;font-family:Inter;font-size:10px;font-weight:400;line-height:12.1px}._bottm_btn_section_18uoh_41{gap:10px;width:100%;overflow-x:scroll}._bottom_btn_18uoh_53{font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;padding:8px 16px;text-wrap:nowrap}}@media only screen and (max-width: 768px){._bottm_btn_section_18uoh_41{flex-wrap:nowrap}}._container_data_wyarr_1{width:100%;border-radius:14px;border:1px solid #d7d7d7;display:flex;gap:24px}._navigation_section_wyarr_17{width:40%;border-right:1px solid #d7d7d7;padding-inline:40px;padding-block:clamp(10px,5vh,50px);display:flex;flex-direction:column;gap:50px;font-family:Inter;font-size:clamp(16px,5vw,20px);font-weight:400;line-height:24.05px;color:#686868}._active_wyarr_51{color:#0243eb}._navigation_section_wyarr_17 span{cursor:pointer}._navigation_section_wyarr_17 span:hover{text-decoration:underline}._data_section_wyarr_69{display:flex;flex:1 1 0;padding-top:32px;padding-bottom:32px;justify-content:center}._file_size_wyarr_83{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#989692}._data_innner_wyarr_99{width:auto;display:flex;flex-direction:column;align-items:center;gap:50px}._first_name_wyarr_113{font-family:Inter;font-size:16px;font-weight:400;line-height:19px;color:#0243eb;align-self:flex-start}._last_name_wyarr_129{font-family:Inter;font-size:20px;font-weight:400;line-height:24px;color:#2b2b2b;align-self:flex-start;overflow-wrap:anywhere}._select_wyarr_155{display:none}._upload_area_wyarr_161{display:flex;flex-direction:column;gap:10px;width:100%}._delet_area_wyarr_173{display:flex;align-items:flex-start;gap:6px;padding:16px 24px;border-radius:12px;background:#fff;border:1px solid #e4e7ec;overflow-wrap:anywhere;align-items:center}@media only screen and (max-width: 1263px){._data_section_wyarr_69{width:80%}._data_innner_wyarr_99{width:90%}}@media only screen and (max-width: 1299px){._navigation_section_wyarr_17{display:none}._select_wyarr_155{display:flex;justify-content:space-between;width:200px;border-radius:8px;background:#fff;border:1px solid #686868;font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;padding:8px 16px;color:#686868;position:relative}._data_section_wyarr_69{padding-top:16px;justify-content:flex-start;padding-left:20px}._data_innner_wyarr_99{gap:12px;height:auto;width:80%}._container_data_wyarr_1{width:100%;min-height:auto;justify-content:center}._first_name_wyarr_113{font-size:18px;line-height:20px;width:140px}._last_name_wyarr_129{font-size:18px}}@media only screen and (max-width: 1000px){._container_data_wyarr_1{border:1px solid #d7d7d7}._data_section_wyarr_69{width:100%;padding-left:12px;padding-right:12px;justify-content:space-between}._data_innner_wyarr_99{width:100%}._first_name_wyarr_113{font-size:14px;line-height:21px}._last_name_wyarr_129{font-size:12px;line-height:18px}}@media only screen and (min-width: 1000px){._data_innner_wyarr_99>div{gap:24px}._data_innner_wyarr_99>div>div{width:200px}}._edit_container_hm19i_1{width:100%;display:flex;gap:40px;padding-top:47px;padding-bottom:30px;flex-wrap:wrap}._each_container_hm19i_19{width:44%;display:flex;flex-direction:column;gap:8px}._each_container_hm19i_19 ._label_hm19i_31{font-family:Inter;font-size:18px;font-weight:400;line-height:21.78px;color:#0243eb}._each_container_hm19i_19 ._input_hm19i_45{width:100%;height:41px;padding:6px 12px;border-radius:8px;border:1px solid #777777;font-family:Inter;font-size:18px;line-height:27px;color:#373737}._each_container_hm19i_19 ._input_hm19i_45::-moz-placeholder{font-family:Inter;font-size:16px;font-weight:400;line-height:19.36px;color:#777}._each_container_hm19i_19 ._input_hm19i_45::placeholder{font-family:Inter;font-size:16px;font-weight:400;line-height:19.36px;color:#777}._image_input_cont_hm19i_83{width:96%;height:102px;padding:18px 3px;border-radius:12px;border:1px solid #777777;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}._upload_icon_hm19i_107{width:65px;height:65px;border-radius:50%}._upload_text_hm19i_117{font-family:Inter;font-size:14px;font-weight:400;line-height:16.8px;letter-spacing:-.005em;color:#0ca912;text-decoration:underline;text-underline-offset:2px}._upload_area_hm19i_139{padding:16px 24px;border-radius:12px;background:#fff;border:1px solid #e4e7ec}._edit_area_hm19i_153{display:flex;flex-direction:column;align-items:center;gap:12px}._edit_area_hm19i_153 div:first-child{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#475467}._edit_area_hm19i_153 div:last-child{display:flex;flex-direction:column;gap:4px;font-family:Inter;font-size:12px;font-weight:400;line-height:18px;text-align:center;color:#475467}._link_hm19i_207{font-family:Inter;font-size:14px;font-weight:600;line-height:20px;color:#2d60ff;cursor:pointer}._upload_icon_hm19i_107{width:40px;height:40px;cursor:pointer}._delet_area_hm19i_235{display:flex;align-items:flex-start;gap:12px}._file_name_hm19i_245{width:250px;font-family:Inter;font-size:16px;font-weight:500;line-height:20px;color:#353535}._size_hm19i_261{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#989692}._small_label_hm19i_277{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#0243eb}._form_hm19i_291{flex:1 1 0}@media only screen and (max-width: 1300px){._edit_container_hm19i_1{align-items:center;padding-top:0;padding-bottom:10px;gap:16px;width:100%}._image_input_cont_hm19i_83{height:70px;padding:18px 3px;gap:24px;width:90%}._each_container_hm19i_19{font-size:8px}._each_container_hm19i_19 ._input_hm19i_45{height:32px;font-size:12px;line-height:14px}._each_container_hm19i_19 ._input_hm19i_45::-moz-placeholder{font-size:12px;line-height:14px}._each_container_hm19i_19 ._input_hm19i_45::placeholder{font-size:12px;line-height:14px}._each_container_hm19i_19 ._label_hm19i_31{font-size:14px;line-height:18px}._upload_area_hm19i_139{padding:12px 18px;gap:10px}._link_hm19i_207{font-size:10px;line-height:14px}._edit_area_hm19i_153 div:first-child,._edit_area_hm19i_153 div:last-child{font-size:10px;line-height:14px}}@media only screen and (max-width: 1000px){._edit_container_hm19i_1{padding:10px}._image_input_cont_hm19i_83{width:100%}}@media only screen and (max-width: 480px){._edit_container_hm19i_1,._each_container_hm19i_19{width:100%}}._pagination_1vus8_1{display:flex;justify-content:center;align-items:center;margin-top:2rem}._pagination_container_1vus8_15{display:flex;gap:23px}._left_arrow_1vus8_25{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;background-color:#f7f7f7;height:45px;width:45px}._page_no_1vus8_47{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:18px;background-color:#f7f7f7;height:45px;width:auto;padding:8px 22px;gap:10px}._page_1vus8_47{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;height:28px;width:28px;font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:16px;color:#000}._right_arrow_1vus8_101{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;background-color:#f7f7f7;height:45px;width:45px}@media screen and (max-width: 375px){._pagination_1vus8_1{margin-top:1rem}._pagination_container_1vus8_15{width:auto;gap:19px}._left_arrow_1vus8_25{height:30px;width:30px}._left_arrow_1vus8_25 svg{width:6px}._right_arrow_1vus8_101{height:30px;width:30px}._right_arrow_1vus8_101 svg{width:6px}._page_no_1vus8_47{height:30px;width:auto;padding:5px 14px}._page_1vus8_47{height:18px;width:18px;font-size:10px;font-weight:400}}._att_bot_o7avt_1{display:flex;flex-direction:column;gap:30px;padding-bottom:150px}._bot_head_txt_o7avt_13{font-family:Inter;font-size:32px;font-weight:500;line-height:32px;color:#2b2b2b}._table_container_o7avt_31{display:flex;flex-direction:column;gap:20px}._table_emp_att_o7avt_41{border-spacing:0;border:1.08px solid #aeb0c3;width:100%}._table_emp_att_o7avt_41 th{border-bottom:1.08px solid #aeb0c3;width:225px;padding:16px 0;background:#e0e5f3;font-family:Inter;font-size:16px;font-weight:600;line-height:19.43px;color:#383842}._table_emp_att_o7avt_41 th:not(:first-child){border-left:1.08px solid #aeb0c3}._table_emp_att_o7avt_41 td:not(:first-child){border-left:1.08px solid #aeb0c3}._table_emp_att_o7avt_41 tr:not(:last-child) td{border-bottom:1.08px solid #aeb0c3}._table_emp_att_o7avt_41 td{text-align:center;padding:12px 0;font-family:Inter;font-size:15.12px;font-weight:500;line-height:21.59px;color:#383842}._mob_cards_layout_o7avt_117{display:none}@media only screen and (max-width: 1000px){._att_top_o7avt_127{padding-left:0;width:95%;margin:10px auto;gap:16px}._att_top_head_o7avt_139{gap:6px}._att_top_head_o7avt_139 h1{font-size:20px;line-height:28px}._att_top_head_o7avt_139 span{font-size:12px;line-height:14px}._att_top_body_o7avt_161{display:flex;flex-direction:column;align-items:center}._att_body_left_o7avt_171{width:100%;height:235px;padding:12px 22px}._att_body_right_o7avt_181{width:100%;height:106px;padding:12px 40px;display:flex;justify-content:space-around;align-items:center}._att_line_o7avt_197{display:none}._mark_txt_box_o7avt_203 h2{font-size:16px;line-height:19px}._mark_txt_box_o7avt_203 span{font-size:12px;line-height:14px}._date_att_o7avt_219{font-size:14px;line-height:16px}._att_btn_sec_o7avt_227 div{flex-direction:column}._att_bot_o7avt_1{width:95%;margin:0 auto;gap:16px}._bot_head_txt_o7avt_13{padding-left:0;font-size:16px;line-height:19px}}@media only screen and (max-width: 767px){._att_bot_o7avt_1{width:95%;margin:0 auto;gap:16px}._table_container_o7avt_31{gap:10px}._table_emp_att_o7avt_41{display:none}._mob_cards_layout_o7avt_117{display:flex;flex-direction:column;gap:8px}._card_container_o7avt_289{width:100%;padding:15px 30px;display:flex;flex-direction:column;gap:10px;border-radius:8px;border:1px solid #d7d7d7}._card_top_o7avt_307{display:flex;justify-content:space-between}._present_btn_o7avt_315{padding:4px 16px;border-radius:7px;background:#c1ffe5;font-family:Inter;font-size:12px;font-weight:400;line-height:14.52px;color:#000}._date_o7avt_219{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#2b2b2b}._card_bot_o7avt_349{display:flex;justify-content:space-between}._card_bot_left_o7avt_357{display:flex;flex-direction:column;gap:6px}._card_time_head_o7avt_367{font-family:Inter;font-size:12px;font-weight:600;line-height:14.52px;color:#7f7f7f}._card_time_o7avt_367{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#2b2b2b}._absent_btn_o7avt_395{background:#ffc1c1}}@media only screen and (max-width: 375px){._card_container_o7avt_289{padding:15px 12px}._date_o7avt_219,._card_time_o7avt_367{font-size:14px}}._filter_layout_1vr5s_1{display:flex;gap:30px}._filter_btn_1vr5s_13{padding:6px 40px;border-radius:16px;display:flex;gap:12px;align-items:center;box-shadow:0 4px 4px #00000040;position:relative;cursor:pointer}._filter_txt_1vr5s_33{font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;color:#2b2b2b}._sort_txt_1vr5s_47{font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;color:#0f0f0f;align-self:center}._drop_icon_1vr5s_63{width:20.08px;height:8.54px;transition:all .15s linear}._open_1vr5s_73{transform:rotate(180deg)}._filter_dropdown_1vr5s_81{width:206px;padding:12px 14px;display:flex;flex-direction:column;gap:20px;border-radius:10px;box-shadow:0 4px 15px #22222240;background:#fff;position:absolute;top:103%;left:0;z-index:80}._drop_btn_1vr5s_113{padding:8px 16px;border-radius:6px;box-shadow:0 4px 8.2px #7f7b7b40;font-family:Inter;font-size:10px;font-weight:500;line-height:12.1px;color:#2b2b2b;cursor:pointer}._drop_type_1vr5s_137{display:flex;flex-direction:column;gap:8px}._drop_type_head_1vr5s_149{font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;color:#353535}._each_input_label_1vr5s_165{display:flex;align-items:center;gap:10px}._each_input_label_1vr5s_165 input{width:18px;height:17px;border-radius:3px;border:1px solid #8b8b8b;accent-color:#f8f8f8}._each_input_label_1vr5s_165 input:checked{accent-color:#f8f8f8;border:1px solid #8b8b8b}._each_input_label_1vr5s_165 label{font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;color:#777}@media only screen and (max-width: 1000px){._filter_layout_1vr5s_1{padding-left:0}._filter_btn_1vr5s_13{height:27px;padding:0 13px;gap:6px}._filter_txt_1vr5s_33,._sort_txt_1vr5s_47{font-size:12px;line-height:14px}._each_input_label_1vr5s_165 input{width:12px;height:12px}._each_input_label_1vr5s_165 label{font-size:12px;line-height:14px}._filter_dropdown_1vr5s_81{width:140px;gap:16px;z-index:300;padding:8px 10px;left:-30%}._drop_type_head_1vr5s_149{font-size:14px;line-height:20px}._drop_btn_1vr5s_113{font-size:10px;padding:8px}._drop_icon_1vr5s_63{width:10px;height:10px}._att_right_top_1vr5s_303 p{font-size:20px;line-height:24px}}._layout_5llas_1{display:flex;flex-direction:column;align-items:center;gap:15px}._tag_5llas_15{height:40px;padding:6px 40px;border-radius:8px;background:#777;font-family:Helvetica;font-size:24px;font-weight:400;line-height:27.6px;color:#fff;text-align:center}._details_txt_5llas_47{font-family:Inter;font-size:12px;font-weight:300;line-height:14.52px;text-align:center;color:#000}@media only screen and (max-width: 767px){._layout_5llas_1{padding:0 6px}._tag_5llas_15{height:30px;font-size:16px;font-weight:400;line-height:18.4px}}@media only screen and (max-width: 350px){._tag_5llas_15{height:30px;font-size:12px;font-weight:400;line-height:18.4px}}._list_container_1v6bt_1{width:100%;height:auto;border-radius:6px;background:#fff;padding:16px 0}._table_1v6bt_17{width:100%;border-collapse:collapse}._table_1v6bt_17 thead{width:100%;height:50px;text-align:left;font-family:Inter;font-size:18px;font-weight:400;line-height:21.78px;color:#2b2b2b}._table_1v6bt_17 tbody{width:100%}._table_1v6bt_17 tbody tr:first-child td{padding-top:20px}._table_1v6bt_17 thead th{padding:20px;border-bottom:1px solid #cbcbcb}._table_1v6bt_17 tbody td{padding:20px;font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;color:#000;border-bottom:1px solid #cbcbcb}._table_1v6bt_17 th:first-child,._table_1v6bt_17 tbody td:first-child{width:180px;padding-left:60px}._table_1v6bt_17 th{width:80px}._table_1v6bt_17 th:last-child{width:100px}._emloyee_name_1v6bt_119{display:flex;align-items:center;font-family:Inter;font-size:16px;font-weight:500;line-height:19.36px;text-align:left;color:#2b2b2b}._view_btn_1v6bt_143{min-width:112px;height:33px;padding:8px 16px;border-radius:6px;border:2px solid #2446f5;cursor:pointer;font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;display:flex;align-items:center;color:#2446f5;background:none}._leave_1v6bt_179{display:flex;gap:4px;align-items:center}._leave_count_1v6bt_189{width:20px;height:20px;border-radius:50%;background-color:#ea1212;font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;color:#fff;display:flex;align-items:center;justify-content:center}._leave_count_1v6bt_189 span{transform:translateY(1px)}._view_req_1v6bt_225{display:flex;gap:4px;color:#ea1212}._view_req_1v6bt_225 ._dot_1v6bt_235{width:10px;height:10px;border-radius:50%;background:#ea1212;transform:translateY(3px)}@media only screen and (max-width: 1440px){._table_1v6bt_17 th:first-child,._table_1v6bt_17 tbody td:first-child{width:180px;padding-left:100px}}@media only screen and (max-width: 1326px){._table_1v6bt_17 th:first-child,._table_1v6bt_17 tbody td:first-child{width:180px;padding-left:50px}}@media only screen and (max-width: 1180px){._table_1v6bt_17 thead th,._table_1v6bt_17 tbody td{padding:10px}._view_btn_1v6bt_143{font-size:14px;text-wrap:nowrap}._table_1v6bt_17 thead{font-size:16px}}@media only screen and (max-width: 1000px){._list_container_1v6bt_1{height:100%}._table_1v6bt_17 thead,._hide_mob_1v6bt_325{display:none}._table_1v6bt_17 tbody td{padding:10px 0 10px 10px}._table_1v6bt_17 tbody td:first-child{width:auto;padding-left:20px}._table_1v6bt_17 tbody :nth-child(5){padding-left:42px;text-align:right}._table_1v6bt_17 thead{text-align:right}._view_btn_1v6bt_143{margin-right:20px;margin-left:auto;font-size:14px;line-height:16px;height:auto;width:auto}}._pop_background_1n10e_1{width:100vw;min-height:100vh;top:0;right:0;position:fixed;display:flex;align-items:center;justify-content:center;background:#00000040;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100}._xl_container_1n10e_29{min-width:320px;background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;position:relative}._image_input_cont_1n10e_51{width:100%;height:102px;padding:18px 3px;border-radius:12px;border:1px solid #777777;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}._label_1n10e_77{font-family:Inter;font-size:18px;font-weight:400;line-height:21.78px;color:#0243eb}._upload_icon_1n10e_91{width:65px;height:65px;border-radius:50%}._upload_text_1n10e_101{font-family:Inter;font-size:14px;font-weight:400;line-height:16.8px;letter-spacing:-.005em;color:#0ca912;text-decoration:underline;text-underline-offset:2px}._upload_area_1n10e_123{padding:16px 24px;border-radius:12px;background:#fff;border:1px solid #e4e7ec}._edit_area_1n10e_141{display:flex;flex-direction:column;align-items:center;gap:12p}._edit_area_1n10e_141 div:first-child{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#475467}._edit_area_1n10e_141 div:last-child{display:flex;flex-direction:column;gap:4px;font-family:Inter;font-size:12px;font-weight:400;line-height:18px;text-align:center;color:#475467}._link_1n10e_195{font-family:Inter;font-size:14px;font-weight:600;line-height:20px;color:#2d60ff;cursor:pointer}._upload_icon_1n10e_91{width:40px;height:40px;cursor:pointer}._delet_area_1n10e_223{display:flex;align-items:flex-start;gap:12px}._file_name_1n10e_233{width:250px;font-family:Inter;font-size:16px;font-weight:500;line-height:20px;color:#353535}._pagination_1k2yg_1{display:flex;justify-content:center;align-items:center;margin-top:1rem;margin-bottom:1rem}._pagination_container_1k2yg_17{display:flex;gap:23px}._left_arrow_1k2yg_27{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;background-color:#f7f7f7;height:45px;width:45px}._page_no_1k2yg_49{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:18px;background-color:#f7f7f7;height:45px;width:auto;padding:8px 22px;gap:10px}._page_1k2yg_49{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;height:28px;width:28px;font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:16px;color:#000}._right_arrow_1k2yg_103{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;background-color:#f7f7f7;height:45px;width:45px}@media screen and (max-width: 768px){._left_arrow_1k2yg_27{height:40px;width:40px}._left_arrow_1k2yg_27 svg{width:6px}._right_arrow_1k2yg_103{height:40px;width:40px}._right_arrow_1k2yg_103 svg{width:6px}._page_no_1k2yg_49{height:40px;width:auto;padding:5px 14px}._page_1k2yg_49{height:24px;width:24px;font-size:12px;font-weight:400}}@media screen and (max-width: 375px){._pagination_1k2yg_1{margin-top:1rem}._pagination_container_1k2yg_17{width:auto;gap:19px}._left_arrow_1k2yg_27{height:30px;width:30px}._left_arrow_1k2yg_27 svg{width:6px}._right_arrow_1k2yg_103{height:30px;width:30px}._right_arrow_1k2yg_103 svg{width:6px}._page_no_1k2yg_49{height:30px;width:auto;padding:5px 14px}._page_1k2yg_49{height:18px;width:18px;font-size:10px;font-weight:400}}._container_7ug6r_1{display:flex;flex-direction:column;justify-content:flex-start;flex:1 1 0;height:auto;padding:32px;max-width:1440px}._container_top_7ug6r_21{display:flex;width:100%;justify-content:space-between}._container_top_left_7ug6r_31{display:flex;gap:32px;align-items:center;justify-content:space-between;position:relative}._title_text_7ug6r_45{display:flex;font-family:Inter;font-weight:600;font-size:20px;color:#777;cursor:pointer}._border_bottom_7ug6r_63{position:absolute;bottom:0;border-bottom:4px solid #777777;width:100%}._container_top_right_7ug6r_75{display:flex;align-items:center;justify-content:flex-end;gap:16px;height:100%}._search_container_7ug6r_89{display:flex;align-items:center;box-shadow:0 4px 4px #00000040;border-radius:10px;height:52px;padding:0 0 0 22px;border:1px solid #e8e8e8}._search_container_7ug6r_89 input{border:none;outline:none;background:none;width:100%;font-family:Inter;font-size:18px;font-weight:500;color:#777;padding-left:20px;height:100%}._search_container_7ug6r_89 input::-moz-placeholder{color:#777;font-family:Inter;font-weight:500;font-size:18px}._search_container_7ug6r_89 input::placeholder{color:#777;font-family:Inter;font-weight:500;font-size:18px}._search_container_7ug6r_89 svg{cursor:pointer}._add_folder_btn_7ug6r_151{display:flex;align-items:center;justify-content:center;padding:12px 16px;background:#2446f5;border-radius:10px;font-family:Inter,sans-serif;font-weight:500;font-size:18px;color:#fff}._container_bottom_7ug6r_175{display:flex;flex-direction:column;gap:16px;width:100%;height:100%}._container_heading_7ug6r_189{display:flex;justify-content:space-between;width:100%;align-items:flex-end}._tab_heading_subheading_7ug6r_201{display:flex;flex-direction:column;width:100%;gap:24px}._tab_heading_7ug6r_201{font-family:Inter,sans-serif;font-weight:500;font-size:24px;align-content:baseline}._tab_subheading_7ug6r_227{font-family:Inter,sans-serif;font-weight:400;font-size:18px;color:#777}._folder_container_7ug6r_241{display:flex;align-items:center;padding:25px 18px;border-radius:6px;border:1px solid #dae3f8;width:50%;box-shadow:0 0 4px 4px #59595933;justify-content:space-between;cursor:pointer}._folder_detail_container_7ug6r_263{display:flex;gap:8px;cursor:pointer}._folder_name_container_7ug6r_273{display:flex;flex-direction:column;justify-content:center;line-height:normal;cursor:pointer}._folder_name_7ug6r_273{font-family:Inter,sans-serif;font-weight:400;font-size:20px;cursor:pointer}._folder_files_7ug6r_301{font-family:Inter,sans-serif;font-weight:400;font-size:12px;color:#8d8d8d;cursor:pointer}._three_dot_7ug6r_315{cursor:pointer}@media only screen and (max-width: 1326px){._container_7ug6r_1{padding:24px}._add_folder_btn_7ug6r_151{font-size:14px}._search_container_7ug6r_89{height:auto}._container_top_right_7ug6r_75{align-items:stretch}}@media (max-width: 1286px){._tab_heading_7ug6r_201{font-size:19px}._search_container_7ug6r_89{width:50%}._title_text_7ug6r_45{font-size:14px}}@media (max-width: 768px){._container_7ug6r_1{padding:0}._container_bottom_7ug6r_175{padding:4px 12px 13px}._container_heading_7ug6r_189{flex-direction:column;align-items:flex-start;padding:0;gap:8px}._search_container_7ug6r_89{height:100%;border-radius:16px;padding:0 0 0 12px;width:60%}._add_folder_btn_7ug6r_151{border-radius:16px;font-size:12px;padding:8px}._container_bottom_7ug6r_175{width:100%}._title_text_7ug6r_45{font-size:10px;padding:12px}._container_top_left_7ug6r_31{width:100%;justify-content:space-around}._tab_heading_7ug6r_201{font-size:20px}._tab_subheading_7ug6r_227{font-size:12px}._search_container_7ug6r_89 input::-moz-placeholder{font-size:12px}._search_container_7ug6r_89 input::placeholder{font-size:12px}._search_container_7ug6r_89 input{font-size:12px;padding-left:8px}._search_container_7ug6r_89 svg{height:9px;width:9px}._container_top_right_7ug6r_75{gap:8px;height:34px}._folder_container_7ug6r_241{width:100%;padding:12px}._save_btn_7ug6r_501{padding:8px 12px}._folder_name_7ug6r_273{font-size:16px}._container_top_7ug6r_21{margin-top:16px}}._comp_att_page_hf9a6_1{flex:1 1 0;display:flex;flex-direction:column;gap:30px;padding:12px 24px 30px}._att_bot_hf9a6_17{display:flex;flex-direction:column;gap:30px;padding-bottom:150px}._bot_head_txt_hf9a6_29{font-family:Inter;font-size:30px;font-weight:500;line-height:30px;color:#2b2b2b}._table_container_hf9a6_47{display:flex;flex-direction:column;gap:20px}._table_emp_att_hf9a6_57{border-spacing:0;border:1.08px solid #aeb0c3;width:100%}._table_emp_att_hf9a6_57 th{border-bottom:1.08px solid #aeb0c3;width:225px;padding:16px 0;background:#e0e5f3;font-family:Inter;font-size:16px;font-weight:600;line-height:19.43px;color:#383842}._table_emp_att_hf9a6_57 th:not(:first-child){border-left:1.08px solid #aeb0c3}._table_emp_att_hf9a6_57 td:not(:first-child){border-left:1.08px solid #aeb0c3}._table_emp_att_hf9a6_57 tr:not(:last-child) td{border-bottom:1.08px solid #aeb0c3}._table_emp_att_hf9a6_57 td{text-align:center;padding:12px 0;font-family:Inter;font-size:15.12px;font-weight:500;line-height:21.59px;color:#383842}._mob_cards_layout_hf9a6_133{display:none}._emp_name_hf9a6_139{font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;color:#000}._emp_des_hf9a6_153{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#777}._filter_out_hf9a6_169{font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;color:#0f0f0f}._data_select_hf9a6_185{font-size:16px;width:200px;height:31px;padding:6px 12px;border-radius:16px;border:1px solid #dedede;margin-left:6px}._des_txt_hf9a6_205{font-family:Inter;font-size:10px;font-weight:500;line-height:12px;color:#777}@media only screen and (max-width: 1000px){._att_top_hf9a6_223{padding-left:0;width:95%;margin:10px auto;gap:16px}._att_top_head_hf9a6_235{gap:6px}._att_top_head_hf9a6_235 h1{font-size:20px;line-height:28px}._att_top_head_hf9a6_235 span{font-size:12px;line-height:14px}._att_top_body_hf9a6_257{display:flex;flex-direction:column;align-items:center}._att_body_left_hf9a6_267{width:100%;height:235px;padding:12px 22px}._att_body_right_hf9a6_277{width:100%;height:106px;padding:12px 40px;display:flex;justify-content:space-around;align-items:center}._att_line_hf9a6_293{display:none}._mark_txt_box_hf9a6_299 h2{font-size:16px;line-height:19px}._mark_txt_box_hf9a6_299 span{font-size:12px;line-height:14px}._date_att_hf9a6_315{font-size:14px;line-height:16px}._att_btn_sec_hf9a6_323 div{flex-direction:column}._att_bot_hf9a6_17{width:95%;margin:0 auto;gap:16px}._bot_head_txt_hf9a6_29{padding-left:0;font-size:16px;line-height:19px}._filter_out_hf9a6_169{padding-left:0}._comp_att_page_hf9a6_1{padding-top:12px;gap:12px}}@media only screen and (max-width: 767px){._att_bot_hf9a6_17{width:100%;gap:16px}._table_container_hf9a6_47{gap:10px}._table_emp_att_hf9a6_57{display:none}._mob_cards_layout_hf9a6_133{display:flex;flex-direction:column;gap:8px}._comp_att_page_hf9a6_1{padding:12px}._card_container_hf9a6_405{width:100%;padding:15px;display:flex;flex-direction:column;gap:10px;border-radius:8px;border:1px solid #d7d7d7}._card_top_hf9a6_423{display:flex;justify-content:space-between}._present_btn_hf9a6_431{width:85px;height:23px;padding:4px 8px;border-radius:7px;font-family:Inter;font-size:12px;font-weight:400;line-height:14.52px;color:#000;background:#c1ffe5}._date_hf9a6_315{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#2b2b2b}._card_bot_hf9a6_469{display:flex;justify-content:space-between}._card_bot_left_hf9a6_477{display:flex;flex-direction:column;gap:6px}._card_time_head_hf9a6_487{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#7f7f7f}._card_time_hf9a6_487{font-family:Inter;font-size:16px;font-weight:600;line-height:19.36px;color:#2b2b2b}._absent_btn_hf9a6_515{background:#ffc1c1}}._btn_regularization_yb6io_1{width:263px;height:42px;padding:10px 16px;display:flex;align-items:center;justify-content:center;gap:11px;border-radius:7px;background-color:#0243eb;font-family:Inter;font-size:18px;font-weight:600;line-height:21.78px;color:#fff;transition:all .15s linear}._btn_regularization_yb6io_1:hover{opacity:.85}._btn_regularization_yb6io_1 img{width:24.71px;height:22.35px}@media only screen and (max-width: 767px){._btn_regularization_yb6io_1{height:auto;width:auto;padding:6px 12px;gap:6px;font-size:12px;line-height:150%}._btn_regularization_yb6io_1 img{width:16px;height:16px}}._updated_txt_jbop5_1{font-family:Inter;font-size:20px;font-weight:500;line-height:20px;color:#000}._head_txt_jbop5_17{font-family:Helvetica;font-size:36px;font-weight:400;line-height:41.4px;color:#000}._form_container_jbop5_33{width:763px;padding:24px 16px;display:flex;flex-direction:column;gap:10px;border-radius:6px;background:#fafafa;border:1px solid #dae3f8;box-shadow:2px 2px 4px #59595933;box-shadow:-2px 0 4px #59595933}._each_label_input_jbop5_61{display:flex;flex-direction:column;gap:10px}._each_label_jbop5_61{font-family:Inter;font-size:14px;font-weight:500;line-height:20px;color:#344054}._each_input_jbop5_85{width:100%;height:44px;padding:10px 14px;border-radius:8px;border:1px solid #ebebeb;box-shadow:0 1px 2px #1018280d;font-family:Inter;font-size:16px;font-weight:400;line-height:24px}._each_input_jbop5_85:focus{outline:1px solid #2563eb}._each_input_jbop5_85::-moz-placeholder{font-family:Inter;font-size:16px;font-weight:400;line-height:24px;color:#777}._each_input_jbop5_85::placeholder,._not_selected_jbop5_127{font-family:Inter;font-size:16px;font-weight:400;line-height:24px;color:#777}._textarea_jbop5_141{height:126px;resize:none}._dropzone_container_jbop5_149{height:158px;padding:16px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;border-radius:12px;background:#fff;border:1px solid #e4e7ec}._logo_txt_jbop5_171{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#475467}._upload_icon_jbop5_185{width:40px;height:40px;cursor:pointer}._bot_txt_jbop5_195{display:flex;flex-direction:column;align-items:center;gap:4px}._bot_txt_top_jbop5_207{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#475467}._bot_txt_bot_jbop5_221{font-family:Inter;font-size:12px;font-weight:400;line-height:18px;text-align:center;color:#475467}._btn_container_jbop5_237{width:100%;display:flex;justify-content:flex-start;gap:10px}._submit_btn_jbop5_251{width:175px;height:44px;padding:10px 18px;border-radius:6px;background:#b3b3b3;border:none;box-shadow:0 1px 2px #1018280d;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;color:#fff;cursor:pointer}._cancel_btn_jbop5_283{background:none;border:1px solid #b3b3b3;color:#000}._submit_btn_jbop5_251._active_jbop5_293{background:#2563eb;box-shadow:0 1px 2px #1018280d}._drop_down_arrow_jbop5_301{transition:all .15s linear}._slecet_gap_jbop5_319{display:flex;align-items:center;justify-content:space-between;position:relative;background:#fff}._drop_down_jbop5_301{width:100%;border-radius:8px;background:#fff;border:1px solid #d8d8d8;box-shadow:0 4px 4px #6e6e6e40}._each_option_jbop5_359{height:45px;text-align:center;display:flex;align-items:center;justify-content:center;z-index:100;overflow:hidden}._each_option_jbop5_359:first-child{border-radius:8px 8px 0 0}._each_option_jbop5_359:hover{background:#d8d8d8;overflow:hidden}._each_option_jbop5_359:not(:last-child){border-bottom:1px solid #d8d8d8}._active_drop_jbop5_399{color:#2563eb}._rotate_jbop5_405{transform:rotate(180deg)}._err_msg_jbop5_411{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#dd6363}._upload_txt_jbop5_425{font-weight:600;color:#2d60ff;cursor:pointer}._image_preview_jbop5_435{width:100%;height:92px;display:flex;align-items:flex-start;gap:12px;background:#fff}._file_mid_jbop5_451{flex:1 1 0}._file_mid_jbop5_451 div:first-child{font-family:Inter;font-size:16px;font-weight:500;line-height:20px;color:#353535}._file_mid_jbop5_451 div:last-child{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#989692}._file_icon_jbop5_485{width:20px;height:20px;transform:translateY(4px)}._delet_icon_jbop5_495{height:32px;width:32px;cursor:pointer}._checkbox_txt_jbop5_505{font-family:Inter;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#000}._sub_txt_jbop5_521{font-family:Inter;font-size:12px;font-weight:400;line-height:20px;text-align:left;color:#344054}@media only screen and (max-width: 800px){._page_layout_jbop5_539{padding-top:20px}._head_txt_jbop5_17{font-size:22px;font-weight:400;line-height:25.3px}._form_outer_jbop5_555{width:90%;gap:16px}._form_container_jbop5_33{width:100%;padding:12px 10px;gap:8px}._each_label_input_jbop5_61{gap:6px}._each_label_jbop5_61{font-size:12px;font-weight:500;line-height:16px}._each_input_jbop5_85{height:38px;font-size:14px;font-weight:400;line-height:18px}._each_input_jbop5_85::-moz-placeholder{font-size:14px;font-weight:400;line-height:18px}._each_input_jbop5_85::placeholder{font-size:14px;font-weight:400;line-height:18px}._textarea_jbop5_141{height:100px}._dropzone_container_jbop5_149{height:180px;gap:16px}._hide_mob_jbop5_631{display:none}._submit_btn_jbop5_251{width:100%;height:36px;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600;line-height:24px}._drop_down_arrow_jbop5_301{width:12px}._err_msg_jbop5_411{font-size:8px;font-weight:500;line-height:9.68px}._file_icon_jbop5_485{width:16px;height:16px}._delet_icon_jbop5_495{width:20px;height:20px}._file_mid_jbop5_451 div:first-child{font-size:14px;font-weight:500;line-height:20px}._file_mid_jbop5_451 div:last-child{font-size:12px;font-weight:400;line-height:20px}._image_preview_jbop5_435{height:70px}}._container_8pqwg_1{display:flex;width:100%;flex-direction:row;padding:38px 48px 28px;gap:24px}._left_container_8pqwg_19{display:flex;flex-direction:column;gap:20px;width:64%}._top_container_8pqwg_35{display:flex;flex-direction:column}._name_8pqwg_45{font-size:24px;font-weight:500;font-family:Inter,"sans-serif";color:#595959}._greeting_8pqwg_57{font-size:32px;font-weight:500;font-family:Inter,"sans-serif";color:#000}._bottom_container_8pqwg_71{display:flex;flex-direction:column;gap:32px}._bottom_top_8pqwg_83{display:flex;gap:clamp(12px,2vw,54px)}._attendance_container_8pqwg_93{display:flex;flex-direction:column;border:1px solid #d7d7d7;border-radius:6px;padding:16px 36px;width:-moz-max-content;width:max-content;justify-content:space-between;gap:5px}._attendance_8pqwg_93{display:flex;flex-direction:column;gap:8px}._attendance_label_container_8pqwg_129{display:flex;flex-direction:column}._label_title_8pqwg_139{font-family:Inter,"sans-serif";font-weight:500;font-size:24px;color:#000}._label_subtitle_8pqwg_151{font-size:16px;font-weight:600;color:#8b8b8b}._attendance_btn_container_8pqwg_163{display:flex;flex-direction:row;gap:10px}._date_8pqwg_175{color:#8b8b8b;font-size:24px;font-family:Inter,"sans-serif";font-weight:500}._attendance_btn_8pqwg_163{justify-content:center;align-items:center;border:1px solid;border-radius:6px;font-family:Inter,"sans-serif";font-weight:500;padding:9px 36px;font-size:14px;white-space:nowrap}._attendance_info_8pqwg_217{font-size:12px;font-family:Inter,"sans-serif";font-weight:400;line-height:14px;color:#505050;max-width:332px}._leaves_container_8pqwg_233{display:flex;flex-direction:column;align-items:center;border:1px solid #d7d7d7;border-radius:6px;width:320px;padding:12px 28px 16px;gap:24px}._leave_details_container_8pqwg_253{display:flex;flex-direction:column;align-items:center;gap:20px}._leave_title_8pqwg_267{font-size:24px;font-weight:500;font-family:Inter,"sans-serif";color:#000}._leave_details_8pqwg_253{display:flex;flex-direction:column;gap:5px}._leave_data_8pqwg_291{display:flex;gap:28px;align-items:center}._leave_details_title_8pqwg_301{color:#777;font-size:14px;font-family:Inter,"sans-serif";font-weight:500}._leave_details_subtitle_8pqwg_315{color:#000;font-size:16px;font-family:Inter,"sans-serif";font-weight:500}._leave_status_8pqwg_329{display:flex;width:100%;align-items:center;gap:8px}._leave_status_title_8pqwg_343{color:#777;font-size:18px;font-family:Inter,"sans-serif";font-weight:500}._leave_status_subtitle_8pqwg_357{color:#000;font-size:18px;font-family:Inter,"sans-serif";font-weight:500}._bottom_mid_8pqwg_371,._bottom_bottom_8pqwg_383{display:flex;flex-direction:column;gap:24px}._bottom_mid_title_8pqwg_395{font-size:24px;font-weight:500;font-family:Inter,"sans-serif";color:#000}._bottom_mid_card_container_8pqwg_407{display:flex;flex-wrap:wrap;max-width:750px;gap:16px}._time_card_container_8pqwg_419,._bottom_card_container_8pqwg_433{display:flex;flex-wrap:wrap;max-width:750px;gap:36px}._bottom_mid_card_8pqwg_407{display:flex;flex-direction:column;border:1px solid #d7d7d7;border-radius:6px;padding:12px 24px;align-items:center;gap:3px;background-color:#f7f7f7;width:216px}._mid_card_month_8pqwg_471{font-size:10px;font-family:Inter,"sans-serif";font-weight:500;color:#8b8b8b}._mid_card_data_8pqwg_483{display:flex;flex-direction:column;align-items:center;gap:15px}._time_container_8pqwg_497{display:flex;flex-direction:column;border:1px solid #d7d7d7;border-radius:6px;padding:12px 24px;align-items:center;gap:3px;background-color:#f7f7f7;width:216px}._leave_type_title_8pqwg_521{font-family:Inter,"sans-serif";font-size:14px;font-weight:500;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:center}._leaves_data_8pqwg_545{display:flex;gap:8px}._leaves_count_8pqwg_555{display:flex;flex-direction:column;align-items:center;gap:4px}._leaves_count_title_8pqwg_569{font-family:Inter,"sans-serif";font-size:18px;font-weight:600;color:#000}._count_info_8pqwg_583{font-family:Inter,"sans-serif";font-size:10px;font-weight:500;color:#8b8b8b}._check_in_8pqwg_595,._check_out_8pqwg_607{font-size:14px;font-weight:600;font-family:Inter,"sans-serif";color:#000}._check_in_time_8pqwg_621,._check_out_time_8pqwg_635{font-size:18px;font-weight:600;font-family:Inter,"sans-serif";color:#000}._right_container_8pqwg_649{height:auto;display:flex;flex-direction:column;gap:32px}._events_info_8pqwg_669,._holidays_info_8pqwg_683{display:flex;flex-direction:column;border:1px solid #d7d7d7;border-radius:6px;width:100%}._emp_info_8pqwg_701{display:flex;flex-direction:column;gap:20px;border:1px solid #d7d7d7;border-radius:6px;padding:26px 24px;width:100%}._emp_basic_info_8pqwg_721{display:flex;flex-direction:column;gap:16px;width:100%}@media screen and (max-width: 1440px){._bottom_top_8pqwg_83{flex-direction:row}._container_8pqwg_1{padding:16px 12px}._emp_info_8pqwg_701{align-self:end}}@media (max-width: 1300px){._container_8pqwg_1{padding:16px 12px;gap:12px}._right_container_8pqwg_649{width:36%}._label_title_8pqwg_139{font-size:22px}._attendance_container_8pqwg_93{padding:24px 20px}}@media screen and (max-width: 1200px){._bottom_top_8pqwg_83{flex-direction:column}._attendance_container_8pqwg_93,._leaves_container_8pqwg_233{width:60%}}@media (max-width: 1024px){._container_8pqwg_1{padding:28px 38px 18px}._right_container_8pqwg_649{width:40%;gap:12px}._left_container_8pqwg_19{width:70%}._greeting_8pqwg_57{font-size:28px}._name_8pqwg_45{font-size:20px}._bottom_top_8pqwg_83{flex-direction:row}._attendance_container_8pqwg_93{max-width:-moz-max-content;max-width:max-content}._bottom_mid_card_container_8pqwg_407{max-width:100%}._bottom_mid_card_8pqwg_407{width:45%}._emp_info_8pqwg_701{width:100%}}@media screen and (max-width: 998px){._left_container_8pqwg_19{width:60%}._right_container_8pqwg_649{width:40%}._bottom_top_8pqwg_83{flex-direction:column}._attendance_container_8pqwg_93{width:100%}._leaves_container_8pqwg_233{width:100%;max-width:376px}}@media (max-width: 768px){._container_8pqwg_1{padding:10px 8px;margin-bottom:48px;flex-direction:column-reverse;align-items:center}._top_container_8pqwg_35{display:none}._right_container_8pqwg_649{width:100%;align-items:center}._emp_info_8pqwg_701{width:420px;padding:20px 8% 12px;align-self:center;width:90%}._greeting_8pqwg_57{font-size:24px}._bottom_mid_8pqwg_371{border:1px solid #d7d7d7;border-radius:6px;align-items:center;padding:12px 0 20px;gap:8px}._name_8pqwg_45{font-size:18px}._attendance_btn_container_8pqwg_163{flex-direction:column;width:100%}._left_container_8pqwg_19{width:100%;gap:0}._attendance_btn_8pqwg_163{padding:8px 28px;font-size:12px}._attendance_container_8pqwg_93{width:90%;max-width:none}._bottom_top_8pqwg_83{align-items:center}._attendance_info_8pqwg_217{font-size:10px;max-width:none}._label_title_8pqwg_139{font-size:20px}._label_subtitle_8pqwg_151{font-size:12px}._date_8pqwg_175{font-size:16px}._leaves_container_8pqwg_233{width:80%}._leave_title_8pqwg_267{font-size:20px}._leave_details_title_8pqwg_301{font-size:12px}._leave_details_subtitle_8pqwg_315{font-size:14px}._leave_status_title_8pqwg_343,._leave_status_subtitle_8pqwg_357{font-size:16px}._bottom_mid_title_8pqwg_395{font-size:20px}._mid_card_month_8pqwg_471{font-size:8px}._leave_status_8pqwg_329{width:182px}._leave_status_title_8pqwg_343{font-size:12px}._leave_details_container_8pqwg_253{gap:8px}._leaves_count_8pqwg_555{font-size:16px}._count_info_8pqwg_583{font-size:8px}._attendance_container_8pqwg_93{padding:12px 22px}._leaves_container_8pqwg_233{padding:12px 20px;gap:12px;width:90%;max-width:none}._bottom_mid_card_8pqwg_407{width:137px;justify-content:space-between;padding:4px 8px}._time_container_8pqwg_497{width:137px;padding:4px 8px}._bottom_mid_card_container_8pqwg_407{gap:8px;align-items:stretch;padding-left:10px;padding-right:10px}._time_card_container_8pqwg_419,._bottom_card_container_8pqwg_433{gap:8px}._mid_card_data_8pqwg_483{gap:4px}._bottom_bottom_8pqwg_383{border:1px solid #d7d7d7;border-radius:6px;gap:8px;align-items:center;padding:12px 0 18px}._check_in_8pqwg_595,._check_out_8pqwg_607{font-size:12px}._bottom_container_8pqwg_71{gap:12px}._leave_type_title_8pqwg_521{font-size:12px;line-height:14px}}@media screen and (max-width: 480px){._emp_info_8pqwg_701,._attendance_container_8pqwg_93,._leaves_container_8pqwg_233{width:100%}._bottom_mid_card_8pqwg_407{width:48%}}._popup_background_1567s_1{position:fixed;width:100%;min-height:100vh;overflow-y:auto;display:flex;justify-content:center;background:#0000003f;padding-top:30px;padding-bottom:50px;top:0;left:0;bottom:0;z-index:50}._form_container_1567s_33{width:763px;padding:24px 16px;display:flex;flex-direction:column;gap:10px;border-radius:6px;background:#fafafa;border:1px solid #dae3f8;box-shadow:2px 2px 4px #59595933;box-shadow:-2px 0 4px #59595933;position:absolute;z-index:101;margin-bottom:20px}._form_outer_1567s_65{width:832px;display:flex;flex-direction:column;align-items:center;gap:32px}._head_txt_1567s_83{font-family:Helvetica;font-size:36px;font-weight:400;line-height:41.4px;color:#000}._form_container_1567s_33{width:763px;padding:24px 16px;display:flex;flex-direction:column;gap:10px;border-radius:6px;background:#fafafa;border:1px solid #dae3f8;box-shadow:2px 2px 4px #59595933;box-shadow:-2px 0 4px #59595933}._each_label_input_1567s_127{display:flex;flex-direction:column;gap:10px}._each_label_1567s_127{font-family:Inter;font-size:14px;font-weight:500;line-height:20px;color:#344054}._each_input_1567s_151{width:100%;height:44px;padding:10px 14px;border-radius:8px;border:1px solid #ebebeb;box-shadow:0 1px 2px #1018280d;font-family:Inter;font-size:16px;font-weight:400;line-height:24px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._each_input_1567s_151:focus{outline:1px solid #2563eb}._each_input_1567s_151::-moz-placeholder{font-family:Inter;font-size:16px;font-weight:400;line-height:24px;color:#777}._each_input_1567s_151::placeholder,._not_selected_1567s_193{font-family:Inter;font-size:16px;font-weight:400;line-height:24px;color:#777}._textarea_1567s_207{height:126px;resize:none}._dropzone_container_1567s_215{height:158px;padding:16px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;border-radius:12px;background:#fff;border:1px solid #e4e7ec}._logo_txt_1567s_237{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#475467}._upload_icon_1567s_251{width:40px;height:40px;cursor:pointer}._bot_txt_1567s_261{display:flex;flex-direction:column;align-items:center;gap:4px}._bot_txt_top_1567s_273{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#475467}._bot_txt_bot_1567s_287{font-family:Inter;font-size:12px;font-weight:400;line-height:18px;text-align:center;color:#475467}._btn_container_1567s_303{width:100%;display:flex;justify-content:flex-end}._submit_btn_1567s_315{width:175px;height:44px;padding:10px 18px;border-radius:6px;background:#b3b3b3;border:none;box-shadow:0 1px 2px #1018280d;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;color:#fff;cursor:pointer}._submit_btn_1567s_315._active_1567s_347{background:#2563eb;box-shadow:0 1px 2px #1018280d}._drop_down_arrow_1567s_355{transition:all .15s linear}._slecet_gap_1567s_373{display:flex;align-items:center;justify-content:space-between;position:relative;background:#fff}._drop_down_1567s_355{width:100%;border-radius:8px;background:#fff;border:1px solid #d8d8d8;box-shadow:0 4px 4px #6e6e6e40}._each_option_1567s_413{height:45px;text-align:center;display:flex;align-items:center;justify-content:center;z-index:100;overflow:hidden}._each_option_1567s_413:first-child{border-radius:8px 8px 0 0}._each_option_1567s_413:hover{background:#d8d8d8;overflow:hidden}._each_option_1567s_413:not(:last-child){border-bottom:1px solid #d8d8d8}._active_drop_1567s_453{color:#2563eb}._rotate_1567s_459{transform:rotate(180deg)}._err_msg_1567s_465{font-family:Inter;font-size:12px;font-weight:500;line-height:14.52px;color:#dd6363}._upload_txt_1567s_479{font-weight:600;color:#2d60ff;cursor:pointer}._image_preview_1567s_489{width:100%;height:92px;display:flex;align-items:flex-start;gap:12px;background:#fff}._file_mid_1567s_505{flex:1 1 0}._file_mid_1567s_505 div:first-child{font-family:Inter;font-size:16px;font-weight:500;line-height:20px;color:#353535}._file_mid_1567s_505 div:last-child{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#989692}._file_icon_1567s_539{width:20px;height:20px;transform:translateY(4px)}._delet_icon_1567s_549{height:32px;width:32px;cursor:pointer}._help_txt_leave_1567s_559{font-family:Inter;font-size:10px;font-weight:400;line-height:18px;color:#595959}@media only screen and (max-width: 800px){._popup_background_1567s_1{align-items:center;min-height:100dvh}._page_layout_1567s_585{padding-top:20px}._head_txt_1567s_83{font-size:22px;font-weight:400;line-height:25.3px}._form_outer_1567s_65{width:90%;gap:16px}._form_container_1567s_33{width:97%;padding:12px 10px;gap:8px}._each_label_input_1567s_127{gap:6px}._each_label_1567s_127{font-size:12px;font-weight:500;line-height:16px}._each_input_1567s_151{height:38px;font-size:14px;font-weight:400;line-height:18px}._each_input_1567s_151::-moz-placeholder{font-size:14px;font-weight:400;line-height:18px}._each_input_1567s_151::placeholder{font-size:14px;font-weight:400;line-height:18px}._textarea_1567s_207{height:100px}._dropzone_container_1567s_215{height:180px;gap:16px}._hide_mob_1567s_677{display:none}._submit_btn_1567s_315{width:100%;height:36px;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600;line-height:24px}._drop_down_arrow_1567s_355{width:12px}._err_msg_1567s_465{font-size:8px;font-weight:500;line-height:9.68px}._file_icon_1567s_539{width:16px;height:16px}._delet_icon_1567s_549{width:20px;height:20px}._file_mid_1567s_505 div:first-child{font-size:14px;font-weight:500;line-height:20px}._file_mid_1567s_505 div:last-child{font-size:12px;font-weight:400;line-height:20px}._image_preview_1567s_489{height:70px}}._compensation_btn_1omw7_1{display:flex;align-items:center;justify-content:center;border:2px solid #2446f5;border-radius:6px;font-family:Inter,"sans-serif";font-size:20px;font-weight:500;color:#2446f5;padding:8px 12px}._apply_leave_btn_1omw7_25{display:flex;align-items:center;justify-content:center;border-radius:6px;font-family:Inter,"sans-serif";font-size:20px;font-weight:500;color:#fff;padding:8px 12px;background-color:#2446f5}._leave_page_heading_1omw7_51{font-family:Inter,"sans-serif";font-size:32px;font-weight:600;color:#000}._leave_page_subheading_1omw7_67{display:none}._leave_btn_container_1omw7_75{display:flex;gap:20px;align-items:center;justify-content:center}._apply_for_leave_1omw7_89{display:none;font-size:20px;font-family:Inter,"sans-serif";font-weight:500;color:#000}._title_container_1omw7_105{display:flex;justify-content:space-between;align-items:center}._leave_container_1omw7_115{display:flex;gap:20px}._pagination_1omw7_125{display:flex;justify-content:center;align-items:center}._pagination_container_1omw7_137{display:flex;gap:23px}._left_arrow_1omw7_147{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;background-color:#f7f7f7;height:45px;width:45px}._page_no_1omw7_169{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:18px;background-color:#f7f7f7;height:45px;width:auto;padding:8px 22px;gap:10px}._page_1omw7_169{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;height:28px;width:28px;font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:16px;color:#000}._right_arrow_1omw7_223{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;background-color:#f7f7f7;height:45px;width:45px}@media screen and (max-width: 768px){._left_arrow_1omw7_147{height:40px;width:40px}._left_arrow_1omw7_147 svg{width:6px}._right_arrow_1omw7_223{height:40px;width:40px}._right_arrow_1omw7_223 svg{width:6px}._page_no_1omw7_169{height:40px;width:auto;padding:5px 14px}._page_1omw7_169{height:24px;width:24px;font-size:12px;font-weight:400}}@media screen and (max-width: 375px){._pagination_container_1omw7_137{width:auto;gap:19px}._left_arrow_1omw7_147{height:30px;width:30px}._left_arrow_1omw7_147 svg{width:6px}._right_arrow_1omw7_223{height:30px;width:30px}._right_arrow_1omw7_223 svg{width:6px}._page_no_1omw7_169{height:30px;width:auto;padding:5px 14px}._page_1omw7_169{height:18px;width:18px;font-size:10px;font-weight:400}}@media screen and (max-width: 1320px){._leave_page_heading_1omw7_51{font-size:28px}}@media screen and (max-width: 1024px){._compensation_btn_1omw7_1,._apply_leave_btn_1omw7_25{font-size:18px}._leave_page_heading_1omw7_51{font-size:24px}}@media screen and (max-width: 768px){._leave_page_heading_1omw7_51{font-size:20px;line-height:150%}._compensation_btn_1omw7_1,._apply_leave_btn_1omw7_25{font-size:16px}._title_container_1omw7_105{gap:16px}}@media screen and (max-width: 480px){._leave_btn_container_1omw7_75{flex-direction:column-reverse;width:100%;gap:8px}._leave_container_1omw7_115{flex-direction:column;width:100%;align-items:center;border:1px solid #d7d7d7;border-radius:6px;padding:12px 16px}._title_container_1omw7_105{flex-direction:column;align-items:flex-start}._leave_page_subheading_1omw7_67{display:block}._apply_leave_btn_1omw7_25,._compensation_btn_1omw7_1{width:100%}._apply_for_leave_1omw7_89{display:block}}@media screen and (max-width: 375px){._compensation_btn_1omw7_1,._apply_leave_btn_1omw7_25{font-size:16px}._apply_for_leave_1omw7_89{font-size:20px}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]{-webkit-appearance:none;margin:0;-moz-appearance:textfield!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 376px){.container{max-width:376px}}@media (min-width: 600px){.container{max-width:600px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 767px){.container{max-width:767px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 850px){.container{max-width:850px}}@media (min-width: 1000px){.container{max-width:1000px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1168px){.container{max-width:1168px}}@media (min-width: 1200px){.container{max-width:1200px}}@media (min-width: 1232px){.container{max-width:1232px}}@media (min-width: 1250px){.container{max-width:1250px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1350px){.container{max-width:1350px}}@media (min-width: 1400px){.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.inset-x-0{left:0;right:0}.-bottom-12{bottom:-3rem}.-bottom-\[72px\]{bottom:-72px}.-left-32{left:-8rem}.-left-\[16px\]{left:-16px}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-\[4\%\]{bottom:4%}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-2{left:.5rem}.left-3{left:.75rem}.left-\[-50\%\]{left:-50%}.left-\[40\%\]{left:40%}.left-\[4px\]{left:4px}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-4{right:1rem}.top-0{top:0}.top-16{top:4rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-4{top:1rem}.top-8{top:2rem}.top-\[100\%\]{top:100%}.top-\[100px\]{top:100px}.top-\[102\%\]{top:102%}.top-\[105\%\]{top:105%}.top-\[110\%\]{top:110%}.top-\[25\%\]{top:25%}.top-\[40\%\]{top:40%}.top-\[50\%\]{top:50%}.top-\[80\%\]{top:80%}.top-full{top:100%}.-z-0{z-index:0}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[200\]{z-index:200}.z-\[999\]{z-index:999}.col-span-2{grid-column:span 2 / span 2}.col-span-4{grid-column:span 4 / span 4}.m-\[0_auto\]{margin:0 auto}.m-\[50px_auto\]{margin:50px auto}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.\!mb-5{margin-bottom:1.25rem!important}.\!ml-0{margin-left:0!important}.-mt-4{margin-top:-1rem}.-mt-8{margin-top:-2rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-\[50px\]{margin-bottom:50px}.mb-\[64px\]{margin-bottom:64px}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.list-item{display:list-item}.\!hidden{display:none!important}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.\!h-auto{height:auto!important}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[0\.389375rem\]{height:.389375rem}.h-\[100\%\]{height:100%}.h-\[102\%\]{height:102%}.h-\[10px\]{height:10px}.h-\[120px\]{height:120px}.h-\[14px\]{height:14px}.h-\[15px\]{height:15px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[25px\]{height:25px}.h-\[26px\]{height:26px}.h-\[27px\]{height:27px}.h-\[30px\]{height:30px}.h-\[31px\]{height:31px}.h-\[32px\]{height:32px}.h-\[37px\]{height:37px}.h-\[38px\]{height:38px}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-\[50px\]{height:50px}.h-\[50vh\]{height:50vh}.h-\[54px\]{height:54px}.h-\[56px\]{height:56px}.h-\[60vh\]{height:60vh}.h-\[6px\]{height:6px}.h-\[70vh\]{height:70vh}.h-\[77px\]{height:77px}.h-\[90\%\]{height:90%}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-96{max-height:24rem}.max-h-\[100px\]{max-height:100px}.max-h-\[150px\]{max-height:150px}.max-h-\[200px\]{max-height:200px}.max-h-\[300px\]{max-height:300px}.max-h-\[60vh\]{max-height:60vh}.min-h-20{min-height:5rem}.min-h-\[100vh\]{min-height:100vh}.min-h-\[140px\]{min-height:140px}.min-h-\[260px\]{min-height:260px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.\!w-14{width:3.5rem!important}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!w-full{width:100%!important}.\!w-max{width:-moz-max-content!important;width:max-content!important}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[104px\]{width:104px}.w-\[107px\]{width:107px}.w-\[10px\]{width:10px}.w-\[112px\]{width:112px}.w-\[11px\]{width:11px}.w-\[120px\]{width:120px}.w-\[124px\]{width:124px}.w-\[130px\]{width:130px}.w-\[136px\]{width:136px}.w-\[13px\]{width:13px}.w-\[146px\]{width:146px}.w-\[148px\]{width:148px}.w-\[149px\]{width:149px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[154px\]{width:154px}.w-\[158px\]{width:158px}.w-\[15px\]{width:15px}.w-\[160px\]{width:160px}.w-\[16px\]{width:16px}.w-\[180px\]{width:180px}.w-\[18px\]{width:18px}.w-\[200px\]{width:200px}.w-\[202px\]{width:202px}.w-\[20px\]{width:20px}.w-\[222px\]{width:222px}.w-\[240px\]{width:240px}.w-\[25\%\]{width:25%}.w-\[260px\]{width:260px}.w-\[285px\]{width:285px}.w-\[290px\]{width:290px}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[368px\]{width:368px}.w-\[37px\]{width:37px}.w-\[40\%\]{width:40%}.w-\[400px\]{width:400px}.w-\[430px\]{width:430px}.w-\[442px\]{width:442px}.w-\[50\%\]{width:50%}.w-\[50px\]{width:50px}.w-\[56px\]{width:56px}.w-\[60px\]{width:60px}.w-\[64px\]{width:64px}.w-\[72px\]{width:72px}.w-\[74px\]{width:74px}.w-\[77px\]{width:77px}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[82px\]{width:82px}.w-\[90\%\]{width:90%}.w-\[90px\]{width:90px}.w-\[95\%\]{width:95%}.w-\[96\%\]{width:96%}.w-\[97px\]{width:97px}.w-\[98px\]{width:98px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-\[102px\]{min-width:102px}.min-w-\[148px\]{min-width:148px}.min-w-\[200px\]{min-width:200px}.min-w-\[45\%\]{min-width:45%}.min-w-\[800px\]{min-width:800px}.min-w-\[80px\]{min-width:80px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[90px\]{min-width:90px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[100\%\]{max-width:100%}.max-w-\[1124px\]{max-width:1124px}.max-w-\[140px\]{max-width:140px}.max-w-\[148px\]{max-width:148px}.max-w-\[220px\]{max-width:220px}.max-w-\[274px\]{max-width:274px}.max-w-\[282px\]{max-width:282px}.max-w-\[420px\]{max-width:420px}.max-w-\[640px\]{max-width:640px}.max-w-\[732px\]{max-width:732px}.max-w-\[788px\]{max-width:788px}.max-w-\[80px\]{max-width:80px}.max-w-\[90\%\]{max-width:90%}.max-w-\[900px\]{max-width:900px}.max-w-\[calc\(100\%-30px\)\]{max-width:calc(100% - 30px)}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-screen-scr1350{max-width:1350px}.max-w-screen-xl{max-width:1280px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.-translate-x-1\/2,.-translate-x-\[50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-25\%\]{--tw-translate-x: -25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-10\%\]{--tw-translate-y: -10%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-25\%\]{--tw-translate-y: -25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[20\%\]{--tw-translate-y: 20%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[50\%\]{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180,.rotate-\[180deg\]{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fadeInDown{0%{display:none;opacity:0;transform:translateY(-20px)}to{display:block;opacity:1;transform:translateY(0)}}.animate-fadeInDown{animation:fadeInDown .3s ease-out forwards}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.animate-fadeInOut{animation:fadeInOut 2s ease-in-out}@keyframes fadeOutUp{0%{display:block;opacity:1;transform:translateY(0)}to{display:none;opacity:0;transform:translateY(-20px)}}.animate-fadeOutUp{animation:fadeOutUp .3s ease-in forwards}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-start{justify-items:start}.\!gap-0{gap:0px!important}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-\[10px\]{gap:10px}.gap-\[11px\]{gap:11px}.gap-\[12px\]{gap:12px}.gap-\[13px\]{gap:13px}.gap-\[16px\]{gap:16px}.gap-\[18px\]{gap:18px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[26px\]{gap:26px}.gap-\[2px\]{gap:2px}.gap-\[30px\]{gap:30px}.gap-\[32px\]{gap:32px}.gap-\[36px\]{gap:36px}.gap-\[37px\]{gap:37px}.gap-\[38px\]{gap:38px}.gap-\[40px\]{gap:40px}.gap-\[44px\]{gap:44px}.gap-\[48px\]{gap:48px}.gap-\[4px\]{gap:4px}.gap-\[54px\]{gap:54px}.gap-\[5px\]{gap:5px}.gap-\[6px\]{gap:6px}.gap-\[7\.05px\]{gap:7.05px}.gap-\[7px\]{gap:7px}.gap-\[80px\]{gap:80px}.gap-\[84px\]{gap:84px}.gap-\[8px\]{gap:8px}.gap-\[9px\]{gap:9px}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-0{row-gap:0px}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-x-\[1px\]>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.divide-y-\[1px\]>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-\[\#3737374c\]>:not([hidden])~:not([hidden]){border-color:#3737374c}.divide-\[\#373737\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 55 55 / var(--tw-divide-opacity))}.divide-\[\#686868\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 104 104 / var(--tw-divide-opacity))}.divide-\[\#777777\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(119 119 119 / var(--tw-divide-opacity))}.divide-\[\#D7D7D7\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(215 215 215 / var(--tw-divide-opacity))}.divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(0 0 0 / var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[0\.24375rem\]{border-radius:.24375rem}.rounded-\[0\.293rem\]{border-radius:.293rem}.rounded-\[100\%\]{border-radius:100%}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[26px\]{border-radius:26px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4\.27px\]{border-radius:4.27px}.rounded-\[4px\]{border-radius:4px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[7px\]{border-radius:7px}.rounded-\[8px\]{border-radius:8px}.rounded-\[9\.87px\]{border-radius:9.87px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-bl-lg{border-bottom-left-radius:var(--radius)}.rounded-br-lg{border-bottom-right-radius:var(--radius)}.rounded-tl-lg{border-top-left-radius:var(--radius)}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-lg{border-top-right-radius:var(--radius)}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[0\.04375rem\]{border-width:.04375rem}.border-\[0\.065rem\]{border-width:.065rem}.border-\[0\.5px\]{border-width:.5px}.border-\[1\.41px\]{border-width:1.41px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-b-\[3px\]{border-bottom-width:3px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-\[\#0243EB\]{--tw-border-opacity: 1;border-color:rgb(2 67 235 / var(--tw-border-opacity))}.border-\[\#0CA912\]{--tw-border-opacity: 1;border-color:rgb(12 169 18 / var(--tw-border-opacity))}.border-\[\#1F09A5\]{--tw-border-opacity: 1;border-color:rgb(31 9 165 / var(--tw-border-opacity))}.border-\[\#236AF2\]{--tw-border-opacity: 1;border-color:rgb(35 106 242 / var(--tw-border-opacity))}.border-\[\#2446F5\],.border-\[\#2446f5\]{--tw-border-opacity: 1;border-color:rgb(36 70 245 / var(--tw-border-opacity))}.border-\[\#2563EB\]{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.border-\[\#3737374c\]{border-color:#3737374c}.border-\[\#373737\]{--tw-border-opacity: 1;border-color:rgb(55 55 55 / var(--tw-border-opacity))}.border-\[\#4C952A\]{--tw-border-opacity: 1;border-color:rgb(76 149 42 / var(--tw-border-opacity))}.border-\[\#4e4e4e\]{--tw-border-opacity: 1;border-color:rgb(78 78 78 / var(--tw-border-opacity))}.border-\[\#686868\]{--tw-border-opacity: 1;border-color:rgb(104 104 104 / var(--tw-border-opacity))}.border-\[\#777777\]{--tw-border-opacity: 1;border-color:rgb(119 119 119 / var(--tw-border-opacity))}.border-\[\#7B7B7B\]{--tw-border-opacity: 1;border-color:rgb(123 123 123 / var(--tw-border-opacity))}.border-\[\#8B8B8B\]{--tw-border-opacity: 1;border-color:rgb(139 139 139 / var(--tw-border-opacity))}.border-\[\#C5C5C5\]{--tw-border-opacity: 1;border-color:rgb(197 197 197 / var(--tw-border-opacity))}.border-\[\#D0D5DD\]{--tw-border-opacity: 1;border-color:rgb(208 213 221 / var(--tw-border-opacity))}.border-\[\#D7D7D7\]{--tw-border-opacity: 1;border-color:rgb(215 215 215 / var(--tw-border-opacity))}.border-\[\#D9D9D9\]{--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity))}.border-\[\#DAE3F8\]{--tw-border-opacity: 1;border-color:rgb(218 227 248 / var(--tw-border-opacity))}.border-\[\#DCDCDC\]{--tw-border-opacity: 1;border-color:rgb(220 220 220 / var(--tw-border-opacity))}.border-\[\#DCEFFB\]{--tw-border-opacity: 1;border-color:rgb(220 239 251 / var(--tw-border-opacity))}.border-\[\#DEDEDE\]{--tw-border-opacity: 1;border-color:rgb(222 222 222 / var(--tw-border-opacity))}.border-\[\#E2E2E2\]{--tw-border-opacity: 1;border-color:rgb(226 226 226 / var(--tw-border-opacity))}.border-\[\#EA1212\]{--tw-border-opacity: 1;border-color:rgb(234 18 18 / var(--tw-border-opacity))}.border-\[\#EA685E\]{--tw-border-opacity: 1;border-color:rgb(234 104 94 / var(--tw-border-opacity))}.border-\[\#EBEBEB\]{--tw-border-opacity: 1;border-color:rgb(235 235 235 / var(--tw-border-opacity))}.border-\[\#ECECEC\]{--tw-border-opacity: 1;border-color:rgb(236 236 236 / var(--tw-border-opacity))}.border-\[\#ED7404\]{--tw-border-opacity: 1;border-color:rgb(237 116 4 / var(--tw-border-opacity))}.border-\[\#d7d7d7\]{--tw-border-opacity: 1;border-color:rgb(215 215 215 / var(--tw-border-opacity))}.border-\[\#e33629\]{--tw-border-opacity: 1;border-color:rgb(227 54 41 / var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-b-\[\#236AF2\]{--tw-border-opacity: 1;border-bottom-color:rgb(35 106 242 / var(--tw-border-opacity))}.border-b-\[\#D9D9D9\]{--tw-border-opacity: 1;border-bottom-color:rgb(217 217 217 / var(--tw-border-opacity))}.\!bg-\[\#4C952A\]{--tw-bg-opacity: 1 !important;background-color:rgb(76 149 42 / var(--tw-bg-opacity))!important}.bg-\[\#0243EB\]{--tw-bg-opacity: 1;background-color:rgb(2 67 235 / var(--tw-bg-opacity))}.bg-\[\#0CA912\]{--tw-bg-opacity: 1;background-color:rgb(12 169 18 / var(--tw-bg-opacity))}.bg-\[\#1F09A5\]{--tw-bg-opacity: 1;background-color:rgb(31 9 165 / var(--tw-bg-opacity))}.bg-\[\#23A26D\]{--tw-bg-opacity: 1;background-color:rgb(35 162 109 / var(--tw-bg-opacity))}.bg-\[\#2446F5\],.bg-\[\#2446f5\]{--tw-bg-opacity: 1;background-color:rgb(36 70 245 / var(--tw-bg-opacity))}.bg-\[\#2563EB\],.bg-\[\#2563eb\]{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-\[\#4194AF\]{--tw-bg-opacity: 1;background-color:rgb(65 148 175 / var(--tw-bg-opacity))}.bg-\[\#41AF49\]{--tw-bg-opacity: 1;background-color:rgb(65 175 73 / var(--tw-bg-opacity))}.bg-\[\#4C952A\]{--tw-bg-opacity: 1;background-color:rgb(76 149 42 / var(--tw-bg-opacity))}.bg-\[\#5870EF\],.bg-\[\#5870ef\]{--tw-bg-opacity: 1;background-color:rgb(88 112 239 / var(--tw-bg-opacity))}.bg-\[\#6F97FF\]{--tw-bg-opacity: 1;background-color:rgb(111 151 255 / var(--tw-bg-opacity))}.bg-\[\#8B8B8B\]{--tw-bg-opacity: 1;background-color:rgb(139 139 139 / var(--tw-bg-opacity))}.bg-\[\#94A5C4\]{--tw-bg-opacity: 1;background-color:rgb(148 165 196 / var(--tw-bg-opacity))}.bg-\[\#AC4DFF\]{--tw-bg-opacity: 1;background-color:rgb(172 77 255 / var(--tw-bg-opacity))}.bg-\[\#AF4168\]{--tw-bg-opacity: 1;background-color:rgb(175 65 104 / var(--tw-bg-opacity))}.bg-\[\#AF6A41\]{--tw-bg-opacity: 1;background-color:rgb(175 106 65 / var(--tw-bg-opacity))}.bg-\[\#B0B0B0\]{--tw-bg-opacity: 1;background-color:rgb(176 176 176 / var(--tw-bg-opacity))}.bg-\[\#B15FC3\]{--tw-bg-opacity: 1;background-color:rgb(177 95 195 / var(--tw-bg-opacity))}.bg-\[\#C1FFE5\]{--tw-bg-opacity: 1;background-color:rgb(193 255 229 / var(--tw-bg-opacity))}.bg-\[\#C95751\]{--tw-bg-opacity: 1;background-color:rgb(201 87 81 / var(--tw-bg-opacity))}.bg-\[\#D599E2\]{--tw-bg-opacity: 1;background-color:rgb(213 153 226 / var(--tw-bg-opacity))}.bg-\[\#D92D20\]{--tw-bg-opacity: 1;background-color:rgb(217 45 32 / var(--tw-bg-opacity))}.bg-\[\#DEDEDE\]{--tw-bg-opacity: 1;background-color:rgb(222 222 222 / var(--tw-bg-opacity))}.bg-\[\#E4E4E4\]{--tw-bg-opacity: 1;background-color:rgb(228 228 228 / var(--tw-bg-opacity))}.bg-\[\#E5F2FF\]{--tw-bg-opacity: 1;background-color:rgb(229 242 255 / var(--tw-bg-opacity))}.bg-\[\#EA1212\]{--tw-bg-opacity: 1;background-color:rgb(234 18 18 / var(--tw-bg-opacity))}.bg-\[\#EC7250\]{--tw-bg-opacity: 1;background-color:rgb(236 114 80 / var(--tw-bg-opacity))}.bg-\[\#ED7404\]{--tw-bg-opacity: 1;background-color:rgb(237 116 4 / var(--tw-bg-opacity))}.bg-\[\#EDEDED\]{--tw-bg-opacity: 1;background-color:rgb(237 237 237 / var(--tw-bg-opacity))}.bg-\[\#F0F0F0\]{--tw-bg-opacity: 1;background-color:rgb(240 240 240 / var(--tw-bg-opacity))}.bg-\[\#F2F5FA\]{--tw-bg-opacity: 1;background-color:rgb(242 245 250 / var(--tw-bg-opacity))}.bg-\[\#F3F3F3\]{--tw-bg-opacity: 1;background-color:rgb(243 243 243 / var(--tw-bg-opacity))}.bg-\[\#F4F7FF\]{--tw-bg-opacity: 1;background-color:rgb(244 247 255 / var(--tw-bg-opacity))}.bg-\[\#F9DDFF\]{--tw-bg-opacity: 1;background-color:rgb(249 221 255 / var(--tw-bg-opacity))}.bg-\[\#F9FBFC\]{--tw-bg-opacity: 1;background-color:rgb(249 251 252 / var(--tw-bg-opacity))}.bg-\[\#FFC1C1\]{--tw-bg-opacity: 1;background-color:rgb(255 193 193 / var(--tw-bg-opacity))}.bg-\[\#FFD0B4\]{--tw-bg-opacity: 1;background-color:rgb(255 208 180 / var(--tw-bg-opacity))}.bg-\[\#FFF3E5\]{--tw-bg-opacity: 1;background-color:rgb(255 243 229 / var(--tw-bg-opacity))}.bg-\[\#FFF7C1\]{--tw-bg-opacity: 1;background-color:rgb(255 247 193 / var(--tw-bg-opacity))}.bg-\[\#FFF7D1\]{--tw-bg-opacity: 1;background-color:rgb(255 247 209 / var(--tw-bg-opacity))}.bg-\[\#FFFFFF\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[\#e4e4e4\]{--tw-bg-opacity: 1;background-color:rgb(228 228 228 / var(--tw-bg-opacity))}.bg-\[\#f3f3f3\]{--tw-bg-opacity: 1;background-color:rgb(243 243 243 / var(--tw-bg-opacity))}.bg-\[\#f9fbfc\]{--tw-bg-opacity: 1;background-color:rgb(249 251 252 / var(--tw-bg-opacity))}.bg-\[\#ffffff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[yellow\]{--tw-bg-opacity: 1;background-color:rgb(255 255 0 / var(--tw-bg-opacity))}.bg-accent{background-color:hsl(var(--accent))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-opacity-100{--tw-bg-opacity: 1}.bg-custom-gradient{background-image:linear-gradient(12.71deg,#7a4aff 30.69%,#f153ff 77.67%)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-\[\#D550FF\]{--tw-gradient-from: #D550FF var(--tw-gradient-from-position);--tw-gradient-to: rgb(213 80 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#934BFF\]{--tw-gradient-to: #934BFF var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.\!bg-cover{background-size:cover!important}.bg-cover{background-size:cover}.bg-center{background-position:center}.\!bg-no-repeat{background-repeat:no-repeat!important}.fill-blue-600{fill:#2563eb}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.\!p-3{padding:.75rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[0px_14px_0px_14px\]{padding:0 14px}.p-\[0px_20px\]{padding:0 20px}.p-\[0px_28px_0px_28px\]{padding:0 28px}.p-\[0px_45px_0px_56px\]{padding:0 45px 0 56px}.p-\[0px_6px_0px_6px\]{padding:0 6px}.p-\[10px\]{padding:10px}.p-\[10px_0px_10px_0px\]{padding:10px 0}.p-\[10px_4px_10px_4px\]{padding:10px 4px}.p-\[11px_22px_11px_22px\]{padding:11px 22px}.p-\[12px_14px\]{padding:12px 14px}.p-\[12px_16px_12px_16px\]{padding:12px 16px}.p-\[12px_24px\],.p-\[12px_24px_12px_24px\]{padding:12px 24px}.p-\[15\.5px_6px_15\.5px_6px\]{padding:15.5px 6px}.p-\[15px_12px_16px_12px\]{padding:15px 12px 16px}.p-\[15px_16px_15px_16px\]{padding:15px 16px}.p-\[16px\],.p-\[16px_16px\]{padding:16px}.p-\[16px_30px_30px_40px\]{padding:16px 30px 30px 40px}.p-\[16px_99px_16px_38px\]{padding:16px 99px 16px 38px}.p-\[18px_18px_12px_18px\]{padding:18px 18px 12px}.p-\[18px_3px_18px_3px\]{padding:18px 3px}.p-\[20px\]{padding:20px}.p-\[20px_0px_20px_0px\]{padding:20px 0}.p-\[20px_20px_0px_20px\]{padding:20px 20px 0}.p-\[20px_20px_20px_20px\]{padding:20px}.p-\[24px_16px\]{padding:24px 16px}.p-\[24px_20px\]{padding:24px 20px}.p-\[24px_69px_17px_47px\]{padding:24px 69px 17px 47px}.p-\[26px_34px\]{padding:26px 34px}.p-\[46px_50px_28px_50px\]{padding:46px 50px 28px}.p-\[4px_11px_15px_0px\]{padding:4px 11px 15px 0}.p-\[4px_16px_4px_16px\]{padding:4px 16px}.p-\[4px_20px_4px_20px\]{padding:4px 20px}.p-\[4px_8px\],.p-\[4px_8px_4px_8px\]{padding:4px 8px}.p-\[5px_10px_5px_10px\]{padding:5px 10px}.p-\[6px\]{padding:6px}.p-\[6px_12px_6px_12px\]{padding:6px 12px}.p-\[6px_16px\]{padding:6px 16px}.p-\[6px_24px_6px_24px\]{padding:6px 24px}.p-\[6px_28px_6px_28px\]{padding:6px 28px}.p-\[6px_40px_6px_40px\]{padding:6px 40px}.p-\[7px_14px_7px_14px\]{padding:7px 14px}.p-\[8\.55px\]{padding:8.55px}.p-\[8px_12px\],.p-\[8px_12px_8px_12px\]{padding:8px 12px}.p-\[8px_16px\],.p-\[8px_16px_8px_16px\]{padding:8px 16px}.p-\[8px_20px_8px_20px\]{padding:8px 20px}.p-\[8px_22px_8px_22px\]{padding:8px 22px}.p-\[8px_24px_8px_24px\]{padding:8px 24px}.p-\[9px\]{padding:9px}.p-\[9px_14px\],.p-\[9px_14px_9px_14px\]{padding:9px 14px}.p-\[9px_16px\]{padding:9px 16px}.p-\[9px_18px\]{padding:9px 18px}.p-\[9px_36px_9px_36px\]{padding:9px 36px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[4px\]{padding-left:4px;padding-right:4px}.px-\[9px\]{padding-left:9px;padding-right:9px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.\!pt-0{padding-top:0!important}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\[0px\]{padding-left:0}.pl-\[10px\]{padding-left:10px}.pl-\[24px\]{padding-left:24px}.pl-\[52px\]{padding-left:52px}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-\[\"Helvetica\"\]{font-family:Helvetica}.font-\[\"Inter\"\],.font-\[\'Inter\'\]{font-family:Inter}.font-\[\'Poppins\'\]{font-family:Poppins}.font-\[\'Roboto\'\]{font-family:Roboto}.font-\[Helvetica\]{font-family:Helvetica}.font-\[Inter\]{font-family:Inter}.font-inter,.font-sans{font-family:Inter,sans-serif}.font-supreme{font-family:Supreme,sans-serif}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.5625rem\]{font-size:.5625rem}.text-\[0\.5875rem\]{font-size:.5875rem}.text-\[0\.5rem\]{font-size:.5rem}.text-\[0\.625rem\]{font-size:.625rem}.text-\[0\.875rem\]{font-size:.875rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[1\.125rem\]{font-size:1.125rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[13\.9px\]{font-size:13.9px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[32px\]{font-size:32px}.text-\[40px\]{font-size:40px}.text-\[8px\]{font-size:8px}.text-\[clamp\(14px\,1\.5vw\,22px\)\]{font-size:clamp(14px,1.5vw,22px)}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-\[600\]{font-weight:600!important}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-\[700\],.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-\[0\.515rem\]{line-height:.515rem}.leading-\[0\.605rem\]{line-height:.605rem}.leading-\[0\.680625rem\]{line-height:.680625rem}.leading-\[0\.75rem\]{line-height:.75rem}.leading-\[0\.875rem\]{line-height:.875rem}.leading-\[1\.059rem\]{line-height:1.059rem}.leading-\[1\.18875rem\]{line-height:1.18875rem}.leading-\[1\.325rem\]{line-height:1.325rem}.leading-\[1\.35rem\]{line-height:1.35rem}.leading-\[12\.1px\]{line-height:12.1px}.leading-\[13\.57px\]{line-height:13.57px}.leading-\[13px\]{line-height:13px}.leading-\[14\.4px\]{line-height:14.4px}.leading-\[14\.52px\]{line-height:14.52px}.leading-\[14px\]{line-height:14px}.leading-\[15\.73px\]{line-height:15.73px}.leading-\[15px\]{line-height:15px}.leading-\[16\.94px\]{line-height:16.94px}.leading-\[16px\]{line-height:16px}.leading-\[18px\]{line-height:18px}.leading-\[19\.2px\]{line-height:19.2px}.leading-\[19\.36px\]{line-height:19.36px}.leading-\[19\.43px\]{line-height:19.43px}.leading-\[20px\]{line-height:20px}.leading-\[21\.6px\]{line-height:21.6px}.leading-\[21\.78px\]{line-height:21.78px}.leading-\[21px\]{line-height:21px}.leading-\[22\.4px\]{line-height:22.4px}.leading-\[24\.2px\]{line-height:24.2px}.leading-\[24px\]{line-height:24px}.leading-\[29\.05px\]{line-height:29.05px}.leading-\[31\.47px\]{line-height:31.47px}.leading-\[32px\]{line-height:32px}.leading-\[normal\]{line-height:normal}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.tracking-\[-0\.005em\]{letter-spacing:-.005em}.tracking-\[-0\.01em\]{letter-spacing:-.01em}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.\!text-\[\#000000\]{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!text-\[\#f8f8f8\]{--tw-text-opacity: 1 !important;color:rgb(248 248 248 / var(--tw-text-opacity))!important}.\!text-\[\#ffffff\]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.\!text-\[balck\]{color:balck!important}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#000000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#001F3F\]{--tw-text-opacity: 1;color:rgb(0 31 63 / var(--tw-text-opacity))}.text-\[\#0077CC\]{--tw-text-opacity: 1;color:rgb(0 119 204 / var(--tw-text-opacity))}.text-\[\#0243EB\]{--tw-text-opacity: 1;color:rgb(2 67 235 / var(--tw-text-opacity))}.text-\[\#042B8D\]{--tw-text-opacity: 1;color:rgb(4 43 141 / var(--tw-text-opacity))}.text-\[\#0CA912\]{--tw-text-opacity: 1;color:rgb(12 169 18 / var(--tw-text-opacity))}.text-\[\#0F0F0F\]{--tw-text-opacity: 1;color:rgb(15 15 15 / var(--tw-text-opacity))}.text-\[\#183DF7\]{--tw-text-opacity: 1;color:rgb(24 61 247 / var(--tw-text-opacity))}.text-\[\#1F09A5\]{--tw-text-opacity: 1;color:rgb(31 9 165 / var(--tw-text-opacity))}.text-\[\#1F632A\]{--tw-text-opacity: 1;color:rgb(31 99 42 / var(--tw-text-opacity))}.text-\[\#222222\]{--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity))}.text-\[\#236AF2\],.text-\[\#236af2\]{--tw-text-opacity: 1;color:rgb(35 106 242 / var(--tw-text-opacity))}.text-\[\#2446F5\],.text-\[\#2446f5\]{--tw-text-opacity: 1;color:rgb(36 70 245 / var(--tw-text-opacity))}.text-\[\#2563EB\]{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-\[\#2B2B2B\]{--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity))}.text-\[\#2D2D2D\]{--tw-text-opacity: 1;color:rgb(45 45 45 / var(--tw-text-opacity))}.text-\[\#2b2b2b\]{--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity))}.text-\[\#344054\]{--tw-text-opacity: 1;color:rgb(52 64 84 / var(--tw-text-opacity))}.text-\[\#353535\]{--tw-text-opacity: 1;color:rgb(53 53 53 / var(--tw-text-opacity))}.text-\[\#363636\]{--tw-text-opacity: 1;color:rgb(54 54 54 / var(--tw-text-opacity))}.text-\[\#373737\]{--tw-text-opacity: 1;color:rgb(55 55 55 / var(--tw-text-opacity))}.text-\[\#383842\]{--tw-text-opacity: 1;color:rgb(56 56 66 / var(--tw-text-opacity))}.text-\[\#384257\]{--tw-text-opacity: 1;color:rgb(56 66 87 / var(--tw-text-opacity))}.text-\[\#384258\]{--tw-text-opacity: 1;color:rgb(56 66 88 / var(--tw-text-opacity))}.text-\[\#434959\]{--tw-text-opacity: 1;color:rgb(67 73 89 / var(--tw-text-opacity))}.text-\[\#464357\]{--tw-text-opacity: 1;color:rgb(70 67 87 / var(--tw-text-opacity))}.text-\[\#4C952A\]{--tw-text-opacity: 1;color:rgb(76 149 42 / var(--tw-text-opacity))}.text-\[\#4E4E4E\],.text-\[\#4e4e4e\]{--tw-text-opacity: 1;color:rgb(78 78 78 / var(--tw-text-opacity))}.text-\[\#505050\]{--tw-text-opacity: 1;color:rgb(80 80 80 / var(--tw-text-opacity))}.text-\[\#565A60\]{--tw-text-opacity: 1;color:rgb(86 90 96 / var(--tw-text-opacity))}.text-\[\#57A31B\]{--tw-text-opacity: 1;color:rgb(87 163 27 / var(--tw-text-opacity))}.text-\[\#5870EF\]{--tw-text-opacity: 1;color:rgb(88 112 239 / var(--tw-text-opacity))}.text-\[\#595959\]{--tw-text-opacity: 1;color:rgb(89 89 89 / var(--tw-text-opacity))}.text-\[\#5A5A5A\]{--tw-text-opacity: 1;color:rgb(90 90 90 / var(--tw-text-opacity))}.text-\[\#5D6370\]{--tw-text-opacity: 1;color:rgb(93 99 112 / var(--tw-text-opacity))}.text-\[\#686868\]{--tw-text-opacity: 1;color:rgb(104 104 104 / var(--tw-text-opacity))}.text-\[\#777777\]{--tw-text-opacity: 1;color:rgb(119 119 119 / var(--tw-text-opacity))}.text-\[\#7A4AFF\]{--tw-text-opacity: 1;color:rgb(122 74 255 / var(--tw-text-opacity))}.text-\[\#7B7B7B\]{--tw-text-opacity: 1;color:rgb(123 123 123 / var(--tw-text-opacity))}.text-\[\#868686\]{--tw-text-opacity: 1;color:rgb(134 134 134 / var(--tw-text-opacity))}.text-\[\#8B8B8B\]{--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.text-\[\#98632E\]{--tw-text-opacity: 1;color:rgb(152 99 46 / var(--tw-text-opacity))}.text-\[\#9C9C9C\]{--tw-text-opacity: 1;color:rgb(156 156 156 / var(--tw-text-opacity))}.text-\[\#AC4DFF\]{--tw-text-opacity: 1;color:rgb(172 77 255 / var(--tw-text-opacity))}.text-\[\#C24E34\]{--tw-text-opacity: 1;color:rgb(194 78 52 / var(--tw-text-opacity))}.text-\[\#D92D20\]{--tw-text-opacity: 1;color:rgb(217 45 32 / var(--tw-text-opacity))}.text-\[\#E33629\]{--tw-text-opacity: 1;color:rgb(227 54 41 / var(--tw-text-opacity))}.text-\[\#EA1212\]{--tw-text-opacity: 1;color:rgb(234 18 18 / var(--tw-text-opacity))}.text-\[\#EA685E\]{--tw-text-opacity: 1;color:rgb(234 104 94 / var(--tw-text-opacity))}.text-\[\#ED7404\]{--tw-text-opacity: 1;color:rgb(237 116 4 / var(--tw-text-opacity))}.text-\[\#F86909\]{--tw-text-opacity: 1;color:rgb(248 105 9 / var(--tw-text-opacity))}.text-\[\#FF0000\]{--tw-text-opacity: 1;color:rgb(255 0 0 / var(--tw-text-opacity))}.text-\[\#FFFFFF\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[\#a1a1a1\]{--tw-text-opacity: 1;color:rgb(161 161 161 / var(--tw-text-opacity))}.text-\[\#e33629\]{--tw-text-opacity: 1;color:rgb(227 54 41 / var(--tw-text-opacity))}.text-\[\#e4e4e4\]{--tw-text-opacity: 1;color:rgb(228 228 228 / var(--tw-text-opacity))}.text-\[\#ffffff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[400\]{color:400}.text-\[black\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[white\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.placeholder-\[\#777777\]::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(119 119 119 / var(--tw-placeholder-opacity))}.placeholder-\[\#777777\]::placeholder{--tw-placeholder-opacity: 1;color:rgb(119 119 119 / var(--tw-placeholder-opacity))}.\!opacity-0{opacity:0!important}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_4px_0_rgba\(192\,192\,192\,0\.25\)\]{--tw-shadow: 0 4px 4px 0 rgba(192,192,192,.25);--tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_4px_0px_\#96969640\]{--tw-shadow: 0px 2px 4px 0px #96969640;--tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_9px_0px_\#B3CBFF\]{--tw-shadow: 0px 2px 9px 0px #B3CBFF;--tw-shadow-colored: 0px 2px 9px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4\.23px_11\.28px_0px_rgba\(58\,125\,255\,0\.19\)\]{--tw-shadow: 0px 4.23px 11.28px 0px rgba(58,125,255,.19);--tw-shadow-colored: 0px 4.23px 11.28px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4\.24px_11\.31px_0px_\#3A7DFF30\]{--tw-shadow: 0px 4.24px 11.31px 0px #3A7DFF30;--tw-shadow-colored: 0px 4.24px 11.31px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_15px_0px_\#22222240\]{--tw-shadow: 0px 4px 15px 0px #22222240;--tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_4\.7px_\#52525240\]{--tw-shadow: 0px 4px 4.7px #52525240;--tw-shadow-colored: 0px 4px 4.7px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_4px_0px_\#00000040\]{--tw-shadow: 0px 4px 4px 0px #00000040;--tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_4px_0px_\#E5E5E5\]{--tw-shadow: 0px 4px 4px 0px #E5E5E5;--tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_4px_0px_\#E6E6E6\]{--tw-shadow: 0px 4px 4px 0px #E6E6E6;--tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_8\.2px_0px_\#7F7B7B40\]{--tw-shadow: 0px 4px 8.2px 0px #7F7B7B40;--tw-shadow-colored: 0px 4px 8.2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[2px_2px_4px_0px_\#59595933\,-2px_0px_4px_0px_\#59595933\]{--tw-shadow: 2px 2px 4px 0px #59595933,-2px 0px 4px 0px #59595933;--tw-shadow-colored: 2px 2px 4px 0px var(--tw-shadow-color), -2px 0px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity: .05}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-center::-moz-placeholder{text-align:center}.placeholder\:text-center::placeholder{text-align:center}.placeholder\:text-\[12px\]::-moz-placeholder{font-size:12px}.placeholder\:text-\[12px\]::placeholder{font-size:12px}.placeholder\:text-\[14px\]::-moz-placeholder{font-size:14px}.placeholder\:text-\[14px\]::placeholder{font-size:14px}.placeholder\:text-xs::-moz-placeholder{font-size:.75rem;line-height:1rem}.placeholder\:text-xs::placeholder{font-size:.75rem;line-height:1rem}.placeholder\:text-\[\#A1A1A1\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(161 161 161 / var(--tw-text-opacity))}.placeholder\:text-\[\#A1A1A1\]::placeholder{--tw-text-opacity: 1;color:rgb(161 161 161 / var(--tw-text-opacity))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.last\:border-b-0:last-child{border-bottom-width:0px}.checked\:border-transparent:checked{border-color:transparent}.checked\:bg-\[\#E7ECFF\]:checked{--tw-bg-opacity: 1;background-color:rgb(231 236 255 / var(--tw-bg-opacity))}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:border-\[\#5870EF\]:hover{--tw-border-opacity: 1;border-color:rgb(88 112 239 / var(--tw-border-opacity))}.hover\:bg-\[\#0234C8\]:hover{--tw-bg-opacity: 1;background-color:rgb(2 52 200 / var(--tw-bg-opacity))}.hover\:bg-\[\#0243EB\]:hover{--tw-bg-opacity: 1;background-color:rgb(2 67 235 / var(--tw-bg-opacity))}.hover\:bg-\[\#2446F5\]:hover{--tw-bg-opacity: 1;background-color:rgb(36 70 245 / var(--tw-bg-opacity))}.hover\:bg-\[\#2563EB\]:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-\[\#C1FFE5\]:hover{--tw-bg-opacity: 1;background-color:rgb(193 255 229 / var(--tw-bg-opacity))}.hover\:bg-\[\#D92D20\]:hover{--tw-bg-opacity: 1;background-color:rgb(217 45 32 / var(--tw-bg-opacity))}.hover\:bg-\[\#E0E0E0\]:hover{--tw-bg-opacity: 1;background-color:rgb(224 224 224 / var(--tw-bg-opacity))}.hover\:bg-\[\#F3F4F6\]:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-\[\#FFF7C1\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 193 / var(--tw-bg-opacity))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.hover\:bg-slate-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.hover\:text-\[\#2246f6\]:hover{--tw-text-opacity: 1;color:rgb(34 70 246 / var(--tw-text-opacity))}.hover\:text-\[\#AC4DFF\]:hover{--tw-text-opacity: 1;color:rgb(172 77 255 / var(--tw-text-opacity))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-\[\#5870EF\]:focus{--tw-border-opacity: 1;border-color:rgb(88 112 239 / var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-\[\#0243EB\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 67 235 / var(--tw-ring-opacity))}.focus\:ring-\[\#4b4a4a\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(75 74 74 / var(--tw-ring-opacity))}.focus\:ring-\[\#5870EF\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(88 112 239 / var(--tw-ring-opacity))}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-transparent:focus{--tw-ring-color: transparent}.focus\:ring-opacity-50:focus{--tw-ring-opacity: .5}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-pointer:disabled{cursor:pointer}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.disabled\:\!bg-none:disabled{background-image:none!important}.disabled\:opacity-100:disabled{opacity:1}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:-translate-x-1{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:block{display:block}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:border-none[data-state=checked]{border-style:none}.data-\[state\=checked\]\:border-\[\#2446F5\][data-state=checked]{--tw-border-opacity: 1;border-color:rgb(36 70 245 / var(--tw-border-opacity))}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-\[\#2446F5\][data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(36 70 245 / var(--tw-bg-opacity))}.data-\[state\=checked\]\:bg-blue-600[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=checked\]\:text-white[data-state=checked]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=checked\]\:ring-2[data-state=checked]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.data-\[state\=checked\]\:ring-blue-300[data-state=checked]{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:hover\:text-\[\#AC4DFF\]:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(172 77 255 / var(--tw-text-opacity))}@media not all and (min-width: 1350px){.max-scr1350\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media not all and (min-width: 1280px){.max-xl\:gap-2{gap:.5rem}}@media not all and (min-width: 1024px){.max-lg\:right-0{right:0}.max-lg\:mb-12{margin-bottom:3rem}.max-lg\:mb-\[52px\]{margin-bottom:52px}.max-lg\:hidden{display:none}.max-lg\:h-\[50vh\]{height:50vh}.max-lg\:h-\[80px\]{height:80px}.max-lg\:min-h-screen{min-height:100vh}.max-lg\:w-\[80px\]{width:80px}.max-lg\:w-full{width:100%}.max-lg\:flex-grow{flex-grow:1}.max-lg\:flex-col{flex-direction:column}.max-lg\:justify-start{justify-content:flex-start}.max-lg\:justify-between{justify-content:space-between}.max-lg\:gap-\[24px\]{gap:24px}.max-lg\:gap-\[32px\]{gap:32px}.max-lg\:p-\[8px_10px\]{padding:8px 10px}.max-lg\:py-\[60px\]{padding-top:60px;padding-bottom:60px}.max-lg\:py-\[80px\]{padding-top:80px;padding-bottom:80px}.max-lg\:text-\[14px\]{font-size:14px}.max-lg\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}}@media not all and (min-width: 1000px){.max-scr1000\:mb-10{margin-bottom:2.5rem}.max-scr1000\:mb-14{margin-bottom:3.5rem}.max-scr1000\:h-5{height:1.25rem}.max-scr1000\:h-6{height:1.5rem}.max-scr1000\:w-5{width:1.25rem}.max-scr1000\:w-6{width:1.5rem}.max-scr1000\:items-center{align-items:center}}@media not all and (min-width: 768px){.max-md\:absolute{position:absolute}.max-md\:relative{position:relative}.max-md\:-bottom-2{bottom:-.5rem}.max-md\:bottom-\[25\%\]{bottom:25%}.max-md\:right-\[4\%\]{right:4%}.max-md\:top-\[10\%\]{top:10%}.max-md\:z-20{z-index:20}.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:mb-1{margin-bottom:.25rem}.max-md\:mb-10{margin-bottom:2.5rem}.max-md\:mb-4{margin-bottom:1rem}.max-md\:mt-2{margin-top:.5rem}.max-md\:mt-24{margin-top:6rem}.max-md\:mt-6{margin-top:1.5rem}.max-md\:hidden{display:none}.max-md\:h-\[120px\]{height:120px}.max-md\:h-\[32px\]{height:32px}.max-md\:h-\[84\%\]{height:84%}.max-md\:max-h-\[100px\]{max-height:100px}.max-md\:max-h-\[200px\]{max-height:200px}.max-md\:min-h-32{min-height:8rem}.max-md\:w-\[100\%\]{width:100%}.max-md\:w-\[30\%\]{width:30%}.max-md\:w-\[300px\]{width:300px}.max-md\:w-max{width:-moz-max-content;width:max-content}.max-md\:translate-y-\[30\%\]{--tw-translate-y: 30%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-md\:flex-col{flex-direction:column}.max-md\:justify-between{justify-content:space-between}.max-md\:\!gap-0{gap:0px!important}.max-md\:\!gap-2{gap:.5rem!important}.max-md\:gap-0{gap:0px}.max-md\:gap-2{gap:.5rem}.max-md\:gap-3{gap:.75rem}.max-md\:gap-4{gap:1rem}.max-md\:gap-5{gap:1.25rem}.max-md\:overflow-y-scroll{overflow-y:scroll}.max-md\:bg-transparent{background-color:transparent}.max-md\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.max-md\:p-4{padding:1rem}.max-md\:p-\[12px_16px_12px_16px\]{padding:12px 16px}.max-md\:p-\[4px_20px_4px_20px\]{padding:4px 20px}.max-md\:px-3{padding-left:.75rem;padding-right:.75rem}.max-md\:px-4{padding-left:1rem;padding-right:1rem}.max-md\:py-\[40px\]{padding-top:40px;padding-bottom:40px}.max-md\:py-\[60px\]{padding-top:60px;padding-bottom:60px}.max-md\:pb-10{padding-bottom:2.5rem}.max-md\:pl-4{padding-left:1rem}.max-md\:text-\[10px\]{font-size:10px}.max-md\:text-\[14px\]{font-size:14px}.max-md\:text-\[16px\]{font-size:16px}.max-md\:text-\[18px\]{font-size:18px}.max-md\:text-\[20px\]{font-size:20px}.max-md\:text-\[36px\]{font-size:36px}.max-md\:font-\[600\]{font-weight:600}.max-md\:leading-\[43\.2px\]{line-height:43.2px}}@media not all and (min-width: 767px){.max-mdscr\:flex{display:flex}.max-mdscr\:hidden{display:none}.max-mdscr\:h-\[28px\]{height:28px}.max-mdscr\:w-\[28px\]{width:28px}.max-mdscr\:flex-col{flex-direction:column}.max-mdscr\:justify-between{justify-content:space-between}.max-mdscr\:gap-2{gap:.5rem}.max-mdscr\:border-\[1px\]{border-width:1px}.max-mdscr\:border-\[\#d7d7d7\]{--tw-border-opacity: 1;border-color:rgb(215 215 215 / var(--tw-border-opacity))}.max-mdscr\:\!p-2{padding:.5rem!important}.max-mdscr\:px-4{padding-left:1rem;padding-right:1rem}.max-mdscr\:py-2{padding-top:.5rem;padding-bottom:.5rem}.max-mdscr\:text-\[10px\]{font-size:10px}.max-mdscr\:text-\[14px\]{font-size:14px}.max-mdscr\:font-\[600\]{font-weight:600}}@media not all and (min-width: 640px){.max-sm\:-bottom-\[20\%\]{bottom:-20%}.max-sm\:-left-\[0\%\]{left:-0%}.max-sm\:left-\[70\%\]{left:70%}.max-sm\:top-\[4\%\]{top:4%}.max-sm\:mb-14{margin-bottom:3.5rem}.max-sm\:mb-7{margin-bottom:1.75rem}.max-sm\:mb-8{margin-bottom:2rem}.max-sm\:mt-2{margin-top:.5rem}.max-sm\:flex{display:flex}.max-sm\:hidden{display:none}.max-sm\:h-10{height:2.5rem}.max-sm\:h-6{height:1.5rem}.max-sm\:h-\[120px\]{height:120px}.max-sm\:h-\[15px\]{height:15px}.max-sm\:h-\[16px\]{height:16px}.max-sm\:h-\[180px\]{height:180px}.max-sm\:h-\[230px\]{height:230px}.max-sm\:h-\[24px\]{height:24px}.max-sm\:h-\[28px\]{height:28px}.max-sm\:h-\[4px\]{height:4px}.max-sm\:h-\[50px\]{height:50px}.max-sm\:h-\[58px\]{height:58px}.max-sm\:h-\[674px\]{height:674px}.max-sm\:h-\[70\%\]{height:70%}.max-sm\:h-\[90\%\]{height:90%}.max-sm\:h-\[9px\]{height:9px}.max-sm\:h-auto{height:auto}.max-sm\:min-h-full{min-height:100%}.max-sm\:w-10{width:2.5rem}.max-sm\:w-\[10px\]{width:10px}.max-sm\:w-\[120px\]{width:120px}.max-sm\:w-\[15px\]{width:15px}.max-sm\:w-\[16px\]{width:16px}.max-sm\:w-\[180px\]{width:180px}.max-sm\:w-\[230px\]{width:230px}.max-sm\:w-\[28px\]{width:28px}.max-sm\:w-\[4px\]{width:4px}.max-sm\:w-\[50\%\]{width:50%}.max-sm\:w-\[50px\]{width:50px}.max-sm\:w-\[60\%\]{width:60%}.max-sm\:w-\[70\%\]{width:70%}.max-sm\:w-\[80\%\]{width:80%}.max-sm\:w-\[96\%\]{width:96%}.max-sm\:w-\[98\%\]{width:98%}.max-sm\:w-auto{width:auto}.max-sm\:w-full{width:100%}.max-sm\:min-w-\[268px\]{min-width:268px}.max-sm\:flex-grow{flex-grow:1}.max-sm\:flex-row{flex-direction:row}.max-sm\:\!flex-col{flex-direction:column!important}.max-sm\:flex-col{flex-direction:column}.max-sm\:\!flex-col-reverse{flex-direction:column-reverse!important}.max-sm\:flex-col-reverse{flex-direction:column-reverse}.max-sm\:flex-wrap{flex-wrap:wrap}.max-sm\:items-center{align-items:center}.max-sm\:justify-center{justify-content:center}.max-sm\:justify-between{justify-content:space-between}.max-sm\:gap-0{gap:0px}.max-sm\:gap-1{gap:.25rem}.max-sm\:gap-2{gap:.5rem}.max-sm\:gap-3{gap:.75rem}.max-sm\:gap-4{gap:1rem}.max-sm\:gap-5{gap:1.25rem}.max-sm\:gap-\[1\.125rem\]{gap:1.125rem}.max-sm\:gap-\[4px\]{gap:4px}.max-sm\:gap-\[8px\]{gap:8px}.max-sm\:self-center{align-self:center}.max-sm\:rounded-\[12px\]{border-radius:12px}.max-sm\:rounded-\[4px\]{border-radius:4px}.max-sm\:border,.max-sm\:border-\[1px\]{border-width:1px}.max-sm\:border-\[\#D7D7D7\],.max-sm\:border-\[\#d7d7d7\]{--tw-border-opacity: 1;border-color:rgb(215 215 215 / var(--tw-border-opacity))}.max-sm\:p-1{padding:.25rem}.max-sm\:p-2{padding:.5rem}.max-sm\:p-\[0px_12px_0px_12px\]{padding:0 12px}.max-sm\:p-\[0px_16px_0px_16px\]{padding:0 16px}.max-sm\:p-\[11px_12px_11px_12px\]{padding:11px 12px}.max-sm\:p-\[12px\]{padding:12px}.max-sm\:p-\[12px_22px_16px_22px\]{padding:12px 22px 16px}.max-sm\:p-\[12px_4px_12px_4px\]{padding:12px 4px}.max-sm\:p-\[20px_16px_12px_16px\]{padding:20px 16px 12px}.max-sm\:p-\[4px_12px\],.max-sm\:p-\[4px_12px_4px_12px\]{padding:4px 12px}.max-sm\:p-\[6px_12px_6px_12px\]{padding:6px 12px}.max-sm\:p-\[8px_16px_8px_16px\]{padding:8px 16px}.max-sm\:p-\[8px_4px_8px_4px\]{padding:8px 4px}.max-sm\:p-\[8px_8px_8px_8px\]{padding:8px}.max-sm\:p-\[9px_36px_9px_36px\]{padding:9px 36px}.max-sm\:px-0{padding-left:0;padding-right:0}.max-sm\:px-1{padding-left:.25rem;padding-right:.25rem}.max-sm\:px-2{padding-left:.5rem;padding-right:.5rem}.max-sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.max-sm\:pb-\[20px\]{padding-bottom:20px}.max-sm\:pl-\[10\%\]{padding-left:10%}.max-sm\:pt-3{padding-top:.75rem}.max-sm\:text-start{text-align:start}.max-sm\:text-\[10px\]{font-size:10px}.max-sm\:text-\[11px\]{font-size:11px}.max-sm\:text-\[12px\]{font-size:12px}.max-sm\:text-\[14px\]{font-size:14px}.max-sm\:text-\[16px\]{font-size:16px}.max-sm\:text-\[18px\]{font-size:18px}.max-sm\:text-\[20px\]{font-size:20px}.max-sm\:text-\[24px\]{font-size:24px}.max-sm\:font-\[400\]{font-weight:400}.max-sm\:font-\[600\]{font-weight:600}.max-sm\:leading-\[14px\]{line-height:14px}.max-sm\:text-\[\#2B2B2B\]{--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity))}}@media not all and (min-width: 600px){.max-scr600\:mb-20{margin-bottom:5rem}.max-scr600\:h-3{height:.75rem}.max-scr600\:w-3{width:.75rem}.max-scr600\:\!flex-col-reverse{flex-direction:column-reverse!important}.max-scr600\:p-\[6px_4px_6px_4px\]{padding:6px 4px}.max-scr600\:text-xs{font-size:.75rem;line-height:1rem}}@media not all and (min-width: 376px){.max-mbl\:hidden{display:none}.max-mbl\:flex-col{flex-direction:column}.max-mbl\:\!bg-\[url\(\'\.\.\/400signup\.svg\'\)\]{background-image:url(../400signup.svg)!important}.max-mbl\:pl-\[2rem\]{padding-left:2rem}}@media (min-width: 376px){.mbl\:w-\[80px\]{width:80px}.mbl\:\!bg-\[url\(\'\.\.\/640signup\.svg\'\)\]{background-image:url(../640signup.svg)!important}}@media (min-width: 600px){.scr600\:h-\[32\.06px\]{height:32.06px}.scr600\:w-\[180px\]{width:180px}.scr600\:w-\[230px\]{width:230px}.scr600\:w-\[296px\]{width:296px}.scr600\:flex-row{flex-direction:row}.scr600\:gap-2{gap:.5rem}.scr600\:px-\[9\.08px\]{padding-left:9.08px;padding-right:9.08px}.scr600\:text-\[14px\]{font-size:14px}.scr600\:text-\[16px\]{font-size:16px}.scr600\:text-base{font-size:1rem;line-height:1.5rem}.scr600\:leading-\[21px\]{line-height:21px}.scr600\:leading-\[24px\]{line-height:24px}}@media (min-width: 640px){.sm\:-bottom-\[12\%\]{bottom:-12%}.sm\:-top-\[11\.57\%\]{top:-11.57%}.sm\:left-\[70\%\]{left:70%}.sm\:-ml-px{margin-left:-1px}.sm\:mb-0{margin-bottom:0}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:table-cell{display:table-cell}.sm\:hidden{display:none}.sm\:h-12{height:3rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-\[100\%\]{height:100%}.sm\:h-\[15px\]{height:15px}.sm\:h-\[200px\]{height:200px}.sm\:h-\[20px\]{height:20px}.sm\:h-\[264px\]{height:264px}.sm\:h-\[37px\]{height:37px}.sm\:h-\[40px\]{height:40px}.sm\:h-\[68px\]{height:68px}.sm\:h-\[764px\]{height:764px}.sm\:h-\[80\%\]{height:80%}.sm\:h-\[8px\]{height:8px}.sm\:h-\[90\%\]{height:90%}.sm\:h-screen{height:100vh}.sm\:w-12{width:3rem}.sm\:w-20{width:5rem}.sm\:w-4{width:1rem}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-56{width:14rem}.sm\:w-64{width:16rem}.sm\:w-72{width:18rem}.sm\:w-\[100\%\]{width:100%}.sm\:w-\[134px\]{width:134px}.sm\:w-\[149px\]{width:149px}.sm\:w-\[15px\]{width:15px}.sm\:w-\[180px\]{width:180px}.sm\:w-\[20\%\]{width:20%}.sm\:w-\[200px\]{width:200px}.sm\:w-\[20px\]{width:20px}.sm\:w-\[220px\]{width:220px}.sm\:w-\[25\%\]{width:25%}.sm\:w-\[264px\]{width:264px}.sm\:w-\[284px\]{width:284px}.sm\:w-\[30\%\]{width:30%}.sm\:w-\[364px\]{width:364px}.sm\:w-\[37px\]{width:37px}.sm\:w-\[380px\]{width:380px}.sm\:w-\[40\%\]{width:40%}.sm\:w-\[40px\]{width:40px}.sm\:w-\[430px\]{width:430px}.sm\:w-\[600px\]{width:600px}.sm\:w-\[786px\]{width:786px}.sm\:w-\[8px\]{width:8px}.sm\:w-\[96\%\]{width:96%}.sm\:w-\[97px\]{width:97px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:w-max{width:-moz-max-content;width:max-content}.sm\:min-w-\[378px\]{min-width:378px}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-md{max-width:28rem}.sm\:flex-initial{flex:0 1 auto}.sm\:flex-none{flex:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:\!flex-row{flex-direction:row!important}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:\!gap-4{gap:1rem!important}.sm\:gap-1{gap:.25rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:gap-\[1\.125rem\]{gap:1.125rem}.sm\:gap-\[12px\]{gap:12px}.sm\:gap-\[16px\]{gap:16px}.sm\:gap-\[36px\]{gap:36px}.sm\:gap-\[37px\]{gap:37px}.sm\:gap-\[40px\]{gap:40px}.sm\:gap-\[44px\]{gap:44px}.sm\:gap-\[48px\]{gap:48px}.sm\:gap-\[54px\]{gap:54px}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-\[12px\]{border-radius:12px}.sm\:rounded-\[6px\]{border-radius:6px}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.sm\:border-\[1px\]{border-width:1px}.sm\:border-\[2px\]{border-width:2px}.sm\:border-b-0{border-bottom-width:0px}.sm\:border-l{border-left-width:1px}.sm\:border-r{border-right-width:1px}.sm\:border-t{border-top-width:1px}.sm\:border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.sm\:bg-\[\#F4F7FF\]{--tw-bg-opacity: 1;background-color:rgb(244 247 255 / var(--tw-bg-opacity))}.sm\:\!bg-\[url\(\'\.\.\/768signup\.svg\'\)\]{background-image:url(../768signup.svg)!important}.sm\:p-0{padding:0}.sm\:p-2{padding:.5rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:p-\[0px_12px_0px_12px\]{padding:0 12px}.sm\:p-\[0px_45px\]{padding:0 45px}.sm\:p-\[11px_22px_11px_22px\]{padding:11px 22px}.sm\:p-\[16px_30px_30px_40px\]{padding:16px 30px 30px 40px}.sm\:p-\[16px_99px_16px_38px\]{padding:16px 99px 16px 38px}.sm\:p-\[24px_69px_17px_47px\]{padding:24px 69px 17px 47px}.sm\:p-\[26px\]{padding:26px}.sm\:p-\[44px_50px_44px_50px\]{padding:44px 50px}.sm\:p-\[46px_50px_28px_50px\]{padding:46px 50px 28px}.sm\:p-\[4px_20px\]{padding:4px 20px}.sm\:p-\[6px_20px_6px_20px\]{padding:6px 20px}.sm\:p-\[6px_28px_6px_28px\]{padding:6px 28px}.sm\:p-\[8px_12px_8px_12px\]{padding:8px 12px}.sm\:p-\[9px_36px\]{padding:9px 36px}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:pl-\[20\%\]{padding-left:20%}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-\[10px\]{font-size:10px}.sm\:text-\[11px\]{font-size:11px}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[20px\]{font-size:20px}.sm\:text-\[24px\]{font-size:24px}.sm\:text-\[26px\]{font-size:26px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-\[40px\]{font-size:40px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:font-\[500\]{font-weight:500}.sm\:leading-\[29\.05px\]{line-height:29.05px}.sm\:shadow-\[-2px_0px_4px_0px_\#59595933\]{--tw-shadow: -2px 0px 4px 0px #59595933;--tw-shadow-colored: -2px 0px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sm\:hover\:bg-transparent:hover{background-color:transparent}}@media (min-width: 767px){.mdscr\:hidden{display:none}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:-bottom-\[14\%\]{bottom:-14%}.md\:-bottom-\[92px\]{bottom:-92px}.md\:left-\[69\.57\%\]{left:69.57%}.md\:right-0{right:0}.md\:right-\[22\%\]{right:22%}.md\:top-0{top:0}.md\:top-12{top:3rem}.md\:top-\[6\%\]{top:6%}.md\:\!mb-8{margin-bottom:2rem!important}.md\:-mt-0{margin-top:-0px}.md\:mb-2{margin-bottom:.5rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:ml-4{margin-left:1rem}.md\:mr-2{margin-right:.5rem}.md\:mt-0{margin-top:0}.md\:mt-3{margin-top:.75rem}.md\:mt-36{margin-top:9rem}.md\:mt-4{margin-top:1rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-8{margin-top:2rem}.md\:block{display:block}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-11{height:2.75rem}.md\:h-12{height:3rem}.md\:h-14{height:3.5rem}.md\:h-4{height:1rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-8{height:2rem}.md\:h-9{height:2.25rem}.md\:h-\[120\%\]{height:120%}.md\:h-\[12px\]{height:12px}.md\:h-\[140px\]{height:140px}.md\:h-\[16\]{height:16}.md\:h-\[16px\]{height:16px}.md\:h-\[18px\]{height:18px}.md\:h-\[240px\]{height:240px}.md\:h-\[24px\]{height:24px}.md\:h-\[284px\]{height:284px}.md\:h-\[28px\]{height:28px}.md\:h-\[44px\]{height:44px}.md\:h-\[594px\]{height:594px}.md\:h-\[60px\]{height:60px}.md\:h-\[80px\]{height:80px}.md\:h-\[84px\]{height:84px}.md\:h-\[88px\]{height:88px}.md\:h-\[90\%\]{height:90%}.md\:h-screen{height:100vh}.md\:max-h-\[260px\]{max-height:260px}.md\:max-h-\[300px\]{max-height:300px}.md\:min-h-\[2\.480rem\]{min-height:2.48rem}.md\:\!w-\[8\.821875rem\]{width:8.821875rem!important}.md\:md\:w-8{width:2rem}.md\:w-10{width:2.5rem}.md\:w-11{width:2.75rem}.md\:w-12{width:3rem}.md\:w-14{width:3.5rem}.md\:w-4{width:1rem}.md\:w-48{width:12rem}.md\:w-5{width:1.25rem}.md\:w-6{width:1.5rem}.md\:w-8{width:2rem}.md\:w-9{width:2.25rem}.md\:w-\[109px\]{width:109px}.md\:w-\[1120px\]{width:1120px}.md\:w-\[1126px\]{width:1126px}.md\:w-\[124px\]{width:124px}.md\:w-\[12px\]{width:12px}.md\:w-\[150px\]{width:150px}.md\:w-\[16\]{width:16}.md\:w-\[16px\]{width:16px}.md\:w-\[180px\]{width:180px}.md\:w-\[18px\]{width:18px}.md\:w-\[200px\]{width:200px}.md\:w-\[206px\]{width:206px}.md\:w-\[21px\]{width:21px}.md\:w-\[222px\]{width:222px}.md\:w-\[23px\]{width:23px}.md\:w-\[240px\]{width:240px}.md\:w-\[24px\]{width:24px}.md\:w-\[284px\]{width:284px}.md\:w-\[30\%\]{width:30%}.md\:w-\[300px\]{width:300px}.md\:w-\[36\.016875rem\]{width:36.016875rem}.md\:w-\[380px\]{width:380px}.md\:w-\[39\.375rem\]{width:39.375rem}.md\:w-\[40\%\]{width:40%}.md\:w-\[400px\]{width:400px}.md\:w-\[416px\]{width:416px}.md\:w-\[424px\]{width:424px}.md\:w-\[44px\]{width:44px}.md\:w-\[450px\]{width:450px}.md\:w-\[48\%\]{width:48%}.md\:w-\[480px\]{width:480px}.md\:w-\[508px\]{width:508px}.md\:w-\[520px\]{width:520px}.md\:w-\[60px\]{width:60px}.md\:w-\[638px\]{width:638px}.md\:w-\[70\%\]{width:70%}.md\:w-\[70px\]{width:70px}.md\:w-\[786px\]{width:786px}.md\:w-\[800px\]{width:800px}.md\:w-\[84px\]{width:84px}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:min-w-\[108px\]{min-width:108px}.md\:min-w-\[120px\]{min-width:120px}.md\:min-w-\[130px\]{min-width:130px}.md\:min-w-\[180px\]{min-width:180px}.md\:min-w-\[202px\]{min-width:202px}.md\:min-w-\[224px\]{min-width:224px}.md\:min-w-\[580px\]{min-width:580px}.md\:min-w-\[700px\]{min-width:700px}.md\:min-w-\[calc\(100\%_-_194\.5px\)\]{min-width:calc(100% - 194.5px)}.md\:max-w-2xl{max-width:42rem}.md\:max-w-\[250px\]{max-width:250px}.md\:max-w-\[350px\]{max-width:350px}.md\:max-w-\[900px\]{max-width:900px}.md\:max-w-sm{max-width:24rem}.md\:flex-grow{flex-grow:1}.md\:translate-x-\[-24px\]{--tw-translate-x: -24px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:translate-y-\[24\%\]{--tw-translate-y: 24%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0px}.md\:gap-10{gap:2.5rem}.md\:gap-11{gap:2.75rem}.md\:gap-14{gap:3.5rem}.md\:gap-2{gap:.5rem}.md\:gap-20{gap:5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-7{gap:1.75rem}.md\:gap-8{gap:2rem}.md\:gap-9{gap:2.25rem}.md\:gap-\[10px\]{gap:10px}.md\:gap-\[24px\]{gap:24px}.md\:gap-\[52px\]{gap:52px}.md\:gap-\[54px\]{gap:54px}.md\:gap-\[80px\]{gap:80px}.md\:gap-y-10{row-gap:2.5rem}.md\:gap-y-4{row-gap:1rem}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.md\:self-center{align-self:center}.md\:text-nowrap{text-wrap:nowrap}.md\:rounded-\[6px\]{border-radius:6px}.md\:rounded-md{border-radius:calc(var(--radius) - 2px)}.md\:border-0{border-width:0px}.md\:border-\[1\.5px\]{border-width:1.5px}.md\:border-\[1px\]{border-width:1px}.md\:border-\[2px\]{border-width:2px}.md\:bg-\[\#2446F5\]{--tw-bg-opacity: 1;background-color:rgb(36 70 245 / var(--tw-bg-opacity))}.md\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.md\:\!bg-\[url\(\'\.\.\/1024signup\.svg\'\)\]{background-image:url(../1024signup.svg)!important}.md\:\!p-0{padding:0!important}.md\:\!p-6{padding:1.5rem!important}.md\:p-0{padding:0}.md\:p-10{padding:2.5rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:p-\[10px_12px_10px_12px\]{padding:10px 12px}.md\:p-\[10px_18px_10px_18px\]{padding:10px 18px}.md\:p-\[10px_36px_10px_36px\]{padding:10px 36px}.md\:p-\[10px_47px_48px_47px\]{padding:10px 47px 48px}.md\:p-\[12px_24px\],.md\:p-\[12px_24px_12px_24px\]{padding:12px 24px}.md\:p-\[16px_0px_0px_0px\]{padding:16px 0 0}.md\:p-\[19px\]{padding:19px}.md\:p-\[28px_128px_28px_128px\]{padding:28px 128px}.md\:p-\[36px_36px_16px_36px\]{padding:36px 36px 16px}.md\:p-\[36px_47px_48px_47px\]{padding:36px 47px 48px}.md\:p-\[44px_50px_44px_50px\]{padding:44px 50px}.md\:p-\[4px_16px_4px_16px\]{padding:4px 16px}.md\:p-\[6px_12px_6px_12px\]{padding:6px 12px}.md\:p-\[8px_16px\]{padding:8px 16px}.md\:p-\[8px_16px_8px_12px\]{padding:8px 16px 8px 12px}.md\:p-\[8px_16px_8px_16px\]{padding:8px 16px}.md\:p-\[8px_22px_8px_22px\]{padding:8px 22px}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.md\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.md\:pb-\[0\.625rem\]{padding-bottom:.625rem}.md\:pl-10{padding-left:2.5rem}.md\:pl-20{padding-left:5rem}.md\:pl-6{padding-left:1.5rem}.md\:pl-8{padding-left:2rem}.md\:pl-\[1\.25rem\]{padding-left:1.25rem}.md\:pl-\[24px\]{padding-left:24px}.md\:pr-\[1\.25rem\]{padding-right:1.25rem}.md\:pt-5{padding-top:1.25rem}.md\:pt-\[0\.625rem\]{padding-top:.625rem}.md\:text-right{text-align:right}.md\:\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-\[0\.75rem\]{font-size:.75rem}.md\:text-\[0\.778125rem\]{font-size:.778125rem}.md\:text-\[1\.364375rem\]{font-size:1.364375rem}.md\:text-\[1\.625rem\]{font-size:1.625rem}.md\:text-\[10px\]{font-size:10px}.md\:text-\[12px\]{font-size:12px}.md\:text-\[14px\]{font-size:14px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[1rem\]{font-size:1rem}.md\:text-\[20px\]{font-size:20px}.md\:text-\[22px\]{font-size:22px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[34px\]{font-size:34px}.md\:text-\[48px\]{font-size:48px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:font-\[400\]{font-weight:400}.md\:font-\[500\]{font-weight:500}.md\:font-\[600\]{font-weight:600}.md\:font-\[700\]{font-weight:700}.md\:leading-3{line-height:.75rem}.md\:leading-4{line-height:1rem}.md\:leading-5{line-height:1.25rem}.md\:leading-6{line-height:1.5rem}.md\:leading-\[0\.9075rem\]{line-height:.9075rem}.md\:leading-\[0\.934375rem\]{line-height:.934375rem}.md\:leading-\[1\.18875rem\]{line-height:1.18875rem}.md\:leading-\[1\.234rem\]{line-height:1.234rem}.md\:leading-\[1\.325rem\]{line-height:1.325rem}.md\:leading-\[1\.6375rem\]{line-height:1.6375rem}.md\:leading-\[1\.8rem\]{line-height:1.8rem}.md\:leading-\[1\.95rem\]{line-height:1.95rem}.md\:leading-\[20px\]{line-height:20px}.md\:leading-\[21\.6px\]{line-height:21.6px}.md\:leading-\[48px\]{line-height:48px}.md\:leading-\[70px\]{line-height:70px}.md\:text-\[\#595959\]{--tw-text-opacity: 1;color:rgb(89 89 89 / var(--tw-text-opacity))}.md\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.md\:shadow-\[-2px_0px_4px_0px_\#59595933\]{--tw-shadow: -2px 0px 4px 0px #59595933;--tw-shadow-colored: -2px 0px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.md\:transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.md\:duration-200{transition-duration:.2s}.md\:before\:absolute:before{content:var(--tw-content);position:absolute}.md\:before\:bottom-0:before{content:var(--tw-content);bottom:0}.md\:before\:left-\[-20px\]:before{content:var(--tw-content);left:-20px}.md\:before\:h-5:before{content:var(--tw-content);height:1.25rem}.md\:before\:w-5:before{content:var(--tw-content);width:1.25rem}.md\:before\:rounded-br-\[25px\]:before{content:var(--tw-content);border-bottom-right-radius:25px}.md\:before\:border-b:before{content:var(--tw-content);border-bottom-width:1px}.md\:before\:border-r:before{content:var(--tw-content);border-right-width:1px}.md\:before\:border-gray-200:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.md\:before\:bg-transparent:before{content:var(--tw-content);background-color:transparent}.md\:before\:shadow-\[5px_5px_0_\#F4F7FF\]:before{content:var(--tw-content);--tw-shadow: 5px 5px 0 #F4F7FF;--tw-shadow-colored: 5px 5px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.md\:before\:content-\[\'\'\]:before{--tw-content: "";content:var(--tw-content)}.md\:after\:absolute:after{content:var(--tw-content);position:absolute}.md\:after\:bottom-0:after{content:var(--tw-content);bottom:0}.md\:after\:right-\[-20px\]:after{content:var(--tw-content);right:-20px}.md\:after\:h-5:after{content:var(--tw-content);height:1.25rem}.md\:after\:w-5:after{content:var(--tw-content);width:1.25rem}.md\:after\:rounded-bl-\[25px\]:after{content:var(--tw-content);border-bottom-left-radius:25px}.md\:after\:border-b:after{content:var(--tw-content);border-bottom-width:1px}.md\:after\:border-l:after{content:var(--tw-content);border-left-width:1px}.md\:after\:border-gray-200:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.md\:after\:bg-transparent:after{content:var(--tw-content);background-color:transparent}.md\:after\:shadow-\[-5px_5px_0_\#F4F7FF\]:after{content:var(--tw-content);--tw-shadow: -5px 5px 0 #F4F7FF;--tw-shadow-colored: -5px 5px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.md\:after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.md\:hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.md\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.md\:focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.md\:focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}.md\:focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.md\:dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.md\:dark\:hover\:text-\[\#AC4DFF\]:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(172 77 255 / var(--tw-text-opacity))}}@media (min-width: 850px){.scr850\:-left-\[24px\]{left:-24px}.scr850\:block{display:block}.scr850\:flex{display:flex}.scr850\:hidden{display:none}.scr850\:h-7{height:1.75rem}.scr850\:w-7{width:1.75rem}.scr850\:w-\[270px\]{width:270px}.scr850\:w-auto{width:auto}.scr850\:-translate-y-\[10\%\]{--tw-translate-y: -10%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scr850\:flex-row{flex-direction:row}.scr850\:items-start{align-items:flex-start}.scr850\:gap-2{gap:.5rem}.scr850\:gap-3{gap:.75rem}.scr850\:gap-4{gap:1rem}.scr850\:gap-6{gap:1.5rem}.scr850\:p-6{padding:1.5rem}.scr850\:px-14{padding-left:3.5rem;padding-right:3.5rem}.scr850\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.scr850\:py-8{padding-top:2rem;padding-bottom:2rem}.scr850\:text-\[16px\]{font-size:16px}.scr850\:text-\[19px\]{font-size:19px}.scr850\:text-\[20px\]{font-size:20px}.scr850\:text-base{font-size:1rem;line-height:1.5rem}.scr850\:leading-\[19\.36px\]{line-height:19.36px}.scr850\:leading-\[22\.99px\]{line-height:22.99px}.scr850\:leading-\[24\.2px\]{line-height:24.2px}}@media (min-width: 1000px){.scr1000\:hidden{display:none}.scr1000\:h-\[276px\]{height:276px}.scr1000\:h-auto{height:auto}.scr1000\:flex-row{flex-direction:row}.scr1000\:items-start{align-items:flex-start}.scr1000\:items-end{align-items:flex-end}.scr1000\:gap-6{gap:1.5rem}.scr1000\:gap-7{gap:1.75rem}.scr1000\:p-\[24px_80px\]{padding:24px 80px}.scr1000\:text-\[24px\]{font-size:24px}.scr1000\:font-bold{font-weight:700}.scr1000\:leading-\[26\.4px\]{line-height:26.4px}}@media (min-width: 1024px){.lg\:-bottom-\[12\%\]{bottom:-12%}.lg\:right-\[5\%\]{right:5%}.lg\:mb-11{margin-bottom:2.75rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:hidden{display:none}.lg\:h-10{height:2.5rem}.lg\:h-\[284px\]{height:284px}.lg\:h-\[320px\]{height:320px}.lg\:h-\[70px\]{height:70px}.lg\:h-\[88px\]{height:88px}.lg\:h-full{height:100%}.lg\:h-screen{height:100vh}.lg\:w-10{width:2.5rem}.lg\:w-\[230px\]{width:230px}.lg\:w-\[284px\]{width:284px}.lg\:w-\[320px\]{width:320px}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[600px\]{width:600px}.lg\:w-\[638px\]{width:638px}.lg\:w-\[640px\]{width:640px}.lg\:w-\[70px\]{width:70px}.lg\:w-\[75\%\]{width:75%}.lg\:w-\[800px\]{width:800px}.lg\:min-w-\[1000px\]{min-width:1000px}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-3{gap:.75rem}.lg\:gap-7{gap:1.75rem}.lg\:gap-x-\[14\%\]{-moz-column-gap:14%;column-gap:14%}.lg\:space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:\!bg-\[url\(\'\.\.\/signup\.png\'\)\]{background-image:url(../signup.png)!important}.lg\:p-10{padding:2.5rem}.lg\:p-3{padding:.75rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:p-\[0px_16px_0px_16px\]{padding:0 16px}.lg\:p-\[20px_0px_20px_0px\]{padding:20px 0}.lg\:p-\[33px_57px_33px_57px\]{padding:33px 57px}.lg\:p-\[4px_40px\]{padding:4px 40px}.lg\:p-\[8px_16px\],.lg\:p-\[8px_16px_8px_16px\]{padding:8px 16px}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pl-28{padding-left:7rem}.lg\:pl-8{padding-left:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[18px\]{font-size:18px}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[26px\]{font-size:26px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[36px\]{font-size:36px}.lg\:text-\[40px\]{font-size:40px}.lg\:text-\[44px\]{font-size:44px}.lg\:text-\[64px\]{font-size:64px}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:leading-\[24px\]{line-height:24px}.lg\:leading-\[31\.47px\]{line-height:31.47px}.lg\:leading-\[60px\]{line-height:60px}.lg\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}@media (min-width: 1168px){.scr1168\:w-\[320px\]{width:320px}.scr1168\:min-w-\[404px\]{min-width:404px}.scr1168\:flex-row{flex-direction:row}}@media (min-width: 1250px){.scr1250\:w-\[290px\]{width:290px}.scr1250\:p-8{padding:2rem}}@media (min-width: 1280px){.xl\:-bottom-\[20\%\]{bottom:-20%}.xl\:h-\[416px\]{height:416px}.xl\:h-\[80px\]{height:80px}.xl\:w-\[416px\]{width:416px}.xl\:w-\[554px\]{width:554px}.xl\:w-\[600px\]{width:600px}.xl\:w-\[80px\]{width:80px}.xl\:gap-4{gap:1rem}.xl\:gap-8{gap:2rem}.xl\:p-10{padding:2.5rem}.xl\:p-\[10px_36px_10px_36px\]{padding:10px 36px}.xl\:px-36{padding-left:9rem;padding-right:9rem}.xl\:pl-36{padding-left:9rem}.xl\:text-\[20px\]{font-size:20px}.xl\:text-\[24px\]{font-size:24px}.xl\:text-\[40px\]{font-size:40px}.xl\:text-\[42px\]{font-size:42px}.xl\:text-\[48px\]{font-size:48px}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:leading-\[32px\]{line-height:32px}.xl\:leading-\[70px\]{line-height:70px}}@media (min-width: 1350px){.scr1350\:w-\[316px\]{width:316px}.scr1350\:w-\[345px\]{width:345px}.scr1350\:text-nowrap{text-wrap:nowrap}}@media (min-width: 1400px){.\32xl\:h-\[100px\]{height:100px}.\32xl\:w-\[100px\]{width:100px}}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}
