@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400&family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=DM+Serif+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&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: hsl(6, 78%, 57%);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}._pageWrapper_qug77_4{display:flex;min-height:calc(100vh - 70px);font-family:DM Sans,sans-serif;background:#fff}._leftPanel_qug77_14{flex:0 0 50%;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 52px;background:#fff;overflow-y:auto}._formContainer_qug77_26{width:100%;width:350px;flex-shrink:0}._heading_qug77_33{font-size:24px;font-weight:700;color:#111;letter-spacing:-.5px;margin-bottom:4px}._subText_qug77_41{font-size:13px;color:#9ca3af;margin-bottom:24px}._errorBox_qug77_48{background:#fff1f1;border:1px solid #fca5a5;color:#b91c1c;padding:11px 14px;border-radius:9px;margin-bottom:16px;font-size:13px;text-align:center;font-weight:500;width:100%}._form_qug77_26{display:flex;flex-direction:column;gap:0;width:60%}._field_qug77_70{display:flex;flex-direction:column;gap:5px;margin-bottom:13px}._label_qug77_77{font-size:12px;font-weight:600;color:#374151;display:flex;justify-content:space-between;align-items:center}._forgotLink_qug77_87{background:none;border:none;padding:0;font-size:12px;font-weight:500;color:#01669c;cursor:pointer;font-family:inherit;transition:color .15s}._forgotLink_qug77_87:hover{color:#03b4ef}._input_qug77_104{height:41px;border:1.5px solid #daeef8;border-radius:10px;padding:0 13px;font-size:13px;color:#111;background:#f6fbfe;outline:none;width:100%;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s}._input_qug77_104::placeholder{color:#a8c8d8}._input_qug77_104:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._pwWrap_qug77_129{position:relative}._pwWrap_qug77_129 ._input_qug77_104{padding-right:38px}._eyeIcon_qug77_137{position:absolute;right:11px;top:50%;transform:translateY(-50%);cursor:pointer;color:#a8c8d8;display:flex;align-items:center;transition:color .15s}._eyeIcon_qug77_137:hover{color:#01669c}._rememberRow_qug77_154{display:flex;align-items:center;gap:8px;margin-bottom:18px}._checkbox_qug77_161{appearance:auto!important;-webkit-appearance:checkbox!important;background:initial!important;width:16px;height:16px;cursor:pointer;accent-color:#01669C}._rememberLabel_qug77_171{font-size:13px;color:#9ca3af;cursor:pointer;margin:0!important}._submitBtn_qug77_179{width:100%;height:43px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:-.2px;transition:opacity .15s,transform .1s;margin-bottom:14px}._submitBtn_qug77_179:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_qug77_179:disabled{opacity:.6;cursor:not-allowed}._divider_qug77_206{display:flex;align-items:center;gap:10px;margin-bottom:13px;color:#b0c8d8;font-size:11px;text-transform:uppercase;letter-spacing:.8px}._divider_qug77_206:before,._divider_qug77_206:after{content:"";flex:1;height:1px;background:#daeef8}._googleBtn_qug77_226{width:60%;height:41px;background:#fff;border:1.5px solid #daeef8;border-radius:10px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;transition:background .15s,border-color .15s}._googleBtn_qug77_226:hover:not(:disabled){background:#f6fbfe;border-color:#03b4ef}._googleBtn_qug77_226:disabled{opacity:.6;cursor:not-allowed}._link_qug77_255{color:#01669c;text-decoration:none;font-weight:500;transition:color .15s}._link_qug77_255:hover{color:#03b4ef}._termsText_qug77_266{font-size:11px;color:#b0c8d8;text-align:center;margin-top:14px}._rightPanel_qug77_276{flex:0 0 50%;width:50%;background:linear-gradient(145deg,#e4f5fc,#eef6ff 55%,#d8eef8);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:0 0 32px;position:relative;overflow:hidden}._blob1_qug77_290{position:absolute;width:300px;height:300px;border-radius:50%;background:#03b4ef1f;top:-90px;right:-70px;pointer-events:none}._blob2_qug77_301{position:absolute;width:180px;height:180px;border-radius:50%;background:#01669c14;bottom:80px;left:-50px;pointer-events:none}._stack_qug77_313{position:relative;width:360px;height:360px;margin:0 auto 20px}._cSchedule_qug77_321,._cStatus_qug77_322,._cAttend_qug77_323,._cChart_qug77_324{position:absolute;background:#fff;border-radius:13px;box-shadow:0 4px 24px #01669c1f}._cSchedule_qug77_321{top:0;left:14px;width:220px;padding:13px;z-index:2}._cStatus_qug77_322{top:8px;right:0;width:148px;padding:11px 12px;z-index:3}._cAttend_qug77_323{bottom:10px;left:0;width:138px;padding:12px;z-index:4}._cChart_qug77_324{bottom:10px;right:0;width:196px;padding:11px 12px;z-index:3}._cardHeader_qug77_368{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}._cardTitle_qug77_375{font-size:10px;font-weight:700;color:#111}._todayBadge_qug77_381{font-size:8px;color:#01669c;background:#e4f5fc;border-radius:5px;padding:2px 6px;display:flex;align-items:center;gap:3px}._tagCritical_qug77_393{font-size:8px;font-weight:700;color:#ef4444;display:block;margin-bottom:5px}._tagUpcoming_qug77_401{font-size:8px;font-weight:700;color:#03b4ef;display:block;margin-bottom:5px;margin-top:6px}._eventItem_qug77_411{margin-bottom:4px}._eventName_qug77_415{font-size:10px;font-weight:600;color:#111}._eventDesc_qug77_421{font-size:9px;color:#9ca3af;margin-top:1px}._eventMeta_qug77_427{display:flex;align-items:center;gap:6px;margin-top:3px}._avatar_qug77_434{width:15px;height:15px;border-radius:50%;background:linear-gradient(to right,#01669c,#03b4ef);display:flex;align-items:center;justify-content:center;font-size:5px;font-weight:700;color:#fff}._eventTime_qug77_447{font-size:8px;color:#9ca3af;display:flex;align-items:center;gap:2px}._donutWrap_qug77_456{position:relative;width:70px;height:70px;margin:0 auto 7px}._donutCenter_qug77_463{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._donutNum_qug77_471{font-size:13px;font-weight:700;color:#01669c;line-height:1}._donutSub_qug77_478{font-size:7px;color:#9ca3af;line-height:1.3;margin-top:2px}._growthBadge_qug77_485{font-size:8px;color:#15803d;background:#dcfce7;border-radius:4px;padding:2px 6px;display:inline-flex;align-items:center}._attendDonut_qug77_496{position:relative;width:60px;height:60px;margin:0 auto 6px}._attendCenter_qug77_503{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._attendNum_qug77_511{font-size:13px;font-weight:700;color:#01669c;line-height:1}._attendLbl_qug77_518{font-size:7px;color:#9ca3af;line-height:1.2;margin-top:1px}._deptSub_qug77_525{font-size:8px;color:#9ca3af;text-align:center;margin-bottom:5px}._deptNav_qug77_532{display:flex;align-items:center;justify-content:space-between}._deptName_qug77_538{font-size:8px;font-weight:600;color:#01669c;background:#e4f5fc;padding:2px 7px;border-radius:99px}._navBtn_qug77_547{width:16px;height:16px;border-radius:4px;background:#e4f5fc;border:none;cursor:pointer;font-size:11px;color:#01669c;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}._barsWrap_qug77_564{display:flex;align-items:flex-end;gap:4px;height:50px;position:relative;margin-bottom:5px}._bar_qug77_564{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(to top,#01669c,#03b4ef)}._avgLine_qug77_579{position:absolute;left:0;right:0;border-top:1.5px dashed #f59e0b;top:16px}._avgTag_qug77_587{position:absolute;right:0;top:0;transform:translateY(-50%);font-size:7px;font-weight:700;color:#f59e0b;background:#fffbeb;border-radius:3px;padding:0 3px}._barLabels_qug77_600{display:flex;gap:4px}._barLabel_qug77_600{flex:1;font-size:7px;color:#a8c8d8;text-align:center}._bottomText_qug77_613{text-align:center;padding:0 28px;z-index:5}._btTitle_qug77_619{font-size:17px;font-weight:700;color:#111;letter-spacing:-.4px;margin-bottom:5px}._btSub_qug77_627{font-size:12px;color:#5a8fa8;line-height:1.6}._dots_qug77_634{display:flex;gap:5px;justify-content:center;margin-top:14px;z-index:5}._dotOn_qug77_642{width:20px;height:5px;border-radius:99px;background:linear-gradient(to right,#01669c,#03b4ef)}._dotOff_qug77_649{width:5px;height:5px;border-radius:99px;background:#a8c8d8}@media(max-width:1024px){._leftPanel_qug77_14{padding:36px 32px}._formContainer_qug77_26{width:100%;max-width:350px}._form_qug77_26,._googleBtn_qug77_226{width:60%}._stack_qug77_313{transform:scale(.9)}}@media(max-width:900px){._leftPanel_qug77_14{flex:none;width:100%;padding:36px 28px;overflow-y:visible}._rightPanel_qug77_276{display:none}}@media(max-width:768px){._pageWrapper_qug77_4{flex-direction:column;min-height:auto;overflow:visible}._leftPanel_qug77_14{flex:none;width:100%;padding:36px 28px;overflow-y:visible}._rightPanel_qug77_276{display:none}._formContainer_qug77_26{width:100%;max-width:420px}._form_qug77_26,._googleBtn_qug77_226{width:60%}}@media(max-width:600px){._leftPanel_qug77_14{padding:28px 20px}._form_qug77_26,._googleBtn_qug77_226{width:80%}._heading_qug77_33{font-size:22px}._subText_qug77_41{font-size:12px}}@media(max-width:480px){._leftPanel_qug77_14{padding:24px 16px}._form_qug77_26,._googleBtn_qug77_226{width:80%}._heading_qug77_33{font-size:20px}._input_qug77_104{height:40px;font-size:12px;padding:0 12px}._submitBtn_qug77_179{height:42px;font-size:13px}._rememberLabel_qug77_171{font-size:12px}._termsText_qug77_266{font-size:10px;line-height:1.5}}._pageWrapper_rdz7y_6{display:flex;min-height:calc(100vh - 64px);background:#fff}._formSide_rdz7y_13{flex:0 0 52%;max-width:52%;display:flex;align-items:flex-start;justify-content:center;padding:44px 48px;overflow-y:auto;background:#fff;border-right:.5px solid #daeef8}._formCard_rdz7y_25{width:100%;max-width:440px}._brandMark_rdz7y_31{display:flex;align-items:center;gap:8px;margin-bottom:36px}._brandIcon_rdz7y_38{width:30px;height:30px;border-radius:8px;background:linear-gradient(to right,#01669c,#03b4ef);display:flex;align-items:center;justify-content:center;flex-shrink:0}._brandName_rdz7y_49{font-size:15px;font-weight:600;color:#111827;letter-spacing:-.2px}._formHeader_rdz7y_57{margin-bottom:28px}._heading_rdz7y_61{font-size:24px;font-weight:700;color:#111827;margin:0 0 5px;letter-spacing:-.4px}._headingSub_rdz7y_69{font-size:13px;color:#9ca3af;margin:0}._loginLink_rdz7y_75{color:#01669c;font-weight:600;text-decoration:none;transition:color .15s}._loginLink_rdz7y_75:hover{color:#03b4ef}._form_rdz7y_13{display:flex;flex-direction:column;gap:14px}._twoCol_rdz7y_93{display:grid;grid-template-columns:1fr 1fr;gap:14px}._field_rdz7y_99{display:flex;flex-direction:column;gap:5px}._label_rdz7y_105{font-size:12px;font-weight:600;color:#374151;display:flex;align-items:center;gap:7px;letter-spacing:.1px}._badgePurple_rdz7y_115{font-size:10px;font-weight:500;background:#e4f5fc;color:#01669c;padding:2px 7px;border-radius:20px}._badgeGray_rdz7y_124{font-size:10px;font-weight:500;background:#f3f4f6;color:#9ca3af;padding:2px 7px;border-radius:20px}._fieldHint_rdz7y_133{font-size:11px;color:#9ca3af;margin:1px 0 0}._input_rdz7y_140,._form_rdz7y_13 input[type=text],._form_rdz7y_13 input[type=email],._form_rdz7y_13 input[type=password],._form_rdz7y_13 input[type=tel]{width:100%;padding:9px 13px;border:1.5px solid #daeef8;border-radius:10px;font-size:13px;color:#111827;background:#f6fbfe;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box;font-family:inherit}._input_rdz7y_140:focus,._form_rdz7y_13 input[type=text]:focus,._form_rdz7y_13 input[type=email]:focus,._form_rdz7y_13 input[type=password]:focus,._form_rdz7y_13 input[type=tel]:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._input_rdz7y_140::placeholder,._form_rdz7y_13 input::placeholder{color:#a8c8d8;font-size:12px}._emailRow_rdz7y_175{display:flex;gap:8px;align-items:stretch}._emailRow_rdz7y_175 input{flex:1;padding:9px 13px;border:1.5px solid #daeef8;border-radius:10px;font-size:13px;color:#111827;background:#f6fbfe;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box;font-family:inherit}._emailRow_rdz7y_175 input:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._emailRow_rdz7y_175 input::placeholder{color:#a8c8d8;font-size:12px}._otpBtn_rdz7y_206{flex-shrink:0;padding:0 14px;border:1.5px solid #01669C;border-radius:10px;background:#fff;color:#01669c;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s;min-width:88px;font-family:inherit}._otpBtn_rdz7y_206:hover:not(:disabled){background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border-color:transparent}._otpBtn_rdz7y_206:disabled{opacity:.5;cursor:not-allowed}._pwdWrap_rdz7y_234{position:relative}._pwdWrap_rdz7y_234 input{width:100%;padding:9px 40px 9px 13px;border:1.5px solid #daeef8;border-radius:10px;font-size:13px;color:#111827;background:#f6fbfe;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box;font-family:inherit}._pwdWrap_rdz7y_234 input:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._pwdWrap_rdz7y_234 input::placeholder{color:#a8c8d8;font-size:12px}._eyeIcon_rdz7y_263{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;color:#a8c8d8;display:flex;align-items:center;transition:color .15s}._eyeIcon_rdz7y_263:hover{color:#01669c}._pwdError_rdz7y_279{font-size:11px;color:#dc2626;margin:2px 0 0;line-height:1.4}._divider_rdz7y_287{display:flex;align-items:center;gap:10px;margin:2px 0}._divLine_rdz7y_294{flex:1;border:none;border-top:.5px solid #daeef8}._divLabel_rdz7y_300{font-size:11px;color:#b0c8d8;font-weight:500;letter-spacing:.3px;text-transform:uppercase}._subWrap_rdz7y_309{display:flex;align-items:center;border:1.5px solid #daeef8;border-radius:10px;background:#f6fbfe;overflow:hidden;transition:border-color .15s,box-shadow .15s}._subWrap_rdz7y_309:focus-within{border-color:#03b4ef;box-shadow:0 0 0 3px #03b4ef1a}._subWrap_rdz7y_309 input{flex:1;padding:9px 10px 9px 13px;border:none!important;border-radius:0!important;background:transparent!important;font-size:13px;color:#111827;outline:none;box-shadow:none!important;font-family:inherit}._subWrap_rdz7y_309 input::placeholder{color:#a8c8d8;font-size:12px}._subSuffix_rdz7y_342{padding:0 13px;font-size:12px;color:#01669c;background:#e4f5fc;border-left:1px solid #daeef8;height:100%;min-height:36px;display:flex;align-items:center;white-space:nowrap;font-weight:500}._submitBtn_rdz7y_357{width:100%;padding:11px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .12s;margin-top:4px;letter-spacing:.1px;font-family:inherit}._submitBtn_rdz7y_357:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_rdz7y_357:active:not(:disabled){transform:translateY(0)}._submitBtn_rdz7y_357:disabled{opacity:.6;cursor:not-allowed}._termsText_rdz7y_387{font-size:11px;color:#b0c8d8;text-align:center;margin:0}._termsText_rdz7y_387 a{color:#01669c;text-decoration:none;transition:color .15s}._termsText_rdz7y_387 a:hover{color:#03b4ef}._alertError_rdz7y_405{background:#fef2f2;border:.5px solid #FECACA;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:6px}._alertSuccess_rdz7y_415{background:#f0fbff;border:.5px solid #b8e8f7;color:#01669c;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:6px}._dots_rdz7y_426:after{content:"";animation:_dots_rdz7y_426 1.2s steps(4,end) infinite}@keyframes _dots_rdz7y_426{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}._illustrationSide_rdz7y_440{flex:1;display:flex;align-items:center;justify-content:center;padding:48px;background:linear-gradient(145deg,#e4f5fc,#eef6ff 55%,#d8eef8);position:sticky;top:64px;height:calc(100vh - 64px);overflow:hidden}._panel_rdz7y_454{position:relative;width:100%;max-width:360px}._blob1_rdz7y_461{position:absolute;width:280px;height:280px;border-radius:50%;background:#03b4ef26;top:-100px;right:-80px;opacity:.6;pointer-events:none}._blob2_rdz7y_473{position:absolute;width:180px;height:180px;border-radius:50%;background:#01669c1a;bottom:-60px;left:-60px;opacity:.5;pointer-events:none}._blob3_rdz7y_485{position:absolute;width:100px;height:100px;border-radius:50%;background:#03b4ef1f;top:40%;right:-20px;opacity:.3;pointer-events:none}._panelContent_rdz7y_497{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px}._panelBadge_rdz7y_506{display:inline-flex;align-items:center;gap:6px;background:#fff;border:.5px solid #b8e8f7;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:500;color:#01669c;width:fit-content}._panelTitle_rdz7y_520{font-size:26px;font-weight:700;color:#0a2f45;margin:0;line-height:1.25;letter-spacing:-.5px}._panelSub_rdz7y_529{font-size:13px;color:#01669c;margin:0;line-height:1.65;opacity:.8}._browser_rdz7y_538{border-radius:12px;overflow:hidden;border:.5px solid #b8e8f7;background:#fff}._browserBar_rdz7y_545{background:#e4f5fc;padding:9px 14px;display:flex;align-items:center;gap:10px}._browserDots_rdz7y_553{display:flex;gap:4px}._dot_rdz7y_426{width:7px;height:7px;border-radius:50%;background:#b8e8f7;display:block}._browserUrl_rdz7y_566{flex:1;background:#fff;border:.5px solid #b8e8f7;border-radius:5px;padding:4px 9px;font-size:11px;display:flex;align-items:center;gap:4px;overflow:hidden;white-space:nowrap}._urlProto_rdz7y_580{color:#a8c8d8}._urlSub_rdz7y_584{color:#01669c;font-weight:700}._urlDomain_rdz7y_589{color:#03b4ef}._browserBody_rdz7y_593{padding:12px;display:flex;flex-direction:column;gap:9px}._previewHeader_rdz7y_600{display:flex;justify-content:space-between;align-items:center}._previewLogo_rdz7y_606{width:52px;height:8px;background:#b8e8f7;border-radius:3px}._previewNav_rdz7y_613{display:flex;gap:6px}._previewNav_rdz7y_613 span{width:24px;height:6px;background:#daeef8;border-radius:3px;display:block}._previewHero_rdz7y_626{background:#e4f5fc;border-radius:7px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px}._previewLines_rdz7y_636{display:flex;flex-direction:column;gap:5px}._previewLine_rdz7y_636{height:6px;background:#b8e8f7;border-radius:3px}._previewCta_rdz7y_648{width:44px;height:18px;background:linear-gradient(to right,#01669c,#03b4ef);border-radius:4px;flex-shrink:0}._previewCards_rdz7y_656{display:flex;gap:6px}._previewCard_rdz7y_656{flex:1;height:32px;background:#f6fbfe;border-radius:5px;border:.5px solid #daeef8}._chips_rdz7y_670{display:flex;gap:8px;flex-wrap:wrap}._chip_rdz7y_670{display:flex;align-items:center;gap:5px;background:#fff;border:.5px solid #b8e8f7;color:#01669c;font-size:11px;font-weight:500;padding:5px 12px;border-radius:20px}@media(max-width:960px){._pageWrapper_rdz7y_6{flex-direction:column}._formSide_rdz7y_13{flex:none;max-width:100%;border-right:none;border-bottom:.5px solid #daeef8;padding:32px 24px}._illustrationSide_rdz7y_440{position:static;height:auto;padding:36px 24px;min-height:300px}._panelTitle_rdz7y_520{font-size:20px}}@media(max-width:520px){._heading_rdz7y_61{font-size:20px}._twoCol_rdz7y_93{grid-template-columns:1fr}._emailRow_rdz7y_175{flex-direction:column}._otpBtn_rdz7y_206{width:100%;padding:10px}}._mobileUrlPreview_rdz7y_737{display:none}@media(max-width:960px){._illustrationSide_rdz7y_440{display:none}._formSide_rdz7y_13{flex:none;max-width:100%;border-right:none}._mobileUrlPreview_rdz7y_737{display:flex;align-items:center;gap:4px;background:#f6fbfe;border:1px solid #daeef8;border-radius:8px;padding:8px 12px;font-size:12px;margin-top:6px;overflow:hidden;white-space:nowrap}._mobileUrlPreview_rdz7y_737 ._urlProto_rdz7y_580{color:#a8c8d8}._mobileUrlPreview_rdz7y_737 ._urlSub_rdz7y_584{color:#01669c;font-weight:700}._mobileUrlPreview_rdz7y_737 ._urlDomain_rdz7y_589{color:#03b4ef}}._navbar_cvad0_1{position:sticky;top:0;width:100%;height:70px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 6px #0000001a;z-index:1000;transition:all .3s ease;border-bottom:1px solid #e5e5e5}._navContainer_cvad0_14{max-width:1300px;margin:0 auto;height:100%;padding:0 20px;display:flex;justify-content:space-between;align-items:center}._mobileToggle_cvad0_25{display:none;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px;width:60px;height:40px;z-index:1001;transition:all .3s ease}._mobileToggle_cvad0_25:hover{background:#007bff1a;border-radius:8px}._toggleIcon_cvad0_44{color:#333;transition:all .3s ease;width:32px}._mobileToggle_cvad0_25:hover ._toggleIcon_cvad0_44{color:#04b4ef;transform:scale(1.1)}._logo_cvad0_56{display:flex;align-items:center}._logoLink_cvad0_72{position:relative;display:flex;align-items:center}._logoText_cvad0_79{font-size:1.2rem;font-weight:700;color:#111827;transition:color .3s ease;display:-webkit-box!important;-webkit-line-clamp:0!important;-webkit-box-orient:vertical!important;overflow:hidden!important}._text_cvad0_90 :hover{color:#04b4ef;transition:opacity .25s ease,transform .25s ease}._logoImg_cvad0_96{height:40px;width:150px;margin-right:4px}._text_cvad0_90{display:flex;flex-direction:column}._showLogo_cvad0_112{opacity:1;transform:translateY(0);pointer-events:auto}._hideLogo_cvad0_118{opacity:0;transform:translateY(-10px);pointer-events:none}._logo_cvad0_56{transition:opacity .25s ease,transform .25s ease}._show_cvad0_112{opacity:1;transform:translateY(0);position:relative}._hide_cvad0_118{opacity:0;transform:translateY(-6px);position:absolute;pointer-events:none}._desktopNavItems_cvad0_147{display:flex;gap:2rem;align-items:center}._navLink_cvad0_153{color:#555;text-decoration:none;font-weight:500;font-size:.95rem;padding:8px 0;position:relative;transition:color .3s ease}._navLink_cvad0_153:hover{color:#04b4ef}._navLink_cvad0_153:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#04b4ef;transition:width .3s ease}._navLink_cvad0_153:hover:after{width:100%}._rightSection_cvad0_183,._userSection_cvad0_189{display:flex;align-items:center;gap:1rem}._welcomeText_cvad0_195{color:#555;font-size:.9rem;font-weight:500}._logoutBtn_cvad0_201{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .3s ease}._logoutBtn_cvad0_201:hover{background:#c82333}._dropdown_cvad0_218{position:relative}._dropdownBtn_cvad0_222{background:#04b4ef;color:#fff;border:none;padding:8px 16px;font-size:.9rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}._dropdownBtn_cvad0_222:hover{background:#04b4ef}._dropdownMenu_cvad0_238{position:absolute;top:120%;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:999}._dropdownMenu_cvad0_238._show_cvad0_112{opacity:1;visibility:visible;transform:translateY(0)}._dropdownItem_cvad0_262{color:#555;padding:12px 16px;text-decoration:none;transition:background .3s ease,color .3s ease;font-size:.9rem}._dropdownItem_cvad0_262:first-child{border-radius:8px 8px 0 0}._dropdownItem_cvad0_262:last-child{border-radius:0 0 8px 8px}._dropdownItem_cvad0_262:hover{background:#f8f9fa;color:#04b4ef}._modalBackdrop_cvad0_284{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1100;animation:_fadeIn_cvad0_1 .3s ease}@keyframes _fadeIn_cvad0_1{0%{opacity:0}to{opacity:1}}._mobileModal_cvad0_305{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;max-height:85vh;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:1200;display:flex;flex-direction:column;animation:_slideUp_cvad0_1 .3s ease;overflow:hidden}@keyframes _slideUp_cvad0_1{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}._closeBtn_cvad0_335{position:absolute;top:15px;left:15px;background:transparent;border:none;font-size:24px;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .3s ease;z-index:10;padding:0}._closeBtn_cvad0_335:hover{color:#333}._modalContent_cvad0_359{flex:1;overflow-y:auto;padding:60px 0 0}._menuLink_cvad0_366{display:block;padding:18px 20px;color:#555;text-decoration:none;font-size:1rem;font-weight:500;border-bottom:1px solid #f0f0f0;transition:all .3s ease}._menuLink_cvad0_366:hover{background:#f8f9fa;color:#04b4ef}._userInfo_cvad0_383{padding:20px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:12px}._userName_cvad0_391{font-size:1rem;font-weight:600;color:#333}._modalLogoutBtn_cvad0_397{width:100%;padding:12px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease}._modalLogoutBtn_cvad0_397:hover{background:#c82333}._signInLink_cvad0_415{display:block;padding:18px 20px;color:#04b4ef;text-decoration:none;font-size:1rem;font-weight:600;border-bottom:1px solid #f0f0f0;transition:all .3s ease}._signInLink_cvad0_415:hover{background:#f0f8ff;color:#04b4ef}._signUpBtn_cvad0_432{display:block;width:100%;padding:16px;background:#dc3545;color:#fff;text-decoration:none;text-align:center;font-size:1rem;font-weight:700;letter-spacing:.5px;transition:background .3s ease;border-radius:0 0 12px 12px}._signUpBtn_cvad0_432:hover{background:#c82333}@media(max-width:768px){._mobileToggle_cvad0_25{display:flex;font-size:55px}._logo_cvad0_56,._desktopNavItems_cvad0_147{display:none}._navContainer_cvad0_14{padding:0 15px}._welcomeText_cvad0_195{display:none}._rightSection_cvad0_183{margin-left:auto}}@media(max-width:480px){._rightSection_cvad0_183{display:flex}._navContainer_cvad0_14{padding:0 10px}._logo_cvad0_56{display:none}._dropdownBtn_cvad0_222,._logoutBtn_cvad0_201{font-size:.85rem;padding:6px 12px}._mobileModal_cvad0_305{width:95%;max-height:90vh}._menuLink_cvad0_366{font-size:.95rem;padding:16px 20px}}._active_cvad0_508{color:#04b4ef!important;font-weight:600}._active_cvad0_508:after{width:100%!important;background:#04b4ef}._menuLink_cvad0_366._active_cvad0_508{color:#04b4ef!important;font-weight:600;background:#eef5ff}._avatar_cvad0_533{width:42px;height:46px;border-radius:50%;background:#00659c!important;color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}._avatar_cvad0_533:hover{transform:scale(1.05);box-shadow:0 4px 10px #00000026}._profileWrapper_cvad0_527{position:relative;overflow:visible}._profileDropdown_cvad0_563{position:absolute;top:calc(100% + 8px);right:0;width:260px;background:#fff;border-radius:10px;box-shadow:0 10px 28px #0000002e;padding:14px;z-index:9999}@keyframes _dropdownFade_cvad0_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._profileInfo_cvad0_586{display:flex;flex-direction:column;align-items:center;text-align:center}._profileInfo_cvad0_586 strong{display:block;font-size:14px;font-weight:600;color:#111827}._profileInfo_cvad0_586 span{font-size:12px;color:#6b7280;word-break:break-all}._phoneText_cvad0_607{font-size:14px;color:#555}._planInfo_cvad0_616{font-size:12px;color:#374151;margin-bottom:12px}._planInfo_cvad0_616 div{display:flex;justify-content:space-between;padding:4px 0}._planInfo_cvad0_616 label{color:#6b7280;font-weight:500}._logoutDropdownBtn_cvad0_637{width:100%;padding:10px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .3s ease}._logoutDropdownBtn_cvad0_637:hover{background:#c82333}._mobileProfile_cvad0_658{margin-top:24px;padding:20px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:12px}._mobileAvatar_cvad0_668{width:64px;height:64px;border-radius:50%;background:#111827;color:#fff;font-size:26px;font-weight:600;display:flex;align-items:center;justify-content:center}._mobileProfileInfo_cvad0_681{text-align:center}._mobileProfileInfo_cvad0_681 strong{display:block;font-size:16px;font-weight:600;color:#111827}._mobileProfileInfo_cvad0_681 span{font-size:13px;color:#6b7280;word-break:break-all}._mobilePlanInfo_cvad0_702{width:100%;font-size:13px;color:#374151;margin-top:6px}._mobilePlanInfo_cvad0_702 div{display:flex;justify-content:space-between;padding:6px 0}._mobilePlanInfo_cvad0_702 label{color:#6b7280;font-weight:500}._mobileLogoutBtn_cvad0_724{width:100%;padding:14px;background:#dc3545;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;margin-top:10px;transition:background .3s ease}._mobileLogoutBtn_cvad0_724:hover{background:#c82333}._profileTopSection_cvad0_741{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding-bottom:15px;border-bottom:1px solid #eee}._changePasswordBtn_cvad0_751{display:block;width:100%;text-align:center;background:none;border:none;padding:8px 0;margin-top:10px;font-size:14px;font-weight:500;color:#00659c;cursor:pointer;transition:all .2s ease}._changePasswordBtn_cvad0_751:hover{color:#004a73;text-decoration:underline}._navbarLuxury_cvad0_775{background:#0a0f1ef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.22);box-shadow:0 1px 10px #00000059}._logoTextLuxury_cvad0_782{color:#c9a84c}._logoTextLuxury_cvad0_782:hover{color:#fff}._navLinkLuxury_cvad0_790{color:#f8f2e6d1}._navLinkLuxury_cvad0_790:hover{color:#c9a84c}._navLinkLuxury_cvad0_790:after{background:#c9a84c}._toggleIconLuxury_cvad0_802{color:#f8f2e6}._dropdownBtnLuxury_cvad0_806{background:#c9a84c;color:#0a0f1e}._dropdownBtnLuxury_cvad0_806:hover{background:#e8c876}._navbarLuxury_cvad0_775 ._active_cvad0_508{color:#c9a84c!important}._navbarLuxury_cvad0_775 ._active_cvad0_508:after{background:#c9a84c!important}._avatarWrapper_cqy46_1{position:relative;display:inline-block}._avatar_cqy46_1{border-radius:50%;background:#00659c;color:#fff;font-weight:600;font-size:26px;display:flex;align-items:center;justify-content:center;overflow:hidden}._avatar_cqy46_1 img{width:100%;height:100%;object-fit:cover}._cameraIcon_cqy46_24{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;padding:5px;font-size:12px;cursor:pointer;box-shadow:0 2px 6px #0003}._loaderOverlay_cqy46_35{position:absolute;inset:0;background:#00000080;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;border-radius:50%}._overlay_1wcrf_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999999}._modal_1wcrf_11{background:#fff;width:360px;padding:25px;border-radius:12px;display:flex;flex-direction:column;gap:12px}._modal_1wcrf_11 h3{text-align:center}._modal_1wcrf_11 input{padding:8px;border-radius:6px;border:1px solid #ccc}._actions_1wcrf_31{display:flex;justify-content:space-between;margin-top:10px}._actions_1wcrf_31 button{padding:8px 12px;border-radius:6px;border:none;cursor:pointer}._actions_1wcrf_31 button:first-child{background:#00659c;color:#fff}._cancelBtn_1wcrf_49{background:#ddd}._inputWrapper_1wcrf_52{position:relative;display:flex;align-items:center}._inputWrapper_1wcrf_52 input{width:100%;padding:8px 35px 8px 8px;border-radius:6px;border:1px solid #ccc}._inputWrapper_1wcrf_52 span{position:absolute;right:10px;cursor:pointer;color:#555}._strengthWrapper_1wcrf_71{margin-top:6px}._strengthBar_1wcrf_75{height:6px;border-radius:4px;margin-bottom:4px;transition:all .3s ease}._weak_1wcrf_82{width:33%;background:#ff4d4f}._medium_1wcrf_87{width:66%;background:#faad14}._strong_1wcrf_92{width:100%;background:#52c41a}._strengthText_1wcrf_97{font-size:12px;font-weight:500}._weakText_1wcrf_102{color:#ff4d4f}._mediumText_1wcrf_106{color:#faad14}._strongText_1wcrf_110{color:#52c41a}._page_vl3d2_8{min-height:100vh;background:#f7f7fb;font-family:DM Sans,-apple-system,sans-serif}._container_vl3d2_15{max-width:660px;margin:0 auto;padding:36px 20px 80px}._loadingScreen_vl3d2_25{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#e8e4f0,#dde8f5 40%,#cdd9f0,#d4cfe8)}._loadingSpinner_vl3d2_35{width:28px;height:28px;border:2px solid #d3d1c7;border-top-color:#185fa5;border-radius:50%;animation:_spin_vl3d2_1 .7s linear infinite}@keyframes _spin_vl3d2_1{to{transform:rotate(360deg)}}._loadingText_vl3d2_50{font-family:DM Sans,sans-serif;font-size:14px;color:#888780}._hero_vl3d2_60{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);border-bottom:.5px solid #e8e6e0;padding:48px 36px 44px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}._heroInner_vl3d2_70{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}._heroEyebrow_vl3d2_80{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin:0 0 10px}._heroTitle_vl3d2_89{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(28px,4vw,28px);font-weight:400;color:#fff;line-height:1.1;margin:0 0 20px;letter-spacing:-.01em}._heroMeta_vl3d2_99{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._metaChip_vl3d2_107{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#5f5e5a;background:#f5f4f1;border:.5px solid #d3d1c7;border-radius:100px;padding:5px 12px;line-height:1}._metaIcon_vl3d2_120{font-size:13px;color:#888780;flex-shrink:0}._mapLink_vl3d2_126{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:#185fa5;background:#e6f1fb;border-radius:100px;padding:5px 12px;text-decoration:none;transition:background .15s;line-height:1}._mapLink_vl3d2_126:hover{background:#b5d4f4}._heroLogo_vl3d2_145{flex-shrink:0}._logoImg_vl3d2_149{width:72px;height:72px;border-radius:12px;object-fit:cover;border:.5px solid #e8e6e0}._sectionLabel_vl3d2_161{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#888780;margin:0 0 14px}._ticketSection_vl3d2_174{margin-bottom:28px}._ticketGrid_vl3d2_178{display:grid;grid-template-columns:1fr 1fr;gap:10px}._ticketCard_vl3d2_184{position:relative;background:#fff;border:.5px solid #d3d1c7;border-radius:12px;padding:16px 18px 16px 14px;cursor:pointer;transition:border-color .15s,transform .1s;overflow:hidden;display:flex;align-items:center;gap:12px}._ticketCard_vl3d2_184:hover{border-color:#b4b2a9;transform:translateY(-1px)}._ticketCard_vl3d2_184:active{transform:translateY(0)}._ticketCardActive_vl3d2_207{border-color:#378add;border-width:1.5px;background:#fafcff}._ticketSwatch_vl3d2_213{width:4px;height:36px;border-radius:2px;flex-shrink:0}._ticketCardBody_vl3d2_220{flex:1;min-width:0}._ticketName_vl3d2_225{display:block;font-size:14px;font-weight:500;color:#1a1a18;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ticketPrice_vl3d2_236{display:block;font-size:13px;color:#5f5e5a}._freeBadge_vl3d2_242{display:inline-block;font-size:11px;font-weight:500;padding:2px 8px;border-radius:100px;background:#eaf3de;color:#3b6d11}._urgencyTag_vl3d2_252{position:absolute;top:8px;right:8px;font-size:10px;font-weight:600;color:#854f0b;background:#faeeda;border-radius:100px;padding:2px 7px}._selectedCheck_vl3d2_264{position:absolute;bottom:8px;right:10px;font-size:11px;font-weight:600;color:#185fa5}._selectPrompt_vl3d2_277{text-align:center;padding:40px 24px;background:#fff;border:.5px dashed #d3d1c7;border-radius:12px;color:#888780;font-size:14px}._selectPromptIcon_vl3d2_287{font-size:22px;margin-bottom:10px;opacity:.5}._formCard_vl3d2_297{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;overflow:hidden;scroll-margin-top:24px}._formHeader_vl3d2_306{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:.5px solid #e8e6e0}._formHeaderLeft_vl3d2_315{display:flex;align-items:center;gap:12px;min-width:0}._formSwatch_vl3d2_322{width:4px;height:40px;border-radius:2px;flex-shrink:0}._formTicketName_vl3d2_329{font-size:16px;font-weight:500;color:#1a1a18;margin:0 0 3px}._formTicketSub_vl3d2_336{font-size:12px;color:#888780;margin:0}._pricePill_vl3d2_342{font-size:13px;font-weight:500;padding:7px 16px;border-radius:100px;border:.5px solid #d3d1c7;color:#1a1a18;background:#f5f4f1;white-space:nowrap;flex-shrink:0}._pricePillFree_vl3d2_354{background:#eaf3de;color:#3b6d11;border-color:#c0dd97}._attendeeBlock_vl3d2_368{border-bottom:.5px solid #e8e6e0}._attendeeBlock_vl3d2_368:last-child{border-bottom:none}._attendeeHeader_vl3d2_376{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .1s}._attendeeHeader_vl3d2_376:hover{background:#fafaf8}._attendeeHeaderLeft_vl3d2_390{display:flex;flex-direction:column;gap:2px}._attendeeTag_vl3d2_396{font-size:14px;font-weight:500;color:#1a1a18}._attendeeTicketLabel_vl3d2_402{font-size:12px;color:#888780}._chevron_vl3d2_407{font-size:14px;color:#b4b2a9;flex-shrink:0}._attendeeBody_vl3d2_413{padding:4px 24px 22px}._fieldsGrid_vl3d2_421{display:grid;grid-template-columns:1fr 1fr;gap:14px}._fieldGroup_vl3d2_427{display:flex;flex-direction:column;gap:6px}._fieldGroup_vl3d2_427._fullWidth_vl3d2_433{grid-column:1 / -1}._fieldLabel_vl3d2_437{font-size:12px;font-weight:500;color:#5f5e5a;letter-spacing:.01em}._req_vl3d2_444{color:#e24b4a;margin-left:2px}._input_vl3d2_449{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a18;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:8px;padding:9px 12px;outline:none;width:100%;transition:border-color .15s,background .15s;-webkit-appearance:none;appearance:none}._input_vl3d2_449:focus{border-color:#378add;background:#fff}._input_vl3d2_449:disabled{opacity:.5;cursor:not-allowed}._textarea_vl3d2_474{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a18;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:8px;padding:9px 12px;outline:none;width:100%;resize:vertical;transition:border-color .15s,background .15s}._textarea_vl3d2_474:focus{border-color:#378add;background:#fff}._qtyRow_vl3d2_497{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:.5px solid #e8e6e0}._qtyLabel_vl3d2_505{font-size:14px;font-weight:500;color:#1a1a18;margin:0 0 2px}._qtySub_vl3d2_512{font-size:12px;color:#888780;margin:0}._qtyControls_vl3d2_518{display:flex;align-items:center;border:.5px solid #d3d1c7;border-radius:8px;overflow:hidden}._qtyBtn_vl3d2_526{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#f5f4f1;border:none;cursor:pointer;font-size:18px;color:#1a1a18;line-height:1;transition:background .1s;font-family:DM Sans,sans-serif}._qtyBtn_vl3d2_526:hover:not(:disabled){background:#e8e6e0}._qtyBtn_vl3d2_526:disabled{opacity:.35;cursor:default}._qtyNum_vl3d2_551{width:44px;text-align:center;font-size:14px;font-weight:500;color:#1a1a18;border-left:.5px solid #d3d1c7;border-right:.5px solid #d3d1c7;line-height:38px;-webkit-user-select:none;user-select:none}._summarySection_vl3d2_567{background:#fafaf8;border-top:.5px solid #e8e6e0;padding:18px 24px}._summaryRow_vl3d2_573{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#5f5e5a;margin-bottom:6px}._summaryRowLabel_vl3d2_582{color:#5f5e5a}._summaryRowVal_vl3d2_586{color:#1a1a18;font-weight:500}._summaryDivider_vl3d2_591{height:.5px;background:#d3d1c7;margin:12px 0}._summaryTotalRow_vl3d2_597{display:flex;justify-content:space-between;align-items:baseline}._summaryTotalLabel_vl3d2_603{font-size:14px;font-weight:500;color:#1a1a18}._summaryTotalAmt_vl3d2_609{font-family:"DM Serif Display",Georgia,serif;font-size:26px;font-weight:400;color:#1a1a18;letter-spacing:-.02em}._errorMsg_vl3d2_621{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#a32d2d;background:#fcebeb;border:.5px solid #F7C1C1;border-radius:8px;padding:11px 16px;margin:0 24px 12px;line-height:1.5}._errorIcon_vl3d2_635{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid #A32D2D;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}._formFooter_vl3d2_653{display:flex;align-items:center;gap:10px;padding:16px 24px;border-top:.5px solid #e8e6e0}._ghostBtn_vl3d2_661{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#5f5e5a;background:transparent;border:.5px solid #d3d1c7;border-radius:8px;padding:10px 18px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0}._ghostBtn_vl3d2_661:hover{background:#f5f4f1;color:#1a1a18}._ghostBtn_vl3d2_661:disabled{opacity:.5;cursor:not-allowed}._primaryBtn_vl3d2_686{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#185fa5;border:none;border-radius:8px;padding:11px 28px;cursor:pointer;flex:1;transition:background .15s,transform .1s;letter-spacing:.01em}._primaryBtn_vl3d2_686:hover{background:#0c447c}._primaryBtn_vl3d2_686:active{transform:scale(.99)}._primaryBtn_vl3d2_686:disabled{opacity:.55;cursor:not-allowed;transform:none}._primaryBtnFull_vl3d2_715{flex:1}._endedCard_vl3d2_723{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;padding:52px 32px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}._endedIconWrap_vl3d2_735{width:68px;height:68px;border-radius:50%;background:#f5f4f1;border:.5px solid #d3d1c7;display:flex;align-items:center;justify-content:center;margin-bottom:20px}._endedTitle_vl3d2_747{font-family:"DM Serif Display",Georgia,serif;font-size:24px;font-weight:400;color:#1a1a18;margin:0 0 10px;letter-spacing:-.01em}._endedSub_vl3d2_756{font-size:14px;color:#888780;margin:0 0 22px;max-width:340px;line-height:1.65}._endedMetaRow_vl3d2_764{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:0}._endedDivider_vl3d2_772{width:100%;height:.5px;background:#e8e6e0;margin:28px 0 20px}._endedFooterNote_vl3d2_779{font-size:13px;color:#b4b2a9;margin:0;max-width:360px;line-height:1.6}.theme-modern ._page_vl3d2_8{background:#020617}.theme-modern ._container_vl3d2_15{background:transparent}.theme-modern ._hero_vl3d2_60{background:radial-gradient(circle at 30% 30%,#1e293b,#020617);border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._heroTitle_vl3d2_89{color:#fff}.theme-modern ._heroEyebrow_vl3d2_80{color:#ff7a18}.theme-modern ._metaChip_vl3d2_107{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#cbd5e1}.theme-modern ._mapLink_vl3d2_126{background:#ff7a181a;color:#ff7a18}.theme-modern ._ticketCard_vl3d2_184{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._ticketCardActive_vl3d2_207{border-color:#ff7a18;background:#ff7a180d}.theme-modern ._ticketName_vl3d2_225{color:#fff}.theme-modern ._ticketPrice_vl3d2_236{color:#94a3b8}.theme-modern ._formCard_vl3d2_297{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._formHeader_vl3d2_306{border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._formTicketName_vl3d2_329{color:#fff}.theme-modern ._formTicketSub_vl3d2_336{color:#94a3b8}.theme-modern ._input_vl3d2_449,.theme-modern ._textarea_vl3d2_474{background:#020617;border:1px solid rgba(255,255,255,.08);color:#fff}.theme-modern ._input_vl3d2_449:focus,.theme-modern ._textarea_vl3d2_474:focus{border-color:#ff7a18;background:#020617}.theme-modern ._fieldLabel_vl3d2_437{color:#94a3b8}.theme-modern ._summarySection_vl3d2_567{background:#020617;border-top:1px solid rgba(255,255,255,.05)}.theme-modern ._summaryRowVal_vl3d2_586{color:#fff}.theme-modern ._summaryTotalAmt_vl3d2_609{color:#ff7a18}.theme-modern ._primaryBtn_vl3d2_686{background:linear-gradient(135deg,#ff4d4d,#ff7a18)}.theme-modern ._ghostBtn_vl3d2_661{border:1px solid rgba(255,255,255,.08);color:#cbd5e1}.theme-modern ._errorMsg_vl3d2_621{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171}.theme-modern ._endedCard_vl3d2_723{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._endedTitle_vl3d2_747{color:#fff}.theme-modern ._endedSub_vl3d2_756{color:#94a3b8}@media(max-width:600px){._endedCard_vl3d2_723{padding:40px 20px 32px}._endedTitle_vl3d2_747{font-size:20px}}@media(max-width:600px){._hero_vl3d2_60{padding:36px 20px 32px;flex-direction:column-reverse;gap:16px}._heroTitle_vl3d2_89{font-size:22px}._logoImg_vl3d2_149{width:56px;height:56px}._ticketGrid_vl3d2_178,._fieldsGrid_vl3d2_421{grid-template-columns:1fr}._formHeader_vl3d2_306{flex-direction:column;align-items:flex-start;gap:12px}._summaryTotalAmt_vl3d2_609{font-size:22px}._formFooter_vl3d2_653{flex-direction:column}._ghostBtn_vl3d2_661,._primaryBtn_vl3d2_686{width:100%;text-align:center}._container_vl3d2_15{padding:24px 16px 64px}}._wrapper_91f7i_2{width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center}._container_91f7i_13{width:100%;max-width:1200px;margin:0 auto;padding:60px 24px;text-align:center}._image_91f7i_23{width:clamp(260px,18vw,420px);height:auto;margin:0 auto 5px}._title_91f7i_30{font-size:clamp(22px,2.5vw,30px);font-weight:700;color:#111827;margin-bottom:12px}._subtitle_91f7i_38{font-size:clamp(14px,1.2vw,16px);color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto 8px}._helper_91f7i_47{font-size:clamp(13px,1vw,14px);color:#9ca3af}@media(max-width:1024px){._container_91f7i_13{padding:50px 20px}._image_91f7i_23{margin-bottom:24px}}@media(max-width:600px){._wrapper_91f7i_2{min-height:60vh}._container_91f7i_13{padding:40px 16px}._subtitle_91f7i_38{line-height:1.5}}@media(max-width:400px){._container_91f7i_13{padding:32px 14px}}._overlay_xvlla_1{position:fixed;inset:0;background:#00000080;z-index:999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}._card_xvlla_14{position:relative;display:flex;align-items:stretch;max-width:820px;width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026}._closeBtn_xvlla_27{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;line-height:1;transition:background .15s,color .15s}._closeBtn_xvlla_27:hover{background:#f1f5f9;color:#0f172a}._left_xvlla_53{flex:0 0 240px;background:#e1f5ee;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;gap:14px}._leftLabel_xvlla_64{font-size:13px;font-weight:600;color:#0f6e56;margin:0;letter-spacing:.2px}._right_xvlla_73{flex:1;padding:36px 36px 36px 32px;display:flex;flex-direction:column;gap:0}._title_xvlla_82{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 8px}._subtitle_xvlla_90{font-size:14px;color:#475569;margin:0 0 18px;line-height:1.6}._infoBox_xvlla_98{display:flex;align-items:flex-start;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:18px}._infoIcon_xvlla_109{font-size:16px;margin-top:1px;flex-shrink:0}._note_xvlla_115{font-size:13px;color:#64748b;margin:0;line-height:1.65}._idRow_xvlla_123{display:flex;align-items:center;gap:10px;margin-bottom:24px}._idLabel_xvlla_130{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}._idChip_xvlla_137{font-size:13px;font-weight:600;color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:4px 10px;letter-spacing:.4px}._actions_xvlla_149{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}._ctaPrimary_xvlla_156{flex:1;min-width:140px;background:#0f5c7a;color:#fff;border:none;padding:11px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}._ctaPrimary_xvlla_156:hover{background:#0b4a63}._ctaOutline_xvlla_174{flex:1;min-width:120px;background:transparent;color:#0f172a;border:1px solid #cbd5e1;padding:11px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}._ctaOutline_xvlla_174:hover{background:#f8fafc;border-color:#94a3b8}@media(max-width:768px){._card_xvlla_14{flex-direction:column}._left_xvlla_53{flex:none;padding:32px 20px 24px}._right_xvlla_73{padding:24px 24px 28px}._title_xvlla_82{font-size:20px}}@media(max-width:480px){._card_xvlla_14{border-radius:14px}._title_xvlla_82{font-size:18px}._actions_xvlla_149{flex-direction:column}._ctaPrimary_xvlla_156,._ctaOutline_xvlla_174{width:100%}}._hero_1fbyh_2{position:relative;overflow:hidden;background-color:#d9ecf3}._bgall_1fbyh_9{background:linear-gradient(135deg,#05334b,#0a4a69);padding:120px 20px}._container_1fbyh_15{display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:space-between;position:relative}@media(min-width:1024px){._container_1fbyh_15{flex-direction:row}}._content_1fbyh_32{max-width:650px;text-align:center}@media(min-width:1024px){._content_1fbyh_32{text-align:left}}._heading_1fbyh_43{font-size:clamp(2.5rem,5vw,2.85rem);color:#fff;line-height:1.2;letter-spacing:-.02em}._divheadingTitle_1fbyh_50{position:relative}._imgOnTitle_1fbyh_54{display:block;position:absolute;top:50%;left:65%;width:275px;transform:translate(-50%,-50%);opacity:.95}._subtext_1fbyh_64{margin-top:20px;font-size:1.125rem;color:#c8d6df;line-height:1.6}._buttons_1fbyh_72{margin-top:32px;display:flex;gap:16px;justify-content:center}@media(min-width:1024px){._buttons_1fbyh_72{justify-content:flex-start}}._primaryBtn_1fbyh_85{background:linear-gradient(135deg,#0fbdf1,#14c0ff);color:#032b3a;padding:14px 28px;border:2px solid white;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:none!important}._primaryBtn_1fbyh_85:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00b7ff80}._illustration_1fbyh_104{display:flex;justify-content:center}._heroImg_1fbyh_109{max-width:600px;width:100%;height:auto;object-fit:cover;filter:brightness(.9) saturate(1.2)}._wordSlider_1fbyh_118{position:absolute;bottom:-20px;left:44%;transform:translate(-50%);width:600px;height:100px;display:flex;align-items:center;justify-content:center;overflow:hidden}._sliderWord_1fbyh_136{font-size:3rem;font-weight:600;color:#fff;text-transform:capitalize;transition:all .3s ease}._fade_1fbyh_146{animation:_fadeInOut_1fbyh_1 3s ease-in-out forwards}@keyframes _fadeInOut_1fbyh_1{0%{opacity:0;transform:translateY(20px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@media(max-width:768px){._heading_1fbyh_43{font-size:clamp(2rem,3vw,2rem);color:#fff;line-height:1.2;letter-spacing:-.02em}._wordSlider_1fbyh_118{width:250px;height:80px;bottom:-40px}._sliderWord_1fbyh_136{font-size:1.2rem}._wordSlider_1fbyh_118{display:none}._bgall_1fbyh_9{padding:40px 10px;border-radius:0 0 12px 12px}._container_1fbyh_15{gap:40px}}@media(max-width:575px){._imgOnTitle_1fbyh_54{display:none;width:200px;top:35%;left:75%}._bgall_1fbyh_9{padding:30px 0}._container_1fbyh_15{gap:25px}}@media(max-width:320px){._imgOnTitle_1fbyh_54{display:none;width:100px;top:32%}}._wrapper_lttt9_1{padding:60px 0;text-align:center;justify-content:center;align-items:center}._outterdiv_lttt9_8{background:#f5f5f5}._container_lttt9_12{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._title01_lttt9_19{font-size:3rem;font-weight:800;color:#333;margin-bottom:20px;line-height:1.2}._title01_lttt9_19 span{font-size:3rem;font-weight:800;color:#04b4ef;line-height:1.2}._title_lttt9_19{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:20px;line-height:1.2}._text_lttt9_42{font-size:1.2rem;color:#4b5563;margin-bottom:40px;line-height:1.8}._button_lttt9_49{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#111827;color:#fff;font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease}._button_lttt9_49:hover{background:#1f2937;transform:translateY(-3px)}@media(max-width:1024px){._title01_lttt9_19,._title01_lttt9_19 span{font-size:2.5rem}._title_lttt9_19{font-size:2.2rem}._text_lttt9_42{font-size:1.1rem}}@media(max-width:768px){._wrapper_lttt9_1{padding:50px 0}._title01_lttt9_19,._title01_lttt9_19 span{font-size:2.2rem}._title_lttt9_19{font-size:2rem}._text_lttt9_42{font-size:1rem;margin-bottom:30px}}@media(max-width:600px){._wrapper_lttt9_1{padding:40px 0}._title01_lttt9_19,._title01_lttt9_19 span{font-size:1.9rem}._title_lttt9_19{font-size:1.7rem}._text_lttt9_42{font-size:.95rem}}@media(max-width:480px){._title_lttt9_19{font-size:24px}._text_lttt9_42{font-size:14px;margin-bottom:25px}._wrapper_lttt9_1{padding:20px 0 60px}._title01_lttt9_19,._title01_lttt9_19 span{font-size:34px}}@media(max-width:360px){._title01_lttt9_19,._title01_lttt9_19 span{font-size:28px}._title_lttt9_19{font-size:20px}._text_lttt9_42{font-size:13px}}._homeServices_1909z_1{padding:80px 0;font-family:Inter,sans-serif;background:#073d57}._header_1909z_8{text-align:center;margin-bottom:4rem}._sectionTitle_1909z_13{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#f5f5f5}._sectionSubtitle_1909z_20{font-size:1.125rem;color:#c8d6df;max-width:600px;margin:0 auto;line-height:1.6}._servicesGrid_1909z_29{margin:0 auto;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}._serviceCard_1909z_39{position:relative;background:#f5f5f5;border:1px solid #f1f5f9;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 3px #0000000d}._serviceCard_1909z_39:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#e2e8f0}._cardHeader_1909z_57{margin-bottom:1.5rem}._serviceIconWrapper_1909z_61{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;margin-bottom:1rem;transition:transform .3s ease}._serviceCard_1909z_39:hover ._serviceIconWrapper_1909z_61{transform:scale(1.1)}._serviceIcon_1909z_61{font-size:1.5rem}._cardContent_1909z_81{position:relative;z-index:2}._serviceTitle_1909z_86{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}._serviceDescription_1909z_93{font-size:.95rem;color:#6b7280;line-height:1.6}._exploreOverlay_1909z_100{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s ease;background-size:cover;background-position:center;border-radius:16px}._serviceCard_1909z_39:hover ._exploreOverlay_1909z_100{opacity:1;visibility:visible}._exploreOverlay_1909z_100:after{content:"";position:absolute;inset:0;background:#0009;border-radius:16px}._exploreContent_1909z_127{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff;text-align:center;transform:translateY(20px);transition:transform .4s ease;z-index:6}._serviceCard_1909z_39:hover ._exploreContent_1909z_127{transform:translateY(0)}._exploreIcon_1909z_143{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}._serviceCard_1909z_39:hover ._exploreIcon_1909z_143{transform:scale(1.1)}._exploreText_1909z_160{font-size:1.125rem;font-weight:600}._exploreArrow_1909z_165{padding:8px 16px;background:#ffffff26;border-radius:20px;transition:transform .3s ease}._serviceCard_1909z_39:hover ._exploreArrow_1909z_165{transform:translate(4px)}._overlayGlow_1909z_177{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .6s ease}._serviceCard_1909z_39:hover ._overlayGlow_1909z_177{opacity:1}._viewAllSection_1909z_197{display:flex;justify-content:center;margin-top:2rem}._viewAllButton_1909z_203{display:flex;align-items:center;gap:12px;background:#04b4ef;color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #04b4ef59}._viewAllButton_1909z_203:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}._viewAllButton_1909z_203:hover:before{left:100%}._viewAllArrow_1909z_241{transition:transform .3s ease}._viewAllButton_1909z_203:hover ._viewAllArrow_1909z_241{transform:translate(4px)}@media(max-width:1024px){._sectionTitle_1909z_13{font-size:2.2rem}._servicesGrid_1909z_29{margin:0;width:100%;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){._sectionTitle_1909z_13{font-size:2rem}._servicesGrid_1909z_29{margin:0;width:100%;grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:600px){._sectionTitle_1909z_13{font-size:1.7rem}._servicesGrid_1909z_29{margin:0;width:100%;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){._sectionTitle_1909z_13{font-size:1.5rem}._servicesGrid_1909z_29{margin:0;width:100%;grid-template-columns:1fr;gap:1rem}}._root_x4801_6{--blue-primary: #0ea5e9;--blue-dark: #1e3a5f;--bg: #f0f2f5;--text-muted: #6b7a8d;--card-radius: 20px;background:var(--bg);padding:64px 0 56px;font-family:Inter,Segoe UI,Arial,sans-serif}._container_x4801_19{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}._header_x4801_27{text-align:center;margin-bottom:48px}._eyebrow_x4801_32{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:14px}._heading_x4801_42{font-size:clamp(20px,4vw,30px);font-weight:800;color:var(--blue-dark);line-height:1.2;letter-spacing:-.02em;margin-bottom:20px;font-family:Inter,system-ui,-apple-system,sans-serif}._headingAccent_x4801_52{color:var(--blue-primary)}._sub_x4801_54{font-size:clamp(13px,1.5vw,15px);color:var(--text-muted);max-width:420px;margin:0 auto 28px;line-height:1.75}._ctaBtn_x4801_62{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-dark);background:none;border:none;cursor:pointer;padding:0;transition:color .25s}._ctaBtn_x4801_62:hover{color:var(--blue-primary)}._ctaDot_x4801_79{width:30px;height:30px;background:var(--blue-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;transition:transform .3s ease,background .3s}._ctaBtn_x4801_62:hover ._ctaDot_x4801_79{transform:rotate(45deg);background:var(--blue-dark)}._marqueeOuter_x4801_97{overflow-x:hidden;overflow-y:visible;width:100%;padding:36px 0 24px;perspective:1100px;perspective-origin:center;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}._marqueeTrack_x4801_124{display:flex;align-items:center;gap:18px;width:max-content;will-change:transform;transform-style:preserve-3d;padding-bottom:8px}._cardItem_x4801_135{display:flex;flex-direction:column;align-items:center;transform-style:preserve-3d;will-change:transform}._cardWrap_x4801_144{flex-shrink:0;cursor:pointer;position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 12px 36px #0000002e;isolation:isolate;transition:box-shadow .3s ease}._sizeMid_x4801_159{width:200px;height:300px}._sizeTall_x4801_164{width:200px;height:360px}._sizeShort_x4801_169{width:200px;height:225px}._cardImg_x4801_175{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}._cardWrap_x4801_144:hover ._cardImg_x4801_175{transform:scale(1.05)}._cardTitle_x4801_188{margin-top:12px;font-size:13px;font-weight:600;color:#1e3a5f;text-align:center;letter-spacing:.04em;line-height:1.4;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .25s ease}._labels_x4801_204{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;padding:8px 24px 0;margin-top:8px}._labelItem_x4801_213{text-align:center}._labelNum_x4801_215{font-size:11px;color:var(--blue-primary);font-weight:700;letter-spacing:.06em;margin-bottom:4px}._labelText_x4801_223{font-size:11px;color:var(--text-muted)}@media(max-width:1024px){._root_x4801_6{padding:52px 0 44px}._sizeMid_x4801_159{width:175px;height:260px}._sizeTall_x4801_164{width:175px;height:312px}._sizeShort_x4801_169{width:175px;height:195px}._labels_x4801_204{gap:32px}}@media(max-width:768px){._root_x4801_6{padding:44px 0 36px}._sizeMid_x4801_159{width:155px;height:230px}._sizeTall_x4801_164{width:155px;height:276px}._sizeShort_x4801_169{width:155px;height:172px}._marqueeTrack_x4801_124{gap:12px}._labels_x4801_204{gap:24px}}@media(max-width:480px){._root_x4801_6{padding:36px 0 28px}._container_x4801_19{padding:0 16px}._header_x4801_27{margin-bottom:32px}._sizeMid_x4801_159{width:130px;height:190px}._sizeTall_x4801_164{width:130px;height:228px}._sizeShort_x4801_169{width:130px;height:142px}._marqueeTrack_x4801_124{gap:10px}._labels_x4801_204{gap:16px}}._container_69fz2_3{width:100%;padding:50px 20px;background:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}._headerSection_69fz2_204{text-align:center;max-width:800px;width:100%;margin-bottom:20px}._title_69fz2_211{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#333;margin:0 0 12px;line-height:1.2}._blue_69fz2_219{color:#04b4ef;font-weight:700;font-size:clamp(2rem,5vw,3rem)}._subtitle_69fz2_225{font-size:clamp(1rem,2.5vw,1.25rem);color:#666;margin:0;line-height:1.6;font-weight:400}._cardsWrapper_69fz2_13{display:flex;gap:20px;max-width:1400px;width:100%;height:400px}._card_69fz2_13{position:relative;flex:1;height:100%;overflow:hidden;cursor:pointer;display:flex;transition:flex .5s ease}._cardActive_69fz2_32{flex:2}._cardActive_69fz2_32 ._cardContent_69fz2_36{transform:translate(0)}._cardImageWrapper_69fz2_40{position:relative;width:100%;height:100%;flex-shrink:0;overflow:hidden;border-radius:20px;transition:width .5s ease}._cardActive_69fz2_32 ._cardImageWrapper_69fz2_40{width:350px}._cardImage_69fz2_40{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:20px;position:relative;z-index:1}._cardImageWrapper_69fz2_40:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;transition:background .4s ease;z-index:2}._cardContent_69fz2_36{position:absolute;right:0;top:0;width:350px;height:100%;background:#fff;padding:30px 40px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;transform:translate(100%);transition:transform .5s ease;box-shadow:-5px 0 15px #0000001a;border-radius:20px;z-index:3}._cardContent_69fz2_36 h3{font-size:1.5rem;margin-bottom:15px;color:#333;font-weight:600}._cardContent_69fz2_36 p{color:#666;line-height:1.6;margin-bottom:20px;font-size:.95rem}@media(max-width:1024px){._container_69fz2_3{padding:40px 20px;gap:30px}._headerSection_69fz2_204{margin-bottom:10px}._title_69fz2_211,._blue_69fz2_219{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:10px}._subtitle_69fz2_225{font-size:clamp(.95rem,2vw,1.15rem)}._cardsWrapper_69fz2_13{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:25px;height:auto;border-radius:20px 20px 0 0}._card_69fz2_13{flex:none;width:calc(33% - 15px);height:auto;flex-direction:column}._cardImageWrapper_69fz2_40{width:100%;height:220px;border-radius:20px 20px 0 0}._cardContent_69fz2_36{position:relative;transform:none;width:100%;height:auto;padding:20px;border-radius:0 0 20px 20px;box-shadow:none}._cardContent_69fz2_36 h3{font-size:1.3rem}._cardContent_69fz2_36 p{font-size:.9rem}._cardActive_69fz2_32{flex:none}._cardActive_69fz2_32 ._cardImageWrapper_69fz2_40{width:100%}._cardImage_69fz2_40{border-radius:20px 20px 0 0;width:100%}}@media(max-width:768px){._container_69fz2_3{padding:30px 15px;gap:25px}._headerSection_69fz2_204{padding:0 10px;margin-bottom:5px}._title_69fz2_211,._blue_69fz2_219{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:8px}._subtitle_69fz2_225{font-size:clamp(.875rem,3vw,1rem);padding:0 10px}._cardImageWrapper_69fz2_40{height:200px;border-radius:20px 20px 0 0}._cardImage_69fz2_40{border-radius:20px 20px 0 0;width:100%}._cardContent_69fz2_36 h3{font-size:1.2rem}._cardContent_69fz2_36 p{font-size:.85rem;margin-bottom:15px}._cardActive_69fz2_32 ._cardImageWrapper_69fz2_40,._card_69fz2_13{width:100%}}@media(max-width:480px){._container_69fz2_3{padding:25px 10px;gap:20px}._headerSection_69fz2_204{margin-bottom:0}HeadingFAQ{font-size:clamp(1.25rem,7vw,1.7rem);margin-bottom:6px}._subtitle_69fz2_225{font-size:clamp(.8rem,3.5vw,.95rem)}._cardImageWrapper_69fz2_40{height:180px}._cardContent_69fz2_36{padding:15px}._cardContent_69fz2_36 h3{font-size:1rem}._cardContent_69fz2_36 p{font-size:.8rem;line-height:1.5}}._wrapper_4exw4_1{position:relative;padding:100px 0;background:radial-gradient(circle at center,#0a7fa8,#055270 40%,#073d57)}._container_4exw4_35{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._grid_4exw4_43{display:flex;gap:40px}._accordion_4exw4_50{flex:0 0 55%}._faqItem_4exw4_54{margin-bottom:20px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d;background:#fff;transition:transform .3s ease,box-shadow .3s ease}._faqItem_4exw4_54:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014}._title_4exw4_68{text-align:center;margin-bottom:3rem}._HeadingFAQ_4exw4_73{font-size:3rem;color:#f5f5f5}._question_4exw4_79,._ans_4exw4_84{color:var(--primary);font-weight:700}._faqQuestion_4exw4_93{width:100%;text-align:left;padding:18px 22px;background:#f3f4f6;border:none;color:#000;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;transition:background .3s ease}._faqQuestion_4exw4_93:hover{background:#e0e7ff}._faqAnswer_4exw4_113{max-height:0;overflow:hidden;padding:0 22px;background:#fff;font-weight:400;line-height:1.6;transition:all .4s ease}._faqAnswer_4exw4_113._open_4exw4_124{max-height:500px;padding:16px 22px}._icon_4exw4_129{font-size:1.5rem;color:#4f46e5}._rightSide_4exw4_135{flex:0 0 40%;background:linear-gradient(135deg,#fff,#03b4ef25);padding:30px 20px;border-radius:16px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-height:300px}._iconBox_4exw4_149{background:#fff;padding:16px;border-radius:50%;width:95px;margin-bottom:20px;box-shadow:0 4px 15px #0000000d}._iconIllustration_4exw4_158{width:48px;height:48px;color:#4f46e5}._rightText_4exw4_164{font-size:.95rem;color:#374151;line-height:1.6}@media(max-width:1024){._HeadingFAQ_4exw4_73{font-size:2.5rem}}@media(max-width:768px){._grid_4exw4_43{flex-direction:column;gap:0px}._HeadingFAQ_4exw4_73{font-size:2.2rem}._accordion_4exw4_50,._rightSide_4exw4_135{flex:1 1 100%}._rightSide_4exw4_135{margin-top:30px}._title_4exw4_68{margin-bottom:25px}._wrapper_4exw4_1{padding:40px 0}}@media(max-width:600){._HeadingFAQ_4exw4_73{font-size:1.7rem}}._section_2735w_2{padding:80px 0;background:#fff}._mainHeading_2735w_8{text-align:center;font-size:2.5rem;font-weight:800;color:#333;margin-bottom:55px}._mainHeading_2735w_8 span{color:#04b4ef;font-weight:600;font-size:2.5rem}._wrapper_2735w_23{padding:.5rem;display:flex;justify-content:center;align-items:flex-start;max-width:1300px;margin:0 auto;gap:20px}._sidebar_2735w_34{width:300px;display:flex;flex-direction:column;gap:15px}._sideItem_2735w_42{display:flex;align-items:center;gap:15px;padding:14px 18px;cursor:pointer;background:#fff;border-radius:12px 0 0 12px;border-left:6px solid transparent;transition:all .3s ease;box-shadow:0 1px 3px #5a218c14}._sideItem_2735w_42 span{font-size:15px;font-weight:600;color:#073d57}._icon_2735w_61{width:34px;height:34px;color:#04b4ef}._active_2735w_68{background:#f5f5f5;border-left:4px solid #04B4EF}._active_2735w_68 span,._active_2735w_68 ._icon_2735w_61{color:#04b4ef}._content_2735w_78{position:relative;width:700px;height:450px;border-radius:12px;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}._overlay_2735w_97{position:absolute;inset:0;background:#0000008c}._heading_2735w_105,._desc_2735w_106{position:relative;z-index:2}._heading_2735w_105{font-size:42px;font-weight:900;letter-spacing:-1px;margin-bottom:10px;text-align:left}._desc_2735w_106{font-size:18px;max-width:520px;line-height:1.6;opacity:.9;text-align:left}@media(max-width:1024px){._wrapper_2735w_23{flex-direction:column;gap:25px}._sidebar_2735w_34{width:100%;display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:15px!important}._sideItem_2735w_42{border-radius:12px!important;width:100%;min-width:unset!important}._content_2735w_78{width:100%;height:380px;padding:35px}._mainHeading_2735w_8,._mainHeading_2735w_8 span{font-size:2.2rem}._heading_2735w_105{font-size:34px}._desc_2735w_106{font-size:16px}}@media(max-width:768px){._mainHeading_2735w_8,._mainHeading_2735w_8 span{font-size:2rem}._sidebar_2735w_34{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}._content_2735w_78{padding:28px}._heading_2735w_105{font-size:26px}._desc_2735w_106{font-size:15px}._heroImg_2735w_199{max-width:220px}}@media(max-width:600px){._sidebar_2735w_34{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}._sideItem_2735w_42{padding:12px 14px}._content_2735w_78{height:auto;padding:24px}._mainHeading_2735w_8,._mainHeading_2735w_8 span{font-size:1.7rem}._heading_2735w_105{font-size:22px}._desc_2735w_106{font-size:14px}}@media(max-width:480px){._sidebar_2735w_34{grid-template-columns:repeat(2,1fr)!important}._sideItem_2735w_42{flex-direction:column;align-items:flex-start;padding:12px;gap:8px}._sideItem_2735w_42 span{font-size:13px;line-height:1.25;word-break:break-word}._icon_2735w_61{width:26px;height:26px}._content_2735w_78{height:auto;min-height:280px;padding:20px}._heading_2735w_105{font-size:20px}._desc_2735w_106{font-size:13px}}._section_qtft7_4{padding:90px 16px;background:#f8fafc}._sliderWrapper_qtft7_12{position:relative;max-width:1200px;margin:0 auto}._heading_qtft7_21{font-size:40px;font-weight:800;max-width:720px;margin:0 auto 48px;line-height:1.2;color:#333;text-align:center}._heading_qtft7_21 span{color:#04b4ef}._slider_qtft7_12{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}._card_qtft7_47{background:#fff;border-radius:18px;overflow:hidden;cursor:pointer;text-align:left;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease}._card_qtft7_47:hover{transform:translateY(-6px);box-shadow:0 24px 50px #00000014}._imageWrapper_qtft7_66{position:relative;overflow:hidden}._card_qtft7_47 img{width:100%;height:200px;object-fit:cover}._overlay_qtft7_77{position:absolute;inset:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._card_qtft7_47:hover ._overlay_qtft7_77{opacity:1}._readMoreBtn_qtft7_95{background:#fff;color:#0f172a;font-size:16px;font-weight:600;padding:10px 18px;border-radius:999px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:transform .25s ease,box-shadow .25s ease}._readMoreBtn_qtft7_95:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}._content_qtft7_118{padding:18px 18px 22px;display:flex;flex-direction:column;gap:10px}._meta_qtft7_125{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}._content_qtft7_118 h3{font-size:18px;font-weight:700;line-height:1.4;color:#0f172a}._content_qtft7_118 p{font-size:14px;line-height:1.6;color:#475569;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._arrowSlideBtn_qtft7_153{position:absolute;top:0;bottom:0;margin:auto 0;width:48px;height:48px;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;box-shadow:0 8px 20px #00000026;transition:transform .2s ease}._arrowSlideBtn_qtft7_153 svg{color:#0f172a}._arrowSlideBtn_qtft7_153:hover{transform:scale(1.08)}._arrowSlideBtn_qtft7_153:active{transform:scale(.96)}._left_qtft7_183{left:-24px}._right_qtft7_187{right:-24px}@media(max-width:1024px){._heading_qtft7_21{font-size:34px}._slider_qtft7_12{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._heading_qtft7_21{font-size:30px;margin-bottom:36px}._arrowSlideBtn_qtft7_153{width:44px;height:44px}}@media(max-width:600px){._slider_qtft7_12{grid-template-columns:1fr}._heading_qtft7_21{font-size:26px}._card_qtft7_47 img{height:180px}._left_qtft7_183{left:-12px}._right_qtft7_187{right:-12px}}@media(max-width:480px){._section_qtft7_4{padding:70px 12px}._heading_qtft7_21{font-size:24px}._arrowSlideBtn_qtft7_153{display:none}}._wrapper_1blji_2{width:100%;overflow:hidden;padding:2% 0;background:#fff}._container_1blji_10{width:90%;max-width:1200px;margin:0 auto}._title_1blji_17{text-align:center;font-size:clamp(18px,2.5vw,28px);font-weight:600;margin-bottom:2%;color:#1a3a5c;letter-spacing:.5px;opacity:.85}._title_1blji_17:after{content:"";display:block;width:40px;height:2px;background:#1a9fd4;margin:8px auto 0}._marquee_1blji_38{width:100%;overflow:hidden;position:relative}._marquee_1blji_38:before{content:"";position:absolute;top:0;left:0;width:10%;height:100%;z-index:2;pointer-events:none;background:linear-gradient(to right,#fff,#fff0)}._marquee_1blji_38:after{content:"";position:absolute;top:0;right:0;width:10%;height:100%;z-index:2;pointer-events:none;background:linear-gradient(to left,#fff,#fff0)}._track_1blji_71{display:flex;height:70px;width:max-content;gap:4%;animation:_scroll_1blji_1 linear infinite;animation-duration:30s;will-change:transform}._logoBox_1blji_82{flex:0 0 auto;height:70px;display:flex;align-items:center;justify-content:center}._logoBox_1blji_82 img{height:100%;width:100px;object-fit:contain;opacity:.7;transition:all .3s ease}._logoBox_1blji_82 img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@keyframes _scroll_1blji_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._marquee_1blji_38:hover ._track_1blji_71{animation-play-state:paused}@media(max-width:1024px){._track_1blji_71{gap:6%}._logoBox_1blji_82 img{max-width:100px}}@media(max-width:600px){._track_1blji_71{gap:8%}._logoBox_1blji_82 img{max-width:80px}}._heroSection_3s17r_1{background:linear-gradient(to top,#fffcf5,#fff);padding:6rem 0}._heroWrapper_3s17r_11{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3rem}._heroContent_3s17r_19{text-align:center;max-width:600px}._heroTitle_3s17r_24{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#111827}._gradientText_3s17r_32{background:linear-gradient(to right,#00659c,#03b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:22px}._heroDescription_3s17r_39{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem}._heroBtn_3s17r_45{background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;box-shadow:0 4px 10px #0000001a;transition:background-color .3s ease}._heroBtn_3s17r_45:hover{background-color:#00659c}._heroImageBox_3s17r_60{max-width:550px;display:flex;justify-content:center}._heroImage_3s17r_60{width:100%;border-radius:.75rem}@media(min-width:768px){._heroWrapper_3s17r_11{flex-direction:row;align-items:center}._heroContent_3s17r_19{text-align:left;width:50%}._heroImageBox_3s17r_60{width:50%}}._section_jqhz2_1{padding:60px 0;background-color:#f9f9f9}._heading_jqhz2_12{text-align:center;font-size:2.5rem;margin-bottom:40px;color:#333;font-weight:600}._heading_jqhz2_12 span{font-size:2.5rem;font-weight:700;color:#04b4ef}._cardsContainer_jqhz2_19{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}._card_jqhz2_19{background:#fff;text-align:center;padding:30px 20px;border-radius:15px;box-shadow:0 8px 20px #0000001a;transition:transform .3s,box-shadow .3s}._card_jqhz2_19:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003}._iconWrapper_jqhz2_106{font-size:3rem;color:#03b4ef;margin-bottom:20px}._icon_jqhz2_45{margin:0 auto}._cardTitle_jqhz2_50{font-size:1.3rem;margin-bottom:10px;color:#111}._cardDescription_jqhz2_56{font-size:.95rem;color:#555;line-height:1.5}@media(max-width:1024px){._cardsContainer_jqhz2_19{grid-template-columns:repeat(2,1fr)}._heading_jqhz2_12,._heading_jqhz2_12 span{font-size:2.5rem}}@media(max-width:768px){._cardsContainer_jqhz2_19{grid-template-columns:repeat(2,1fr)}._heading_jqhz2_12,._heading_jqhz2_12 span{font-size:2.2rem}}@media(max-width:600px){._cardsContainer_jqhz2_19{grid-template-columns:1fr}._heading_jqhz2_12,._heading_jqhz2_12 span{font-size:1.8rem}}._section_886e1_1{text-align:center;padding:5rem 2rem;background:#00659c;color:#fff;border-radius:1.5rem;margin:3rem auto;max-width:1200px}._heading_886e1_11{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}._button_886e1_17{background:#fff;color:#03b4ef;padding:.75rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;text-decoration:none}._button_886e1_17:hover{background:#f1f5f9;transform:translateY(-4px)}._section_zpjpd_1{padding:80px 0;background:linear-gradient(135deg,#f8f9ff,#fff);min-height:100vh}._container_zpjpd_7{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._splitLayout_zpjpd_15{display:flex;gap:60px;height:calc(100vh - 160px);align-items:stretch}._leftPanel_zpjpd_23{flex:0 0 45%;display:flex;flex-direction:column;justify-content:center;gap:40px;position:sticky;top:80px;height:fit-content;max-height:calc(100vh - 160px)}._textContent_zpjpd_35{margin-bottom:30px}._heading_zpjpd_39{font-size:3rem;font-weight:700;color:#1a1a2e;margin-bottom:20px;line-height:1.2;background:#00659c;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._subtext_zpjpd_51{font-size:1.2rem;color:#64748b;line-height:1.6;max-width:400px}._imageWrapper_zpjpd_58{border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #00000026;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}._imageWrapper_zpjpd_58:hover{transform:perspective(1000px) rotateY(0) scale(1.02)}._heroImage_zpjpd_70{width:100%;height:auto;display:block;object-fit:cover}._rightPanel_zpjpd_78{flex:1;overflow:hidden;position:relative}._scrollableContent_zpjpd_84{height:calc(100vh - 160px);overflow-y:auto;padding-right:20px;display:flex;flex-direction:column;gap:30px}._scrollableContent_zpjpd_84::-webkit-scrollbar{width:8px}._scrollableContent_zpjpd_84::-webkit-scrollbar-track{background:#0000001a;border-radius:10px}._scrollableContent_zpjpd_84::-webkit-scrollbar-thumb{background:#03b4ef;border-radius:10px;transition:all .3s ease}._scrollableContent_zpjpd_84::-webkit-scrollbar-thumb:hover{background:#03b4ef}._card_zpjpd_114{background:#fff;padding:32px;border-radius:20px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s ease;position:relative}._card_zpjpd_114::-webkit-scrollbar{display:none}._cardTitle_zpjpd_130{font-size:1.4rem;font-weight:600;color:#1a1a2e;margin-bottom:12px;display:flex;align-items:center;gap:12px}._cardTitle_zpjpd_130:before{content:"";width:8px;height:8px;background:#03b4ef;border-radius:50%;flex-shrink:0}._cardDesc_zpjpd_149{color:#64748b;line-height:1.6;font-size:1rem}@media(max-width:1024px){._splitLayout_zpjpd_15{gap:40px}._leftPanel_zpjpd_23{flex:0 0 42%}._heading_zpjpd_39{font-size:2.5rem}}@media(max-width:768px){._splitLayout_zpjpd_15{flex-direction:column;height:auto;gap:50px}._leftPanel_zpjpd_23{flex:none;position:static;height:auto;max-height:none}._rightPanel_zpjpd_78{overflow:visible}._scrollableContent_zpjpd_84{height:auto;overflow-y:visible;padding-right:0}._section_zpjpd_1{min-height:auto;padding:60px 0}}@media(max-width:768px){._container_zpjpd_7{padding:0 16px}._heading_zpjpd_39{font-size:2.2rem}._subtext_zpjpd_51{font-size:1.1rem}._card_zpjpd_114{padding:24px}._cardTitle_zpjpd_130{font-size:1.2rem}}._container_ijnm6_1{display:flex;align-items:center;justify-content:space-between;padding:80px 60px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:1400px;margin:0 auto}._leftSection_ijnm6_12{flex:0 0 45%;position:relative}._imageGrid_ijnm6_17{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:500px;scale:100%}._imageCard_ijnm6_26{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a;position:relative}._image_ijnm6_17{width:100%;height:100%;object-fit:cover;display:block}._tablet_ijnm6_40{grid-column:1;grid-row:1;aspect-ratio:4/3}._blocks_ijnm6_46{grid-column:2;grid-row:1;aspect-ratio:1}._agenda_ijnm6_52{grid-column:1;grid-row:2;background-color:#f0fdf4;padding:20px;aspect-ratio:4/3}._team_ijnm6_60{grid-column:2;grid-row:2;aspect-ratio:1}._decorCircle_ijnm6_66{position:absolute;bottom:-20px;right:-20px;width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.8;z-index:-1}._rightSection_ijnm6_78{flex:0 0 45%;padding-left:40px}._heading_ijnm6_83{font-size:3rem;font-weight:700;color:#1e2039;line-height:1.2;margin-bottom:35px;margin-top:0}._description_ijnm6_92{font-size:18px;line-height:1.6;color:#333;margin:10px 0 20px;max-width:500px}._statsContainer_ijnm6_100{display:flex;gap:60px;margin-top:24px}._statItem_ijnm6_106{display:flex;flex-direction:column;align-items:flex-start}._statNumber_ijnm6_112{font-size:48px;font-weight:700;color:#1e2039;margin-bottom:0;line-height:1}._statLabel_ijnm6_120{font-size:17px;color:#818393;font-weight:400;margin-top:0}._badge_ijnm6_127{position:absolute;width:220px;top:10px;right:10px;background-color:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;z-index:10}._emoji_ijnm6_145{font-size:16px}._agendaHeader_ijnm6_149{font-size:14px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px;color:#1e2039}._agendaItem_ijnm6_159{background-color:#fff;padding:12px;border-radius:8px;margin-bottom:8px;font-size:12px;color:#374151;box-shadow:0 2px 4px #0000000d}._teamBadge_ijnm6_169{position:absolute;top:10px;left:10px;right:10px;background-color:#ffffffe6;padding:8px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;font-weight:600;font-size:12px;z-index:10;color:#1e2039}@media(max-width:1024px){._container_ijnm6_1{flex-direction:column;padding:40px 20px}._leftSection_ijnm6_12{flex:0 0 100%;width:100%;max-width:100%}._rightSection_ijnm6_78{flex:0 0 100%;padding-left:0;margin-top:60px;width:100%}._imageGrid_ijnm6_17{max-width:100%;margin:0 auto;scale:90%}._heading_ijnm6_83{font-size:2.5rem;margin-bottom:25px}._description_ijnm6_92{font-size:16px;max-width:100%}._badge_ijnm6_127{font-size:11px;padding:8px 12px;width:170px}._statsContainer_ijnm6_100{gap:40px}._statNumber_ijnm6_112{font-size:36px}._statLabel_ijnm6_120{font-size:15px}._decorCircle_ijnm6_66{width:120px;height:120px}}@media(max-width:640px){._container_ijnm6_1{padding:30px 16px}._imageGrid_ijnm6_17{gap:12px}._heading_ijnm6_83{font-size:2.2rem;margin-bottom:20px}._description_ijnm6_92{font-size:15px}._statsContainer_ijnm6_100{gap:30px;flex-wrap:wrap}._statNumber_ijnm6_112{font-size:32px}._statLabel_ijnm6_120{font-size:14px}._rightSection_ijnm6_78{margin-top:40px}._badge_ijnm6_127{font-size:11px;padding:8px 12px;width:170px}._teamBadge_ijnm6_169{font-size:11px;padding:6px}._agendaHeader_ijnm6_149{font-size:13px}._agendaItem_ijnm6_159{padding:10px;font-size:11px;margin-bottom:5px}._decorCircle_ijnm6_66{width:100px;height:100px;bottom:-15px;right:-15px}}:root{--card-height: 40vw;--card-margin: 4vw;--card-top-offset: 1.6em;--numcards: 4}._page_1owds_9{color:#111}._main_1owds_14{width:90%;margin:0 auto}._Header_1owds_18{padding:100px 0 20px}._Header_1owds_18 h2{font-size:3rem;text-align:center;font-weight:700}._cards_1owds_30{list-style:none;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(var(--numcards),var(--card-height));gap:var(--card-margin)}._card_1owds_30{position:sticky;top:100px;padding-top:calc(var(--index) * var(--card-top-offset))}._cardContent_1owds_45{background:linear-gradient(to top,#b3d7e8,#e0f5ff,#f9fafb);color:#111;border-radius:26px;overflow:hidden;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;box-shadow:0 12px 30px #0000001f;gap:2rem;width:100%;max-width:1100px;margin:0 auto}._step_1owds_68{display:inline-block;background:#fdeede;padding:10px 16px;border-radius:50%;font-weight:600;font-size:1rem;margin-bottom:1rem}._cardContent_1owds_45 h2{font-size:2rem;margin:0 0 1.3rem;font-weight:700}._list_1owds_84{list-style:none;padding:0;display:grid;gap:.7rem}._list_1owds_84 li{font-size:1.1rem;display:flex;align-items:center;gap:.6rem}._list_1owds_84 li:before{content:"✔";color:#000;font-size:1.1rem}._imageBox_1owds_105 img{width:100%;max-width:380px;border-radius:20px;aspect-ratio:1;object-fit:cover;margin:0 auto;box-shadow:0 12px 30px #0000001a}@media(max-width:992px){:root{--card-height: 120vw}._cardContent_1owds_45{grid-template-columns:1fr;padding:3rem 1.5rem}._cardcounting_1owds_130{text-align:center;width:100%}._cardContent_1owds_45 h2{text-align:center}._list_1owds_84{justify-content:center}._imageBox_1owds_105 img{max-width:320px}._cardContent_1owds_45 li{text-align:center}._Header_1owds_18{padding:80px 0 20px}._Header_1owds_18 h2{font-size:2.5rem}}@media(max-width:768px){:root{--card-height: 120vw}._Header_1owds_18{padding:40px 0 20px}._Header_1owds_18 h2{font-size:2.2rem}._cardContent_1owds_45{padding:2.5rem 1rem}._cardContent_1owds_45 h2{font-size:1.8rem}._list_1owds_84 li{font-size:1rem}._imageBox_1owds_105 img{max-width:260px}}@media(max-width:480px){:root{--card-height: 200vw}._Header_1owds_18 h2{font-size:2.2rem}._cardContent_1owds_45{padding:2rem 1rem;border-radius:18px}._step_1owds_68{font-size:.9rem;padding:8px 14px}._cardContent_1owds_45 h2{font-size:1.6rem}._imageBox_1owds_105 img{max-width:220px}}@supports (animation-timeline: works){@scroll-timeline cards-scroll{source: selector(body); scroll-offsets: selector(#cards) start 1,selector(#cards) start 0; start: selector(#cards) start 1; end: selector(#cards) start 0; time-range: 4s;}._card_1owds_30{--index0: calc(var(--index) - 1);--reverse-index: calc(var(--numcards) - var(--index0));--reverse-index0: calc(var(--reverse-index) - 1)}._cardContent_1owds_45{transform-origin:50% 0%;animation:_scale_1owds_1 linear forwards;animation-timeline:cards-scroll;animation-duration:calc(var(--reverse-index0) * 1s);animation-delay:calc(var(--index0) * 1s)}@keyframes _scale_1owds_1{to{transform:scale(calc(1.1 - (.1 * var(--reverse-index))))}}}._wrapper_1mhk7_1{width:100%;max-width:1300px;padding:70px 20px;margin:0 auto;background:#fff;text-align:center}._title_1mhk7_10{font-size:clamp(2rem,2.2vw,3rem);font-weight:700;color:#0f0f0f}._subtitle_1mhk7_16{font-size:clamp(1rem,1.4vw,1.1rem);color:#555;max-width:600px;margin:8px auto 50px;line-height:1.6}._grid_1mhk7_28{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}._card_1mhk7_35{background:#fff;border:1px solid #e7e7e7;border-radius:14px;padding:22px;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px #0000000a}._card_1mhk7_35:hover{transform:translateY(-6px);box-shadow:0 6px 22px #00000014;border-color:#dcdcdc}._imgBox_1mhk7_52{width:100%;aspect-ratio:1.3;overflow:hidden;border-radius:12px}._image_1mhk7_59{width:100%;height:100%;object-fit:cover;transition:.3s ease}._card_1mhk7_35:hover ._image_1mhk7_59{transform:scale(1.05)}._cardTitle_1mhk7_71{margin-top:18px;font-size:clamp(1.1rem,1.4vw,1.35rem);color:#111;font-weight:600}._cardDesc_1mhk7_78{margin-top:10px;font-size:.97rem;color:#555;line-height:1.55;max-width:90%;margin-left:auto;margin-right:auto}@media(max-width:1024px){._grid_1mhk7_28{grid-template-columns:repeat(2,1fr);gap:25px}._title_1mhk7_10{font-size:2.5rem}}@media(max-width:640px){._grid_1mhk7_28{grid-template-columns:1fr;gap:20px}._card_1mhk7_35{padding:18px}._title_1mhk7_10{font-size:2.2rem}}._navbar_1qow6_1{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1;box-shadow:0 2px 4px #0f172a0a;will-change:transform;z-index:20000!important;transition:transform .3s ease,opacity .3s ease}._navbarHidden_1qow6_13{transform:translateY(-100%);opacity:0;pointer-events:none}._container_1qow6_19{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._navContent_1qow6_26{display:flex;align-items:center;justify-content:space-between;height:60px}._logo_1qow6_33{font-size:1.2rem;font-weight:700;color:#111827}._logoImg_1qow6_39{height:40px;width:150px;position:sticky!important;z-index:2000!important;display:block}._sidebarLogo_1qow6_47 img{height:40px;width:auto;display:block}._desktopMenu_1qow6_53{display:none;gap:1.75rem;align-items:center}@media(min-width:1024px){._desktopMenu_1qow6_53{display:flex;gap:1.1rem}}._navLink_1qow6_66{position:relative;color:#111827;text-decoration:none;font-weight:500;font-size:.98rem;transition:color .18s ease}._navLink_1qow6_66:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#04b4ef;transition:width .25s ease}._navLink_1qow6_66:hover{color:#04b4ef}._navLink_1qow6_66:hover:after{width:100%}._navLinkActive_1qow6_94{color:#04b4ef}._navLinkActive_1qow6_94:after{width:100%}._navCaret_1qow6_102{font-size:.7rem;transform:translateY(1px);opacity:.8}._navButton_1qow6_108{border:none;background:transparent;padding:0!important}._navDemo_1qow6_115{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;margin-left:8px;font-size:.9rem;font-weight:600;border-radius:999px;text-decoration:none;background:#fff;color:#334155;border:1px solid #e2e8f0;overflow:hidden;white-space:nowrap;transition:all .2s ease}._navDemo_1qow6_115 svg{font-size:14px;color:#15b9f0;flex-shrink:0}._navDemo_1qow6_115:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1.5px;background:linear-gradient(120deg,transparent,#15B9F0,transparent);background-size:200% 200%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0}._navDemo_1qow6_115:hover:before{opacity:1;animation:_borderMove_1qow6_1 1.2s linear forwards}@keyframes _borderMove_1qow6_1{0%{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 50%}}@media(max-width:1024px){._navDemo_1qow6_115{padding:7px 14px;font-size:.85rem}._navDemo_1qow6_115 svg{font-size:13px}}@media(max-width:1023px){._navDemo_1qow6_115{width:100%;margin-left:0;margin-top:12px;padding:12px;font-size:.95rem;justify-content:center}._navDemo_1qow6_115 svg{font-size:16px}}@media(max-width:480px){._navDemo_1qow6_115{padding:11px;font-size:.9rem}}._servicesWrapper_1qow6_200{position:relative;display:flex;align-items:center}._servicesDropdown_1qow6_206{position:fixed;top:58px;left:55%;transform:translate(-50%) translateY(4px);background-color:#fff;border-radius:24px;box-shadow:0 18px 40px #0f172a24;padding:1.4rem 1.6rem 1.6rem;display:grid;grid-template-columns:minmax(260px,290px) minmax(380px,1fr);gap:1.75rem;width:900px;max-width:96vw;z-index:1000;transform-origin:top center;transition:opacity .16s cubic-bezier(.16,1,.3,1),transform .16s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}._megaLeft_1qow6_227{position:relative;padding-right:.4rem}._megaLabel_1qow6_232{width:max-content;margin-bottom:.8rem;font-size:.7rem;text-transform:uppercase;color:#6b7280;letter-spacing:.08em}._megaList_1qow6_241{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}._megaListItem_1qow6_250{display:flex;align-items:center;gap:.7rem;padding:.45rem .6rem;border-radius:.75rem;cursor:pointer;transition:background-color .14s ease-out,transform .14s ease-out;will-change:transform,background-color}._megaListItemIcon_1qow6_261{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}._megaListItemIconBg_1qow6_273{width:100%;height:100%;background-size:cover;background-position:center}._megaListItemText_1qow6_280{display:flex;flex-direction:column;gap:.12rem}._megaListItemTitle_1qow6_286{font-size:.9rem;font-weight:600;color:#00659c}._megaListItemSubtitle_1qow6_292{font-size:.78rem;color:#6b7280}._megaListItemArrow_1qow6_297{margin-left:auto;font-size:.78rem;color:#9ca3af;opacity:0;transform:translate(-6px);transition:opacity .14s ease-out,transform .14s ease-out}._megaListItemActive_1qow6_306,._megaListItem_1qow6_250:hover{background-color:#f3f4ff;transform:translateY(-1px)}._megaListItemActive_1qow6_306 ._megaListItemArrow_1qow6_297,._megaListItem_1qow6_250:hover ._megaListItemArrow_1qow6_297{opacity:1;transform:translate(0)}._megaRight_1qow6_318{display:flex;flex-direction:column;gap:.9rem}._servicesBadge_1qow6_324{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #e5e7eb;padding:.15rem .7rem;font-size:.72rem;font-weight:500;color:#4b5563;text-transform:uppercase;letter-spacing:.06em;width:200px}._servicesTitle_1qow6_338{font-size:1.05rem;font-weight:600;color:#111827;margin:10px 0}._servicesText_1qow6_345{font-size:.9rem;color:#6b7280;line-height:1.5;margin-top:.1rem;max-width:600px}._megaRightHeader_1qow6_353{display:flex;flex-direction:column}._megaPreviewCard_1qow6_358{display:grid;grid-template-columns:minmax(0,1fr);gap:1.1rem;padding:.9rem;border-radius:18px;background:radial-gradient(circle at top left,#eff6ff 0,#fff 40%,#f9fafb);border:1px solid #e5e7eb;will-change:transform,box-shadow;transition:transform .16s ease-out,box-shadow .16s ease-out}._megaPreviewImage_1qow6_370{border-radius:14px;overflow:hidden;background:#111827;width:200px;display:flex;align-items:stretch}._megaPreviewImage_1qow6_370 img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transform:scale(1.02);transition:transform .25s ease-out}._megaPreviewBody_1qow6_388{display:flex;flex-direction:column;gap:.4rem}._megaPreviewTopRow_1qow6_394{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}._megaPreviewTag_1qow6_402{font-size:.78rem;font-weight:600;padding:.18rem .55rem;border-radius:999px;background-color:#2563eb14;color:#03b4ef}._megaStatusAvailable_1qow6_411,._megaStatusSoon_1qow6_412{font-size:.75rem;font-weight:500;padding:.15rem .55rem;border-radius:999px}._megaStatusAvailable_1qow6_411{background-color:#22c55e1a;color:#15803d}._megaStatusSoon_1qow6_412{background-color:#f9731614;color:#ea580c}._megaPreviewTitle_1qow6_429{font-size:.98rem;font-weight:600;color:#0f172a;margin-top:.1rem}._megaPreviewText_1qow6_436{font-size:.85rem;color:#4b5563;line-height:1.55}._megaPreviewActions_1qow6_442{display:flex;align-items:center;gap:.9rem;margin-top:.6rem;flex-wrap:wrap}._megaPrimaryButton_1qow6_450{border:none;outline:none;cursor:pointer;border-radius:999px;padding:.45rem 1.1rem;font-size:.86rem;font-weight:500;background:linear-gradient(135deg,#03b4ef,#00659c);color:#fff;box-shadow:0 10px 20px #2563eb40;transition:transform .14s ease-out,box-shadow .14s ease-out,opacity .14s ease-out}._megaPrimaryButton_1qow6_450:hover{transform:translateY(-1px);box-shadow:0 14px 28px #2563eb52;opacity:.98}._megaSecondaryLink_1qow6_470{font-size:.82rem;font-weight:500;color:#2563eb;text-decoration:none;display:inline-block;margin-top:10px}._megaSecondaryLink_1qow6_470:hover{text-decoration:underline}._mobileMenuButton_1qow6_485{background:none;border:none;cursor:pointer;color:#111827;display:block;padding:.5rem}@media(min-width:1024px){._mobileMenuButton_1qow6_485{display:none}}._backdrop_1qow6_500{position:fixed;inset:0;background-color:#0f172a80;z-index:30;animation:_fadeIn_1qow6_1 .22s ease-out forwards;will-change:opacity}._backdrop_1qow6_500._fadeOut_1qow6_512{animation:_fadeOut_1qow6_512 .22s ease-out forwards}._sidebar_1qow6_47{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;color:#111827;z-index:35;padding:1rem 2rem;display:flex;flex-direction:column;animation:_slideIn_1qow6_1 .22s cubic-bezier(.16,1,.3,1) forwards;overflow-y:auto;will-change:transform}._sidebar_1qow6_47._slideOut_1qow6_533{animation:_slideOut_1qow6_533 .22s cubic-bezier(.16,1,.3,1) forwards}._sidebarHeader_1qow6_537{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._sidebarLogo_1qow6_47{font-size:1.5rem;font-weight:700}._closeButton_1qow6_549{background:none;border:none;color:#111827;cursor:pointer;padding:.25rem}._sidebarContent_1qow6_557{flex:1}._mobileLinks_1qow6_561{display:flex;flex-direction:column;gap:1.5rem}._mobileLink_1qow6_561{display:flex;align-items:center;gap:1rem;color:#111827;text-decoration:none;font-size:1.05rem;font-weight:500;cursor:pointer;transition:color .18s ease}._mobileLink_1qow6_561:hover{color:#2563eb}._mobileAccordion_1qow6_585{display:flex;flex-direction:column}._mobileAccordionTrigger_1qow6_590{display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;padding:0;font-size:1.05rem;font-weight:500;color:#111827;text-align:left;width:100%;transition:color .18s ease}._mobileAccordionTrigger_1qow6_590:hover{color:#04b4ef}._mobileAccordionContent_1qow6_610{padding:12px 0 4px 12px;display:flex;flex-direction:column;gap:4px;border-left:2px solid #e5e7eb;margin-left:4px;animation:_accordionOpen_1qow6_1 .2s ease-out forwards}@keyframes _accordionOpen_1qow6_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._mobileGroupLabel_1qow6_631{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:4px 0 6px 8px}._mobileSubLink_1qow6_640{display:flex;align-items:center;padding:8px 10px;border-radius:8px;color:#374151;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .14s ease,color .14s ease}._mobileSubLink_1qow6_640:hover{background:#f3f4ff;color:#04b4ef}@keyframes _fadeIn_1qow6_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1qow6_512{0%{opacity:1}to{opacity:0}}@keyframes _slideIn_1qow6_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes _slideOut_1qow6_533{0%{transform:translate(0)}to{transform:translate(-100%)}}@media(max-width:1023px){._servicesDropdown_1qow6_206{display:none}}._rightSection_1qow6_685{display:flex;align-items:center;gap:1rem}._authActions_1qow6_691{display:flex;align-items:center;gap:10px}._demoBtnNav_1qow6_697{background:transparent;border:1px solid #00659c;color:#00659c;padding:8px 14px;font-size:.85rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .25s ease}._demoBtnNav_1qow6_697:hover{background:#00659c;color:#fff}._dropdownBtn_1qow6_714{background:#04b4ef;color:#fff;border:none;padding:8px 16px;font-size:.9rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}._dropdownBtn_1qow6_714:hover{background:#04b4ef}._dropdownMenu_1qow6_730{position:absolute;top:120%;right:125px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:999}._dropdownMenu_1qow6_730._show_1qow6_748{opacity:1;visibility:visible;transform:translateY(0)}._dropdownItem_1qow6_754{color:#555;padding:12px 16px;text-decoration:none;transition:background .3s ease,color .3s ease;font-size:.9rem}._dropdownItem_1qow6_754:first-child{border-radius:8px 8px 0 0}._dropdownItem_1qow6_754:last-child{border-radius:0 0 8px 8px}._dropdownItem_1qow6_754:hover{background:#f8f9fa;color:#04b4ef}._avatar_1qow6_779{width:42px;height:46px;border-radius:50%;background:#00659c;color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}._avatar_1qow6_779:hover{transform:scale(1.05);box-shadow:0 4px 10px #00000026}._profileWrapper_1qow6_804{position:relative;overflow:visible}._profileDropdown_1qow6_809{position:fixed;top:70px;right:20px;width:260px;background:#fff;border-radius:10px;box-shadow:0 10px 28px #0000002e;padding:14px;z-index:20001}@keyframes _dropdownFade_1qow6_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._profileInfo_1qow6_826{display:flex;flex-direction:column;align-items:center;text-align:center}._profileInfo_1qow6_826 strong{display:block;font-size:14px;font-weight:600;color:#111827}._profileInfo_1qow6_826 span{font-size:12px;color:#6b7280;word-break:break-all}._phoneText_1qow6_846{font-size:14px;color:#555}._planInfo_1qow6_855{font-size:12px;color:#374151;margin-bottom:12px}._planInfo_1qow6_855 div{display:flex;justify-content:space-between;padding:4px 0}._planInfo_1qow6_855 label{color:#6b7280;font-weight:500}._dashboardLink_1qow6_872{width:100%;text-align:center;color:#068fd8;font-weight:500;padding-bottom:.5rem}._logoutDropdownBtn_1qow6_884{width:100%;padding:10px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .3s ease}._logoutDropdownBtn_1qow6_884:hover{background:#c82333}._avatarWrapper_1qow6_901{position:relative;display:inline-block}._avatar_1qow6_779{width:42px;height:42px;border-radius:50%;background:#0d6efd;color:#fff;font-weight:600;font-size:18px;border:none;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}._avatarImg_1qow6_922{width:100%;height:100%;object-fit:cover}._cameraIcon_1qow6_928{position:absolute;bottom:-2px;right:-2px;background:#fff;border-radius:50%;padding:5px;font-size:12px;cursor:pointer;box-shadow:0 2px 6px #0003;color:#333}._profileTopSection_1qow6_941{text-align:center;margin-bottom:15px}._popupAvatarWrapper_1qow6_946{position:relative;display:inline-block;margin-bottom:10px}._popupAvatar_1qow6_946{width:70px;height:70px;border-radius:50%;background:#0d6efd;color:#fff;font-size:28px;font-weight:600;display:flex;align-items:center;justify-content:center;overflow:hidden}._popupAvatarImg_1qow6_966{width:100%;height:100%;object-fit:cover}._popupCameraIcon_1qow6_972{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;padding:6px;font-size:14px;cursor:pointer;box-shadow:0 2px 6px #0003}._changePasswordBtn_1qow6_984{display:block;width:100%;text-align:center;background:none;border:none;padding:8px 0;margin-top:10px;font-size:14px;font-weight:500;color:#00659c;cursor:pointer;transition:all .2s ease}._changePasswordBtn_1qow6_984:hover{color:#004a73;text-decoration:underline}._navbarLuxury_1qow6_1005{background:#0a0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,168,76,.2)}._navLinkLuxury_1qow6_1011{color:#f8f2e6d9}._navLinkLuxury_1qow6_1011:hover{color:#c9a84c}._navLinkLuxury_1qow6_1011:after{background:#c9a84c}._navbarLuxury_1qow6_1005 ._navLinkActive_1qow6_94{color:#c9a84c}._dropdownBtnLuxury_1qow6_1027{background:#c9a84c;color:#0a0f1e}._dropdownBtnLuxury_1qow6_1027:hover{background:#e8c876}._mobileProfile_1qow6_1036{margin-top:24px;padding:20px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:12px}._mobileProfileInfo_1qow6_1046{text-align:center;display:flex;flex-direction:column}._mobileProfileInfo_1qow6_1046 strong{font-size:16px;font-weight:600}._mobileProfileInfo_1qow6_1046 span{font-size:13px;color:#6b7280}._mobilePlanInfo_1qow6_1062{width:100%;font-size:13px}._mobilePlanInfo_1qow6_1062 div{display:flex;justify-content:space-between}._mobileLogoutBtn_1qow6_1072{width:100%;padding:12px;background:#dc3545;color:#fff;border:none;border-radius:8px;font-weight:600}._mobileAuthBtns_1qow6_1082{display:flex;flex-direction:column;gap:10px;margin-top:20px}._signInLink_1qow6_1089{display:block;padding:18px 20px;color:#04b4ef;text-decoration:none;text-align:center;font-size:1rem;font-weight:600;border-radius:8px;background:#f0f8ff;border-bottom:1px solid #f0f0f0;transition:all .3s ease}._signInLink_1qow6_1089:hover{background:#d1e7fa;color:#04b4ef}._signUpBtn_1qow6_1108{display:block;width:100%;padding:16px;background:#dc3546e3;color:#fff;text-align:center;text-decoration:none;font-size:1rem;font-weight:700;letter-spacing:.5px;border-radius:8px;transition:background .3s ease}._signUpBtn_1qow6_1108:hover{background:#c82333d4}._servicesWrapper_1agv8_6{position:relative;display:flex;align-items:center}._trigger_1agv8_12{display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;font-size:.98rem;font-weight:500;color:#111827;padding:0;position:relative;transition:color .18s ease;font-family:inherit}._trigger_1agv8_12:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#04b4ef;transition:width .25s ease}._trigger_1agv8_12:hover,._triggerActive_1agv8_40{color:#04b4ef}._trigger_1agv8_12:hover:after,._triggerActive_1agv8_40:after{width:100%}._triggerLuxury_1agv8_49{color:#f8f2e6d9}._triggerLuxury_1agv8_49:hover{color:#c9a84c}._caret_1agv8_57{transition:transform .22s ease;opacity:.7}._caretOpen_1agv8_62{transform:rotate(180deg)}._dropdown_1agv8_67{position:fixed;top:62px;left:50%;transform:translate(-68%);background:#fff;border-radius:22px;box-shadow:0 20px 50px #0f172a24;display:grid;grid-template-columns:280px 1fr;width:860px;max-width:96vw;z-index:99999;overflow:hidden;animation:_dropIn_1agv8_1 .18s cubic-bezier(.16,1,.3,1) forwards}@keyframes _dropIn_1agv8_1{0%{opacity:0;transform:translate(-68%) translateY(10px)}to{opacity:1;transform:translate(-68%) translateY(0)}}._leftPanel_1agv8_98{padding:20px 14px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;gap:6px}._sectionLabel_1agv8_106{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#9ca3af;padding:0 8px;margin-bottom:4px}._list_1agv8_116{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}._listItem_1agv8_125{width:100%;display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .14s ease,transform .14s ease}._listItem_1agv8_125:hover,._listItemActive_1agv8_141{background:#f3f4ff;transform:translateY(-1px)}._iconBox_1agv8_146{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;flex-shrink:0;transition:transform .15s ease}._listItem_1agv8_125:hover ._iconBox_1agv8_146,._listItemActive_1agv8_141 ._iconBox_1agv8_146{transform:scale(1.08)}._itemText_1agv8_163{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._itemTitle_1agv8_171{font-size:.88rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemSubtitle_1agv8_180{font-size:.74rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._arrow_1agv8_188{color:#9ca3af;opacity:0;transform:translate(-4px);transition:opacity .14s ease,transform .14s ease;flex-shrink:0}._listItem_1agv8_125:hover ._arrow_1agv8_188,._listItemActive_1agv8_141 ._arrow_1agv8_188{opacity:1;transform:translate(0)}._rightPanel_1agv8_206{display:grid;grid-template-columns:1fr 1fr;background:#fafbff;border-left:1px solid #f0f0f0}._infoSection_1agv8_214{padding:24px 20px;display:flex;flex-direction:column;gap:12px;border-right:1px solid #f0f0f0;animation:_fadeUp_1agv8_1 .18s ease}._imageSection_1agv8_224{padding:20px;display:flex;align-items:center;justify-content:center;animation:_fadeUp_1agv8_1 .18s ease}@keyframes _fadeUp_1agv8_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._detailTopRow_1agv8_238{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._detailTag_1agv8_245{display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 10px;border-radius:999px}._badgeAvailable_1agv8_256{font-size:.72rem;font-weight:500;padding:3px 10px;border-radius:999px;background:#22c55e1a;color:#16a34a}._badgeSoon_1agv8_265{font-size:.72rem;font-weight:500;padding:3px 10px;border-radius:999px;background:#f9731614;color:#ea580c}._detailTitle_1agv8_274{font-size:.98rem;font-weight:700;color:#0f172a;margin:0;line-height:1.4}._detailText_1agv8_282{font-size:.83rem;color:#6b7280;margin:0;line-height:1.55;flex:1}._ctaBtn_1agv8_290{display:inline-flex;align-items:center;justify-content:center;padding:9px 22px;color:#fff;border:none;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;width:fit-content;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 6px 18px #0000002e;margin-top:auto}._ctaBtn_1agv8_290:hover{transform:translateY(-1px);opacity:.92;box-shadow:0 10px 26px #00000038}._imageBox_1agv8_315{width:100%;height:180px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}._previewImg_1agv8_325{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}._imageBox_1agv8_315:hover ._previewImg_1agv8_325{transform:scale(1.04)}._iconFallback_1agv8_338{font-size:3rem;opacity:.5}@media(max-width:1023px){._dropdown_1agv8_67{display:none}}._wrapper_1jseo_5{position:relative;display:flex;align-items:center}._trigger_1jseo_12{display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;font-size:.98rem;font-weight:500;color:#111827;padding:0;position:relative;transition:color .18s ease}._trigger_1jseo_12:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#04b4ef;transition:width .25s ease}._trigger_1jseo_12:hover,._triggerActive_1jseo_39{color:#04b4ef}._trigger_1jseo_12:hover:after,._triggerActive_1jseo_39:after{width:100%}._triggerLuxury_1jseo_49{color:#f8f2e6d9}._triggerLuxury_1jseo_49:hover{color:#c9a84c}._caret_1jseo_58{transition:transform .22s ease;opacity:.7}._caretOpen_1jseo_63{transform:rotate(180deg)}._dropdown_1jseo_68{position:fixed;top:62px;left:50%;transform:translate(-50%);background:#fff;border-radius:20px;box-shadow:0 20px 48px #0f172a21;display:grid;grid-template-columns:auto auto 1fr;width:fit-content;min-width:min(860px,90vw);max-width:90vw;z-index:99999;overflow:hidden;animation:_dropIn_1jseo_1 .18s cubic-bezier(.16,1,.3,1) forwards}@keyframes _dropIn_1jseo_1{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._leftPanel_1jseo_98{padding:20px 16px;border-right:1px solid #f0f0f0;display:flex;flex-direction:row;gap:0;width:fit-content}._section_1jseo_107{display:flex;flex-direction:column;gap:4px;width:fit-content;min-width:180px;padding:0 10px}._section_1jseo_107:first-child{border-right:1px solid #f0f0f0;padding-right:14px}._section_1jseo_107:last-child{padding-left:14px}._sectionLabel_1jseo_126{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;padding:0 8px;margin:0 0 6px}._list_1jseo_136{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}._listItem_1jseo_145{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;text-decoration:none;cursor:pointer;transition:background .14s ease,transform .14s ease;position:relative}._listItem_1jseo_145:hover,._listItemActive_1jseo_158{background:#f3f4ff;transform:translateY(-1px)}._iconBox_1jseo_163{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease}._listItem_1jseo_145:hover ._iconBox_1jseo_163,._listItemActive_1jseo_158 ._iconBox_1jseo_163{transform:scale(1.08)}._itemText_1jseo_179{display:flex;flex-direction:column;gap:2px;flex:1}._itemTitle_1jseo_186{font-size:.88rem;font-weight:600;color:#111827}._itemSubtitle_1jseo_192{font-size:.76rem;color:#6b7280}._arrow_1jseo_197{color:#9ca3af;opacity:0;transform:translate(-4px);transition:opacity .14s ease,transform .14s ease;flex-shrink:0}._listItem_1jseo_145:hover ._arrow_1jseo_197,._listItemActive_1jseo_158 ._arrow_1jseo_197{opacity:1;transform:translate(0)}._rightPanel_1jseo_214{padding:20px 18px;background:#fafbff;display:flex;flex-direction:column;min-width:240px;max-width:280px}._previewCard_1jseo_223{display:flex;flex-direction:column;gap:14px;height:100%}._previewTag_1jseo_230{display:inline-flex;align-items:center;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;padding:3px 10px;border-radius:999px;width:fit-content}._illustration_1jseo_242{width:100%;height:140px;border-radius:14px;overflow:hidden;flex-shrink:0}._previewContent_1jseo_250{display:flex;flex-direction:column;gap:4px}._previewTitle_1jseo_256{font-size:1rem;font-weight:700;color:#0f172a;margin:0}._previewText_1jseo_263{font-size:.82rem;color:#6b7280;margin:0;line-height:1.5}._ctaBtn_1jseo_270{display:inline-flex;align-items:center;justify-content:center;padding:9px 20px;background:linear-gradient(135deg,#04b4ef,#00659c);color:#fff;border-radius:999px;font-size:.84rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;width:fit-content;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 6px 18px #04b4ef40;margin-top:auto}._ctaBtn_1jseo_270:hover{transform:translateY(-1px);box-shadow:0 10px 24px #04b4ef59}@media(max-width:1023px){._dropdown_1jseo_68{display:none}}._previewImage_1jseo_305{width:100%;height:100%;object-fit:cover;border-radius:14px}._emptyState_1jseo_312{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;font-size:13px;border-radius:14px}._wrapper_uvw02_4{position:relative}._trigger_uvw02_11{background:none;border:none;cursor:pointer;font-weight:500;font-size:.98rem;display:inline-flex;align-items:center;gap:5px;padding:0;color:#111827;font-family:inherit;position:relative;transition:color .18s ease}._trigger_uvw02_11:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#04b4ef;transition:width .25s ease}._trigger_uvw02_11:hover,._triggerActive_uvw02_39{color:#04b4ef}._trigger_uvw02_11:hover:after,._triggerActive_uvw02_39:after{width:100%}._triggerLuxury_uvw02_48{color:#f8f2e6d9}._triggerLuxury_uvw02_48:hover{color:#c9a84c}._caret_uvw02_55{transition:transform .22s ease;opacity:.7}._caretOpen_uvw02_60{transform:rotate(180deg)}._dropdown_uvw02_68{position:fixed;top:62px;left:50%;transform:translate(-50%);display:flex;width:900px;max-width:96vw;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001f;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:hidden;z-index:99999;animation:_dropDown_uvw02_1 .2s ease}@keyframes _dropDown_uvw02_1{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._leftPanel_uvw02_93{flex:1;display:grid;grid-template-columns:1fr 1fr;padding:28px 24px;border-right:1px solid #f0f0f0}._section_uvw02_101{padding:0 12px}._section_uvw02_101:first-child{border-right:1px solid #f0f0f0}._sectionLabel_uvw02_110{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin:0 0 14px}._list_uvw02_119{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}._listItem_uvw02_129{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:10px;text-decoration:none;color:inherit;transition:background .15s ease;position:relative}._listItem_uvw02_129:hover,._listItemActive_uvw02_142{background:#f3f6ff}._iconBox_uvw02_147{width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:10px}._itemText_uvw02_157{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}._itemTitle_uvw02_166{font-size:15px;font-weight:600;color:#111827;line-height:1.2}._itemSubtitle_uvw02_174{font-size:13px;color:#6b7280;line-height:1.2}._arrow_uvw02_180{font-size:18px;color:#9ca3af;font-weight:300}._rightPanel_uvw02_188{width:280px;min-width:280px;display:flex;align-items:center;justify-content:center;padding:24px 20px;background:#fafbff}._previewCard_uvw02_198{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;animation:_fadeUp_uvw02_1 .18s ease}@keyframes _fadeUp_uvw02_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._previewTag_uvw02_212{font-size:10px;font-weight:700;letter-spacing:.08em;padding:3px 8px;border-radius:999px}._previewImageBox_uvw02_221{width:100%;height:170px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}._previewImg_uvw02_231{width:100%;height:100%;object-fit:cover;display:block}._previewTitle_uvw02_238{font-size:15px;font-weight:700;color:#111827;margin:0}._previewSubtitle_uvw02_245{font-size:12px;color:#6b7280;margin:0}._ctaBtn_uvw02_251{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#04b4ef,#0077b6);color:#fff;border-radius:999px;text-decoration:none;font-size:13px;font-weight:600;transition:opacity .2s,transform .15s}._ctaBtn_uvw02_251:hover{opacity:.9;transform:translateY(-1px)}._emptyState_uvw02_268{display:flex;flex-direction:column;align-items:center;gap:10px;color:#c4c9d4;font-size:12px;text-align:center}._emptyState_uvw02_268 p{margin:0}._emptyDots_uvw02_280{display:flex;gap:6px}._emptyDots_uvw02_280 span{width:8px;height:8px;border-radius:50%;background:#e5e7eb;animation:_pulse_uvw02_1 1.4s ease-in-out infinite}._emptyDots_uvw02_280 span:nth-child(2){animation-delay:.2s}._emptyDots_uvw02_280 span:nth-child(3){animation-delay:.4s}@keyframes _pulse_uvw02_1{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@media(max-width:1023px){._dropdown_uvw02_68{display:none}}._mobilePanel_uvw02_311{display:none!important}._drawerOverlay_rkiux_2{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:.3s ease;z-index:20001}._showOverlay_rkiux_12{opacity:1;visibility:visible}._drawer_rkiux_2{position:fixed;top:0;right:-420px;width:420px;height:100%;background:#fff;display:flex;flex-direction:column;padding:20px;transition:right .35s ease;z-index:20002;box-shadow:-6px 0 25px #0000001a}._openDrawer_rkiux_33{right:0}._drawerHeader_rkiux_38{display:flex;justify-content:space-between;align-items:center}._drawerHeader_rkiux_38 h2{font-size:18px;font-weight:600}._drawerHeader_rkiux_38 button{background:none;border:none;font-size:18px;cursor:pointer}._divider_rkiux_57{margin:12px 0 16px;border:none;border-top:1px solid #e5e7eb}._drawerForm_rkiux_64{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:14px}._formGroup_rkiux_73{display:flex;flex-direction:column;gap:6px}._formGroup_rkiux_73 label{font-size:13px;font-weight:600;color:#334155}._inputWrapper_rkiux_86{display:flex;align-items:center;border-radius:10px;padding:2px 12px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .2s ease}._inputWrapper_rkiux_86:focus-within{border-color:#2563eb;background:#fff}._icon_rkiux_102{font-size:14px;color:#94a3b8;margin-right:10px}._inputWrapper_rkiux_86 input{border:none;outline:none;background:transparent;width:100%;font-size:14px}._drawerForm_rkiux_64 textarea{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f8fafc;font-size:14px;min-height:100px;resize:none}._drawerForm_rkiux_64 textarea:focus{border-color:#2563eb;background:#fff;outline:none}._drawerFooter_rkiux_135{border-top:1px solid #e5e7eb;padding-top:14px;background:#fff}._demoBtn_rkiux_142{width:100%;background:#ef4444;color:#fff;padding:14px;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}._demoBtn_rkiux_142:hover{background:#dc2626}@media(max-width:1024px){._drawer_rkiux_2{width:380px}}@media(max-width:768px){._drawer_rkiux_2{width:100%;right:-100%;padding:18px}._openDrawer_rkiux_33{right:0}._drawerHeader_rkiux_38 h2{font-size:16px}._drawerForm_rkiux_64{gap:12px}._formGroup_rkiux_73 label{font-size:12px}._inputWrapper_rkiux_86{padding:10px}._drawerFooter_rkiux_135{padding-top:10px}._demoBtn_rkiux_142{padding:12px;font-size:14px}}@media(max-width:480px){._drawer_rkiux_2{padding:16px 14px}._drawerHeader_rkiux_38 h2{font-size:15px}._inputWrapper_rkiux_86 input,._drawerForm_rkiux_64 textarea{font-size:13px}._icon_rkiux_102{font-size:13px;margin-right:8px}._demoBtn_rkiux_142{padding:11px;font-size:13px}}._footer_nlhzg_1{background:#fff;color:#111827;border-top:1px solid #e5e7eb}._container_nlhzg_8{width:100%;max-width:1300px;margin:0 auto;padding:2.5rem 1rem}._topSection_nlhzg_16{display:grid;grid-template-columns:1.4fr 4fr;gap:2rem;padding-bottom:2rem}._brand_nlhzg_25{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.4rem}._brand_nlhzg_25 p{color:#6b7280;font-size:.9rem;line-height:1.5}._links_nlhzg_39{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem}._links_nlhzg_39 h4{font-size:.8rem;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem!important}._links_nlhzg_39 ul{list-style:none;margin:0;padding:0}._links_nlhzg_39 ul li{margin-bottom:.4rem}._links_nlhzg_39 ul li a{color:#6b7280;font-size:.9rem;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}._links_nlhzg_39 ul li a:hover{color:#111827}._bottomSection_nlhzg_81{width:100%;padding-top:1.2rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}._bottomSection_nlhzg_81 p{font-size:.8rem;color:#6b7280;margin:0}._bottomSection_nlhzg_81 a{color:#111827;text-decoration:none;font-weight:600}._bottomSection_nlhzg_81 a:hover{text-decoration:underline}._footerLuxury_nlhzg_109{background:#0a0f1e;color:#f8f2e6;border-top:1px solid rgba(201,168,76,.2)}._footerLuxury_nlhzg_109 ._brand_nlhzg_25 h2,._footerLuxury_nlhzg_109 ._links_nlhzg_39 h4,._footerLuxury_nlhzg_109 ._bottomSection_nlhzg_81 a{color:#f8f2e6}._footerLuxury_nlhzg_109 ._links_nlhzg_39 ul li a{color:#f8f2e6b3}._footerLuxury_nlhzg_109 ._links_nlhzg_39 ul li a:hover{color:#c9a84c}._footerLuxury_nlhzg_109 ._bottomSection_nlhzg_81 p{color:#f8f2e699}@media(min-width:769px)and (max-width:1024px){._topSection_nlhzg_16{grid-template-columns:1fr;gap:2.5rem}._links_nlhzg_39{display:block}._accordionItem_nlhzg_150{border-bottom:1px solid #e5e7eb}._accordionHeader_nlhzg_155{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:16px 0}._arrow_nlhzg_164{display:block;transition:transform .3s ease}._rotate_nlhzg_169{transform:rotate(180deg)}._accordionContent_nlhzg_174{max-height:0;overflow:hidden;transition:max-height .35s ease}._accordionContent_nlhzg_174 ul{padding-bottom:14px}._show_nlhzg_185{max-height:450px}._contactBlock_nlhzg_190{border-bottom:1px solid #e5e7eb;padding:16px 0}._bottomSection_nlhzg_81{flex-direction:column;text-align:center}}@media(max-width:768px){._topSection_nlhzg_16{grid-template-columns:1fr}._links_nlhzg_39{display:block}._contactBlock_nlhzg_190{border-bottom:1px solid #e5e7eb;padding:14px 0}._links_nlhzg_39 h4{margin-bottom:0!important}._accordionItem_nlhzg_150{border-bottom:1px solid #e5e7eb}._accordionHeader_nlhzg_155{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:14px 0}._arrow_nlhzg_164{transition:transform .3s ease}._rotate_nlhzg_169{transform:rotate(180deg)}._accordionContent_nlhzg_174{max-height:0;overflow:hidden;transition:max-height .35s ease}._accordionContent_nlhzg_174 ul{padding-bottom:12px}._show_nlhzg_185{max-height:200px}._bottomSection_nlhzg_81{flex-direction:column;text-align:center}}@media(max-width:480px){._container_nlhzg_8{padding:2rem 1rem}}._socialWrapper_nlhzg_281{display:flex;justify-content:start;padding:1rem 0;border-bottom:1px solid #e5e7eb}._socials_nlhzg_289{display:flex;gap:18px}._socials_nlhzg_289 a{color:#6b7280;font-size:22px;transition:all .25s ease}._footerLeft_nlhzg_301 a:nth-child(1):hover{color:#1877f2}._footerLeft_nlhzg_301 a:nth-child(2):hover{color:#e1306c}._footerLeft_nlhzg_301 a:nth-child(3):hover{color:#25d366}._footerLeft_nlhzg_301 a:nth-child(4):hover{color:#0a66c2}._footerLeft_nlhzg_301 a:nth-child(5):hover{color:red}._fb_nlhzg_323,._ig_nlhzg_324,._tw_nlhzg_325,._li_nlhzg_39{all:unset}._arrow_nlhzg_164{display:none}@media(max-width:768px){._arrow_nlhzg_164{display:block}}@media(max-width:1024px){._arrow_nlhzg_164{display:block}}._contactBlock_nlhzg_190{display:flex;flex-direction:column;gap:10px}._contactGroup_nlhzg_361{display:flex;flex-direction:column;gap:4px}._contactGroup_nlhzg_361 span{font-size:.7rem;text-transform:uppercase;color:#9ca3af;font-weight:600}._contactGroup_nlhzg_361 a{font-size:.9rem;color:#6b7280;font-weight:500}._supportLink_nlhzg_382{color:#2563eb;font-weight:600}._contactSection_nlhzg_387{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}._logoWrapper_nlhzg_395{display:flex;align-items:center}._logo_nlhzg_395{height:42px;width:auto;object-fit:contain}@media(max-width:768px){._logo_nlhzg_395{height:36px}}._footerBottom_nlhzg_412{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding-top:1rem;margin-top:1.5rem;position:relative}._footerLeft_nlhzg_301{display:flex;gap:18px}._footerLeft_nlhzg_301 a{color:#6b7280;font-size:18px;transition:.2s}._footerCenter_nlhzg_439{position:absolute;left:50%;transform:translate(-50%);font-size:.8rem;color:#6b7280}._footerRight_nlhzg_448{font-size:.8rem;color:#6b7280}._footerRight_nlhzg_448 a{color:#111827;font-weight:600}@media(max-width:768px){._footerBottom_nlhzg_412{flex-direction:column;gap:10px}._footerCenter_nlhzg_439{position:static;transform:none;text-align:center}}._wrapper_1urcw_2{background:#f5f7fa;color:#111;width:100%;overflow-x:hidden}._heroSection_1urcw_12{height:42vh;display:flex;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at center,#0a7fa8,#055270 40%,#073d57);padding:3rem 1rem}._heroContent_1urcw_28{max-width:700px;color:#fff}._heroContent_1urcw_28 h2{font-size:clamp(2.3rem,5vw,3rem);font-weight:800;margin-bottom:1rem}._heroContent_1urcw_28 h2 span{font-size:clamp(2.3rem,5vw,3rem);font-weight:800;margin-bottom:1rem;color:#03b4ef}._heroContent_1urcw_28 p{font-size:1.1rem;line-height:1.65;color:#d9ebf2;opacity:.95}._servicesStrip_1urcw_56{padding:5rem 0;background:#fdfdfd}._serviceGrid_1urcw_61{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._serviceCard_1urcw_67{background:#fff;padding:2rem 1.8rem;border-radius:18px;border:1px solid #e6e6e6;box-shadow:0 4px 24px #0000000f;transition:all .35s ease;text-align:center}._serviceCard_1urcw_67:hover{transform:translateY(-8px);box-shadow:0 12px 34px #00000014}._iconBox_1urcw_82{width:3.2rem;height:3.2rem;border-radius:12px;background:#03b4ef26;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}._iconBox_1urcw_82 svg{font-size:1.7rem;color:#03b4ef}._serviceCard_1urcw_67 h3{font-size:1.3rem;font-weight:700;color:#073d57;margin-bottom:.5rem}._serviceCard_1urcw_67 p{font-size:.95rem;color:#565656;line-height:1.55}._faqSection_1urcw_114{padding:5rem 0;background:#fff}._faqGrid_1urcw_119{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:3rem;align-items:flex-start}._imgWrapper_1urcw_126{border-radius:14px;overflow:hidden;position:relative}._imgFAQ_1urcw_132{width:100%;border-radius:14px;object-fit:cover}._faqHeading_1urcw_138{font-size:2.2rem;font-weight:800;color:#073d57;margin-bottom:1.8rem}._faqItem_1urcw_145{border-bottom:1px solid #e2e6ea;padding:1.2rem 0;transition:.3s ease}._faqItem_1urcw_145 button{background:none;border:none;width:100%;padding:0;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;color:#073d57;cursor:pointer;text-align:left}._faqItem_1urcw_145 p{max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);transition:.35s ease;color:#4b4b4b;font-size:.95rem;line-height:1.6;margin-left:2px}._faqItem_1urcw_145._active_1urcw_179 p{max-height:500px;opacity:1;transform:translateY(0);margin-top:.85rem}._rotate_1urcw_186{transform:rotate(180deg);transition:.3s ease}._contactSection_1urcw_194{padding:5rem 0;background:#f5f5f5}._formHeading_1urcw_199{text-align:center;color:#073d57;font-size:2.3rem;font-weight:800;margin-bottom:3rem}._contactContent_1urcw_207{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:3rem}._contactContent_1urcw_207 form{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 12px 32px #00000014;transition:.35s ease}._contactContent_1urcw_207 form:hover{transform:translateY(-4px)}._contactContent_1urcw_207 label{display:block;margin-bottom:6px;font-size:.95rem;font-weight:600;color:#073d57}._contactContent_1urcw_207 input,._contactContent_1urcw_207 textarea{width:100%;padding:12px 15px;border-radius:8px;border:1.4px solid #d7d7d7;background:#fafafa;margin-bottom:1rem;font-size:.95rem;transition:all .3s ease}._contactContent_1urcw_207 input:focus,._contactContent_1urcw_207 textarea:focus{border-color:#03b4ef;box-shadow:0 0 0 3px #03b4ef2e;outline:none}._contactContent_1urcw_207 button{width:100%;padding:.9rem;font-size:1.1rem;font-weight:700;border-radius:10px;border:none;background:linear-gradient(135deg,#0a7fa8,#03b4ef);color:#fff;cursor:pointer;transition:.3s ease}._contactContent_1urcw_207 button:hover{transform:translateY(-2px);background:linear-gradient(135deg,#055270,#03a3d6)}._success_1urcw_271{background:#e6f7ff;color:#0278a6;padding:10px 14px;border-radius:8px;margin-top:.8rem;text-align:center}._error_1urcw_280{background:#ffe9e9;color:#d32f2f;padding:10px 14px;border-radius:8px;margin-top:.8rem;text-align:center}._contactInfo_1urcw_292{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #0000000f}._contactInfo_1urcw_292 h3{color:#073d57;font-size:1.6rem;font-weight:700;margin-bottom:1rem}._contactInfo_1urcw_292 p{color:#555;margin-bottom:.8rem;line-height:1.6}._officeSection_1urcw_315{padding:5rem 0;background:#fff}._officeHeading_1urcw_320{text-align:center;font-size:2.3rem;font-weight:800;color:#073d57;margin-bottom:2rem}._mapBox_1urcw_328{width:100%;height:350px;border-radius:20px;overflow:hidden;box-shadow:0 8px 26px #0000001a}@media(max-width:1024px){._heroSection_1urcw_12{height:auto;padding:4rem 2rem}._heroContent_1urcw_28{max-width:600px}._faqGrid_1urcw_119,._contactContent_1urcw_207{gap:2.5rem}._mapBox_1urcw_328{height:300px}}@media(max-width:789px){._serviceGrid_1urcw_61{grid-template-columns:repeat(2,1fr)}._faqGrid_1urcw_119,._contactContent_1urcw_207{grid-template-columns:1fr}._heroContent_1urcw_28 h2,._heroContent_1urcw_28 h2 span{font-size:2rem;line-height:1.3}._formHeading_1urcw_199,._officeHeading_1urcw_320{font-size:2rem}}@media(max-width:600px){._servicesStrip_1urcw_56,._faqSection_1urcw_114,._contactSection_1urcw_194,._officeSection_1urcw_315{padding:3rem 1.2rem}._serviceGrid_1urcw_61{grid-template-columns:1fr}._serviceCard_1urcw_67{padding:1.6rem 1.4rem}._faqHeading_1urcw_138{font-size:1.6rem}._contactContent_1urcw_207 form,._contactInfo_1urcw_292{padding:2rem 1.4rem}._mapBox_1urcw_328{height:260px}}@media(max-width:480px){._heroSection_1urcw_12{padding:2.5rem 1rem}._heroContent_1urcw_28 h2,._heroContent_1urcw_28 h2 span{font-size:1.7rem}._heroContent_1urcw_28 p{font-size:.9rem}._serviceCard_1urcw_67 h3{font-size:1.15rem}._serviceCard_1urcw_67 p,._faqItem_1urcw_145 button,._faqItem_1urcw_145 p{font-size:.88rem}._formHeading_1urcw_199,._officeHeading_1urcw_320{font-size:1.55rem}._contactContent_1urcw_207 input,._contactContent_1urcw_207 textarea{font-size:.9rem}._contactContent_1urcw_207 button{font-size:.95rem}._mapBox_1urcw_328{height:220px}}._mapWrapper_rkhqg_1{width:100%;height:500px;position:relative;overflow:hidden;background:#f9fafb}._mapFrame_rkhqg_11{width:100%;height:500px;border:0}._directionBtn_rkhqg_18{position:absolute;bottom:29px;right:60px;background-color:#111;color:#fff;padding:5px 10px;font-weight:500;font-size:12px;text-decoration:none;transition:all .3s ease}._directionBtn_rkhqg_18:hover{transform:translateY(-2px)}._page_yis8y_1{background:#fff;color:#111827;font-family:Inter,sans-serif}._hero_yis8y_8{background-size:cover;padding:100px 20px;text-align:center}._heroTitle_yis8y_15{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:20px}._heroSubtitle_yis8y_22{max-width:700px;margin:0 auto;font-size:1.2rem;color:#4b5563;line-height:1.8}._sectionTitle_yis8y_31{text-align:center;font-size:2rem;font-weight:700;margin-bottom:10px;color:#1f2937}._sectionSubtitle_yis8y_39{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:40px}._valuesSection_yis8y_47{padding:80px 20px}._valuesGrid_yis8y_51{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;max-width:1200px;margin:0 auto}._valueCard_yis8y_59{background:#fff;border-radius:20px;padding:30px 20px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;text-align:center}._valueCard_yis8y_59:hover{transform:translateY(-6px);box-shadow:0 8px 25px #00000014}._iconBox_yis8y_73{margin-bottom:15px}._icon_yis8y_73{width:48px;height:48px;color:#4f46e5;margin:0 auto}._valueTitle_yis8y_84{font-size:1.3rem;font-weight:600;margin-bottom:10px}._valueDesc_yis8y_90{font-size:1rem;color:#4b5563;line-height:1.6}._compareSection_yis8y_97{padding:80px 20px;background:linear-gradient(135deg,#eef4ff,#f9f5ff);text-align:center}._tableWrapper_yis8y_103{max-width:1000px;margin:0 auto;overflow-x:auto}._compareTable_yis8y_109{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 25px #00000014}._compareTable_yis8y_109 th,._compareTable_yis8y_109 td{padding:18px;font-size:1rem;text-align:left}._compareTable_yis8y_109 th{background:#4f46e5;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.5px}._compareTable_yis8y_109 tr:nth-child(2n){background:#f9fafb}._compareTable_yis8y_109 td{border-bottom:1px solid #e5e7eb}._compareTable_yis8y_109 tr:last-child td{border-bottom:none}._tick_yis8y_146{color:#16a34a;font-weight:700;margin-right:6px}._cross_yis8y_152{color:#dc2626;font-weight:700;margin-right:6px}._compareTable_yis8y_109 td:nth-child(2){font-weight:500;color:#b91c1c}._compareTable_yis8y_109 td:nth-child(3){font-weight:600;color:#15803d}@media(max-width:768px){._heroContent_yis8y_168{padding:0 15px}._valuesSection_yis8y_47{padding:36px 15px}}:root{--bg:#ffffff;--bg-soft:#f6f7f9;--border:#e6e8ec;--text:#0f172a;--muted:#6b7280;--primary:#2563eb;--primary-weak:#e8efff;--danger:#ef4444;--shadow:0 2px 10px rgba(15,23,42,.06);--radius:14px}*{box-sizing:border-box}html,body,#_root_1axnt_1{height:100%}body{background:var(--bg);color:var(--text)}._container_1axnt_18{max-width:1200px;margin:24px auto 64px;padding:0 16px}._emptyState_1axnt_24{max-width:700px;margin:40px auto;padding:24px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);text-align:center;color:var(--muted)}._stepperWrap_1axnt_36{position:sticky;top:0;z-index:10;background:linear-gradient(var(--bg) 70%,rgba(255,255,255,0));padding:14px 0 6px;-webkit-backdrop-filter:saturate(1.2) blur(4px);backdrop-filter:saturate(1.2) blur(4px)}._stepper_1axnt_36{display:flex;gap:8px;overflow:auto;padding-bottom:8px}._step_1axnt_36{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);background:#fff;border-radius:999px;box-shadow:var(--shadow);white-space:nowrap;cursor:pointer;transition:transform .08s ease,border-color .2s ease,background .2s ease}._step_1axnt_36:hover{transform:translateY(-1px)}._stepActive_1axnt_66{border-color:var(--primary);background:var(--primary-weak)}._stepDone_1axnt_67{border-color:#a7f3d0;background:#ecfdf5}._stepIndex_1axnt_68{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;background:var(--primary)}._stepDone_1axnt_67 ._stepIndex_1axnt_68{background:#10b981}._stepLabel_1axnt_75{font-size:13px;font-weight:600;color:#111827}._progressBar_1axnt_77{height:6px;width:100%;border-radius:999px;background:var(--bg-soft);border:1px solid var(--border);overflow:hidden}._progressFill_1axnt_84{height:100%;background:var(--primary);transition:width .25s ease}._card_1axnt_91{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin:14px 0 26px;box-shadow:var(--shadow)}._cardHeader_1axnt_99{font-weight:800;font-size:18px;margin-bottom:14px}._cardHeaderRow_1axnt_100{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._muted_1axnt_101{color:var(--muted)}._gridTwo_1axnt_104{display:grid;grid-template-columns:1fr 1fr;gap:12px}._gridThree_1axnt_105{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}._row_1axnt_106{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center}._inlineFields_1axnt_107{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:900px){._gridTwo_1axnt_104,._gridThree_1axnt_105,._row_1axnt_106,._inlineFields_1axnt_107{grid-template-columns:1fr}}._form_1axnt_113{display:block}._formLabel_1axnt_114{display:flex;margin-top:20px;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#111827}._input_1axnt_115,._textarea_1axnt_115,._fileInput_1axnt_115{width:100%;padding:11px 12px;background:#fff;border:1px solid var(--border);border-radius:10px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-size:14px}._input_1axnt_115:focus,._textarea_1axnt_115:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}._textarea_1axnt_115{min-height:110px;resize:vertical}._inputHintError_1axnt_131{margin-top:6px;color:var(--danger);font-size:12px}._zoneRow_1axnt_134{display:grid;grid-template-columns:1.2fr 1.2fr .8fr .8fr .6fr .6fr auto;gap:10px;padding:10px;border:1px dashed var(--border);border-radius:12px;margin-bottom:10px;background:var(--bg-soft)}@media(max-width:1000px){._zoneRow_1axnt_134{grid-template-columns:1fr}}._agendaDay_1axnt_149{padding:12px;border:1px solid var(--border);border-radius:12px;margin-bottom:12px;background:#fff}._sessionItem_1axnt_156{margin-top:10px;padding:12px;border:1px dashed var(--border);border-radius:12px;background:var(--bg-soft);display:flex;flex-direction:column;gap:10px}._speakerRow_1axnt_168{display:grid;grid-template-columns:200px 1fr;gap:16px;padding:12px;border:1px solid var(--border);border-radius:12px;margin-bottom:12px;background:#fff}@media(max-width:900px){._speakerRow_1axnt_168{grid-template-columns:1fr}}._speakerPhotoCol_1axnt_179{display:flex;flex-direction:column;gap:10px;align-items:flex-start}._speakerPhoto_1axnt_179{width:180px;height:180px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}._photoPlaceholder_1axnt_183{width:180px;height:180px;border-radius:12px;border:1px dashed var(--border);display:grid;place-items:center;color:var(--muted);background:var(--bg-soft)}._speakerFormCol_1axnt_187{display:flex;flex-direction:column;gap:10px}._mediaRow_1axnt_190{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap}._logoBlock_1axnt_191{display:flex;flex-direction:column;gap:10px}._logoPreviewWrap_1axnt_192{width:160px;height:160px;border:1px solid var(--border);border-radius:14px;display:grid;place-items:center;overflow:hidden;background:var(--bg-soft)}._logoPreview_1axnt_192{width:100%;height:100%;object-fit:contain}._noLogo_1axnt_197{color:var(--muted);font-size:13px}._fileInput_1axnt_115{padding:10px;background:#fff}._reviewGrid_1axnt_201{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px}._reviewValue_1axnt_208{font-weight:600}._chip_1axnt_210{padding:6px 10px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--border);font-size:12px}._reviewSection_1axnt_213{margin-top:12px}._reviewTitle_1axnt_214{font-weight:700;margin-bottom:6px}._list_1axnt_215,._subList_1axnt_216{padding-left:18px}._btn_1axnt_219{appearance:none;border:1px solid var(--border);background:#fff;color:#111827;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .08s ease,box-shadow .15s ease,border-color .15s ease;box-shadow:var(--shadow)}._btn_1axnt_219:hover{transform:translateY(-1px)}._btn_1axnt_219:disabled{opacity:.6;cursor:not-allowed}._btnPrimary_1axnt_228{background:var(--primary);color:#fff;border-color:transparent}._btnPrimary_1axnt_228:hover{filter:brightness(.98)}._btnGhost_1axnt_232{background:#fff;color:#111827}._addBtn_1axnt_236{padding:8px 12px;font-weight:700;border-radius:10px;border:1px solid var(--primary);color:var(--primary);background:#fff}._addBtn_1axnt_236:hover{background:var(--primary-weak)}._addMinorBtn_1axnt_241{padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;font-weight:600;color:#000}._removeBtn_1axnt_245{padding:8px 10px;border-radius:10px;border:1px solid #fecaca;color:#b91c1c;background:#fff;font-weight:700}._wizardFooter_1axnt_251{position:sticky;bottom:0;left:0;right:0;display:flex;gap:10px;justify-content:flex-end;padding:12px;margin-top:6px;background:linear-gradient(180deg,#ffffffb3,#fff 60%);border-top:1px solid var(--border);-webkit-backdrop-filter:saturate(1.2) blur(3px);backdrop-filter:saturate(1.2) blur(3px)}._skeletonWrap_1axnt_261{max-width:1100px;margin:24px auto;padding:0 16px}._skeletonHeader_1axnt_262,._skeletonCard_1axnt_262{border-radius:12px;background:linear-gradient(90deg,#f2f4f7,#e9edf3,#f2f4f7);background-size:200% 100%;animation:_shimmer_1axnt_1 1.2s infinite}._skeletonHeader_1axnt_262{height:40px;margin-bottom:12px}._skeletonCard_1axnt_262{height:120px;margin-bottom:12px}@keyframes _shimmer_1axnt_1{0%{background-position:200% 0}to{background-position:-200% 0}}._reviewCard_1axnt_270{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;margin:16px 0 32px}._reviewHeader_1axnt_279{border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:20px}._reviewTitleMain_1axnt_285{font-size:22px;font-weight:800;color:var(--text);margin-bottom:4px}._reviewSubtitle_1axnt_292{font-size:13px;color:var(--muted)}._reviewSection_1axnt_213{margin-top:22px}._sectionHeading_1axnt_302{font-size:16px;font-weight:700;color:var(--text);border-left:4px solid var(--primary);padding-left:10px;margin-bottom:12px}._reviewGrid_1axnt_201{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:8px}@media(max-width:900px){._reviewGrid_1axnt_201{grid-template-columns:1fr}}._reviewLabel_1axnt_207{font-size:12px;color:var(--muted);margin-bottom:4px}._reviewValue_1axnt_208{font-weight:600;color:var(--text)}._reviewChips_1axnt_209{display:flex;gap:8px;flex-wrap:wrap}._chip_1axnt_210{background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}._list_1axnt_215{list-style:none;padding:0;margin:0}._reviewItem_1axnt_359{background:var(--bg-soft);border:1px solid var(--border);border-radius:10px;padding:10px 14px;margin-bottom:8px}._itemMain_1axnt_367{display:flex;align-items:center;justify-content:space-between}._itemMeta_1axnt_373{font-size:13px;color:var(--muted);margin-left:5px}._itemSub_1axnt_379{font-size:13px;color:var(--muted);margin-top:2px}._agendaDay_1axnt_149{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:12px;margin-bottom:10px;box-shadow:var(--shadow)}._dayHeader_1axnt_395{font-weight:700;font-size:14px;margin-bottom:8px}._sessionItem_1axnt_156{background:var(--bg-soft);border:1px dashed var(--border);border-radius:8px;padding:8px 10px;margin-bottom:6px}._errorInput_1axnt_408{border:1px solid red!important}._errorText_1axnt_412{font-size:12px;color:red;margin-top:2px}._dateWrapper_1axnt_418{display:flex;flex-direction:column}._sessionTitle_1axnt_424{font-weight:600;color:var(--text)}._sessionMeta_1axnt_429{font-size:13px;color:var(--muted);margin-top:2px}._input_1axnt_115:disabled{background:#f1f1f1;color:#888;border-color:#d0d0d0;cursor:not-allowed;opacity:.7}._zoneCard_1axnt_443{padding:16px;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:18px;background:#fff}._rowzone_1axnt_450{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center;margin-bottom:10px}@media(max-width:900px){._rowzone_1axnt_450{grid-template-columns:1fr}}._container_1axnt_18 input:focus{outline:none!important}._fieldCard_1axnt_459{padding:16px;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:18px;background:#fff}._roww_1axnt_467{display:flex;gap:20px;align-items:flex-end}._coll_1axnt_473{flex:1;display:flex;flex-direction:column}._input_1axnt_115:focus{border-color:#007bff;background:#fff}._disabledInput_1axnt_485{background:#f0f0f0!important;border-color:#ccc!important;cursor:not-allowed;opacity:.7}._systemNote_1axnt_492{margin-top:10px;font-size:12px;color:#777;font-style:italic}._inputHintError_1axnt_131{color:#e74c3c;font-size:13px;margin-top:4px;font-weight:500}._socialGrid_1axnt_506{margin-top:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px 32px}._socialItem_1axnt_513{display:flex;flex-direction:column;gap:6px}._labelRow_1axnt_519{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#333}._icon_1axnt_528{font-size:18px;display:flex;align-items:center}._instagram_1axnt_535{color:#e1306c}._linkedin_1axnt_539{color:#0077b5}._website_1axnt_543{color:#374151}._portfolio_1axnt_547{color:#6b7280}._youtube_1axnt_551{color:red}._whatsapp_1axnt_555{color:#25d366}._input_1axnt_115{padding:10px 12px;border-radius:8px;border:1px solid #d0d0d0;font-size:14px}@media(max-width:768px){._socialGrid_1axnt_506{grid-template-columns:1fr}}._socialHeading_1axnt_573{margin-top:20px}._socialContainer_1axnt_577{padding:20px 10px;background-color:#f5f5f5;border-radius:10px}._sessionActionsRow_1axnt_582{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}._bookmarkBtn_1axnt_589{background:#00659c;border:1px solid #16448d;padding:6px 10px;border-radius:6px;font-size:18px;cursor:pointer;transition:.2s ease}._bookmarkBtn_1axnt_589:hover{background:#dbeaff}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{text-align:center;white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day-name--disabled,.react-datepicker__day--disabled,.react-datepicker__time-name--disabled{cursor:default;color:#ccc}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90;color:#fff}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width:400px),(max-height:550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}._confirmOverlay_12993_2{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50}._confirmBox_12993_12{background:#fff;border-radius:10px;padding:16px 18px 14px;width:360px;box-shadow:0 10px 30px #0f172a40}._confirmTitle_12993_20{font-size:15px;font-weight:600;margin:0 0 6px;color:#111827}._confirmText_12993_27{font-size:13px;color:#4b5563;margin:0 0 14px}._confirmActions_12993_33{display:flex;justify-content:flex-end;gap:8px}._btnDanger_12993_39{border-radius:6px;padding:6px 16px;border:none;background:#dc2626;color:#fff;font-size:13px;cursor:pointer}._btnDanger_12993_39:hover{background:#b91c1c}._labelRow_12993_64{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#374151;margin-bottom:4px}._inputError_12993_53{border-color:#dc2626;box-shadow:0 0 0 1px #dc262633}._errorText_12993_58{margin-top:3px;font-size:11px;color:#b91c1c}._smallMeta_12993_73{font-size:11px;color:#6b7280}._wrapper_12993_96{background:transparent;padding:0;color:#111827;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._topBar_12993_104{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._title_12993_111{color:#111827;font-size:16px;font-weight:600}._closeBtn_12993_117{border:none;background:transparent;color:#6b7280;font-size:16px;cursor:pointer}._card_12993_125{background:#fff;border-radius:10px;padding:16px 18px 18px;border:1px solid #e5e7eb}._rowBetween_12993_133{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px}._rowAlignEnd_12993_140{display:flex;align-items:flex-end;gap:16px;margin-bottom:16px}._ticketNameBlock_12993_147{flex:1}._colorBlock_12993_151{width:110px}._label_12993_64{display:block;font-size:12px;color:#374151;margin-bottom:4px}._labelInvisible_12993_163{visibility:hidden;height:18px;margin-bottom:4px}._required_12993_169{color:#dc2626}._input_12993_53{width:100%;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:13px;padding:6px 10px}._input_12993_53:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}._textarea_12993_189{width:100%;min-height:90px;resize:vertical;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:13px;padding:8px 10px}._textarea_12993_189:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}._colorInput_12993_207{width:46px;height:32px;padding:0;border-radius:6px;border:1px solid #d1d5db;background:transparent}._fieldSm_12993_217{width:150px}._fieldMd_12993_221{width:220px}._fieldFree_12993_225{flex:1}._priceGroup_12993_229{display:flex;align-items:center;border-radius:6px;overflow:hidden;border:1px solid #d1d5db;background:#fff}._pricePrefix_12993_238{padding:6px 8px;font-size:12px;color:#6b7280;border-right:1px solid #d1d5db;background:#f9fafb}._helpText_12993_246{font-size:11px;margin-top:4px;color:#6b7280}._charCount_12993_253{font-size:11px;color:#9ca3af;margin-top:2px}._tabsRow_12993_260{display:flex;gap:16px;border-bottom:1px solid #e5e7eb;margin-bottom:12px;padding-top:4px}._tab_12993_260{border:none;background:transparent;color:#6b7280;font-size:13px;padding:6px 0;position:relative;cursor:pointer}._tabActive_12993_278{color:#111827}._tabActive_12993_278:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2563eb;border-radius:999px}._tabNew_12993_293:after{content:"NEW";font-size:9px;color:#b45309;background:#fffbeb;padding:1px 5px;border-radius:999px;margin-left:6px}._section_12993_304{margin-top:8px}._grid3_12993_308{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px;margin-bottom:14px}._grid4_12993_315{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 16px;margin-bottom:14px}._grid2_12993_322{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin-bottom:14px}._checkboxInline_12993_330{display:flex;align-items:center;gap:6px}._checkbox_12993_330{width:14px;height:14px;cursor:pointer}._checkboxLabel_12993_342{font-size:12px;color:#374151}._hideRow_12993_347{display:flex;flex-wrap:wrap;gap:6px 14px}._hideItem_12993_353{display:flex;align-items:center;gap:5px;font-size:11px;color:#4b5563}._descBlock_12993_362{margin-top:4px}._descLabelRow_12993_366{display:flex;align-items:center;justify-content:space-between}._placeholder_12993_373{padding:8px 0}._footerRow_12993_378{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}._btnGhost_12993_385{border-radius:6px;padding:6px 16px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:13px;cursor:pointer}._btnGhost_12993_385:hover{background:#f3f4f6}._btnPrimary_12993_399{border-radius:6px;padding:6px 20px;border:none;background:#2563eb;color:#fff;font-size:13px;cursor:pointer}._btnPrimary_12993_399:disabled{opacity:.6;cursor:not-allowed}._listCard_12993_415{margin-top:16px;background:#fff;color:#111827;border-radius:8px;padding:10px 12px;border:1px solid #e5e7eb}._listHeader_12993_424{font-size:13px;font-weight:600;margin-bottom:6px}._muted_12993_430{font-size:12px;color:#6b7280}._table_12993_435{width:100%;font-size:12px;border-collapse:collapse}._table_12993_435 th,._table_12993_435 td{padding:6px 8px;border-bottom:1px solid #e5e7eb}._actionsCell_12993_447{text-align:right;white-space:nowrap}._btnSmall_12993_452,._btnSmallDanger_12993_453{border-radius:4px;padding:3px 8px;font-size:11px;border:1px solid #d1d5db;background:#f9fafb;color:#374151;cursor:pointer;margin-left:4px}._btnSmallDanger_12993_453{border-color:#fecaca;background:#fef2f2;color:#b91c1c}._colorDot_12993_470{display:inline-block;width:10px;height:10px;border-radius:999px;margin-right:6px;vertical-align:middle}._wrapper_40jea_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}._container_40jea_10{max-width:420px;width:100%;padding:40px 30px;border-radius:16px;background-color:#f9faff;box-shadow:0 20px 40px #00008026,0 10px 20px #0000801a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#283593;position:relative;overflow:hidden}._title_40jea_24{font-size:2.2rem;font-weight:700;margin-bottom:30px;text-align:center;color:#1a237e;background:linear-gradient(135deg,#3949ab,#1a237e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}._inputGroup_40jea_50{margin-bottom:24px}._label_40jea_54{display:block;margin-bottom:8px;font-weight:600;color:#1a237e;font-size:.95rem;letter-spacing:.3px}._passwordWrapper_40jea_63{position:relative}._inputField_40jea_67{width:100%;padding:14px 16px;font-size:1rem;border-radius:10px;outline:none;transition:all .3s ease;font-family:inherit;color:#283593;background:#fff;box-sizing:border-box}._passwordWrapper_40jea_63 ._inputField_40jea_67{padding-right:50px}._inputField_40jea_67::placeholder{color:#9fa8da;opacity:1}._inputField_40jea_67:focus{border-color:#3949ab;box-shadow:0 0 0 3px #3949ab1a;transform:translateY(-1px)}._inputField_40jea_67:valid{border-color:#4caf50}._togglePassword_40jea_105{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:#3949ab;font-size:18px;-webkit-user-select:none;user-select:none;padding:4px;border-radius:4px;transition:all .2s ease;outline:none}._togglePassword_40jea_105:hover{background:#3949ab1a;transform:translateY(-50%) scale(1.1)}._togglePassword_40jea_105:focus{box-shadow:0 0 0 2px #3949ab4d}._submitBtn_40jea_131{width:100%;padding:16px;background:linear-gradient(135deg,#3949ab,#1a237e);color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit;outline:none;position:relative;overflow:hidden}._submitBtn_40jea_131:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._submitBtn_40jea_131:hover:enabled:before{left:100%}._submitBtn_40jea_131:hover:enabled{background:linear-gradient(135deg,#283593,#1a1a5e);transform:translateY(-2px);box-shadow:0 8px 20px #3949ab4d}._submitBtn_40jea_131:focus{box-shadow:0 0 0 3px #3949ab4d}._submitBtn_40jea_131:disabled{background:linear-gradient(135deg,#9fa8da,#c5cae9);cursor:not-allowed;transform:none;box-shadow:none}._loadingContent_40jea_180{display:flex;align-items:center;justify-content:center;gap:8px}._spinner_40jea_187{width:16px;height:16px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:_spin_40jea_187 1s linear infinite}@keyframes _spin_40jea_187{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._wrapper_40jea_1{padding:16px}._container_40jea_10{padding:30px 24px}._title_40jea_24{font-size:2rem;margin-bottom:24px}._inputGroup_40jea_50{margin-bottom:20px}._inputField_40jea_67{padding:12px 14px;font-size:.95rem}._passwordWrapper_40jea_63 ._inputField_40jea_67{padding-right:46px}._submitBtn_40jea_131{padding:14px;font-size:1rem}}@media(max-width:480px){._container_40jea_10{padding:24px 20px}._title_40jea_24{font-size:1.8rem}._inputField_40jea_67{padding:10px 12px}._passwordWrapper_40jea_63 ._inputField_40jea_67{padding-right:42px}._togglePassword_40jea_105{right:12px;font-size:16px}}@media(prefers-contrast:high){._container_40jea_10{border:2px solid #000;background:#fff}._inputField_40jea_67{border:2px solid #000}._inputField_40jea_67:focus{border:3px solid #000;box-shadow:none}._submitBtn_40jea_131{background:#000;border:2px solid #000}}@media(prefers-reduced-motion:reduce){._inputField_40jea_67,._submitBtn_40jea_131,._togglePassword_40jea_105{transition:none}._submitBtn_40jea_131:hover:enabled{transform:none}@keyframes _spin_40jea_187{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}@media print{._wrapper_40jea_1{background:#fff}._container_40jea_10{box-shadow:none;border:1px solid #000}._submitBtn_40jea_131{background:#fff;color:#000;border:1px solid #000}._togglePassword_40jea_105{display:none}}._container_40jea_10:focus-within ._submitBtn_40jea_131:not(:disabled){box-shadow:0 0 0 1px #3949ab33}._all_7zxka_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f1ff,#fff);padding:20px}._container_7zxka_10{width:100%;max-width:420px;padding:40px 32px;background:#fff;border-radius:14px;box-shadow:0 10px 28px #00000014;font-family:Inter,sans-serif;color:#1f2c69;transition:transform .25s ease,box-shadow .25s ease}._container_7zxka_10:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000001a}._title_7zxka_27{text-align:center;margin-bottom:32px;font-size:2rem;font-weight:700;color:#2652cc;letter-spacing:.02em}._form_7zxka_36{display:flex;flex-direction:column}._input_7zxka_42{width:100%;padding:14px 16px;margin-bottom:20px;font-size:1rem;border-radius:10px;border:1.5px solid #c9daf6;background-color:#fff;color:#1f2c69;outline:none;transition:all .3s ease}._input_7zxka_42:focus{border-color:#3498db;box-shadow:0 0 6px #3498db40}._input_7zxka_42::placeholder{color:#8aa2cc}._passwordInput_7zxka_65{position:relative;margin-bottom:20px}._passwordInput_7zxka_65 ._input_7zxka_42{padding-right:45px}._eyeIcon_7zxka_74{position:absolute;right:12px;top:38%;transform:translateY(-50%);color:#7b8ab5;cursor:pointer;transition:color .25s ease,transform .1s ease;display:flex;align-items:center;justify-content:center}._eyeIcon_7zxka_74:hover{color:#2b4cc7;transform:translateY(-50%) scale(1.1)}._submitButton_7zxka_93{width:100%;padding:15px 0;background-color:#3498db;border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .1s ease}._submitButton_7zxka_93:hover:not(:disabled){background-color:#2b80c6;transform:translateY(-1px)}._submitButton_7zxka_93:disabled{background-color:#9ac7ef;cursor:not-allowed}._error_7zxka_117{color:#d94f4f;text-align:center;margin-bottom:18px;font-weight:600;font-size:.95rem;background-color:#d94f4f14;border-left:4px solid #d94f4f;border-radius:8px;padding:10px 12px}._signupPrompt_7zxka_130{margin-top:20px;text-align:center;font-size:.95rem;color:#5c6788}._signupLink_7zxka_137{color:#2b5ce0;font-weight:600;text-decoration:none;margin-left:4px;transition:color .2s ease}._signupLink_7zxka_137:hover{color:#1d45b2;text-decoration:underline}@media(max-width:480px){._container_7zxka_10{padding:32px 22px}._title_7zxka_27{font-size:1.7rem;margin-bottom:26px}._input_7zxka_42{padding:12px 14px;font-size:.95rem}._submitButton_7zxka_93{font-size:1.05rem;padding:13px 0}}._container_5ib8f_2{width:100%;max-width:500px;margin:4rem auto;padding:3rem 2.5rem;background:linear-gradient(135deg,#fff,#fff5f5);border-radius:20px;box-shadow:0 15px 40px #0000001f;border:2px solid rgba(220,38,38,.1);position:relative;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}._container_5ib8f_2:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#dc2626,#b91c1c)}._title_5ib8f_27{text-align:center;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2.5rem;font-weight:900;font-size:2.5rem;letter-spacing:-.5px}._form_5ib8f_40{display:flex;flex-direction:column;gap:1.5rem}._input_5ib8f_46{width:100%;padding:1rem 1.3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#2d3748;transition:all .3s ease;background:#fff;font-weight:500;outline:none;box-sizing:border-box;font-family:inherit}._input_5ib8f_46::placeholder{color:#9ca3af}._input_5ib8f_46:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;transform:translateY(-1px)}._input_5ib8f_46:invalid:not(:focus):not(:placeholder-shown){border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._submitButton_5ib8f_76{width:100%;padding:1rem 2rem;border:none;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:700;font-size:1.05rem;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 18px #dc26264d;letter-spacing:.3px;margin-top:.5rem;font-family:inherit;outline:none}._submitButton_5ib8f_76:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 25px #dc262673}._submitButton_5ib8f_76:focus{box-shadow:0 0 0 3px #dc26264d}._submitButton_5ib8f_76:disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af);cursor:not-allowed;box-shadow:none;transform:none}._error_5ib8f_111{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c;font-weight:700;padding:1rem 1.5rem;margin-bottom:1.5rem;text-align:center;border-radius:12px;border-left:4px solid #dc2626;box-shadow:0 4px 12px #dc262626;font-size:.95rem;line-height:1.4}._success_5ib8f_125{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;font-weight:700;padding:1rem 1.5rem;margin-bottom:1.5rem;text-align:center;border-radius:12px;border-left:4px solid #10b981;box-shadow:0 4px 12px #10b98126;font-size:.95rem;line-height:1.4}._submitButton_5ib8f_76._loading_5ib8f_140{position:relative;color:transparent}._submitButton_5ib8f_76._loading_5ib8f_140:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border-radius:50%;border:2px solid transparent;border-top-color:#fff;animation:_spin_5ib8f_1 1s linear infinite}@keyframes _spin_5ib8f_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._input_5ib8f_46:valid{border-color:#10b981}._input_5ib8f_46:valid:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}@media(max-width:768px){._container_5ib8f_2{margin:3rem 1.5rem;padding:2.5rem 2rem}._title_5ib8f_27{font-size:2.2rem}._input_5ib8f_46{padding:.9rem 1.2rem;font-size:.95rem}._submitButton_5ib8f_76{padding:.9rem 1.8rem;font-size:1rem}}@media(max-width:640px){._container_5ib8f_2{margin:2rem 1rem;padding:2rem 1.5rem}._title_5ib8f_27{font-size:2rem}._input_5ib8f_46{padding:.85rem 1.1rem;font-size:.9rem}._submitButton_5ib8f_76{padding:.85rem 1.6rem;font-size:.95rem}._error_5ib8f_111,._success_5ib8f_125{padding:.9rem 1.2rem;font-size:.9rem}}@media(max-width:480px){._container_5ib8f_2{margin:1.5rem .75rem;padding:1.5rem 1.2rem}._title_5ib8f_27{font-size:1.8rem;margin-bottom:2rem}._form_5ib8f_40{gap:1.2rem}._input_5ib8f_46{padding:.8rem 1rem;font-size:.9rem}._submitButton_5ib8f_76{padding:.8rem 1.4rem;font-size:.9rem}}._form_5ib8f_40:focus-within ._submitButton_5ib8f_76{box-shadow:0 6px 18px #dc262633}@media(prefers-contrast:high){._container_5ib8f_2{border:3px solid #000}._input_5ib8f_46{border:2px solid #000}._input_5ib8f_46:focus{border:3px solid #000;box-shadow:none}._submitButton_5ib8f_76{background:#000;border:2px solid #000}}@media(prefers-reduced-motion:reduce){._input_5ib8f_46,._submitButton_5ib8f_76{transition:none}._submitButton_5ib8f_76:hover:not(:disabled){transform:none}@keyframes _spin_5ib8f_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}._container_17arm_1{max-width:420px;margin:40px auto;background:#f0f4f7;padding:28px 24px;border-radius:14px;box-shadow:0 6px 15px #5a6bea2e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1a237e}._title_17arm_12{text-align:center;margin-bottom:28px;font-weight:700;font-size:2.1rem;color:#1a237e}._form_17arm_20{display:flex;flex-direction:column}._input_17arm_25{width:100%;margin-bottom:18px;padding:12px 14px;font-size:1rem;border-radius:10px;border:1.8px solid #b0bad8;outline:none;transition:border-color .3s ease;font-family:inherit;color:#1a237e;background:#fff;box-sizing:border-box}._input_17arm_25:focus{border-color:#283593;box-shadow:0 0 8px #28359380}._input_17arm_25::placeholder{color:#8892b8;opacity:1}._input_17arm_25:valid{border-color:#4caf50}._submitButton_17arm_59{width:100%;padding:15px 0;background-color:#283593;border:none;color:#fff;font-weight:700;font-size:1.2rem;border-radius:12px;cursor:pointer;transition:background-color .25s ease;font-family:inherit;outline:none;margin-top:6px}._submitButton_17arm_59:disabled{background-color:#9aa7d2;cursor:not-allowed}._submitButton_17arm_59:hover:not(:disabled){background-color:#1b286d}._submitButton_17arm_59:focus{box-shadow:0 0 0 3px #2835934d}._error_17arm_88{margin-bottom:18px;color:#d92c2c;font-weight:600;text-align:center;background:#d92c2c1a;padding:12px 16px;border-radius:8px;border-left:4px solid #d92c2c;font-size:.95rem;line-height:1.4}._loginPrompt_17arm_101{margin-top:16px;text-align:center;color:#4a5568;font-size:.95rem;line-height:1.5}._confirmPass_17arm_108,._confirmPassword_17arm_109{position:relative;width:100%}._eyeIcon_17arm_114{position:absolute;right:14px;top:38%;transform:translateY(-50%);cursor:pointer;color:#5a6abf;transition:color .2s ease}._eyeIcon_17arm_114:hover{color:#2b3fa0}._eyeContent_17arm_128{padding-right:40px}._loginLink_17arm_132{color:#394a98;font-weight:700;text-decoration:none;transition:color .2s ease;padding:2px 4px;border-radius:4px}._loginLink_17arm_132:hover{color:#283593;text-decoration:underline;background-color:#394a981a}._loginLink_17arm_132:focus{outline:2px solid #394a98;outline-offset:2px;text-decoration:underline}._input_17arm_25[type=password]:valid{border-color:#4caf50}._input_17arm_25[type=password]:invalid:not(:placeholder-shown){border-color:#ff9800}._form_17arm_20:invalid ._submitButton_17arm_59{background-color:#9aa7d2;cursor:not-allowed}._submitButton_17arm_59._loading_17arm_169{position:relative;color:transparent}._submitButton_17arm_59._loading_17arm_169:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border-radius:50%;border:2px solid transparent;border-top-color:#fff;animation:_spin_17arm_1 1s linear infinite}@keyframes _spin_17arm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._container_17arm_1{margin:30px 20px;padding:24px 20px}._title_17arm_12{font-size:1.9rem;margin-bottom:24px}._input_17arm_25{padding:11px 13px;font-size:.95rem;margin-bottom:16px}._submitButton_17arm_59{padding:14px 0;font-size:1.1rem}._loginPrompt_17arm_101{font-size:.9rem}}@media(max-width:480px){._container_17arm_1{margin:20px 15px;padding:20px 16px}._title_17arm_12{font-size:1.7rem;margin-bottom:20px}._input_17arm_25{padding:10px 12px;font-size:.9rem;margin-bottom:14px}._submitButton_17arm_59{padding:12px 0;font-size:1rem}._error_17arm_88{padding:10px 12px;font-size:.9rem}._loginPrompt_17arm_101{font-size:.85rem;margin-top:14px}}._form_17arm_20:focus-within ._submitButton_17arm_59:not(:disabled){box-shadow:0 0 0 1px #28359333}@media(prefers-contrast:high){._container_17arm_1,._input_17arm_25{border:2px solid #000}._input_17arm_25:focus{border:3px solid #000;box-shadow:none}._submitButton_17arm_59{background:#000;border:2px solid #000}._loginLink_17arm_132{text-decoration:underline}}@media(prefers-reduced-motion:reduce){._input_17arm_25,._submitButton_17arm_59,._loginLink_17arm_132{transition:none}@keyframes _spin_17arm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}@media print{._container_17arm_1{box-shadow:none;border:1px solid #000}._submitButton_17arm_59{background:#fff;color:#000;border:1px solid #000}}._creatorInfo_zmby8_2{display:flex;align-items:center;gap:6px;font-size:.95rem;color:#6b7280;flex-wrap:wrap;z-index:10;position:relative}._locationBtn_zmby8_15{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:6px 12px;margin-top:10px;background:#eff6ff;color:#2563eb;border-radius:8px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s ease}._locationBtn_zmby8_15:hover{background:#2563eb;color:#fff}._creatorLabel_zmby8_41{margin:0}._creatorName_zmby8_45{pointer-events:auto}@media(max-width:600px){._creatorInfo_zmby8_2{display:flex}._creatorName_zmby8_45{color:#e63946!important;font-weight:700}}._detailsContainer_zmby8_60{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}._viewMoreBtn_zmby8_68{padding:8px 16px;background:#0c57c9;color:#fff;border:none;border-radius:6px;cursor:pointer;margin-top:15px}._detailsLoading_zmby8_79,._detailsError_zmby8_80,._noEvent_zmby8_81{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;font-weight:500;color:#555;background:#f9f9f9;border-radius:12px;margin:50px 20px}._detailsError_zmby8_80{color:#d32f2f;background:#ffebee}._noEvent_zmby8_81{color:#03b4ef;background:#e3f2fd}._eventPhotoWrapper_zmby8_105{width:100%;height:400px;margin-bottom:30px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}._eventPhoto_zmby8_105{width:100%;height:100%;object-fit:cover;display:block}._eventTitle_zmby8_122{font-size:42px;font-weight:700;color:#1a1a1a;margin:30px 0 20px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.05)}._eventVenue_zmby8_132,._eventDate_zmby8_133,._eventDescription_zmby8_134{font-size:16px;color:#444;margin:15px 0;line-height:1.6;padding:12px 16px;background:#fffc;border-left:4px solid #03b4ef;border-radius:4px;box-shadow:0 2px 8px #0000000d}._eventDescription_zmby8_134{font-size:15px;border-left-color:#4caf50}._agendaSection_zmby8_152{margin:50px 0;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #00000014}._agendaSection_zmby8_152 h2{font-size:32px;color:#1a1a1a;margin-bottom:25px;font-weight:700;border-bottom:3px solid #03b4ef;padding-bottom:10px}._agendaTabs_zmby8_170{display:flex;gap:12px;margin-bottom:25px;flex-wrap:wrap}._agendaTab_zmby8_170,._activeAgendaTab_zmby8_178{padding:12px 20px;border:2px solid #ddd;background:#fff;color:#666;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}._agendaTab_zmby8_170:hover{border-color:#03b4ef;color:#03b4ef;background:#f5f5f5}._activeAgendaTab_zmby8_178{background:#00659c;color:#fff;border-color:#00659c;box-shadow:0 4px 12px #1976d24d}._agendaDayBox_zmby8_204{background:#f9f9f9;padding:25px;border-radius:10px;max-height:606px;overflow-y:auto;border:1px solid #e0e0e0}._agendaDayBox_zmby8_204 h3{font-size:24px;color:#03b4ef;margin-bottom:20px;font-weight:600}._sessionCard_zmby8_221{background:#fff;padding:20px;margin-bottom:15px;border-left:5px solid #00659c;border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}._sessionCard_zmby8_221:hover{box-shadow:0 4px 16px #0000001a;transform:translate(5px)}._sessionCard_zmby8_221>h4{font-size:18px;color:#1a1a1a;margin:0 0 10px;font-weight:700}._sessionCard_zmby8_221>strong{display:block;color:#03b4ef;font-size:15px;margin-bottom:8px;font-weight:600}._sessionCard_zmby8_221 span{color:#666;font-size:14px;font-weight:500}._sessionCard_zmby8_221 b{color:#333;margin:0 5px}._sessionCard_zmby8_221>p{color:#666;font-size:14px;line-height:1.5;margin:10px 0 0}._speakersSectionRedesigned_zmby8_273{padding:60px 0;background:#fff;margin-bottom:40px}._sectionHeader_zmby8_279{text-align:center;margin-bottom:50px}._sectionHeader_zmby8_279 h2{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:10px}._sectionHeader_zmby8_279 p{font-size:16px;color:#64748b}._speakerGrid_zmby8_297{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px}._speakerCard_zmby8_307{background:#fff;border-radius:26px;border:1px solid #e2e8f0;overflow:hidden;position:relative;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d;padding:10px}._speakerCard_zmby8_307:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a;border-color:#cbd5e1}._cardBanner_zmby8_327{width:100%;height:120px;position:relative;overflow:hidden;background:#f1f5f9;border-radius:18px}._bannerImg_zmby8_336{width:100%;height:100%;object-fit:cover}._bannerFallback_zmby8_342{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}._cardPfpWrapper_zmby8_349{width:100px;height:100px;margin:-50px auto 12px 20px;position:relative;z-index:10;border-radius:50%;border:4px solid #ffffff;background:#fff;box-shadow:0 2px 4px #0000001a}._cardTagWrapper_zmby8_362{width:auto;height:auto;margin:-80px 20px 12px auto;position:relative;z-index:10}._speakerTag_zmby8_372{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:600;color:#0f172a;background:#ffffff80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;border:1px solid rgba(15,23,42,.08);white-space:nowrap}._speakerIcon_zmby8_392{font-size:14px;color:#2563eb}._pfpImg_zmby8_398{width:100%;height:100%;object-fit:cover;border-radius:50%}._pfpPlaceholder_zmby8_405{width:100%;height:100%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;border-radius:50%}._cardContent_zmby8_419{margin-top:30px;padding:0 16px 10px;text-align:center;flex-grow:1;display:flex;flex-direction:column;align-items:start}._speakerName_zmby8_429{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:4px}._speakerRole_zmby8_436{font-size:14px;color:#64748b;font-weight:500;margin-bottom:16px}._viewProfileBtn_zmby8_443{width:100%;padding:10px 24px;background:#2563eb;color:#fff;border:none;border-radius:999px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s}._viewProfileBtn_zmby8_443:hover{background:#1d4ed8}._speakerModalOverlay_zmby8_464{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fadeIn_zmby8_1 .2s ease}@keyframes _fadeIn_zmby8_1{0%{opacity:0}to{opacity:1}}._speakerModal_zmby8_464{background:#fff;width:100%;max-width:600px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:_slideUp_zmby8_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_zmby8_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalCloseBtn_zmby8_499{position:absolute;top:15px;right:15px;width:32px;height:32px;border-radius:100px;background:#ffffffe6;border:1px solid #e2e8f0;color:#0f172a;font-size:18px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:all .2s}._modalBanner_zmby8_519{width:100%;height:200px;background:#f8fafc}._modalBannerImg_zmby8_525{width:100%;height:100%;object-fit:cover}._modalBannerFallback_zmby8_531{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}._modalBody_zmby8_538{padding:0 32px 32px;display:flex;flex-direction:column;align-items:center;margin-top:-50px}._modalPfpWrapper_zmby8_547{width:110px;height:110px;border-radius:50%;border:5px solid #ffffff;background:#fff;box-shadow:0 4px 6px #0000001a;position:relative;z-index:10;margin-bottom:16px}._modalPfp_zmby8_547{width:100%;height:100%;object-fit:cover;border-radius:50%}._modalPfpPlaceholder_zmby8_566{width:100%;height:100%;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#94a3b8}._modalTextContent_zmby8_580{text-align:center;width:100%}._modalName_zmby8_585{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:4px}._modalSkills_zmby8_592{display:inline-block;background:#eff6ff;color:#2563eb;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:20px}._modalBio_zmby8_603{text-align:left;width:100%;background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0}._modalBio_zmby8_603 h4{margin:0 0 8px;font-size:14px;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._modalBio_zmby8_603 p{margin:0;font-size:15px;color:#334155;line-height:1.6}._backLink_zmby8_631{display:inline-block;margin-top:40px;padding:14px 28px;background:#00659c;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #1976d24d}._backLink_zmby8_631:hover{background:#000;box-shadow:0 6px 20px #1976d266;transform:translate(-3px)}@media(max-width:768px){._detailsContainer_zmby8_60{padding:20px 15px}._eventTitle_zmby8_122{font-size:28px;margin:20px 0 15px}._eventPhotoWrapper_zmby8_105{height:250px;margin-bottom:20px}._agendaSection_zmby8_152{padding:20px;margin:30px 0}._agendaSection_zmby8_152 h2{font-size:24px;margin-bottom:15px}._agendaTabs_zmby8_170{gap:8px}._agendaTab_zmby8_170,._activeAgendaTab_zmby8_178{padding:10px 16px;font-size:13px}._agendaDayBox_zmby8_204{padding:15px}._sessionCard_zmby8_221{padding:15px;margin-bottom:12px}._sessionCard_zmby8_221 h4{font-size:16px}._backLink_zmby8_631{padding:12px 24px;font-size:14px;margin-top:30px}}@media(max-width:480px){._detailsContainer_zmby8_60{padding:15px 10px}._eventTitle_zmby8_122{font-size:22px}._eventPhotoWrapper_zmby8_105{height:180px}._eventVenue_zmby8_132,._eventDate_zmby8_133,._eventDescription_zmby8_134{font-size:14px;padding:10px 12px}._agendaSection_zmby8_152{padding:15px}._agendaTabs_zmby8_170{gap:6px}._agendaTab_zmby8_170,._activeAgendaTab_zmby8_178{padding:8px 12px;font-size:12px}._sessionCard_zmby8_221{padding:12px;margin-bottom:10px}._backLink_zmby8_631{padding:10px 20px;font-size:13px}}._registerBtn_zmby8_752{padding:.55rem 1rem;font-size:.85rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;background:#03b4ef;color:#fff}._btnContainer_zmby8_763{width:100%;display:flex;justify-content:center;margin:10px 0 20px}._sessionRoom_zmby8_769{display:flex;align-items:center;column-gap:10px;flex-wrap:wrap}._secDes_zmby8_775{margin-top:10px}._btnContainer_zmby8_763{display:flex;gap:10px;margin-top:10px}._shareBtn_zmby8_784{background:#00659c;color:#fff;border:none;padding:10px 14px;border-radius:6px;cursor:pointer;font-size:14px;transition:.2s ease}._shareBtn_zmby8_784:hover{background:#357ab8}._socialLinksBox_zmby8_798{margin-top:25px;padding:15px;background:#fff;border-radius:12px;box-shadow:0 3px 10px #00000014}._socialHeading_zmby8_806{font-size:20px;font-weight:600;margin-bottom:12px}._socialIconsRow_zmby8_812{display:flex;gap:18px}._iconBtn_zmby8_817{background:#fff;padding:12px;border-radius:50%;box-shadow:0 2px 6px #00000026;display:flex;align-items:center;justify-content:center;font-size:36px;transition:.2s}._iconBtn_zmby8_817:hover{transform:scale(1.17)}._eventInfoCard_zmby8_834{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;overflow:hidden}._sectionTitle_zmby8_843{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px 32px;font-size:24px;font-weight:600;display:flex;align-items:center;gap:12px;margin:0}._sectionTitle_zmby8_843 i{font-size:28px}._infoSection_zmby8_859{padding:32px}._infoRow_zmby8_863{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:12px;background:#f8f9fa;margin-bottom:16px;transition:all .3s ease}._infoRow_zmby8_863:hover{background:#e9ecef;transform:translate(4px)}._iconBox_zmby8_879{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #0000001a}._iconBox_zmby8_879._venue_zmby8_892{background:linear-gradient(135deg,#f093fb,#f5576c)}._iconBox_zmby8_879._date_zmby8_896{background:linear-gradient(135deg,#4facfe,#00f2fe)}._iconBox_zmby8_879._time_zmby8_900{background:linear-gradient(135deg,#43e97b,#38f9d7)}._iconBox_zmby8_879._category_zmby8_904{background:linear-gradient(135deg,#fa709a,#fee140)}._iconBox_zmby8_879._description_zmby8_908{background:linear-gradient(135deg,#a8edea,#fed6e3)}._infoContent_zmby8_912{flex:1;display:flex;flex-direction:column;gap:6px}._infoLabel_zmby8_919{font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.8px}._infoValue_zmby8_927{font-size:16px;font-weight:600;color:#212529}._categoryBadge_zmby8_933{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 16px;border-radius:20px;font-size:14px;width:fit-content}._dateTimeGrid_zmby8_943{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}._infoValueBlue_zmby8_950{color:#0f172a!important;font-weight:500}._infoValuehh_zmby8_955{color:#3838d5}._descriptionSection_zmby8_959{display:flex;gap:16px;padding:24px;border-radius:12px;background:#f8f9fa;margin-top:8px}._descriptionText_zmby8_968{font-size:15px;line-height:1.7;color:#495057;margin-top:4px}@media(max-width:768px){._eventInfoCard_zmby8_834{border-radius:16px}._sectionTitle_zmby8_843{padding:20px 24px;font-size:20px}._sectionTitle_zmby8_843 i{font-size:24px}._infoSection_zmby8_859{padding:24px 16px}._dateTimeGrid_zmby8_943{grid-template-columns:1fr}._infoRow_zmby8_863{padding:16px}._iconBox_zmby8_879{width:42px;height:42px;font-size:20px}._descriptionSection_zmby8_959{padding:20px}._infoValue_zmby8_927{font-size:15px}._descriptionText_zmby8_968{font-size:14px}}@media(max-width:480px){._eventInfoCard_zmby8_834{border-radius:12px}._sectionTitle_zmby8_843{font-size:18px;padding:16px 20px;gap:10px}._sectionTitle_zmby8_843 i{font-size:22px}._infoSection_zmby8_859{padding:20px 12px}._infoRow_zmby8_863{padding:14px;gap:12px}._iconBox_zmby8_879{width:38px;height:38px;font-size:18px}._infoLabel_zmby8_919{font-size:11px}._infoValue_zmby8_927{font-size:14px}._categoryBadge_zmby8_933{font-size:13px;padding:5px 14px}._descriptionSection_zmby8_959{padding:16px;gap:12px}._descriptionText_zmby8_968{font-size:13px;line-height:1.6}}._eventInfoWrapper_zmby8_1078{margin:25px 0;display:flex;flex-direction:column;gap:18px}._infoCard_zmby8_1086{display:flex;gap:14px;background:#fff;border:1px solid #e2e8f0;padding:18px;border-radius:12px;box-shadow:0 2px 6px #0000000d}._fullRow_zmby8_1097{width:100%}._infoIconIneer_zmby8_1102{font-size:18px!important;color:#03b4ef}._infoLabel_zmby8_919{font-size:14px;font-weight:700;text-transform:uppercase;color:#475569;margin-bottom:2px}._infoValue_zmby8_927{font-size:15px;color:#0f172a;margin-bottom:6px}._gridRow_zmby8_1127{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media(max-width:768px){._gridRow_zmby8_1127{grid-template-columns:1fr}}._infoIcon_zmby8_1102{font-size:26px;color:#03b4ef}._livePollSection_zmby8_1145{max-width:900px;margin:48px auto;padding:0 16px}._livePollSection_zmby8_1145 h2{font-size:22px;font-weight:700;color:#111827;margin-bottom:20px}._publicPollCard_zmby8_1160{background:#fff;border-radius:18px;padding:22px 24px;margin-bottom:26px;box-shadow:0 18px 40px #00000014;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}._publicPollCard_zmby8_1160:hover{transform:translateY(-2px);box-shadow:0 22px 50px #0000001a}._publicPollCard_zmby8_1160 h3{font-size:17px;font-weight:600;color:#1f2937;margin-bottom:18px}._publicOption_zmby8_1184{margin-bottom:14px}._optionRow_zmby8_1188{display:flex;align-items:center;gap:12px;cursor:pointer}._optionRow_zmby8_1188 input{accent-color:#4f46e5;width:16px;height:16px;cursor:pointer}._optionRow_zmby8_1188 span{font-size:14px;color:#374151;font-weight:500}._barWrap_zmby8_1210{position:relative;background:#f3f4f6;border-radius:999px;height:10px;margin-top:6px;overflow:hidden}._bar_zmby8_1210{height:100%;background:linear-gradient(90deg,#6366f1,#4f46e5);border-radius:999px;transition:width .4s ease}._percent_zmby8_1226{font-size:12px;font-weight:500;color:#4b5563;margin-top:4px;display:block;text-align:right}._totalVotes_zmby8_1237{margin-top:16px;font-size:13px;color:#6b7280;font-weight:500}._livePollSection_zmby8_1145 p{color:#6b7280;font-size:14px}@media(max-width:640px){._publicPollCard_zmby8_1160{padding:18px}._publicPollCard_zmby8_1160 h3{font-size:16px}._optionRow_zmby8_1188 span{font-size:13px}}._pollTimer_zmby8_1266{margin:8px 0 14px;font-size:14px;font-weight:600;color:#ff5722}._upcomingPollSection_zmby8_1273{margin-top:30px;padding-top:20px;border-top:1px dashed #e5e7eb}._upcomingPollSection_zmby8_1273 h2{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:14px;display:flex;align-items:center;gap:6px}._upcomingPollCard_zmby8_1290{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;margin-bottom:12px;box-shadow:0 4px 12px #0000000a;position:relative}._upcomingPollCard_zmby8_1290:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:4px;background:#f59e0b;border-radius:4px}._upcomingPollCard_zmby8_1290 p:first-child{font-size:14px;font-weight:600;color:#111827;margin-bottom:6px}._upcomingPollCard_zmby8_1290 p:last-child{font-size:13px;color:#374151}._upcomingPollCard_zmby8_1290:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-1px);transition:all .2s ease}._noUpcomingPolls_zmby8_1334{font-size:14px;color:#9ca3af;padding:10px 0}@media(max-width:640px){._upcomingPollCard_zmby8_1290{padding:14px}._upcomingPollSection_zmby8_1273 h2{font-size:15px}}._infoValue_zmby8_927 ul{list-style-type:disc;padding-left:22px;margin:8px 0}._infoValue_zmby8_927 ol{list-style-type:decimal;padding-left:22px;margin:8px 0}._infoValue_zmby8_927 li{margin:4px 0}._galleryBtn_zmby8_1366{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#01669c,#03b4ef);color:#fff;border:none;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease}._galleryBtn_zmby8_1366 svg{font-size:18px}._galleryBtn_zmby8_1366:hover{background:linear-gradient(135deg,#014468,#00bfff);transform:translateY(-1px);box-shadow:0 6px 16px #00000026}._galleryBtn_zmby8_1366:active{transform:scale(.97)}._eventDescription_zmby8_134 a{color:#2563eb;text-decoration:underline;font-weight:500;cursor:pointer;word-break:break-word}._eventDescription_zmby8_134 a:hover{color:#1e40af;text-decoration:underline}._infoValue_zmby8_927 a{color:#2563eb!important;text-decoration:underline!important;font-weight:500;cursor:pointer;word-break:break-word}._infoValue_zmby8_927 a:hover{color:#1e40af!important;text-decoration:underline!important}._infoValue_zmby8_927 a:visited{color:#2563eb!important}._publicSponsorsSection_zmby8_1434{margin-top:60px;padding:40px 20px;background:#f8fafc;border-radius:16px}._publicSponsorsTitle_zmby8_1441{font-size:26px;font-weight:700;text-align:center;color:#0f172a;margin-bottom:25px}._becomeSponsorBtn_zmby8_1450{display:block;margin:0 auto 35px;padding:12px 28px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:15px;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .3s ease}._becomeSponsorBtn_zmby8_1450:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0284c759}._categoryBlock_zmby8_1473{margin-bottom:45px}._categoryTitle_zmby8_1477{font-size:20px;font-weight:600;color:#020617;margin-bottom:18px;padding-left:6px;border-left:4px solid #2563eb}._sponsorCard_zmby8_1500{background:#fff;border-radius:14px;padding:18px 15px;text-align:center;box-shadow:0 10px 25px #0000000d;transition:all .3s ease}._sponsorCard_zmby8_1500:hover{transform:translateY(-6px);box-shadow:0 16px 35px #0000001f}._sponsorCard_zmby8_1500 img{max-width:100%;object-fit:cover;margin-bottom:12px;border-radius:10px}._sponsorCard_zmby8_1500 p{font-size:20px;font-weight:600;color:#0f172a;margin:0}._sponsorCategorySection_zmby8_1534{margin-top:60px;padding:35px 20px;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000000d}._categoryTable_zmby8_1542{width:100%;border-collapse:collapse;margin:20px 0 30px}._categoryTable_zmby8_1542 th,._categoryTable_zmby8_1542 td{padding:14px 12px;text-align:left;font-size:14px}._categoryTable_zmby8_1542 thead{background:#f1f5f9}._categoryTable_zmby8_1542 th{font-weight:600;color:#020617}._categoryTable_zmby8_1542 tbody tr{border-bottom:1px solid #e5e7eb}._categoryTable_zmby8_1542 tbody tr:last-child{border-bottom:none}._modalOverlay_zmby8_1576{position:fixed;inset:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:15px}._modalContent_zmby8_1591{background:#fff;width:100%;max-width:520px;border-radius:18px;padding:28px 24px 24px;position:relative;animation:_popupFade_zmby8_1 .35s ease;max-height:90vh;overflow-y:auto}@keyframes _popupFade_zmby8_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._closeModal_zmby8_1616{margin-top:18px;width:100%;padding:10px;background:#f1f5f9;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}._closeModal_zmby8_1616:hover{background:#e5e7eb}@media(max-width:640px){._publicSponsorsTitle_zmby8_1441{font-size:22px}._categoryTitle_zmby8_1477{font-size:18px}}._sponsorPopup_zmby8_1649{background:#fff;width:100%;max-width:720px;border-radius:18px;padding:28px 24px 22px;text-align:center;position:relative;animation:_popupFade_zmby8_1 .35s ease}._popupCategory_zmby8_1698{font-size:15px;font-weight:700;letter-spacing:1px;color:#64748b;margin-bottom:18px}._popupLogoBox_zmby8_1707{border:1px solid #e5e7eb;border-radius:12px;padding:18px;margin-bottom:16px}._popupLogoBox_zmby8_1707 img{max-width:100%;max-height:80px;object-fit:contain}._popupCompany_zmby8_1721{font-size:18px;font-weight:700;color:#020617;margin-bottom:8px}._popupLink_zmby8_1729{display:inline-block;color:#0284c7;font-size:14px;text-decoration:none;margin-bottom:20px}._popupLink_zmby8_1729:hover{text-decoration:underline}._popupFooter_zmby8_1742{margin-top:18px;padding-top:14px;border-top:1px solid #e5e7eb;font-size:14px;color:#334155}._sponsorCard_zmby8_1500{cursor:pointer}._heroSection_zmby8_1757{background-color:#fff;border:2px solid #e5e7eb;border-radius:30px;box-shadow:inset 0 0 40px #00000030;padding:60px 20px;text-align:center;margin:0 auto 60px;max-width:1200px}._heroContent_zmby8_1773{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center}._heroBadge_zmby8_1782{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#2563eb;margin-bottom:16px;background:#eff6ff;padding:6px 12px;border-radius:4px}._heroTitle_zmby8_1796{color:#333;font-size:42px;font-weight:700;margin:0 0 20px;letter-spacing:-.5px;line-height:1.2}._heroSubtitle_zmby8_1805{color:#666;font-size:18px;line-height:1.6;margin:0 0 40px;font-weight:400}._heroCTA_zmby8_1814{background-color:#2563eb;color:#fff;border:none;padding:14px 32px;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #2563eb33}._heroCTA_zmby8_1814:hover{background-color:#1d4ed8;transform:translateY(-2px)}._sponsorsSection_zmby8_1834{margin-bottom:60px}._categoryTabs_zmby8_1839{position:relative;display:flex;gap:4px;padding:4px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:fit-content;margin:0 auto 50px;overflow:hidden;isolation:isolate}._slider_zmby8_1856{position:absolute;left:0;top:4px;height:calc(100% - 8px);background:#2563eb;border-radius:10px;transition:transform .45s cubic-bezier(.4,0,.2,1),width .45s ease,height .35s ease,top .35s ease,border-radius .35s ease;z-index:0}._docked_zmby8_1869{top:calc(100% - 6px);height:3px;border-radius:3px}._tab_zmby8_1875{position:relative;z-index:1;padding:10px 24px;background:transparent;border:none;border-radius:50px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:color .3s ease}._tab_zmby8_1875{color:#64748b}._activeSliding_zmby8_1895{color:#fff;font-weight:600}._activeTab_zmby8_1901{color:#2563eb;font-weight:600}._mobileCategorySelect_zmby8_1911{margin:0 auto 32px;max-width:320px}._categoryDropdown_zmby8_1916{width:100%;padding:12px 16px;font-size:14px;font-weight:600;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#020617;appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#2563eb 50%),linear-gradient(135deg,#2563eb 50%,transparent 50%);background-position:calc(100% - 20px) 55%,calc(100% - 14px) 55%;background-size:6px 6px;background-repeat:no-repeat}._categoryBlock_zmby8_1473{margin-bottom:50px}._categoryHeader_zmby8_1947{display:flex;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}._categoryBar_zmby8_1956{width:4px;height:20px;background:#2563eb;border-radius:2px}._icon_zmby8_817{font-size:28px;color:#2563eb;display:flex;align-items:center}._categoryTitle_zmby8_1477{font-size:26px;font-weight:700;color:#020617;margin:0}._sponsorCount_zmby8_1977{margin-left:auto;padding:6px 16px;background:#f1f5f9;border-radius:20px;font-size:13px;font-weight:600;color:#64748b;box-shadow:inset 0 2px 2px #00000014,inset 0 -1px 1px #fff9}._sponsorGrid_zmby8_1490{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:28px}@media(max-width:1024px){._sponsorGrid_zmby8_1490{grid-template-columns:repeat(2,minmax(260px,1fr));gap:24px}}@media(max-width:789px){._sponsorGrid_zmby8_1490{grid-template-columns:repeat(2,minmax(240px,1fr));gap:22px}}@media(max-width:640px){._sponsorGrid_zmby8_1490{grid-template-columns:minmax(280px,1fr);gap:20px}}@media(max-width:480px){._sponsorGrid_zmby8_1490{grid-template-columns:minmax(260px,1fr);gap:18px}}._sponsorCard_zmby8_1500{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 1px 2px #0000000a}._sponsorCard_zmby8_1500:hover{transform:scale(1.02);box-shadow:0 12px 30px #00000014}._cardInner_zmby8_2054{padding:0}._imageWrapper_zmby8_2058{width:100%;height:160px;position:relative;overflow:hidden;background:#f8fafc}._imageOverlay_zmby8_2066{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;text-transform:uppercase;font-size:22px;border-radius:12px;opacity:0;transition:opacity .25s ease}._overlayIcon_zmby8_2083{font-size:28px;color:#fff}._sponsorCard_zmby8_1500:hover ._imageOverlay_zmby8_2066{opacity:1}._sponsorImage_zmby8_2092{width:100%;height:100%;background:#fff;object-fit:cover}._companyName_zmby8_2101{font-size:16px;font-weight:700;color:#020617;margin-bottom:6px}._benefitsSection_zmby8_2130{padding:60px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:24px;margin-bottom:60px}._benefitsTitle_zmby8_2137{font-size:36px;font-weight:800;text-align:center;color:#020617;margin-bottom:50px}._benefitsGrid_zmby8_2145{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;max-width:1200px;margin:0 auto}._benefitCard_zmby8_2153{background:#fff;padding:32px 24px;border-radius:16px;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}._benefitCard_zmby8_2153:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}._benefitIcon_zmby8_2167{font-size:48px;margin-bottom:16px}._benefitCard_zmby8_2153 h3{font-size:20px;font-weight:700;color:#020617;margin-bottom:12px}._benefitCard_zmby8_2153 p{font-size:14px;color:#64748b;line-height:1.6;margin:0}._packagesSection_zmby8_2188{padding:60px 20px;margin-bottom:60px}._packagesTitle_zmby8_2193{font-size:36px;font-weight:800;text-align:center;color:#020617;margin-bottom:12px}._packagesSubtitle_zmby8_2201{text-align:center;color:#64748b;font-size:16px;margin-bottom:50px}._packagesGrid_zmby8_2208{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1200px;margin:0 auto}._packageCard_zmby8_2216{background:#fff;border:2px solid #e5e7eb;border-radius:20px;padding:32px 24px;transition:all .4s ease;position:relative;overflow:hidden}._packageCard_zmby8_2216:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0ea5e9,#0284c7);transform:scaleX(0);transition:transform .4s ease}._packageCard_zmby8_2216:hover{transform:translateY(-8px);border-color:#0ea5e9;box-shadow:0 20px 40px #0ea5e91f}._packageCard_zmby8_2216:hover:before{transform:scaleX(1)}._packageHeader_zmby8_2248{display:flex;align-items:center;gap:12px;margin-bottom:24px}._packageName_zmby8_2255{font-size:22px;font-weight:700;color:#020617;margin:0}._packagePrice_zmby8_2262{text-align:center;margin-bottom:28px}._currency_zmby8_2267{font-size:24px;color:#64748b;font-weight:600}._amount_zmby8_2273{font-size:42px;font-weight:800;color:#0284c7;margin-left:4px}._packageFeatures_zmby8_2280{margin-bottom:28px}._feature_zmby8_2284{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}._feature_zmby8_2284:last-child{border-bottom:none}._checkmark_zmby8_2296{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#dcfce7;color:#16a34a;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}._feature_zmby8_2284 span:last-child{font-size:14px;color:#334155}._packageCTA_zmby8_2315{width:100%;padding:14px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}._packageCTA_zmby8_2315:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0284c74d}._sponsorPopup_zmby8_1649{background:#fff;width:100%;max-width:760px;max-height:90vh;border-radius:20px;position:relative;overflow:hidden;animation:_slideUp_zmby8_1 .4s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px #0003}@keyframes _slideUp_zmby8_1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._popupClose_zmby8_1663{position:absolute;top:14px;right:14px;width:10px;height:35px;display:flex;align-items:center;justify-content:center;border:none;background:#0f172acc;color:#fff;font-size:22px;font-weight:600;cursor:pointer;z-index:20;transition:transform .2s ease,background .2s ease}._popupClose_zmby8_1663:hover{background:#0f172a;transform:scale(1.05)}._popupImageWrapper_zmby8_2397{flex-shrink:0;width:100%;height:220px;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px;border-bottom:1px solid #f1f5f9}._popupImageWrapper_zmby8_2397 img{max-width:100%;max-height:100%;object-fit:contain}._popupContentContainer_zmby8_2417{padding:0 24px 20px;overflow-y:auto;max-height:calc(90vh - 300px)}._popupContent_zmby8_2417{padding:24px 0;text-align:left}._popupBadge_zmby8_2431{display:inline-block;padding:4px 12px;background:#e0f2fe;color:#0369a1;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:6px;margin-bottom:12px}._popupCompany_zmby8_1721{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:8px;line-height:1.2}._popupDescription_zmby8_2453{font-size:.95rem;font-weight:400;color:#0f172a;margin-bottom:8px;line-height:1.6}._popupLink_zmby8_1729{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;color:#fff;background:#0284c7;font-size:1rem;font-weight:600;text-decoration:none;padding:12px;border-radius:8px;margin-top:16px;transition:all .2s ease}._popupLink_zmby8_1729:hover{background:#0369a1;transform:translateY(-2px);box-shadow:0 4px 12px #0284c74d;text-decoration:none}._popupFooter_zmby8_1742{border-top:1px solid #e2e8f0;padding:12px;text-align:center;background:#f8fafc}._sponsorTag_zmby8_2497{display:inline-block;color:#64748b;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}._formModal_zmby8_2507{background:#fff;width:100%;max-width:750px;max-height:90vh;border-radius:14px;position:relative;animation:_slideUp_zmby8_1 .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:0 25px 50px #00000040}@media(max-width:768px){._heroTitle_zmby8_1796{font-size:36px}._heroSubtitle_zmby8_1805{font-size:16px}._benefitsTitle_zmby8_2137,._packagesTitle_zmby8_2193{font-size:28px}._tab_zmby8_1875{padding:10px 20px;font-size:13px}}@media(max-width:480px){._heroSection_zmby8_1757{padding:60px 20px}._heroTitle_zmby8_1796{font-size:28px}._packagesGrid_zmby8_2208,._benefitsGrid_zmby8_2145{grid-template-columns:1fr}._sponsorPopup_zmby8_1649,._formModal_zmby8_2507{padding:32px 24px}}._sponsorCategorySection_zmby8_1534{margin-top:80px;padding:32px;background:#f8fafc;border-radius:20px;border:1px solid #e5e7eb}._categoryTableHeading_zmby8_2578{font-size:28px;font-weight:800;color:#020617;margin-bottom:16px;letter-spacing:-.02em}._tableWrapper_zmby8_2589{background:#fff;border-radius:8px;overflow:hidden;margin-bottom:12px;border:1px solid #e5e7eb;padding:0rem}._categoryTable_zmby8_1542{height:100%;width:100%;border-collapse:collapse}._categoryTable_zmby8_1542 thead{background:#f9fafb}._categoryTable_zmby8_1542 th{padding:16px;font-size:12px;font-weight:700;letter-spacing:.08em;color:#64748b;text-transform:uppercase;text-align:center;border:1px solid #e5e7eb}._categoryTable_zmby8_1542 th:first-child{text-align:left}._categoryTable_zmby8_1542 td{padding:16px;font-size:14px;color:#020617;text-align:center;border:1px solid #e5e7eb}._labelCell_zmby8_2640{text-align:left!important;font-weight:600;color:#334155;background:#f9fafb;font-size:13px}._priceCell_zmby8_2650{font-size:17px;font-weight:800;color:#020617}._statusCell_zmby8_2658{font-weight:600}._statusVisible_zmby8_2662{color:#2563eb;font-weight:700}._statusHidden_zmby8_2667{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#e5e7eb;color:#64748b;border-radius:50%;font-size:16px;font-weight:700}._mobileTableWrapper_zmby8_2685{margin-top:24px;overflow-x:auto}._mobileCategoryTable_zmby8_2690{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0000000f}._mobileCategoryTable_zmby8_2690 thead{background:#f1f5f9}._mobileCategoryTable_zmby8_2690 th{padding:12px;font-size:12px;font-weight:700;text-transform:uppercase;color:#475569;text-align:left;border-bottom:1px solid #e5e7eb}._mobileCategoryTable_zmby8_2690 td{padding:14px 12px;font-size:14px;color:#020617;border-bottom:1px solid #e5e7eb}._mobileCategoryTable_zmby8_2690 tr:last-child td{border-bottom:none}._mobileCategoryName_zmby8_2724{font-weight:700}._mobilePrice_zmby8_2728,._mobileStatus_zmby8_2732{font-weight:600}._becomeSponsorTableBtn_zmby8_2739{display:block;margin:0 auto;padding:14px 44px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;letter-spacing:.08em;border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}._becomeSponsorTableBtn_zmby8_2739:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 24px #2563eb40}@media(max-width:768px){._categoryTableHeading_zmby8_2578{font-size:24px;text-align:center}._tableWrapper_zmby8_2589{overflow-x:auto}._categoryTable_zmby8_1542{min-width:600px}._categoryTable_zmby8_1542 th,._categoryTable_zmby8_1542 td{padding:14px 12px;font-size:13px}._priceCell_zmby8_2650{font-size:16px}._becomeSponsorTableBtn_zmby8_2739{width:100%;padding:12px 20px;font-size:14px}}@media(max-width:480px){._sponsorCategorySection_zmby8_1534{padding:40px 15px}._categoryTable_zmby8_1542 th,._categoryTable_zmby8_1542 td{padding:12px 8px;font-size:12px}._categoryTableHeading_zmby8_2578{font-size:20px}._statusHidden_zmby8_2667{width:28px;height:28px;font-size:18px}}._noSponsorsBox_zmby8_2822{text-align:center;padding:60px 20px;border:2px dashed #ddd;border-radius:12px;background:#fafafa;color:#555}._noSponsorsBox_zmby8_2822 strong{font-size:18px;display:block;margin-bottom:8px}._speakerActions_zmby8_2837{display:flex;justify-content:center;margin-top:32px}._disabledBtn_zmby8_2842{background-color:#d1d5db;color:#6b7280;cursor:not-allowed;opacity:.7;pointer-events:none}._venueIconWrapper_zmby8_2850{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#64748b}._agendaFileBlock_zmby8_2868{margin-bottom:28px;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc}._agendaPdfEmbed_zmby8_2877{width:100%;height:600px;border:none;display:block}._agendaImageEmbed_zmby8_2885{width:100%;max-height:800px;object-fit:contain;display:block;padding:16px;box-sizing:border-box}._agendaDivider_zmby8_2895{display:flex;align-items:center;gap:14px;margin:28px 0 18px;font-weight:600;color:#475569;font-size:14px;text-transform:uppercase;letter-spacing:.5px}._agendaDivider_zmby8_2895:before,._agendaDivider_zmby8_2895:after{content:"";flex:1;height:1px;background:#e2e8f0}._srfWrapper_1lcbf_4{background:#fff;max-width:700px;margin:40px auto;padding:0;border-radius:16px;box-shadow:0 10px 40px #00000014;font-family:Inter,sans-serif;border:1px solid #f0f0f0}._header_1lcbf_16{background:linear-gradient(to right,#01669c,#03b4ef);padding:40px 30px;text-align:center;color:#fff;position:relative;border-top-left-radius:16px;border-top-right-radius:16px}._srfTitle_1lcbf_29{font-size:22px;font-weight:700;margin:0;letter-spacing:-.5px}._limitBadge_1lcbf_36{display:inline-flex;align-items:center;gap:8px;margin-top:15px;background:#fff3;padding:6px 14px;border-radius:30px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff}._limitBadge_1lcbf_36 span{font-weight:700;color:#fff}._limitIcon_1lcbf_56{font-size:22px}._limitWarning_1lcbf_61{background:#fff1f2;border-left:4px solid #e11d48;padding:16px 24px;display:flex;align-items:center;gap:12px;font-size:14px;color:#881337}._warningIcon_1lcbf_72{font-size:18px}._srfForm_1lcbf_77{display:flex;flex-direction:column}._srfSection_1lcbf_82{padding:30px;border-bottom:1px solid #f3f4f6}._srfSection_1lcbf_82:last-child{border-bottom:none}._sectionHeader_1lcbf_91{display:flex;justify-content:start;gap:.8rem;margin-bottom:10px}._headerIcon_1lcbf_98{font-size:20px;margin-bottom:10px;opacity:.9;color:#06c}._sectionTitle_1lcbf_106{font-size:16px;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.5px}._sectionIcon_1lcbf_114{color:#06c;font-size:20px}._inputGroup_1lcbf_120{position:relative;margin-bottom:20px;display:flex;flex-direction:column}._mainInputIcon_1lcbf_128{position:absolute;left:16px;top:66%;transform:translateY(-50%);color:#9ca3af;font-size:16px}._mainTextareaIcon_1lcbf_137{position:absolute;left:16px;top:48px;color:#9ca3af;font-size:16px}._customInputIcon_1lcbf_145{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px}._customTextareaIcon_1lcbf_154{position:absolute;left:16px;top:18px;color:#9ca3af;font-size:16px}._srfInput_1lcbf_164{width:100%;padding:14px 16px 14px 44px;font-size:15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#1f2937;font-family:inherit;transition:all .2s ease}._srfInput_1lcbf_164:focus{outline:none;background:#fff;border-color:#01669c;box-shadow:0 0 0 4px #01669c1a}._srfInput_1lcbf_164:focus+._inputIcon_1lcbf_183{color:#01669c}._srfInput_1lcbf_164::placeholder{color:#9ca3af}._grid2Col_1lcbf_192{display:grid;grid-template-columns:1fr 1fr;gap:20px}._textareaGroup_1lcbf_199{position:relative;margin-bottom:20px}._wordCounter_1lcbf_205{position:absolute;top:4px;right:6px;font-size:12px;font-weight:500;transition:color .2s ease}._wordOk_1lcbf_214{color:#6b7280}._wordError_1lcbf_218{color:#ef4444}._inputError_1lcbf_222{border:1px solid #ef4444!important;background:#ef44440a}._inputError_1lcbf_222:focus{outline:none;box-shadow:0 0 0 2px #ef444440}._disabledBtn_1lcbf_232{opacity:.55;cursor:not-allowed;filter:grayscale(.4)}@keyframes _shake_1lcbf_1{0%{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(3px)}75%{transform:translate(-3px)}to{transform:translate(0)}}._inputError_1lcbf_222{animation:_shake_1lcbf_1 .25s ease}._srfTextarea_1lcbf_250{width:100%;padding:14px 16px 14px 42px;font-size:15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#1f2937;font-family:inherit;min-height:100px;resize:vertical;transition:all .2s ease}._srfTextarea_1lcbf_250:focus{outline:none;background:#fff;border-color:#01669c;box-shadow:0 0 0 4px #01669c1a}._selectGroup_1lcbf_271{margin-bottom:10px}._srfSelect_1lcbf_275{width:100%;padding:14px 16px;font-size:15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%236b7280' d='M4.427 6.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 6H4.604a.25.25 0 00-.177.427z'/%3E%3C/svg%3E") no-repeat right 16px center;color:#1f2937;font-family:inherit;appearance:none;cursor:pointer;transition:all .2s ease}._srfSelect_1lcbf_275:focus{outline:none;background-color:#fff;border-color:#01669c;box-shadow:0 0 0 4px #01669c1a}._uploadBox_1lcbf_296{border:2px dashed #d1d5db;border-radius:10px;padding:30px;text-align:center;cursor:pointer;transition:all .2s ease;background:#f9fafb}._uploadBox_1lcbf_296:hover{border-color:#01669c;background:#f0f9ff}._hiddenInput_1lcbf_311{display:none}._uploadContent_1lcbf_315 p{margin:0;font-weight:600;color:#374151;font-size:15px}._uploadContent_1lcbf_315 span{font-size:12px;color:#9ca3af;display:block;margin-top:4px}._uploadIcon_1lcbf_329{font-size:32px;color:#9ca3af;margin-bottom:12px;display:block}._previewBox_1lcbf_336{display:flex;align-items:center;gap:15px;margin-top:15px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}._previewImg_1lcbf_347{width:50px;height:50px;object-fit:contain;border-radius:6px;background:#f3f4f6}._previewInfo_1lcbf_355{display:flex;flex-direction:column}._previewInfo_1lcbf_355 span:first-child{font-size:14px;font-weight:500;color:#1f2937}._fileSize_1lcbf_366{font-size:11px!important;color:#9ca3af!important;margin-top:2px!important}._submitBtn_1lcbf_372{width:100%;padding:16px;font-size:16px;font-weight:600;color:#fff;background:#01669c;border:none;cursor:pointer;transition:all .2s ease;margin-top:10px}._submitBtn_1lcbf_372:hover:not(:disabled){background:#015585;transform:translateY(-1px)}._submitBtn_1lcbf_372:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}@media(max-width:600px){._srfWrapper_1lcbf_4{margin:10px;border-radius:12px}._grid2Col_1lcbf_192{grid-template-columns:1fr}._sectionHeader_1lcbf_91{flex-direction:column;align-items:flex-start;gap:5px}}._modalOverlay_1lcbf_416{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:_fadeIn_1lcbf_1 .3s ease}._modalBox_1lcbf_430{background:#fff;padding:40px;border-radius:16px;width:90%;max-width:400px;text-align:center;box-shadow:0 20px 25px -5px #0000001a;animation:_slideUp_1lcbf_1 .3s ease}._successIconWrapper_1lcbf_441{width:60px;height:60px;background:#ecfdf5;color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}._successIcon_1lcbf_441{font-size:32px}._modalBox_1lcbf_430 h3{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:10px}._modalBox_1lcbf_430 p{color:#6b7280;font-size:14px;margin-bottom:24px}._modalBtn_1lcbf_470{width:100%;padding:12px;background:#01669c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}._modalBtn_1lcbf_470:hover{background:#015585}@keyframes _fadeIn_1lcbf_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1lcbf_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._customGrid_1lcbf_498{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._customFieldWrapper_1lcbf_505{display:flex;flex-direction:column}._fullWidth_1lcbf_511{grid-column:span 2}._customFieldLabel_1lcbf_515{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}._inputWithIcon_1lcbf_522{position:relative;width:100%}._inputWithIconField_1lcbf_527{width:100%;padding:14px 16px 14px 44px;font-size:15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;font-family:inherit}._textareaWithIconField_1lcbf_537{width:100%;min-height:100px;padding:14px 16px 14px 44px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;resize:vertical;font-family:inherit}._inputIcon_1lcbf_183{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px;pointer-events:none}._textareaIcon_1lcbf_558{position:absolute;left:16px;top:18px;color:#9ca3af;font-size:16px;pointer-events:none}._fieldLabel_1lcbf_567{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px;display:block}._requiredStar_1lcbf_575{color:#ef4444;margin-left:3px}._radioGroup_1lcbf_582{display:flex;flex-direction:column;gap:12px}._customRadio_1lcbf_588{display:flex;align-items:center;gap:10px;cursor:pointer;position:relative;font-size:14px;color:#374151}._customRadio_1lcbf_588 input{display:none}._radioMark_1lcbf_602{width:18px;height:18px;border:2px solid #d1d5db;border-radius:50%;position:relative;transition:all .2s ease}._customRadio_1lcbf_588 input:checked+._radioMark_1lcbf_602{border-color:#01669c}._customRadio_1lcbf_588 input:checked+._radioMark_1lcbf_602:after{content:"";width:8px;height:8px;background:#01669c;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._radioText_1lcbf_627{font-weight:500}._customCheckbox_1lcbf_632{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#374151;position:relative}._customCheckbox_1lcbf_632 input{display:none}._checkMark_1lcbf_646{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;position:relative;transition:all .2s ease}._customCheckbox_1lcbf_632 input:checked+._checkMark_1lcbf_646{background:#01669c;border-color:#01669c}._customCheckbox_1lcbf_632 input:checked+._checkMark_1lcbf_646:after{content:"✔";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._checkText_1lcbf_670{font-weight:500}._statusWrapper_1lcbf_674,._statusDropdown_1lcbf_679{position:relative;width:100%}._statusButtonMain_1lcbf_685{width:100%;padding:14px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;color:#1f2937;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}._selectIcon_1lcbf_703{font-size:16px;color:#9ca3af;flex-shrink:0}._statusButton_1lcbf_685{width:100%;padding:14px 16px 14px 44px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;color:#1f2937;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}._statusButton_1lcbf_685:hover{border-color:#01669c}._statusButton_1lcbf_685:focus{outline:none;background:#fff;border-color:#01669c;box-shadow:0 0 0 4px #01669c1a}._selectButtonContent_1lcbf_738{display:flex;align-items:center;gap:10px;color:#374151}._chevron_1lcbf_746{font-size:13px;transition:transform .25s ease;color:#6b7280}._chevronOpen_1lcbf_752{transform:rotate(180deg)}._statusMenu_1lcbf_757{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:6px;z-index:50;box-shadow:0 10px 25px #00000014;animation:_dropdownFade_1lcbf_1 .15s ease}._statusItem_1lcbf_776{padding:10px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease}._statusItem_1lcbf_776:hover{background:#01669c14;color:#01669c}._activeStatusItem_1lcbf_791{background:#01669c1f;color:#01669c;font-weight:600}@keyframes _dropdownFade_1lcbf_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._section_1cmw2_6{width:100%;padding:46px 0;background:#fff;overflow:hidden}._container_1cmw2_13{width:75%;margin:0 auto}._headerRow_1cmw2_19{max-width:1200px;margin:0 auto 40px}._sectionLabel_1cmw2_25{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px;font-family:DM Sans,sans-serif}._heading_1cmw2_36{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin:0 0 4px}._subText_1cmw2_44{font-size:14px;color:#888;margin:0;font-family:DM Sans,sans-serif}._viewport_1cmw2_52{position:relative;width:100%;overflow:hidden;padding:8px 0 16px}._fadeLeft_1cmw2_60,._fadeRight_1cmw2_61{position:absolute;top:0;bottom:0;width:100px;z-index:3;pointer-events:none}._track_1cmw2_81{display:flex;gap:20px;width:max-content}._trackAnimate_1cmw2_87{animation:_scrollLeft_1cmw2_1 35s linear infinite}._trackStatic_1cmw2_91{width:100%;justify-content:center;flex-wrap:wrap}@keyframes _scrollLeft_1cmw2_1{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}._card_1cmw2_103{flex:0 0 220px;background:#fff;border:1.8px solid #e8e8ed;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;align-items:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;cursor:default;font-family:DM Sans,sans-serif;box-shadow:0 12px 28px #5b4de821;border-color:#5b4de859}._avatarWrap_1cmw2_126{width:100%;height:200px;border-radius:0;overflow:hidden;border:none;margin-bottom:0;flex-shrink:0}._avatarImg_1cmw2_136{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_1cmw2_142{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff;font-family:"DM Serif Display",serif}._cardBody_1cmw2_155{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 14px 18px;width:100%}._name_1cmw2_165{font-size:15px;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}._role_1cmw2_173{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#5b4de8;background:#eeecfb;padding:4px 14px;border-radius:20px}.theme-modern ._section_1cmw2_6{background:#020617}.theme-modern ._sectionLabel_1cmw2_25{color:#ff7a18}.theme-modern ._heading_1cmw2_36{color:#fff}.theme-modern ._subText_1cmw2_44{color:#cbd5e1}.theme-modern ._card_1cmw2_103{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._card_1cmw2_103:hover{box-shadow:0 12px 28px #0009;border-color:#ffffff1f}.theme-modern ._name_1cmw2_165{color:#fff}.theme-modern ._role_1cmw2_173{background:#ffffff14;color:#ff7a18}.theme-modern ._fadeLeft_1cmw2_60{background:linear-gradient(to right,#020617 0%,transparent 100%)}.theme-modern ._fadeRight_1cmw2_61{background:linear-gradient(to left,#020617 0%,transparent 100%)}@media(max-width:1024px){._card_1cmw2_103{flex:0 0 200px}._avatarWrap_1cmw2_126{height:180px}}@media(max-width:768px){._headerRow_1cmw2_19{padding:0 20px}._card_1cmw2_103{flex:0 0 175px}._avatarWrap_1cmw2_126{height:160px}}@media(max-width:480px){._container_1cmw2_13{width:92%}._heading_1cmw2_36{font-size:22px}._track_1cmw2_81{gap:12px}._card_1cmw2_103{flex:0 0 calc(50% - 6px);max-width:calc(50% - 6px)}._avatarWrap_1cmw2_126{height:140px}._avatarPlaceholder_1cmw2_142{font-size:36px}._name_1cmw2_165{font-size:13px}._fadeLeft_1cmw2_60,._fadeRight_1cmw2_61{width:30px}}._noTransition_1cmw2_244{transition:none!important;animation:none!important}._servicesPage_163qy_1{padding:72px 0;margin:0 auto;font-family:Inter,sans-serif;background:linear-gradient(180deg,#f8fbff,#f3f6fb);position:relative;overflow:hidden}._header_163qy_21{text-align:center;margin-bottom:4rem}._kicker_163qy_26{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:#04b4ef14;color:#00659c;margin-bottom:14px}._pageTitle_163qy_45{font-size:3.2rem;font-weight:700;margin-bottom:1rem;color:#111827;line-height:1.1}._pageTitle_163qy_45 span{color:#04b4ef}._pageSubtitle_163qy_57{font-size:1rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.7}._servicesGrid_163qy_69{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}._serviceCard_163qy_79{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;background:#ffffffe6;border-radius:24px;padding:1.7rem;border:1px solid rgba(226,232,240,.9);overflow:hidden;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._serviceCard_163qy_79:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#04b4ef,#00659c);opacity:0;transition:opacity .3s ease;z-index:2}._serviceCard_163qy_79:hover:before{opacity:1}._serviceCard_163qy_79:hover{transform:translateY(-8px) scale(1.01);border-color:#04b4ef2e;box-shadow:0 20px 45px #04b4ef1f}._cardBg_163qy_151{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.08);transition:opacity .4s ease,transform .45s ease;pointer-events:none;filter:blur(1px);z-index:0}._cardBg_163qy_151:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fffffff5,#ffffffeb 35%,#ffffffb8 65%,#ffffff40)}._serviceCard_163qy_79:hover ._cardBg_163qy_151{opacity:1;transform:scale(1)}._cardTopRow_163qy_199{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._serviceIconWrapper_163qy_212{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:18px;background:linear-gradient(180deg,#ffffffe6,#f5f8fff2);border:1px solid rgba(4,180,239,.12);transition:transform .35s ease,background .35s ease,border-color .35s ease}._serviceCard_163qy_79:hover ._serviceIconWrapper_163qy_212{transform:translateY(-2px) rotate(-3deg);border-color:#04b4ef47;background:linear-gradient(180deg,#fff,#eef8ff)}._serviceIcon_163qy_212{font-size:1.65rem;color:#04b4ef!important;transition:transform .3s ease,color .3s ease}._serviceCard_163qy_79:hover ._serviceIcon_163qy_212{transform:scale(1.08)}._cardContent_163qy_269{position:relative;z-index:2;flex:1}._serviceTitle_163qy_276{font-size:1.32rem;font-weight:700;color:#111827;margin-bottom:.7rem;line-height:1.3}._serviceDescription_163qy_287{font-size:.95rem;line-height:1.8;color:#667085;max-width:92%}._cardFooter_163qy_300{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem}._statusBadge_163qy_315{font-size:.76rem;font-weight:600;padding:7px 12px;border-radius:999px}._statusLive_163qy_324{background:#10b9811f;color:#047857}._statusSoon_163qy_329{background:#64748b1f;color:#475569}._ctaWrapper_163qy_336{display:inline-flex;align-items:center;gap:.55rem;padding:10px 16px;border-radius:999px;background:linear-gradient(90deg,#04b4ef,#00659c);color:#fff;border:1px solid rgba(4,180,239,.12);font-size:.84rem;font-weight:600}._serviceCard_163qy_79:hover ._ctaWrapper_163qy_336{background:linear-gradient(90deg,#04b4ef,#00659c);color:#fff;border-color:transparent;transform:translate(4px)}._ctaText_163qy_380{white-space:nowrap}._ctaIcon_163qy_384{display:flex;align-items:center;justify-content:center;font-size:.78rem;transition:transform .3s ease}._serviceCard_163qy_79:hover ._ctaIcon_163qy_384{transform:translate(3px)}@media(max-width:1024px){._servicesGrid_163qy_69{grid-template-columns:repeat(2,minmax(0,1fr))}._pageTitle_163qy_45{font-size:2.6rem}}@media(max-width:768px){._servicesPage_163qy_1{padding:56px 0}._servicesGrid_163qy_69{grid-template-columns:1fr;gap:1.2rem}._serviceCard_163qy_79{min-height:auto;padding:1.5rem}._header_163qy_21{margin-bottom:3rem}._pageTitle_163qy_45{font-size:2.2rem}._pageSubtitle_163qy_57{font-size:.95rem}._serviceDescription_163qy_287{max-width:100%}}._main_71wqh_1{min-height:100vh;background:#f8fafc;padding:4rem 1rem}._article_71wqh_7{max-width:1100px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem 4rem;box-shadow:0 8px 30px #0000000d;border:1px solid #f1f1f1}._header_71wqh_17{text-align:center;margin-bottom:3rem}._header_71wqh_17 h1{font-size:2.5rem;font-weight:700;color:#0f172a}._updated_71wqh_29{margin-top:.5rem;font-size:.9rem;color:#6b7280}._updated_71wqh_29 span{font-weight:600;color:#1e293b}._intro_71wqh_40{margin-top:1.5rem;font-size:1.125rem;color:#4b5563;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}._toc_71wqh_50{background:#f9fafb;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:3rem}._toc_71wqh_50 h2{font-weight:700;color:#1e293b;font-size:1rem;margin-bottom:1rem}._toc_71wqh_50 ol{list-style:none;padding:0}._toc_71wqh_50 li{margin:.4rem 0}._toc_71wqh_50 a{color:#334155;text-decoration:none;transition:color .2s ease;font-weight:500}._toc_71wqh_50 a:hover{color:#2563eb}._sections_71wqh_85{display:flex;flex-direction:column;gap:3rem}._section_71wqh_85{border-bottom:1px solid #e5e7eb;padding-bottom:2rem}._section_71wqh_85 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}._section_71wqh_85 h4{margin-top:1.2rem;font-weight:600;color:#0f172a}._section_71wqh_85 p,._section_71wqh_85 ul{color:#374151;font-size:1rem;line-height:1.7}._section_71wqh_85 ul{list-style:disc;padding-left:1.5rem;margin-top:.5rem}._contactItem_71wqh_122{margin-top:.6rem}._contactItem_71wqh_122 a{color:#2563eb;text-decoration:none;font-weight:600}._contactItem_71wqh_122 a:hover{text-decoration:underline}._footer_71wqh_136{margin-top:3rem;text-align:center;font-size:.9rem;color:#6b7280;border-top:1px solid #e5e7eb;padding-top:1.5rem}@media screen{._article_71wqh_7{padding:3rem 1rem}}._main_82ovt_1{min-height:100vh;background:#f8fafc;padding:4rem 1rem}._article_82ovt_7{max-width:1100px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem 4rem;box-shadow:0 8px 30px #0000000d;border:1px solid #f1f1f1}._header_82ovt_17{text-align:center;margin-bottom:3rem}._header_82ovt_17 h1{font-size:2.5rem;font-weight:700;color:#0f172a}._updated_82ovt_29{margin-top:.5rem;font-size:.9rem;color:#6b7280}._updated_82ovt_29 span{font-weight:600;color:#1e293b}._intro_82ovt_40{margin-top:1.5rem;font-size:1.125rem;color:#4b5563;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}._toc_82ovt_50{background:#f9fafb;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:3rem}._toc_82ovt_50 h2{font-weight:700;color:#1e293b;font-size:1rem;margin-bottom:1rem}._toc_82ovt_50 ol{list-style:none;padding:0}._toc_82ovt_50 li{margin:.4rem 0}._toc_82ovt_50 a{color:#334155;text-decoration:none;transition:color .2s ease;font-weight:500}._toc_82ovt_50 a:hover{color:#2563eb}._sections_82ovt_85{display:flex;flex-direction:column;gap:3rem}._section_82ovt_85{border-bottom:1px solid #e5e7eb;padding-bottom:2rem}._section_82ovt_85 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}._section_82ovt_85 h4{margin-top:1.2rem;font-weight:600;color:#0f172a}._section_82ovt_85 p,._section_82ovt_85 ul{color:#374151;font-size:1rem;line-height:1.7}._section_82ovt_85 ul{list-style:disc;padding-left:1.5rem;margin-top:.5rem}._contactItem_82ovt_122{margin-top:.6rem}._contactItem_82ovt_122 a{color:#2563eb;text-decoration:none;font-weight:600}._contactItem_82ovt_122 a:hover{text-decoration:underline}._footer_82ovt_136{margin-top:3rem;text-align:center;font-size:.9rem;color:#6b7280;border-top:1px solid #e5e7eb;padding-top:1.5rem}@media screen{._article_82ovt_7{padding:3rem 1rem}}._overlay_10kyz_1{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:2000}._modal_10kyz_11{width:90%;max-width:700px;background:#fff;padding:25px;border-radius:12px;box-shadow:0 8px 20px #00000040;max-height:90vh;overflow-y:auto;position:relative}._closeBtn_10kyz_23{position:absolute;right:12px;top:12px;background:none;border:none;font-size:22px;cursor:pointer}._title_10kyz_33{margin-bottom:15px;font-size:22px;font-weight:700}._termsWrapper_10kyz_40{width:100%;padding:40px 20px;display:flex;justify-content:center;background:#f8fafc}._termsCard_10kyz_48{width:100%;max-width:900px;background:#fff;padding:30px 35px;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0000000f}._termsTitle_10kyz_59{font-size:26px;font-weight:700;color:#0f172a;margin-bottom:20px;border-left:4px solid #0066ff;padding-left:12px}._termsSection_10kyz_69{margin-bottom:22px}._termsSection_10kyz_69 h3{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:10px}._termsSection_10kyz_69 ul{margin-left:22px;margin-top:8px;margin-bottom:12px}._termsSection_10kyz_69 li{font-size:15px;line-height:1.7;margin-bottom:6px;color:#334155}._termsSection_10kyz_69 strong{color:#0f172a}._wrapper_sypyf_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#fdfcfb,#e2d1c3);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;overflow:hidden}._particles_sypyf_15{position:absolute;width:100%;height:100%;top:0;left:0}._particle_sypyf_15{position:absolute;width:4px;height:4px;background:#ffffff80;border-radius:50%;animation:_float_sypyf_1 15s infinite ease-in-out}@keyframes _float_sypyf_1{0%,to{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) translate(50px);opacity:0}}._confettiContainer_sypyf_50{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}._confetti_sypyf_50{position:absolute;width:10px;height:10px;top:-10px;animation:_confettiFall_sypyf_1 3s linear forwards}@keyframes _confettiFall_sypyf_1{to{transform:translateY(100vh) rotate(360deg);opacity:0}}._bgShape1_sypyf_76,._bgShape2_sypyf_76,._bgShape3_sypyf_76{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:_morphing_sypyf_1 20s infinite ease-in-out}._bgShape1_sypyf_76{width:400px;height:400px;top:-200px;left:-200px;animation-delay:0s}._bgShape2_sypyf_76{width:500px;height:500px;bottom:-250px;right:-250px;animation-delay:7s}._bgShape3_sypyf_76{width:300px;height:300px;top:40%;right:-150px;animation-delay:14s}@keyframes _morphing_sypyf_1{0%,to{border-radius:50%;transform:rotate(0) scale(1)}25%{border-radius:60% 40% 30% 70%;transform:rotate(90deg) scale(1.1)}50%{border-radius:30% 60% 70% 40%;transform:rotate(180deg) scale(.9)}75%{border-radius:70% 30% 50% 50%;transform:rotate(270deg) scale(1.05)}}._card_sypyf_128{background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:50px 40px;border-radius:35px;box-shadow:0 40px 100px #0000004d,0 0 0 1px #ffffff83 inset;text-align:center;max-width:550px;width:100%;animation:_cardEntrance_sypyf_1 .8s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:10}@keyframes _cardEntrance_sypyf_1{0%{opacity:0;transform:translateY(100px) scale(.8) rotateX(20deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0)}}._cornerDecor_sypyf_156 div{position:absolute;width:40px;height:40px;border:3px solid;opacity:.3}._cornerTopLeft_sypyf_164{top:15px;left:15px;border-right:none;border-bottom:none;border-radius:10px 0 0;border-color:#667eea}._cornerTopRight_sypyf_173{top:15px;right:15px;border-left:none;border-bottom:none;border-radius:0 10px 0 0;border-color:#764ba2}._cornerBottomLeft_sypyf_182{bottom:15px;left:15px;border-right:none;border-top:none;border-radius:0 0 0 10px;border-color:#f093fb}._cornerBottomRight_sypyf_191{bottom:15px;right:15px;border-left:none;border-top:none;border-radius:0 0 10px;border-color:#667eea}._iconContainer_sypyf_201{position:relative;width:120px;height:120px;margin:20px auto 30px}._iconRing_sypyf_208{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid rgba(102,126,234,.3);border-radius:50%;animation:_ripple_sypyf_1 2s infinite ease-out}@keyframes _ripple_sypyf_1{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}._iconWrapper_sypyf_230{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 15px 35px #667eea66,0 0 0 8px #ffffff4d}._iconLoading_sypyf_247{animation:_iconPulse_sypyf_1 1.5s ease-in-out infinite}._iconSuccess_sypyf_251{animation:_iconBounce_sypyf_1 .8s cubic-bezier(.34,1.56,.64,1)}@keyframes _iconPulse_sypyf_1{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}}@keyframes _iconBounce_sypyf_1{0%{transform:translate(-50%,-50%) scale(0) rotate(0)}50%{transform:translate(-50%,-50%) scale(1.2) rotate(180deg)}to{transform:translate(-50%,-50%) scale(1) rotate(360deg)}}._icon_sypyf_201{font-size:60px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}._statusBadge_sypyf_282{display:inline-block;padding:8px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;margin-bottom:20px;animation:_badgeSlide_sypyf_1 .6s ease-out .3s both}._statusBadge_sypyf_282 span{color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px}@keyframes _badgeSlide_sypyf_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._message_sypyf_311{font-size:26px;color:#2d3748;margin:0 0 10px;padding-top:50px;font-weight:700;line-height:1.4;animation:_textFade_sypyf_1 .6s ease-out .4s both}._subtitle_sypyf_321{font-size:16px;color:#718096;margin:0 0 30px;animation:_textFade_sypyf_1 .6s ease-out .5s both}@keyframes _textFade_sypyf_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._loadingBar_sypyf_340{width:100%;height:6px;background:#667eea33;border-radius:10px;overflow:hidden;margin-top:20px}._loadingProgress_sypyf_349{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);animation:_progress_sypyf_1 2s ease-in-out infinite;border-radius:10px}@keyframes _progress_sypyf_1{0%{width:0;transform:translate(0)}50%{width:100%;transform:translate(0)}to{width:100%;transform:translate(100%)}}._successContent_sypyf_372{animation:_successFade_sypyf_1 .6s ease-out .6s both}@keyframes _successFade_sypyf_1{0%{opacity:0}to{opacity:1}}._divider_sypyf_385{width:100px;height:3px;background:linear-gradient(90deg,transparent,#667eea,transparent);margin:30px auto;border-radius:10px}._countdownSection_sypyf_394{margin:30px 0}._countdownCircle_sypyf_398{position:relative;width:100px;height:100px;margin:0 auto 20px}._countdownSvg_sypyf_405{width:100%;height:100%;transform:rotate(-90deg)}._countdownBg_sypyf_411{fill:none;stroke:#667eea1a;stroke-width:8}._countdownProgress_sypyf_417{fill:none;stroke:url(#gradient);stroke-width:8;stroke-linecap:round;stroke-dasharray:339;stroke-dashoffset:339;transition:stroke-dashoffset 1s linear}._countdownContent_sypyf_427{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._countdownNumber_sypyf_435{display:block;font-size:36px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}._countdownLabel_sypyf_446{display:block;font-size:12px;color:#a0aec0;font-weight:600;text-transform:uppercase;margin-top:5px}._redirectText_sypyf_455{font-size:15px;color:#718096;margin:0}._homeButton_sypyf_462{margin-top:25px;padding:14px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #667eea4d}._homeButton_sypyf_462:hover{transform:translateY(-2px);box-shadow:0 15px 35px #667eea66}._homeButton_sypyf_462:active{transform:translateY(0)}._card_sypyf_128._yes_sypyf_486 ._iconWrapper_sypyf_230{background:linear-gradient(135deg,#48bb78,#38a169);box-shadow:0 15px 35px #48bb7866,0 0 0 8px #ffffff4d}._card_sypyf_128._yes_sypyf_486 ._statusBadge_sypyf_282{background:linear-gradient(135deg,#48bb78,#38a169)}._card_sypyf_128._yes_sypyf_486 ._homeButton_sypyf_462{background:linear-gradient(135deg,#48bb78,#38a169);box-shadow:0 10px 25px #48bb784d}._card_sypyf_128._no_sypyf_500 ._iconWrapper_sypyf_230{background:linear-gradient(135deg,#f56565,#e53e3e);box-shadow:0 15px 35px #f5656566,0 0 0 8px #ffffff4d}._card_sypyf_128._no_sypyf_500 ._statusBadge_sypyf_282{background:linear-gradient(135deg,#f56565,#e53e3e)}._card_sypyf_128._no_sypyf_500 ._homeButton_sypyf_462{background:linear-gradient(135deg,#f56565,#e53e3e);box-shadow:0 10px 25px #f565654d}._card_sypyf_128._maybe_sypyf_514 ._iconWrapper_sypyf_230{background:linear-gradient(135deg,#ed8936,#dd6b20);box-shadow:0 15px 35px #ed893666,0 0 0 8px #ffffff4d}._card_sypyf_128._maybe_sypyf_514 ._statusBadge_sypyf_282{background:linear-gradient(135deg,#ed8936,#dd6b20)}._card_sypyf_128._maybe_sypyf_514 ._homeButton_sypyf_462{background:linear-gradient(135deg,#ed8936,#dd6b20);box-shadow:0 10px 25px #ed89364d}._card_sypyf_128._error_sypyf_528 ._iconWrapper_sypyf_230{background:linear-gradient(135deg,#718096,#4a5568);box-shadow:0 15px 35px #71809666,0 0 0 8px #ffffff4d}@media(max-width:600px){._card_sypyf_128{padding:40px 30px;border-radius:25px}._iconContainer_sypyf_201,._iconWrapper_sypyf_230{width:100px;height:100px}._icon_sypyf_201{font-size:50px}._message_sypyf_311{font-size:22px}._subtitle_sypyf_321{font-size:14px}._countdownCircle_sypyf_398{width:80px;height:80px}._countdownNumber_sypyf_435{font-size:28px}._homeButton_sypyf_462{padding:12px 30px;font-size:14px}}._pageWrapper_1448e_6{display:flex;min-height:calc(100vh - 70px);font-family:DM Sans,sans-serif;background:#fff}._leftPanel_1448e_16{flex:0 0 50%;width:50%;background:linear-gradient(145deg,#e4f5fc,#eef6ff 55%,#d8eef8);display:flex;align-items:center;justify-content:center;padding:48px 40px;position:relative;overflow:hidden}._blob1_1448e_28{position:absolute;width:300px;height:300px;border-radius:50%;background:#03b4ef1f;top:-90px;left:-70px;pointer-events:none}._blob2_1448e_39{position:absolute;width:200px;height:200px;border-radius:50%;background:#01669c14;bottom:-60px;right:-50px;pointer-events:none}._illustrationWrap_1448e_50{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px;max-width:380px;width:100%}._svgPlaceholder_1448e_61{width:100%;filter:drop-shadow(0 8px 24px rgba(1,102,156,.12))}._svgImg_1448e_67{width:100%;height:auto}._illustrationText_1448e_72{text-align:center;display:flex;flex-direction:column;gap:10px}._illusTitle_1448e_79{font-size:22px;font-weight:700;color:#0a2f45;margin:0;letter-spacing:-.4px}._illusSub_1448e_87{font-size:13px;color:#5a8fa8;line-height:1.7;margin:0}._chips_1448e_94{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:4px}._chip_1448e_94{background:#fff;border:.5px solid #b8e8f7;color:#01669c;font-size:11px;font-weight:500;padding:5px 12px;border-radius:20px}._rightPanel_1448e_115{flex:0 0 50%;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 40px;background:#fff;overflow-y:auto}._stepBar_1448e_128{display:flex;align-items:center;gap:0;margin-bottom:36px;width:100%;max-width:400px}._stepItem_1448e_137{display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0}._stepCircle_1448e_145{width:32px;height:32px;border-radius:50%;background:#f0f9fd;border:2px solid #daeef8;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#a8c8d8;transition:all .2s}._stepActive_1448e_160 ._stepCircle_1448e_145{background:#03b4ef;border-color:transparent;color:#fff}._stepLabel_1448e_167{font-size:10px;font-weight:500;color:#a8c8d8;transition:color .2s}._stepActive_1448e_160 ._stepLabel_1448e_167{color:#01669c}._stepLine_1448e_178{flex:1;height:2px;background:#daeef8;margin:0 4px 16px;transition:background .3s}._stepLineDone_1448e_187{background:linear-gradient(to right,#01669c,#03b4ef)}._formBox_1448e_192{width:100%;max-width:400px}._formHeader_1448e_197{margin-bottom:24px}._heading_1448e_201{font-size:22px;font-weight:700;color:#111;letter-spacing:-.4px;margin:0 0 5px}._subText_1448e_209{font-size:13px;color:#9ca3af;margin:0;line-height:1.5}._subText_1448e_209 strong{color:#01669c;font-weight:600}._alertError_1448e_222{background:#fff1f1;border:1px solid #fca5a5;color:#b91c1c;padding:10px 14px;border-radius:9px;margin-bottom:14px;font-size:13px;font-weight:500}._alertSuccess_1448e_233{background:#f0fbff;border:1px solid #b8e8f7;color:#01669c;padding:10px 14px;border-radius:9px;margin-bottom:14px;font-size:13px;font-weight:500}._fields_1448e_245{display:flex;flex-direction:column;gap:14px}._field_1448e_245{display:flex;flex-direction:column;gap:5px}._label_1448e_257{font-size:12px;font-weight:600;color:#374151}._input_1448e_264{width:100%;height:41px;border:1.5px solid #daeef8;border-radius:10px;padding:0 13px;font-size:13px;color:#111;background:#f6fbfe;outline:none;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s;box-sizing:border-box}._input_1448e_264::placeholder{color:#a8c8d8}._input_1448e_264:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._otpInput_1448e_290{letter-spacing:6px;font-size:18px;font-weight:600;text-align:center;color:#01669c}._pwWrap_1448e_299{position:relative}._pwWrap_1448e_299 ._input_1448e_264{padding-right:38px}._eyeIcon_1448e_307{position:absolute;right:11px;top:50%;transform:translateY(-50%);cursor:pointer;color:#a8c8d8;display:flex;align-items:center;transition:color .15s}._eyeIcon_1448e_307:hover{color:#01669c}._submitBtn_1448e_324{width:100%;height:43px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:-.2px;transition:opacity .15s,transform .1s}._submitBtn_1448e_324:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_1448e_324:disabled{opacity:.5;cursor:not-allowed;transform:none}._resendRow_1448e_351{display:flex;justify-content:center;margin-top:4px}._timerText_1448e_357{font-size:13px;color:#9ca3af;text-align:center}._timerCount_1448e_363{font-weight:700;color:#01669c}._resendBtn_1448e_368{background:none;border:none;color:#01669c;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:underline;transition:color .15s;padding:0}._resendBtn_1448e_368:hover{color:#03b4ef}._backLink_1448e_386{text-align:center;margin-top:20px;font-size:13px}._link_1448e_392{color:#01669c;text-decoration:none;font-weight:500;transition:color .15s}._link_1448e_392:hover{color:#03b4ef}@media(max-width:900px){._pageWrapper_1448e_6{flex-direction:column;min-height:auto}._leftPanel_1448e_16{flex:none;width:100%;padding:40px 24px;min-height:260px}._svgPlaceholder_1448e_61{max-width:80%}._illusTitle_1448e_79{font-size:18px}._illustrationWrap_1448e_50{flex-direction:row;gap:20px;align-items:center;text-align:left}._illustrationText_1448e_72{text-align:left}._chips_1448e_94{justify-content:flex-start}._rightPanel_1448e_115{flex:none;width:100%;padding:36px 24px}._stepBar_1448e_128,._formBox_1448e_192{max-width:100%}}@media(max-width:600px){._leftPanel_1448e_16{padding:28px 20px;min-height:200px}._illustrationWrap_1448e_50{flex-direction:column;gap:12px;text-align:center}._illustrationText_1448e_72{text-align:center}._chips_1448e_94{justify-content:center}._svgPlaceholder_1448e_61{max-width:80%}._illusTitle_1448e_79{font-size:16px}._illusSub_1448e_87{display:none}._rightPanel_1448e_115{padding:28px 20px}._heading_1448e_201{font-size:19px}._stepCircle_1448e_145{width:26px;height:26px;font-size:11px}._stepLabel_1448e_167{font-size:9px}}._wrapper_1fw34_1{position:relative;width:100%;min-height:100vh;overflow:hidden}._bg_1fw34_9{position:absolute;inset:0;background-image:url(/Common/NotFound.jpg);background-size:cover;background-position:center;height:100vh;width:100%}._contentBox_1fw34_20{position:relative;z-index:10;height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0 8rem;margin-top:4rem}._content_1fw34_20{width:600px;color:#fff;display:flex;flex-direction:column;text-align:center;gap:1rem}._text_1fw34_42{font-size:32px;font-weight:400;opacity:.95}._buttons_1fw34_48{display:flex;justify-content:center;align-items:center;padding:1rem 0}._primaryBtn_1fw34_56{padding:10px 28px;border:1px solid #fff;border-radius:999px;background:transparent;color:#fff;cursor:pointer;transition:.3s ease;text-decoration:none}._primaryBtn_1fw34_56:hover{background:#fff;color:#000}@media(max-width:900px){._contentBox_1fw34_20{padding:0 3rem}._content_1fw34_20{width:100%}._text_1fw34_42{font-size:26px}}@media(max-width:768px){._contentBox_1fw34_20{justify-content:center;padding:0 2rem}._content_1fw34_20{text-align:center;align-items:center}._buttons_1fw34_48{justify-content:center}._text_1fw34_42{font-size:22px}}@keyframes _pulse-ring_fct04_1{0%,to{transform:scale(.92);opacity:.45}50%{transform:scale(1.1);opacity:.12}}@keyframes _shake_fct04_1{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes _fadein_fct04_1{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}._overlay_fct04_18{position:fixed;inset:0;background:#00000052;display:flex;align-items:center;justify-content:center;z-index:9999}._popup_fct04_28{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:16px;padding:2.25rem 2.5rem 2rem;max-width:340px;width:90%;text-align:center}._iconWrap_fct04_39{position:relative;width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}._pulseRing_fct04_48{position:absolute;inset:-10px;border-radius:50%;border:1.5px solid #E24B4A;animation:_pulse-ring_fct04_1 2.2s ease-in-out infinite}._icon_fct04_39{width:48px;height:48px;color:#888}._title_fct04_62{font-size:17px;font-weight:500;color:#111;margin:0 0 6px}._msg_fct04_68{font-size:14px;color:#666;line-height:1.6;margin:0 0 1.5rem}._retryBtn_fct04_76{width:100%;padding:9px 28px;border:.5px solid rgba(0,0,0,.2);border-radius:999px;background:transparent;color:#111;font-size:14px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}._retryBtn_fct04_76:hover:not(:disabled){background:#f4f4f4}._retryBtn_fct04_76:disabled{opacity:.55;cursor:default}._retryBtn_fct04_76._online_fct04_89{color:#27500a;border-color:#97c459}._retryBtn_fct04_76._offline_fct04_93{animation:_shake_fct04_1 .4s ease}._toast_fct04_98{display:flex;align-items:center;gap:8px;background:#fcebeb;border:.5px solid #F09595;border-radius:8px;padding:9px 14px;margin-top:12px;font-size:13px;color:#a32d2d;animation:_fadein_fct04_1 .25s ease}._dot_fct04_111{width:7px;height:7px;border-radius:50%;background:#a32d2d;flex-shrink:0}._sidebar_1g892_3{width:300px;display:flex;flex-direction:column;gap:14px}._heading_1g892_12{font-size:1.8rem;font-weight:700;color:#04b4ef;margin-bottom:6px}._list_1g892_21{display:flex;flex-direction:column;gap:12px;max-height:550px;overflow-y:auto;padding-right:4px}._list_1g892_21::-webkit-scrollbar{width:4px}._list_1g892_21::-webkit-scrollbar-thumb{border-radius:4px}._cat_1g892_42{padding:12px 15px;background:#fff;border-radius:6px;border:1px solid #ddd;cursor:pointer;transition:.2s;font-size:.95rem}._cat_1g892_42:hover{border-color:#04b4ef}._active_1g892_56{background:#04b4ef;color:#fff;border-color:#04b4ef;opacity:.85}._toggleBtn_1g892_65{margin-top:6px;background:none;border:none;color:#04b4ef;font-size:.9rem;font-weight:600;cursor:pointer;align-self:flex-start}@media(max-width:1024px){._sidebar_1g892_3{width:100%}._heading_1g892_12{font-size:1.7rem}}@media(max-width:768px){._heading_1g892_12{font-size:1.5rem}._cat_1g892_42{font-size:.9rem}}@media(max-width:600px){._heading_1g892_12{font-size:1.4rem}._list_1g892_21{max-height:none}}._item_ga8e6_1{background:#fff;border-bottom:1px solid #d1d5db;padding:26px 0}._question_ga8e6_8{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._left_ga8e6_16{display:flex;gap:22px;align-items:flex-start;width:90%}._number_ga8e6_24{color:#04b4ef;font-weight:500;font-size:22px;min-width:48px}._text_ga8e6_32{font-size:22px;font-weight:400;color:#000;line-height:1.45}._icon_ga8e6_40{width:42px;height:42px;border:1.5px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;transition:background .3s ease,color .3s ease,transform .35s ease}._open_ga8e6_52{background:#000;color:#fff;transform:rotate(360deg)}._answerWrapper_ga8e6_59{max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .45s ease,opacity .35s ease,transform .35s ease}._show_ga8e6_71{max-height:1200px;opacity:1;transform:translateY(0)}._answer_ga8e6_59{margin-left:70px;margin-top:20px;padding-bottom:10px;font-size:17px;line-height:1.7;color:#333;white-space:pre-line}._link_ga8e6_88{text-decoration:underline;font-weight:600;word-break:break-all}._link_ga8e6_88:hover{color:#068cf3;opacity:.85;transition:all .2s ease-in}@media(max-width:1024px){._text_ga8e6_32,._number_ga8e6_24{font-size:20px}._icon_ga8e6_40{width:38px;height:38px}}@media(max-width:768px){._text_ga8e6_32{font-size:18px}._answer_ga8e6_59{margin-left:0}._icon_ga8e6_40{width:px;height:38px}}@media(max-width:600px){._text_ga8e6_32{font-size:16px}._number_ga8e6_24{font-size:18px}._icon_ga8e6_40{width:35px;height:35px}}@media(max-width:480px){._text_ga8e6_32{font-size:15px}._icon_ga8e6_40{width:30px;height:30px}}._wrapper_1h7cv_1{display:flex;padding:40px;gap:50px;background:#fff;color:#333}._hero_1h7cv_11{height:40vh;width:100%;background-image:url(/FAQ.jpg);background-size:cover;background-position:center;position:relative}._overlay_1h7cv_20{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center}._heroTitle_1h7cv_29{color:#fff;font-size:3rem;font-weight:700;letter-spacing:1px}@media(max-width:768px){._heroTitle_1h7cv_29{font-size:2.2rem}}@media(max-width:480px){._heroTitle_1h7cv_29{font-size:1.8rem}}@media(max-width:1024px){._wrapper_1h7cv_1{flex-direction:column-reverse;padding:30px}}@media(max-width:768px){._wrapper_1h7cv_1{padding:20px}}@media(max-width:600px){._wrapper_1h7cv_1{padding:15px}}@media(max-width:480px){._wrapper_1h7cv_1{padding:10px}}._content_1h7cv_73{flex:1}._header_1h7cv_77{font-size:34px;margin-bottom:24px;color:#04b4ef;font-weight:600}._search_1h7cv_84{width:100%;padding:12px 15px;border-radius:6px;border:1px solid #ccc;background:#fff;margin-bottom:24px}._categoryHeader_1h7cv_94{display:flex;justify-content:space-between;align-items:center;margin:36px 0 22px;padding-left:16px;border-left:4px solid #04B4EF;z-index:10}._categoryTitle_1h7cv_104{font-size:28px;font-weight:600;color:#000}._toggleAllBtn_1h7cv_110{background:transparent;border:none;border-bottom:1.5px solid #333333;border-radius:0!important;padding:6px;color:#333;font-weight:500;cursor:pointer;font-size:1.25rem;appearance:none;-webkit-appearance:none}._toggleAllBtn_1h7cv_110:hover{border-bottom:3px solid #333333}._noResult_1h7cv_128{opacity:.9}._wrapper_16nmb_1{background:#333;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}._emailWrapper_16nmb_10{width:100%;max-width:600px}._emailHeader_16nmb_15{text-align:center;margin-bottom:30px}._emailHeader_16nmb_15 h2{color:#fff;font-size:32px;font-weight:700;text-transform:uppercase}._emailHeader_16nmb_15 p{color:#bbb;font-size:14px}._ticketCard_16nmb_32{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0009;display:flex}._platinumBar_16nmb_40{width:12px}._ticketContent_16nmb_44{flex:1;padding:30px 25px}._ticketHeader_16nmb_49{display:flex;justify-content:space-between;border-bottom:2px solid #000;padding-bottom:15px;margin-bottom:25px}._eventName_16nmb_57{font-size:20px;font-weight:700;text-transform:uppercase}._platinumBadge_16nmb_63{font-size:12px;font-weight:700;border:1px solid #ccc;padding:4px 8px;text-transform:uppercase}._detailsGrid_16nmb_71{display:grid;gap:15px}._detailLabel_16nmb_76{font-size:11px;color:#888;font-weight:700;text-transform:uppercase}._detailValue_16nmb_83{font-size:16px}._attendeeBox_16nmb_87{margin-top:25px;background:#f9f9f9;padding:12px;border-left:3px solid #ccc}._attendeeName_16nmb_94{font-weight:700}._bookingId_16nmb_98{font-family:monospace;font-size:12px;color:#666}._divider_16nmb_104{width:2px;background-image:linear-gradient(to bottom,#666 50%,transparent 50%);background-size:2px 10px}._qrSection_16nmb_114{width:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px 15px}._qrImg_16nmb_123{width:90px;height:90px}._scanLabel_16nmb_128{font-size:10px;font-weight:700;color:#666;margin-top:10px;text-transform:uppercase;text-align:center}._footer_16nmb_137{text-align:center;color:#999;font-size:12px;margin-top:25px}._loading_16nmb_144,._error_16nmb_145{color:#fff;text-align:center}@media(max-width:480px){._ticketCard_16nmb_32{flex-direction:column}._platinumBar_16nmb_40{width:100%;height:8px}._divider_16nmb_104{display:none}._qrSection_16nmb_114{width:100%;flex-direction:row;justify-content:space-between;border-top:2px dashed #555}}._sidebar_5b2bi_1{width:260px;border-right:1px solid #ddd;padding:20px;background:#fff}._canvas_sjzx9_1{flex:1;padding:20px;background:#f5f5f5;overflow:auto}._banner_jtm5n_1{background:#1a73e8;color:#fff;padding:80px;text-align:center;border-radius:10px}._builderContainer_1b4ei_1{height:100vh;display:flex;flex-direction:column;background:#f3f4f6}._builderMain_1b4ei_8{flex:1;display:flex;overflow:hidden}._builderMain_1b4ei_8>:first-child{width:220px;background:#020617;color:#fff}._builderMain_1b4ei_8>:last-child{width:300px;background:#fff;border-left:1px solid #e5e7eb}._canvasArea_1b4ei_32{flex:1;overflow:auto;background:#fff;padding:40px}._wrapper_1kasa_3{display:flex;min-height:100vh;background:#f5f6fa}._sidebar_1kasa_12{width:100px;background:#f7f8fc;border-right:1px solid #e5e7eb;padding-top:20px;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh}._menu_1kasa_26{padding:12px 20px;cursor:pointer;font-size:14px;color:#374151;transition:.2s}._registerBtn_1kasa_34{background:var(--button)}._shareBtn_1kasa_38,._viewProfileBtn_1kasa_42{background:var(--primary)}._menu_1kasa_26:hover{background:#eef2ff;color:#4f46e5}._content_1kasa_52{flex:1;background:var(--bg)}._panel_1kasa_57{width:180px;background:#fff;border-right:1px solid #e5e7eb;position:relative;padding:20px;overflow-y:auto}._panelHeader_1kasa_66{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._themeList_1kasa_73{display:flex;flex-direction:column;gap:20px}._themeCard_1kasa_79{border:1px solid #ddd;border-radius:8px;overflow:hidden;cursor:pointer;transition:.2s}._themeCard_1kasa_79:hover{transform:scale(1.03)}._themeCard_1kasa_79 img{width:100%}._themeCard_1kasa_79 p{padding:10px;font-weight:600}._page_10hbp_9{--gold: #C9A84C;--gold-light: #E8C876;--gold-pale: rgba(201,168,76,.12);--gold-border: rgba(201,168,76,.22);--navy: #0A0F1E;--navy-mid: #111827;--navy-light: #1C2540;--cream: #F8F2E6;--cream-muted: rgba(248,242,230,.55);--teal: #0E7B82;--teal-soft: rgba(14,123,130,.15);background:var(--navy);color:var(--cream);font-family:Cormorant Garamond,serif;overflow-x:hidden}._page_10hbp_9 *{box-sizing:border-box;margin:0;padding:0}._sectionLabel_10hbp_36{display:inline-flex;align-items:center;gap:10px;font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}._sectionLabel_10hbp_36:before{content:"";display:inline-block;width:32px;height:1px;background:var(--gold)}._dividerLine_10hbp_56{width:100px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto}._primary_10hbp_64{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;background:var(--gold);color:var(--navy);border:none;padding:15px 38px;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}._primary_10hbp_64:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 28px #c9a84c47}._outline_10hbp_84{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;background:transparent;color:var(--gold);border:1px solid var(--gold);padding:15px 38px;cursor:pointer;transition:background .25s ease}._outline_10hbp_84:hover{background:var(--gold-pale)}._hero_10hbp_104{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:140px 40px 100px;overflow:hidden;background:radial-gradient(ellipse at 20% 60%,rgba(201,168,76,.06) 0%,transparent 55%),radial-gradient(ellipse at 80% 20%,var(--teal-soft) 0%,transparent 50%),var(--navy)}._hero_10hbp_104:before,._hero_10hbp_104:after{content:"";position:absolute;border-radius:50%;border:1px solid var(--gold-border);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;animation:_pulseRing_10hbp_1 5s ease-in-out infinite}._hero_10hbp_104:before{width:560px;height:560px}._hero_10hbp_104:after{width:840px;height:840px;animation-delay:1.2s;opacity:.5}@keyframes _pulseRing_10hbp_1{0%,to{opacity:.25;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.025)}}._badge_10hbp_140{position:relative;z-index:2;font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-border);padding:8px 22px;background:var(--gold-pale);margin-bottom:36px;animation:_fadeUp_10hbp_1 .9s ease both}._title_10hbp_156{position:relative;z-index:2;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:1.05;color:var(--cream);animation:_fadeUp_10hbp_1 .9s ease .15s both}._title_10hbp_156 span{color:var(--gold)}._subtitle_10hbp_168{position:relative;z-index:2;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300;font-style:italic;color:var(--cream-muted);max-width:640px;line-height:1.65;margin:22px auto 0;animation:_fadeUp_10hbp_1 .9s ease .3s both}._heroDivider_10hbp_182{width:100px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:40px auto;position:relative;z-index:2;animation:_fadeUp_10hbp_1 .9s ease .4s both}._meta_10hbp_192{position:relative;z-index:2;display:flex;gap:56px;justify-content:center;flex-wrap:wrap;animation:_fadeUp_10hbp_1 .9s ease .5s both}._meta_10hbp_192>div{text-align:center}._meta_10hbp_192 span{display:block;font-family:Montserrat,sans-serif;font-size:.58rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}._meta_10hbp_192 p{font-family:Playfair Display,serif;font-size:1.05rem;color:var(--cream)}._cta_10hbp_218{position:relative;z-index:2;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:44px;animation:_fadeUp_10hbp_1 .9s ease .65s both}@keyframes _fadeUp_10hbp_1{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}._about_10hbp_237{padding:100px 60px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;border-top:1px solid var(--gold-border)}._aboutText_10hbp_248 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15;color:var(--cream);margin-bottom:22px}._aboutText_10hbp_248 p{font-size:1.05rem;color:var(--cream-muted);line-height:1.9;margin-bottom:16px}._statsGrid_10hbp_263{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--gold-border);border:1px solid var(--gold-border)}._statBox_10hbp_270{background:var(--navy-mid);padding:36px 28px;position:relative;transition:background .25s}._statBox_10hbp_270:hover{background:var(--navy-light)}._statBox_10hbp_270:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--gold)}._statNum_10hbp_284{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:var(--gold);line-height:1}._statLabel_10hbp_291{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-muted);margin-top:8px}._agenda_10hbp_304{background:var(--navy-light);border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border);padding:100px 60px}._agendaInner_10hbp_310{max-width:1200px;margin:0 auto}._agendaInner_10hbp_310 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:56px}._day_10hbp_322{margin-bottom:48px}._day_10hbp_322 h3{font-family:Playfair Display,serif;font-size:1.4rem;font-style:italic;color:var(--gold);margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid var(--gold-border)}._session_10hbp_333{display:grid;grid-template-columns:160px 1fr;gap:32px;align-items:start;padding:28px 0;border-bottom:1px solid rgba(201,168,76,.08);transition:padding-left .25s ease;cursor:default}._session_10hbp_333:hover{padding-left:12px}._sessionTime_10hbp_345{font-family:Playfair Display,serif;font-size:.95rem;color:var(--gold);padding-top:3px}._session_10hbp_333 h4{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--cream);margin-bottom:6px}._session_10hbp_333 p{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--cream-muted)}._speakers_10hbp_370{padding:100px 60px;max-width:1200px;margin:0 auto}._speakers_10hbp_370 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:56px}._grid_10hbp_383{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--gold-border);border:1px solid var(--gold-border)}._card_10hbp_391{background:var(--navy-mid);padding:36px 28px;position:relative;overflow:hidden;transition:background .3s ease;cursor:pointer}._card_10hbp_391:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}._card_10hbp_391:hover{background:#c9a84c0d}._card_10hbp_391:hover:after{transform:scaleX(1)}._speakerImg_10hbp_412{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--gold-border);margin-bottom:18px;background:var(--navy-light)}._speakerAvatar_10hbp_422{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--navy-light),var(--teal));border:2px solid var(--gold-border);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1.7rem;color:var(--gold);margin-bottom:18px}._card_10hbp_391 h4{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--cream);margin-bottom:5px}._card_10hbp_391 p{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}._card_10hbp_391 button{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;background:transparent;color:var(--cream-muted);border:1px solid var(--gold-border);padding:9px 18px;cursor:pointer;transition:color .2s,border-color .2s}._card_10hbp_391 button:hover{color:var(--gold);border-color:var(--gold)}._socialSection_10hbp_470{padding:80px 60px;text-align:center;background:var(--navy-mid);border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border)}._socialHeading_10hbp_478{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--cream);margin-bottom:10px}._socialSubtitle_10hbp_486{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;color:var(--cream-muted);margin-bottom:36px}._socialIcons_10hbp_494{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}._socialBtn_10hbp_502{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;cursor:pointer}._iconCircle_10hbp_511{width:56px;height:56px;border-radius:50%;border:1px solid var(--gold-border);background:var(--gold-pale);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:22px;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease}._socialBtn_10hbp_502:hover ._iconCircle_10hbp_511{background:var(--gold);color:var(--navy);border-color:var(--gold);transform:translateY(-4px)}._iconLabel_10hbp_533{font-family:Montserrat,sans-serif;font-size:.55rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-muted);transition:color .3s ease}._socialBtn_10hbp_502:hover ._iconLabel_10hbp_533{color:var(--gold)}._sponsorLuxury_10hbp_550 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:40px}._sponsorTable_10hbp_564{max-width:700px;margin:0 auto;border:1px solid var(--gold-border);background:var(--navy-mid)}._sponsorRow_10hbp_571{display:flex;justify-content:space-between;align-items:center;padding:18px 28px;border-bottom:1px solid var(--gold-border);transition:background .2s ease}._sponsorRow_10hbp_571:last-child{border-bottom:none}._sponsorRow_10hbp_571:hover{background:var(--gold-pale)}._sponsorRow_10hbp_571 span{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:var(--cream-muted)}._sponsorRow_10hbp_571 strong{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--gold)}._venue_10hbp_603{background:linear-gradient(135deg,var(--navy-light),var(--navy));border-top:1px solid var(--gold-border);padding:100px 60px}._venueInner_10hbp_608{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._venue_10hbp_603 h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--cream);margin-bottom:16px}._venue_10hbp_603 p{font-size:1rem;color:var(--cream-muted);line-height:1.8;margin-bottom:6px}._venueMap_10hbp_629{aspect-ratio:4/3;background:var(--navy-mid);border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:var(--cream-muted);font-family:Montserrat,sans-serif;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}._venueMap_10hbp_629 span{font-size:2.4rem}._footerCta_10hbp_649{padding:120px 40px;text-align:center;background:var(--navy-mid);border-top:1px solid var(--gold-border);position:relative;overflow:hidden}._footerCta_10hbp_649:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.06),transparent 70%);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}._footerCta_10hbp_649 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:var(--cream);margin-bottom:16px}._footerCta_10hbp_649 p{font-size:1.1rem;color:var(--cream-muted);font-style:italic;margin-bottom:40px}._modalOverlay_10hbp_684{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}._modal_10hbp_684{width:420px;max-width:90%;background:#111827;border-radius:14px;overflow:hidden;position:relative;animation:_scaleIn_10hbp_1 .25s ease}@keyframes _scaleIn_10hbp_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._closeBtn_10hbp_710{position:absolute;top:10px;right:10px;background:#00000070;border:none;color:#fff;font-size:18px;width:32px;height:32px;border-radius:50%;cursor:pointer}._modalBanner_10hbp_724{width:100%;height:140px;object-fit:cover}._modalContent_10hbp_730{padding:20px;text-align:center}._aboutBox_10hbp_735{margin-top:14px;text-align:left}._aboutBox_10hbp_735 h4{font-size:12px;color:#c9a84c;margin-bottom:6px}._aboutBox_10hbp_735 p{font-size:13px;color:#ccc}._loading_10hbp_754{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--navy);font-family:Montserrat,sans-serif;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}@media(max-width:900px){._about_10hbp_237{grid-template-columns:1fr;padding:60px 28px;gap:48px}._venueInner_10hbp_608{grid-template-columns:1fr;padding:0;gap:40px}._venue_10hbp_603{padding:60px 28px}._grid_10hbp_383{grid-template-columns:1fr 1fr}._meta_10hbp_192{gap:32px}._session_10hbp_333{grid-template-columns:110px 1fr;gap:20px}._agenda_10hbp_304,._speakers_10hbp_370,._socialSection_10hbp_470,._sponsorLuxury_10hbp_550{padding:60px 28px}}@media(max-width:600px){._hero_10hbp_104{padding:110px 20px 80px}._hero_10hbp_104:before,._hero_10hbp_104:after{display:none}._meta_10hbp_192{flex-direction:column;gap:20px}._cta_10hbp_218{flex-direction:column;align-items:center}._grid_10hbp_383{grid-template-columns:1fr}._session_10hbp_333{grid-template-columns:1fr;gap:6px}._statsGrid_10hbp_263{grid-template-columns:1fr}._about_10hbp_237,._agenda_10hbp_304,._speakers_10hbp_370,._socialSection_10hbp_470,._sponsorLuxury_10hbp_550{padding:60px 20px}._iconCircle_10hbp_511{width:48px;height:48px;font-size:18px}._socialIcons_10hbp_494{gap:16px}._sponsorRow_10hbp_571{flex-direction:column;gap:4px;text-align:left}}._sponsorLuxury_10hbp_550{padding:100px 60px;text-align:center;border-top:1px solid var(--gold-border)}._sponsorLuxury_10hbp_550 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:14px}._sponsorSub_10hbp_825{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic;color:var(--cream-muted);margin-bottom:0}._tierGrid_10hbp_834{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--gold-border);border:1px solid var(--gold-border);max-width:900px;margin:0 auto 64px}._tierCard_10hbp_843{background:var(--navy-mid);padding:36px 24px 28px;position:relative;overflow:hidden;transition:background .3s}._tierCard_10hbp_843:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--tier-color, var(--gold))}._tierCard_10hbp_843:hover{background:#c9a84c0d}._tierBadge_10hbp_859{display:inline-block;font-family:Montserrat,sans-serif;font-size:.52rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--tier-color, var(--gold));border:1px solid var(--tier-color, var(--gold));padding:4px 12px;margin-bottom:20px;opacity:.85}._tierName_10hbp_872{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--cream);margin-bottom:8px}._tierPrice_10hbp_879{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--tier-color, var(--gold));margin-bottom:16px}._tierPrice_10hbp_879 span{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.1em;color:var(--cream-muted);display:block;margin-top:4px}._tierFeatures_10hbp_895{list-style:none;text-align:left;margin-top:16px}._tierFeatures_10hbp_895 li{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.08em;color:var(--cream-muted);padding:7px 0;border-bottom:1px solid rgba(201,168,76,.08);display:flex;align-items:center;gap:8px}._tierFeatures_10hbp_895 li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--tier-color, var(--gold));flex-shrink:0}._tierFeatures_10hbp_895 li:last-child{border-bottom:none}._logosSection_10hbp_922{max-width:900px;margin:0 auto}._logosLabel_10hbp_923{font-family:Montserrat,sans-serif;font-size:.58rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--cream-muted);text-align:center;margin-bottom:28px}._logoRow_10hbp_933{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}._logoBox_10hbp_940{width:120px;height:64px;background:var(--navy-light);border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s,background .2s}._logoBox_10hbp_940:hover{border-color:var(--gold);background:var(--gold-pale)}._logoBox_10hbp_940 img{max-width:90%;max-height:80%;object-fit:contain;filter:brightness(0) invert(1);opacity:.7;transition:opacity .2s}._logoBox_10hbp_940:hover img{opacity:1}._logoMonogram_10hbp_962{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--gold);opacity:.6}@media(max-width:900px){._tierGrid_10hbp_834{grid-template-columns:1fr 1fr}}@media(max-width:600px){._tierGrid_10hbp_834{grid-template-columns:1fr}._sponsorLuxury_10hbp_550{padding:60px 20px}}._section_112je_1{width:100%;padding:46px 0;background:#fff;overflow:hidden}._container_112je_8{width:75%;margin:0 auto}._headerRow_112je_13{max-width:1200px;margin:0 auto 40px}._sectionLabel_112je_18{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._heading_112je_28{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin:0 0 4px}._subText_112je_36{font-size:14px;color:#888;margin:0}._grid_112je_42{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;align-items:stretch}._card_112je_49{background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;height:100%;border-color:#6366f12e;box-shadow:0 14px 28px #0f172a1a,0 22px 40px #6366f129;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._avatarWrap_112je_79{width:100%;height:200px;overflow:hidden;flex-shrink:0}._avatarImg_112je_86{width:100%;height:100%;object-fit:fill}._avatarPlaceholder_112je_92{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;font-weight:700}._cardBody_112je_103{padding:16px 14px 18px;text-align:center;display:flex;flex-direction:column;flex-grow:1}._name_112je_111{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 8px}._role_112je_118{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;color:#5b4de8;background:#eeecfb;padding:4px 14px;border-radius:20px;margin:0 auto 10px}._bio_112je_130{font-size:13px;color:#6b7280;line-height:1.6;margin:0;min-height:62px}._bioExpanded_112je_138{min-height:auto}._bioToggleBtn_112je_142{border:none;background:transparent;color:#5b4de8;font-size:12px;font-weight:600;cursor:pointer;margin-top:8px;padding:0}._bioToggleBtn_112je_142:hover{color:#4a3cd0;text-decoration:underline}._viewMoreWrap_112je_158{text-align:center;margin-top:30px}._viewMoreBtn_112je_163{border:none;background:#5b4de8;color:#fff;padding:12px 24px;border-radius:999px;cursor:pointer;font-weight:600}._viewMoreBtn_112je_163:hover{background:#4a3cd0}.theme-modern ._section_112je_1{background:#020617}.theme-modern ._heading_112je_28{color:#fff}.theme-modern ._subText_112je_36{color:#cbd5e1}.theme-modern ._card_112je_49{background:#0f172a;border-color:#ffffff0f}.theme-modern ._name_112je_111{color:#fff}.theme-modern ._role_112je_118{background:#ffffff14;color:#ff7a18}.theme-modern ._bio_112je_130{color:#94a3b8}.theme-modern ._bioToggleBtn_112je_142{color:#a78bfa}@media(max-width:768px){._container_112je_8{width:92%}._avatarWrap_112je_79{height:170px}}._container_ki7eu_2{width:100%;max-width:1300px;margin:0 auto;padding:1.5rem 1rem}._headerHero_ki7eu_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}._statusCancelled_ki7eu_18{background:#ede9fe;color:#6d28d9;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}._disabledBtn_ki7eu_26{background:#e2e8f0!important;color:#94a3b8!important;cursor:not-allowed!important;border:none!important;opacity:.7}._title_ki7eu_38{font-size:1.8rem;font-weight:700;color:#111827}._subtitle_ki7eu_44{font-size:.9rem;color:#6b7280;margin-top:4px}._searchBar_ki7eu_51{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;padding:.6rem .9rem;border-radius:10px;background:#fff}._searchBar_ki7eu_51 input{border:none;outline:none;font-size:.9rem;width:200px}._navTabs_ki7eu_69{position:relative;display:flex;gap:1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}._tab_ki7eu_78{border:none;background:transparent;padding:.6rem 0;cursor:pointer;font-size:.9rem;color:#6b7280;font-weight:500;position:relative;z-index:2;display:flex;align-items:center;gap:6px;transition:color .3s ease}._activeTab_ki7eu_95{color:#333;font-weight:600}._slider_ki7eu_102{position:absolute;bottom:-1px;height:2px;background:#0ea5e9;border-radius:2px;z-index:1;transition:all .4s cubic-bezier(.25,.8,.25,1)}._count_ki7eu_117{font-size:.8rem;color:#9ca3af}._activeTab_ki7eu_95 ._count_ki7eu_117{color:#0ea5e9;font-weight:600;background:#e0f2fe;padding:2px 8px;border-radius:10px}._eventsGrid_ki7eu_132{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem}._eventCard_ki7eu_139{background:#fff;border-radius:18px;overflow:hidden;transition:all .25s ease;cursor:pointer;position:relative;border:1px solid #eef2f7;display:flex;flex-direction:column}._eventCard_ki7eu_139:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000014}._eventImage_ki7eu_159{height:140px;background:#f1f5f9;border-radius:10px}._eventImage_ki7eu_159 img{width:100%;height:100%;object-fit:fill}._statusBadge_ki7eu_177{position:absolute;top:105px;right:10px;font-size:.7rem;padding:4px 8px;border-radius:8px;font-weight:600}._statusLive_ki7eu_187{background:#dcfce7;color:#166534}._statusSoon_ki7eu_192{background:#fef9c3;color:#854d0e}._statusEnded_ki7eu_197{background:#fee2e2;color:#b91c1c}._registrationBadge_ki7eu_203{position:absolute;bottom:10px;right:10px;background:#f3f4f6;font-size:.75rem;padding:.3rem .6rem;border-radius:6px}._cardContent_ki7eu_213{display:flex;flex-direction:column;flex:1}._eventContent_ki7eu_220{padding:1rem 1.1rem .8rem}._eventContent_ki7eu_220 h3{font-size:1.05rem;font-weight:600;color:#0f172a;margin-bottom:.4rem;line-height:1.3}._location_ki7eu_232{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:600;color:#0b4a63;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}._eventTitle_ki7eu_245{font-size:1.05rem;font-weight:600;color:#0f172a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._organizer_ki7eu_257{font-size:.8rem;color:#64748b;margin-bottom:6px}._venue_ki7eu_263{font-size:.85rem;color:#334155;margin-bottom:.4rem;display:block}._description_ki7eu_270{font-size:.85rem;color:#64748b;line-height:1.4;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._metaRow_ki7eu_283{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#64748b;margin-top:6px}._metaRow_ki7eu_283 span{display:flex;align-items:center;gap:4px}._speakers_ki7eu_298{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#475569}._eventActions_ki7eu_315{border-top:1px solid #e2e8f0;margin-top:auto;display:flex;gap:.6rem;padding:.7rem .6rem}._eventActions_ki7eu_315 button{flex:1;padding:.55rem .65rem;font-size:.82rem;border-radius:10px;border:none;cursor:pointer;font-weight:500;transition:all .2s ease}._eventActions_ki7eu_315 button:first-child{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}._eventActions_ki7eu_315 button:first-child:hover{background:#f1f5f9}._eventActions_ki7eu_315 button:last-child{background:#2563eb;color:#fff}._eventActions_ki7eu_315 button:last-child:hover{background:#1d4ed8}._eventActions_ki7eu_315 button:active{transform:scale(.97)}._eventActions_ki7eu_315 button:first-child{background:#e2e8f0;color:#334155}._eventActions_ki7eu_315 button:first-child:hover{background:#cbd5f5}._eventActions_ki7eu_315 button:last-child{background:#0f5c7a;color:#fff}._eventActions_ki7eu_315 button:last-child:hover{background:#0b4a63}._emptyState_ki7eu_381{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;min-height:300px}._emptyIcon_ki7eu_393{width:100px;height:100px;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.05))}._emptyTitle_ki7eu_402{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}._emptyDesc_ki7eu_410{font-size:.95rem;color:#94a3b8;line-height:1.5;max-width:350px}._headerWrapper_ki7eu_418{margin-bottom:1.5rem}._headerHero_ki7eu_10{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}._heroLeft_ki7eu_33{display:flex;flex-direction:column}._title_ki7eu_38{font-size:2.2rem;font-weight:700;color:#0f172a;letter-spacing:-.5px}._subtitle_ki7eu_44{font-size:.95rem;color:#64748b;margin-top:4px}._searchBox_ki7eu_451{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;padding:.1rem 1rem;border-radius:12px;width:100%;max-width:460px;transition:all .2s ease}._searchBox_ki7eu_451:focus-within{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}._searchIcon_ki7eu_475{color:#94a3b8;flex-shrink:0}._searchBox_ki7eu_451 input{border:none;outline:none;background:transparent;font-size:.95rem;width:100%;color:#0f172a}._searchBox_ki7eu_451 input::placeholder{color:#94a3b8}._sidebar_db5yc_2{width:100%;background:#fafafa;border-right:1px solid #e5e7eb;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._sidebar_db5yc_2::-webkit-scrollbar{width:4px}._sidebar_db5yc_2::-webkit-scrollbar-track{background:transparent}._sidebar_db5yc_2::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}._sidebar_db5yc_2::-webkit-scrollbar-thumb:hover{background:#94a3b8}._group_db5yc_38{border-bottom:1px solid #eaeaea}._header_db5yc_43{display:flex;justify-content:space-between;align-items:center;padding:16px;cursor:pointer;background:#fff;color:#0f172a;transition:background .2s ease}._header_db5yc_43:hover{background:#f8fafc}._title_db5yc_60{font-size:15px;font-weight:600}._icon_db5yc_66{transition:transform .25s ease;color:#64748b}._rotate_db5yc_71{transform:rotate(180deg)}._body_db5yc_76{background:#f5f5f5;overflow:hidden;max-height:0;transition:max-height .35s ease}._open_db5yc_85{max-height:600px}._list_db5yc_90{list-style:none;padding:.5rem 0;margin:0}._item_db5yc_97{padding:8px 16px 8px 32px;font-size:14px;cursor:pointer;color:#475569;border-left:3px solid transparent;transition:all .2s ease}._item_db5yc_97:hover{background:#eef2ff;color:#0f172a}._active_db5yc_114{color:#2563eb;font-weight:600;background:#eef4ff;border-left:3px solid #2563eb}@media(max-width:1024px){._header_db5yc_43{padding:12px}._title_db5yc_60{font-size:14px}._item_db5yc_97{font-size:13px;padding:6px 12px 6px 24px}}._content_1w3l8_2{max-width:900px;margin:0 auto;padding:4rem 2rem}._header_1w3l8_9{margin-bottom:1.5rem;background:#f1f3f4;padding:3rem 2.5rem;border-radius:6px;border-bottom:none}._header_1w3l8_9 h1{font-size:2.6rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}._description_1w3l8_27{margin-top:.8rem;max-width:650px;font-size:1.05rem;color:#5f6c7b;line-height:1.7}._section_1w3l8_35{margin-bottom:3.5rem;scroll-margin-top:100px}._sectionTitle_1w3l8_40{font-size:1.5rem;font-weight:600;margin-bottom:1.2rem;color:#0f172a}._block_1w3l8_48 p{margin-bottom:1.2rem;line-height:1.8;font-size:1rem;color:#334155}._block_1w3l8_48 h4{margin-top:1.4rem;margin-bottom:.6rem;font-size:1rem;font-weight:600;color:#0f172a}._block_1w3l8_48 ul{padding-left:1.5rem;margin-bottom:1.2rem}._block_1w3l8_48 li{margin-bottom:.6rem;line-height:1.6;color:#334155}._block_1w3l8_48 a{color:#2563eb;font-weight:500;text-decoration:none}._block_1w3l8_48 a:hover{text-decoration:underline}._searchContainer_1w3l8_89{margin-bottom:1.5rem}._searchBox_1w3l8_94{display:flex;align-items:center;gap:10px;width:100%;padding:2px 14px!important;background:#fff;border:1px solid #d1d5db;border-radius:10px;transition:all .2s ease}._searchBox_1w3l8_94:focus-within{border-color:#94a3b8;box-shadow:none}._searchIcon_1w3l8_117{color:#94a3b8;flex-shrink:0}._search_1w3l8_89{border:none;outline:none;width:100%;font-size:.95rem;background:transparent;color:#0f172a}._noResultBox_1w3l8_133{margin-top:3rem;padding:2.5rem 2rem;text-align:center;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px}._noResultIcon_1w3l8_145{font-size:32px;margin-bottom:1rem;opacity:.7;display:flex;justify-content:center;align-items:center}._noResultBox_1w3l8_133 h3{font-size:1.2rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}._noResultBox_1w3l8_133 p{font-size:.95rem;color:#64748b;max-width:400px;margin:0 auto}@media(max-width:768px){._searchBox_1w3l8_94{max-width:100%;padding:10px 12px}._search_1w3l8_89{font-size:.9rem}}._block_1w3l8_48 ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.2rem}._block_1w3l8_48 ol{list-style:decimal;padding-left:1.5rem;margin-bottom:1.2rem}._block_1w3l8_48 li{display:list-item}._buttonGroup_1w3l8_205{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}._btnPrimary_1w3l8_213{padding:11px 22px;background:#1e3a5f;color:#fff!important;border-radius:8px;text-decoration:none!important;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:all .25s ease}._btnPrimary_1w3l8_213:hover{background:#162c47;transform:translateY(-1px)}._btnSecondary_1w3l8_235{padding:11px 22px;background:#fff;color:#1e3a5f!important;border:1.5px solid #94a3b8;border-radius:8px;text-decoration:none!important;font-size:14px;font-weight:600;transition:all .25s ease}._btnSecondary_1w3l8_235:hover{background:#f1f5f9;border-color:#94a3b8;transform:translateY(-1px)}._cardGrid_1w3l8_254{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:16px}._card_1w3l8_254{background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;padding:20px 16px}._cardIcon_1w3l8_268{font-size:28px;display:block;margin-bottom:10px}._card_1w3l8_254 h4{font-size:14px;font-weight:600;margin-bottom:6px;color:#1e3a5f}._card_1w3l8_254 p{font-size:13px;color:#6b7a8d}._faqList_1w3l8_272{display:flex;flex-direction:column;gap:16px;margin-top:8px}._faqItem_1w3l8_273{border-left:3px solid #0ea5e9;padding-left:16px}._faqItem_1w3l8_273 h4{font-size:14px;font-weight:600;color:#1e3a5f;margin-bottom:6px}._faqItem_1w3l8_273 p{font-size:13px;color:#6b7a8d;line-height:1.6}._placeholder_1w3l8_277{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:10px;padding:24px;text-align:center;color:#94a3b8;font-size:13px}._imageGrid_1w3l8_287{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:16px}._image_1w3l8_287{width:100%;border-radius:10px;border:1px solid #e2e8f0;object-fit:cover;transition:all .25s ease}._image_1w3l8_287:hover{transform:scale(1.02)}._main_kwitg_1{min-height:100vh}._wrapper_kwitg_6{display:grid;grid-template-columns:320px minmax(0,1fr)}._sidebar_kwitg_13{position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;border-right:1px solid #e5e7eb;background:#f5f5f5}._accordionHeader_kwitg_23{font-weight:600;padding:14px 16px;cursor:pointer;color:#0f172a;background:#fff;border-bottom:1px solid #e5e7eb}._accordionList_kwitg_33{list-style:none;padding-left:16px;background:#f5f5f5}._accordionList_kwitg_33 li{font-size:.9rem;padding:8px 0;cursor:pointer;color:#475569}._accordionList_kwitg_33 li:hover{color:#2563eb}._content_kwitg_51{width:100%;max-width:900px;margin:0 auto;padding:3rem 2rem;background:#f1f3f4;overflow-x:hidden}._header_kwitg_62{margin-bottom:2rem}._description_kwitg_66{color:#64748b;margin-top:.5rem}._section_kwitg_72{margin-bottom:2rem}@media(max-width:1024px){._wrapper_kwitg_6{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:768px){._wrapper_kwitg_6{grid-template-columns:1fr}._sidebar_kwitg_13{display:none}._content_kwitg_51{padding:2rem 1rem}}.dot-grid{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative}.dot-grid__wrap{width:100%;height:100%;position:relative}.dot-grid__canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}._wrapper_rupaa_2{width:100%;min-height:80dvh;background:#f5f7fa;display:flex;align-items:center;justify-content:center}._container_rupaa_12{max-width:1100px;padding:0 24px;text-align:center}._tag_rupaa_20{display:inline-flex;align-items:center;gap:8px;font-size:26px;letter-spacing:2px;color:#6b7280;margin-bottom:20px}._icon_rupaa_32{display:flex;align-items:center;justify-content:center;font-size:26px;color:#0284c7;transform:translateY(-1px)}._heading_rupaa_44{font-size:clamp(42px,6vw,84px);font-weight:800;line-height:1.15;color:#111827;margin-bottom:28px}._highlight_rupaa_53{background:linear-gradient(90deg,#0ea5e9,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._subtext_rupaa_60{font-size:18px;color:#4b5563;max-width:720px;margin:0 auto;line-height:1.6}._accent_rupaa_69{color:#0284c7;font-weight:600}@media(max-width:1024px){._heading_rupaa_44{font-size:clamp(32px,6vw,56px)}._subtext_rupaa_60{font-size:16px}}@media(max-width:600px){._container_rupaa_12{padding:0 16px}._heading_rupaa_44{font-size:28px;line-height:1.3}._subtext_rupaa_60{font-size:15px}._tag_rupaa_20{font-size:12px}}@media(max-width:400px){._heading_rupaa_44{font-size:24px}._subtext_rupaa_60{font-size:14px}}._background_rupaa_119{position:absolute;inset:0;z-index:0}._container_rupaa_12{position:relative;z-index:1}._wrapper_rupaa_2{position:relative}._page_1b3a4_5{background:#f6f8fb;min-height:100vh;padding:32px 36px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._pageHeader_1b3a4_16{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}._pageTitle_1b3a4_23{font-size:26px;font-weight:700;color:#111827;margin:0 0 4px}._pageSubtitle_1b3a4_30{font-size:14px;color:#6b7280;margin:0}._searchWrapper_1b3a4_40{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:0 14px;margin-bottom:24px;height:46px}._search_1b3a4_40{border:none;outline:none;font-size:14px;color:#374151;background:transparent;width:100%}._search_1b3a4_40::placeholder{color:#9ca3af}._layout_1b3a4_69{display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:flex-start}._formCard_1b3a4_80,._tableCard_1b3a4_81{background:#fff;border-radius:14px;border:1px solid #e5e7eb;overflow:hidden}._formHeader_1b3a4_92{display:flex;align-items:center;gap:8px;padding:16px 20px;border-bottom:1px solid #f1f5f9;font-size:15px;font-weight:600;color:#111827}._formBody_1b3a4_107{display:flex;flex-direction:column;padding:20px;gap:0}._label_1b3a4_114{font-size:13px;font-weight:500;color:#374151;margin-bottom:6px;display:block}._input_1b3a4_122{width:100%;padding:10px 12px;margin-bottom:14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;background:#fff;outline:none;box-sizing:border-box;transition:border-color .2s;font-family:inherit}._input_1b3a4_122:focus{border-color:#2563eb}._input_1b3a4_122::placeholder{color:#9ca3af}._selectWrapper_1b3a4_146{position:relative}._selectWrapper_1b3a4_146 select._input_1b3a4_122{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}._dateWrapper_1b3a4_160{position:relative}._dateInput_1b3a4_164{padding-right:36px}._dateInput_1b3a4_164::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:36px;height:100%;cursor:pointer}._calendarIcon_1b3a4_178{position:absolute;right:12px;top:50%;transform:translateY(-62%);pointer-events:none}._formActions_1b3a4_190{display:flex;flex-direction:column;gap:8px;margin-top:4px}._btnPrimary_1b3a4_197{width:100%;height:42px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}._btnPrimary_1b3a4_197:hover{background:#1d4ed8}._btnPrimary_1b3a4_197:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_1b3a4_220{width:100%;height:42px;background:#f1f5f9;color:#374151;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}._btnSecondary_1b3a4_220:hover{background:#e2e8f0}._tableHeader_1b3a4_242{display:flex;align-items:center;gap:8px;padding:16px 20px;border-bottom:1px solid #f1f5f9;font-size:15px;font-weight:600;color:#111827}._table_1b3a4_81{width:100%;border-collapse:collapse}._table_1b3a4_81 thead tr{border-bottom:1px solid #f1f5f9}._table_1b3a4_81 th{padding:12px 20px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}._table_1b3a4_81 tbody tr{border-bottom:1px solid #f8fafc;transition:background .15s}._table_1b3a4_81 tbody tr:hover{background:#f8fafc}._table_1b3a4_81 tbody tr:last-child{border-bottom:none}._table_1b3a4_81 td{padding:14px 20px;font-size:14px;color:#374151;vertical-align:middle}._codeCell_1b3a4_300{display:flex;align-items:center;gap:8px}._codeText_1b3a4_306{font-weight:600;color:#111827;font-size:14px}._copyBtn_1b3a4_312{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid #e5e7eb;border-radius:6px;background:#f8fafc;color:#6b7280;cursor:pointer;transition:all .2s;padding:0}._copyBtn_1b3a4_312:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}._copyBtnCopied_1b3a4_333{background:#f0fdf4;border-color:#22c55e;color:#22c55e}._badgeActive_1b3a4_343{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#f0fdf4;color:#16a34a;font-size:12px;font-weight:600}._activeDot_1b3a4_355{width:6px;height:6px;border-radius:50%;background:#22c55e;display:inline-block}._badgeExpired_1b3a4_363{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#fef2f2;color:#dc2626;font-size:12px;font-weight:600}._badgeDisabled_1b3a4_374{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f1f5f9;color:#6b7280;font-size:12px;font-weight:600}._actionBtns_1b3a4_389{display:flex;align-items:center;gap:8px}._editBtn_1b3a4_395{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}._editBtn_1b3a4_395:hover{background:#dbeafe}._deleteBtn_1b3a4_415{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid #fee2e2;border-radius:8px;background:#fef2f2;color:#dc2626;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}._deleteBtn_1b3a4_415:hover{background:#fee2e2}._toggleBtn_1b3a4_439{position:relative;width:44px;height:24px;border-radius:999px;border:none;cursor:pointer;padding:0;transition:background .25s;flex-shrink:0}._toggleOn_1b3a4_451{background:#2563eb}._toggleOff_1b3a4_455{background:#d1d5db}._toggleThumb_1b3a4_459{position:absolute;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:left .25s}._toggleOn_1b3a4_451 ._toggleThumb_1b3a4_459{left:calc(100% - 21px)}._toggleOff_1b3a4_455 ._toggleThumb_1b3a4_459{left:3px}._emptyRow_1b3a4_482{text-align:center;color:#9ca3af;padding:40px 0!important;font-size:14px}@media(max-width:900px){._layout_1b3a4_69{grid-template-columns:1fr}}@media(max-width:600px){._page_1b3a4_5{padding:20px 16px}}._navbar_1aqnu_4{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e8ed;box-shadow:0 1px #0000000f;font-family:DM Sans,sans-serif}._inner_1aqnu_14{max-width:1200px;margin:0 auto;padding:0 32px;height:56px;display:flex;align-items:center;gap:32px}._brand_1aqnu_25{background:none;border:none;cursor:pointer;font-size:15px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;padding:0;font-family:DM Sans,sans-serif;transition:color .2s;flex-shrink:0}._brand_1aqnu_25:hover{color:#5b4de8}._navLinks_1aqnu_44{display:flex;gap:4px;flex:1;justify-content:center}._link_1aqnu_51{position:relative;background:none;border:none;padding:8px 14px;font-size:13px;font-weight:500;color:#666;cursor:pointer;border-radius:6px;transition:color .2s,background .2s;font-family:DM Sans,sans-serif;white-space:nowrap}._link_1aqnu_51:hover{color:#1a1a2e;background:#f5f5f7}._linkActive_1aqnu_67{color:#5b4de8!important;background:#f0eeff!important;font-weight:600}._ctaBtn_1aqnu_85{padding:8px 20px;background:#5b4de8;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._ctaBtn_1aqnu_85:hover{background:#4a3dd6;transform:translateY(-1px)}._ctaBtnFull_1aqnu_101{width:100%;margin-left:0}._ctaBtnDisabled_1aqnu_106{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important}._hamburger_1aqnu_114{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:none;cursor:pointer;border-radius:6px;margin-left:auto;flex-shrink:0;transition:background .2s}._hamburger_1aqnu_114:hover{background:#f5f5f7}._hamburger_1aqnu_114 span{display:block;width:100%;height:2px;background:#1a1a2e;border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}._hamburgerOpen_1aqnu_142 span:nth-child(1){transform:translateY(7px) rotate(45deg)}._hamburgerOpen_1aqnu_142 span:nth-child(2){opacity:0;transform:scaleX(0)}._hamburgerOpen_1aqnu_142 span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}._overlay_1aqnu_147{position:fixed;inset:0;background:#00000059;z-index:98;animation:_fadeIn_1aqnu_1 .2s ease}._drawer_1aqnu_156{position:fixed;top:0;right:0;width:280px;height:100%;background:#fff;z-index:99;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f;font-family:DM Sans,sans-serif}._drawerOpen_1aqnu_172{transform:translate(0)}._drawerHeader_1aqnu_174{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #e8e8ed;height:56px;flex-shrink:0}._drawerTitle_1aqnu_184{font-size:15px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}._drawerClose_1aqnu_194{background:none;border:none;font-size:16px;color:#888;cursor:pointer;padding:6px 8px;border-radius:6px;line-height:1;transition:color .2s,background .2s;font-family:DM Sans,sans-serif}._drawerClose_1aqnu_194:hover{color:#1a1a2e;background:#f5f5f7}._drawerLinks_1aqnu_208{display:flex;flex-direction:column;padding:12px;flex:1;overflow-y:auto;gap:2px}._drawerLink_1aqnu_208{all:unset;box-sizing:border-box;display:flex;align-items:center;width:100%;padding:12px 16px;font-size:15px;font-weight:500;color:#444;cursor:pointer;border-radius:8px;text-align:left;transition:color .2s,background .2s;font-family:DM Sans,sans-serif}._drawerLink_1aqnu_208:hover{color:#1a1a2e;background:#f5f5f7}._drawerLinkActive_1aqnu_235{color:#5b4de8!important;background:#f0eeff!important;font-weight:600}._navbarLogoImg_1aqnu_240{height:32px;width:auto;object-fit:contain;display:block}._drawerFooter_1aqnu_257{padding:16px 20px;border-top:1px solid #e8e8ed;flex-shrink:0}@media(max-width:768px){._navLinks_1aqnu_44{display:none}._ctaBtn_1aqnu_85:not(._ctaBtnFull_1aqnu_101){display:none}._inner_1aqnu_14{padding:0 16px;gap:16px}._brand_1aqnu_25{max-width:160px}._hamburger_1aqnu_114{display:flex}}@keyframes _fadeIn_1aqnu_1{0%{opacity:0}to{opacity:1}}._footer_3x3xp_7{background:#0f0f1a;font-family:DM Sans,sans-serif}._inner_3x3xp_12{max-width:1200px;margin:0 auto;padding:0 32px}._top_3x3xp_20{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;padding:28px 0;border-bottom:.5px solid rgba(255,255,255,.07)}._brand_3x3xp_31{display:flex;flex-direction:column;gap:12px}._title_3x3xp_37{font-size:15px;font-weight:600;color:#f5f5f7;margin:0;letter-spacing:-.01em}._socialRow_3x3xp_47{display:flex;gap:7px}._socialBtn_3x3xp_52{width:32px;height:32px;border-radius:8px;background:#ffffff0f;border:.5px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:15px;text-decoration:none;transition:background .15s ease,transform .12s ease}._socialBtn_3x3xp_52:hover{background:#ffffff21;transform:translateY(-2px)}._links_3x3xp_75{display:flex;flex-direction:column;align-items:flex-end;gap:8px}._link_3x3xp_75{font-size:13px;color:#fff;text-decoration:none;transition:color .15s ease}._link_3x3xp_75:hover{color:#ffffffd9}._bottom_3x3xp_95{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;flex-wrap:wrap}._copy_3x3xp_104,._powered_3x3xp_110{font-size:12px;color:#ffffff47;margin:0}._powered_3x3xp_110 span{color:#7f77dd;font-weight:600}@media(max-width:640px){._inner_3x3xp_12{padding:0 20px}._top_3x3xp_20{flex-direction:column;gap:20px;padding:24px 0}._links_3x3xp_75{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:10px 20px}._bottom_3x3xp_95{flex-direction:column;align-items:flex-start;gap:4px}}._pageRoot_1vxyv_9{min-height:100vh;background:#fff;font-family:DM Sans,sans-serif;color:#1a1a2e}._loadingScreen_1vxyv_19,._errorScreen_1vxyv_20{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;font-size:15px;color:#666}._loadingSpinner_1vxyv_31{width:36px;height:36px;border:3px solid #e0e0e0;border-top-color:#5b4de8;border-radius:50%;animation:_spin_1vxyv_1 .8s linear infinite}@keyframes _spin_1vxyv_1{to{transform:rotate(360deg)}}._errorScreen_1vxyv_20{color:#c0392b}._topNav_1vxyv_46{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e8ed;box-shadow:0 1px #0000000f}._topNavInner_1vxyv_55{max-width:1200px;margin:0 auto;padding:0 32px;height:56px;display:flex;align-items:center;gap:32px}._topNavTitle_1vxyv_65{font-size:15px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}._topNavLinks_1vxyv_75{display:flex;gap:4px;flex:1}._topNavLink_1vxyv_75{background:none;border:none;padding:8px 14px;font-size:13px;font-weight:500;color:#666;cursor:pointer;border-radius:6px;transition:color .2s,background .2s;font-family:DM Sans,sans-serif}._topNavLink_1vxyv_75:hover{color:#1a1a2e;background:#f5f5f7}._topNavLinkActive_1vxyv_99{color:#5b4de8!important;background:#f0eeff!important}._registerTopBtn_1vxyv_104{margin-left:auto;padding:8px 20px;background:#5b4de8;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._registerTopBtn_1vxyv_104:hover{background:#4a3dd6;transform:translateY(-1px)}._registerTopBtnDisabled_1vxyv_120{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important}@media(max-width:768px){._topNavLinks_1vxyv_75{display:none}._topNavInner_1vxyv_55{padding:0 16px}._topNavTitle_1vxyv_65{max-width:160px}}._heroSection_1vxyv_131{position:relative;background:linear-gradient(135deg,#eae8fc,#e8f0fd,#eae8fc);overflow:hidden}._heroGradient_1vxyv_137{position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(91,77,232,.08) 0%,transparent 60%);pointer-events:none}._heroInner_1vxyv_144{max-width:1200px;margin:0 auto;padding:56px 32px;display:flex;align-items:center;gap:48px}._heroLeft_1vxyv_153{flex:1}._livePill_1vxyv_156{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e0f2e9;color:#16a34a;font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;margin-bottom:16px}._liveDot_1vxyv_170{width:7px;height:7px;background:#16a34a;border-radius:50%;animation:_pulse_1vxyv_1 1.4s ease-in-out infinite}@keyframes _pulse_1vxyv_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}._endedPill_1vxyv_182{display:inline-block;background:#fff;border:1px solid #e5e7eb;color:#9ca3af;font-size:12px;font-weight:500;padding:5px 14px;border-radius:6px;margin-bottom:16px}._heroTitle_1vxyv_195{font-family:"DM Serif Display",serif;font-size:42px;font-weight:400;color:#1a1a2e;line-height:1.18;margin-bottom:20px}._heroMeta_1vxyv_205{display:flex;flex-direction:column;gap:9px;margin-bottom:28px}._heroMetaItem_1vxyv_212{display:flex;align-items:center;gap:8px;font-size:14px;color:#4a4a6a}._heroMetaIcon_1vxyv_220{font-size:15px;color:#5b4de8;flex-shrink:0}._heroMetaSep_1vxyv_226{color:#bbb;margin:0 2px}._heroBtnRow_1vxyv_229{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}._heroRegisterBtn_1vxyv_236{padding:11px 28px;background:#5b4de8;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._heroRegisterBtn_1vxyv_236:hover{background:#4a3dd6;transform:translateY(-1px)}._heroRegisterBtnDisabled_1vxyv_249{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important}._heroShareBtn_1vxyv_251,._heroGalleryBtn_1vxyv_252{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#fff;color:#1a1a2e;border:1px solid #ddd;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s;font-family:DM Sans,sans-serif}._heroShareBtn_1vxyv_251:hover,._heroGalleryBtn_1vxyv_252:hover{background:#f5f5f7;border-color:#bbb}._heroSocialRow_1vxyv_270{display:flex;gap:8px}._heroSocialBtn_1vxyv_275{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:17px;text-decoration:none;transition:transform .15s,box-shadow .15s}._heroSocialBtn_1vxyv_275:hover{transform:scale(1.12);box-shadow:0 4px 10px #0000001a}._heroImageWrapper_1vxyv_291{width:50%;aspect-ratio:3/1;border-radius:14px;overflow:hidden;flex-shrink:0;box-shadow:0 8px 32px #0000001f}._heroImage_1vxyv_291{width:100%;height:100%;object-fit:cover}@media(max-width:900px){._heroInner_1vxyv_144{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_1vxyv_291{width:100%;aspect-ratio:3/1}._heroTitle_1vxyv_195{font-size:30px}}@media(max-width:600px){._heroInner_1vxyv_144{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_1vxyv_291{width:100%;aspect-ratio:3/1}._heroTitle_1vxyv_195{font-size:24px}._heroRegisterBtn_1vxyv_236{width:100%;height:50px;text-align:center;justify-content:center}}@media(max-width:480px){._heroInner_1vxyv_144{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_1vxyv_291{width:100%;aspect-ratio:3/1}._heroTitle_1vxyv_195{font-size:24px}._heroRegisterBtn_1vxyv_236{width:100%;height:50px;text-align:center;justify-content:center}}._mainContent_1vxyv_334{max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:640px){._mainContent_1vxyv_334{padding:0 16px}}._contentSection_1vxyv_343{padding:56px 0;border-bottom:1px solid #e8e8ed;scroll-margin-top:70px}._contentSection_1vxyv_343:last-child{border-bottom:none}._sectionLabelRow_1vxyv_351{margin-bottom:32px}._sectionLabel_1vxyv_351{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._sectionTitle_1vxyv_365{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin-bottom:4px}._sectionSub_1vxyv_373{font-size:14px;color:#888}._descriptionText_1vxyv_379{font-size:15px;color:#444;line-height:1.75;max-width:780px;margin-bottom:12px}._descriptionText_1vxyv_379 a{color:#5b4de8;text-decoration:underline}._descriptionText_1vxyv_379 ul{list-style:disc;padding-left:20px;margin:8px 0}._descriptionText_1vxyv_379 ol{list-style:decimal;padding-left:20px;margin:8px 0}._descriptionText_1vxyv_379 li{margin:4px 0}._readMoreBtn_1vxyv_392{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:#5b4de8;font-size:14px;font-weight:500;cursor:pointer;padding:0;margin-top:4px;font-family:DM Sans,sans-serif}._infoGrid_1vxyv_408{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}._infoGridCard_1vxyv_415{background:#fff;border:1px solid #e8e8ed;border-radius:12px;padding:18px;display:flex;gap:12px;align-items:flex-start}._infoGridIcon_1vxyv_425{font-size:20px;color:#5b4de8;flex-shrink:0;margin-top:2px}._infoGridLabel_1vxyv_432{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#999;margin-bottom:2px}._infoGridValue_1vxyv_441{font-size:15px;font-weight:500;color:#1a1a2e;margin-bottom:6px}@media(max-width:768px){._infoGrid_1vxyv_408{grid-template-columns:1fr}}._agendaTabsRow_1vxyv_453{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}._agendaTabBtn_1vxyv_460{display:flex;flex-direction:column;align-items:center;padding:10px 18px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif}._agendaTabBtn_1vxyv_460:hover{border-color:#5b4de8;color:#5b4de8}._agendaTabBtnActive_1vxyv_476{background:#5b4de8!important;color:#fff!important;border-color:#5b4de8!important}._agendaTabDate_1vxyv_478{font-size:11px;opacity:.75;margin-top:2px}._agendaBody_1vxyv_484{background:#fff;border:1px solid #e8e8ed;border-radius:14px;padding:24px;max-height:560px;overflow-y:auto}._agendaDayTitle_1vxyv_493{font-size:17px;font-weight:600;color:#5b4de8;margin-bottom:20px}._agendaEmpty_1vxyv_500{color:#aaa;font-size:14px;padding:20px 0}._trackGroup_1vxyv_506{margin-bottom:24px}._trackLabel_1vxyv_508{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:12px;padding-bottom:6px;border-bottom:1px dashed #e0e0e0}._sessionCard_1vxyv_519{background:#fafafa;border:1px solid #efefef;border-left:3px solid #5B4DE8;border-radius:8px;padding:14px 16px;margin-bottom:10px;transition:box-shadow .2s}._sessionCard_1vxyv_519:hover{box-shadow:0 4px 12px #5b4de814}._sessionTime_1vxyv_530{font-size:12px;font-weight:600;color:#5b4de8;margin-bottom:4px}._sessionTitle_1vxyv_537{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:6px}._sessionTrackTag_1vxyv_544{display:inline-block;font-size:11px;background:#f0eeff;color:#5b4de8;padding:2px 8px;border-radius:4px;margin-bottom:6px}._sessionMeta_1vxyv_554{font-size:13px;color:#666;margin-bottom:4px}._sessionDesc_1vxyv_560{font-size:13px;color:#888;line-height:1.5;margin-top:4px}._upcomingPollsBox_1vxyv_568{margin-top:28px;padding:20px;background:#fffbea;border:1px solid #fde68a;border-radius:12px}._upcomingPollsTitle_1vxyv_575{font-size:15px;font-weight:600;color:#92400e;margin-bottom:12px}._upcomingPollCard_1vxyv_576{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:#fff;border-radius:8px;margin-bottom:8px;font-size:13px;color:#555}._upcomingPollCard_1vxyv_576 strong{color:#1a1a2e}._livePollBox_1vxyv_589{margin-top:28px;padding:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}._livePollTitle_1vxyv_596{font-size:15px;font-weight:600;color:#dc2626;margin-bottom:14px}._livePollCard_1vxyv_597{padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:14px}._livePollQuestion_1vxyv_604{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:12px}._pollTimer_1vxyv_605{font-size:13px;font-weight:600;color:#f97316;margin-bottom:10px}._pollOption_1vxyv_606{margin-bottom:10px}._pollOptionRow_1vxyv_607{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#333}._pollOptionRow_1vxyv_607 input{accent-color:#5B4DE8;width:15px;height:15px}._pollBarWrap_1vxyv_609{position:relative;background:#f3f4f6;border-radius:999px;height:8px;margin-top:6px;overflow:hidden}._pollBar_1vxyv_609{height:100%;background:#5b4de8;border-radius:999px;transition:width .4s ease}._pollPct_1vxyv_611{display:block;text-align:right;font-size:11px;color:#888;margin-top:3px}._pollEnded_1vxyv_612{font-size:13px;color:#888;margin-top:8px}._pollTotalVotes_1vxyv_613{font-size:13px;color:#888;margin-top:10px}._emptyStateBox_1vxyv_618{display:flex;flex-direction:column;align-items:center;padding:48px 32px;background:#fff;border:1px solid #e8e8ed;border-radius:14px;max-width:480px}._emptyIcon_1vxyv_628{width:60px;height:60px;color:#ccc;margin-bottom:16px}._emptyStateBox_1vxyv_618 p{font-size:14px;color:#aaa;margin-bottom:18px;text-align:center}._emptyStateBtn_1vxyv_635{padding:9px 22px;background:#5b4de8;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif}._speakerGrid_1vxyv_647{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;margin-bottom:8px}._speakerCard_1vxyv_654{background:#fff;border:1px solid #e8e8ed;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;padding:10px;transition:transform .2s,box-shadow .2s}._speakerCard_1vxyv_654:hover{transform:translateY(-4px);box-shadow:0 12px 30px #5b4de81a}._speakerBanner_1vxyv_666{width:100%;height:110px;border-radius:12px;overflow:hidden;background:#f0eeff}._speakerBannerImg_1vxyv_673{width:100%;height:100%;object-fit:cover}._speakerBannerFallback_1vxyv_674{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}._speakerPfpRow_1vxyv_676{display:flex;align-items:flex-end;justify-content:space-between;margin:-44px 0 12px 14px;position:relative;z-index:5}._speakerPfpWrap_1vxyv_685{width:88px;height:88px;border-radius:50%;border:4px solid #fff;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0000001a}._speakerPfp_1vxyv_676{width:100%;height:100%;object-fit:cover;border-radius:50%}._speakerPfpPlaceholder_1vxyv_695{width:100%;height:100%;background:#f0eeff;color:#5b4de8;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:600;border-radius:50%}._speakerMicTag_1vxyv_708{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(91,77,232,.15);border-radius:999px;font-size:12px;font-weight:600;color:#1a1a2e;margin-right:6px;margin-bottom:4px}._speakerCardBody_1vxyv_724{padding:0 12px 12px;display:flex;flex-direction:column;flex:1}._speakerName_1vxyv_731{font-size:17px;font-weight:600;color:#1a1a2e;margin-bottom:4px}._speakerSkills_1vxyv_737{font-size:13px;color:#888;margin-bottom:14px;flex:1}._speakerViewBtn_1vxyv_744{width:100%;padding:9px;background:#5b4de8;color:#fff;border:none;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;font-family:DM Sans,sans-serif}._speakerViewBtn_1vxyv_744:hover{background:#4a3dd6}._paginationRow_1vxyv_760{display:flex;justify-content:center;margin-top:24px}._loadMoreBtn_1vxyv_766{display:inline-flex;align-items:center;gap:6px;padding:9px 22px;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:500;color:#444;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif}._loadMoreBtn_1vxyv_766:hover{border-color:#5b4de8;color:#5b4de8}._venueGrid_1vxyv_787{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}@media(max-width:768px){._venueGrid_1vxyv_787{grid-template-columns:1fr}}._venueCard_1vxyv_795{background:#fff;border:1px solid #e8e8ed;border-radius:14px;overflow:hidden}._venueCardImg_1vxyv_802{width:100%;height:130px;object-fit:cover;display:block}._venueCardBody_1vxyv_809{padding:16px}._venueCardTitle_1vxyv_810{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:8px}._venueCardAddr_1vxyv_811{font-size:13px;color:#666;line-height:1.6;margin-bottom:14px}._venueDirectionsBtn_1vxyv_813{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#5b4de8;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s}._venueDirectionsBtn_1vxyv_813:hover{background:#4a3dd6}._venueMapBox_1vxyv_830{border-radius:14px;overflow:hidden;height:280px;border:1px solid #e8e8ed}._venueMapIframe_1vxyv_837{width:100%;height:100%;border:none}._backLinkRow_1vxyv_846{padding:32px 0}._backLink_1vxyv_846{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#fff;border:1px solid #e0e0e0;color:#555;text-decoration:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s}._backLink_1vxyv_846:hover{border-color:#5b4de8;color:#5b4de8;background:#f8f7ff}._siteFooter_1vxyv_867{background:#1a1a2e;padding:32px;margin-top:0}._siteFooterInner_1vxyv_873{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._footerLeft_1vxyv_881{display:flex;flex-direction:column;gap:6px}._footerSocial_1vxyv_882{display:flex;gap:10px;margin-bottom:4px}._footerSocial_1vxyv_882 a{font-size:20px;color:#aaa;text-decoration:none;transition:color .2s}._footerSocial_1vxyv_882 a:hover{color:#fff}._footerCopy_1vxyv_885{font-size:13px;color:#aaa}._footerPowered_1vxyv_886{font-size:12px;color:#666}._footerPowered_1vxyv_886 span{color:#5b4de8;font-weight:600}._modalOverlay_1vxyv_892{position:fixed;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fadeIn_1vxyv_1 .2s ease}@keyframes _fadeIn_1vxyv_1{0%{opacity:0}to{opacity:1}}._modalCloseBtn_1vxyv_906{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:1px solid #e0e0e0;color:#333;font-size:16px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}._modalCloseBtn_1vxyv_906:hover{background:#fff;transform:scale(1.05)}._speakerModal_1vxyv_927{background:#fff;width:100%;max-width:560px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 24px 48px #0003;animation:_slideUp_1vxyv_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_1vxyv_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._speakerModalBanner_1vxyv_939{width:100%;height:180px;background:#f0eeff}._speakerModalBannerImg_1vxyv_940{width:100%;height:100%;object-fit:cover}._speakerModalBannerFallback_1vxyv_941{width:100%;height:100%;background:linear-gradient(135deg,#5b4de8,#8b5cf6)}._speakerModalBody_1vxyv_943{padding:0 28px 28px;display:flex;flex-direction:column;align-items:center;margin-top:-45px}._speakerModalPfpWrap_1vxyv_951{width:100px;height:100px;border-radius:50%;border:5px solid #fff;background:#fff;overflow:hidden;box-shadow:0 4px 12px #0000001a;margin-bottom:14px}._speakerModalPfp_1vxyv_951{width:100%;height:100%;object-fit:cover;border-radius:50%}._speakerModalPfpPlaceholder_1vxyv_962{width:100%;height:100%;background:#f0eeff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:600;color:#5b4de8}._speakerModalName_1vxyv_975{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:6px;text-align:center}._speakerModalSkills_1vxyv_983{display:inline-block;background:#f0eeff;color:#5b4de8;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:18px}._speakerModalBioBox_1vxyv_994{width:100%;background:#fafafa;border:1px solid #e8e8ed;border-radius:12px;padding:16px;text-align:left}._speakerModalBioBox_1vxyv_994 h4{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}._speakerModalBioBox_1vxyv_994 p{font-size:14px;color:#444;line-height:1.65;margin:0}._sponsorModal_1vxyv_1006{background:#fff;width:100%;max-width:680px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 24px 48px #0003;animation:_slideUp_1vxyv_1 .3s cubic-bezier(.16,1,.3,1)}._sponsorModalImgWrap_1vxyv_1017{width:100%;height:200px;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px;border-bottom:1px solid #f0f0f0}._sponsorModalImgWrap_1vxyv_1017 img{max-width:100%;max-height:100%;object-fit:contain}._sponsorModalBody_1vxyv_1029{padding:20px 24px}._sponsorModalBadge_1vxyv_1030{display:inline-block;padding:3px 10px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:4px;margin-bottom:10px}._sponsorModalCompany_1vxyv_1041{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:8px}._sponsorModalDesc_1vxyv_1042{font-size:14px;color:#555;line-height:1.65}._sponsorModalLink_1vxyv_1044{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px;background:#5b4de8;color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;margin-top:16px;transition:background .2s}._sponsorModalLink_1vxyv_1044:hover{background:#4a3dd6;text-decoration:none}._sponsorModalFooter_1vxyv_1062{padding:12px;border-top:1px solid #f0f0f0;text-align:center;background:#fafafa;font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:.06em}._formModal_1vxyv_1074{background:#fff;width:100%;max-width:680px;max-height:90vh;border-radius:16px;position:relative;overflow-y:auto;box-shadow:0 24px 48px #0003;animation:_slideUp_1vxyv_1 .3s cubic-bezier(.16,1,.3,1)}._sectionLabelRow_sx114_2{margin-bottom:32px}._contentSection_sx114_6{padding:56px 0;border-bottom:1px solid #e8e8ed;width:75%;margin:0 auto}._sectionLabel_sx114_2{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._sectionTitle_sx114_23{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin-bottom:4px}._sectionSub_sx114_31{font-size:14px;color:#888}._emptyStateBox_sx114_40{display:flex;flex-direction:column;align-items:center;padding:48px 32px;background:#fff;border:1px solid #e8e8ed;border-radius:14px;max-width:480px}._emptyIcon_sx114_50{width:60px;height:60px;color:#ccc;margin-bottom:16px}._emptyStateBox_sx114_40 p{font-size:14px;color:#aaa;margin-bottom:18px;text-align:center}._emptyStateBtn_sx114_57{padding:9px 22px;background:#5b4de8;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif}._speakerGrid_sx114_69{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;margin-bottom:8px}._speakerCard_sx114_76{background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;padding:10px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#5b4de826,#8b5cf626) border-box;box-shadow:0 20px 40px #0000001f,0 8px 20px #5b4de82e;border:2px solid transparent;border-color:#5b4de859;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}._speakerBanner_sx114_116{width:100%;aspect-ratio:3/1;border-radius:12px;overflow:hidden;background:#f0eeff}._speakerBannerImg_sx114_124{width:100%;height:100%;object-fit:cover}._speakerBannerFallback_sx114_125{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}._speakerPfpRow_sx114_127{display:flex;align-items:flex-end;justify-content:space-between;margin:-44px 0 12px 14px;position:relative;z-index:5}._speakerPfpWrap_sx114_136{width:88px;height:88px;border-radius:50%;border:4px solid #fff;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0000001a}._speakerPfp_sx114_127{width:100%;height:100%;object-fit:cover;border-radius:50%}._speakerPfpPlaceholder_sx114_146{width:100%;height:100%;background:#f0eeff;color:#5b4de8;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:600;border-radius:50%}._speakerMicTag_sx114_159{display:inline-flex;align-items:center;gap:5px;padding:5px;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(91,77,232,.15);border-radius:999px;font-size:12px;font-weight:600;color:#1a1a2e;margin-right:6px;margin-bottom:4px}._speakerCardBody_sx114_175{padding:0 12px 12px;display:flex;flex-direction:column;flex:1}._speakerName_sx114_182{font-size:17px;font-weight:600;color:#1a1a2e;margin-bottom:4px}._speakerSkills_sx114_188{font-size:13px;color:#888;margin-bottom:14px;flex:1}._speakerViewBtn_sx114_195{width:100%;padding:9px;background:#5b4de8;color:#fff;border:none;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;font-family:DM Sans,sans-serif}._speakerViewBtn_sx114_195:hover{background:#4a3dd6}._paginationRow_sx114_211{display:flex;justify-content:center;margin-top:24px}._loadMoreBtn_sx114_217{display:inline-flex;align-items:center;gap:6px;padding:9px 22px;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:500;color:#444;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif}._loadMoreBtn_sx114_217:hover{border-color:#5b4de8;color:#5b4de8}._modalOverlay_sx114_239{position:fixed;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fadeIn_sx114_1 .2s ease}@keyframes _fadeIn_sx114_1{0%{opacity:0}to{opacity:1}}._modalCloseBtn_sx114_253{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:1px solid #e0e0e0;color:#333;font-size:16px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}._modalCloseBtn_sx114_253:hover{background:#fff;transform:scale(1.05)}._speakerModal_sx114_274{background:#fff;width:100%;max-width:560px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 24px 48px #0003;animation:_slideUp_sx114_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_sx114_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._speakerModalBanner_sx114_286{width:100%;height:180px;background:#f0eeff}._speakerModalBannerImg_sx114_287{width:100%;height:100%;object-fit:cover}._speakerModalBannerFallback_sx114_288{width:100%;height:100%;background:linear-gradient(135deg,#5b4de8,#8b5cf6)}._speakerModalBody_sx114_290{padding:0 28px 28px;display:flex;flex-direction:column;align-items:center;margin-top:-45px}._speakerModalPfpWrap_sx114_298{width:100px;height:100px;border-radius:50%;border:5px solid #fff;background:#fff;overflow:hidden;box-shadow:0 4px 12px #0000001a;margin-bottom:14px}._speakerModalPfp_sx114_298{width:100%;height:100%;object-fit:cover;border-radius:50%}._speakerModalPfpPlaceholder_sx114_309{width:100%;height:100%;background:#f0eeff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:600;color:#5b4de8}._speakerModalName_sx114_322{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:6px;text-align:center}._speakerModalSkills_sx114_330{display:inline-block;background:#f0eeff;color:#5b4de8;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:18px}._speakerModalBioBox_sx114_341{width:100%;background:#fafafa;border:1px solid #e8e8ed;border-radius:12px;padding:16px;text-align:left}._speakerModalBioBox_sx114_341 h4{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}._speakerModalBioBox_sx114_341 p{font-size:14px;color:#444;line-height:1.65;margin:0}._agendaTabsRow_d4qa7_4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.theme-modern ._sectionTitle_d4qa7_11{color:#fff}.theme-modern ._sectionSub_d4qa7_12{color:#cbd5e1}.theme-modern ._sectionLabel_d4qa7_13{color:#ff7a18}._agendaTabBtn_d4qa7_15{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 14px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;font-size:13px;font-weight:600;color:#666;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif;gap:2px}._agendaTabBtn_d4qa7_15:hover{border-color:#5b4de8;color:#5b4de8}._agendaTabBtnActive_d4qa7_35{background:#5b4de8!important;color:#fff!important;border-color:#5b4de8!important}._agendaBookmarkTabBtn_d4qa7_42{flex-direction:row;gap:8px;padding:10px 18px;font-size:14px}._agendaTabDate_d4qa7_49{font-size:11px;font-weight:400;opacity:.75;margin-top:1px}._agendaBody_d4qa7_57{background:#fff;border:2px solid rgba(99,102,241,.1);border-radius:14px;padding:24px 20px;max-height:560px;overflow-y:auto;box-shadow:0 10px 22px #0f172a14,0 16px 30px #6366f11f;transition:border-color .25s ease,box-shadow .25s ease}._agendaDayTitle_d4qa7_79{font-size:17px;font-weight:600;color:#5b4de8;margin-bottom:20px}._agendaEmpty_d4qa7_86{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:240px;padding:40px 20px;border-radius:22px;background:linear-gradient(135deg,#5b4de80f,#5b4de805);border:1px dashed rgba(91,77,232,.22)}._agendaEmptyIcon_d4qa7_107{font-size:54px;color:#5b4de8;margin-bottom:14px;display:flex;align-items:center;justify-content:center}._agendaEmptyTitle_d4qa7_116{font-size:22px;font-weight:700;color:#5b4de8;margin:0 0 8px;font-family:DM Sans,sans-serif}._agendaEmptySub_d4qa7_124{font-size:14px;color:#7c7c98;margin:0;line-height:1.6;max-width:320px}@media(max-width:768px){._agendaEmpty_d4qa7_86{min-height:200px;padding:32px 18px;border-radius:18px}._agendaEmptyIcon_d4qa7_107{font-size:42px;margin-bottom:12px}._agendaEmptyTitle_d4qa7_116{font-size:18px}._agendaEmptySub_d4qa7_124{font-size:13px}}._bookmarkBodyHeader_d4qa7_155{display:flex;align-items:center;gap:14px;margin-bottom:14px}._bookmarkBodyIconWrap_d4qa7_162{width:42px;height:42px;border-radius:12px;background:#eeecfb;display:flex;align-items:center;justify-content:center;flex-shrink:0}._bookmarkBodyIcon_d4qa7_162{color:#5b4de8}._bookmarkBodyTitle_d4qa7_177{font-size:18px;font-weight:700;color:#5b4de8;margin:0}._bookmarkBodyDivider_d4qa7_184{height:1px;background:#e8e8ed;margin-bottom:20px}._bookmarkEmptyState_d4qa7_191{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:12px}._bookmarkEmptyIconWrap_d4qa7_201{position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}._bookmarkEmptyCircle_d4qa7_211{width:72px;height:72px;border-radius:50%;background:#eeecfb;display:flex;align-items:center;justify-content:center}._bookmarkEmptyIcon_d4qa7_201{color:#5b4de8}._bookmarkSparkle_d4qa7_225{position:absolute;font-size:11px;color:#c4bef5;line-height:1;-webkit-user-select:none;user-select:none}._bookmarkEmptyTitle_d4qa7_233{font-size:17px;font-weight:700;color:#1a1a2e;margin:0}._bookmarkEmptySub_d4qa7_240{font-size:14px;color:#94a3b8;margin:0;line-height:1.6}._trackGroup_d4qa7_248{margin-bottom:24px}._trackLabel_d4qa7_250{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:12px;padding-bottom:6px;border-bottom:1px dashed #e0e0e0}._sessionCard_d4qa7_262{border-radius:8px;padding:14px 16px;margin-bottom:10px;transition:box-shadow .2s}._sessionCard_d4qa7_262:hover{box-shadow:0 4px 12px #5b4de814}._sessionTime_d4qa7_271{font-size:12px;font-weight:600;color:#5b4de8;margin-bottom:4px}._sessionTitle_d4qa7_278{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:6px}._sessionTrackTag_d4qa7_285{display:inline-block;font-size:11px;background:#f0eeff;color:#5b4de8;padding:2px 8px;border-radius:4px;margin-bottom:6px}._sessionMeta_d4qa7_295{font-size:13px;color:#666;margin-bottom:4px}._sessionDesc_d4qa7_301{font-size:13px;color:#888;line-height:1.5;margin-top:4px}.theme-default ._agendaTabBtn_d4qa7_15{background:#fff;border:1px solid #e0e0e0;color:#666}.theme-default ._agendaTabBtnActive_d4qa7_35{background:#5b4de8;color:#fff}.theme-default ._agendaBody_d4qa7_57{background:#fff;border:1px solid #e8e8ed}.theme-default ._sessionCard_d4qa7_262{background:#fafafa;border:1px solid #efefef;border-left:3px solid #5B4DE8}.theme-default ._sessionTitle_d4qa7_278{color:#1a1a2e}.theme-default ._sessionMeta_d4qa7_295{color:#666}.theme-modern ._agendaTabBtn_d4qa7_15{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#cbd5e1}.theme-modern ._agendaTabBtnActive_d4qa7_35{background:linear-gradient(135deg,#ff4d4d,#ff7a18);color:#fff}.theme-modern ._agendaBody_d4qa7_57{background:#020617;border:1px solid rgba(255,255,255,.05)}.theme-modern ._trackLabel_d4qa7_250{color:#94a3b8;border-bottom:1px dashed rgba(255,255,255,.1)}.theme-modern ._sessionCard_d4qa7_262{background:#0f172a;border:1px solid rgba(255,255,255,.05);border-left:3px solid #ff4d4d}.theme-modern ._sessionCard_d4qa7_262:hover{box-shadow:0 10px 30px #00000080}.theme-modern ._sessionTitle_d4qa7_278{color:#fff}.theme-modern ._sessionMeta_d4qa7_295{color:#94a3b8}.theme-modern ._sessionDesc_d4qa7_301{color:#64748b}.theme-modern ._livePollCard_d4qa7_326{background:#020617;border:1px solid rgba(255,255,255,.05);color:#fff}.theme-modern ._pollBar_d4qa7_327{background:linear-gradient(90deg,#ff4d4d,#22c55e)}.theme-modern ._contentSection_d4qa7_328{background:#020617}.theme-modern ._bookmarkEmptyTitle_d4qa7_233{color:#f1f5f9}.theme-modern ._bookmarkBodyTitle_d4qa7_177{color:#a5b4fc}._upcomingPollsBox_d4qa7_333{margin-top:28px;padding:20px;background:#fffbea;border:1px solid #fde68a;border-radius:12px}._upcomingPollsTitle_d4qa7_340{font-size:15px;font-weight:600;color:#92400e;margin-bottom:12px}._upcomingPollCard_d4qa7_341{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:#fff;border-radius:8px;margin-bottom:8px;font-size:13px;color:#555}._upcomingPollCard_d4qa7_341 strong{color:#1a1a2e}._livePollBox_d4qa7_354{margin-top:28px;padding:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}._livePollTitle_d4qa7_361{font-size:15px;font-weight:600;color:#dc2626;margin-bottom:14px}._livePollCard_d4qa7_326{padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:14px}._livePollQuestion_d4qa7_369{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:12px}._pollTimer_d4qa7_370{font-size:13px;font-weight:600;color:#f97316;margin-bottom:10px}._pollOption_d4qa7_371{margin-bottom:10px}._pollOptionRow_d4qa7_372{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#333}._pollOptionRow_d4qa7_372 input{accent-color:#5B4DE8;width:15px;height:15px}._pollBarWrap_d4qa7_374{position:relative;background:#f3f4f6;border-radius:999px;height:8px;margin-top:6px;overflow:hidden}._pollBar_d4qa7_327{height:100%;background:#5b4de8;border-radius:999px;transition:width .4s ease}._pollPct_d4qa7_376{display:block;text-align:right;font-size:11px;color:#888;margin-top:3px}._pollEnded_d4qa7_377{font-size:13px;color:#888;margin-top:8px}._pollTotalVotes_d4qa7_378{font-size:13px;color:#888;margin-top:10px}._contentSection_d4qa7_328{padding:56px 0;border-bottom:1px solid #e8e8ed;scroll-margin-top:70px}._contentSection_d4qa7_328:last-child{border-bottom:none}._sectionGradient_d4qa7_388{width:75%;margin:0 auto}._sectionLabelRow_d4qa7_393{margin-bottom:32px}._sectionLabel_d4qa7_13{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._sectionTitle_d4qa7_11{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin-bottom:4px}._sectionSub_d4qa7_12{font-size:14px;color:#888}._contentSection_1yahm_5{padding:70px 16px;border-bottom:1px solid #e8e8ed;background:#fff}._sectionGradient_1yahm_11{width:75%;max-width:1280px;margin:0 auto}._venueRight_1yahm_18{order:2}._venueLeft_1yahm_22{order:1}._decorativeBlob_1yahm_26{width:100%}._sectionHead_1yahm_31{margin-top:40px}@media(max-width:768px){._venueGrid_1yahm_40{display:flex;flex-direction:column;gap:0}._venueLeft_1yahm_22{display:contents!important}._venueImageCard_1yahm_51{order:1}._venueRight_1yahm_18{order:2}._venueCard_1yahm_61{order:3}}._sectionLabelRow_1yahm_71{margin-bottom:40px}._sectionLabelRowww_1yahm_76{margin-bottom:10px}._sectionLabel_1yahm_71{font-size:11px;font-weight:600;color:#5b4de8;text-transform:uppercase;letter-spacing:2px}._sectionTitle_1yahm_89{font-size:40px;font-weight:700;margin-top:8px;color:#111827;line-height:1.15}._sectionSub_1yahm_97{font-size:15px;color:#6b7280;margin-top:8px;max-width:440px;line-height:1.7}._sectionSubbb_1yahm_105{font-size:15px;color:#6b7280;max-width:440px;line-height:1.7}._venueGrid_1yahm_40{display:grid;grid-template-columns:360px 1fr;gap:20px;align-items:stretch}._venueLeft_1yahm_22{display:flex;flex-direction:column;gap:16px}._venueRight_1yahm_18{height:100%}._venueCard_1yahm_61{background:#fff;border:2px solid rgba(99,102,241,.1);border-radius:20px;overflow:hidden;box-shadow:0 10px 22px #0f172a14,0 16px 30px #6366f11f;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._venueCardBody_1yahm_156{padding:40px 24px}._venueCardLabel_1yahm_160{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#9ca3af;margin-bottom:12px}._venueCardTitle_1yahm_169{font-size:17px;font-weight:600;color:#111827;margin-bottom:6px}._venueCardAddr_1yahm_176{font-size:14px;line-height:1.8;color:#6b7280;margin-bottom:20px}._venuePillRow_1yahm_187{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}._venuePill_1yahm_187{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;padding:5px 10px;border-radius:20px;background:#fff;border:1px solid #e8e8ed;color:#6b7280}._venueDivider_1yahm_211{height:1px;background:#ececf2;margin:4px 0 20px}._venueDirectionsBtn_1yahm_221{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 18px;background:#5b4de8;color:#fff;border-radius:12px;text-decoration:none;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease}._venueDirectionsBtn_1yahm_221:hover{opacity:.88;transform:translateY(-1px)}._venueImageCard_1yahm_51{position:relative;height:200px;overflow:hidden;border-radius:20px;background:#fff;border:2px solid rgba(99,102,241,.1);box-shadow:0 10px 22px #0f172a14,0 16px 30px #6366f11f;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._venueCardImg_1yahm_271{width:100%;height:100%;object-fit:cover;display:block}._venueImageOverlay_1yahm_278{position:absolute;bottom:0;left:0;right:0;padding:14px 16px;background:linear-gradient(transparent,#0000008c)}._venueImageCaption_1yahm_287{font-size:12px;color:#ffffffd9;font-weight:500}._venueMapBox_1yahm_297{position:relative;width:100%;height:100%;min-height:440px;overflow:hidden;border-radius:20px;background:#fff;border:2px solid rgba(99,102,241,.1);box-shadow:0 10px 22px #0f172a14,0 16px 30px #6366f11f;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._venueMapBadge_1yahm_322{position:absolute;top:14px;left:14px;background:#fff;border:1px solid #e2e2ea;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;color:#111827;display:flex;align-items:center;gap:6px;z-index:2;box-shadow:0 2px 8px #00000014}._venueMapBadgeIcon_1yahm_340{color:#5b4de8;font-size:14px}._venueMapIframe_1yahm_345{width:100%;height:100%;border:none;display:block}.theme-modern ._contentSection_1yahm_5{background:#020617;border-bottom:1px solid rgba(255,255,255,.06)}.theme-modern ._sectionTitle_1yahm_89{color:#fff}.theme-modern ._sectionSub_1yahm_97{color:#94a3b8}.theme-modern ._sectionLabel_1yahm_71{color:#ff7a18}.theme-modern ._venueCard_1yahm_61{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._venueCardTitle_1yahm_169{color:#fff}.theme-modern ._venueCardAddr_1yahm_176{color:#cbd5e1}.theme-modern ._venueCardLabel_1yahm_160{color:#475569}.theme-modern ._venuePill_1yahm_187{background:#1e293b;border-color:#ffffff14;color:#94a3b8}.theme-modern ._venueDivider_1yahm_211{background:#ffffff0f}.theme-modern ._venueImageCard_1yahm_51{border-color:#ffffff0f}.theme-modern ._venueMapBox_1yahm_297{border:1px solid rgba(255,255,255,.06)}.theme-modern ._venueMapBadge_1yahm_322{background:#0f172a;border-color:#ffffff1a;color:#f1f5f9;box-shadow:0 2px 8px #0000004d}.theme-modern ._venueDirectionsBtn_1yahm_221{background:linear-gradient(135deg,#ff4d4d,#ff7a18)}@media(max-width:1100px){._venueGrid_1yahm_40{grid-template-columns:1fr}._venueMapBox_1yahm_297{min-height:420px}}@media(max-width:768px){._contentSection_1yahm_5{padding:50px 14px}._sectionTitle_1yahm_89{font-size:32px}._sectionSub_1yahm_97,._sectionSubbb_1yahm_105{font-size:14px}._venueCardBody_1yahm_156{padding:20px}._venueMapBox_1yahm_297{min-height:350px}._venueImageCard_1yahm_51{height:200px}}@media(max-width:480px){._sectionTitle_1yahm_89{font-size:26px}._venueCardTitle_1yahm_169{font-size:16px}._venueCardAddr_1yahm_176{font-size:14px}._venueMapBox_1yahm_297{min-height:280px;border-radius:16px}._venueCard_1yahm_61,._venueImageCard_1yahm_51{border-radius:0}._sectionGradient_1yahm_11{width:100%}._contentSection_1yahm_5{padding:0}._venueMapBox_1yahm_297{border-radius:0}._venueGrid_1yahm_40,._venueLeft_1yahm_22{gap:0px}._sectionLabelRow_1yahm_71,._sectionLabelRowww_1yahm_76{margin-left:53px}._venueCard_1yahm_61{padding:20px}}._heroSection_16uyc_4{position:relative;background:#fff0!important;overflow:hidden}._heroGradient_16uyc_11{position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(91,77,232,.08) 0%,transparent 60%);pointer-events:none}._cancelledPill_16uyc_18{display:inline-flex;align-items:center;gap:6px;background:#fef2f2;color:#dc2626;border:1px solid #fca5a5;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:12px}._heroInner_16uyc_32{margin:0 auto;display:flex;flex-direction:column-reverse;align-items:center;gap:28px}._heroLeft_16uyc_44{width:100%;max-width:100%;flex:0 0 100%;padding:30px 32px;max-width:1200px}._livePill_16uyc_53{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e0f2e9;color:#16a34a;font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;margin-bottom:16px}._liveDot_16uyc_67{width:7px;height:7px;background:#16a34a;border-radius:50%;animation:_pulse_16uyc_1 1.4s ease-in-out infinite}@keyframes _pulse_16uyc_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}._endedPill_16uyc_89{display:inline-block;background:#fff;border:1px solid #e5e7eb;color:#9ca3af;font-size:12px;font-weight:500;padding:5px 14px;border-radius:6px;margin-bottom:16px}._heroTitle_16uyc_102{font-family:"DM Serif Display",serif;font-size:42px;font-weight:400;color:#1a1a2e;line-height:1.18;margin-bottom:20px}._heroMeta_16uyc_112{display:flex;flex-direction:column;gap:9px;margin-bottom:28px}._heroMetaItem_16uyc_119{display:flex;align-items:center;gap:8px;font-size:18px;color:#4a4a6a}._heroMetaIcon_16uyc_127{font-size:18px;color:#5b4de8;flex-shrink:0}._heroMetaSep_16uyc_133{color:#bbb;margin:0 2px}._heroBtnRow_16uyc_139{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}._heroRegisterBtn_16uyc_146{padding:8px 28px!important;background:#5b4de8;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._heroRegisterBtn_16uyc_146:hover{background:#4a3dd6;transform:translateY(-1px)}._heroRegisterBtnDisabled_16uyc_164{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important}._heroShareBtn_16uyc_171,._heroGalleryBtn_16uyc_172{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#acff2f98!important;color:#fff;border:1px solid #ddd!important;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s;font-family:DM Sans,sans-serif}._heroShareBtn_16uyc_171:hover,._heroGalleryBtn_16uyc_172:hover{background:#f5f5f7;border-color:#bbb}._heroSocialRow_16uyc_195{display:flex;gap:8px;align-items:center;flex-wrap:wrap}._heroSocialBtn_16uyc_202{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:17px;text-decoration:none;transition:transform .15s,box-shadow .15s;flex-shrink:0}._heroSocialBtn_16uyc_202:hover{transform:scale(1.12);box-shadow:0 4px 10px #0000001a}._heroImageWrapper_16uyc_223{width:100%;aspect-ratio:3/1;overflow:hidden;flex-shrink:0;box-shadow:0 8px 32px #0000001f}._heroImage_16uyc_223{width:100%;height:100%;object-fit:fill}.theme-default ._heroSection_16uyc_4{background:linear-gradient(135deg,#eae8fc,#e8f0fd,#eae8fc)}.theme-default ._heroTitle_16uyc_102{color:#1a1a2e}.theme-default ._heroMetaItem_16uyc_119{color:#4a4a6a}.theme-default ._heroRegisterBtn_16uyc_146{background:#5b4de8}.theme-default ._heroShareBtn_16uyc_171,.theme-default ._heroGalleryBtn_16uyc_172{background:#fff;color:#1a1a2e}.theme-modern ._heroSection_16uyc_4{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_16uyc_102{color:#fff;font-size:48px}@media(max-width:900px){.theme-modern ._heroTitle_16uyc_102{font-size:32px}}@media(max-width:600px){.theme-modern ._heroTitle_16uyc_102{font-size:24px}}.theme-modern ._heroMetaItem_16uyc_119{color:#cbd5e1}.theme-modern ._heroRegisterBtn_16uyc_146{background:linear-gradient(135deg,#ff4d4d,#ff7a18);box-shadow:0 6px 20px #ff4d4d4d}.theme-modern ._heroShareBtn_16uyc_171,.theme-modern ._heroGalleryBtn_16uyc_172{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.theme-modern ._heroSocialBtn_16uyc_202{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.theme-modern ._heroSection_16uyc_4:before{content:"";position:absolute;width:500px;height:500px;background:#ffffff0a;border-radius:50%;top:-120px;left:-120px;filter:blur(50px)}.theme-modern ._heroSection_16uyc_4:after{content:"";position:absolute;width:400px;height:400px;background:#ffffff08;border-radius:50%;bottom:-100px;right:-100px;filter:blur(40px)}@keyframes _float_16uyc_1{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.theme-modern ._heroSection_16uyc_4:before{animation:_float_16uyc_1 6s infinite ease-in-out}._modalOverlay_16uyc_347{position:fixed;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:99999;padding:20px}._modal_16uyc_347{width:100%;max-width:420px;background:#fff;border-radius:24px;padding:32px;text-align:center;box-shadow:0 25px 60px #0000002e;animation:_modalPop_16uyc_1 .25s ease}._modalIcon_16uyc_370{font-size:52px;margin-bottom:16px}._modal_16uyc_347 h3{margin:0 0 12px;font-size:26px;font-weight:700;color:#111827}._modal_16uyc_347 p{margin:0;color:#6b7280;line-height:1.6;font-size:15px}._modalBtn_16uyc_389{margin-top:24px;border:none;background:#2563eb;color:#fff;padding:12px 28px;border-radius:12px;font-weight:600;cursor:pointer;transition:.2s}._modalBtn_16uyc_389:hover{transform:translateY(-2px)}@keyframes _modalPop_16uyc_1{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}._abstractBtn_16uyc_416{background:#2563eb!important;color:#fff!important;border:none!important}._abstractBtn_16uyc_416:hover{background:#1d4ed8!important}._skillBtn_16uyc_426{background:#059669!important;color:#fff!important;border:none!important}._skillBtn_16uyc_426:hover{background:#047857!important}._shareBtn_16uyc_436{background:#6b7280!important;color:#fff!important;border:none!important}._shareBtn_16uyc_436:hover{background:#4b5563!important}@media(max-width:900px){._heroInner_16uyc_32{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_16uyc_223{width:100%;aspect-ratio:3/1}._heroTitle_16uyc_102{font-size:30px}}@media(max-width:600px){._heroInner_16uyc_32{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_16uyc_223{width:100%;aspect-ratio:3/1}._heroTitle_16uyc_102{font-size:24px}._heroRegisterBtn_16uyc_146{width:100%;height:50px;text-align:center;justify-content:center}}@media(max-width:480px){._heroInner_16uyc_32{flex-direction:column-reverse;padding:0}._heroLeft_16uyc_44{padding:0 40px}._heroMetaItem_16uyc_119{font-size:16px}._heroImageWrapper_16uyc_223{width:100%;height:clamp(250px,50vw,600px);overflow:hidden;border-radius:0}._heroImage_16uyc_223{width:100%;height:100%;object-fit:fill}._heroTitle_16uyc_102{font-size:20px}._heroRegisterBtn_16uyc_146{width:50%;height:40px;padding:0!important;text-align:center;justify-content:center}}._contentSection_1mijy_2{padding:56px 0;border-bottom:1px solid #e8e8ed;width:75%;margin:0 auto}._sectionLabelRow_1mijy_10{margin-bottom:24px}._sectionLabel_1mijy_10{font-size:12px;font-weight:600;color:#5b4de8;text-transform:uppercase}._sectionTitle_1mijy_21{font-size:28px;font-weight:600}._sectionSub_1mijy_26{font-size:14px;color:#888}._descriptionText_1mijy_32{font-size:14px;color:#444;line-height:1.6}._readMoreBtn_1mijy_39{margin-top:10px;background:none;border:none;color:#5b4de8;cursor:pointer;display:flex;align-items:center;gap:6px}._infoGrid_1mijy_51{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:24px}._container_1mijy_58{max-width:1200px;margin:0 auto;padding:0 24px}._infoGridCard_1mijy_64{display:flex;gap:12px;background:#fff;padding:18px;max-width:350px;border-radius:16px;border:2px solid rgba(99,101,241,.481);box-shadow:0 6px 18px #0f172a0f,0 12px 24px #6366f114;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._infoGridIcon_1mijy_88{font-size:20px;color:#5b4de8}._infoGridLabel_1mijy_93{font-size:12px;color:#888}._infoGridValue_1mijy_98{font-size:14px;font-weight:500}._conferenceHighlights_1mijy_107{margin-top:40px;padding:35px 30px;border-radius:24px;background:#fff;border:2px solid rgba(99,101,241,.416);box-shadow:0 8px 24px #0f172a0f,0 16px 32px #6366f114;transition:border-color .25s ease,box-shadow .25s ease}._mediaSection_1mijy_127{margin-top:60px}._highlightsGallery_1mijy_131{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:30px}._highlightCard_1mijy_138{position:relative;display:block;overflow:hidden;text-decoration:none;background:#fff;border-radius:20px;border:2px solid rgba(99,101,241,.048);box-shadow:0 12px 18px #0f172a0f,0 12px 24px #6366f114;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}._highlightCard_1mijy_138:hover{transform:translateY(-5px)}._highlightCard_1mijy_138{position:relative;display:block;overflow:hidden;border-radius:16px;text-decoration:none}._highlightImage_1mijy_164{width:100%;height:280px;object-fit:cover;display:block}._cardOverlay_1mijy_186{position:absolute;inset:0;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s;font-weight:600}._highlightCard_1mijy_138:hover ._cardOverlay_1mijy_186{opacity:1}@media(max-width:992px){._highlightsGallery_1mijy_131{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){._highlightsGallery_1mijy_131{grid-template-columns:1fr}}._mediaSection_1mijy_127{margin-top:40px}._conferenceImage_1mijy_219{width:100%;max-width:1000px;border-radius:12px;display:block}._conferenceTitle_1mijy_228{text-align:center;color:#5b4de8;font-size:34px;font-weight:700;margin-bottom:40px}._highlightsGrid_1mijy_244{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 30px}._highlightItem_1mijy_256 h4{color:#111827;font-size:18px;font-weight:600;line-height:1.5;margin:0 0 14px}._highlightLine_1mijy_280{width:120px;height:1.5px;background:#5b4de8;border-radius:50px;margin:0 auto}._highlightItem_1mijy_256{text-align:center}@media(max-width:900px){._highlightsGrid_1mijy_244{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._conferenceHighlights_1mijy_107{padding:25px 20px}._conferenceTitle_1mijy_228{font-size:26px}._highlightsGrid_1mijy_244{grid-template-columns:1fr;gap:25px}._highlightItem_1mijy_256 h4{font-size:16px}}._contentSection_sxiu2_2{padding:56px 0;border-bottom:1px solid #e8e8ed;scroll-margin-top:70px;width:75%;margin:0 auto}._contentSection_sxiu2_2:last-child{border-bottom:none}._becomeSponsorBtn_sxiu2_12:disabled{opacity:.6;cursor:not-allowed}._sectionLabelRow_sxiu2_17{margin-bottom:32px}._sectionLabel_sxiu2_17{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._sectionTitle_sxiu2_31{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin-bottom:4px}._sectionSub_sxiu2_39{font-size:14px;color:#888}._sponsorTabsRow_sxiu2_45{display:flex;gap:4px;padding:4px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;width:fit-content;margin:0 0 28px}._sponsorTab_sxiu2_45{padding:8px 18px;background:transparent;border:none;border-radius:9px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;font-family:DM Sans,sans-serif;white-space:nowrap}._sponsorTab_sxiu2_45:hover{color:#5b4de8;background:#5b4de80f}._sponsorTabActive_sxiu2_75{background:#5b4de8!important;color:#fff!important;font-weight:600;box-shadow:0 2px 8px #5b4de840}._sponsorDropdown_sxiu2_82{width:100%;max-width:280px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:500;background:#fff;color:#1a1a2e;margin-bottom:20px;font-family:DM Sans,sans-serif}._sponsorGrid_sxiu2_97{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:32px}@media(max-width:640px){._sponsorGrid_sxiu2_97{grid-template-columns:1fr 1fr;gap:12px}}._sponsorCard_sxiu2_113{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#5b4de826,#8b5cf626) border-box;border:2px solid transparent;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 10px 22px #0f172a14,0 16px 30px #6366f11f;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}._sponsorImgWrap_sxiu2_153{width:100%;height:160px;position:relative;overflow:hidden;background:#f8fafc;border-bottom:1px solid #f1f5f9}._sponsorImg_sxiu2_153{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._sponsorOverlay_sxiu2_173{position:absolute;inset:0;background:#5b4de8d1;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;font-size:13px;font-weight:600;opacity:0;transition:opacity .2s}._sponsorCard_sxiu2_113:hover ._sponsorOverlay_sxiu2_173{opacity:1}._sponsorCardBody_sxiu2_192{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}._sponsorName_sxiu2_199{font-size:14px;font-weight:700;color:#1a1a2e;line-height:1.3}._sponsorCategoryBadge_sxiu2_206{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:600;border-radius:20px;background:#f0eeff;color:#5b4de8}.theme-modern ._sponsorCategoryBadge_sxiu2_206{background:#ffffff14;color:#ff7a18}._sponsorTableSection_sxiu2_225{padding:24px;background:#fafafa;border:1px solid #e8e8ed;border-radius:16px;box-shadow:0 10px 22px #0f172a14,0 16px 30px #6366f11f}._sponsorTableHeader_sxiu2_236{display:flex;align-items:center;gap:12px;margin-bottom:18px}._sponsorTableIconWrap_sxiu2_243{width:40px;height:40px;border-radius:10px;background:#eeecfb;display:flex;align-items:center;justify-content:center;flex-shrink:0}._sponsorTableIcon_sxiu2_243{color:#5b4de8}._sponsorTableTitle_sxiu2_258{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}._sponsorTableWrap_sxiu2_265{overflow-x:auto;border-radius:10px;border:1px solid #e8e8ed;margin-bottom:18px}._sponsorTable_sxiu2_225{width:100%;border-collapse:collapse;background:#fff}._sponsorTable_sxiu2_225 th{padding:10px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;text-align:center;border-bottom:1px solid #e8e8ed;background:#fafafa;white-space:nowrap}._sponsorTable_sxiu2_225 th:first-child{text-align:left}._sponsorTable_sxiu2_225 td{padding:12px 14px;font-size:13px;color:#1a1a2e;text-align:center;border-bottom:1px solid #f4f4f4;vertical-align:middle}._sponsorTable_sxiu2_225 tr:last-child td{border-bottom:none}._sponsorTableLabel_sxiu2_306{text-align:left!important;font-weight:700;color:#374151;font-size:13px;background:#fafafa}._sponsorTablePrice_sxiu2_314{font-size:15px;font-weight:700;color:#5b4de8}._sponsorTableDash_sxiu2_320{color:#d1d5db;font-size:16px}._becomeSponsorBtn_sxiu2_12{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#5b4de8;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._becomeSponsorBtn_sxiu2_12:hover{background:#4a3dd6;transform:translateY(-1px)}._modalOverlay_sxiu2_346{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._sponsorModal_sxiu2_358{width:100%;max-width:480px;background:#fff;border-radius:20px;overflow:hidden;position:relative;animation:_scaleIn_sxiu2_1 .22s cubic-bezier(.34,1.56,.64,1);box-shadow:0 24px 60px #0f172a38}@keyframes _scaleIn_sxiu2_1{0%{transform:scale(.88);opacity:0}to{transform:scale(1);opacity:1}}._modalCloseBtn_sxiu2_380{position:absolute;top:14px;right:14px;border:1px solid #e2e8f0;background:#fff;border-radius:50%;width:34px;height:34px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;color:#64748b;z-index:2;transition:all .15s}._modalCloseBtn_sxiu2_380:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}._sponsorModalImgWrap_sxiu2_405{width:100%;height:200px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #f1f5f9}._sponsorModalImg_sxiu2_405{width:100%;height:100%;object-fit:cover}._sponsorModalBody_sxiu2_423{padding:20px 24px 16px;display:flex;flex-direction:column;gap:10px}._sponsorModalBadge_sxiu2_430{display:inline-flex;align-items:center;gap:5px;width:fit-content;background:#5b4de8;color:#fff;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:600}._sponsorModalCompany_sxiu2_443{font-size:22px;font-weight:700;color:#0f172a;margin:0;line-height:1.2}._sponsorModalDesc_sxiu2_451{font-size:14px;color:#64748b;line-height:1.6;margin:0}._sponsorModalLink_sxiu2_458{display:inline-flex;align-items:center;gap:7px;color:#5b4de8;font-weight:600;font-size:14px;text-decoration:none;width:fit-content;padding:6px 0;border-bottom:1.5px solid transparent;transition:border-color .15s}._sponsorModalLink_sxiu2_458:hover{border-bottom-color:#5b4de8}._sponsorModalFooter_sxiu2_476{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-top:1px solid #f1f5f9;background:#fafafa;font-size:13px;font-weight:500;color:#64748b}._sponsorModalFooterIcon_sxiu2_489{color:#5b4de8}.theme-modern ._contentSection_sxiu2_2{background:#020617}.theme-modern ._sectionTitle_sxiu2_31{color:#fff}.theme-modern ._sectionSub_sxiu2_39{color:#cbd5e1}.theme-modern ._sectionLabel_sxiu2_17{color:#ff7a18}.theme-modern ._sponsorTabsRow_sxiu2_45{background:#ffffff0d;border-color:#ffffff1a}.theme-modern ._sponsorTab_sxiu2_45{color:#cbd5e1}.theme-modern ._sponsorTabActive_sxiu2_75{background:linear-gradient(135deg,#ff4d4d,#ff7a18)!important}.theme-modern ._sponsorCard_sxiu2_113{background:#0f172a;border-color:#ffffff14}.theme-modern ._sponsorName_sxiu2_199{color:#f1f5f9}.theme-modern ._sponsorTableSection_sxiu2_225{background:#0f172a;border-color:#ffffff14}.theme-modern ._sponsorTableTitle_sxiu2_258{color:#f1f5f9}.theme-modern ._sponsorTable_sxiu2_225{background:#0a0f1e}.theme-modern ._sponsorTable_sxiu2_225 th{background:#0f172a;color:#64748b;border-color:#ffffff0f}.theme-modern ._sponsorTable_sxiu2_225 td{color:#f1f5f9;border-color:#ffffff0a}.theme-modern ._sponsorTableLabel_sxiu2_306{background:#0f172a;color:#94a3b8}.theme-modern ._sponsorTablePrice_sxiu2_314{color:#ff7a18}._section_gv59g_2{padding:88px 48px;max-width:1200px;margin:0 auto}@media(max-width:768px){._section_gv59g_2{padding:60px 20px}}._header_gv59g_13{text-align:center;margin-bottom:52px}._eyebrow_gv59g_18{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6c63ff;background:#f0eeff;padding:5px 14px;border-radius:999px;margin-bottom:16px}._title_gv59g_31{font-size:42px;font-weight:800;color:#0f0f1a;letter-spacing:-.02em;margin:0 0 12px;line-height:1.15}._subtitle_gv59g_40{font-size:16px;color:#888;margin:0}@media(max-width:640px){._title_gv59g_31{font-size:28px}}._grid_gv59g_51{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}@media(max-width:900px){._grid_gv59g_51{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){._grid_gv59g_51{grid-template-columns:1fr}}._card_gv59g_62{border-radius:20px;overflow:hidden;background:#fff;border:1px solid #ebebeb;box-shadow:0 2px 12px #0000000f;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}._card_gv59g_62:hover{transform:translateY(-4px);box-shadow:0 8px 28px #6c63ff1f}._imgWrap_gv59g_79{height:200px;position:relative;overflow:hidden;background:#f7f7fb;flex-shrink:0}._img_gv59g_79{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._card_gv59g_62:hover ._img_gv59g_79{transform:scale(1.04)}._imgFallback_gv59g_96{width:100%;height:100%;background:linear-gradient(135deg,#e0daff,#c7bfff);color:#6c63ff;font-size:52px;font-weight:800;display:flex;align-items:center;justify-content:center}._cardOverlay_gv59g_109{position:absolute;inset:0;background:#6c63ffbf;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;opacity:0;transition:opacity .22s}._card_gv59g_62:hover ._cardOverlay_gv59g_109{opacity:1}._cardBody_gv59g_126{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column;gap:8px}._cardName_gv59g_134{font-size:17px;font-weight:700;color:#0f0f1a;margin:0;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._badge_gv59g_146{display:inline-block;background:#f0eeff;color:#6c63ff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:999px;width:fit-content}._viewMoreRow_gv59g_158{display:flex;justify-content:center;margin-top:8px;margin-bottom:16px}._viewMoreBtn_gv59g_165{display:inline-flex;align-items:center;gap:8px;background:#0f0f1a;color:#fff;border:none;border-radius:999px;padding:13px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:background .18s,transform .15s;letter-spacing:-.01em}._viewMoreBtn_gv59g_165:hover{background:#2d1f6e;transform:translateY(-2px)}._tableSection_gv59g_187{margin-top:56px}._tableSectionHeader_gv59g_189{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}._tableTitle_gv59g_198{font-size:20px;font-weight:700;color:#0f0f1a;margin:0}._viewToggle_gv59g_206{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}._toggleBtn_gv59g_214{display:flex;align-items:center;gap:5px;padding:7px 14px;border:none;background:transparent;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}._toggleBtn_gv59g_214:hover{background:#f3f4f6;color:#374151}._toggleActive_gv59g_231{background:#0f0f1a!important;color:#fff!important}._tableWrap_gv59g_237{overflow-x:auto;border-radius:16px;border:1px solid #eee}._table_gv59g_187{width:100%;border-collapse:collapse;min-width:420px}._table_gv59g_187 thead tr{background:#f8f7ff}._table_gv59g_187 th{padding:14px 20px;text-align:left;font-size:13px;font-weight:700;color:#555;border-bottom:1px solid #eee}._thInner_gv59g_260{display:flex;align-items:center;gap:7px}._thDot_gv59g_266{width:8px;height:8px;border-radius:50%;flex-shrink:0}._table_gv59g_187 td{padding:12px 20px;font-size:14px;color:#333;border-bottom:1px solid #f3f3f3}._table_gv59g_187 tbody tr:last-child td{border-bottom:none}._tableLabel_gv59g_282{font-weight:600;color:#666!important;font-size:13px!important}._price_gv59g_288{font-weight:700;color:#6c63ff}._priceRequest_gv59g_293{font-size:12px;color:#9ca3af;font-style:italic}._zonePill_gv59g_299{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}._floorPlan_gv59g_308{background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;padding:28px 24px}._entranceRow_gv59g_315{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px}._entranceDoor_gv59g_323{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:2px solid #059669;border-radius:10px;padding:8px 22px;font-size:18px}._entranceLabel_gv59g_334{font-size:12px;font-weight:800;color:#059669;letter-spacing:2px}._entranceLine_gv59g_341{width:2px;height:22px;background:linear-gradient(to bottom,#059669,#d1d5db);border-radius:1px}._zoneBlock_gv59g_348{margin-bottom:28px}._zoneHead_gv59g_350{display:flex;align-items:center;justify-content:space-between;border-left:4px solid;padding-left:12px;margin-bottom:14px}._zoneHeadLabel_gv59g_359{font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}._zoneHeadCount_gv59g_366{font-size:12px;color:#9ca3af}._boothsRow_gv59g_371{display:flex;flex-wrap:wrap;gap:10px}._boothCard_gv59g_378{border:1.5px solid;border-radius:12px;padding:10px 12px;min-width:110px;max-width:145px;flex:1;cursor:pointer;transition:transform .15s,box-shadow .15s;position:relative}._boothCard_gv59g_378:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000017}._boothFree_gv59g_395{background:#fff!important;border-color:#e5e7eb!important}._boothStallNum_gv59g_402{position:absolute;top:-1px;right:8px;font-size:9px;font-weight:700;padding:2px 6px;border-radius:0 0 6px 6px;letter-spacing:.5px;font-family:monospace;color:#fff}._boothTierTag_gv59g_415{font-size:9px;font-weight:700;letter-spacing:.8px;opacity:.65;margin-top:8px;margin-bottom:3px}._boothPackName_gv59g_424{font-size:12px;font-weight:700;line-height:1.3;margin-bottom:3px}._boothSize_gv59g_431{font-size:11px;color:#9ca3af;margin-bottom:6px}._boothAvail_gv59g_437{display:inline-block;font-size:10px;font-weight:600;color:#059669;background:#dcfce7;padding:2px 7px;border-radius:999px}._boothOccupantName_gv59g_447{font-size:11px;font-weight:600;color:#374151;background:#0000000f;padding:2px 7px;border-radius:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}._modalOverlay_gv59g_461{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:_fadeIn_gv59g_1 .18s ease}@keyframes _fadeIn_gv59g_1{0%{opacity:0}to{opacity:1}}._modal_gv59g_461{background:#fff;border-radius:24px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 20px 60px #0000002e;animation:_slideUp_gv59g_1 .22s cubic-bezier(.34,1.56,.64,1);position:relative}@keyframes _slideUp_gv59g_1{0%{transform:translateY(24px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}._modalClose_gv59g_495{position:absolute;top:14px;right:14px;z-index:10;background:#ffffffe6;border:1px solid #e5e7eb;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:background .15s;box-shadow:0 1px 4px #00000014}._modalClose_gv59g_495:hover{background:#f3f4f6}._modalImgWrap_gv59g_517{height:220px;background:#f7f7fb;overflow:hidden;position:relative}._modalImg_gv59g_517{width:100%;height:100%;object-fit:cover}._modalImgFallback_gv59g_530{width:100%;height:100%;background:linear-gradient(135deg,#e0daff,#c7bfff);color:#6c63ff;font-size:64px;font-weight:800;display:flex;align-items:center;justify-content:center}._boothModalBar_gv59g_543{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}._boothModalStallNum_gv59g_551{font-size:18px;font-weight:800;color:#fff;font-family:monospace;letter-spacing:1px}._boothModalTier_gv59g_559{font-size:12px;font-weight:700;color:#fffc;letter-spacing:1.5px}._modalBody_gv59g_567{padding:24px}._modalTopRow_gv59g_571{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._modalName_gv59g_578{font-size:22px;font-weight:800;color:#0f0f1a;margin:0 0 10px;letter-spacing:-.01em}._modalDesc_gv59g_586{font-size:14px;color:#555;line-height:1.6;margin:0 0 16px}._modalDescEmpty_gv59g_593{font-size:13px;color:#bbb;font-style:italic;margin:0 0 16px}._modalLinks_gv59g_600{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}._modalLink_gv59g_600{display:inline-flex;align-items:center;gap:5px;background:#f0eeff;color:#6c63ff;font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;text-decoration:none;transition:background .15s}._modalLink_gv59g_600:hover{background:#e0daff}._boothDetailGrid_gv59g_624{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}._boothDetailItem_gv59g_631{background:#f9fafb;border-radius:10px;padding:10px 14px;display:flex;flex-direction:column;gap:4px}._boothDetailKey_gv59g_640{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin:0}._boothDetailVal_gv59g_649{font-size:14px;font-weight:600;color:#111827}._boothOccupantCard_gv59g_655{background:#fef3c7;border-radius:10px;padding:12px 14px;margin-bottom:16px}._boothOccupantCardName_gv59g_662{font-size:15px;font-weight:700;color:#92400e;margin:0}._applyBoothBtn_gv59g_669{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;color:#fff;border:none;border-radius:12px;padding:13px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .18s,transform .15s;margin-top:4px}._applyBoothBtn_gv59g_669:hover{opacity:.88;transform:translateY(-1px)}._legendItem_gv59g_690{display:inline-flex;align-items:center;gap:8px;margin-right:16px}._entranceDoor_gv59g_323{display:inline-flex;align-items:center;gap:8px}._boothModalStallNum_gv59g_551{display:inline-flex;align-items:center;gap:8px;font-weight:700}._boothDetailVal_gv59g_649{display:inline-flex;align-items:center;gap:6px}._boothStatusSelected_gv59g_716{display:inline-flex;align-items:center;gap:6px;color:#065f46;font-weight:600}._root_1qq2i_4{font-family:Inter,sans-serif;background:#f7f7fb;min-height:50vh;color:#111827}._hero_1qq2i_12{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:32px 24px 17px;text-align:center}._heroEyebrow_1qq2i_17{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin-bottom:12px}._heroTitle_1qq2i_25{font-size:clamp(34px,5vw,54px);font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:8px}._heroSub_1qq2i_32{font-size:15px;color:#fff;margin-bottom:36px}._body_1qq2i_39{max-width:980px;margin:0 auto;padding:0 24px 80px}._tabsWrap_1qq2i_46{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10;box-shadow:0 1px 4px #0000000d}._tabsRow_1qq2i_54{display:flex;align-items:stretch;max-width:980px;margin:0 auto;padding:0 24px;overflow-x:auto;gap:0;scrollbar-width:none;-ms-overflow-style:none}._tabsRow_1qq2i_54::-webkit-scrollbar{display:none}._tab_1qq2i_46{padding:14px 22px 12px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s,background .15s;white-space:nowrap;line-height:1.3;text-align:center;border-radius:0}._tab_1qq2i_46:hover{color:#4f46e5;background:#f5f3ff}._tabLabel_1qq2i_89{display:block;font-size:13px;font-weight:600}._tabSub_1qq2i_94{display:block;font-size:11px;font-weight:400;color:#9ca3af;margin-top:2px}._tab_1qq2i_46._active_1qq2i_101{color:#4f46e5;border-bottom-color:#4f46e5;background:#f5f3ff}._tab_1qq2i_46._active_1qq2i_101 ._tabLabel_1qq2i_89{font-weight:700}._tab_1qq2i_46._active_1qq2i_101 ._tabSub_1qq2i_94{color:#818cf8}._tabDivider_1qq2i_112{width:1px;background:#e5e7eb;margin:10px 12px;flex-shrink:0}.theme-modern ._sessions_1qq2i_120{background:transparent;border:none}.theme-modern ._sessionRow_1qq2i_125{background:linear-gradient(135deg,#0f172a,#020617);border:1px solid rgba(255,255,255,.06);border-radius:12px;margin-bottom:14px}.theme-modern ._sessionRow_1qq2i_125:hover{background:#0f172a}.theme-modern ._sessionTitle_1qq2i_135{color:#fff}.theme-modern ._sessionTime_1qq2i_139{color:#f97316}.theme-modern ._sessionEndtime_1qq2i_143{color:#64748b}.theme-modern ._metaPill_1qq2i_147{background:#ffffff0d;border:none;color:#cbd5e1}._sessionRow_1qq2i_125{display:grid;grid-template-columns:100px 52px 1fr;align-items:start;padding:22px 24px;border-bottom:1px solid #f3f4f6;transition:background .12s;gap:0}._sessionRow_1qq2i_125:last-child{border-bottom:none}._sessionRow_1qq2i_125:hover{background:#fafafa}._sessionTimeBlock_1qq2i_167{padding-top:8px}._sessionTime_1qq2i_139{font-size:13px;font-weight:600;color:#374151;white-space:nowrap;line-height:1}._sessionEndtime_1qq2i_143{font-size:11px;font-weight:400;color:#9ca3af;margin-top:4px}._sessionIconWrap_1qq2i_183{display:flex;justify-content:center;padding-top:4px}._sessionIcon_1qq2i_183{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;border:1px solid transparent}._sessionContent_1qq2i_199{padding-left:14px}._sessionHeader_1qq2i_202{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}._sessionTitle_1qq2i_135{font-size:15px;font-weight:600;color:#111827;line-height:1.4}._typeBadge_1qq2i_215{flex-shrink:0;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;text-transform:capitalize;margin-top:2px}._sessionMeta_1qq2i_224{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._metaPill_1qq2i_147{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6b7280;font-weight:500;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:4px 10px;line-height:1}._venueBtn_1qq2i_243{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;padding:4px 10px;cursor:pointer;text-decoration:none;transition:background .15s;line-height:1;font-family:Inter,sans-serif}._venueBtn_1qq2i_243:hover{background:#e0e7ff}._venueBtn_1qq2i_243 svg{width:11px;height:11px;flex-shrink:0}._durationTag_1qq2i_268{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:#9ca3af;padding:2px 0}._dot_1qq2i_277{width:3px;height:3px;border-radius:50%;background:#d1d5db;flex-shrink:0}._empty_1qq2i_286{text-align:center;padding:64px 24px;color:#9ca3af;font-size:14px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;margin-top:24px}._emptyIcon_1qq2i_296{font-size:36px;display:block;margin-bottom:12px}._emptyTitle_1qq2i_301{font-size:16px;font-weight:600;color:#374151;margin-bottom:6px}._fileBlock_1qq2i_309{margin-top:24px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;overflow:hidden}._fileLabel_1qq2i_316{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:13px;font-weight:600;color:#374151}._pdfScrollArea_1qq2i_329{max-height:88vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;background:#f3f4f6}._pdfScrollArea_1qq2i_329::-webkit-scrollbar{width:5px}._pdfScrollArea_1qq2i_329::-webkit-scrollbar-track{background:#f3f4f6}._pdfScrollArea_1qq2i_329::-webkit-scrollbar-thumb{background:#c4c9d4;border-radius:3px}._pdfScrollArea_1qq2i_329::-webkit-scrollbar-thumb:hover{background:#9ca3af}._imageEmbed_1qq2i_350{width:100%;display:block;object-fit:contain;max-height:900px}._pdfContainer_1qq2i_358{padding:16px 16px 8px;background:#f3f4f6}._pdfLoading_1qq2i_362{text-align:center;padding:48px 24px;color:#6b7280;font-size:14px}._pdfSpinner_1qq2i_368{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:_spin_1qq2i_1 .7s linear infinite;margin:0 auto 12px}@keyframes _spin_1qq2i_1{to{transform:rotate(360deg)}}._pdfError_1qq2i_380{text-align:center;padding:48px 24px;color:#ef4444;font-size:14px}._pdfPageCount_1qq2i_386{text-align:center;font-size:11px;color:#9ca3af;padding:4px 0 8px}._scientificHighlights_1qq2i_394{margin-top:40px;margin-bottom:40px;background:var(--color-background-primary, #fff);border-radius:16px;padding:32px 32px 24px;border:2px solid rgba(99,102,241,.1);box-shadow:0 8px 24px #0f172a14,0 20px 40px #6366f124;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._highlightHeader_1qq2i_416{text-align:center;margin-bottom:8px}._highlightEyebrow_1qq2i_421{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#9ca3af;margin-bottom:8px}._highlightTitle_1qq2i_430{font-size:24px;font-weight:600;color:#4f46e5;margin:0 0 10px;text-align:center}._highlightDivider_1qq2i_438{width:40px;height:2px;background:#534ab7;margin:0 auto 28px;border-radius:2px}._highlightGrid_1qq2i_446{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(max-width:768px){._highlightGrid_1qq2i_446{grid-template-columns:1fr}}._highlightCard_1qq2i_458{display:flex;align-items:flex-start;gap:12px;padding:13px 15px;background:#fff;border:.5px solid #e5e7eb;border-left:3px solid #534AB7;border-radius:12px;transition:border-color .15s,box-shadow .15s}._highlightCard_1qq2i_458:hover{border-left-color:#7f77dd;box-shadow:0 4px 12px #4f46e514}._highlightIcon_1qq2i_475{flex-shrink:0;width:30px;height:30px;background:#eeedfe;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#534ab7;font-size:15px}._highlightText_1qq2i_488{font-size:13.5px;font-weight:400;color:#374151;line-height:1.5;padding-top:5px}._highlightBadgeRow_1qq2i_496{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:24px}._highlightBadge_1qq2i_496{font-size:12px;font-weight:500;padding:5px 14px;border-radius:20px;border:.5px solid #e5e7eb;color:#6b7280;background:#f9fafb;display:inline-flex;align-items:center;gap:5px}@media(max-width:560px){._sessionRow_1qq2i_125{grid-template-columns:80px 40px 1fr;padding:16px}._sessionTime_1qq2i_139{font-size:11px}._sessionTitle_1qq2i_135{font-size:14px}._hero_1qq2i_12{padding:52px 16px 44px}._body_1qq2i_39{padding:0 0 60px}._tabsRow_1qq2i_54{padding:0 16px}._pdfScrollArea_1qq2i_329{max-height:70vh}}.theme-modern ._root_1qq2i_4{background:#020617;color:#e2e8f0}.theme-modern ._hero_1qq2i_12{background:linear-gradient(135deg,#020617,#0f172a)}.theme-modern ._tabsWrap_1qq2i_46{background:#020617;border-bottom:1px solid rgba(255,255,255,.08)}.theme-modern ._tab_1qq2i_46{color:#94a3b8}.theme-modern ._tab_1qq2i_46._active_1qq2i_101{color:#fff;border-bottom-color:#ff4d4d;background:transparent}._root_kmgwe_4{font-family:Inter,sans-serif;background:#f5f6fa;min-height:100vh;color:#111827}._hero_kmgwe_12{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:32px 32px 50px;text-align:center}._heroEyebrow_kmgwe_23{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9;margin-bottom:12px}._heroTitle_kmgwe_31{font-size:clamp(34px,5vw,54px);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:10px}._heroSub_kmgwe_38{font-size:15px;color:#ffffffb3}._body_kmgwe_44{max-width:1180px;margin:0 auto;padding:52px 28px 80px}._grid_kmgwe_49{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;align-items:start}._card_kmgwe_57{background:#fff;border-radius:20px;border:2px solid transparent;border-color:#5b4de859;overflow:visible;display:flex;flex-direction:column;box-shadow:0 8px 24px #0f172a14,0 20px 48px #5b4de824;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._card_kmgwe_57:hover{transform:translateY(-6px);border-color:#4234e373;box-shadow:0 8px 24px #0f172a14,0 20px 48px #5b4de824}._cardTop_kmgwe_92{position:relative;width:100%;height:100%;aspect-ratio:3/1;border-radius:16px 16px 0 0;overflow:hidden}._bannerImg_kmgwe_102{width:100%;height:100%;object-fit:cover}._bannerGradient_kmgwe_108{width:100%;height:100%}._badge_kmgwe_112{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;gap:5px;background:#fffffff2;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700;color:#4338ca;z-index:3;border:1px solid rgba(255,255,255,.5);line-height:1}._avatarAnchor_kmgwe_129{position:relative;height:0;z-index:5}._avatarCircle_kmgwe_134,._avatarInitials_kmgwe_135{position:absolute;top:-30px;left:16px;width:60px;height:60px;border-radius:50%;border:3px solid #fff;box-shadow:0 4px 12px #0f172a1f,0 10px 24px #0f172a14}._avatarCircle_kmgwe_134{object-fit:cover;display:block;background:#e0e7ff}._avatarInitials_kmgwe_135{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff}._cardBody_kmgwe_160{padding:42px 16px 16px;display:flex;flex-direction:column;flex:1}._name_kmgwe_166{font-size:14px;font-weight:700;color:#111827;margin-bottom:5px;line-height:1.3}._designation_kmgwe_173{font-size:12px;color:#6b7280;font-weight:400;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._spacer_kmgwe_184{min-height:8px}._viewBtn_kmgwe_187{display:block;width:100%;padding:10px;border-radius:8px;background:#5b4de8;color:#fff;font-size:13px;font-weight:600;font-family:Inter,sans-serif;text-align:center;cursor:pointer;border:none;transition:opacity .15s,transform .15s;margin-top:14px}._viewBtn_kmgwe_187:hover{opacity:.88;transform:translateY(-1px)}._empty_kmgwe_209{text-align:center;padding:80px 24px;color:#9ca3af}._emptyIcon_kmgwe_214{font-size:40px;display:block;margin-bottom:14px}._emptyTitle_kmgwe_219{font-size:18px;font-weight:700;color:#374151;margin-bottom:6px}._backdrop_kmgwe_227{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:_fadeIn_kmgwe_1 .18s ease}@keyframes _fadeIn_kmgwe_1{0%{opacity:0}to{opacity:1}}._box_kmgwe_249{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;position:relative;animation:_slideUp_kmgwe_1 .22s ease;box-shadow:0 24px 64px #00000038}@keyframes _slideUp_kmgwe_1{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._modalBanner_kmgwe_271{position:relative;width:100%;aspect-ratio:3/1;border-radius:20px 20px 0 0;overflow:hidden}._modalBannerImg_kmgwe_278{width:100%;height:100%;object-fit:cover}._modalBannerGradient_kmgwe_284{width:100%;height:100%}._closeBtn_kmgwe_289{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffeb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;box-shadow:0 2px 8px #00000024;transition:background .15s;z-index:10}._closeBtn_kmgwe_289:hover{background:#fff}._modalAvatarWrap_kmgwe_311{display:flex;justify-content:center;margin-top:-52px;position:relative;z-index:5}._modalAvatar_kmgwe_311{width:100px;height:100px;border-radius:50%;border:4px solid #fff;box-shadow:0 4px 16px #00000029;object-fit:cover;display:block;background:#e0e7ff}._modalAvatarInitials_kmgwe_328{display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;color:#fff}._modalBody_kmgwe_337{padding:16px 28px 28px;text-align:center}._modalName_kmgwe_341{font-size:22px;font-weight:800;color:#111827;margin-bottom:10px}._designationPill_kmgwe_347{display:inline-block;background:#eef2ff;color:#4338ca;font-size:13px;font-weight:600;border-radius:20px;padding:4px 14px;margin-bottom:20px}._about_kmgwe_357{background:#f9fafb;border-radius:12px;padding:16px 18px;text-align:left;margin-top:4px}._aboutLabel_kmgwe_364{font-size:10px;font-weight:700;letter-spacing:.14em;color:#9ca3af;text-transform:uppercase;margin-bottom:8px}._aboutText_kmgwe_372{font-size:14px;color:#374151;line-height:1.65}.theme-modern ._root_kmgwe_4{background:#020617}.theme-modern ._hero_kmgwe_12{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_kmgwe_31{color:#fff}.theme-modern ._heroSub_kmgwe_38{color:#cbd5e1}.theme-modern ._heroEyebrow_kmgwe_23{color:#ff7a18}.theme-modern ._card_kmgwe_57{background:#0f172a;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 14px #00000059,0 18px 40px #00000073}.theme-modern ._card_kmgwe_57:hover{border-color:#ff7a1840;box-shadow:0 8px 24px #0006,0 24px 50px #ff7a181f;transform:translateY(-6px)}.theme-modern ._name_kmgwe_166{color:#fff}.theme-modern ._designation_kmgwe_173{color:#94a3b8}.theme-modern ._viewBtn_kmgwe_187{background:linear-gradient(135deg,#ff4d4d,#ff7a18);color:#fff}.theme-modern ._emptyTitle_kmgwe_219{color:#fff}.theme-modern ._empty_kmgwe_209{color:#94a3b8}.theme-modern ._box_kmgwe_249{background:#020617}.theme-modern ._modalName_kmgwe_341{color:#fff}.theme-modern ._aboutText_kmgwe_372{color:#cbd5e1}.theme-modern ._designationPill_kmgwe_347{background:#ffffff14;color:#ff7a18}@media(max-width:560px){._body_kmgwe_44{padding:32px 16px 60px}._grid_kmgwe_49{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:16px}._hero_kmgwe_12{padding:52px 16px 44px}._cardTop_kmgwe_92{height:85px}._avatarCircle_kmgwe_134,._avatarInitials_kmgwe_135{width:50px;height:50px;top:-25px;font-size:16px}._cardBody_kmgwe_160{padding:36px 14px 14px}._name_kmgwe_166{font-size:13px}._box_kmgwe_249{border-radius:16px}._modalBanner_kmgwe_271{height:130px;border-radius:16px 16px 0 0}._modalBody_kmgwe_337{padding:12px 18px 22px}._modalName_kmgwe_341{font-size:18px}._modalAvatar_kmgwe_311{width:80px;height:80px}._modalAvatarWrap_kmgwe_311{margin-top:-40px}}._heroBanner_13xes_4{position:relative;width:100%;height:320px;overflow:hidden}._heroBannerImg_13xes_11{width:100%;height:100%;object-fit:cover;object-position:center;display:block}._heroBannerOverlay_13xes_19{position:absolute;inset:0;background:linear-gradient(to bottom,#0f0a1e40,#0f0a1ea6)}._heroBannerContent_13xes_27{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 32px;gap:8px}._heroBannerEyebrow_13xes_39{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#fff;margin:0}._heroBannerTitle_13xes_48{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(22px,4vw,38px);font-weight:400;color:#fff;margin:0;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.3)}._heroBannerAddress_13xes_58{font-size:14px;color:#ffffffd1;margin:2px 0 12px;max-width:560px;line-height:1.5}._heroDirectionsBtn_13xes_66{display:inline-flex;align-items:center;gap:7px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#fff;background:#e87722;border-radius:100px;padding:9px 20px;text-decoration:none;transition:background .15s,transform .1s;letter-spacing:.01em}._heroDirectionsBtn_13xes_66:hover{background:#c9651a;transform:translateY(-1px)}._heroPlaceholder_13xes_88{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:56px 32px 48px;text-align:center}._heroPlaceholderTitle_13xes_94{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(24px,4vw,32px);font-weight:400;color:#ffffffd9;margin:8px 0 0;line-height:1.1}._wrapper_13xes_104{width:100%;background:#fff;font-family:Inter,sans-serif}._body_13xes_110{padding:60px 20px}._inner_13xes_114{max-width:1180px;margin:0 auto}._sectionHead_13xes_120{margin-bottom:30px}._sectionTitle_13xes_124{font-size:42px;font-weight:700;color:#18181b;margin-bottom:8px;line-height:1.1}._sectionSub_13xes_132{font-size:16px;color:#7c7c88;line-height:1.6}._layout_13xes_142{display:grid;grid-template-columns:360px 1fr;gap:24px;align-items:stretch}._leftColumn_13xes_153{display:flex;flex-direction:column;gap:18px}._venueImageCard_13xes_163{position:relative;overflow:hidden;height:220px;border-radius:26px;background:#fff;border-color:#6366f12e;box-shadow:0 12px 32px #0f172a1a,0 24px 48px #6366f12e;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._venueCardImg_13xes_185{width:100%;height:100%;object-fit:cover;display:block}._addressCard_13xes_196{background:#f8f8fc;border-radius:26px;padding:28px;display:flex;flex-direction:column;gap:22px;border:1.5px solid transparent;border-color:#6366f12e;box-shadow:0 12px 32px #0f172a1a,0 24px 48px #6366f12e;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._addressIcon_13xes_224{width:58px;height:58px;border-radius:18px;background:#624aff14;color:#624aff;display:flex;align-items:center;justify-content:center}._addressLabel_13xes_239{font-size:13px;font-weight:700;letter-spacing:.18em;color:#9a9aaa;margin-bottom:16px}._venueAddress_13xes_250{font-size:18px;line-height:1.8;color:#18181b;font-weight:500}._addressActions_13xes_261{margin-top:8px}._directionsBtn_13xes_265{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 20px;border-radius:14px;background:linear-gradient(135deg,#6d5dfc,#5a46f0);color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s ease;box-shadow:0 10px 20px #624aff40}._directionsBtn_13xes_265:hover{transform:translateY(-2px);box-shadow:0 14px 28px #624aff52}._mapWrapper_13xes_303{position:relative;min-height:100%;overflow:hidden;border-radius:26px;background:#fff;border-color:#6366f12e;box-shadow:0 12px 32px #0f172a1a,0 24px 48px #6366f12e;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._mapWrapper_13xes_303 iframe{position:absolute;inset:0;width:100%;height:100%;border:none}@media(max-width:900px){._layout_13xes_142{display:flex;flex-direction:column}._venueImageCard_13xes_163{order:1}._mapWrapper_13xes_303{order:2;min-height:420px}._addressCard_13xes_196{order:3}._leftColumn_13xes_153{display:contents}}@media(max-width:600px){._body_13xes_110{padding:40px 16px}._sectionTitle_13xes_124{font-size:32px}._sectionSub_13xes_132{font-size:14px}._venueImageCard_13xes_163{height:190px;border-radius:20px}._addressCard_13xes_196{border-radius:20px;padding:22px}._mapWrapper_13xes_303{min-height:320px;border-radius:20px}._venueAddress_13xes_250{font-size:15px}._directionsBtn_13xes_265{padding:14px;font-size:14px}}._page_fvs9k_4{min-height:100vh;background:#f5f6fb;font-family:Segoe UI,system-ui,sans-serif;color:#1e293b}._header_fvs9k_14{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);border-bottom:1px solid #ddd6fe;padding:52px 40px 40px}._headerInner_fvs9k_20{max-width:1100px;margin:0 auto;text-align:center}._header_fvs9k_14{padding:52px 40px 40px;display:flex;justify-content:center}._eyebrow_fvs9k_32{font-size:11px;font-weight:700;letter-spacing:3px;color:#fff;margin:0 0 10px}._title_fvs9k_40{font-size:32px;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.5px;line-height:1.2}._sub_fvs9k_49{font-size:14px;color:#fff;margin:0}._tabsWrap_fvs9k_58{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 40px}._tabs_fvs9k_58{max-width:1100px;margin:0 auto;display:flex;gap:4px;overflow-x:auto;padding:12px 0;scrollbar-width:none}._tabs_fvs9k_58::-webkit-scrollbar{display:none}._tab_fvs9k_58{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .15s ease}._tab_fvs9k_58:hover{border-color:#6366f1;color:#4f46e5;background:#f5f3ff}._tabActive_fvs9k_98{background:#4f46e5!important;color:#fff!important;border-color:#4f46e5!important}._tabCount_fvs9k_104{font-size:11px;font-weight:700;background:#0000001a;padding:1px 7px;border-radius:999px}._tabActive_fvs9k_98 ._tabCount_fvs9k_104{background:#ffffff40}._body_fvs9k_119{max-width:1100px;margin:0 auto;padding:40px 40px 72px}._state_fvs9k_128{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:80px 24px;color:#64748b;text-align:center}._stateIcon_fvs9k_139{font-size:40px}._stateTitle_fvs9k_140{font-size:17px;font-weight:700;color:#1e293b;margin:0}._stateSub_fvs9k_141{font-size:14px;color:#94a3b8;margin:0}._spinner_fvs9k_143{width:34px;height:34px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:_spin_fvs9k_143 .7s linear infinite}@keyframes _spin_fvs9k_143{to{transform:rotate(360deg)}}._groups_fvs9k_157{display:flex;flex-direction:column;gap:44px}._groupHeader_fvs9k_163{display:flex;align-items:center;gap:9px;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._groupDot_fvs9k_172{width:9px;height:9px;border-radius:50%;flex-shrink:0}._groupTitle_fvs9k_179{font-size:16px;font-weight:800;margin:0;letter-spacing:-.2px}._groupCount_fvs9k_186{margin-left:auto;font-size:12px;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:3px 10px;border-radius:999px}._grid_fvs9k_199{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}._card_fvs9k_208{background:#fff;border:2px solid rgba(15,23,42,.08);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:12px;cursor:default;border-color:#6365f1af;box-shadow:0 8px 24px #0f172a14,0 20px 40px #6366f124;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._card_fvs9k_208[role=link]{cursor:pointer}._cardLogo_fvs9k_246{width:68px;height:48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}._cardLogo_fvs9k_246 img{width:100%;height:100%;object-fit:contain;padding:6px}._cardLogoFallback_fvs9k_266{font-size:20px;font-weight:800;color:var(--accent, #4f46e5)}._cardInfo_fvs9k_272{flex:1}._cardName_fvs9k_274{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 4px;line-height:1.3}._cardDesc_fvs9k_282{font-size:12px;color:#64748b;margin:0 0 6px;line-height:1.45}._cardLink_fvs9k_289{font-size:12px;font-weight:600;color:var(--accent, #4f46e5)}._cardBadge_fvs9k_295{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;align-self:flex-start;text-transform:capitalize}._badgeDot_fvs9k_307{width:6px;height:6px;border-radius:50%;flex-shrink:0}._bsWrap_fvs9k_317{background:#fff;border-top:1px solid #e2e8f0;padding:48px 40px 64px}._bsBox_fvs9k_323{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:28px}._bsTop_fvs9k_331{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}._bsLabel_fvs9k_339{font-size:11px;font-weight:700;letter-spacing:3px;color:#fff;margin:0 0 8px}._bsTitle_fvs9k_347{font-size:24px;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.4px}._bsSub_fvs9k_355{font-size:14px;color:#fff;margin:0;max-width:480px;line-height:1.6}._bsBtn_fvs9k_363{display:inline-flex;align-items:center;gap:7px;background:#4f46e5;color:#fff;font-size:14px;font-weight:700;padding:11px 22px;border-radius:9px;border:none;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .15s ease;flex-shrink:0;align-self:center}._bsBtn_fvs9k_363:hover{background:#4338ca;transform:translateY(-1px)}._bsTable_fvs9k_387{border:2px solid rgba(99,102,241,.12);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #0f172a0f,0 20px 40px #6366f11f}._bsTableHead_fvs9k_401{display:grid;grid-template-columns:160px repeat(auto-fit,minmax(120px,1fr));background:#f8fafc;border-bottom:1.5px solid #e2e8f0;padding:10px 20px;gap:12px}._bsTableHead_fvs9k_401 span{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#94a3b8}._bsTableRow_fvs9k_418{display:grid;grid-template-columns:160px repeat(auto-fit,minmax(120px,1fr));padding:14px 20px;gap:12px;border-bottom:1px solid #f1f5f9;align-items:center}._bsTableRow_fvs9k_418:last-child{border-bottom:none}._bsTableRow_fvs9k_418 span:first-child{font-size:13px;font-weight:600;color:#475569}._bsPrice_fvs9k_435{font-size:14px;font-weight:700;color:#0f172a}._bsApply_fvs9k_441{font-size:13px;font-weight:600;color:#4f46e5;background:none;border:none;cursor:pointer;padding:0;text-decoration:none}._bsApply_fvs9k_441:hover{text-decoration:underline}._bsDash_fvs9k_454{font-size:14px;color:#94a3b8}._modalOverlay_fvs9k_462{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}._formModal_fvs9k_474{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 64px #0000002e;animation:_modalIn_fvs9k_1 .2s ease}@keyframes _modalIn_fvs9k_1{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalCloseBtn_fvs9k_491{position:absolute;top:14px;right:16px;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:14px;cursor:pointer;color:#475569;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s}._modalCloseBtn_fvs9k_491:hover{background:#e2e8f0;color:#0f172a}.theme-modern ._page_fvs9k_4{background:#020617;color:#e2e8f0}.theme-modern ._header_fvs9k_14{background:radial-gradient(circle at 30% 30%,#1e293b,#020617);border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._eyebrow_fvs9k_32{color:#ff7a18}.theme-modern ._title_fvs9k_40{color:#fff}.theme-modern ._sub_fvs9k_49{color:#cbd5e1}.theme-modern ._tabsWrap_fvs9k_58{background:#020617;border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._tab_fvs9k_58{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#94a3b8}.theme-modern ._tabActive_fvs9k_98{background:linear-gradient(135deg,#ff4d4d,#ff7a18)!important;color:#fff!important}.theme-modern ._card_fvs9k_208{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._card_fvs9k_208:hover{box-shadow:0 10px 30px #0009;border-color:#ffffff1f}.theme-modern ._cardName_fvs9k_274{color:#fff}.theme-modern ._cardDesc_fvs9k_282{color:#94a3b8}.theme-modern ._cardLink_fvs9k_289{color:#ff7a18}.theme-modern ._groupHeader_fvs9k_163{border-bottom:1px solid rgba(255,255,255,.06)}.theme-modern ._groupCount_fvs9k_186{background:#ffffff0d;color:#94a3b8}.theme-modern ._bsWrap_fvs9k_317{background:#020617;border-top:1px solid rgba(255,255,255,.05)}.theme-modern ._bsBox_fvs9k_323{background:#0f172a;border-radius:16px;padding:24px}.theme-modern ._bsTitle_fvs9k_347{color:#fff}.theme-modern ._bsSub_fvs9k_355{color:#cbd5e1}.theme-modern ._bsBtn_fvs9k_363{background:linear-gradient(135deg,#ff4d4d,#ff7a18)}.theme-modern ._bsTable_fvs9k_387{border:1px solid rgba(255,255,255,.05)}.theme-modern ._bsTableHead_fvs9k_401{background:#020617}.theme-modern ._bsTableRow_fvs9k_418{border-bottom:1px solid rgba(255,255,255,.04)}.theme-modern ._bsPrice_fvs9k_435{color:#ff7a18}@media(max-width:768px){._header_fvs9k_14{padding:36px 20px 28px}._title_fvs9k_40{font-size:24px}._tabsWrap_fvs9k_58{padding:0 16px}._body_fvs9k_119{padding:28px 16px 56px}._grid_fvs9k_199{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._bsWrap_fvs9k_317{padding:36px 16px 48px}._bsTop_fvs9k_331{flex-direction:column}._bsBtn_fvs9k_363{width:100%;justify-content:center}._bsTableHead_fvs9k_401,._bsTableRow_fvs9k_418{grid-template-columns:100px repeat(auto-fit,minmax(90px,1fr));padding:10px 14px}}._root_bd04m_4{font-family:Inter,sans-serif;background:#f5f6fa;min-height:100vh;color:#111827}._hero_bd04m_12{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:32px 32px 50px;text-align:center}._heroEyebrow_bd04m_24{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9;margin-bottom:12px}._heroTitle_bd04m_33{font-size:clamp(34px,5vw,54px);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:10px}._heroSub_bd04m_41{font-size:15px;color:#ffffffb3}._body_bd04m_47{max-width:1100px;margin:0 auto;padding:56px 28px 80px}._grid_bd04m_54{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;justify-items:center}._card_bd04m_62{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;width:100%;padding:28px 16px 24px;background:#fff;border:2px solid #d9dcf7;border-color:#5b4de859;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0f172a14,0 4px 12px #5b4de814}._avatarWrap_bd04m_92{width:calc(100% + 32px);margin-top:-28px;height:240px;overflow:hidden;border-radius:20px 20px 0 0;background:#f3f4f6;flex-shrink:0;border-bottom:1px solid #ececf3}._avatar_bd04m_92{width:100%;height:100%;object-fit:cover;display:block}._avatarInitials_bd04m_119{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:800;color:#fff}._name_bd04m_134{font-size:14px;font-weight:700;color:#111827;line-height:1.3;margin:0}._designation_bd04m_143{font-size:12px;color:#6b7280;font-weight:400;margin:0;line-height:1.4}._empty_bd04m_152{text-align:center;padding:80px 24px;color:#9ca3af}._emptyIcon_bd04m_158{font-size:40px;display:block;margin-bottom:14px}._emptyTitle_bd04m_164{font-size:18px;font-weight:700;color:#374151;margin-bottom:6px}.theme-modern ._root_bd04m_4{background:#020617;color:#e2e8f0}.theme-modern ._hero_bd04m_12{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_bd04m_33{color:#fff}.theme-modern ._heroSub_bd04m_41{color:#cbd5e1}.theme-modern ._heroEyebrow_bd04m_24{color:#ff7a18}.theme-modern ._name_bd04m_134{color:#fff}.theme-modern ._designation_bd04m_143{color:#94a3b8}.theme-modern ._avatarWrap_bd04m_92{border:2px solid rgba(255,255,255,.1)}.theme-modern ._empty_bd04m_152{color:#94a3b8}.theme-modern ._emptyTitle_bd04m_164{color:#fff}@media(max-width:768px){._grid_bd04m_54{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px}._avatarWrap_bd04m_92{height:180px}}@media(max-width:560px){._hero_bd04m_12{padding:52px 16px 44px}._body_bd04m_47{padding:32px 16px 60px}._grid_bd04m_54{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}._card_bd04m_62{padding:20px 12px 18px;gap:10px}._avatarWrap_bd04m_92{height:160px}._avatarInitials_bd04m_119{font-size:20px}._name_bd04m_134{font-size:13px}._designation_bd04m_143{font-size:11px}}._heroSection_wy0ap_5{width:100%;height:100dvh;background:#fff;overflow:hidden;display:flex;align-items:center;position:relative}._container_wy0ap_23{width:min(90%,1200px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:5%}._leftContent_wy0ap_41{width:48%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:1.4rem}._heading_wy0ap_56{width:100%;font-size:clamp(32px,4vw,52px);line-height:1.15;font-weight:800;letter-spacing:-.02em;color:#333}._heading_wy0ap_56 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_wy0ap_87{width:88%;color:#5f5f5f;font-size:1rem;line-height:1.9;font-weight:400}._primaryBtn_wy0ap_103{width:fit-content;height:48px;padding:0rem 1.6rem;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;letter-spacing:-.2px;display:flex;align-items:center;justify-content:center;gap:.7rem;cursor:pointer;transition:opacity .15s,transform .1s}._primaryBtn_wy0ap_103:hover{opacity:.95;transform:translateY(-2px)}._featuresWrapper_wy0ap_152{width:100%;display:flex;flex-direction:column;gap:.9rem}._featureItem_wy0ap_161{width:fit-content;display:flex;align-items:center;gap:.8rem}._checkIcon_wy0ap_170{color:#01669c;font-size:.95rem;flex-shrink:0}._featureContent_wy0ap_178{display:flex;align-items:center;gap:.7rem}._featureContent_wy0ap_178 svg{color:#01669c;font-size:.9rem}._featureContent_wy0ap_178 span{color:#303030;font-size:.98rem;font-weight:500}._statsWrapper_wy0ap_203{width:fit-content;display:flex;align-items:center;gap:1.6rem;padding-top:.5rem}._statCard_wy0ap_214 h3{color:#073e59;font-size:2.4rem;font-weight:700;line-height:1}._statCard_wy0ap_214 p{margin-top:.3rem;color:#666;font-size:.92rem;line-height:1.5}._divider_wy0ap_234{width:1px;height:4rem;background:#d8d8d8}._rightContent_wy0ap_245{width:47%;height:100%;display:flex;align-items:center;justify-content:center}._imageWrapper_wy0ap_258{width:100%;display:flex;align-items:center;justify-content:center}._heroImage_wy0ap_266{width:100%;max-height:85dvh;object-fit:contain;display:block}@media(max-width:1024px){._heroSection_wy0ap_5{height:auto;padding:10% 0%}._container_wy0ap_23{height:auto;flex-direction:column-reverse;gap:4rem}._leftContent_wy0ap_41,._rightContent_wy0ap_245{width:100%;height:auto}._description_wy0ap_87{width:100%}._imageWrapper_wy0ap_258{width:75%;margin:0 auto}._heading_wy0ap_56{font-size:46px}}@media(max-width:768px){._heroSection_wy0ap_5{padding:18% 0% 12%}._heading_wy0ap_56{font-size:40px;line-height:1.1}._imageWrapper_wy0ap_258{width:85%}}@media(max-width:600px){._primaryBtn_wy0ap_103{width:100%}._statsWrapper_wy0ap_203{width:100%;justify-content:space-between}._imageWrapper_wy0ap_258{width:100%}._heading_wy0ap_56{font-size:34px}}@media(max-width:480px){._heroSection_wy0ap_5{height:auto;padding:26% 0% 18%}._heading_wy0ap_56{font-size:30px;line-height:1.15}._description_wy0ap_87{font-size:.95rem}._divider_wy0ap_234{display:none}._statsWrapper_wy0ap_203{gap:1rem}._statCard_wy0ap_214 h3{font-size:2rem}._featureItem_wy0ap_161,._featureContent_wy0ap_178{align-items:flex-start}}._outcomesSection_6drmv_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_6drmv_19{width:min(90%,1300px);margin:0 auto}._sectionHeader_6drmv_29{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_6drmv_39{width:fit-content;padding:.7rem 1.3rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.15);color:#01669c;font-size:.92rem;font-weight:600}._heading_6drmv_56{margin-top:1.5rem;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.12;font-weight:800;letter-spacing:-.03em;color:#333}._heading_6drmv_56 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_6drmv_84{width:min(90%,700px);margin-top:1.2rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._desktopGrid_6drmv_100{width:100%;margin-top:5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}._mobileSlider_6drmv_115{display:none}._swipeIndicator_6drmv_123{width:100%;margin-bottom:1rem;display:none;justify-content:center;align-items:center}._swipeIndicator_6drmv_123 span{width:fit-content;display:flex;align-items:center;padding:.45rem .9rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.12);color:#01669c;font-size:.78rem;font-weight:600;letter-spacing:.02em}._swipeIcon_6drmv_156{margin-left:.4rem;font-size:.9rem}._card_6drmv_167{width:100%;min-height:100%;border-radius:1.8rem;border:1px solid #EAEAEA;background:#fff;overflow:hidden;transition:transform .3s ease,border-color .3s ease;display:flex;flex-direction:column;justify-content:space-between}._card_6drmv_167:hover{transform:translateY(-6px);border-color:#03b4ef40}._cardContent_6drmv_199{width:100%;padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;gap:1.3rem}._iconWrapper_6drmv_210{width:4rem;height:4rem;border-radius:1.2rem;background:#03b4ef14;border:1px solid rgba(3,180,239,.12);display:flex;align-items:center;justify-content:center}._iconWrapper_6drmv_210 svg{color:#01669c;font-size:1.5rem}._cardContent_6drmv_199 h3{color:#202020;font-size:1.9rem;line-height:1.3;font-weight:700;letter-spacing:-.03em}._cardContent_6drmv_199 p{color:#5f5f5f;font-size:1rem;line-height:1.9}._imageWrapper_6drmv_255{width:100%;padding:0rem 1.2rem 1.2rem}._cardImage_6drmv_261{width:100%;height:auto;object-fit:contain;display:block;border-radius:1.2rem;background:#f7f9fc}@media(max-width:1200px){._desktopGrid_6drmv_100{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){._outcomesSection_6drmv_5{padding:10% 0%}._heading_6drmv_56{font-size:48px}}@media(max-width:768px){._outcomesSection_6drmv_5{padding:14% 0%}._desktopGrid_6drmv_100{gap:1.2rem}._heading_6drmv_56{font-size:40px}._cardContent_6drmv_199 h3{font-size:1.7rem}}@media(max-width:600px){._desktopGrid_6drmv_100{display:none}._mobileSlider_6drmv_115{display:block;margin-top:3rem}._mobileSlider_6drmv_115 .swiper{overflow:visible}._mobileSlider_6drmv_115 .swiper-slide{height:auto}._swipeIndicator_6drmv_123{display:flex}._heading_6drmv_56{font-size:34px}._cardContent_6drmv_199{padding:1.6rem}._imageWrapper_6drmv_255{padding:0rem 1rem 1rem}}@media(max-width:480px){._outcomesSection_6drmv_5{padding:18% 0%}._heading_6drmv_56{font-size:30px;line-height:1.15}._description_6drmv_84{font-size:.95rem}._cardContent_6drmv_199 h3{font-size:1.5rem}._cardContent_6drmv_199 p{font-size:.95rem}}: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-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.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}:is(.swiper:not(.swiper-watch-progress),.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)}}._checkInSection_1gvnp_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_1gvnp_19{width:min(90%,1280px);margin:0 auto}._sectionHeader_1gvnp_29{width:100%;margin-bottom:5rem;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_1gvnp_41{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_1gvnp_58{margin-top:1.3rem;font-size:46px;line-height:1.1;font-weight:800;letter-spacing:-.03em;color:#333}._heading_1gvnp_58 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1gvnp_85{width:min(90%,720px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._grid_1gvnp_101{width:100%;display:grid;grid-template-columns:repeat(3,1fr);column-gap:7%;row-gap:5rem}._item_1gvnp_116{width:100%;padding:1.2rem;border-radius:1.8rem;transition:background .3s ease,transform .3s ease}._item_1gvnp_116:hover{background:#fafcff;transform:translateY(-4px)}._iconWrapper_1gvnp_138{width:4.5rem;height:4.5rem;border-radius:1.4rem;display:flex;align-items:center;justify-content:center;color:#333;font-size:2rem;line-height:1;transition:transform .3s ease,background .3s ease,border-color .3s ease}._iconWrapper_1gvnp_138 svg{stroke-width:1.4}._item_1gvnp_116:hover ._iconWrapper_1gvnp_138{transform:translateY(-4px);color:#01669c;background:#03b4ef1a;border-color:#03b4ef38}._content_1gvnp_181{width:100%;margin-top:2rem}._content_1gvnp_181 h3{color:#202020;font-size:2rem;line-height:1.25;font-weight:700;letter-spacing:-.03em;transition:color .3s ease}._item_1gvnp_116:hover ._content_1gvnp_181 h3{color:#01669c}._content_1gvnp_181 p{margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.9}@media(max-width:1024px){._checkInSection_1gvnp_5{padding:10% 0%}._grid_1gvnp_101{grid-template-columns:repeat(2,1fr);column-gap:5%}._heading_1gvnp_58{font-size:40px}._content_1gvnp_181 h3{font-size:1.7rem}}@media(max-width:768px){._checkInSection_1gvnp_5{padding:14% 0%}._grid_1gvnp_101{row-gap:4rem}._heading_1gvnp_58{font-size:34px}._content_1gvnp_181 h3{font-size:1.5rem}}@media(max-width:600px){._grid_1gvnp_101{grid-template-columns:1fr;row-gap:3.5rem}._heading_1gvnp_58{font-size:30px}._iconWrapper_1gvnp_138{width:4rem;height:4rem;font-size:1.7rem}._content_1gvnp_181{margin-top:1.5rem}._content_1gvnp_181 h3{font-size:1.35rem}._content_1gvnp_181 p{font-size:.95rem}}@media(max-width:480px){._checkInSection_1gvnp_5{padding:18% 0%}._description_1gvnp_85{font-size:.94rem}._content_1gvnp_181 p{line-height:1.8}}._smartSection_9646a_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_9646a_19{width:min(90%,1280px);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:8%}._leftContent_9646a_35{width:38%;position:sticky;top:0rem}._sectionTag_9646a_42{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_9646a_59{margin-top:1.5rem;color:#333;font-size:48px;line-height:1.08;font-weight:800;letter-spacing:-.03em}._heading_9646a_59 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_9646a_86{width:100%;margin-top:1.4rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._rightContent_9646a_102{width:54%;border-top:1px solid #EAEAEA}._featureRow_9646a_112{width:100%;padding:1.8rem 0rem;border-bottom:1px solid #EAEAEA;display:flex;align-items:flex-start;gap:1.5rem;transition:transform .3s ease,border-color .3s ease}._featureRow_9646a_112:hover{transform:translate(6px);border-color:#03b4ef40}._iconWrapper_9646a_139{width:4.2rem;height:4.2rem;border-radius:50%;background:#03b4ef0f;border:1px solid rgba(3,180,239,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#01669c;font-size:1.4rem;transition:background .3s ease,border-color .3s ease,transform .3s ease}._featureRow_9646a_112:hover ._iconWrapper_9646a_139{transform:scale(1.05);background:#03b4ef1a;border-color:#03b4ef3d}._featureContent_9646a_177{width:100%}._featureContent_9646a_177 h3{color:#202020;font-size:1.5rem;line-height:1.3;font-weight:700;letter-spacing:-.03em}._featureContent_9646a_177 p{margin-top:.9rem;color:#5f5f5f;font-size:1rem;line-height:1.9}@media(max-width:1024px){._smartSection_9646a_5{padding:10% 0%}._container_9646a_19{flex-direction:column;gap:4rem}._leftContent_9646a_35,._rightContent_9646a_102{width:100%}._leftContent_9646a_35{position:relative;top:unset}._heading_9646a_59{font-size:42px}}@media(max-width:768px){._smartSection_9646a_5{padding:14% 0%}._heading_9646a_59{font-size:36px}._featureRow_9646a_112{padding:2rem 0rem}._featureContent_9646a_177 h3{font-size:1.35rem}}@media(max-width:600px){._heading_9646a_59{font-size:32px}._featureRow_9646a_112{gap:1.2rem}._iconWrapper_9646a_139{width:3.8rem;height:3.8rem;font-size:1.2rem}._featureContent_9646a_177 h3{font-size:1.2rem}._featureContent_9646a_177 p{font-size:.95rem}}@media(max-width:480px){._smartSection_9646a_5{padding:18% 0%}._description_9646a_86{font-size:.94rem}._featureRow_9646a_112{align-items:flex-start}._featureContent_9646a_177 p{line-height:1.8}}._connectedSection_fccrc_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_fccrc_19{width:min(90%,1280px);margin:0 auto}._sectionHeader_fccrc_29{width:100%;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_fccrc_41{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_fccrc_58{margin-top:1.3rem;font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#333}._heading_fccrc_58 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_fccrc_85{width:min(90%,650px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._bentoGrid_fccrc_101{width:100%;display:grid;grid-template-columns:1.05fr .82fr .82fr;grid-template-areas:"large topSmall topStat" "large bottomWide bottomWide";gap:.8rem;align-items:start}._card_fccrc_122{width:100%;border-radius:1.2rem;background:#f4f4f4;overflow:hidden;transition:transform .3s ease,background .3s ease}._card_fccrc_122:hover{transform:translateY(-3px);background:#efefef}._largeCard_fccrc_146{grid-area:large;padding:.8rem;height:575px;display:flex;flex-direction:column;justify-content:space-between}._largeCard_fccrc_146 ._imageWrapper_fccrc_159{height:68%}._smallCard_fccrc_167{grid-area:topSmall;padding:.8rem;height:300px;display:flex;flex-direction:column;justify-content:space-between}._smallCard_fccrc_167 ._imageWrapper_fccrc_159{height:56%}._topStatCard_fccrc_188{grid-area:topStat;padding:.8rem;height:300px;display:flex;flex-direction:column;justify-content:space-between}._topStatCard_fccrc_188 ._imageWrapper_fccrc_159{height:56%}._wideCard_fccrc_209{grid-area:bottomWide;padding:.8rem;height:265px}._imageWrapper_fccrc_159{width:100%;border-radius:.9rem;overflow:hidden;background:#f4f4f4;display:flex;align-items:center;justify-content:center}._cardImage_fccrc_235{width:100%;height:100%;object-fit:cover;display:block}._cardContent_fccrc_248{width:100%}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{margin-top:1rem;color:#202020;font-size:1.42rem;line-height:1.18;font-weight:700;letter-spacing:-.03em}._cardContent_fccrc_248 p,._wideContent_fccrc_253 p{margin-top:.7rem;color:#6f6f6f;font-size:.95rem;line-height:1.75;max-width:95%}._cardBtn_fccrc_284{width:fit-content;margin-top:1rem;padding:.8rem 1.1rem;border:none;border-radius:999px;background:#111;color:#fff;font-size:.78rem;font-weight:600;cursor:pointer;transition:transform .3s ease,opacity .3s ease}._cardBtn_fccrc_284:hover{transform:translateY(-2px);opacity:.92}._wideContent_fccrc_253{width:100%;height:100%;display:flex;align-items:stretch;justify-content:space-between;gap:1rem}._wideContent_fccrc_253>div:first-child{width:42%;display:flex;flex-direction:column;justify-content:flex-end}._wideImageWrapper_fccrc_337{width:55%;border-radius:.9rem;overflow:hidden;background:#f4f4f4;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){._connectedSection_fccrc_5{padding:10% 0%}._bentoGrid_fccrc_101{grid-template-columns:repeat(2,1fr);grid-template-areas:"large large" "topSmall topStat" "bottomWide bottomWide"}._largeCard_fccrc_146,._smallCard_fccrc_167,._topStatCard_fccrc_188,._wideCard_fccrc_209{height:auto}._largeCard_fccrc_146 ._imageWrapper_fccrc_159{height:420px}._smallCard_fccrc_167 ._imageWrapper_fccrc_159,._topStatCard_fccrc_188 ._imageWrapper_fccrc_159{height:240px}._wideImageWrapper_fccrc_337{height:260px}._heading_fccrc_58{font-size:40px}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{font-size:1.3rem}}@media(max-width:768px){._connectedSection_fccrc_5{padding:14% 0%}._bentoGrid_fccrc_101{grid-template-columns:1fr;grid-template-areas:"large" "topSmall" "topStat" "bottomWide";gap:1rem}._wideContent_fccrc_253{flex-direction:column-reverse}._wideContent_fccrc_253>div:first-child,._wideImageWrapper_fccrc_337{width:100%}._largeCard_fccrc_146 ._imageWrapper_fccrc_159,._smallCard_fccrc_167 ._imageWrapper_fccrc_159,._topStatCard_fccrc_188 ._imageWrapper_fccrc_159,._wideImageWrapper_fccrc_337{height:260px}._heading_fccrc_58{font-size:34px}._description_fccrc_85{font-size:.96rem}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{font-size:1.2rem}._cardContent_fccrc_248 p,._wideContent_fccrc_253 p{font-size:.9rem}}@media(max-width:600px){._connectedSection_fccrc_5{padding:16% 0%}._container_fccrc_19{width:min(92%,1280px)}._heading_fccrc_58{font-size:30px}._description_fccrc_85{font-size:.94rem;line-height:1.7}._card_fccrc_122{border-radius:1rem}._largeCard_fccrc_146,._smallCard_fccrc_167,._topStatCard_fccrc_188,._wideCard_fccrc_209{padding:.7rem}._largeCard_fccrc_146 ._imageWrapper_fccrc_159,._smallCard_fccrc_167 ._imageWrapper_fccrc_159,._topStatCard_fccrc_188 ._imageWrapper_fccrc_159,._wideImageWrapper_fccrc_337{height:220px}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{font-size:1.05rem}._cardContent_fccrc_248 p,._wideContent_fccrc_253 p{font-size:.82rem;line-height:1.65}._cardBtn_fccrc_284{padding:.72rem 1rem;font-size:.74rem}}@media(max-width:480px){._connectedSection_fccrc_5{padding:18% 0%}._sectionHeader_fccrc_29{margin-bottom:3rem}._heading_fccrc_58{font-size:26px;line-height:1.15}._sectionTag_fccrc_41{font-size:.75rem;padding:.55rem 1rem}._description_fccrc_85{width:100%;font-size:.88rem}._largeCard_fccrc_146 ._imageWrapper_fccrc_159,._smallCard_fccrc_167 ._imageWrapper_fccrc_159,._topStatCard_fccrc_188 ._imageWrapper_fccrc_159,._wideImageWrapper_fccrc_337{height:190px}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{font-size:1rem}._cardContent_fccrc_248 p,._wideContent_fccrc_253 p{font-size:.78rem}._cardImage_fccrc_235{width:88%;height:88%}}._integrationsSection_1o1xp_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_1o1xp_19{width:min(90%,1100px);margin:0 auto}._sectionHeader_1o1xp_29{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_1o1xp_39{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_1o1xp_56{margin-top:1.2rem;font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#333}._heading_1o1xp_56 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1o1xp_83{width:min(90%,650px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.85}._integrationList_1o1xp_99{width:100%;margin-top:4rem;display:flex;flex-direction:column;border-top:1px solid #EAEAEA}._listItem_1o1xp_114{width:100%;padding:1.5rem 0rem;border-bottom:1px solid #EAEAEA;display:flex;align-items:center;justify-content:space-between;gap:2rem;transition:padding-left .3s ease,border-color .3s ease}._listItem_1o1xp_114:hover{padding-left:.5rem;border-color:#03b4ef40}._leftSide_1o1xp_142{display:flex;align-items:center;gap:1rem}._iconWrapper_1o1xp_153{width:3.2rem;height:3.2rem;border-radius:1rem;color:#333;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}._leftSide_1o1xp_142 h3{color:#202020;font-size:1.1rem;font-weight:600;letter-spacing:-.02em}._number_1o1xp_196{color:#b8b8b8;font-size:1rem;font-weight:600}._bottomContent_1o1xp_208{width:100%;margin-top:3rem;display:flex;justify-content:center;text-align:center}._bottomContent_1o1xp_208 p{width:min(90%,700px);color:#5f5f5f;font-size:1rem;line-height:1.9}@media(max-width:1024px){._integrationsSection_1o1xp_5{padding:10% 0%}._heading_1o1xp_56{font-size:40px}}@media(max-width:768px){._integrationsSection_1o1xp_5{padding:14% 0%}._heading_1o1xp_56{font-size:34px}._description_1o1xp_83{font-size:.96rem}._listItem_1o1xp_114{padding:1.3rem 0rem}}@media(max-width:600px){._integrationsSection_1o1xp_5{padding:16% 0%}._container_1o1xp_19{width:min(92%,1100px)}._heading_1o1xp_56{font-size:30px}._leftSide_1o1xp_142{gap:.8rem}._iconWrapper_1o1xp_153{width:2.9rem;height:2.9rem}._leftSide_1o1xp_142 h3{font-size:.98rem}._bottomContent_1o1xp_208 p{font-size:.92rem}}@media(max-width:480px){._integrationsSection_1o1xp_5{padding:18% 0%}._heading_1o1xp_56{font-size:26px;line-height:1.15}._description_1o1xp_83{width:100%;font-size:.88rem;line-height:1.7}._sectionTag_1o1xp_39{font-size:.75rem;padding:.55rem 1rem}._listItem_1o1xp_114{align-items:flex-start}._leftSide_1o1xp_142{width:100%}._number_1o1xp_196{font-size:.9rem}._leftSide_1o1xp_142 h3{line-height:1.5}._bottomContent_1o1xp_208 p{font-size:.85rem;line-height:1.7}}._faqSection_1gl91_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_1gl91_19{width:min(90%,1200px);margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:6%}._leftContent_1gl91_35{width:34%;position:sticky;top:0}._sectionTag_1gl91_42{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_1gl91_59{margin-top:1.4rem;font-size:48px;line-height:1.05;font-weight:800;letter-spacing:-.03em;color:#333}._heading_1gl91_59 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1gl91_86{margin-top:1.3rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._rightContent_1gl91_100{width:60%}._faqItem_1gl91_108{width:100%;border-bottom:1px solid #E7E7E7}._faqQuestion_1gl91_118{width:100%;padding:1.6rem 0rem;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;cursor:pointer;text-align:left}._faqQuestion_1gl91_118 span{color:#222;font-size:1.08rem;line-height:1.5;font-weight:600;letter-spacing:-.02em}._iconWrapper_1gl91_154{width:2rem;height:2rem;border-radius:50%;background:#f5f7fa;display:flex;align-items:center;justify-content:center;color:#01669c;font-size:.8rem;flex-shrink:0}._faqAnswer_1gl91_177{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}._faqAnswer_1gl91_177._active_1gl91_187{max-height:300px;padding-bottom:1.5rem}._faqAnswer_1gl91_177 p{width:92%;color:#666;font-size:.97rem;line-height:1.9}@media(max-width:1024px){._faqSection_1gl91_5{padding:10% 0%}._heading_1gl91_59{font-size:42px}}@media(max-width:768px){._faqSection_1gl91_5{padding:14% 0%}._container_1gl91_19{flex-direction:column-reverse;gap:3.5rem}._leftContent_1gl91_35,._rightContent_1gl91_100{width:100%}._leftContent_1gl91_35{position:relative;top:unset}._heading_1gl91_59{font-size:36px}._description_1gl91_86{width:100%}}@media(max-width:600px){._faqSection_1gl91_5{padding:16% 0%}._container_1gl91_19{width:min(92%,1200px);gap:3rem}._heading_1gl91_59{font-size:30px}._faqQuestion_1gl91_118{padding:1.3rem 0rem}._faqQuestion_1gl91_118 span{font-size:1rem}._faqAnswer_1gl91_177 p{width:100%;font-size:.9rem;line-height:1.75}}@media(max-width:480px){._faqSection_1gl91_5{padding:18% 0%}._heading_1gl91_59{font-size:26px;line-height:1.12}._description_1gl91_86{font-size:.9rem;line-height:1.75}._sectionTag_1gl91_42{font-size:.75rem;padding:.55rem 1rem}._faqQuestion_1gl91_118{align-items:flex-start;gap:1rem}._faqQuestion_1gl91_118 span{font-size:.95rem;line-height:1.6}._iconWrapper_1gl91_154{width:1.8rem;height:1.8rem;font-size:.72rem}._faqAnswer_1gl91_177._active_1gl91_187{padding-bottom:1.2rem}}._eventOperationsSection_z916t_1{width:100%;padding:85px 0;background:#fff;overflow:hidden}._container_z916t_8{width:min(90%,1200px);margin:0 auto;display:flex;justify-content:center}._contentWrapper_z916t_16{width:100%;max-width:760px;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_z916t_27{padding:10px 18px;border-radius:999px;background:#04b4ef14;border:1px solid rgba(4,180,239,.16);color:#01669c;font-size:.9rem;font-weight:600;margin-bottom:24px}._heading_z916t_41{font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.18;letter-spacing:-1.2px;font-weight:700;color:#333;margin-bottom:22px}._heading_z916t_41 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_z916t_63{font-size:1.02rem;line-height:1.85;color:#5f5f5f;margin-bottom:18px}@media(max-width:1024px){._eventOperationsSection_z916t_1{padding:100px 0}._contentWrapper_z916t_16{max-width:720px}}@media(max-width:768px){._eventOperationsSection_z916t_1{padding:85px 0}._heading_z916t_41{font-size:3rem}._description_z916t_63{font-size:1rem;line-height:1.8}}@media(max-width:600px){._heading_z916t_41{font-size:2.4rem;letter-spacing:-1.2px}._sectionTag_z916t_27{font-size:.85rem}}@media(max-width:480px){._eventOperationsSection_z916t_1{padding:72px 0}._container_z916t_8{width:min(92%,1200px)}._heading_z916t_41{font-size:2rem;line-height:1.18}._description_z916t_63{font-size:.95rem;line-height:1.75}._sectionTag_z916t_27{padding:9px 16px}}._whySection_1bzlv_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_1bzlv_19{width:min(90%,1200px);margin:0 auto}._sectionHeader_1bzlv_29{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_1bzlv_39{width:fit-content;padding:.65rem 1.15rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.82rem;font-weight:600;letter-spacing:.03em}._heading_1bzlv_59{margin-top:1.2rem;font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#333}._heading_1bzlv_59 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1bzlv_86{width:min(90%,760px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._featureGrid_1bzlv_102{width:100%;margin-top:4rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}._featureCard_1bzlv_119{position:relative;background:#fff;border:1px solid #e5e5e5;border-radius:1.6rem;padding:1.7rem;display:flex;align-items:flex-start;gap:1.2rem;transition:transform .3s ease,border-color .3s ease,background .3s ease}._featureCard_1bzlv_119:hover{transform:translateY(-4px);border-color:#03b4ef40;background:linear-gradient(180deg,#fff,#f8fcff)}._iconWrapper_1bzlv_157{width:3.4rem;height:3.4rem;border-radius:1rem;background:#03b4ef14;border:1px solid rgba(3,180,239,.12);display:flex;align-items:center;justify-content:center;color:#01669c;font-size:1.1rem;flex-shrink:0;transition:transform .3s ease,background .3s ease}._featureCard_1bzlv_119:hover ._iconWrapper_1bzlv_157{transform:translateY(-2px);background:#03b4ef1f}._cardContent_1bzlv_193{width:100%}._cardContent_1bzlv_193 h3{color:#202020;font-size:1.1rem;font-weight:700;letter-spacing:-.02em}._cardContent_1bzlv_193 p{margin-top:.7rem;color:#5f5f5f;font-size:.95rem;line-height:1.8}._bottomArea_1bzlv_221{width:100%;margin-top:3.5rem;display:flex;justify-content:center}._ctaBtn_1bzlv_230{border:none;outline:none;padding:.95rem 1.5rem;border-radius:999px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .3s ease,opacity .3s ease}._ctaBtn_1bzlv_230:hover{transform:translateY(-2px);opacity:.95}@media(max-width:1024px){._whySection_1bzlv_5{padding:10% 0%}._heading_1bzlv_59{font-size:40px}}@media(max-width:768px){._whySection_1bzlv_5{padding:14% 0%}._heading_1bzlv_59{font-size:34px}._featureGrid_1bzlv_102{grid-template-columns:1fr}._description_1bzlv_86{font-size:.96rem}}@media(max-width:600px){._whySection_1bzlv_5{padding:16% 0%}._container_1bzlv_19{width:min(92%,1200px)}._heading_1bzlv_59{font-size:30px}._featureCard_1bzlv_119{padding:1.4rem}._cardContent_1bzlv_193 h3{font-size:1rem}._cardContent_1bzlv_193 p{font-size:.9rem}}@media(max-width:480px){._whySection_1bzlv_5{padding:18% 0%}._heading_1bzlv_59{font-size:26px;line-height:1.15}._description_1bzlv_86{width:100%;font-size:.88rem;line-height:1.7}._sectionTag_1bzlv_39{font-size:.74rem;padding:.55rem 1rem}._featureCard_1bzlv_119{flex-direction:column;gap:1rem}._iconWrapper_1bzlv_157{width:3rem;height:3rem}._cardContent_1bzlv_193 p{line-height:1.7}._ctaBtn_1bzlv_230{width:100%;justify-content:center}}._ctaSection_1kt8t_5{width:100%;padding:0% 0% 7%;background:#fff;overflow:hidden}._container_1kt8t_19{width:min(90%,1250px);margin:0 auto}._ctaCard_1kt8t_29{position:relative;width:100%;padding:5.5rem 2rem;border-radius:1.8rem;background:#fff;border:1px solid #ebebeb;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}._ctaCard_1kt8t_29:before{content:"";position:absolute;width:520px;height:520px;top:-240px;left:-140px;background:radial-gradient(circle,rgba(4,180,239,.08) 3 0%,transparent 72%);pointer-events:none}._ctaCard_1kt8t_29:after{content:"";position:absolute;width:420px;height:420px;bottom:-220px;right:-120px;background:radial-gradient(circle,rgba(1,102,156,.08) 30%,transparent 72%);pointer-events:none}._ctaCard_1kt8t_29:hover{transform:translateY(-3px);border-color:#03b4ef29;box-shadow:0 16px 40px #0f172a0d}._topText_1kt8t_116{position:relative;z-index:2;color:#9a9a9a;font-size:.88rem;font-weight:500;letter-spacing:.01em}._heading_1kt8t_134{position:relative;z-index:2;width:min(100%,720px);margin-top:1.5rem;color:#111;font-size:3rem;line-height:1.08;font-weight:800;letter-spacing:-.05em}._heading_1kt8t_134 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._ctaBtn_1kt8t_171{position:relative;z-index:2;margin-top:2.3rem;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.9rem 1.4rem;border-radius:999px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;font-size:.92rem;font-weight:600;cursor:pointer;transition:transform .3s ease,opacity .3s ease}._highlight_1kt8t_215{background:linear-gradient(135deg,#d9e4ff,#667f88)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}._ctaBtn_1kt8t_171:hover{transform:translateY(-2px);opacity:.96}@media(max-width:1024px){._ctaSection_1kt8t_5{padding:0% 0% 10%}._heading_1kt8t_134{font-size:3.5rem}}@media(max-width:768px){._ctaSection_1kt8t_5{padding:0% 0% 14%}._ctaCard_1kt8t_29{padding:4rem 1.5rem}._heading_1kt8t_134{font-size:2.7rem}}@media(max-width:600px){._ctaSection_1kt8t_5{padding:0% 0% 16%}._container_1kt8t_19{width:min(92%,1250px)}._heading_1kt8t_134{font-size:2.1rem}._topText_1kt8t_116{font-size:.8rem}}@media(max-width:480px){._ctaSection_1kt8t_5{padding:0% 0% 18%}._ctaCard_1kt8t_29{padding:3.5rem 1.2rem}._heading_1kt8t_134{font-size:1.8rem;line-height:1.18}._ctaBtn_1kt8t_171{width:fit-content;font-size:.88rem}}._pageWrapper_7eb2k_4{display:flex;flex-direction:column;background:#f9f8ff}._hero_7eb2k_13{position:relative;overflow:hidden;padding:32px 24px 34px;background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);text-align:center}._heroBlur_7eb2k_27{position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgba(124,58,237,.1) 0%,transparent 70%);pointer-events:none}._heroTag_7eb2k_38{font-size:11px;font-weight:700;letter-spacing:2.5px;color:#ffffffd9;text-transform:uppercase;margin-bottom:14px}._heroTitle_7eb2k_47{font-size:42px;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.15;text-shadow:0 2px 16px rgba(80,40,160,.18)}._heroBadges_7eb2k_56{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}._heroBadge_7eb2k_56{display:inline-flex;align-items:center;gap:7px;padding:7px 18px;border-radius:999px;background:#ffffff38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.35);font-size:13px;font-weight:500;color:#fff}._contactSection_7eb2k_81{position:relative;overflow:hidden;padding:52px 20px 60px}._blurOne_7eb2k_87{position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#7c3aed14;filter:blur(120px);border-radius:50%;pointer-events:none}._blurTwo_7eb2k_99{position:absolute;bottom:-120px;right:-120px;width:320px;height:320px;background:#6366f114;filter:blur(120px);border-radius:50%;pointer-events:none}._container_7eb2k_111{position:relative;z-index:2;max-width:900px;margin:auto;width:100%}._card_7eb2k_120{display:flex;flex-direction:column;gap:20px;padding:32px 36px;border-radius:24px;background:#ffffffd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.55);box-shadow:0 10px 40px #7c3aed17}._organizerTop_7eb2k_132{display:flex;align-items:center;gap:18px;padding-bottom:18px;border-bottom:1px solid #ede9fe}._avatar_7eb2k_140{width:62px;height:62px;min-width:62px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center}._name_7eb2k_154{font-size:21px;font-weight:700;color:#111827;margin-bottom:4px}._role_7eb2k_161{color:#6b7280;font-size:13px}._infoGrid_7eb2k_167{display:grid;grid-template-columns:1fr 1fr;gap:14px}._infoItem_7eb2k_173{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#fff,#f8f5ff);border:1px solid #ede9fe;transition:transform .25s ease,box-shadow .25s ease}._infoItem_7eb2k_173:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed17}._iconBox_7eb2k_189{width:44px;height:44px;min-width:44px;border-radius:14px;background:#f3f0ff;color:#7c3aed;display:flex;align-items:center;justify-content:center;font-size:20px}._infoItem_7eb2k_173 span{display:block;font-size:11px;color:#6b7280;margin-bottom:4px;letter-spacing:.3px}._infoItem_7eb2k_173 a,._supportTime_7eb2k_211{font-size:14px;font-weight:600;color:#111827;text-decoration:none;word-break:break-word;line-height:1.3}._daysSection_7eb2k_221{padding:18px 20px;border-radius:18px;background:#ffffffd9;border:1px solid #ede9fe}._daysSection_7eb2k_221 h4{font-size:12px;font-weight:700;color:#374151;margin-bottom:14px;letter-spacing:.8px;text-transform:uppercase}._daysWrapper_7eb2k_237{display:flex;flex-wrap:wrap;gap:8px}._dayCard_7eb2k_243{padding:7px 18px;border-radius:999px;background:#fff;border:1px solid #ddd6fe;color:#5b21b6;font-weight:600;font-size:12px}.theme-modern ._pageWrapper_7eb2k_4{background:#020617}.theme-modern ._hero_7eb2k_13{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_7eb2k_47{color:#fff}.theme-modern ._heroTag_7eb2k_38{color:#ff7a18}.theme-modern ._heroBadge_7eb2k_56{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#e2e8f0}.theme-modern ._card_7eb2k_120{background:#0f172a;border:1px solid rgba(255,255,255,.06);box-shadow:0 10px 30px #0000008c}.theme-modern ._organizerTop_7eb2k_132{border-bottom:1px solid rgba(255,255,255,.08)}.theme-modern ._name_7eb2k_154{color:#fff}.theme-modern ._role_7eb2k_161{color:#94a3b8}.theme-modern ._infoItem_7eb2k_173{background:#111827;border:1px solid rgba(255,255,255,.06)}.theme-modern ._infoItem_7eb2k_173:hover{box-shadow:0 10px 24px #0006}.theme-modern ._infoItem_7eb2k_173 span{color:#94a3b8}.theme-modern ._infoItem_7eb2k_173 a,.theme-modern ._supportTime_7eb2k_211{color:#fff}.theme-modern ._iconBox_7eb2k_189{background:#7c3aed26;color:#a78bfa}.theme-modern ._daysSection_7eb2k_221{background:#111827;border:1px solid rgba(255,255,255,.06)}.theme-modern ._daysSection_7eb2k_221 h4{color:#cbd5e1}.theme-modern ._dayCard_7eb2k_243{background:#7c3aed1f;border:1px solid rgba(124,58,237,.2);color:#ddd6fe}@media(max-width:768px){._heroTitle_7eb2k_47{font-size:30px}._card_7eb2k_120{padding:22px 20px;border-radius:20px}._infoGrid_7eb2k_167{grid-template-columns:1fr}._organizerTop_7eb2k_132{gap:14px}._avatar_7eb2k_140{width:54px;height:54px;min-width:54px;font-size:20px}._name_7eb2k_154{font-size:18px}}@media(max-width:480px){._hero_7eb2k_13{padding:52px 16px 48px}._heroTitle_7eb2k_47{font-size:26px}._contactSection_7eb2k_81{padding:36px 16px 48px}}._section_1v6wz_3{width:100%;padding:40px 20px;background:#f7f8fc}._container_1v6wz_9{max-width:720px;margin:auto}._header_1v6wz_16{margin-bottom:20px}._tag_1v6wz_20{display:inline-flex;align-items:center;gap:6px;background:#0d6efd14;color:#0d6efd;padding:4px 12px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:10px}._heading_1v6wz_33{font-size:22px;font-weight:700;color:#111827;margin:0 0 6px;line-height:1.25}._subText_1v6wz_41{font-size:14px;color:#6b7280;line-height:1.6;margin:0}._policyList_1v6wz_50{display:flex;flex-direction:column;gap:8px;margin-top:20px;margin-bottom:20px}._policyCard_1v6wz_58{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #ececec;border-radius:10px;padding:12px 14px;transition:border-color .15s ease}._policyCard_1v6wz_58:hover{border-color:#d1d5db}._numberBox_1v6wz_73{min-width:26px;height:26px;border-radius:6px;background:#0d6efd14;color:#0d6efd;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}._policyCard_1v6wz_58 p{font-size:13px;line-height:1.65;color:#374151;margin:0;padding-top:4px}._pdfBox_1v6wz_98{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._pdfLeft_1v6wz_110{display:flex;align-items:center;gap:10px}._pdfIcon_1v6wz_116{font-size:20px;color:#6b7280}._pdfTitle_1v6wz_121{font-size:13px;font-weight:600;color:#111827;margin:0 0 2px}._pdfDesc_1v6wz_128{font-size:12px;line-height:1.5;color:#6b7280;margin:0}._viewBtn_1v6wz_137{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#111827;text-decoration:none;padding:8px 14px;border-radius:8px;border:1px solid #d1d5db;font-size:13px;font-weight:600;white-space:nowrap;transition:background .15s ease}._viewBtn_1v6wz_137:hover{background:#f9fafb}@media(max-width:768px){._section_1v6wz_3{padding:30px 16px}._heading_1v6wz_33{font-size:20px}._pdfBox_1v6wz_98{flex-direction:column;align-items:stretch}._viewBtn_1v6wz_137{justify-content:center}}._section_nqvnk_1{width:100%;padding:40px 20px;background:#f7f8fc}._container_nqvnk_7{max-width:720px;margin:auto}._header_nqvnk_14{margin-bottom:20px}._tag_nqvnk_18{display:inline-flex;align-items:center;gap:6px;background:#0d6efd14;color:#0d6efd;padding:4px 12px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:10px}._heading_nqvnk_31{font-size:22px;font-weight:700;color:#111827;margin-bottom:6px;line-height:1.25}._subText_nqvnk_39{font-size:14px;color:#6b7280;line-height:1.6;margin:0}._noticeBox_nqvnk_48{background:#fff;border:1px solid #e5e7eb;border-left:3px solid #0d6efd;border-radius:10px;padding:12px 14px;display:flex;gap:10px;align-items:flex-start;margin-bottom:20px}._noticeIcon_nqvnk_60{min-width:16px;font-size:16px;color:#0d6efd;margin-top:2px}._noticeBox_nqvnk_48 h4{font-size:13px;font-weight:600;margin-bottom:2px;color:#111827}._noticeBox_nqvnk_48 p{font-size:13px;line-height:1.6;color:#6b7280;margin:0}._policyList_nqvnk_83{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._policyCard_nqvnk_90{background:#fff;border-radius:10px;padding:12px 14px;display:flex;align-items:flex-start;gap:12px;border:1px solid #ececec;transition:border-color .2s ease}._policyCard_nqvnk_90:hover{border-color:#d1d5db}._numberBox_nqvnk_105{min-width:26px;height:26px;border-radius:6px;background:#0d6efd14;color:#0d6efd;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}._policyContent_nqvnk_119{display:flex;align-items:flex-start;gap:8px;flex:1}._checkIcon_nqvnk_126{min-width:14px;font-size:14px;color:#16a34a;margin-top:2px;flex-shrink:0}._policyContent_nqvnk_119 p{font-size:13px;line-height:1.65;color:#374151;margin:0}._pdfBox_nqvnk_143{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._pdfLeft_nqvnk_155{display:flex;align-items:center;gap:10px}._pdfIcon_nqvnk_161{font-size:20px;color:#6b7280}._pdfTitle_nqvnk_166{font-size:13px;font-weight:600;color:#111827;margin-bottom:2px}._pdfDesc_nqvnk_173{font-size:12px;line-height:1.5;color:#6b7280;margin:0}._viewBtn_nqvnk_180{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#111827;text-decoration:none;padding:8px 14px;border-radius:8px;border:1px solid #d1d5db;font-size:13px;font-weight:600;transition:background .2s ease;white-space:nowrap}._viewBtn_nqvnk_180:hover{background:#f9fafb}@media(max-width:768px){._section_nqvnk_1{padding:30px 16px}._heading_nqvnk_31{font-size:20px}._policyCard_nqvnk_90{flex-direction:column;gap:10px}._pdfBox_nqvnk_143{flex-direction:column;align-items:flex-start}._viewBtn_nqvnk_180{width:100%;justify-content:center}}._section_16zab_1{width:100%;padding:40px 20px;background:linear-gradient(180deg,#f3f7ff,#fff)}._container_16zab_12{max-width:760px;margin:auto}._header_16zab_19{margin-bottom:24px}._tag_16zab_23{display:inline-flex;align-items:center;gap:6px;background:#6366f114;color:#4f46e5;padding:5px 14px;border-radius:50px;font-size:12px;font-weight:700;margin-bottom:12px;letter-spacing:.3px}._heading_16zab_37{font-size:28px;font-weight:800;color:#111827;margin-bottom:10px;line-height:1.2}._subText_16zab_45{font-size:15px;color:#6b7280;line-height:1.7;max-width:620px}._noticeBox_16zab_54{background:#fff;border:1px solid #dbeafe;border-left:4px solid #4f46e5;border-radius:14px;padding:16px;display:flex;gap:12px;align-items:flex-start;margin-bottom:24px;box-shadow:0 4px 20px #4f46e50a}._noticeIcon_16zab_68{min-width:18px;font-size:18px;color:#4f46e5;margin-top:2px}._noticeBox_16zab_54 h4{font-size:14px;font-weight:700;margin-bottom:4px;color:#111827}._noticeBox_16zab_54 p{font-size:13px;line-height:1.7;color:#6b7280;margin:0}._policyList_16zab_91{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}._policyCard_16zab_98{background:#fff;border-radius:14px;padding:14px 16px;display:flex;align-items:flex-start;gap:14px;border:1px solid #edf2f7;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}._policyCard_16zab_98:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e50f}._numberBox_16zab_119{min-width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}._policyContent_16zab_138{display:flex;align-items:flex-start;gap:10px;flex:1}._checkIcon_16zab_145{min-width:16px;font-size:16px;color:#22c55e;margin-top:3px;flex-shrink:0}._policyContent_16zab_138 p{font-size:14px;line-height:1.75;color:#374151;margin:0}._pdfBox_16zab_162{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;box-shadow:0 6px 18px #00000008}._pdfLeft_16zab_176{display:flex;align-items:center;gap:12px}._pdfIcon_16zab_182{width:42px;height:42px;border-radius:12px;background:#4f46e514;display:flex;align-items:center;justify-content:center;font-size:20px;color:#4f46e5}._pdfTitle_16zab_194{font-size:14px;font-weight:700;color:#111827;margin-bottom:3px}._pdfDesc_16zab_201{font-size:12px;line-height:1.6;color:#6b7280;margin:0;max-width:420px}._viewBtn_16zab_209{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;text-decoration:none;padding:10px 18px;border-radius:10px;font-size:13px;font-weight:700;transition:transform .2s ease,opacity .2s ease;white-space:nowrap}._viewBtn_16zab_209:hover{transform:translateY(-1px);opacity:.95}@media(max-width:768px){._section_16zab_1{padding:30px 16px}._heading_16zab_37{font-size:23px}._policyCard_16zab_98{flex-direction:column}._pdfBox_16zab_162{flex-direction:column;align-items:flex-start}._viewBtn_16zab_209{width:100%;justify-content:center}}._container_1q5fe_3{width:80%;border-radius:20px;padding:2rem;margin:auto;box-shadow:0 8px 32px #0000000a}._header_1q5fe_15{margin-bottom:1.5rem}._badge_1q5fe_19{display:inline-flex;align-items:center;gap:6px;color:#534ab7;padding:5px 12px;border-radius:100px;font-size:12px;font-weight:600;margin-bottom:12px}._heading_1q5fe_32{font-size:24px;font-weight:800;color:#111827;margin:0 0 6px}._subText_1q5fe_39{margin:0;color:#6b7280;font-size:14px;line-height:1.7}._guidelinesList_1q5fe_48{display:flex;flex-direction:column;gap:14px}._guidelineItem_1q5fe_54{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:14px;border:.5px solid #ececf3;transition:transform .15s ease,border-color .15s ease,background .15s ease}._guidelineItem_1q5fe_54:hover{background:#fff;border-color:#d9d7ff;transform:translateY(-1px)}._iconBox_1q5fe_74{width:30px;height:30px;min-width:30px;border-radius:10px;background:#eeedfe;color:#534ab7;display:flex;align-items:center;justify-content:center}._guidelineText_1q5fe_86{margin:0;color:#374151;font-size:14px;line-height:1.7;font-weight:500}.theme-modern{background:#020617}.theme-modern ._container_1q5fe_3{background:radial-gradient(circle at top left,rgba(124,58,237,.08),transparent 35%),radial-gradient(circle at bottom right,rgba(59,130,246,.08),transparent 35%),#020617}.theme-modern ._container_1q5fe_3{width:82%;padding:3rem 0;background:transparent;box-shadow:none}.theme-modern ._header_1q5fe_15{margin-bottom:2.5rem}.theme-modern ._badge_1q5fe_19{background:#7c3aed24;color:#c4b5fd;border:1px solid rgba(124,58,237,.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-modern ._heading_1q5fe_32{color:#fff;font-size:34px;letter-spacing:-.03em;margin-bottom:10px}.theme-modern ._subText_1q5fe_39{color:#94a3b8;font-size:15px;max-width:700px}.theme-modern ._guidelinesList_1q5fe_48{gap:18px}.theme-modern ._guidelineItem_1q5fe_54{position:relative;overflow:hidden;padding:18px 20px;background:linear-gradient(135deg,#0f172af2,#111827eb);border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.theme-modern ._guidelineItem_1q5fe_54:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.8),transparent)}.theme-modern ._guidelineItem_1q5fe_54:hover{transform:translateY(-3px);border-color:#a855f740;box-shadow:0 12px 30px #00000073,0 0 0 1px #a855f714}.theme-modern ._iconBox_1q5fe_74{width:38px;height:38px;min-width:38px;border-radius:12px;background:linear-gradient(135deg,#7c3aed38,#6366f12e);color:#c4b5fd;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px #ffffff0f}.theme-modern ._guidelineText_1q5fe_86{color:#f8fafc;font-size:14px;line-height:1.8;font-weight:500}@media(max-width:640px){.theme-modern ._container_1q5fe_3{width:100%;padding:2rem 1rem}.theme-modern ._heading_1q5fe_32{font-size:28px}.theme-modern ._guidelineItem_1q5fe_54{padding:16px;border-radius:16px}}@media(max-width:640px){._container_1q5fe_3{padding:1.25rem;border-radius:16px}._heading_1q5fe_32{font-size:20px}._guidelineItem_1q5fe_54{padding:12px}._guidelineText_1q5fe_86{font-size:13px}}:root{--black: #0a0a0a;--white: #ffffff;--accent: #c9a84c;--accent2: #8b1a1a;--surface: #f8f6f2;--border: #e8e4dc;--text: #2c2c2c;--muted: #7a7a7a;--radius: 16px;--shadow: 0 4px 24px rgba(0,0,0,.08)}._mpsosWrapper_4jdnr_19{font-family:DM Sans,sans-serif;background:var(--surface);min-height:100vh;padding-bottom:80px;color:var(--text)}._tcPaySection_4jdnr_27 ul li{font-size:14px}._tcList_4jdnr_31 ul{list-style:disc;padding-left:22px;margin-top:10px}._tcList_4jdnr_31 li{display:list-item;margin-bottom:10px;line-height:1.7}._tcList_4jdnr_31 ul ul{list-style:circle;margin-top:8px}._offlineSection_4jdnr_50{background:#fff;border-radius:18px;padding:28px;border:1px solid var(--border);box-shadow:var(--shadow);text-align:center}._offlineSection_4jdnr_50 h3{margin-bottom:10px;font-size:26px;color:var(--accent2);font-family:Playfair Display,serif}._offlineSection_4jdnr_50 p{color:var(--muted);font-size:14px;margin-bottom:20px}._downloadBtn_4jdnr_80{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#c9a84c,#ffcf5a);color:#000;text-decoration:none;padding:14px 28px;border-radius:50px;font-weight:800;letter-spacing:1px;transition:.3s ease}._downloadBtn_4jdnr_80:hover{transform:translateY(-2px);box-shadow:0 10px 24px #c9a84c59}._tcPayCard_4jdnr_111{background:#fffdf5;border-radius:var(--radius);border:1px solid var(--border);border-left:4px solid var(--accent);box-shadow:var(--shadow);overflow:hidden}._tcPayHeader_4jdnr_120{display:flex;align-items:center;gap:10px;padding:14px 22px;background:#c9a84c1a;border-bottom:1px solid var(--border);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--black)}._tcPayIcon_4jdnr_134{font-size:17px}._tcPaySection_4jdnr_27{padding:16px 22px 20px;border-bottom:1px solid var(--border)}._tcPaySection_4jdnr_27:last-child{border-bottom:none}._tcPaySection_4jdnr_27 p{margin:0 0 6px;font-size:14px;color:var(--text);line-height:1.7}._tcPaySection_4jdnr_27 strong{color:var(--accent2)}._infoItem_4jdnr_158{background:var(--surface);border-radius:10px;padding:12px 14px;border:1px solid var(--border)}._infoItem_4jdnr_158 span{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:5px}._infoItem_4jdnr_158 p{margin:0;font-size:13px;color:var(--text);line-height:1.6}._infoGrid_4jdnr_182{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}._mpsosHero_4jdnr_189{position:relative;min-height:380px;background:var(--black);display:flex;align-items:center;justify-content:center;overflow:hidden}._mpsosHero_4jdnr_189:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(201,168,76,.04) 40px,rgba(201,168,76,.04) 41px)}._overlay_4jdnr_212{position:absolute;inset:0;background:linear-gradient(160deg,#8b1a1a59,#000000bf)}._heroContent_4jdnr_218{position:relative;z-index:2;color:var(--white);text-align:center;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}._heroBadge_4jdnr_230{display:inline-block;border:1px solid var(--accent);color:var(--accent);font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;padding:6px 18px;border-radius:30px}._heroContent_4jdnr_218 h1{font-family:Playfair Display,serif;font-size:clamp(48px,8vw,88px);font-weight:900;margin:0;letter-spacing:-1px;line-height:1}._heroContent_4jdnr_218 p{font-size:clamp(13px,2vw,16px);margin:0;color:#ffffffb3;font-weight:400;letter-spacing:.5px}._heroMeta_4jdnr_259{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}._heroMeta_4jdnr_259 span{background:#ffffff14;border:1px solid rgba(201,168,76,.3);padding:10px 20px;border-radius:30px;font-size:13px;font-weight:500;color:#ffffffe6}._feeWrapper_4jdnr_278{width:min(1280px,94%);margin:48px auto 0;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border)}._feeHeader_4jdnr_288{background:var(--black);color:var(--white);text-align:center;padding:24px;font-family:Playfair Display,serif;font-size:clamp(20px,4vw,28px);font-weight:700;letter-spacing:1px}._tableScroll_4jdnr_299{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}._feeTable_4jdnr_305{width:100%;min-width:680px}._tableHead_4jdnr_311{background:#1a1a1a;color:var(--white)}._tableHead_4jdnr_311:hover{background:#1a1a1a!important}._tableHead_4jdnr_311>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 14px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}._tableHead_4jdnr_311>div:first-child{align-items:flex-start;text-align:left}._tableHead_4jdnr_311>div:last-child{border-right:none}._tableHead_4jdnr_311>div>span{font-size:11px;font-weight:400;opacity:.6;letter-spacing:.3px;text-transform:none}._highlight_4jdnr_353{background:#1e1800!important;color:var(--white)!important;border-left:2px solid rgba(201,168,76,.5)!important;border-right:2px solid rgba(201,168,76,.5)!important}._highlight2_4jdnr_360{display:inline-block;margin-top:4px;padding:6px 14px;background:#000;color:#ff0!important;border-radius:30px;font-size:12px!important;font-weight:800!important;letter-spacing:.6px;text-transform:uppercase;box-shadow:0 0 12px #ffc10773,0 4px 14px #ffb30059;animation:_glowDate_4jdnr_1 1.8s infinite}._comingSoonColumn_4jdnr_382{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;opacity:.55}._columnTitle_4jdnr_392{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--white)}._comingSoonBadge_4jdnr_401{display:inline-flex;flex-direction:column;align-items:center;gap:1px;background:var(--accent);color:#fff;font-size:10px;font-weight:800;padding:5px 12px;border-radius:30px;letter-spacing:.5px;text-transform:uppercase;line-height:1.3;white-space:nowrap}._comingSoonBadge_4jdnr_401 span{font-size:9px;font-weight:500;opacity:.7;text-transform:lowercase;letter-spacing:0}._row_4jdnr_427{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid var(--border);transition:background .15s}._row_4jdnr_427:last-child{border-bottom:none}._row_4jdnr_427:hover{background:#c9a84c0a}._row_4jdnr_427>div{padding:14px 16px;font-size:14px;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center}._row_4jdnr_427>div:last-child{border-right:none}._row_4jdnr_427>div:nth-child(2){background:#c9a84c0a;border-left:2px solid rgba(201,168,76,.15);border-right:2px solid rgba(201,168,76,.15)}._row_4jdnr_427:hover>div:nth-child(2){background:#c9a84c17}._colLabel_4jdnr_465{font-weight:500;color:var(--text);line-height:1.4}._colLabelh_4jdnr_471{color:#fff}._tableHead_4jdnr_311 ._colLabel_4jdnr_465{color:var(--white);font-weight:700;font-size:12px}._categoryBar_4jdnr_482{background:var(--accent2);color:var(--white);text-align:center;padding:10px 16px;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}._priceCell_4jdnr_494{cursor:pointer;align-items:center;justify-content:center;gap:8px;text-align:center;transition:background .2s,color .2s}._disabledPriceCell_4jdnr_503{cursor:not-allowed;opacity:.45}._priceCell_4jdnr_494:not(._disabledPriceCell_4jdnr_503):hover{background:var(--black)!important;color:var(--white)}._priceAmount_4jdnr_513{font-size:17px;font-weight:700;display:block}._registerBtn_4jdnr_521{position:relative;overflow:hidden;border:none;background:linear-gradient(135deg,#ffd54f,#ffb300);color:#000;padding:14px 34px;border-radius:50px;font-size:14px;font-weight:900;letter-spacing:1.5px;cursor:pointer;text-transform:uppercase;font-family:DM Sans,sans-serif;box-shadow:0 0 #ffc10766,0 8px 24px #ffb30073;animation:_pulseGlow_4jdnr_1 1.8s infinite;transition:all .3s ease}._registerBtn_4jdnr_521:before{content:"";position:absolute;top:0;left:-120%;width:100%;height:100%;background:#ffffff59;transform:skew(-25deg);transition:.7s}._registerBtn_4jdnr_521:hover:before{left:120%}._registerBtn_4jdnr_521:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 0 25px #ffc107b3,0 12px 32px #ffb3008c}._actionCell_4jdnr_569{display:flex;align-items:center;justify-content:center;padding:28px 0!important;background:transparent!important;border:none!important}._registerBtn_4jdnr_521{min-width:170px;position:relative;z-index:2}._actionCell_4jdnr_569 ._registerBtn_4jdnr_521{margin-top:-8px}._actionCell_4jdnr_569{background:transparent!important;border-right:none!important;border-left:none!important;box-shadow:none!important}._row_4jdnr_427:last-child>div{background:transparent!important;border-right:none!important}._row_4jdnr_427:last-child>div:nth-child(2){background:transparent!important;border-left:none!important;border-right:none!important}@keyframes _pulseGlow_4jdnr_1{0%{box-shadow:0 0 #ffc10799,0 8px 24px #ffb30073}70%{box-shadow:0 0 0 18px #ffc10700,0 8px 24px #ffb30073}to{box-shadow:0 0 #ffc10700,0 8px 24px #ffb30073}}._comingSoonBtn_4jdnr_630{background:#2e2e2e!important;border-color:#444!important;color:#fff!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}._freeCell_4jdnr_640{align-items:center;justify-content:center;text-align:center;gap:4px}._freeText_4jdnr_647{font-size:13px;font-weight:600;color:#2a7a3b}._smallText_4jdnr_653{font-size:11px;color:var(--muted);line-height:1.4;margin-top:2px}._dashCell_4jdnr_660{align-items:center;justify-content:center;text-align:center;color:var(--muted);font-size:20px;font-weight:300}._actionCell_4jdnr_569{display:flex;align-items:center;justify-content:center}._infoWrapper_4jdnr_677{width:min(1280px,94%);margin:28px auto 0;display:flex;flex-direction:column;gap:20px}._tcCard_4jdnr_686{background:#fffdf5;border-radius:var(--radius);border:1px solid var(--border);border-left:4px solid var(--accent);box-shadow:var(--shadow);overflow:hidden}._tcCardHeader_4jdnr_695{display:flex;align-items:center;gap:10px;padding:16px 24px;background:#c9a84c14;border-bottom:1px solid var(--border);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--black)}._tcIcon_4jdnr_709{font-size:18px}._tcCardBody_4jdnr_713{padding:18px 24px;display:flex;flex-direction:column;gap:6px}._tcCardBody_4jdnr_713 p{margin:0;font-size:14px;color:var(--text);line-height:1.7}._tcCardBody_4jdnr_713 strong{color:var(--accent2)}._tcHighlight_4jdnr_731{display:inline-block;background:var(--accent2);color:#fff;padding:2px 10px;border-radius:4px;font-weight:700;font-size:13px}._tcNote_4jdnr_741{font-size:12px!important;color:var(--muted)!important}._infoCard_4jdnr_747{background:var(--white);border-radius:var(--radius);padding:28px 32px;box-shadow:var(--shadow);border:1px solid var(--border)}._infoCard_4jdnr_747 h3{margin:0 0 20px;font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--black);padding-bottom:14px;border-bottom:2px solid var(--accent)}._infoGrid_4jdnr_182{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._infoItem_4jdnr_158{background:var(--surface);border-radius:12px;padding:18px;border:1px solid var(--border)}._infoItem_4jdnr_158 span{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:8px}._infoItem_4jdnr_158 p{margin:0;font-size:14px;color:var(--text);line-height:1.8}._chequeWarning_4jdnr_795{display:inline-block;margin-top:6px;font-size:12px;font-weight:700;color:var(--accent2);background:#8b1a1a14;padding:3px 10px;border-radius:4px}._contactLink_4jdnr_806{display:inline-block;color:var(--text);text-decoration:none;font-weight:600;font-size:14px;transition:color .2s}._contactLink_4jdnr_806:hover{color:var(--accent)}._supportBox_4jdnr_819{background:var(--surface);border-radius:var(--radius);overflow:hidden}._supportInfoItem_4jdnr_831{padding:20px 22px;border-right:1px solid rgba(255,255,255,.08)}._supportInfoItem_4jdnr_831 span{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--black);margin-bottom:6px}._supportInfoItem_4jdnr_831 p{margin:0;font-size:13px;color:#000000bf;line-height:1.75}._contactLinkLight_4jdnr_859{color:#000000d9;text-decoration:none;font-weight:600}._contactLinkLight_4jdnr_859:hover{color:var(--accent)}._contactLinkAccent_4jdnr_869{color:var(--accent);text-decoration:none;font-weight:600}._secretial_4jdnr_875{background:#f9f4e4;padding:14px 22px}._supportBox_4jdnr_819{background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}._secretariatHeader_4jdnr_888{display:flex;align-items:center;gap:10px;padding:16px 22px;background:var(--black);border-bottom:2px solid var(--accent);font-size:13px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--white)}._secretariatHeader2_4jdnr_902{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--white)}._FreeCell_4jdnr_916{color:#000;font-size:13px;font-weight:600}._FreeCell2_4jdnr_922{color:#000;font-size:18px}._secretariatHeader_4jdnr_888 span:first-child{width:36px;height:36px;border-radius:8px;background:#ffffff26;border:1px solid rgba(201,168,76,.35);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}._contactLink_4jdnr_806{display:inline-flex;align-items:center;gap:5px;text-decoration:none}._supportInfoRow_4jdnr_825{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}._supportInfoItem_4jdnr_831{padding:20px 22px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}._supportInfoItem_4jdnr_831:last-child{border-right:none}._supportInfoItem_4jdnr_831 span{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:10px}._supportHelpBar_4jdnr_977{padding:16px 22px;background:#8b1a1a;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}._supportHelpBar_4jdnr_977 p{color:#fff}._supportHelpLabel_4jdnr_991{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#ffffff80}._supportCard_4jdnr_1002{position:relative;overflow:hidden;background:linear-gradient(135deg,#a21414,#7c1212 55%,#a21414);border-radius:20px;padding:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 34px #8b1a1a47;margin-top:18px}._supportCard_4jdnr_1002:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-45deg,rgba(255,255,255,.03),rgba(255,255,255,.03) 2px,transparent 2px,transparent 12px);opacity:.5;pointer-events:none}._supportCard_4jdnr_1002:after{content:"";position:absolute;top:-80px;right:-80px;width:220px;height:220px;background:#ffc1071f;border-radius:50%;filter:blur(50px)}._supportTop_4jdnr_1058{position:relative;z-index:2;text-align:center}._supportBadge_4jdnr_1065{display:inline-flex;align-items:center;gap:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#fff;padding:7px 14px;border-radius:40px;font-size:10px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}._supportTop_4jdnr_1058 h3{margin:14px 0 6px;color:#fff;font-size:clamp(20px,3vw,28px);font-weight:800;line-height:1.2}._supportTop_4jdnr_1058 p{margin:auto;max-width:620px;color:#ffffffbf;font-size:13px;line-height:1.6}._supportUsers_4jdnr_1111{margin-top:22px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;position:relative;z-index:2}._supportUserBox_4jdnr_1124{background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.3s ease}._supportUserBox_4jdnr_1124:hover{transform:translateY(-3px);background:#ffffff1f}._supportRole_4jdnr_1144{display:inline-block;margin-bottom:8px;font-size:10px;letter-spacing:1.3px;text-transform:uppercase;color:#ffd54f;font-weight:700}._supportUserBox_4jdnr_1124 h4{margin:0 0 10px;color:#fff;font-size:18px;font-weight:700}._supportUserBox_4jdnr_1124 a{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#fff;font-size:14px;font-weight:600;padding:10px 14px;border-radius:10px;background:#00000038;transition:.3s ease}._supportUserBox_4jdnr_1124 a:hover{background:#00000059}@media(max-width:768px){._supportCard_4jdnr_1002{padding:20px 16px;border-radius:16px}._supportUsers_4jdnr_1111{grid-template-columns:1fr;gap:12px}._supportTop_4jdnr_1058 h3{font-size:22px}._supportTop_4jdnr_1058 p{font-size:12px}._supportUserBox_4jdnr_1124{padding:16px}._supportUserBox_4jdnr_1124 a{width:100%;justify-content:center}}._supportHelpContacts_4jdnr_1229{display:flex;gap:24px;flex-wrap:wrap}._supportHelpContacts_4jdnr_1229 span{font-size:13px;color:#fff}._supportHelpContacts_4jdnr_1229 strong{color:var(--accent)}._uploadNote_4jdnr_1244{display:block;margin-top:6px;font-size:12px;color:#777}@media(max-width:640px){._supportHelpBar_4jdnr_977{flex-direction:column;align-items:flex-start}._supportHelpContacts_4jdnr_1229{flex-direction:column;gap:6px}}._secretariatCard_4jdnr_1263{background:var(--black);color:var(--white);border-radius:var(--radius);padding:36px}._secretariatCard_4jdnr_1263 h3{margin:0 0 24px;font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--accent)}._secretariatGrid_4jdnr_1278{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._secretariatGrid_4jdnr_1278 div{background:#ffffff0d;border:1px solid rgba(201,168,76,.2);border-radius:12px;padding:24px}._secretariatGrid_4jdnr_1278 h4{margin:0 0 8px;font-family:Playfair Display,serif;font-size:18px;font-weight:700}._secretariatGrid_4jdnr_1278 p{margin:0;font-size:12px;color:#ffffff80;letter-spacing:1px;text-transform:uppercase}._earlyBirdGiftSection_4jdnr_1307{width:min(1280px,94%);margin:28px auto;background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}._giftHeader_4jdnr_1322{background:linear-gradient(90deg,#c67a12,#f0bf32);color:#fff;text-align:center;font-weight:800;padding:22px;letter-spacing:1px}._giftProducts_4jdnr_1341{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:28px}._giftBox_4jdnr_1350{text-align:center}._giftPlaceholder_4jdnr_1354{height:180px;border:3px solid #f0bf32;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:70px;background:#fafafa}._giftBox_4jdnr_1350 p{margin-top:10px;font-weight:700}._giftTerms_4jdnr_1375{padding:0 28px 28px}._giftTerms_4jdnr_1375 h4{margin-bottom:10px}._giftTerms_4jdnr_1375 p{margin:8px 0}._giftPlaceholder_4jdnr_1354{height:180px;border:2px solid #f0bf32;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}._giftIcon_4jdnr_1402{width:100%;height:100%;object-fit:contain;padding:10px}._giftPlaceholder_4jdnr_1354{height:200px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 12px #00000014;transition:.3s}._giftPlaceholder_4jdnr_1354:hover{transform:translateY(-4px)}._giftHeader_4jdnr_1322{font-size:18px;padding:16px}._giftBox_4jdnr_1350 p{font-size:15px;font-weight:600}@media(max-width:768px){._giftHeader_4jdnr_1322{font-size:20px;padding:16px}._giftProducts_4jdnr_1341{grid-template-columns:repeat(2,1fr)}._giftPlaceholder_4jdnr_1354{height:120px;font-size:50px}._giftTerms_4jdnr_1375 h4{font-size:20px}._giftTerms_4jdnr_1375 p{font-size:14px}}@media(max-width:480px){._giftProducts_4jdnr_1341{grid-template-columns:1fr}}@keyframes _glowDate_4jdnr_1{0%{transform:scale(1);box-shadow:0 0 10px #ffc10773}50%{transform:scale(1.05);box-shadow:0 0 20px #ffc107cc}to{transform:scale(1);box-shadow:0 0 10px #ffc10773}}@media(max-width:900px){._infoGrid_4jdnr_182,._secretariatGrid_4jdnr_1278{grid-template-columns:1fr}}@media(max-width:640px){._mpsosHero_4jdnr_189{min-height:300px}._heroMeta_4jdnr_259{flex-direction:column;align-items:center;gap:8px}._heroMeta_4jdnr_259 span{font-size:12px;padding:8px 14px}._infoCard_4jdnr_747{padding:20px 16px}._tcCard_4jdnr_686{border-left-width:3px}._tcCardHeader_4jdnr_695,._tcCardBody_4jdnr_713{padding:14px 16px}._supportBox_4jdnr_819{padding:30px 20px}._secretariatCard_4jdnr_1263{padding:26px 18px}._row_4jdnr_427>div{padding:12px 10px;font-size:13px}._priceAmount_4jdnr_513{font-size:14px}._registerBtn_4jdnr_521{padding:7px 14px;font-size:10px;letter-spacing:.5px}._comingSoonBadge_4jdnr_401{font-size:9px;padding:4px 8px}}@media(max-width:768px){._actionCell_4jdnr_569{padding:14px 8px!important}._registerBtn_4jdnr_521{width:70%;min-width:unset;padding:10px 12px;font-size:11px;letter-spacing:.5px;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}._comingSoonBtn_4jdnr_630{font-size:10px}}@media(max-width:480px){._row_4jdnr_427{grid-template-columns:1.3fr 1fr 1fr 1fr}._registerBtn_4jdnr_521{padding:11px 8px;font-size:13px;border-radius:10px}._actionCell_4jdnr_569{margin-top:12px;padding:10px 4px!important}._downloadBtn_4jdnr_80{padding:10px 20px;font-size:11px}._offlineSection_4jdnr_50 h3{font-size:20px}._offlineSection_4jdnr_50 p{font-size:13px}._offlineSection_4jdnr_50{padding:20px 16px}}._dropdown_jgf8e_7{position:relative;width:100%;top:4px;grid-column:1 / -1;display:block}._category_jgf8e_15{display:block;margin-bottom:9px;font-size:12px;font-weight:400;color:#5f5e5a}._req_jgf8e_23{color:#e53935}._dropdownBtn_jgf8e_28{width:100%;padding:10px 16px;background:#fff;color:#30302bd3;border:1px solid #d3d1c7;border-radius:8px;cursor:pointer;text-align:left;font-size:13px;transition:.3s}._dropdownBtn_jgf8e_28:hover{border-color:#378add}._dropdownContent_jgf8e_46{position:absolute;top:67px;left:0;width:275px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #0000001f;overflow:visible;z-index:1000;border:1px solid #ececec}._dropdownContent_jgf8e_46 ul{list-style:none;padding:0;margin:0}._dropdownContent_jgf8e_46 ul li{position:relative}._mainLink_jgf8e_70,._dropdownContent_jgf8e_46 ul li>a{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;text-decoration:none;color:#222;font-size:14px;font-weight:500;transition:.25s;border-bottom:1px solid #f3f3f3}._mainLink_jgf8e_70:after,._dropdownContent_jgf8e_46 ul li>a:after{content:"›";font-size:18px;color:#999}._mainLink_jgf8e_70:hover,._dropdownContent_jgf8e_46 ul li>a:hover{background:#f4f9ff;color:#185fa5}._subDropdown_jgf8e_98{position:absolute;top:0;left:100%;width:250px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #0000001f;border:1px solid #ececec;overflow:hidden;opacity:0;visibility:hidden;transform:translate(10px);transition:.25s}._dropdownItem_jgf8e_116:hover ._subDropdown_jgf8e_98,._dropdownContent_jgf8e_46 ul li:hover ._subDropdown_jgf8e_98{opacity:1;visibility:visible;transform:translate(0)}._subDropdown_jgf8e_98 ul li a{padding:13px 16px;font-size:14px;font-weight:400;color:#444;border-bottom:1px solid #f5f5f5}._subDropdown_jgf8e_98 ul li a:after{display:none}._subDropdown_jgf8e_98 ul li a:hover{background:#eaf4ff;color:#185fa5}._subOption_jgf8e_142{display:flex;align-items:center;gap:12px;padding:13px 16px;cursor:pointer;border-bottom:1px solid #f3f3f3;transition:.25s;background:#fff}._checkBox_jgf8e_158{width:18px;height:18px;border:1.5px solid #c9c9c9;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff}._subOption_jgf8e_142{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;cursor:pointer;border-bottom:1px solid #f3f3f3;transition:.25s;background:#fff}._subOption_jgf8e_142:hover{background:#f4f9ff}._leftOption_jgf8e_194{display:flex;align-items:center;gap:12px}._priceTag_jgf8e_201{font-size:13px;font-weight:600;color:#185fa5;background:#eef6ff;padding:4px 8px;border-radius:6px}._checkBox_jgf8e_158{width:18px;height:18px;border:1.5px solid #c9c9c9;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#fff}._tick_jgf8e_171{font-size:12px;color:#185fa5;font-weight:700}._optionText_jgf8e_230{font-size:14px;color:#333}._optionText_jgf8e_230{font-size:14px;color:#333;font-weight:400}._req_jgf8e_23{color:red}._page_jgf8e_246{min-height:100vh;background:#f7f7fb;font-family:DM Sans,-apple-system,sans-serif}._container_jgf8e_252{max-width:660px;margin:0 auto;padding:36px 20px 80px}._loadingScreen_jgf8e_262{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#e8e4f0,#dde8f5 40%,#cdd9f0,#d4cfe8)}._loadingSpinner_jgf8e_272{width:28px;height:28px;border:2px solid #d3d1c7;border-top-color:#185fa5;border-radius:50%;animation:_spin_jgf8e_1 .7s linear infinite}@keyframes _spin_jgf8e_1{to{transform:rotate(360deg)}}._loadingText_jgf8e_285{font-family:DM Sans,sans-serif;font-size:14px;color:#888780}._hero_jgf8e_295{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);border-bottom:.5px solid #e8e6e0;padding:38px 26px 27px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}._heroMeta_jgf8e_305{margin-top:10px}._heroInner_jgf8e_309{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._heroEyebrow_jgf8e_317{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin:0 0 10px}._heroTitle_jgf8e_326{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(28px,4vw,28px);font-weight:400;color:#fff;line-height:1.1;margin:0 0 20px;letter-spacing:-.01em}._heroMeta_jgf8e_305{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._metaChip_jgf8e_343{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#5f5e5a;background:#f5f4f1;border:.5px solid #d3d1c7;border-radius:100px;padding:5px 12px;line-height:1}._metaIcon_jgf8e_356{font-size:13px;color:#888780;flex-shrink:0}._mapLink_jgf8e_362{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:#185fa5;background:#e6f1fb;border-radius:100px;padding:5px 12px;text-decoration:none;transition:background .15s;line-height:1}._mapLink_jgf8e_362:hover{background:#b5d4f4}._heroLogo_jgf8e_379{flex-shrink:0}._logoImg_jgf8e_381{width:72px;height:72px;border-radius:12px;object-fit:cover;border:.5px solid #e8e6e0}._sectionLabel_jgf8e_393{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#888780;margin:0 0 14px}._ticketSection_jgf8e_406{margin-bottom:28px}._ticketGrid_jgf8e_408{display:grid;grid-template-columns:1fr 1fr;gap:10px}._ticketCard_jgf8e_414{position:relative;background:#fff;border:.5px solid #d3d1c7;border-radius:12px;padding:16px 18px 16px 14px;cursor:pointer;transition:border-color .15s,transform .1s;overflow:hidden;display:flex;align-items:center;gap:12px}._ticketCard_jgf8e_414:hover{border-color:#b4b2a9;transform:translateY(-1px)}._ticketCard_jgf8e_414:active{transform:translateY(0)}._ticketCardActive_jgf8e_435{border-color:#378add;border-width:1.5px;background:#fafcff}._ticketSwatch_jgf8e_441{width:4px;height:36px;border-radius:2px;flex-shrink:0}._ticketCardBody_jgf8e_448{flex:1;min-width:0}._ticketName_jgf8e_450{display:block;font-size:14px;font-weight:500;color:#1a1a18;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ticketPrice_jgf8e_461{display:block;font-size:13px;color:#5f5e5a}._freeBadge_jgf8e_467{display:inline-block;font-size:11px;font-weight:500;padding:2px 8px;border-radius:100px;background:#eaf3de;color:#3b6d11}._urgencyTag_jgf8e_477{position:absolute;top:8px;right:8px;font-size:10px;font-weight:600;color:#854f0b;background:#faeeda;border-radius:100px;padding:2px 7px}._selectedCheck_jgf8e_489{position:absolute;bottom:8px;right:10px;font-size:11px;font-weight:600;color:#185fa5}._selectPrompt_jgf8e_502{text-align:center;padding:40px 24px;background:#fff;border:.5px dashed #d3d1c7;border-radius:12px;color:#888780;font-size:14px}._selectPromptIcon_jgf8e_512{font-size:22px;margin-bottom:10px;opacity:.5}._formCard_jgf8e_522{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;overflow:hidden;scroll-margin-top:24px}._formHeader_jgf8e_530{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:.5px solid #e8e6e0}._formHeaderLeft_jgf8e_539{display:flex;align-items:center;gap:12px;min-width:0}._formSwatch_jgf8e_546{width:4px;height:40px;border-radius:2px;flex-shrink:0}._formTicketName_jgf8e_553{font-size:16px;font-weight:500;color:#1a1a18;margin:0 0 3px}._formTicketSub_jgf8e_560{font-size:12px;color:#888780;margin:0}._pricePill_jgf8e_566{font-size:13px;font-weight:500;padding:7px 16px;border-radius:100px;border:.5px solid #d3d1c7;color:#1a1a18;background:#f5f4f1;white-space:nowrap;flex-shrink:0}._pricePillFree_jgf8e_578{background:#eaf3de;color:#3b6d11;border-color:#c0dd97}._attendeeBlock_jgf8e_588{border-bottom:.5px solid #e8e6e0}._attendeeBlock_jgf8e_588:last-child{border-bottom:none}._attendeeHeader_jgf8e_591{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .1s}._attendeeHeader_jgf8e_591:hover{background:#fafaf8}._attendeeHeaderLeft_jgf8e_603{display:flex;flex-direction:column;gap:2px}._attendeeTag_jgf8e_609{font-size:14px;font-weight:500;color:#1a1a18}._attendeeTicketLabel_jgf8e_615{font-size:12px;color:#888780}._chevron_jgf8e_620{font-size:14px;color:#b4b2a9;flex-shrink:0}._attendeeBody_jgf8e_626{padding:4px 24px 22px}._fieldsGrid_jgf8e_632{display:grid;grid-template-columns:1fr 1fr;gap:14px}._fieldGroup_jgf8e_638{display:flex;flex-direction:column;gap:6px}._fieldGroup_jgf8e_638._fullWidth_jgf8e_644{grid-column:1 / -1}._fieldLabel_jgf8e_646{font-size:12px;font-weight:500;color:#5f5e5a;letter-spacing:.01em}._req_jgf8e_23{color:#e24b4a;margin-left:2px}._input_jgf8e_658{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a18;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:8px;padding:9px 12px;outline:none;width:100%;transition:border-color .15s,background .15s;-webkit-appearance:none;appearance:none}._input_jgf8e_658:focus{border-color:#378add;background:#fff}._input_jgf8e_658:disabled{opacity:.5;cursor:not-allowed}._textarea_jgf8e_683{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a18;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:8px;padding:9px 12px;outline:none;width:100%;resize:vertical;transition:border-color .15s,background .15s}._textarea_jgf8e_683:focus{border-color:#378add;background:#fff}._qtyRow_jgf8e_706{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:.5px solid #e8e6e0}._qtyLabel_jgf8e_714{font-size:14px;font-weight:500;color:#1a1a18;margin:0 0 2px}._qtySub_jgf8e_721{font-size:12px;color:#888780;margin:0}._qtyControls_jgf8e_727{display:flex;align-items:center;border:.5px solid #d3d1c7;border-radius:8px;overflow:hidden}._qtyBtn_jgf8e_735{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#f5f4f1;border:none;cursor:pointer;font-size:18px;color:#1a1a18;line-height:1;transition:background .1s;font-family:DM Sans,sans-serif}._qtyBtn_jgf8e_735:hover:not(:disabled){background:#e8e6e0}._qtyBtn_jgf8e_735:disabled{opacity:.35;cursor:default}._qtyNum_jgf8e_754{width:44px;text-align:center;font-size:14px;font-weight:500;color:#1a1a18;border-left:.5px solid #d3d1c7;border-right:.5px solid #d3d1c7;line-height:38px;-webkit-user-select:none;user-select:none}._summarySection_jgf8e_770{background:#fafaf8;border-top:.5px solid #e8e6e0;padding:18px 24px}._summaryRow_jgf8e_776{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#5f5e5a;margin-bottom:6px}._summaryRowLabel_jgf8e_785{color:#5f5e5a}._summaryRowVal_jgf8e_787{color:#1a1a18;font-weight:500}._summaryDivider_jgf8e_792{height:.5px;background:#d3d1c7;margin:12px 0}._summaryTotalRow_jgf8e_798{display:flex;justify-content:space-between;align-items:baseline}._summaryTotalLabel_jgf8e_804{font-size:14px;font-weight:500;color:#1a1a18}._summaryTotalAmt_jgf8e_810{font-family:"DM Serif Display",Georgia,serif;font-size:26px;font-weight:400;color:#1a1a18;letter-spacing:-.02em}._errorMsg_jgf8e_822{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#a32d2d;background:#fcebeb;border:.5px solid #F7C1C1;border-radius:8px;padding:11px 16px;margin:0 24px 12px;line-height:1.5}._errorIcon_jgf8e_836{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid #A32D2D;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}._formFooter_jgf8e_854{display:flex;align-items:center;gap:10px;padding:16px 24px;border-top:.5px solid #e8e6e0}._ghostBtn_jgf8e_862{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#5f5e5a;background:transparent;border:.5px solid #d3d1c7;border-radius:8px;padding:10px 18px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0}._ghostBtn_jgf8e_862:hover{background:#f5f4f1;color:#1a1a18}._ghostBtn_jgf8e_862:disabled{opacity:.5;cursor:not-allowed}._primaryBtn_jgf8e_880{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#185fa5;border:none;border-radius:8px;padding:11px 28px;cursor:pointer;flex:1;transition:background .15s,transform .1s;letter-spacing:.01em}._primaryBtn_jgf8e_880:hover{background:#0c447c}._primaryBtn_jgf8e_880:active{transform:scale(.99)}._primaryBtn_jgf8e_880:disabled{opacity:.55;cursor:not-allowed;transform:none}._primaryBtnFull_jgf8e_898{flex:1}._endedCard_jgf8e_904{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;padding:52px 32px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}._endedIconWrap_jgf8e_916{width:68px;height:68px;border-radius:50%;background:#f5f4f1;border:.5px solid #d3d1c7;display:flex;align-items:center;justify-content:center;margin-bottom:20px}._endedTitle_jgf8e_928{font-family:"DM Serif Display",Georgia,serif;font-size:24px;font-weight:400;color:#1a1a18;margin:0 0 10px;letter-spacing:-.01em}._endedSub_jgf8e_937{font-size:14px;color:#888780;margin:0 0 22px;max-width:340px;line-height:1.65}._endedDivider_jgf8e_945{width:100%;height:.5px;background:#e8e6e0;margin:28px 0 20px}._endedFooterNote_jgf8e_952{font-size:13px;color:#b4b2a9;margin:0;max-width:360px;line-height:1.6}._dropdownWrapper_jgf8e_965{grid-column:1 / -1;width:100%;position:relative}._ddTrigger_jgf8e_972{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:10px;font-size:14px;font-family:DM Sans,sans-serif;cursor:pointer;transition:border-color .15s;text-align:left}._ddTrigger_jgf8e_972:hover{border-color:#378add}._ddTriggerOpen_jgf8e_991{border-color:#378add;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#fff}._chevronIcon_jgf8e_1001{font-size:11px;color:#888780;flex-shrink:0;transition:transform .2s}._ddTriggerOpen_jgf8e_991 ._chevronIcon_jgf8e_1001{transform:rotate(180deg)}._ddPanel_jgf8e_1011{display:flex;border:.5px solid #378ADD;border-top:none;border-radius:0 0 10px 10px;overflow:hidden;background:#fff;z-index:50}._ddLeft_jgf8e_1022{width:54%;border-right:.5px solid #d3d1c7;flex-shrink:0;background:#fff}._ddLeftHeader_jgf8e_1029{padding:8px 12px;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#888780;background:#fafaf8;border-bottom:.5px solid #e8e6e0}._catItem_jgf8e_1040{width:100%;display:flex;align-items:center;justify-content:space-between;padding:11px 12px;cursor:pointer;font-size:13px;font-family:DM Sans,sans-serif;color:#1a1a18;border:none;border-bottom:.5px solid #f0efeb;background:transparent;text-align:left;gap:6px;line-height:1.35;transition:background .1s}._catItem_jgf8e_1040:last-child{border-bottom:none}._catItem_jgf8e_1040:hover{background:#f0f7ff}._catItemHovered_jgf8e_1062{background:#e6f1fb}._catItemChosen_jgf8e_1066{background:#e6f1fb;color:#0c447c;font-weight:500;border-right:2px solid #185FA5}._catItemArrow_jgf8e_1073{font-size:13px;color:#b4b2a9;flex-shrink:0}._catItemHovered_jgf8e_1062 ._catItemArrow_jgf8e_1073,._catItemChosen_jgf8e_1066 ._catItemArrow_jgf8e_1073{color:#185fa5}._ddRight_jgf8e_1083{width:46%;flex-shrink:0;background:#fafaf8;display:flex;flex-direction:column}._ddRightHeader_jgf8e_1091{padding:8px 12px;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#888780;background:#f5f4f1;border-bottom:.5px solid #e8e6e0}._subItem_jgf8e_1102{width:100%;display:flex;align-items:center;gap:9px;padding:11px 12px;cursor:pointer;font-size:13px;font-family:DM Sans,sans-serif;color:#1a1a18;border:none;border-bottom:.5px solid #f0efeb;background:transparent;text-align:left;line-height:1.35;transition:background .1s}._subItem_jgf8e_1102:last-child{border-bottom:none}._subItem_jgf8e_1102:hover{background:#e6f1fb}._subItemSelected_jgf8e_1123{background:#e6f1fb;color:#0c447c;font-weight:500}._subDot_jgf8e_1129{width:7px;height:7px;border-radius:50%;border:1.5px solid #b4b2a9;flex-shrink:0;transition:all .12s}._subItemSelected_jgf8e_1123 ._subDot_jgf8e_1129{background:#185fa5;border-color:#185fa5}._subPrice_jgf8e_1143{margin-left:auto;font-size:11px;color:#888780;white-space:nowrap}._subItemSelected_jgf8e_1123 ._subPrice_jgf8e_1143{color:#185fa5}._ddEmptyRight_jgf8e_1153{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#b4b2a9;font-size:12px;padding:24px 16px;text-align:center}._ddEmptyIcon_jgf8e_1166{font-size:18px;opacity:.45;margin-bottom:2px}@media(max-width:600px){._hero_jgf8e_295{padding:36px 20px 32px;flex-direction:column-reverse;gap:16px}._heroTitle_jgf8e_326{font-size:22px;text-align:center;margin-bottom:12px}._logoImg_jgf8e_381{width:56px;height:56px}._ticketGrid_jgf8e_408,._fieldsGrid_jgf8e_632{grid-template-columns:1fr}._formHeader_jgf8e_530{flex-direction:column;align-items:flex-start;gap:12px}._summaryTotalAmt_jgf8e_810{font-size:22px}._formFooter_jgf8e_854{flex-direction:column}._ghostBtn_jgf8e_862,._primaryBtn_jgf8e_880{width:100%;text-align:center}._container_jgf8e_252{padding:24px 16px 64px}._endedCard_jgf8e_904{padding:40px 20px 32px}._endedTitle_jgf8e_928{font-size:20px}._ddPanel_jgf8e_1011{flex-direction:column}._ddLeft_jgf8e_1022{width:100%;border-right:none;border-bottom:.5px solid #d3d1c7}._ddRight_jgf8e_1083{width:100%}._catItemChosen_jgf8e_1066{border-right:none;border-bottom:2px solid #185FA5}}._dropdownWrapper_jgf8e_965{grid-column:1 / -1;width:100%;position:relative;z-index:100}._ddTrigger_jgf8e_972{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:10px;font-size:14px;font-family:DM Sans,sans-serif;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}._ddTrigger_jgf8e_972:hover{border-color:#378add;background:#fff}._ddTriggerOpen_jgf8e_991{border-color:#378add;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#fff;border-bottom-color:transparent}._triggerPlaceholder_jgf8e_998{color:#888780;font-size:14px}._triggerFilled_jgf8e_999{color:#1a1a18;font-size:14px;font-weight:500}._triggerArrow_jgf8e_1258{color:#888780;margin:0 3px}._chevronIcon_jgf8e_1001{font-size:12px;color:#888780;flex-shrink:0;display:inline-block;transition:transform .2s ease}._chevronOpen_jgf8e_1268{transform:rotate(180deg)}._ddFlyout_jgf8e_1271{position:absolute;top:100%;left:0;right:0;display:flex;border:.5px solid #378ADD;border-top:none;border-radius:0 0 12px 12px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #185fa51a;z-index:200}._ddFlyoutLeft_jgf8e_1287{width:52%;flex-shrink:0;border-right:.5px solid #e8e6e0;background:#fff}._ddCatRow_jgf8e_1294{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;cursor:pointer;font-size:13.5px;font-family:DM Sans,sans-serif;color:#1a1a18;border-bottom:.5px solid #f0efeb;transition:background .12s,color .12s;gap:8px;line-height:1.35;-webkit-user-select:none;user-select:none}._ddCatRow_jgf8e_1294:last-child{border-bottom:none}._ddCatRow_jgf8e_1294:hover{background:#f0f7ff}._ddCatRowHovered_jgf8e_1314{background:#e6f1fb!important;color:#0c447c}._ddCatRowChosen_jgf8e_1319{background:#e6f1fb;color:#0c447c;font-weight:500}._ddCatName_jgf8e_1325{flex:1}._ddCatArrow_jgf8e_1327{font-size:15px;color:#b4b2a9;flex-shrink:0;transition:color .12s,transform .12s}._ddCatRowHovered_jgf8e_1314 ._ddCatArrow_jgf8e_1327,._ddCatRowChosen_jgf8e_1319 ._ddCatArrow_jgf8e_1327{color:#185fa5;transform:translate(2px)}._ddFlyoutRight_jgf8e_1341{width:48%;flex-shrink:0;background:#fafaf8;display:flex;flex-direction:column}._ddSubHeader_jgf8e_1349{padding:10px 14px 8px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#888780;border-bottom:.5px solid #e8e6e0;background:#f5f4f1;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ddSubRow_jgf8e_1364{display:flex;align-items:center;gap:9px;padding:11px 14px;cursor:pointer;font-size:13px;font-family:DM Sans,sans-serif;color:#1a1a18;border-bottom:.5px solid #f0efeb;transition:background .12s;line-height:1.35}._ddSubRow_jgf8e_1364:last-child{border-bottom:none}._ddSubRow_jgf8e_1364:hover{background:#e6f1fb}._ddSubRowSelected_jgf8e_1381{background:#e6f1fb;color:#0c447c;font-weight:500}._ddSubDot_jgf8e_1387{width:7px;height:7px;border-radius:50%;border:1.5px solid #b4b2a9;flex-shrink:0;transition:all .12s}._ddSubDotSelected_jgf8e_1396{background:#185fa5;border-color:#185fa5}._ddSubName_jgf8e_1401{flex:1}._ddSubPrice_jgf8e_1403{font-size:11px;color:#888780;white-space:nowrap;margin-left:auto}._ddSubRowSelected_jgf8e_1381 ._ddSubPrice_jgf8e_1403{color:#185fa5}._ddSubEmpty_jgf8e_1413{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#b4b2a9;font-size:12px;padding:28px 16px;text-align:center}._ddSubEmptyIcon_jgf8e_1426{font-size:20px;opacity:.4}._dropdownBtn_jgf8e_28{width:100%;min-height:32px;padding:10px 16px;background:#fff;color:#30302bd3;border:1px solid #d3d1c7;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:14px;transition:.3s}._dropdownBtnOpen_jgf8e_1449{border-color:#378add;box-shadow:0 0 0 3px #378add1a}._dropdownLeft_jgf8e_1455{display:flex;align-items:center;gap:12px}._categoryIcon_jgf8e_1462{width:34px;height:34px;border-radius:8px;background:#eef6ff;display:flex;align-items:center;justify-content:center;color:#185fa5;font-size:18px}._dropdownArrow_jgf8e_1477{font-size:18px;color:#777;transition:.3s}._rotateArrow_jgf8e_1484{transform:rotate(180deg)}@media(max-width:600px){._ddFlyout_jgf8e_1271{flex-direction:column;position:relative;box-shadow:none}._ddFlyoutLeft_jgf8e_1287{width:100%;border-right:none;border-bottom:.5px solid #d3d1c7}._ddFlyoutRight_jgf8e_1341{width:100%}._ddCatRowHovered_jgf8e_1314{background:#e6f1fb!important}._ddCatRowChosen_jgf8e_1319{border-right:none;border-left:3px solid #185FA5}}@media(max-width:768px){._dropdown_jgf8e_7{width:100%}._dropdownContent_jgf8e_46{width:100%;left:0;top:64px}._mainLink_jgf8e_70,._dropdownContent_jgf8e_46 ul li>a{font-size:13px;padding:12px 14px}._subDropdown_jgf8e_98{position:relative;top:0;left:0;width:100%;border-radius:0;box-shadow:none;border-left:3px solid #185FA5;border-right:none;border-top:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;opacity:1;visibility:visible;transform:none}._subOption_jgf8e_142{padding:12px 14px;gap:10px;flex-wrap:wrap}._optionText_jgf8e_230{font-size:13px;flex:1}._priceTag_jgf8e_201{font-size:12px;padding:3px 7px}._checkBox_jgf8e_158{width:17px;height:17px}._tick_jgf8e_171{font-size:11px}._dropdownBtn_jgf8e_28{font-size:13px;padding:11px 14px}}@media(max-width:768px){._dropdownContent_jgf8e_46{width:100%}._subDropdown_jgf8e_98{position:static;width:100%;margin-top:6px;opacity:1;visibility:visible;transform:none}}._page_rtbxc_4{min-height:100vh;background:#f5f6fb;font-family:Segoe UI,system-ui,sans-serif;color:#1e293b}._header_rtbxc_14{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);border-bottom:1px solid #ddd6fe;padding:52px 40px 40px;display:flex;justify-content:center}._headerInner_rtbxc_22{max-width:1100px;width:100%;text-align:center}._eyebrow_rtbxc_28{font-size:11px;font-weight:700;letter-spacing:3px;color:#fff;margin:0 0 10px}._title_rtbxc_36{font-size:32px;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.5px;line-height:1.2}._sub_rtbxc_45{font-size:14px;color:#fff;margin:0}._tabsWrap_rtbxc_54{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 40px}._tabsRow_rtbxc_60{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:16px;padding:12px 0}._tabs_rtbxc_54{display:flex;gap:4px;overflow-x:auto;flex:1;scrollbar-width:none}._tabs_rtbxc_54::-webkit-scrollbar{display:none}._tab_rtbxc_54{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .15s ease}._tab_rtbxc_54:hover{border-color:#6366f1;color:#4f46e5;background:#f5f3ff}._tabActive_rtbxc_101{background:#4f46e5!important;color:#fff!important;border-color:#4f46e5!important}._tabCount_rtbxc_107{font-size:11px;font-weight:700;background:#0000001a;padding:1px 7px;border-radius:999px}._tabActive_rtbxc_101 ._tabCount_rtbxc_107{background:#ffffff40}._searchWrap_rtbxc_120{position:relative;display:flex;align-items:center;flex-shrink:0}._searchIcon_rtbxc_127{position:absolute;left:11px;color:#94a3b8;pointer-events:none}._searchInput_rtbxc_134{border:1.5px solid #e2e8f0;border-radius:8px;padding:7px 14px 7px 32px;font-size:13px;outline:none;width:210px;background:#f8fafc;color:#1e293b;transition:border-color .15s,box-shadow .15s}._searchInput_rtbxc_134::placeholder{color:#94a3b8}._searchInput_rtbxc_134:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}._body_rtbxc_157{max-width:1100px;margin:0 auto;padding:40px 40px 72px}._state_rtbxc_166{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:80px 24px;color:#64748b;text-align:center}._stateIcon_rtbxc_177{font-size:40px}._stateTitle_rtbxc_178{font-size:17px;font-weight:700;color:#1e293b;margin:0}._stateSub_rtbxc_179{font-size:14px;color:#94a3b8;margin:0}._spinner_rtbxc_181{width:34px;height:34px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:_spin_rtbxc_181 .7s linear infinite}@keyframes _spin_rtbxc_181{to{transform:rotate(360deg)}}._groups_rtbxc_195{display:flex;flex-direction:column;gap:44px}._groupHeader_rtbxc_201{display:flex;align-items:center;gap:9px;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._groupDot_rtbxc_210{width:9px;height:9px;border-radius:50%;flex-shrink:0}._groupTitle_rtbxc_217{font-size:16px;font-weight:800;margin:0;letter-spacing:-.2px}._groupCount_rtbxc_224{margin-left:auto;font-size:12px;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:3px 10px;border-radius:999px}._grid_rtbxc_237{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}._lazyWrap_rtbxc_246{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._imgSkeleton_rtbxc_254{width:100%;height:100%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:_shimmer_rtbxc_1 1.4s infinite;border-radius:6px}@keyframes _shimmer_rtbxc_1{0%{background-position:200% 0}to{background-position:-200% 0}}._card_rtbxc_271{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;outline:none}._card_rtbxc_271:hover,._card_rtbxc_271:focus-visible{border-color:var(--accent, #6366f1);box-shadow:0 4px 16px #00000012;transform:translateY(-2px)}._cardLogo_rtbxc_291{width:68px;height:48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}._cardLogoImg_rtbxc_304{width:100%;height:100%;object-fit:contain;padding:6px}._cardLogoFallback_rtbxc_311{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--accent, #4f46e5);background:var(--light, #eef2ff)}._cardInfo_rtbxc_323{flex:1}._cardName_rtbxc_325{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 4px;line-height:1.3}._cardDesc_rtbxc_333{font-size:12px;color:#64748b;margin:0 0 6px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}._cardLink_rtbxc_344{font-size:12px;font-weight:600;color:var(--accent, #4f46e5)}._cardBadge_rtbxc_350{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;align-self:flex-start;text-transform:capitalize}._badgeDot_rtbxc_362{width:6px;height:6px;border-radius:50%;flex-shrink:0}._modalOverlay_rtbxc_372{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}._formModal_rtbxc_384{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 64px #0000002e;animation:_modalIn_rtbxc_1 .2s ease;padding:28px;display:flex;flex-direction:column;gap:16px}@keyframes _modalIn_rtbxc_1{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalCloseBtn_rtbxc_405{position:absolute;top:14px;right:16px;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:14px;cursor:pointer;color:#475569;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s}._modalCloseBtn_rtbxc_405:hover{background:#e2e8f0;color:#0f172a}._modalHeader_rtbxc_429{display:flex;align-items:flex-start;gap:16px;padding-right:36px}._modalLogo_rtbxc_436{width:80px;height:56px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}._modalLogoImg_rtbxc_449{width:100%;height:100%;object-fit:contain;padding:8px}._modalLogoFallback_rtbxc_456{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#4f46e5;background:#eef2ff}._modalMeta_rtbxc_468{display:flex;flex-direction:column;gap:6px}._modalName_rtbxc_474{font-size:20px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.3px;line-height:1.25}._modalDesc_rtbxc_483{font-size:14px;color:#475569;line-height:1.65;margin:0}._modalLinks_rtbxc_490{display:flex;flex-wrap:wrap;gap:8px}._modalLink_rtbxc_490{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;color:#4f46e5;font-size:13px;font-weight:600;padding:7px 14px;border-radius:8px;text-decoration:none;transition:background .15s,color .15s;border:1.5px solid #e2e8f0}._modalLink_rtbxc_490:hover{background:#eef2ff;border-color:#a5b4fc;color:#3730a3}.theme-modern ._page_rtbxc_4{background:#020617;color:#e2e8f0}.theme-modern ._header_rtbxc_14{background:radial-gradient(circle at 30% 30%,#1e293b,#020617);border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._eyebrow_rtbxc_28{color:#ff7a18}.theme-modern ._title_rtbxc_36{color:#fff}.theme-modern ._sub_rtbxc_45{color:#cbd5e1}.theme-modern ._tabsWrap_rtbxc_54{background:#020617;border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._tab_rtbxc_54{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#94a3b8}.theme-modern ._tabActive_rtbxc_101{background:linear-gradient(135deg,#ff4d4d,#ff7a18)!important;color:#fff!important}.theme-modern ._searchInput_rtbxc_134{background:#ffffff0d;border-color:#ffffff14;color:#e2e8f0}.theme-modern ._searchInput_rtbxc_134:focus{border-color:#ff7a18;box-shadow:0 0 0 3px #ff7a1826;background:#ffffff14}.theme-modern ._card_rtbxc_271{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._card_rtbxc_271:hover{box-shadow:0 10px 30px #0009;border-color:#ffffff1f}.theme-modern ._cardName_rtbxc_325{color:#fff}.theme-modern ._cardDesc_rtbxc_333{color:#94a3b8}.theme-modern ._cardLink_rtbxc_344{color:#ff7a18}.theme-modern ._cardLogo_rtbxc_291{background:#1e293b;border-color:#ffffff14}.theme-modern ._groupHeader_rtbxc_201{border-bottom:1px solid rgba(255,255,255,.06)}.theme-modern ._groupCount_rtbxc_224{background:#ffffff0d;color:#94a3b8}.theme-modern ._imgSkeleton_rtbxc_254{background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:200% 100%}.theme-modern ._formModal_rtbxc_384{background:#0f172a;border:1px solid rgba(255,255,255,.08)}.theme-modern ._modalName_rtbxc_474{color:#fff}.theme-modern ._modalDesc_rtbxc_483{color:#94a3b8}.theme-modern ._modalLink_rtbxc_490{background:#ffffff0d;border-color:#ffffff14;color:#ff7a18}.theme-modern ._modalLink_rtbxc_490:hover{background:#ff7a181a;border-color:#ff7a184d}.theme-modern ._modalCloseBtn_rtbxc_405{background:#ffffff14;color:#94a3b8}.theme-modern ._modalCloseBtn_rtbxc_405:hover{background:#ffffff26;color:#fff}.theme-modern ._modalLogo_rtbxc_436{background:#1e293b;border-color:#ffffff14}@media(max-width:768px){._header_rtbxc_14{padding:36px 20px 28px}._title_rtbxc_36{font-size:24px}._tabsWrap_rtbxc_54{padding:0 16px}._tabsRow_rtbxc_60{flex-wrap:wrap;gap:10px;padding:10px 0}._searchInput_rtbxc_134,._searchWrap_rtbxc_120{width:100%}._body_rtbxc_157{padding:28px 16px 56px}._grid_rtbxc_237{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._formModal_rtbxc_384{padding:20px}._modalHeader_rtbxc_429{flex-direction:column}._modalLogo_rtbxc_436{width:64px;height:44px}}._bsWrap_rtbxc_652{background:#fff;border-top:1px solid #e2e8f0;padding:48px 40px 64px}._bsBox_rtbxc_658{max-width:1100px;margin:0 auto}._bsTop_rtbxc_663{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}._bsLabel_rtbxc_671{font-size:11px;font-weight:700;letter-spacing:3px;color:#6366f1;margin:0 0 8px}._bsTitle_rtbxc_679{font-size:24px;font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.4px}._bsSub_rtbxc_687{font-size:14px;color:#64748b;margin:0;max-width:480px;line-height:1.6}._bsBtn_rtbxc_695{display:inline-flex;align-items:center;gap:7px;background:#4f46e5;color:#fff;font-size:14px;font-weight:700;padding:11px 22px;border-radius:9px;border:none;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .15s ease;flex-shrink:0;align-self:center}._bsBtn_rtbxc_695:hover{background:#4338ca;transform:translateY(-1px)}.theme-modern ._bsWrap_rtbxc_652{background:#020617;border-top:1px solid rgba(255,255,255,.05)}.theme-modern ._bsLabel_rtbxc_671{color:#ff7a18}.theme-modern ._bsTitle_rtbxc_679{color:#fff}.theme-modern ._bsSub_rtbxc_687{color:#94a3b8}.theme-modern ._bsBtn_rtbxc_695{background:linear-gradient(135deg,#ff4d4d,#ff7a18)}@media(max-width:768px){._bsWrap_rtbxc_652{padding:36px 16px 48px}._bsTop_rtbxc_663{flex-direction:column}._bsBtn_rtbxc_695{width:100%;justify-content:center}}._catTableWrap_rtbxc_743{background:#f8f9fb;border:1px solid #e9eaf0;border-radius:14px;padding:20px 24px;margin-bottom:24px}._catTableHeader_rtbxc_751{display:flex;align-items:center;gap:10px;margin-bottom:16px}._catTableIcon_rtbxc_758{font-size:35px;background:#ededff;padding:6px 8px;border-radius:8px}._catTableTitle_rtbxc_765{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}._catTableScroll_rtbxc_773{overflow-x:auto}._catTable_rtbxc_743{width:100%;border-collapse:collapse;font-size:14px;min-width:400px}._catTable_rtbxc_743 thead tr{border-bottom:1px solid #e2e4ef}._catTable_rtbxc_743 thead th{padding:10px 16px;text-align:center;font-size:12px;font-weight:700;color:#9699b0;letter-spacing:.6px}._catRowLabel_rtbxc_800{text-align:left!important;color:#6b6f8a!important;font-weight:600!important;white-space:nowrap;padding:10px 16px}._catTable_rtbxc_743 tbody tr td{padding:12px 16px;border-top:1px solid #f0f1f7;text-align:center;vertical-align:middle}._catPriceValue_rtbxc_821{font-size:15px;font-weight:700;color:#5b5fcf}._catPriceDash_rtbxc_828{font-size:16px;font-weight:600;color:#c5c7d9}._wrap_afwsd_4{background:#fff;border-radius:16px;padding:28px 32px 32px;font-family:Segoe UI,system-ui,sans-serif;color:#1e293b}._formHead_afwsd_15{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}._eyebrow_afwsd_23{font-size:10px;font-weight:700;letter-spacing:3px;color:#6366f1;margin:0 0 6px;text-transform:uppercase}._formTitle_afwsd_32{font-size:20px;font-weight:800;color:#0f172a;margin:0 0 4px;letter-spacing:-.3px}._formSub_afwsd_40{font-size:13px;color:#64748b;margin:0}._closeBtn_afwsd_46{background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:13px;flex-shrink:0;transition:background .15s,color .15s}._closeBtn_afwsd_46:hover{background:#e2e8f0;color:#0f172a}._successBox_afwsd_69{display:flex;align-items:flex-start;gap:8px;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;padding:14px 16px;font-size:14px;color:#166534;font-weight:500;margin-bottom:20px;line-height:1.5}._errorBox_afwsd_84{display:flex;align-items:flex-start;gap:8px;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;padding:14px 16px;font-size:14px;color:#991b1b;font-weight:500;margin-bottom:20px;line-height:1.5}._grid_afwsd_102{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}@media(max-width:600px){._grid_afwsd_102{grid-template-columns:1fr}}._field_afwsd_113{display:flex;flex-direction:column;gap:6px}._fullWidth_afwsd_119{grid-column:1 / -1}._label_afwsd_126{font-size:12px;font-weight:600;color:#475569;letter-spacing:.2px}._req_afwsd_133{color:#ef4444}._input_afwsd_137,._select_afwsd_138{border:1.5px solid #e2e8f0;border-radius:9px;padding:9px 13px;font-size:14px;color:#0f172a;background:#f8fafc;outline:none;font-family:inherit;transition:border-color .15s,box-shadow .15s,background .15s}._input_afwsd_137::placeholder{color:#94a3b8}._input_afwsd_137:focus,._select_afwsd_138:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}._textarea_afwsd_159{border:1.5px solid #e2e8f0;border-radius:9px;padding:9px 13px;font-size:14px;color:#0f172a;background:#f8fafc;outline:none;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .15s,box-shadow .15s,background .15s}._textarea_afwsd_159::placeholder{color:#94a3b8}._textarea_afwsd_159:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}._fileWrap_afwsd_184{display:flex;align-items:center;gap:14px;flex-wrap:wrap}._fileLabel_afwsd_191{cursor:pointer}._fileInput_afwsd_195{display:none}._fileBtnText_afwsd_199{display:inline-flex;align-items:center;gap:6px;border:1.5px dashed #c7d2fe;background:#eef2ff;color:#4f46e5;font-size:13px;font-weight:600;padding:8px 16px;border-radius:9px;cursor:pointer;transition:background .15s,border-color .15s}._fileBtnText_afwsd_199:hover{background:#e0e7ff;border-color:#a5b4fc}._logoPreviewWrap_afwsd_219{position:relative;display:inline-block}._logoPreview_afwsd_219{width:56px;height:56px;object-fit:cover;border-radius:10px;border:1.5px solid #e2e8f0;display:block}._removeLogo_afwsd_233{position:absolute;top:-7px;right:-7px;width:18px;height:18px;background:#ef4444;color:#fff;border:none;border-radius:50%;font-size:9px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}._actions_afwsd_254{display:flex;justify-content:flex-end;gap:12px}._cancelBtn_afwsd_260{background:transparent;color:#64748b;border:1.5px solid #e2e8f0;border-radius:9px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}._cancelBtn_afwsd_260:hover{border-color:#94a3b8;color:#0f172a}._submitBtn_afwsd_277{background:#4f46e5;color:#fff;border:none;border-radius:9px;padding:10px 24px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s}._submitBtn_afwsd_277:hover:not(:disabled){background:#4338ca;transform:translateY(-1px)}._submitBtn_afwsd_277:disabled{opacity:.6;cursor:not-allowed}._loadingWrap_afwsd_301{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:#64748b;font-size:14px}._spinner_afwsd_312{width:30px;height:30px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:_spin_afwsd_312 .7s linear infinite}@keyframes _spin_afwsd_312{to{transform:rotate(360deg)}}@media(max-width:480px){._wrap_afwsd_4{padding:20px 18px 24px}._formTitle_afwsd_32{font-size:17px}._actions_afwsd_254{flex-direction:column}._cancelBtn_afwsd_260,._submitBtn_afwsd_277{width:100%;justify-content:center}}._stallMeta_afwsd_333{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px;font-size:13px;color:#475467;font-weight:600}._stallGrid_afwsd_343{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}._stallBtn_afwsd_349{border:1px solid #d0d5dd;border-radius:12px;padding:12px 10px;background:#fff;text-align:left;min-height:74px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s ease}._stallBtn_afwsd_349:hover{transform:translateY(-1px)}._stallAvailable_afwsd_366{background:#f0fdf4;border-color:#86efac}._stallOccupied_afwsd_371{background:#fef2f2;border-color:#fca5a5;cursor:not-allowed;opacity:.9}._stallSelected_afwsd_378{background:#ecfeff;border-color:#06b6d4;box-shadow:0 0 0 2px #06b6d41f}._stallNumberText_afwsd_384{font-weight:700;font-size:14px;color:#111827}._stallStatusText_afwsd_390{font-size:12px;color:#6b7280;margin-top:6px}._infoBox_afwsd_396{padding:12px 14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#475467}._abstractSection_1fubs_1{background:#fff;border:1px solid #ebe8ff;border-radius:24px;padding:40px;text-align:center;box-shadow:0 10px 30px #5b4de814;margin-bottom:8%}._abstractBadge_1fubs_12{display:inline-block;background:#f3f1ff;color:#5b4de8;padding:8px 16px;border-radius:30px;font-size:13px;font-weight:700;margin-bottom:20px}._abstractTitle_1fubs_23{font-size:36px;font-weight:700;color:#111827;margin-bottom:20px}._abstractDesc_1fubs_30{max-width:850px;margin:0 auto 14px;font-size:16px;line-height:1.8;color:#4b5563}._deadlineBox_1fubs_38{margin:25px auto;display:inline-block;padding:14px 24px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;border-radius:14px;font-weight:600}._abstractBtns_1fubs_49{margin-top:30px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}._abstractBtn_1fubs_49,._instructionBtn_1fubs_58{text-decoration:none;padding:14px 24px;border-radius:12px;font-weight:600;transition:.3s}._abstractBtn_1fubs_49{background:#5b4de8;color:#fff}._abstractBtn_1fubs_49:hover{transform:translateY(-2px)}._instructionBtn_1fubs_58{background:#f8f7ff;color:#5b4de8;border:1px solid #dcd7ff}._instructionBtn_1fubs_58:hover{transform:translateY(-2px)}@media(max-width:768px){._abstractSection_1fubs_1{padding:24px}._abstractTitle_1fubs_23{font-size:26px}._abstractDesc_1fubs_30{font-size:14px}._abstractBtns_1fubs_49{flex-direction:column}}._root_1lj74_4{font-family:Inter,sans-serif;background:#f5f6fa;min-height:100vh;color:#111827}._hero_1lj74_12{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:32px 32px 50px;text-align:center}._heroEyebrow_1lj74_24{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9;margin-bottom:12px}._heroTitle_1lj74_33{font-size:clamp(34px,5vw,54px);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:10px}._heroSub_1lj74_41{font-size:15px;color:#ffffffb3;margin:0}._body_1lj74_48{max-width:1100px;margin:0 auto;padding:56px 28px 80px}._grid_1lj74_55{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;justify-items:center;align-items:stretch}._card_1lj74_64{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:28px 16px 24px;background:#fff;border-radius:20px;overflow:hidden;border-color:#6366f12e;box-shadow:0 14px 28px #0f172a1a,0 22px 40px #6366f129;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._avatarWrap_1lj74_98{width:calc(100% + 32px);margin-top:-28px;height:240px;overflow:hidden;border-radius:20px 20px 0 0;background:#f3f4f6;flex-shrink:0;border-bottom:1px solid #ececf3}._avatar_1lj74_98{width:100%;height:100%;object-fit:cover;display:block}._avatarInitials_1lj74_116{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:800;color:#fff}._name_1lj74_128{font-size:14px;font-weight:700;color:#111827;line-height:1.3;margin:11px 0 0}._designation_1lj74_137{font-size:12px;color:#6b7280;font-weight:400;margin:14px 0 6px;line-height:1.4}._descriptionWrap_1lj74_148{width:100%;margin-top:2px}._description_1lj74_148{font-size:12px;color:#6b7280;font-weight:400;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._descriptionExpanded_1lj74_165{display:block;-webkit-line-clamp:unset;overflow:visible}._toggleBtn_1lj74_171{margin-top:8px;border:none;background:transparent;color:#4338ca;font-size:12px;font-weight:700;cursor:pointer;padding:0}._toggleBtn_1lj74_171:hover{text-decoration:underline}._empty_1lj74_187{text-align:center;padding:80px 24px;color:#9ca3af}._emptyIcon_1lj74_193{font-size:40px;display:block;margin-bottom:14px}._emptyTitle_1lj74_199{font-size:18px;font-weight:700;color:#374151;margin-bottom:6px}.theme-modern ._root_1lj74_4{background:#020617;color:#e2e8f0}.theme-modern ._hero_1lj74_12{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_1lj74_33{color:#fff}.theme-modern ._heroSub_1lj74_41{color:#cbd5e1}.theme-modern ._heroEyebrow_1lj74_24{color:#ff7a18}.theme-modern ._card_1lj74_64{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._card_1lj74_64:hover{box-shadow:0 10px 30px #0009;border-color:#ffffff1f}.theme-modern ._name_1lj74_128{color:#fff}.theme-modern ._designation_1lj74_137{color:#94a3b8}.theme-modern ._description_1lj74_148{color:#cbd5e1}.theme-modern ._toggleBtn_1lj74_171{color:#a5b4fc}.theme-modern ._avatarWrap_1lj74_98{border:2px solid rgba(255,255,255,.1)}.theme-modern ._empty_1lj74_187{color:#94a3b8}.theme-modern ._emptyTitle_1lj74_199{color:#fff}@media(max-width:768px){._grid_1lj74_55{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px}._avatarWrap_1lj74_98{height:180px}}@media(max-width:560px){._hero_1lj74_12{padding:52px 16px 44px}._body_1lj74_48{padding:32px 16px 60px}._grid_1lj74_55{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}._card_1lj74_64{padding:20px 12px 18px}._avatarWrap_1lj74_98{height:160px}._avatarInitials_1lj74_116{font-size:20px}._name_1lj74_128{font-size:13px}._designation_1lj74_137{font-size:11px}._description_1lj74_148{font-size:11px;line-height:1.55}._toggleBtn_1lj74_171{font-size:11px}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{font-family:DM Sans,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.Toastify__toast-container{z-index:9999999!important}ul{list-style:none}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}@media(max-width:768px){body{font-size:15px}}@media(max-width:480px){body{font-size:14px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#333,#666);border-radius:10px;transition:background .4s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#555,#888)}:root{font-family:Inter var,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";font-variation-settings:normal;--font-family: "Inter var", sans-serif;--font-feature-settings: "cv02", "cv03", "cv04", "cv11";--surface-a: #ffffff;--surface-b: #f9fafb;--surface-c: #f3f4f6;--surface-d: #e5e7eb;--surface-e: #ffffff;--surface-f: #ffffff;--text-color: #4b5563;--text-color-secondary: #6b7280;--primary-color: #3b82f6;--primary-color-text: #ffffff;--surface-0: #ffffff;--surface-50: #f9fafb;--surface-100: #f3f4f6;--surface-200: #e5e7eb;--surface-300: #d1d5db;--surface-400: #9ca3af;--surface-500: #6b7280;--surface-600: #4b5563;--surface-700: #374151;--surface-800: #1f2937;--surface-900: #111827;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--content-padding: 1.25rem;--inline-spacing: .5rem;--border-radius: 6px;--surface-ground: #f9fafb;--surface-section: #ffffff;--surface-card: #ffffff;--surface-overlay: #ffffff;--surface-border: #dfe7ef;--surface-hover: #f6f9fc;--focus-ring: 0 0 0 .2rem #bfdbfe;--maskbg: rgba(0, 0, 0, .4);--highlight-bg: #eff6ff;--highlight-text-color: #1d4ed8;color-scheme:light}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:normal;font-named-instance:"Regular";src:url(/assets/InterVariable-CWi-zmRD.woff2) format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:italic;font-named-instance:"Italic";src:url(/assets/InterVariable-Italic-d6KXgdvN.woff2) format("woff2")}:root{--blue-50:#f5f9ff;--blue-100:#d0e1fd;--blue-200:#abc9fb;--blue-300:#85b2f9;--blue-400:#609af8;--blue-500:#3b82f6;--blue-600:#326fd1;--blue-700:#295bac;--blue-800:#204887;--blue-900:#183462;--green-50:#f4fcf7;--green-100:#caf1d8;--green-200:#a0e6ba;--green-300:#76db9b;--green-400:#4cd07d;--green-500:#22c55e;--green-600:#1da750;--green-700:#188a42;--green-800:#136c34;--green-900:#0e4f26;--yellow-50:#fefbf3;--yellow-100:#faedc4;--yellow-200:#f6de95;--yellow-300:#f2d066;--yellow-400:#eec137;--yellow-500:#eab308;--yellow-600:#c79807;--yellow-700:#a47d06;--yellow-800:#816204;--yellow-900:#5e4803;--cyan-50:#f3fbfd;--cyan-100:#c3edf5;--cyan-200:#94e0ed;--cyan-300:#65d2e4;--cyan-400:#35c4dc;--cyan-500:#06b6d4;--cyan-600:#059bb4;--cyan-700:#047f94;--cyan-800:#036475;--cyan-900:#024955;--pink-50:#fef6fa;--pink-100:#fad3e7;--pink-200:#f7b0d3;--pink-300:#f38ec0;--pink-400:#f06bac;--pink-500:#ec4899;--pink-600:#c93d82;--pink-700:#a5326b;--pink-800:#822854;--pink-900:#5e1d3d;--indigo-50:#f7f7fe;--indigo-100:#dadafc;--indigo-200:#bcbdf9;--indigo-300:#9ea0f6;--indigo-400:#8183f4;--indigo-500:#6366f1;--indigo-600:#5457cd;--indigo-700:#4547a9;--indigo-800:#363885;--indigo-900:#282960;--teal-50:#f3fbfb;--teal-100:#c7eeea;--teal-200:#9ae0d9;--teal-300:#6dd3c8;--teal-400:#41c5b7;--teal-500:#14b8a6;--teal-600:#119c8d;--teal-700:#0e8174;--teal-800:#0b655b;--teal-900:#084a42;--orange-50:#fff8f3;--orange-100:#feddc7;--orange-200:#fcc39b;--orange-300:#fba86f;--orange-400:#fa8e42;--orange-500:#f97316;--orange-600:#d46213;--orange-700:#ae510f;--orange-800:#893f0c;--orange-900:#642e09;--bluegray-50:#f7f8f9;--bluegray-100:#dadee3;--bluegray-200:#bcc3cd;--bluegray-300:#9fa9b7;--bluegray-400:#818ea1;--bluegray-500:#64748b;--bluegray-600:#556376;--bluegray-700:#465161;--bluegray-800:#37404c;--bluegray-900:#282e38;--purple-50:#fbf7ff;--purple-100:#ead6fd;--purple-200:#dab6fc;--purple-300:#c996fa;--purple-400:#b975f9;--purple-500:#a855f7;--purple-600:#8f48d2;--purple-700:#763cad;--purple-800:#5c2f88;--purple-900:#432263;--red-50:#fff5f5;--red-100:#ffd0ce;--red-200:#ffaca7;--red-300:#ff8780;--red-400:#ff6259;--red-500:#ff3d32;--red-600:#d9342b;--red-700:#b32b23;--red-800:#8c221c;--red-900:#661814;--primary-50:#f5f9ff;--primary-100:#d0e1fd;--primary-200:#abc9fb;--primary-300:#85b2f9;--primary-400:#609af8;--primary-500:#3b82f6;--primary-600:#326fd1;--primary-700:#295bac;--primary-800:#204887;--primary-900:#183462}.p-editor-container .p-editor-toolbar{background:#f9fafb;border-top-right-radius:6px;border-top-left-radius:6px}.p-editor-container .p-editor-toolbar.ql-snow{border:1px solid #e5e7eb}.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke{stroke:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-fill{fill:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label{border:0 none;color:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke{stroke:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill{fill:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a;border-radius:6px;padding:.75rem 0}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover{color:#4b5563;background:#f3f4f6}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item{padding:.75rem 1.25rem}.p-editor-container .p-editor-content{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-editor-container .p-editor-content.ql-snow{border:1px solid #e5e7eb}.p-editor-container .p-editor-content .ql-editor{background:#fff;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-editor-container .ql-snow.ql-toolbar button:hover,.p-editor-container .ql-snow.ql-toolbar button:focus{color:#4b5563}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke{stroke:#4b5563}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill{fill:#4b5563}.p-editor-container .ql-snow.ql-toolbar button.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected{color:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke{stroke:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill{fill:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label{color:#3b82f6}@layer primereact{*{box-sizing:border-box}.p-component{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;font-weight:400}.p-component-overlay{background-color:#0006;transition-duration:.2s}.p-disabled,.p-component:disabled{opacity:.6}.p-error{color:#e24c4c}.p-text-secondary{color:#6b7280}.pi{font-size:1rem}.p-icon{width:1rem;height:1rem}.p-link{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;border-radius:6px}.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-component-overlay-enter{animation:p-component-overlay-enter-animation .15s forwards}.p-component-overlay-leave{animation:p-component-overlay-leave-animation .15s forwards}@keyframes p-component-overlay-enter-animation{0%{background-color:transparent}to{background-color:var(--maskbg)}}@keyframes p-component-overlay-leave-animation{0%{background-color:var(--maskbg)}to{background-color:transparent}}.p-autocomplete .p-autocomplete-loader{right:.75rem}.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader{right:3.75rem}.p-autocomplete .p-autocomplete-multiple-container{padding:.375rem .75rem;gap:.5rem}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover{border-color:#3b82f6}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token{padding:.375rem 0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#4b5563;padding:0;margin:0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token{padding:.375rem .75rem;margin-right:.5rem;background:#eff6ff;color:#1d4ed8;border-radius:6px}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon{margin-left:.5rem}.p-autocomplete.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-autocomplete-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-autocomplete-panel .p-autocomplete-items{padding:.75rem 0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover{color:#4b5563;background:#f3f4f6}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-calendar.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-datepicker{padding:.5rem;background:#fff;color:#4b5563;border:1px solid #d1d5db;border-radius:6px}.p-datepicker:not(.p-datepicker-inline){background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header{background:#fff}.p-datepicker .p-datepicker-header{padding:.5rem;color:#4b5563;background:#fff;font-weight:600;margin:0;border-bottom:1px solid #e5e7eb;border-top-right-radius:6px;border-top-left-radius:6px}.p-datepicker .p-datepicker-header .p-datepicker-prev,.p-datepicker .p-datepicker-header .p-datepicker-next{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker .p-datepicker-header .p-datepicker-title{line-height:2rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{color:#4b5563;transition:background-color .2s,color .2s,box-shadow .2s;font-weight:600;padding:.5rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover{color:#3b82f6}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{margin-right:.5rem}.p-datepicker table{font-size:1rem;margin:.5rem 0}.p-datepicker table th{padding:.5rem}.p-datepicker table th>span{width:2.5rem;height:2.5rem}.p-datepicker table td{padding:.5rem}.p-datepicker table td>span{width:2.5rem;height:2.5rem;border-radius:50%;transition:box-shadow .2s;border:1px solid transparent}.p-datepicker table td>span.p-highlight{color:#1d4ed8;background:#eff6ff}.p-datepicker table td>span:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker table td.p-datepicker-today>span{background:#d1d5db;color:#4b5563;border-color:transparent}.p-datepicker table td.p-datepicker-today>span.p-highlight{color:#1d4ed8;background:#eff6ff}.p-datepicker .p-datepicker-buttonbar{padding:1rem 0;border-top:1px solid #e5e7eb}.p-datepicker .p-datepicker-buttonbar .p-button{width:auto}.p-datepicker .p-timepicker{border-top:1px solid #e5e7eb;padding:.5rem}.p-datepicker .p-timepicker button{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datepicker .p-timepicker button:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datepicker .p-timepicker button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker .p-timepicker button:last-child{margin-top:.2em}.p-datepicker .p-timepicker span{font-size:1.25rem}.p-datepicker .p-timepicker>div{padding:0 .5rem}.p-datepicker.p-datepicker-timeonly .p-timepicker{border-top:0 none}.p-datepicker .p-monthpicker{margin:.5rem 0}.p-datepicker .p-monthpicker .p-monthpicker-month{padding:.5rem;transition:box-shadow .2s;border-radius:6px}.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight{color:#1d4ed8;background:#eff6ff}.p-datepicker .p-yearpicker{margin:.5rem 0}.p-datepicker .p-yearpicker .p-yearpicker-year{padding:.5rem;transition:box-shadow .2s;border-radius:6px}.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight{color:#1d4ed8;background:#eff6ff}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group{border-left:1px solid #e5e7eb;padding-right:.5rem;padding-left:.5rem;padding-top:0;padding-bottom:0}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child{padding-left:0;border-left:0 none}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child{padding-right:0}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}@media screen and (max-width:769px){.p-datepicker table th,.p-datepicker table td{padding:0}}.p-cascadeselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-cascadeselect:not(.p-disabled):hover{border-color:#3b82f6}.p-cascadeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-cascadeselect.p-variant-filled{background-color:#f3f4f6}.p-cascadeselect.p-variant-filled:enabled:hover{background-color:#f3f4f6}.p-cascadeselect.p-variant-filled:enabled:focus{background-color:#fff}.p-cascadeselect .p-cascadeselect-label{background:transparent;border:0 none;padding:.75rem}.p-cascadeselect .p-cascadeselect-label.p-placeholder{color:#6b7280}.p-cascadeselect .p-cascadeselect-label:enabled:focus{outline:0 none;box-shadow:none}.p-cascadeselect .p-cascadeselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-cascadeselect.p-invalid.p-component{border-color:#e24c4c}.p-cascadeselect-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-cascadeselect-panel .p-cascadeselect-items{padding:.75rem 0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item{margin:0;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child{margin-top:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:last-child{margin-bottom:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus{background:#3b82f63d}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content{padding:.75rem 1.25rem}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon{font-size:.875rem}.p-checkbox-input{appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;cursor:pointer}.p-checkbox{width:22px;height:22px}.p-checkbox .p-checkbox-input{border:2px solid #d1d5db;border-radius:6px}.p-checkbox .p-checkbox-box{border:2px solid #d1d5db;background:#fff;width:22px;height:22px;color:#4b5563;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.2s;color:#fff;font-size:14px}.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon{width:14px;height:14px}.p-checkbox.p-highlight .p-checkbox-box{border-color:#3b82f6;background:#3b82f6}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{border-color:#3b82f6}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{border-color:#1d4ed8;background:#1d4ed8;color:#fff}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-checkbox.p-invalid>.p-checkbox-box{border-color:#e24c4c}.p-checkbox.p-variant-filled .p-checkbox-box{background-color:#f3f4f6}.p-checkbox.p-variant-filled.p-highlight .p-checkbox-box{background:#3b82f6}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#1d4ed8}.p-input-filled .p-checkbox .p-checkbox-box{background-color:#f3f4f6}.p-input-filled .p-checkbox.p-highlight .p-checkbox-box{background:#3b82f6}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#1d4ed8}.p-checkbox{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-input{cursor:pointer}.p-checkbox-box{display:flex;justify-content:center;align-items:center}.p-tristatecheckbox.p-variant-filled .p-checkbox-box{background-color:#f3f4f6}.p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box{background:#3b82f6}.p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#1d4ed8}.p-chips{display:inline-flex}.p-chips-multiple-container{margin:0;padding:0;list-style-type:none;cursor:text;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap}.p-chips-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-chips-input-token{flex:1 1 auto;display:inline-flex}.p-chips-token-icon{cursor:pointer}.p-chips-input-token input{border:0 none;outline:0 none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0;width:100%}.p-fluid .p-chips{display:flex}.p-chips:not(.p-disabled):hover .p-chips-multiple-container{border-color:#3b82f6}.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-chips .p-chips-multiple-container{padding:.375rem .75rem;outline-color:transparent}.p-chips .p-chips-multiple-container .p-chips-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-chips .p-chips-multiple-container .p-chips-token.p-focus{background:#e5e7eb;color:#4b5563}.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon{margin-left:.5rem}.p-chips .p-chips-multiple-container .p-chips-input-token{padding:.375rem 0}.p-chips .p-chips-multiple-container .p-chips-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#4b5563;padding:0;margin:0}.p-chips.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-colorpicker-preview{width:2rem;height:2rem}.p-colorpicker-panel{background:#323232;border:1px solid #191919}.p-colorpicker-panel .p-colorpicker-color-handle,.p-colorpicker-panel .p-colorpicker-hue-handle{border-color:#fff}.p-colorpicker-overlay-panel{box-shadow:0 2px 12px #0000001a}.p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;opacity:0}input.p-dropdown-label{cursor:default}.p-dropdown .p-dropdown-panel{min-width:100%}.p-dropdown-panel{position:absolute;top:0;left:0}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden;display:flex;align-items:center}.p-dropdown-item-group{cursor:auto}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}.p-dropdown{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-dropdown:not(.p-disabled):hover{border-color:#3b82f6}.p-dropdown:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-dropdown.p-variant-filled{background:#f3f4f6}.p-dropdown.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext{background-color:transparent}.p-dropdown.p-dropdown-clearable .p-dropdown-label{padding-right:1.75rem}.p-dropdown .p-dropdown-label{background:transparent;border:0 none}.p-dropdown .p-dropdown-label.p-placeholder{color:#6b7280}.p-dropdown .p-dropdown-label:focus,.p-dropdown .p-dropdown-label:enabled:focus{outline:0 none;box-shadow:none}.p-dropdown .p-dropdown-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-dropdown .p-dropdown-clear-icon{color:#6b7280;right:3rem}.p-dropdown.p-invalid.p-component{border-color:#e24c4c}.p-dropdown-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-dropdown-panel .p-dropdown-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter{padding-right:1.75rem;margin-right:-1.75rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon{right:.75rem;color:#6b7280}.p-dropdown-panel .p-dropdown-items{padding:.75rem 0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child{margin-top:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child{margin-bottom:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus{background:#3b82f63d}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon{position:relative;margin-left:-.5rem;margin-right:.5rem}.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-inputgroup-addon{background:#f3f4f6;color:#6b7280;border-top:1px solid #d1d5db;border-left:1px solid #d1d5db;border-bottom:1px solid #d1d5db;padding:.75rem;min-width:3rem}.p-inputgroup-addon:last-child{border-right:1px solid #d1d5db}.p-inputgroup>.p-component,.p-inputgroup>.p-inputwrapper>.p-inputtext,.p-inputgroup>.p-float-label>.p-component{border-radius:0;margin:0}.p-inputgroup>.p-component+.p-inputgroup-addon,.p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon,.p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon{border-left:0 none}.p-inputgroup>.p-component:focus,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus,.p-inputgroup>.p-float-label>.p-component:focus{z-index:1}.p-inputgroup>.p-component:focus~label,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label,.p-inputgroup>.p-float-label>.p-component:focus~label{z-index:1}.p-inputgroup-addon:first-child,.p-inputgroup button:first-child,.p-inputgroup input:first-child,.p-inputgroup>.p-inputwrapper:first-child,.p-inputgroup>.p-inputwrapper:first-child>.p-inputtext{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-inputgroup .p-float-label:first-child input{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-inputgroup-addon:last-child,.p-inputgroup button:last-child,.p-inputgroup input:last-child,.p-inputgroup>.p-inputwrapper:last-child,.p-inputgroup>.p-inputwrapper:last-child>.p-inputtext{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-inputgroup .p-float-label:last-child input{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-fluid .p-inputgroup .p-button{width:auto}.p-fluid .p-inputgroup .p-button.p-button-icon-only{width:3rem}.p-inputnumber.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-inputswitch{position:relative;display:inline-block}.p-inputswitch-input{appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;cursor:pointer}.p-inputswitch-slider{position:absolute;cursor:pointer;inset:0;border:1px solid transparent}.p-inputswitch-slider:before{position:absolute;content:"";top:50%}.p-inputswitch{width:3rem;height:1.75rem}.p-inputswitch .p-inputswitch-input{border-radius:30px}.p-inputswitch .p-inputswitch-slider{background:#d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:30px;outline-color:transparent}.p-inputswitch .p-inputswitch-slider:before{background:#fff;width:1.25rem;height:1.25rem;left:.25rem;margin-top:-.625rem;border-radius:50%;transition-duration:.2s}.p-inputswitch.p-highlight .p-inputswitch-slider{background:#3b82f6}.p-inputswitch.p-highlight .p-inputswitch-slider:before{background:#fff;transform:translate(1.25rem)}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider{background:#b7bcc5}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider{background:#2563eb}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-inputswitch.p-invalid>.p-inputswitch-slider{border-color:#e24c4c}.p-inputtext{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#4b5563;background:#fff;padding:.75rem;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;appearance:none;border-radius:6px;outline-color:transparent}.p-inputtext:enabled:hover{border-color:#3b82f6}.p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-inputtext.p-invalid.p-component{border-color:#e24c4c}.p-inputtext.p-variant-filled{background-color:#f3f4f6}.p-inputtext.p-variant-filled:enabled:hover{background-color:#f3f4f6}.p-inputtext.p-variant-filled:enabled:focus{background-color:#fff}.p-inputtext.p-inputtext-sm{font-size:.875rem;padding:.65625rem}.p-inputtext.p-inputtext-lg{font-size:1.25rem;padding:.9375rem}.p-float-label>label{left:.75rem;color:#6b7280;transition-duration:.2s}.p-float-label>.p-invalid+label{color:#e24c4c}.p-icon-field-left>.p-inputtext{padding-left:2.5rem}.p-icon-field-left.p-float-label>label{left:2.5rem}.p-icon-field-right>.p-inputtext{padding-right:2.5rem}::-webkit-input-placeholder{color:#6b7280}:-moz-placeholder{color:#6b7280}::-moz-placeholder{color:#6b7280}:-ms-input-placeholder{color:#6b7280}.p-input-filled .p-inputtext{background-color:#f3f4f6}.p-input-filled .p-inputtext:enabled:hover{background-color:#f3f4f6}.p-input-filled .p-inputtext:enabled:focus{background-color:#fff}.p-inputtext-sm .p-inputtext{font-size:.875rem;padding:.65625rem}.p-inputtext-lg .p-inputtext{font-size:1.25rem;padding:.9375rem}.p-icon-field{position:relative}.p-icon-field>.p-input-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-icon-field-left,.p-fluid .p-icon-field-right{width:100%}.p-icon-field-left>.p-input-icon:first-of-type{left:.75rem;color:#6b7280}.p-icon-field-right>.p-input-icon:last-of-type{right:.75rem;color:#6b7280}.p-inputotp{display:flex;align-items:center;gap:.5rem}.p-inputotp-input{text-align:center;width:2.5rem}.p-listbox-list-wrapper{overflow:auto}.p-listbox-list{list-style-type:none;margin:0;padding:0}.p-listbox-item{cursor:pointer;position:relative;overflow:hidden}.p-listbox-item-group{cursor:auto}.p-listbox-filter-container{position:relative}.p-listbox-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-listbox-filter{width:100%}.p-listbox{background:#fff;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-listbox .p-listbox-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-listbox .p-listbox-header .p-listbox-filter{padding-right:1.75rem}.p-listbox .p-listbox-header .p-listbox-filter-icon{right:.75rem;color:#6b7280}.p-listbox .p-listbox-list{padding:.75rem 0;outline:0 none}.p-listbox .p-listbox-list .p-listbox-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-listbox .p-listbox-list .p-listbox-item:first-child{margin-top:0}.p-listbox .p-listbox-list .p-listbox-item:last-child{margin-bottom:0}.p-listbox .p-listbox-list .p-listbox-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-listbox .p-listbox-list .p-listbox-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-listbox .p-listbox-list .p-listbox-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus{background:#3b82f63d}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:#4b5563;background:#f3f4f6}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus{color:#4b5563;background:#f3f4f6}.p-listbox.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-listbox.p-invalid{border-color:#e24c4c}.p-mention-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-mention-panel .p-mention-items{padding:.75rem 0}.p-mention-panel .p-mention-items .p-mention-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-mention-panel .p-mention-items .p-mention-item:hover{color:#4b5563;background:#f3f4f6}.p-mention-panel .p-mention-items .p-mention-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-multiselect{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none}.p-multiselect-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-multiselect-label-container{overflow:hidden;flex:1 1 auto;cursor:pointer}.p-multiselect-label{display:block;white-space:nowrap;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.p-multiselect-label-empty{overflow:hidden;visibility:hidden}.p-multiselect-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-multiselect-token-icon{cursor:pointer}.p-multiselect .p-multiselect-panel{min-width:100%}.p-multiselect-items-wrapper{overflow:auto}.p-multiselect-items{margin:0;padding:0;list-style-type:none}.p-multiselect-item{cursor:pointer;display:flex;align-items:center;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-multiselect-item-group{cursor:auto}.p-multiselect-header{display:flex;align-items:center;justify-content:space-between}.p-multiselect-filter-container{position:relative;flex:1 1 auto}.p-multiselect-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-multiselect-filter-container .p-inputtext{width:100%}.p-multiselect-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;margin-left:auto}.p-fluid .p-multiselect{display:flex}.p-multiselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-multiselect:not(.p-disabled):hover{border-color:#3b82f6}.p-multiselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-multiselect.p-variant-filled{background:#f3f4f6}.p-multiselect.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-multiselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-multiselect .p-multiselect-label{padding:.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-multiselect .p-multiselect-label.p-placeholder{color:#6b7280}.p-multiselect.p-multiselect-chip .p-multiselect-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon{margin-left:.5rem}.p-multiselect .p-multiselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-multiselect.p-invalid.p-component{border-color:#e24c4c}.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label{padding:.375rem .75rem}.p-multiselect-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-multiselect-panel .p-multiselect-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding-right:1.75rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{right:.75rem;color:#6b7280}.p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-close{margin-left:.5rem;width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-multiselect-panel .p-multiselect-items{padding:.75rem 0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child{margin-top:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child{margin-bottom:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus{background:#3b82f63d}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-password.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-password-panel{padding:1.25rem;background:#fff;color:#4b5563;border:0 none;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-password-panel .p-password-meter{margin-bottom:.5rem;background:#e5e7eb}.p-password-panel .p-password-meter .p-password-strength.weak{background:#ea5455}.p-password-panel .p-password-meter .p-password-strength.medium{background:#ff9f42}.p-password-panel .p-password-meter .p-password-strength.strong{background:#29c76f}.p-radiobutton{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-input{cursor:pointer}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}.p-radiobutton{width:22px;height:22px}.p-radiobutton .p-radiobutton-input{appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:2px solid #d1d5db;border-radius:50%}.p-radiobutton .p-radiobutton-box{border:2px solid #d1d5db;background:#fff;width:22px;height:22px;color:#4b5563;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:12px;height:12px;transition-duration:.2s;background-color:#fff}.p-radiobutton.p-highlight .p-radiobutton-box{border-color:#3b82f6;background:#3b82f6}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{border-color:#3b82f6}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{border-color:#1d4ed8;background:#1d4ed8}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon{background-color:#fff}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-radiobutton.p-invalid>.p-radiobutton-box{border-color:#e24c4c}.p-radiobutton.p-variant-filled .p-radiobutton-box{background-color:#f3f4f6}.p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box{background:#3b82f6}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#f3f4f6}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#1d4ed8}.p-input-filled .p-radiobutton .p-radiobutton-box{background-color:#f3f4f6}.p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box{background:#3b82f6}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#f3f4f6}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#1d4ed8}.p-rating{position:relative;display:flex;align-items:center}.p-rating-item{display:inline-flex;align-items:center;cursor:pointer}.p-rating.p-readonly .p-rating-item{cursor:default}.p-rating{gap:.5rem}.p-rating .p-rating-item{outline-color:transparent;border-radius:50%}.p-rating .p-rating-item .p-rating-icon{color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;font-size:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-icon{width:1.143rem;height:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-rating-cancel{color:#ea5455}.p-rating .p-rating-item.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-rating .p-rating-item.p-rating-item-active .p-rating-icon{color:#3b82f6}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon{color:#3b82f6}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel{color:#e73d3e}.p-selectbutton .p-button{background:#fff;border:1px solid #d1d5db;color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-selectbutton .p-button .p-button-icon-left,.p-selectbutton .p-button .p-button-icon-right{color:#6b7280}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6;border-color:#d1d5db;color:#4b5563}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right{color:#374151}.p-selectbutton .p-button.p-highlight{background:#3b82f6;border-color:#3b82f6;color:#fff}.p-selectbutton .p-button.p-highlight .p-button-icon-left,.p-selectbutton .p-button.p-highlight .p-button-icon-right{color:#fff}.p-selectbutton .p-button.p-highlight:hover{background:#2563eb;border-color:#2563eb;color:#fff}.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right{color:#fff}.p-selectbutton.p-invalid>.p-button{border-color:#e24c4c}.p-slider{background:#e5e7eb;border:0 none;border-radius:6px}.p-slider.p-slider-horizontal{height:.286rem}.p-slider.p-slider-horizontal .p-slider-handle{margin-top:-.5715rem;margin-left:-.5715rem}.p-slider.p-slider-vertical{width:.286rem}.p-slider.p-slider-vertical .p-slider-handle{margin-left:-.5715rem;margin-bottom:-.5715rem}.p-slider .p-slider-handle{height:1.143rem;width:1.143rem;background:#fff;border:2px solid #3b82f6;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-slider .p-slider-handle:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-slider .p-slider-range{background:#3b82f6}.p-slider:not(.p-disabled) .p-slider-handle:hover{background:#3b82f6;border-color:#3b82f6}.p-treeselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px}.p-treeselect:not(.p-disabled):hover{border-color:#3b82f6}.p-treeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-treeselect.p-treeselect-clearable .p-treeselect-label{padding-right:1.75rem}.p-treeselect.p-variant-filled{background:#f3f4f6}.p-treeselect.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-treeselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-treeselect .p-treeselect-label{padding:.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-treeselect .p-treeselect-label.p-placeholder{color:#6b7280}.p-treeselect.p-treeselect-chip .p-treeselect-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-treeselect .p-treeselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-treeselect .p-treeselect-clear-icon{color:#6b7280;right:3rem}.p-treeselect.p-invalid.p-component{border-color:#e24c4c}.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label{padding:.375rem .75rem}.p-treeselect-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-treeselect-panel .p-treeselect-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container{margin-right:.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter{padding-right:1.75rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon{right:.75rem;color:#6b7280}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter{padding-right:3.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon{right:2.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-close{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-treeselect-panel .p-treeselect-items-wrapper .p-tree{border:0 none}.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-input-filled .p-treeselect{background:#f3f4f6}.p-input-filled .p-treeselect:not(.p-disabled):hover{background-color:#f3f4f6}.p-input-filled .p-treeselect:not(.p-disabled).p-focus{background-color:#fff}.p-togglebutton{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-togglebutton-input{cursor:pointer}.p-togglebutton .p-button{flex:1 1 auto}.p-togglebutton .p-togglebutton-input{appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:1px solid #d1d5db;border-radius:6px}.p-togglebutton .p-button{background:#fff;border:1px solid #d1d5db;color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-togglebutton .p-button .p-button-icon-left,.p-togglebutton .p-button .p-button-icon-right{color:#6b7280}.p-togglebutton.p-highlight .p-button{background:#3b82f6;border-color:#3b82f6;color:#fff}.p-togglebutton.p-highlight .p-button .p-button-icon-left,.p-togglebutton.p-highlight .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button{background:#f3f4f6;border-color:#d1d5db;color:#4b5563}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right{color:#374151}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button{background:#2563eb;border-color:#2563eb;color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-togglebutton.p-invalid>.p-button{border-color:#e24c4c}.p-button{color:#fff;background:#3b82f6;border:1px solid #3b82f6;padding:.75rem 1.25rem;font-size:1rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px}.p-button:not(:disabled):hover{background:#2563eb;color:#fff;border-color:#2563eb}.p-button:not(:disabled):active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.p-button.p-button-outlined{background-color:transparent;color:#3b82f6;border:1px solid}.p-button.p-button-outlined:not(:disabled):hover{background:#3b82f60a;color:#3b82f6;border:1px solid}.p-button.p-button-outlined:not(:disabled):active{background:#3b82f629;color:#3b82f6;border:1px solid}.p-button.p-button-outlined.p-button-plain{color:#6b7280;border-color:#6b7280}.p-button.p-button-outlined.p-button-plain:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-button.p-button-outlined.p-button-plain:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-button.p-button-text{background-color:transparent;color:#3b82f6;border-color:transparent}.p-button.p-button-text:not(:disabled):hover{background:#3b82f60a;color:#3b82f6;border-color:transparent}.p-button.p-button-text:not(:disabled):active{background:#3b82f629;color:#3b82f6;border-color:transparent}.p-button.p-button-text.p-button-plain{color:#6b7280}.p-button.p-button-text.p-button-plain:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-button.p-button-text.p-button-plain:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-button .p-button-label{transition-duration:.2s}.p-button .p-button-icon-left{margin-right:.5rem}.p-button .p-button-icon-right{margin-left:.5rem}.p-button .p-button-icon-bottom{margin-top:.5rem}.p-button .p-button-icon-top{margin-bottom:.5rem}.p-button .p-badge{margin-left:.5rem;min-width:1rem;height:1rem;line-height:1rem;color:#3b82f6;background-color:#fff}.p-button.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-button.p-button-rounded{border-radius:2rem}.p-button.p-button-icon-only{width:3rem;padding:.75rem 0}.p-button.p-button-icon-only .p-button-icon-left,.p-button.p-button-icon-only .p-button-icon-right{margin:0}.p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:3rem}.p-button.p-button-sm{font-size:.875rem;padding:.65625rem 1.09375rem}.p-button.p-button-sm .p-button-icon{font-size:.875rem}.p-button.p-button-lg{font-size:1.25rem;padding:.9375rem 1.5625rem}.p-button.p-button-lg .p-button-icon{font-size:1.25rem}.p-button.p-button-loading-label-only.p-button-loading-left .p-button-label{margin-left:.5rem}.p-button.p-button-loading-label-only.p-button-loading-right .p-button-label{margin-right:.5rem}.p-button.p-button-loading-label-only.p-button-loading-top .p-button-label{margin-top:.5rem}.p-button.p-button-loading-label-only.p-button-loading-bottom .p-button-label{margin-bottom:.5rem}.p-button.p-button-loading-label-only .p-button-loading-icon{margin:0}.p-fluid .p-button{width:100%}.p-fluid .p-button-icon-only{width:3rem}.p-fluid .p-button-group{display:flex}.p-fluid .p-button-group .p-button{flex:1}.p-button.p-button-secondary,.p-button-group.p-button-secondary>.p-button,.p-splitbutton.p-button-secondary>.p-button,.p-fileupload-choose.p-button-secondary{color:#fff;background:#64748b;border:1px solid #64748b}.p-button.p-button-secondary:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-secondary:not(:disabled):hover{background:#475569;color:#fff;border-color:#475569}.p-button.p-button-secondary:not(:disabled):focus,.p-button-group.p-button-secondary>.p-button:not(:disabled):focus,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-secondary:not(:disabled):focus{box-shadow:0 0 0 .2rem #e2e8f0}.p-button.p-button-secondary:not(:disabled):active,.p-button-group.p-button-secondary>.p-button:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-secondary:not(:disabled):active{background:#334155;color:#fff;border-color:#334155}.p-button.p-button-secondary.p-button-outlined,.p-button-group.p-button-secondary>.p-button.p-button-outlined,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined,.p-fileupload-choose.p-button-secondary.p-button-outlined{background-color:transparent;color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover{background:#64748b0a;color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active{background:#64748b29;color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-text,.p-button-group.p-button-secondary>.p-button.p-button-text,.p-splitbutton.p-button-secondary>.p-button.p-button-text,.p-fileupload-choose.p-button-secondary.p-button-text{background-color:transparent;color:#64748b;border-color:transparent}.p-button.p-button-secondary.p-button-text:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover{background:#64748b0a;border-color:transparent;color:#64748b}.p-button.p-button-secondary.p-button-text:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active{background:#64748b29;border-color:transparent;color:#64748b}.p-button.p-button-info,.p-button-group.p-button-info>.p-button,.p-splitbutton.p-button-info>.p-button,.p-fileupload-choose.p-button-info{color:#fff;background:#0ea5e9;border:1px solid #0ea5e9}.p-button.p-button-info:not(:disabled):hover,.p-button-group.p-button-info>.p-button:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-info:not(:disabled):hover{background:#0284c7;color:#fff;border-color:#0284c7}.p-button.p-button-info:not(:disabled):focus,.p-button-group.p-button-info>.p-button:not(:disabled):focus,.p-splitbutton.p-button-info>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-info:not(:disabled):focus{box-shadow:0 0 0 .2rem #bfdbfe}.p-button.p-button-info:not(:disabled):active,.p-button-group.p-button-info>.p-button:not(:disabled):active,.p-splitbutton.p-button-info>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-info:not(:disabled):active{background:#0369a1;color:#fff;border-color:#0369a1}.p-button.p-button-info.p-button-outlined,.p-button-group.p-button-info>.p-button.p-button-outlined,.p-splitbutton.p-button-info>.p-button.p-button-outlined,.p-fileupload-choose.p-button-info.p-button-outlined{background-color:transparent;color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover{background:#0ea5e90a;color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active{background:#0ea5e929;color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-text,.p-button-group.p-button-info>.p-button.p-button-text,.p-splitbutton.p-button-info>.p-button.p-button-text,.p-fileupload-choose.p-button-info.p-button-text{background-color:transparent;color:#0ea5e9;border-color:transparent}.p-button.p-button-info.p-button-text:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover{background:#0ea5e90a;border-color:transparent;color:#0ea5e9}.p-button.p-button-info.p-button-text:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active{background:#0ea5e929;border-color:transparent;color:#0ea5e9}.p-button.p-button-success,.p-button-group.p-button-success>.p-button,.p-splitbutton.p-button-success>.p-button,.p-fileupload-choose.p-button-success{color:#fff;background:#22c55e;border:1px solid #22c55e}.p-button.p-button-success:not(:disabled):hover,.p-button-group.p-button-success>.p-button:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-success:not(:disabled):hover{background:#16a34a;color:#fff;border-color:#16a34a}.p-button.p-button-success:not(:disabled):focus,.p-button-group.p-button-success>.p-button:not(:disabled):focus,.p-splitbutton.p-button-success>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-success:not(:disabled):focus{box-shadow:0 0 0 .2rem #bbf7d0}.p-button.p-button-success:not(:disabled):active,.p-button-group.p-button-success>.p-button:not(:disabled):active,.p-splitbutton.p-button-success>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-success:not(:disabled):active{background:#15803d;color:#fff;border-color:#15803d}.p-button.p-button-success.p-button-outlined,.p-button-group.p-button-success>.p-button.p-button-outlined,.p-splitbutton.p-button-success>.p-button.p-button-outlined,.p-fileupload-choose.p-button-success.p-button-outlined{background-color:transparent;color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover{background:#22c55e0a;color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active{background:#22c55e29;color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-text,.p-button-group.p-button-success>.p-button.p-button-text,.p-splitbutton.p-button-success>.p-button.p-button-text,.p-fileupload-choose.p-button-success.p-button-text{background-color:transparent;color:#22c55e;border-color:transparent}.p-button.p-button-success.p-button-text:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover{background:#22c55e0a;border-color:transparent;color:#22c55e}.p-button.p-button-success.p-button-text:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active{background:#22c55e29;border-color:transparent;color:#22c55e}.p-button.p-button-warning,.p-button-group.p-button-warning>.p-button,.p-splitbutton.p-button-warning>.p-button,.p-fileupload-choose.p-button-warning{color:#fff;background:#f97316;border:1px solid #f97316}.p-button.p-button-warning:not(:disabled):hover,.p-button-group.p-button-warning>.p-button:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-warning:not(:disabled):hover{background:#ea580c;color:#fff;border-color:#ea580c}.p-button.p-button-warning:not(:disabled):focus,.p-button-group.p-button-warning>.p-button:not(:disabled):focus,.p-splitbutton.p-button-warning>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-warning:not(:disabled):focus{box-shadow:0 0 0 .2rem #fde68a}.p-button.p-button-warning:not(:disabled):active,.p-button-group.p-button-warning>.p-button:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-warning:not(:disabled):active{background:#c2410c;color:#fff;border-color:#c2410c}.p-button.p-button-warning.p-button-outlined,.p-button-group.p-button-warning>.p-button.p-button-outlined,.p-splitbutton.p-button-warning>.p-button.p-button-outlined,.p-fileupload-choose.p-button-warning.p-button-outlined{background-color:transparent;color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover{background:#f973160a;color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active{background:#f9731629;color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-text,.p-button-group.p-button-warning>.p-button.p-button-text,.p-splitbutton.p-button-warning>.p-button.p-button-text,.p-fileupload-choose.p-button-warning.p-button-text{background-color:transparent;color:#f97316;border-color:transparent}.p-button.p-button-warning.p-button-text:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover{background:#f973160a;border-color:transparent;color:#f97316}.p-button.p-button-warning.p-button-text:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active{background:#f9731629;border-color:transparent;color:#f97316}.p-button.p-button-help,.p-button-group.p-button-help>.p-button,.p-splitbutton.p-button-help>.p-button,.p-fileupload-choose.p-button-help{color:#fff;background:#a855f7;border:1px solid #a855f7}.p-button.p-button-help:not(:disabled):hover,.p-button-group.p-button-help>.p-button:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-help:not(:disabled):hover{background:#9333ea;color:#fff;border-color:#9333ea}.p-button.p-button-help:not(:disabled):focus,.p-button-group.p-button-help>.p-button:not(:disabled):focus,.p-splitbutton.p-button-help>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-help:not(:disabled):focus{box-shadow:0 0 0 .2rem #e9d5ff}.p-button.p-button-help:not(:disabled):active,.p-button-group.p-button-help>.p-button:not(:disabled):active,.p-splitbutton.p-button-help>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-help:not(:disabled):active{background:#7e22ce;color:#fff;border-color:#7e22ce}.p-button.p-button-help.p-button-outlined,.p-button-group.p-button-help>.p-button.p-button-outlined,.p-splitbutton.p-button-help>.p-button.p-button-outlined,.p-fileupload-choose.p-button-help.p-button-outlined{background-color:transparent;color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover{background:#a855f70a;color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active{background:#a855f729;color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-text,.p-button-group.p-button-help>.p-button.p-button-text,.p-splitbutton.p-button-help>.p-button.p-button-text,.p-fileupload-choose.p-button-help.p-button-text{background-color:transparent;color:#a855f7;border-color:transparent}.p-button.p-button-help.p-button-text:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover{background:#a855f70a;border-color:transparent;color:#a855f7}.p-button.p-button-help.p-button-text:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active{background:#a855f729;border-color:transparent;color:#a855f7}.p-button.p-button-danger,.p-button-group.p-button-danger>.p-button,.p-splitbutton.p-button-danger>.p-button,.p-fileupload-choose.p-button-danger{color:#fff;background:#ef4444;border:1px solid #ef4444}.p-button.p-button-danger:not(:disabled):hover,.p-button-group.p-button-danger>.p-button:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-danger:not(:disabled):hover{background:#dc2626;color:#fff;border-color:#dc2626}.p-button.p-button-danger:not(:disabled):focus,.p-button-group.p-button-danger>.p-button:not(:disabled):focus,.p-splitbutton.p-button-danger>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-danger:not(:disabled):focus{box-shadow:0 0 0 .2rem #fecaca}.p-button.p-button-danger:not(:disabled):active,.p-button-group.p-button-danger>.p-button:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-danger:not(:disabled):active{background:#b91c1c;color:#fff;border-color:#b91c1c}.p-button.p-button-danger.p-button-outlined,.p-button-group.p-button-danger>.p-button.p-button-outlined,.p-splitbutton.p-button-danger>.p-button.p-button-outlined,.p-fileupload-choose.p-button-danger.p-button-outlined{background-color:transparent;color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover{background:#ef44440a;color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active{background:#ef444429;color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-text,.p-button-group.p-button-danger>.p-button.p-button-text,.p-splitbutton.p-button-danger>.p-button.p-button-text,.p-fileupload-choose.p-button-danger.p-button-text{background-color:transparent;color:#ef4444;border-color:transparent}.p-button.p-button-danger.p-button-text:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover{background:#ef44440a;border-color:transparent;color:#ef4444}.p-button.p-button-danger.p-button-text:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active{background:#ef444429;border-color:transparent;color:#ef4444}.p-button.p-button-contrast,.p-button-group.p-button-contrast>.p-button,.p-splitbutton.p-button-contrast>.p-button{color:#fff;background:#1f2937;border:1px solid #1f2937}.p-button.p-button-contrast:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):hover{background:#374151;color:#fff;border-color:#374151}.p-button.p-button-contrast:not(:disabled):focus,.p-button-group.p-button-contrast>.p-button:not(:disabled):focus,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-contrast:not(:disabled):active,.p-button-group.p-button-contrast>.p-button:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):active{background:#4b5563;color:#fff;border-color:#4b5563}.p-button.p-button-contrast.p-button-outlined,.p-button-group.p-button-contrast>.p-button.p-button-outlined,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined{background-color:transparent;color:#1f2937;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover{background:#1f29370a;color:#1f2937;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active{background:#1f293729;color:#1f2937;border:1px solid}.p-button.p-button-contrast.p-button-text,.p-button-group.p-button-contrast>.p-button.p-button-text,.p-splitbutton.p-button-contrast>.p-button.p-button-text{background-color:transparent;color:#1f2937;border-color:transparent}.p-button.p-button-contrast.p-button-text:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):hover{background:#1f29370a;border-color:transparent;color:#1f2937}.p-button.p-button-contrast.p-button-text:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):active{background:#1f293729;border-color:transparent;color:#1f2937}.p-button.p-button-link{color:#1d4ed8;background:transparent;border:transparent}.p-button.p-button-link:not(:disabled):hover{background:transparent;color:#1d4ed8;border-color:transparent}.p-button.p-button-link:not(:disabled):hover .p-button-label{text-decoration:underline}.p-button.p-button-link:not(:disabled):focus{background:transparent;box-shadow:0 0 0 .2rem #bfdbfe;border-color:transparent}.p-button.p-button-link:not(:disabled):active{background:transparent;color:#1d4ed8;border-color:transparent}.p-splitbutton{border-radius:6px}.p-splitbutton.p-button-outlined>.p-button{background-color:transparent;color:#3b82f6;border:1px solid}.p-splitbutton.p-button-outlined>.p-button:not(:disabled):hover{background:#3b82f60a;color:#3b82f6}.p-splitbutton.p-button-outlined>.p-button:not(:disabled):active{background:#3b82f629;color:#3b82f6}.p-splitbutton.p-button-outlined.p-button-plain>.p-button{color:#6b7280;border-color:#6b7280}.p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-splitbutton.p-button-text>.p-button{background-color:transparent;color:#3b82f6;border-color:transparent}.p-splitbutton.p-button-text>.p-button:not(:disabled):hover{background:#3b82f60a;color:#3b82f6;border-color:transparent}.p-splitbutton.p-button-text>.p-button:not(:disabled):active{background:#3b82f629;color:#3b82f6;border-color:transparent}.p-splitbutton.p-button-text.p-button-plain>.p-button{color:#6b7280}.p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-splitbutton.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-splitbutton.p-button-rounded{border-radius:2rem}.p-splitbutton.p-button-rounded>.p-button{border-radius:2rem}.p-splitbutton.p-button-sm>.p-button{font-size:.875rem;padding:.65625rem 1.09375rem}.p-splitbutton.p-button-sm>.p-button .p-button-icon{font-size:.875rem}.p-splitbutton.p-button-lg>.p-button{font-size:1.25rem;padding:.9375rem 1.5625rem}.p-splitbutton.p-button-lg>.p-button.p-button-icon-only{width:auto}.p-splitbutton.p-button-lg>.p-button .p-button-icon{font-size:1.25rem}.p-splitbutton .p-splitbutton-menubutton,.p-splitbutton .p-splitbutton.p-button-rounded>.p-splitbutton-menubutton.p-button,.p-splitbutton .p-splitbutton.p-button-outlined>.p-splitbutton-menubutton.p-button{border-top-left-radius:0;border-bottom-left-radius:0}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button{background-color:transparent;color:#64748b;border:1px solid}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):hover{background:#64748b0a;color:#64748b}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):active{background:#64748b29;color:#64748b}.p-splitbutton.p-button-secondary.p-button-text>.p-button{background-color:transparent;color:#64748b;border-color:transparent}.p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):hover{background:#64748b0a;border-color:transparent;color:#64748b}.p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):active{background:#64748b29;border-color:transparent;color:#64748b}.p-splitbutton.p-button-info.p-button-outlined>.p-button{background-color:transparent;color:#0ea5e9;border:1px solid}.p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):hover{background:#0ea5e90a;color:#0ea5e9}.p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):active{background:#0ea5e929;color:#0ea5e9}.p-splitbutton.p-button-info.p-button-text>.p-button{background-color:transparent;color:#0ea5e9;border-color:transparent}.p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):hover{background:#0ea5e90a;border-color:transparent;color:#0ea5e9}.p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):active{background:#0ea5e929;border-color:transparent;color:#0ea5e9}.p-splitbutton.p-button-success.p-button-outlined>.p-button{background-color:transparent;color:#22c55e;border:1px solid}.p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):hover{background:#22c55e0a;color:#22c55e}.p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):active{background:#22c55e29;color:#22c55e}.p-splitbutton.p-button-success.p-button-text>.p-button{background-color:transparent;color:#22c55e;border-color:transparent}.p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):hover{background:#22c55e0a;border-color:transparent;color:#22c55e}.p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):active{background:#22c55e29;border-color:transparent;color:#22c55e}.p-splitbutton.p-button-warning.p-button-outlined>.p-button{background-color:transparent;color:#f97316;border:1px solid}.p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):hover{background:#f973160a;color:#f97316}.p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):active{background:#f9731629;color:#f97316}.p-splitbutton.p-button-warning.p-button-text>.p-button{background-color:transparent;color:#f97316;border-color:transparent}.p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):hover{background:#f973160a;border-color:transparent;color:#f97316}.p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):active{background:#f9731629;border-color:transparent;color:#f97316}.p-splitbutton.p-button-help.p-button-outlined>.p-button{background-color:transparent;color:#a855f7;border:1px solid}.p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):hover{background:#a855f70a;color:#a855f7}.p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):active{background:#a855f729;color:#a855f7}.p-splitbutton.p-button-help.p-button-text>.p-button{background-color:transparent;color:#a855f7;border-color:transparent}.p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):hover{background:#a855f70a;border-color:transparent;color:#a855f7}.p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):active{background:#a855f729;border-color:transparent;color:#a855f7}.p-splitbutton.p-button-danger.p-button-outlined>.p-button{background-color:transparent;color:#ef4444;border:1px solid}.p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):hover{background:#ef44440a;color:#ef4444}.p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):active{background:#ef444429;color:#ef4444}.p-splitbutton.p-button-danger.p-button-text>.p-button{background-color:transparent;color:#ef4444;border-color:transparent}.p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):hover{background:#ef44440a;border-color:transparent;color:#ef4444}.p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):active{background:#ef444429;border-color:transparent;color:#ef4444}.p-speeddial-button.p-button.p-button-icon-only{width:4rem;height:4rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon{font-size:1.3rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon.p-icon{width:1.3rem;height:1.3rem}.p-speeddial-list{outline:0 none}.p-speeddial-action{width:3rem;height:3rem;background:#4b5563;color:#fff}.p-speeddial-action:hover{background:#022354;color:#fff}.p-speeddial-direction-up .p-speeddial-item{margin:.25rem}.p-speeddial-direction-up .p-speeddial-item:first-child{margin-bottom:.5rem}.p-speeddial-direction-down .p-speeddial-item{margin:.25rem}.p-speeddial-direction-down .p-speeddial-item:first-child{margin-top:.5rem}.p-speeddial-direction-left .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-left .p-speeddial-item:first-child{margin-right:.5rem}.p-speeddial-direction-right .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-right .p-speeddial-item:first-child{margin-left:.5rem}.p-speeddial-circle .p-speeddial-item,.p-speeddial-semi-circle .p-speeddial-item,.p-speeddial-quarter-circle .p-speeddial-item{margin:0}.p-speeddial-circle .p-speeddial-item:first-child,.p-speeddial-circle .p-speeddial-item:last-child,.p-speeddial-semi-circle .p-speeddial-item:first-child,.p-speeddial-semi-circle .p-speeddial-item:last-child,.p-speeddial-quarter-circle .p-speeddial-item:first-child,.p-speeddial-quarter-circle .p-speeddial-item:last-child{margin:0}.p-speeddial-mask{background-color:#0006;border-radius:6px}.p-carousel .p-carousel-content .p-carousel-prev,.p-carousel .p-carousel-content .p-carousel-next{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,.p-carousel .p-carousel-content .p-carousel-next:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,.p-carousel .p-carousel-content .p-carousel-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-carousel .p-carousel-content .p-carousel-prev,.p-carousel .p-carousel-content .p-carousel-next{margin:.5rem}.p-carousel .p-carousel-indicators{padding:1rem}.p-carousel .p-carousel-indicators .p-carousel-indicator{margin-right:.5rem;margin-bottom:.5rem}.p-carousel .p-carousel-indicators .p-carousel-indicator button{background-color:#d1d5db;width:2rem;height:.5rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:0}.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover{background:#9ca3af}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background:#eff6ff;color:#1d4ed8}.p-datatable .p-paginator-top,.p-datatable .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-datatable .p-datatable-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-datatable .p-datatable-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700}.p-datatable .p-datatable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb;transition:box-shadow .2s}.p-datatable .p-datatable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb}.p-datatable .p-sortable-column .p-sortable-column-icon{color:#374151;margin-left:.5rem}.p-datatable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#1d4ed8;background:#eff6ff;margin-left:.5rem}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover{background:#f3f4f6;color:#374151}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#374151}.p-datatable .p-sortable-column.p-highlight{background:#eff6ff;color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover{background:#eff6ff;color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#1d4ed8}.p-datatable .p-sortable-column:focus-visible{box-shadow:inset 0 0 0 .15rem #bfdbfe;outline:0 none}.p-datatable .p-datatable-tbody>tr{background:#fff;color:#4b5563;transition:box-shadow .2s}.p-datatable .p-datatable-tbody>tr>td{text-align:left;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save{margin-right:.5rem}.p-datatable .p-datatable-tbody>tr>td>.p-column-title{font-weight:700}.p-datatable .p-datatable-tbody>tr>td.p-highlight{background:#eff6ff;color:#1d4ed8}.p-datatable .p-datatable-tbody>tr.p-highlight{background:#eff6ff;color:#1d4ed8}.p-datatable .p-datatable-tbody>tr.p-highlight-contextmenu{outline:.15rem solid #bfdbfe;outline-offset:-.15rem}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px #eff6ff}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px #eff6ff}.p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover{background:#f3f4f6;color:#4b5563}.p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:focus-visible{outline:.15rem solid #bfdbfe;outline-offset:-.15rem}.p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:focus-visible{outline:.15rem solid #bfdbfe;outline-offset:-.15rem}.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):not(.p-datatable-emptymessage):hover{background:#f3f4f6;color:#4b5563}.p-datatable .p-column-resizer-helper{background:#3b82f6}.p-datatable .p-datatable-scrollable-header,.p-datatable .p-datatable-scrollable-footer{background:#f9fafb}.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-tfoot{background-color:#f9fafb}.p-datatable .p-datatable-loading-icon{font-size:2rem}.p-datatable .p-datatable-loading-icon.p-icon{width:2rem;height:2rem}.p-datatable.p-datatable-gridlines .p-datatable-header{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-footer{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-paginator-top{border-width:0 1px 0 1px}.p-datatable.p-datatable-gridlines .p-paginator-bottom{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td{border-width:1px 0 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td:last-child{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td:last-child{border-width:1px 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td{border-width:0 0 0 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td:last-child{border-width:0 1px 0 1px}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd{background:#f8f8fa}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight{background:#eff6ff;color:#1d4ed8}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler{color:#1d4ed8}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#1d4ed8}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd+.p-row-expanded{background:#f8f8fa}.p-datatable.p-datatable-sm .p-datatable-header{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-thead>tr>th{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tbody>tr>td{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-footer{padding:.5rem}.p-datatable.p-datatable-lg .p-datatable-header{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-thead>tr>th{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-tbody>tr>td{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-footer{padding:1.25rem}.p-datatable-drag-selection-helper{background:#3b82f629}.p-dataview .p-paginator-top,.p-dataview .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-dataview .p-dataview-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-dataview .p-dataview-content{background:#fff;color:#4b5563;border:0 none;padding:0}.p-dataview .p-dataview-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-dataview .p-dataview-loading-icon{font-size:2rem}.p-dataview .p-dataview-loading-icon.p-icon{width:2rem;height:2rem}.p-datascroller .p-paginator-top,.p-datascroller .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-datascroller .p-datascroller-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-datascroller .p-datascroller-content{background:#fff;color:#4b5563;border:0 none;padding:0}.p-datascroller.p-datascroller-inline .p-datascroller-list>li{border:solid #e5e7eb;border-width:0 0 1px 0}.p-datascroller .p-datascroller-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-column-filter-row .p-column-filter-menu-button,.p-column-filter-row .p-column-filter-clear-button{margin-left:.5rem}.p-column-filter-menu-button{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-column-filter-menu-button:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-column-filter-menu-button.p-column-filter-menu-button-open,.p-column-filter-menu-button.p-column-filter-menu-button-open:hover{background:#f3f4f6;color:#374151}.p-column-filter-menu-button.p-column-filter-menu-button-active,.p-column-filter-menu-button.p-column-filter-menu-button-active:hover{background:#eff6ff;color:#1d4ed8}.p-column-filter-menu-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-column-filter-clear-button{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-column-filter-clear-button:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-column-filter-clear-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-column-filter-overlay{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a;min-width:12.5rem}.p-column-filter-overlay .p-column-filter-row-items{padding:.75rem 0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover{color:#4b5563;background:#f3f4f6}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #bfdbfe}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-column-filter-overlay-menu .p-column-filter-operator{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-column-filter-overlay-menu .p-column-filter-constraint{padding:1.25rem;border-bottom:1px solid #e5e7eb}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown{margin-bottom:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button{margin-top:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint:last-child{border-bottom:0 none}.p-column-filter-overlay-menu .p-column-filter-add-rule{padding:.75rem 1.25rem}.p-column-filter-overlay-menu .p-column-filter-buttonbar,.p-orderlist .p-orderlist-controls{padding:1.25rem}.p-orderlist .p-orderlist-controls .p-button{margin-bottom:.5rem}.p-orderlist .p-orderlist-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;padding:1.25rem;font-weight:700;border-bottom:0 none;border-top-right-radius:6px;border-top-left-radius:6px}.p-orderlist .p-orderlist-filter-container{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-bottom:0 none}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input{padding-right:1.75rem}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{right:.75rem;color:#6b7280}.p-orderlist .p-orderlist-list{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:.75rem 0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;outline:0 none}.p-orderlist .p-orderlist-list .p-orderlist-item{padding:.75rem 1.25rem;margin:0;border:0 none;color:#4b5563;background:transparent;transition:transform .2s,box-shadow .2s}.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus{color:#4b5563;background:#e5e7eb}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus{background:#3b82f63d}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n){background:#f8f8fa}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover{background:#f3f4f6}.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-organizationchart .p-organizationchart-node-content.p-highlight{background:#eff6ff;color:#1d4ed8}.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i{color:#70aeff}.p-organizationchart .p-organizationchart-line-down{background:#e5e7eb}.p-organizationchart .p-organizationchart-line-left{border-right:1px solid #e5e7eb;border-color:#e5e7eb}.p-organizationchart .p-organizationchart-line-top{border-top:1px solid #e5e7eb;border-color:#e5e7eb}.p-organizationchart .p-organizationchart-node-content{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:1.25rem}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{background:inherit;color:inherit;border-radius:50%}.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-paginator{background:#fff;color:#6b7280;border:solid #f3f4f6;border-width:0;padding:.5rem 1rem;border-radius:6px}.p-paginator .p-paginator-first,.p-paginator .p-paginator-prev,.p-paginator .p-paginator-next,.p-paginator .p-paginator-last{background-color:transparent;border:0 none;color:#6b7280;min-width:3rem;height:3rem;margin:.143rem;transition:box-shadow .2s;border-radius:50%}.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6;border-color:transparent;color:#374151}.p-paginator .p-paginator-first{border-top-left-radius:50%;border-bottom-left-radius:50%}.p-paginator .p-paginator-last{border-top-right-radius:50%;border-bottom-right-radius:50%}.p-paginator .p-dropdown{margin-left:.5rem;height:3rem}.p-paginator .p-dropdown .p-dropdown-label{padding-right:0}.p-paginator .p-paginator-page-input{margin-left:.5rem;margin-right:.5rem}.p-paginator .p-paginator-page-input .p-inputtext{max-width:3rem}.p-paginator .p-paginator-current{background-color:transparent;border:0 none;color:#6b7280;min-width:3rem;height:3rem;margin:.143rem;padding:0 .5rem}.p-paginator .p-paginator-pages .p-paginator-page{background-color:transparent;border:0 none;color:#6b7280;min-width:3rem;height:3rem;margin:.143rem;transition:box-shadow .2s;border-radius:50%}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:#eff6ff;border-color:#eff6ff;color:#1d4ed8}.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#f3f4f6;border-color:transparent;color:#374151}.p-picklist .p-picklist-buttons{padding:1.25rem}.p-picklist .p-picklist-buttons .p-button{margin-bottom:.5rem}.p-picklist .p-picklist-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;padding:1.25rem;font-weight:700;border-bottom:0 none;border-top-right-radius:6px;border-top-left-radius:6px}.p-picklist .p-picklist-filter-container{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-bottom:0 none}.p-picklist .p-picklist-filter-container .p-picklist-filter-input{padding-right:1.75rem}.p-picklist .p-picklist-filter-container .p-picklist-filter-icon{right:.75rem;color:#6b7280}.p-picklist .p-picklist-list{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:.75rem 0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;outline:0 none}.p-picklist .p-picklist-list .p-picklist-item{padding:.75rem 1.25rem;margin:0;border:0 none;color:#4b5563;background:transparent;transition:transform .2s,box-shadow .2s}.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-picklist .p-picklist-list .p-picklist-item.p-focus{color:#4b5563;background:#e5e7eb}.p-picklist .p-picklist-list .p-picklist-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus{background:#3b82f63d}.p-tree-container{margin:0;padding:0;list-style-type:none;overflow:auto}.p-treenode-children{margin:0;padding:0;list-style-type:none}.p-treenode-selectable{cursor:pointer;-webkit-user-select:none;user-select:none}.p-tree-toggler{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}.p-treenode-leaf>.p-treenode-content .p-tree-toggler{visibility:hidden}.p-treenode-content{display:flex;align-items:center}.p-tree-filter{width:100%}.p-tree-filter-container{position:relative;display:block;width:100%}.p-tree-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-tree-loading{position:relative;min-height:4rem}.p-tree .p-tree-loading-overlay{position:absolute;z-index:1;display:flex;align-items:center;justify-content:center}.p-tree{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:1.25rem;border-radius:6px}.p-tree .p-tree-container .p-treenode{padding:.143rem;outline:0 none}.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #bfdbfe}.p-tree .p-tree-container .p-treenode .p-treenode-content{border-radius:6px;transition:box-shadow .2s;padding:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{margin-right:.5rem;width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon{margin-right:.5rem;color:#6b7280}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox{margin-right:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon{color:#4b5563}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background:#eff6ff;color:#1d4ed8}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover{color:#1d4ed8}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover{background:#f3f4f6;color:#4b5563}.p-tree .p-tree-filter-container{margin-bottom:.5rem}.p-tree .p-tree-filter-container .p-tree-filter{width:100%;padding-right:1.75rem}.p-tree .p-tree-filter-container .p-tree-filter-icon{right:.75rem;color:#6b7280}.p-tree .p-treenode-children{padding:0 0 0 1rem}.p-tree .p-tree-loading-icon{font-size:2rem}.p-tree .p-tree-loading-icon.p-icon{width:2rem;height:2rem}.p-tree .p-treenode-droppoint{height:.5rem}.p-tree .p-treenode-droppoint.p-treenode-droppoint-active{background:#8cbeff}.p-treetable{position:relative}.p-treetable>.p-treetable-wrapper{overflow:auto}.p-treetable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-treetable .p-sortable-column{cursor:pointer;-webkit-user-select:none;user-select:none}.p-treetable-selectable .p-treetable-tbody>tr{cursor:pointer}.p-treetable-toggler{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle;overflow:hidden;position:relative}.p-treetable-toggler+.p-checkbox{vertical-align:middle}.p-treetable-toggler+.p-checkbox+span{vertical-align:middle}.p-treetable-resizable>.p-treetable-wrapper{overflow-x:auto}.p-treetable-resizable .p-treetable-thead>tr>th,.p-treetable-resizable .p-treetable-tfoot>tr>td,.p-treetable-resizable .p-treetable-tbody>tr>td{overflow:hidden}.p-treetable-resizable .p-resizable-column{background-clip:padding-box;position:relative}.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-treetable .p-column-resizer{display:block;position:absolute;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-treetable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-treetable-scrollable-wrapper{position:relative}.p-treetable-scrollable-header,.p-treetable-scrollable-footer{overflow:hidden;border:0 none}.p-treetable-scrollable-body{overflow:auto;position:relative}.p-treetable-virtual-table{position:absolute}.p-treetable-frozen-view .p-treetable-scrollable-body{overflow:hidden}.p-treetable-unfrozen-view{position:absolute;top:0;left:0}.p-treetable-reorder-indicator-up,.p-treetable-reorder-indicator-down{position:absolute;display:none}.p-treetable .p-treetable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.p-treetable .p-treetable-thead>tr>th.p-align-left>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-left,.p-treetable .p-treetable-tfoot>tr>td.p-align-left{text-align:left;justify-content:flex-start}.p-treetable .p-treetable-thead>tr>th.p-align-right>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-right,.p-treetable .p-treetable-tfoot>tr>td.p-align-right{text-align:right;justify-content:flex-end}.p-treetable .p-treetable-thead>tr>th.p-align-center>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-center,.p-treetable .p-treetable-tfoot>tr>td.p-align-center{text-align:center;justify-content:center}.p-treetable .p-paginator-top,.p-treetable .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-treetable .p-treetable-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-treetable .p-treetable-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700}.p-treetable .p-treetable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb;transition:box-shadow .2s}.p-treetable .p-treetable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb}.p-treetable .p-sortable-column{outline-color:#bfdbfe}.p-treetable .p-sortable-column .p-sortable-column-icon{color:#374151;margin-left:.5rem}.p-treetable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#1d4ed8;background:#eff6ff;margin-left:.5rem}.p-treetable .p-sortable-column:not(.p-highlight):hover{background:#f3f4f6;color:#374151}.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#374151}.p-treetable .p-sortable-column.p-highlight{background:#eff6ff;color:#1d4ed8}.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#1d4ed8}.p-treetable .p-treetable-tbody>tr{background:#fff;color:#4b5563;transition:box-shadow .2s}.p-treetable .p-treetable-tbody>tr>td{text-align:left;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox .p-indeterminate .p-checkbox-icon{color:#4b5563}.p-treetable .p-treetable-tbody>tr:focus-visible{outline:.15rem solid #bfdbfe;outline-offset:-.15rem}.p-treetable .p-treetable-tbody>tr.p-highlight{background:#eff6ff;color:#1d4ed8}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler{color:#1d4ed8}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover{color:#1d4ed8}.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover,.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler,.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler{color:#4b5563}.p-treetable .p-column-resizer-helper{background:#3b82f6}.p-treetable .p-treetable-scrollable-header,.p-treetable .p-treetable-scrollable-footer{background:#f9fafb}.p-treetable .p-treetable-loading-icon{font-size:2rem}.p-treetable .p-treetable-loading-icon.p-icon{width:2rem;height:2rem}.p-treetable.p-treetable-gridlines .p-treetable-header{border-width:1px 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-footer{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-top{border-width:0 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-bottom{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td{border-width:1px}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd{background:#f8f8fa}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight{background:#eff6ff;color:#1d4ed8}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler{color:#1d4ed8}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#1d4ed8}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd+.p-row-expanded{background:#f8f8fa}.p-treetable.p-treetable-sm .p-treetable-header{padding:.875rem}.p-treetable.p-treetable-sm .p-treetable-thead>tr>th{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tbody>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-footer{padding:.5rem}.p-treetable.p-treetable-lg .p-treetable-header{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-thead>tr>th{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tbody>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-footer{padding:1.25rem}.p-timeline .p-timeline-event-marker{border:2px solid #3b82f6;border-radius:50%;width:1rem;height:1rem;background-color:#fff}.p-timeline .p-timeline-event-connector{background-color:#e5e7eb}.p-timeline.p-timeline-vertical .p-timeline-event-opposite,.p-timeline.p-timeline-vertical .p-timeline-event-content{padding:0 1rem}.p-timeline.p-timeline-vertical .p-timeline-event-connector{width:2px}.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,.p-timeline.p-timeline-horizontal .p-timeline-event-content{padding:1rem 0}.p-timeline.p-timeline-horizontal .p-timeline-event-connector{height:2px}.p-accordion .p-accordion-header .p-accordion-header-link{padding:1.25rem;border:1px solid #e5e7eb;color:#6b7280;background:#f9fafb;font-weight:700;border-radius:6px;transition:box-shadow .2s}.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon{margin-right:.5rem}.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link{background:#f9fafb;border-color:#e5e7eb;color:#374151;border-bottom-right-radius:0;border-bottom-left-radius:0}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-color:#e5e7eb;background:#f3f4f6;color:#374151}.p-accordion .p-accordion-content{padding:1.25rem;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-top:0;border-radius:0 0 6px 6px}.p-accordion .p-accordion-tab{margin-bottom:4px}.p-card{background:#fff;color:#4b5563;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;border-radius:6px}.p-card .p-card-body{padding:1.25rem}.p-card .p-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.p-card .p-card-subtitle{font-weight:400;margin-bottom:.5rem;color:#6b7280}.p-card .p-card-content{padding:1.25rem 0}.p-card .p-card-footer{padding:1.25rem 0 0}.p-fieldset{border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-radius:6px}.p-fieldset .p-fieldset-legend{padding:1.25rem;border:1px solid #e5e7eb;color:#374151;background:#f9fafb;font-weight:700;border-radius:6px}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend{padding:0;transition:background-color .2s,color .2s,box-shadow .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a{padding:1.25rem;color:#374151;border-radius:6px;transition:box-shadow .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler{margin-right:.5rem}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-fieldset .p-fieldset-content{padding:1.25rem}.p-divider .p-divider-content{background-color:#fff}.p-divider.p-divider-horizontal{margin:1.25rem 0;padding:0 1.25rem}.p-divider.p-divider-horizontal:before{border-top:1px #e5e7eb}.p-divider.p-divider-horizontal .p-divider-content{padding:0 .5rem}.p-divider.p-divider-vertical{margin:0 1.25rem;padding:1.25rem 0}.p-divider.p-divider-vertical:before{border-left:1px #e5e7eb}.p-divider.p-divider-vertical .p-divider-content{padding:.5rem 0}.p-panel .p-panel-header{border:1px solid #e5e7eb;padding:1.25rem;background:#f9fafb;color:#374151;border-top-right-radius:6px;border-top-left-radius:6px}.p-panel .p-panel-header .p-panel-title{font-weight:700}.p-panel .p-panel-header .p-panel-header-icon{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-panel .p-panel-header .p-panel-header-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-panel .p-panel-header .p-panel-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-panel.p-panel-toggleable .p-panel-header{padding:.75rem 1.25rem}.p-panel:has(>.p-panel-footer) .p-panel-content{border-bottom-left-radius:0;border-bottom-right-radius:0}.p-panel .p-panel-content{padding:1.25rem;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top:0 none}.p-panel .p-panel-footer{padding:.75rem 1.25rem;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-top:0 none}.p-splitter{border:1px solid #e5e7eb;background:#fff;border-radius:6px;color:#4b5563}.p-splitter .p-splitter-gutter{transition:background-color .2s,color .2s,box-shadow .2s;background:#f9fafb}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle{background:#e5e7eb}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-splitter .p-splitter-gutter-resizing{background:#e5e7eb}.p-stepper .p-stepper-nav{display:flex;justify-content:space-between;margin:0;padding:0;list-style-type:none}.p-stepper .p-stepper-header{padding:.5rem}.p-stepper .p-stepper-header .p-stepper-action{transition:box-shadow .2s;border-radius:6px;background:#fff;outline-color:transparent}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number{color:#4b5563;border:1px solid #f3f4f6;border-width:2px;background:#fff;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title{margin-left:.5rem;color:#6b7280;font-weight:700;transition:background-color .2s,color .2s,box-shadow .2s}.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#eff6ff;color:#1d4ed8}.p-stepper .p-stepper-header.p-highlight .p-stepper-title{color:#4b5563}.p-stepper .p-stepper-header:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-stepper .p-stepper-header:has(~.p-highlight) .p-stepper-separator{background-color:#3b82f6}.p-stepper .p-stepper-panels{background:#fff;padding:1.25rem;color:#4b5563}.p-stepper .p-stepper-separator{background-color:#e5e7eb;width:100%;height:2px;margin-inline-start:1rem;transition:box-shadow .2s}.p-stepper.p-stepper-vertical{display:flex;flex-direction:column}.p-stepper.p-stepper-vertical .p-stepper-toggleable-content{display:flex;flex:1 1 auto;background:#fff;color:#4b5563}.p-stepper.p-stepper-vertical .p-stepper-panel{display:flex;flex-direction:column;flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active{flex:1 1 auto}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header{flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content{width:100%;padding-left:1rem}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator{flex:0 0 auto;width:2px;height:auto;margin-inline-start:calc(1.75rem + 2px)}.p-stepper.p-stepper-vertical .p-stepper-panel:has(~.p-stepper-panel-active) .p-stepper-separator{background-color:#3b82f6}.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content{padding-left:3rem}.p-scrollpanel .p-scrollpanel-bar{background:#f9fafb;border:0 none}.p-scrollpanel .p-scrollpanel-bar:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-tabview-nav-container{position:relative}.p-tabview-scrollable .p-tabview-nav-container{overflow:hidden}.p-tabview-nav-content{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior:contain auto;position:relative}.p-tabview-nav{display:flex;margin:0;padding:0;list-style-type:none;flex:1 1 auto}.p-tabview-nav-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;position:relative;text-decoration:none;overflow:hidden}.p-tabview-ink-bar{display:none;z-index:1}.p-tabview-nav-link:focus{z-index:1}.p-tabview-close{z-index:1}.p-tabview-title{line-height:1;white-space:nowrap}.p-tabview-nav-btn{position:absolute;top:0;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.p-tabview-nav-prev{left:0}.p-tabview-nav-next{right:0}.p-tabview-nav-content::-webkit-scrollbar{display:none}.p-tabview .p-tabview-nav{background:#fff;border:1px solid #e5e7eb;border-width:0 0 2px 0}.p-tabview .p-tabview-nav li{margin-right:0}.p-tabview .p-tabview-nav li .p-tabview-nav-link{border:solid #e5e7eb;border-width:0 0 2px 0;border-color:transparent transparent #e5e7eb transparent;background:#fff;color:#6b7280;padding:1.25rem;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px;transition:box-shadow .2s;margin:0 0 -2px}.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #bfdbfe}.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link{background:#fff;border-color:#9ca3af;color:#6b7280}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#fff;border-color:#3b82f6;color:#3b82f6}.p-tabview .p-tabview-close{margin-left:.5rem}.p-tabview .p-tabview-nav-btn.p-link{background:#fff;color:#3b82f6;width:3rem;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:0}.p-tabview .p-tabview-nav-btn.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #bfdbfe}.p-tabview .p-tabview-panels{background:#fff;padding:1.25rem;border:0 none;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-toolbar{background:#f9fafb;border:1px solid #e5e7eb;padding:1.25rem;border-radius:6px;gap:.5rem}.p-toolbar .p-toolbar-separator{margin:0 .5rem}.p-confirm-popup{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 1px 3px #0000004d}.p-confirm-popup .p-confirm-popup-content{padding:1.25rem}.p-confirm-popup .p-confirm-popup-footer{text-align:right;padding:0 1.25rem 1.25rem}.p-confirm-popup .p-confirm-popup-footer button{margin:0 .5rem 0 0;width:auto}.p-confirm-popup .p-confirm-popup-footer button:last-child{margin:0}.p-confirm-popup:after{border:solid transparent;border-color:#fff0;border-bottom-color:#fff}.p-confirm-popup:before{border:solid transparent;border-color:#fff0;border-bottom-color:#f2f2f2}.p-confirm-popup.p-confirm-popup-flipped:after{border-top-color:#fff}.p-confirm-popup.p-confirm-popup-flipped:before{border-top-color:#fff}.p-confirm-popup .p-confirm-popup-icon{font-size:1.5rem}.p-confirm-popup .p-confirm-popup-icon.p-icon{width:1.5rem;height:1.5rem}.p-confirm-popup .p-confirm-popup-message{margin-left:1rem}.p-dialog{border-radius:6px;box-shadow:0 1px 3px #0000004d;border:0 none}.p-dialog .p-dialog-header{border-bottom:0 none;background:#fff;color:#374151;padding:1.5rem;border-top-right-radius:6px;border-top-left-radius:6px}.p-dialog .p-dialog-header .p-dialog-title{font-weight:700;font-size:1.25rem}.p-dialog .p-dialog-header .p-dialog-header-icon{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-dialog .p-dialog-header .p-dialog-header-icon{margin-right:.5rem}.p-dialog .p-dialog-header .p-dialog-header-icon:last-child{margin-right:0}.p-dialog .p-dialog-content{background:#fff;color:#4b5563;padding:0 1.5rem 2rem}.p-dialog .p-dialog-content:last-of-type{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-dialog .p-dialog-footer{border-top:0 none;background:#fff;color:#4b5563;padding:0 1.5rem 1.5rem;text-align:right;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-dialog .p-dialog-footer button{margin:0 .5rem 0 0;width:auto}.p-dialog.p-dialog-maximized .p-dialog-header,.p-dialog.p-dialog-maximized .p-dialog-content:last-of-type{border-radius:0}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon{font-size:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon{width:2rem;height:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-message{margin-left:1rem}.p-overlaypanel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 1px 3px #0000004d}.p-overlaypanel .p-overlaypanel-content{padding:1.25rem}.p-overlaypanel .p-overlaypanel-close{background:#3b82f6;color:#fff;width:2rem;height:2rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%;position:absolute;top:-1rem;right:-1rem}.p-overlaypanel .p-overlaypanel-close:enabled:hover{background:#2563eb;color:#fff}.p-overlaypanel:after{border:solid transparent;border-color:#fff0;border-bottom-color:#fff}.p-overlaypanel:before{border:solid transparent;border-color:#fff0;border-bottom-color:#f2f2f2}.p-overlaypanel.p-overlaypanel-flipped:after{border-top-color:#fff}.p-overlaypanel.p-overlaypanel-flipped:before{border-top-color:#fff}.p-sidebar{background:#fff;color:#4b5563;border:0 none;box-shadow:0 1px 3px #0000004d}.p-sidebar .p-sidebar-header{padding:1.25rem}.p-sidebar .p-sidebar-header .p-sidebar-close,.p-sidebar .p-sidebar-header .p-sidebar-icon{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-sidebar .p-sidebar-header+.p-sidebar-content{padding-top:0}.p-sidebar .p-sidebar-content{padding:1.25rem}.p-tooltip .p-tooltip-text{background:#4b5563;color:#fff;padding:.75rem;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#4b5563}.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#4b5563}.p-tooltip.p-tooltip-top .p-tooltip-arrow{border-top-color:#4b5563}.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#4b5563}.p-fileupload .p-fileupload-buttonbar{background:#f9fafb;padding:1.25rem;border:1px solid #e5e7eb;color:#374151;border-bottom:0 none;border-top-right-radius:6px;border-top-left-radius:6px;gap:.5rem}.p-fileupload .p-fileupload-buttonbar .p-button{margin-right:.5rem}.p-fileupload .p-fileupload-content{background:#fff;padding:2rem 1rem;border:1px solid #e5e7eb;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-fileupload .p-progressbar{height:.25rem}.p-fileupload .p-fileupload-row>div{padding:1rem}.p-fileupload.p-fileupload-advanced .p-message{margin-top:0}.p-breadcrumb{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link{transition:box-shadow .2s;border-radius:6px}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon{color:#6b7280}.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator{margin:0 .5rem;color:#4b5563}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text{color:#4b5563}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon{color:#6b7280}.p-contextmenu{padding:.5rem 0;background:#fff;color:#4b5563;border:0 none;box-shadow:0 2px 12px #0000001a;border-radius:6px;width:12.5rem}.p-contextmenu .p-contextmenu-root-list{outline:0 none}.p-contextmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-contextmenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-contextmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-contextmenu .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-contextmenu .p-submenu-icon{font-size:.875rem}.p-contextmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-dock .p-dock-list-container{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.5rem;border-radius:.5rem}.p-dock .p-dock-list-container .p-dock-list{outline:0 none}.p-dock .p-dock-item{padding:.5rem;border-radius:6px}.p-dock .p-dock-item.p-focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #bfdbfe}.p-dock .p-dock-action{width:4rem;height:4rem}.p-dock.p-dock-top .p-dock-item-second-prev,.p-dock.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-bottom .p-dock-item-second-next{margin:0 .9rem}.p-dock.p-dock-top .p-dock-item-prev,.p-dock.p-dock-top .p-dock-item-next,.p-dock.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-bottom .p-dock-item-next{margin:0 1.3rem}.p-dock.p-dock-top .p-dock-item-current,.p-dock.p-dock-bottom .p-dock-item-current{margin:0 1.5rem}.p-dock.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-right .p-dock-item-second-next{margin:.9rem 0}.p-dock.p-dock-left .p-dock-item-prev,.p-dock.p-dock-left .p-dock-item-next,.p-dock.p-dock-right .p-dock-item-prev,.p-dock.p-dock-right .p-dock-item-next{margin:1.3rem 0}.p-dock.p-dock-left .p-dock-item-current,.p-dock.p-dock-right .p-dock-item-current{margin:1.5rem 0}.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container{overflow-x:auto;width:100%}.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list{margin:0 auto}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container{overflow-y:auto;height:100%}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list{margin:auto 0}.p-dock.p-dock-mobile .p-dock-list .p-dock-item,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current{transform:none;margin:0}.p-megamenu{padding:.5rem;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px}.p-megamenu .p-megamenu-root-list{outline:0 none}.p-megamenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-megamenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu .p-megamenu-panel{background:#fff;color:#4b5563;border:0 none;box-shadow:0 2px 12px #0000001a}.p-megamenu .p-submenu-header{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px}.p-megamenu .p-submenu-list{padding:.5rem 0;width:12.5rem}.p-megamenu .p-submenu-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-megamenu.p-megamenu-vertical{width:12.5rem;padding:.5rem 0}.p-megamenu .p-megamenu-button{width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-megamenu .p-megamenu-button:hover{color:#6b7280;background:#f3f4f6}.p-megamenu .p-megamenu-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:6px}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280;margin-left:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon{font-size:.875rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem{width:100%;position:static}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{margin-left:auto}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menuitem{width:100%;position:static}.p-menu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-menu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-menu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menu.p-menu-overlay{background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-menu .p-submenu-header{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700;border-top-right-radius:0;border-top-left-radius:0}.p-menu .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar{padding:.5rem;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px}.p-menubar .p-menubar-root-list{outline:0 none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:6px}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280;margin-left:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-menubar .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-submenu-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a;width:12.5rem}.p-menubar .p-submenu-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar .p-submenu-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-button{width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-menubar.p-menubar-mobile .p-menubar-button:hover{color:#6b7280;background:#f3f4f6}.p-menubar.p-menubar-mobile .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-menubar.p-menubar-mobile .p-menubar-root-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-left:auto;transition:transform .2s}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li a{padding-left:2.25rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a{padding-left:3.75rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a{padding-left:5.25rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a{padding-left:6.75rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a{padding-left:8.25rem}@media screen and (max-width:960px){.p-menubar{position:relative}.p-menubar .p-menubar-button{display:flex;width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-menubar .p-menubar-button:hover{color:#6b7280;background:#f3f4f6}.p-menubar .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-menubar .p-menubar-root-list{position:absolute;display:none;padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a;width:100%}.p-menubar .p-menubar-root-list .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar .p-menubar-root-list .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-menubar .p-menubar-root-list>.p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{margin-left:auto;transition:transform .2s}.p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar .p-menubar-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar .p-menubar-root-list .p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list ul li a{padding-left:2.25rem}.p-menubar .p-menubar-root-list ul li ul li a{padding-left:3.75rem}.p-menubar .p-menubar-root-list ul li ul li ul li a{padding-left:5.25rem}.p-menubar .p-menubar-root-list ul li ul li ul li ul li a{padding-left:6.75rem}.p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a{padding-left:8.25rem}.p-menubar.p-menubar-mobile-active .p-menubar-root-list{display:flex;flex-direction:column;top:100%;left:0;z-index:1}}.p-panelmenu .p-panelmenu-header{outline:0 none}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content{border:1px solid #e5e7eb;color:#6b7280;background:#f9fafb;border-radius:6px;transition:box-shadow .2s}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link{color:#6b7280;padding:1.25rem;font-weight:700}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #bfdbfe}.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content{background:#f9fafb;border-color:#e5e7eb;color:#374151;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-color:#e5e7eb;background:#f3f4f6;color:#374151}.p-panelmenu .p-panelmenu-content{padding:.5rem 0;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-top:0;border-radius:0 0 6px 6px}.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list{outline:0 none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list){padding:0 0 0 1rem}.p-panelmenu .p-panelmenu-panel{margin-bottom:4px}.p-slidemenu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-slidemenu .p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-slidemenu .p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-slidemenu.p-slidemenu-overlay{background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-slidemenu .p-slidemenu-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link{background:#eff6ff}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-text{color:#1d4ed8}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-icon{color:#1d4ed8}.p-slidemenu .p-slidemenu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-slidemenu .p-slidemenu-icon{font-size:.875rem}.p-slidemenu .p-slidemenu-icon.p-icon{width:.875rem;height:.875rem}.p-slidemenu .p-slidemenu-backward{padding:.75rem 1.25rem;color:#4b5563}.p-steps .p-steps-item .p-menuitem-link{background:transparent;transition:box-shadow .2s;border-radius:6px;background:#fff}.p-steps .p-steps-item .p-menuitem-link .p-steps-number{color:#4b5563;border:1px solid #f3f4f6;background:#fff;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;z-index:1;border-radius:50%}.p-steps .p-steps-item .p-menuitem-link .p-steps-title{margin-top:.5rem;color:#6b7280}.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-steps .p-steps-item.p-highlight .p-steps-number{background:#eff6ff;color:#1d4ed8}.p-steps .p-steps-item.p-highlight .p-steps-title{font-weight:700;color:#4b5563}.p-steps .p-steps-item:before{content:" ";border-top:1px solid #e5e7eb;width:100%;top:50%;left:0;display:block;position:absolute;margin-top:-1rem}.p-tabmenu .p-tabmenu-nav{background:#fff;border:1px solid #e5e7eb;border-width:0 0 2px 0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem{margin-right:0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{border:solid #e5e7eb;border-width:0 0 2px 0;border-color:transparent transparent #e5e7eb transparent;background:#fff;color:#6b7280;padding:1.25rem;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px;transition:box-shadow .2s;margin:0 0 -2px;height:calc(100% + 2px)}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon{margin-right:.5rem}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #bfdbfe}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link{background:#fff;border-color:#9ca3af;color:#6b7280}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link{background:#fff;border-color:#3b82f6;color:#3b82f6}.p-tieredmenu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-tieredmenu.p-tieredmenu-overlay{background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-tieredmenu .p-tieredmenu-root-list{outline:0 none}.p-tieredmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-tieredmenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-tieredmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-tieredmenu .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-tieredmenu .p-submenu-icon{font-size:.875rem}.p-tieredmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-inline-message{padding:.75rem;margin:0;border-radius:6px}.p-inline-message.p-inline-message-info{background:#dbeafeb3;border:solid #3b82f6;border-width:0px;color:#3b82f6}.p-inline-message.p-inline-message-info .p-inline-message-icon{color:#3b82f6}.p-inline-message.p-inline-message-success{background:#e4f8f0b3;border:solid #1ea97c;border-width:0px;color:#1ea97c}.p-inline-message.p-inline-message-success .p-inline-message-icon{color:#1ea97c}.p-inline-message.p-inline-message-warn{background:#fff2e2b3;border:solid #cc8925;border-width:0px;color:#cc8925}.p-inline-message.p-inline-message-warn .p-inline-message-icon{color:#cc8925}.p-inline-message.p-inline-message-error{background:#ffe7e6b3;border:solid #ff5757;border-width:0px;color:#ff5757}.p-inline-message.p-inline-message-error .p-inline-message-icon{color:#ff5757}.p-inline-message .p-inline-message-icon{font-size:1rem;margin-right:.5rem}.p-inline-message .p-inline-message-icon.p-icon{width:1rem;height:1rem}.p-inline-message .p-inline-message-text{font-size:1rem}.p-inline-message.p-inline-message-icon-only .p-inline-message-icon{margin-right:0}.p-message{margin:1rem 0;border-radius:6px}.p-message .p-message-wrapper{padding:1.25rem 1.75rem}.p-message .p-message-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:background-color .2s,color .2s,box-shadow .2s}.p-message .p-message-close:hover{background:#ffffff80}.p-message .p-message-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-message.p-message-info{background:#dbeafeb3;border:solid #3b82f6;border-width:0 0 0 6px;color:#3b82f6}.p-message.p-message-info .p-message-icon,.p-message.p-message-info .p-message-close{color:#3b82f6}.p-message.p-message-success{background:#e4f8f0b3;border:solid #1ea97c;border-width:0 0 0 6px;color:#1ea97c}.p-message.p-message-success .p-message-icon,.p-message.p-message-success .p-message-close{color:#1ea97c}.p-message.p-message-warn{background:#fff2e2b3;border:solid #cc8925;border-width:0 0 0 6px;color:#cc8925}.p-message.p-message-warn .p-message-icon,.p-message.p-message-warn .p-message-close{color:#cc8925}.p-message.p-message-error{background:#ffe7e6b3;border:solid #ff5757;border-width:0 0 0 6px;color:#ff5757}.p-message.p-message-error .p-message-icon,.p-message.p-message-error .p-message-close{color:#ff5757}.p-message .p-message-text{font-size:1rem;font-weight:500}.p-message .p-message-icon{font-size:1.5rem;margin-right:.5rem}.p-message .p-message-icon.p-icon{width:1.5rem;height:1.5rem}.p-message .p-message-summary{font-weight:700}.p-message .p-message-detail{margin-left:.5rem}.p-toast{opacity:1}.p-toast .p-toast-message{margin:0 0 1rem;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-toast .p-toast-message .p-toast-message-content{padding:1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text{margin:0 0 0 1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon{font-size:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon{width:2rem;height:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-summary{font-weight:700}.p-toast .p-toast-message .p-toast-message-content .p-toast-detail{margin:.5rem 0 0}.p-toast .p-toast-message .p-toast-icon-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:background-color .2s,color .2s,box-shadow .2s}.p-toast .p-toast-message .p-toast-icon-close:hover{background:#ffffff80}.p-toast .p-toast-message .p-toast-icon-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-toast .p-toast-message.p-toast-message-info{background:#dbeafeb3;border:solid #3b82f6;border-width:0 0 0 6px;color:#3b82f6}.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close{color:#3b82f6}.p-toast .p-toast-message.p-toast-message-success{background:#e4f8f0b3;border:solid #1ea97c;border-width:0 0 0 6px;color:#1ea97c}.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close{color:#1ea97c}.p-toast .p-toast-message.p-toast-message-warn{background:#fff2e2b3;border:solid #cc8925;border-width:0 0 0 6px;color:#cc8925}.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close{color:#cc8925}.p-toast .p-toast-message.p-toast-message-error{background:#ffe7e6b3;border:solid #ff5757;border-width:0 0 0 6px;color:#ff5757}.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close{color:#ff5757}.p-galleria .p-galleria-close{margin:.5rem;background:transparent;color:#f9fafb;width:4rem;height:4rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-close .p-galleria-close-icon{font-size:2rem}.p-galleria .p-galleria-close .p-galleria-close-icon.p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-close:hover{background:#ffffff1a;color:#f9fafb}.p-galleria .p-galleria-item-nav{background:transparent;color:#f9fafb;width:4rem;height:4rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:6px;margin:0 .5rem}.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon{font-size:2rem}.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-item-nav:not(.p-disabled):hover{background:#ffffff1a;color:#f9fafb}.p-galleria .p-galleria-caption{background:#00000080;color:#f9fafb;padding:1rem}.p-galleria .p-galleria-indicators{padding:1rem}.p-galleria .p-galleria-indicators .p-galleria-indicator button{background-color:#d1d5db;width:1rem;height:1rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover{background:#9ca3af}.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#eff6ff;color:#1d4ed8}.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,.p-galleria.p-galleria-indicators-top .p-galleria-indicator{margin-right:.5rem}.p-galleria.p-galleria-indicators-left .p-galleria-indicator,.p-galleria.p-galleria-indicators-right .p-galleria-indicator{margin-bottom:.5rem}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators{background:#00000080}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button{background:#fff6}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover{background:#fff9}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#eff6ff;color:#1d4ed8}.p-galleria .p-galleria-thumbnail-container{background:#000000e6;padding:1rem .25rem}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next{margin:.5rem;background-color:transparent;color:#f9fafb;width:2rem;height:2rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover{background:#ffffff1a;color:#f9fafb}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content{transition:box-shadow .2s}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-galleria-mask,.p-image-mask{--maskbg: rgba(0, 0, 0, .9)}.p-image-preview-indicator{background-color:transparent;color:#f8f9fa;transition:background-color .2s,color .2s,box-shadow .2s}.p-image-preview-indicator .p-icon{width:1.5rem;height:1.5rem}.p-image-preview-container:hover>.p-image-preview-indicator{background-color:#00000080}.p-image-toolbar{padding:1rem}.p-image-action.p-link{color:#f8f9fa;background-color:transparent;width:3rem;height:3rem;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s;margin-right:.5rem}.p-image-action.p-link:last-child{margin-right:0}.p-image-action.p-link:hover{color:#f8f9fa;background-color:#ffffff1a}.p-image-action.p-link span{font-size:1.5rem}.p-image-action.p-link .p-icon{width:1.5rem;height:1.5rem}.p-avatar{background-color:#e5e7eb;border-radius:6px}.p-avatar.p-avatar-lg{width:3rem;height:3rem;font-size:1.5rem}.p-avatar.p-avatar-lg .p-avatar-icon{font-size:1.5rem}.p-avatar.p-avatar-xl{width:4rem;height:4rem;font-size:2rem}.p-avatar.p-avatar-xl .p-avatar-icon{font-size:2rem}.p-avatar-circle{border-radius:50%}.p-avatar-group .p-avatar{border:2px solid #ffffff}.p-chip{background-color:#e5e7eb;color:#4b5563;border-radius:16px;padding:0 .75rem}.p-chip .p-chip-text{line-height:1.5;margin-top:.375rem;margin-bottom:.375rem}.p-chip .p-chip-icon{margin-right:.5rem}.p-chip img{width:2.25rem;height:2.25rem;margin-left:-.75rem;margin-right:.5rem}.p-chip .p-chip-remove-icon{border-radius:6px;transition:background-color .2s,color .2s,box-shadow .2s;margin-left:.5rem}.p-chip .p-chip-remove-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-chip .p-chip-remove-icon:focus{outline:0 none}.p-scrolltop{width:3rem;height:3rem;border-radius:50%;box-shadow:0 2px 12px #0000001a;transition:background-color .2s,color .2s,box-shadow .2s}.p-scrolltop.p-link{background:#000000b3}.p-scrolltop.p-link:hover{background:#000c}.p-scrolltop .p-scrolltop-icon{font-size:1.5rem;color:#f9fafb}.p-scrolltop .p-scrolltop-icon.p-icon{width:1.5rem;height:1.5rem}.p-skeleton{background-color:#e5e7eb;border-radius:6px}.p-skeleton:after{background:linear-gradient(90deg,#fff0,#fff6,#fff0)}.p-tag .p-tag-icon{margin-right:.25rem;font-size:.75rem}.p-tag .p-tag-icon.p-icon{width:.75rem;height:.75rem}.p-inplace .p-inplace-display{padding:.75rem;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-inplace .p-inplace-display:not(.p-disabled):hover{background:#f3f4f6;color:#4b5563}.p-inplace .p-inplace-display:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-metergroup .p-metergroup-meter-container{background:#e5e7eb;border-radius:6px}.p-metergroup .p-metergroup-meter{border:0 none;background:#3b82f6}.p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item{line-height:1.5rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label-type{background:#3b82f6;width:.5rem;height:.5rem;border-radius:100%;margin-right:.5rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label{margin-right:1rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label-icon{width:1rem;height:1rem;margin-right:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter-container{height:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start{margin-bottom:1rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-end{margin-top:1rem}.p-metergroup.p-metergroup-vertical .p-metergroup-meter-container{width:.5rem;height:100%}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start){margin-left:1rem}.p-progressbar{border:0 none;height:1.5rem;background:#e5e7eb;border-radius:6px}.p-progressbar .p-progressbar-value{border:0 none;margin:0;background:#3b82f6}.p-progressbar .p-progressbar-label{color:#fff;line-height:1.5rem}.p-terminal{background:#fff;color:#4b5563;border:1px solid #e5e7eb;padding:1.25rem}.p-terminal .p-terminal-input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem}.p-badge{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem}.p-badge.p-badge-secondary{background-color:#64748b;color:#fff}.p-badge.p-badge-success{background-color:#22c55e;color:#fff}.p-badge.p-badge-info{background-color:#0ea5e9;color:#fff}.p-badge.p-badge-warning{background-color:#f97316;color:#fff}.p-badge.p-badge-danger{background-color:#ef4444;color:#fff}.p-badge.p-badge-lg{font-size:1.125rem;min-width:2.25rem;height:2.25rem;line-height:2.25rem}.p-badge.p-badge-xl{font-size:1.5rem;min-width:3rem;height:3rem;line-height:3rem}.p-tag{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .4rem;border-radius:6px}.p-tag.p-tag-success{background-color:#22c55e;color:#fff}.p-tag.p-tag-info{background-color:#0ea5e9;color:#fff}.p-tag.p-tag-warning{background-color:#f97316;color:#fff}.p-tag.p-tag-danger{background-color:#ef4444;color:#fff}}@layer primereact{.p-button-label{font-weight:700}.p-selectbutton>.p-button,.p-togglebutton.p-button{transition:background-color .2s,border-color .2s,box-shadow .2s}.p-accordion .p-accordion-header .p-accordion-header-link,.p-tabview .p-tabview-nav li .p-tabview-nav-link,.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{transition:background-color .2s,border-color .2s,box-shadow .2s}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button,.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background-color:#3b82f6}.p-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #9dc1fb,0 1px 2px #000}.p-button.p-button-secondary:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #b0b9c6,0 1px 2px #000}.p-button.p-button-success:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #88eaac,0 1px 2px #000}.p-button.p-button-info:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #83d3f8,0 1px 2px #000}.p-button.p-button-warning:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #fcb98b,0 1px 2px #000}.p-button.p-button-help:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #d4aafb,0 1px 2px #000}.p-button.p-button-danger:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f7a2a2,0 1px 2px #000}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px #3b82f6}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px #3b82f6}.p-speeddial-item.p-focus>.p-speeddial-action{box-shadow:0 0 0 2px #fff,0 0 0 4px #9dc1fb,0 1px 2px #000}.p-toast-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.p-inline-message-text{font-weight:500}.p-picklist-buttons .p-button,.p-orderlist-controls .p-button{transition:opacity .2s,background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-steps .p-steps-item.p-highlight .p-steps-number,.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#3b82f6;color:#fff}}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media(prefers-reduced-motion:reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
