@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap);.typing{align-items:center;background-color:#f2f2f2;border-radius:20px;display:block;display:flex;height:40px;justify-content:center;margin:0 1rem;width:60px}.circle{background-color:#8d8d8d;border-radius:50%;display:block;height:10px;margin:3px;width:10px}.circle.scaling{animation:typing 1s ease-in-out infinite;animation-delay:3.6s}.circle.bouncing{animation:bounce 1s ease-in-out infinite;animation-delay:3.6s}.circle:first-child{animation-delay:0ms}.circle:nth-child(2){animation-delay:333ms}.circle:nth-child(3){animation-delay:666ms}@keyframes typing{0%{transform:scale(1)}33%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes bounce{0%{transform:translateY(0)}33%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.chatbot-button{align-items:center;background-color:#fff;border-radius:50%;bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.2);cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:20px;transition:transform .2s ease-in-out;width:60px;z-index:9999}.chatbot-button:hover{transform:scale(1.05)}.chatbot-button .chatbot-avatar{border-radius:50%;height:100%;object-fit:cover;width:100%}.chatbot-modal .content{display:flex;flex-direction:column;height:80vh;max-height:80vh;padding:0!important}.chat-container{background-color:#fff;display:flex;flex:1 1 auto;flex-direction:column;height:100%;width:100%}.chat-messages{flex:1 1 auto;overflow-y:auto;padding:1rem}.chat-container form{border-top:1px solid #ccc;flex:0 0 auto;padding:.5rem}.gpt-message,.my-message{display:flex}.gpt-avatar{border-radius:50%;height:40px;margin-right:.5rem;object-fit:cover;width:40px}.gpt-bubble{background-color:#f0f0f0;color:#333}.gpt-bubble,.my-bubble{border-radius:12px;padding:.75rem 1rem}.my-bubble{background-color:#4b5dff;color:#fff}.typing{margin:.5rem 0}.admin-menu{display:flex;flex-direction:column;height:calc(100dvh - 110px)}.admin-menu__nav.ant-menu{background:transparent!important;border-inline-end:none!important;padding:6px 6px 10px}.admin-menu__nav .ant-menu-item,.admin-menu__nav .ant-menu-submenu-title{border-radius:14px;height:44px;line-height:44px;margin:6px 0}.admin-menu__nav .ant-menu-title-content,.admin-menu__nav .ant-menu-title-content a{color:hsla(0,0%,100%,.9)!important;font-weight:700;letter-spacing:.2px}.admin-menu__nav .ant-menu-item:hover{background:hsla(0,0%,100%,.12)!important}.admin-menu__nav .ant-menu-item-selected{background:hsla(0,0%,100%,.16)!important}.admin-menu__nav .ant-menu-item-selected .ant-menu-title-content a{color:#fff!important}.admin-menu__nav .ant-menu-item:after{display:none}.admin-menu__nav .ant-menu-item:focus-visible{outline:2px solid hsla(0,0%,100%,.55);outline-offset:2px}.admin-menu__teacher{align-items:center;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;display:flex;gap:10px;margin:10px 12px 16px;padding:12px}.admin-menu__teacher--collapsed{justify-content:center;padding:12px 0}.admin-menu__teacherInfo{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-menu__teacherName{color:hsla(0,0%,100%,.92)!important;font-weight:800}.admin-menu__teacherRole{color:hsla(0,0%,100%,.7)!important;font-size:12px}.admin-layout{--revi-primary:#2088a0;--revi-sider-1:#183850;--revi-sider-2:#1f6e84;--revi-bg:#f6fafb;background:var(--revi-bg);height:100dvh}.admin-layout__layout{background:var(--revi-bg);height:100%}.admin-layout__left.ant-layout-sider{background:linear-gradient(180deg,var(--revi-sider-1) 0,var(--revi-sider-2) 100%);box-shadow:0 10px 30px rgba(0,0,0,.18);display:flex;flex-direction:column;height:100dvh;position:sticky;top:0}.admin-layout__brand{align-items:center;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;display:flex;height:84px;justify-content:center;margin:12px 12px 10px;padding:12px}.admin-layout__brandLogo{display:block;filter:drop-shadow(0 6px 14px rgba(0,0,0,.22));height:100%;object-fit:contain;object-position:center;width:100%}.admin-layout__brandFallback{color:hsla(0,0%,100%,.92);font-weight:900;letter-spacing:1px}.admin-layout__menuWrap{padding:0 8px}.admin-layout__siderFooter{margin-top:auto;padding:10px 12px 14px}.admin-layout__collapseBtn.ant-btn{border-radius:14px;color:hsla(0,0%,100%,.9);height:42px;width:100%}.admin-layout__collapseBtn.ant-btn:hover{background:hsla(0,0%,100%,.12)}.ant-layout-sider-collapsed .admin-layout__brand{height:56px;margin:12px 10px 8px;padding:10px 8px}.admin-layout__right{background:var(--revi-bg)}.admin-layout__right-header.ant-layout-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px rgba(16,24,40,.06);height:64px;line-height:64px;padding:0 18px;position:sticky;top:0;z-index:10}.admin-layout__right-headerInner{align-items:center;display:flex;gap:12px;height:100%;justify-content:flex-end}.admin-layout__headerSpacer{flex:1 1 auto}.admin-layout__headerActions{align-items:center;display:flex;gap:10px}.admin-layout__right-content.ant-layout-content{background:var(--revi-bg);height:calc(100dvh - 64px);overflow:auto;padding:20px}.admin-layouttop{background:#f6fafb;height:100dvh}.admin-layouttop__layout{background:#f6fafb;height:100%}.admin-layouttop-topheader.ant-layout-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px rgba(16,24,40,.06);height:64px;line-height:64px;padding:0 18px;position:sticky;top:0;z-index:10}.admin-layouttop-topheader__inner{align-items:center;display:flex;gap:12px;height:100%;justify-content:flex-end}.admin-layouttop-topheader__spacer{flex:1 1 auto}.admin-layout__right-topcontent.ant-layout-content{background:#f6fafb;height:calc(100dvh - 64px);overflow:auto;padding:20px}.auth-container{align-items:center;background-color:#f0f2f5;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.auth-bg-layer{background-image:url(/static/media/pruebanueva.78b424922715ee209bea.jpg);background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.auth-bg-layer:before{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,rgba(37,99,235,.85),rgba(15,23,42,.9));bottom:0;content:"";left:0;position:absolute;right:0;top:0}.auth-card-wrapper{align-items:center;display:flex;flex-direction:column;max-width:420px;padding:20px;position:relative;width:100%;z-index:1}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.98)!important;border-radius:24px!important;box-shadow:0 20px 60px -10px rgba(0,0,0,.3)!important;padding:40px 32px!important;width:100%}.auth-card .ant-card-body{padding:0!important}.auth-header{margin-bottom:32px;text-align:center}.auth-header .auth-logo-main{height:50px;margin-bottom:12px;object-fit:contain}.auth-header .auth-subtitle{color:#64748b;font-size:14px;font-weight:500;letter-spacing:.5px}.auth-footer{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:8px;justify-content:center;margin-top:32px;padding-top:20px}.auth-footer .powered-by{color:#94a3b8;font-size:11px;letter-spacing:1px;text-transform:uppercase}.auth-footer .auth-logo-educa{filter:grayscale(100%);height:18px;opacity:.6;transition:all .3s}.auth-footer .auth-logo-educa:hover{filter:grayscale(0);opacity:1}.auth-copyright{color:hsla(0,0%,100%,.6);font-size:12px;margin-top:24px;text-align:center}.login-form-antd .ant-input-affix-wrapper{background-color:#f8fafc;border-color:#e2e8f0;border-radius:12px;padding:10px 16px}.login-form-antd .ant-input-affix-wrapper:focus-within,.login-form-antd .ant-input-affix-wrapper:hover{background-color:#fff;border-color:#2563eb}.login-form-antd .ant-input{background-color:transparent}.login-form-antd .ant-btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px}.login-form-antd .ant-btn-primary:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-1px)}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(/static/media/lato-latin-ext-400-normal.361f3dbb9db6a5980326.woff2) format("woff2"),url(/static/media/lato-latin-ext-400-normal.221746f6ba5760746446.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(/static/media/lato-latin-400-normal.be36596da218e1eec01c.woff2) format("woff2"),url(/static/media/lato-latin-400-normal.190b769c7be76a0f0dbf.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.user-form__avatar{display:flex;justify-content:center;margin-bottom:20px}.user-form__avatar>.ui.image{border:2px dashed #1d4aed;cursor:pointer;margin:0;padding:5px}.user-item{align-content:center;border-bottom:1px solid #e4e4e4;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.user-item:last-of-type{border:0;margin-bottom:0;padding-bottom:0}.user-item__info{align-items:center;display:flex}.user-item__info>.ui.image{height:40px;margin-right:10px;width:40px}.user-item__info p{margin:0}.user-item__info p:first-of-type{font-weight:700}.user-item__info p:last-of-type{opacity:.4}.users-page__add{position:absolute;right:0;top:0}.users-page__add>.ui.button{margin:0}.step-group-container{margin:10 auto;max-width:500px;padding-bottom:20px;width:100%}.step-group-container .ui.ordered.steps{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.step-group-container .ui.ordered.steps .step{flex:0 0 auto;font-size:.65em;min-width:100px}.step-group-container .ui.ordered.steps .step .title{font-size:1em}.step-group-container .ui.ordered.steps .step .content{text-align:center}@media(max-width:750px){.step-group-container .ui.ordered.steps{flex-direction:row}.step-group-container .step{padding:0 10px}}.register-page__add{position:absolute;right:0;top:0}.register-page .ui.tab.segment{overflow-y:scroll}.register-page{padding:0 10px}.register-page__add{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;margin-left:10px;margin-right:10px;position:relative}.register-page__add .no-plans-message{box-sizing:border-box;margin:0;width:50%}.register-page__add>.ui.button{margin:0}.register-page .ui.tab.segment{height:calc(100vh - 200px);overflow-y:auto}.register-page .ui.tab.segment::-webkit-scrollbar{display:none}.page-partner-facturation{padding:1rem}.page-partner-facturation h2{margin-bottom:1rem}.support-form{padding:1rem}.support-form .ui.button{margin-top:20px}.support-form .tox-tinymce{border-radius:4px}.support-item{border-bottom:1px solid #e4e4d4;margin-bottom:15px;padding-bottom:15px}.support-item:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.support-item__header{align-items:center;display:flex;justify-content:space-between}.support-item__info{display:flex;flex-direction:column}.support-item__info-title{font-size:1.1rem;font-weight:700}.support-item__info-desc{opacity:.6}.support-item__info-status{color:#666;font-style:italic}.support-item__actions{align-items:center;display:flex}.support-item__actions button{margin-left:8px}.support-item__messages{background-color:#f9f9f9;border:1px solid #eee;border-radius:8px;margin-top:10px;padding:10px}.support-item__messages>.support-item__message{border-radius:6px;margin-bottom:10px;max-width:70%;padding:8px;word-break:break-word}.support-item__messages>.support-item__message.my-message{background-color:#d9fdd3;margin-left:auto}.support-item__messages>.support-item__message.other-message{background-color:#eee;margin-right:auto}.support-item__messages>.support-item__message .support-item__message-sender{color:#666;font-size:.85rem;margin-bottom:3px}.support-item__messages>.support-item__message .support-item__message-text{color:#333;font-size:.95rem}.support-item__messages .support-item__message:last-child{margin-bottom:0}.list-ticket__pagination{display:flex;justify-content:center;margin-bottom:20px;margin-top:20px}.support-partner-page{padding:1rem}.support-partner-page h2{margin-bottom:1rem}.page-institution-profile{background-color:transparent;margin:0 auto;max-width:1600px;padding:32px}.page-institution-profile .revi-error-container,.page-institution-profile .revi-loader-container{align-items:center;display:flex;justify-content:center;min-height:60vh}.revi-category-filter .filter-wrapper{align-items:center;justify-content:center;width:100%}.revi-category-filter .actions-group{display:flex;flex-shrink:0;justify-content:flex-start}.revi-category-filter .cats-group{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}.revi-category-filter .filter-pill{border-radius:20px;box-shadow:0 2px 4px rgba(0,0,0,.02);color:#6b7280;font-size:14px;height:130px;line-height:1.2;padding:10px;width:130px}.revi-category-filter .filter-pill .placeholder-icon,.revi-category-filter .filter-pill img{border-radius:50%;filter:grayscale(100%);height:52px;margin-bottom:10px;object-fit:cover;opacity:.6;transition:all .2s;width:52px}.revi-category-filter .filter-pill .placeholder-icon{background:#f3f4f6}.revi-category-filter .filter-pill.todas-btn{background-color:#f9fafb;border-color:#e5e7eb;color:#111827}.revi-category-filter .filter-pill.todas-btn .icon-wrapper{align-items:center;display:flex;font-size:32px;height:52px;margin-bottom:10px}.revi-category-filter .filter-pill:hover{box-shadow:0 8px 16px -4px rgba(0,0,0,.1);color:#111827}.revi-category-filter .filter-pill.active.todas-btn{background-color:#fff;border-color:#111827;box-shadow:0 0 0 2px #111827}.revi-category-filter .filter-pill.active img{transform:scale(1.05)}@media(max-width:1200px){.revi-category-filter .filter-wrapper{align-items:center;display:flex;justify-content:center}.revi-category-filter .cats-group{justify-content:center}}@media(max-width:600px){.revi-category-filter .filter-wrapper{gap:12px}.revi-category-filter .cats-group{gap:8px}.revi-category-filter .filter-pill{border-radius:20px;flex-direction:row;height:36px;padding:0 16px;width:auto}.revi-category-filter .filter-pill .placeholder-icon,.revi-category-filter .filter-pill img{display:none}.revi-category-filter .filter-pill.todas-btn .icon-wrapper{font-size:14px;height:auto;margin-bottom:0;margin-right:6px}.revi-category-filter .filter-pill:hover{transform:none}}.revi-scene-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0}.revi-scene-modal .ant-modal-body{max-height:70vh;overflow-y:auto;padding:24px}.revi-scene-modal .ant-modal-footer{background:#fafafa;border-top:1px solid #f0f0f0;margin:0;padding:16px 24px}.scene-detail-content .detail-banner{height:220px;margin:-24px -24px 24px;width:calc(100% + 48px)}.scene-detail-content .detail-tags{display:flex;flex-wrap:wrap;gap:8px}.scene-detail-content .html-content{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;padding:16px}.scene-detail-content .html-content ul{margin:0;padding-left:20px}.revi-wizard-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0}.revi-wizard-modal .ant-modal-close{right:24px;top:24px}.wizard-header{background:#fff}.wizard-header .mini-steps{width:100px}.wizard-body{min-height:400px;padding:32px 40px}.wizard-footer{align-items:center;background:#f9fafb;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:20px 40px}.wizard-step .form-section{margin-bottom:24px}.wizard-step .form-section .label-with-info{align-items:center;display:flex;gap:8px;margin-bottom:8px}.wizard-step .form-section .label-with-info h5{margin:0}.image-grid-selector{max-height:300px;overflow-y:auto;padding:4px}.image-grid-selector .img-card{border:2px solid transparent;border-radius:12px;cursor:pointer;height:100px;overflow:hidden;position:relative;transition:all .2s}.image-grid-selector .img-card img{height:100%;object-fit:cover;width:100%}.image-grid-selector .img-card .img-label{background:rgba(0,0,0,.6);bottom:0;color:#fff;font-size:10px;overflow:hidden;padding:4px;position:absolute;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.image-grid-selector .img-card.selected{border-color:#6366f1}.image-grid-selector .img-card.selected .check-overlay{align-items:center;background:#fff;border-radius:50%;color:#6366f1;display:flex;height:16px;justify-content:center;position:absolute;right:4px;top:4px;width:16px}.visibility-options{display:flex;flex-direction:column;gap:16px}.visibility-options .vis-card{align-items:center;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;padding:20px;position:relative;transition:all .2s}.visibility-options .vis-card.selected,.visibility-options .vis-card:hover:not(.disabled){background:#eef2ff;border-color:#6366f1}.visibility-options .vis-card.selected{box-shadow:0 4px 12px rgba(99,102,241,.1)}.visibility-options .vis-card.disabled{background:#f3f4f6;cursor:not-allowed;opacity:.5}.visibility-options .vis-card .vis-icon{color:#4b5563;font-size:24px;margin-right:16px}.visibility-options .vis-card .vis-content{display:flex;flex:1 1;flex-direction:column}.visibility-options .vis-card .lock-badge{background:#111;border-radius:4px;color:#fff;font-size:10px;padding:2px 6px;position:absolute;right:10px;top:10px}.revi-therapy-detail-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0}.revi-therapy-detail-modal .ant-modal-body{padding:0}.therapy-detail-layout{display:flex;height:70vh}.therapy-detail-layout .detail-left{background:#fff;border-right:1px solid #f3f4f6;display:flex;flex-direction:column;overflow-y:auto;width:40%}.therapy-detail-layout .detail-left .cover-wrapper{flex-shrink:0;height:180px;position:relative}.therapy-detail-layout .detail-left .cover-wrapper img{height:100%;object-fit:cover;width:100%}.therapy-detail-layout .detail-left .cover-wrapper .vis-badge{position:absolute;right:12px;top:12px}.therapy-detail-layout .detail-left .meta-section{padding:24px}.therapy-detail-layout .detail-left .meta-section .text-block{margin-bottom:20px}.therapy-detail-layout .detail-left .meta-section .text-block .clinical-text{color:#4b5563;font-size:13px;margin-top:4px}.therapy-detail-layout .detail-left .meta-section .text-block .script-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-family:monospace;font-size:13px;margin-top:4px;padding:12px}.therapy-detail-layout .detail-right{background:#fafafa;display:flex;flex-direction:column;width:60%}.therapy-detail-layout .detail-right .itinerary-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px}.therapy-detail-layout .detail-right .scenes-list-wrapper{flex:1 1;overflow-y:auto;padding:16px 24px}.therapy-detail-layout .detail-right .scenes-list-wrapper .scene-step-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;margin-bottom:12px;padding:16px;transition:all .2s}.therapy-detail-layout .detail-right .scenes-list-wrapper .scene-step-item:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.therapy-detail-layout .detail-right .scenes-list-wrapper .scene-step-item .step-number{align-items:center;background:#eef2ff;border-radius:50%;color:#6366f1;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:24px;justify-content:center;margin-right:12px;margin-top:8px;width:24px}.therapy-detail-layout .detail-right .scenes-list-wrapper .scene-step-item .step-thumb{border-radius:8px;height:64px;overflow:hidden;width:64px}.therapy-detail-layout .detail-right .scenes-list-wrapper .scene-step-item .step-thumb img{height:100%;object-fit:cover;width:100%}.therapy-detail-layout .detail-right .scenes-list-wrapper .scene-step-item .step-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.therapy-detail-layout .detail-right .scenes-list-wrapper .scene-step-item .step-header .period-tag{background:#f3f4f6;border:none;font-size:10px;margin-left:8px}.revi-shared-therapies-modal .shared-modal-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px}.revi-shared-therapies-modal .shared-modal-actions{display:flex;gap:12px}.revi-shared-therapies-modal .shared-modal-body{min-height:380px;padding-top:8px}.revi-shared-therapies-modal .shared-loading{display:grid;min-height:380px;place-items:center}.revi-shared-therapies-modal .shared-therapy-card{border-radius:12px;overflow:hidden}.revi-shared-therapies-modal .shared-therapy-card .shared-card-cover{height:170px;overflow:hidden;position:relative}.revi-shared-therapies-modal .shared-therapy-card .shared-card-cover img{display:block;height:170px;object-fit:cover;width:100%}.revi-shared-therapies-modal .shared-therapy-card .shared-card-cover .shared-card-badge{position:absolute;right:10px;top:10px}.revi-shared-therapies-modal .shared-therapy-card .shared-card-content{display:flex;flex-direction:column;gap:8px}.revi-shared-therapies-modal .shared-therapy-card .shared-card-title{display:block;width:100%}.revi-shared-therapies-modal .shared-therapy-card .shared-card-meta{display:flex;flex-wrap:wrap;font-size:12px;gap:8px}.revi-shared-therapies-modal .shared-therapy-card .shared-card-footer{display:flex;justify-content:flex-end;margin-top:8px}.revi-shared-therapies-modal .shared-modal-pagination{display:flex;justify-content:center;margin-top:12px}.revi-addscene-wizard-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0}.revi-addscene-wizard-modal .ant-modal-close{right:24px;top:24px}.wizard-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:32px 40px 16px}.wizard-header .step-indicator .step-badge{background:#eef2ff;border-radius:4px;color:#6366f1;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:8px;padding:4px 8px;text-transform:uppercase}.wizard-header .step-indicator h3{color:#111827;font-size:20px;margin:0}.wizard-header .mini-steps{width:160px}.wizard-header .mini-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#6366f1;border-color:#6366f1}.wizard-content{min-height:420px;padding:24px 40px}.wizard-actions{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:16px 40px 24px}.revi-therapy-select-item{padding-left:0!important}.revi-therapy-select-item .revi-therapy-select-row{align-items:center;display:flex}.revi-therapy-select-item .revi-therapy-select-main{display:flex;flex-direction:column;gap:6px}.revi-therapy-select-item .revi-therapy-select-meta{display:flex;flex-wrap:wrap;gap:8px}.revi-scene-preview-card{margin-bottom:16px}.revi-scene-preview-card .ant-card-body{padding:12px 16px}.revi-scene-preview-card img{max-height:240px;object-fit:cover}.revi-eval-picker-item .ant-list-item-meta{align-items:center}.revi-therapy-select-card{border-radius:12px}.revi-therapy-select-card.is-selected{border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.12)}.revi-therapy-select-card .ant-card-body{padding:12px 14px}.revi-eval-picker-card{border-radius:12px}.revi-eval-picker-card .ant-card-body{padding:12px 14px}.revi-eval-picker-row{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.revi-eval-picker-left{align-items:flex-start;display:flex;gap:10px}.revi-eval-picker-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.page-institution-therapies{margin:0 auto;max-width:1600px;padding:32px}@media(max-width:576px){.page-institution-therapies{padding:16px}}.page-institution-therapists{margin:0 auto;max-width:1600px;padding:32px}@media(max-width:576px){.page-institution-therapists{padding:16px}}.page-institution-patients{margin:0 auto;max-width:1600px;padding:32px}@media(max-width:576px){.page-institution-patients{padding:16px}}.support-page{margin-left:20px;margin-right:20px}.support-page__add{display:flex;justify-content:flex-end}.support-page__add>.ui.button{margin:0}.support-page .ui.menu.secondary{min-height:0}.page-institution-facturation{padding:1rem}.page-institution-facturation h2{margin-bottom:1rem}.revi-kpi-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(12,1fr);width:100%}.revi-kpi-card{border-radius:12px;grid-column:span 3}.revi-kpi-card .ant-card-body{padding:18px}.revi-kpi-card__row{align-items:center;display:flex;gap:16px;justify-content:space-between}.revi-kpi-card__icon{font-size:22px;opacity:.55}@media(max-width:1200px){.revi-kpi-card{grid-column:span 6}}@media(max-width:680px){.revi-kpi-card{grid-column:span 12}}.revi-dashboard-charts{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(12,1fr);width:100%}.revi-dashboard-charts__card{border-radius:12px;grid-column:span 6}.revi-dashboard-charts__card .ant-card-head-title{font-weight:600}@media(max-width:1200px){.revi-dashboard-charts__card{grid-column:span 12}}.revi-activity-card{border-radius:12px}.revi-activity-card .ant-card-head-title{font-weight:600}.revi-activity-patient{align-items:center;display:flex;gap:10px}.revi-activity-patient__name{color:#111827;font-weight:500}.revi-therapist-bar{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;display:flex;gap:16px;margin-bottom:24px;overflow-x:auto;padding:16px 24px}.revi-therapist-bar::-webkit-scrollbar{height:6px}.revi-therapist-bar::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.revi-therapist-bar__divider{background-color:#e5e7eb;flex-shrink:0;height:40px;width:1px}.revi-therapist-bar__list{align-items:center;display:flex;gap:16px}.revi-therapist-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:6px;min-width:70px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.revi-therapist-item__avatar-wrapper{border:2px solid transparent;border-radius:50%;padding:3px;transition:all .2s}.revi-therapist-item__avatar{background-color:#f3f4f6;color:#6b7280}.revi-therapist-item__avatar.global-avatar{background-color:#e6f7ff;color:#1890ff}.revi-therapist-item__name{color:#6b7280;font-size:12px;max-width:80px;text-align:center}.revi-therapist-item:hover .revi-therapist-item__avatar{filter:brightness(.95)}.revi-therapist-item.active .revi-therapist-item__avatar-wrapper{border-color:#1677ff}.revi-therapist-item.active .revi-therapist-item__name{color:#1677ff}.revi-page-inst-dashboard{background-color:#f9fafb;min-height:100%;padding:32px 40px}.revi-page-inst-dashboard__main{margin:0 auto;max-width:1600px;position:relative}.revi-page-inst-dashboard__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px}.revi-page-inst-dashboard__title h2.ant-typography{color:#111827;font-weight:700;margin-bottom:8px}.revi-page-inst-dashboard__title .ant-typography-secondary{font-size:15px}.revi-page-inst-dashboard__actions{align-items:center;display:flex;flex-wrap:wrap;gap:24px}.revi-page-inst-dashboard__filter-group{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.03);display:flex;gap:12px;padding:6px 12px}.revi-page-inst-dashboard__filter-group .revi-therapist-select{width:240px}.revi-page-inst-dashboard__filter-group .revi-therapist-select .ant-select-selector{background:transparent!important;border:none!important;box-shadow:none!important;font-weight:500}.revi-page-inst-dashboard__section{margin-bottom:24px}.revi-page-inst-dashboard__error{margin-top:40px;text-align:center}.revi-page-inst-dashboard__overlay{align-items:flex-start;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:hsla(0,0%,100%,.7);border-radius:12px;display:flex;height:100%;justify-content:center;left:0;padding-top:200px;position:absolute;top:0;width:100%;z-index:10}@media(max-width:992px){.revi-page-inst-dashboard{padding:24px}.revi-page-inst-dashboard__header{align-items:stretch;flex-direction:column}.revi-page-inst-dashboard__actions{align-items:flex-start;flex-direction:column;gap:16px}.revi-page-inst-dashboard__filter-group{width:100%}.revi-page-inst-dashboard__filter-group .revi-therapist-select{flex:1 1;width:auto}}.revi-therapy-item-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px!important;margin-bottom:16px;overflow:hidden;transition:all .2s ease;width:100%}.revi-therapy-item-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.revi-therapy-item-card .card-cover{cursor:pointer;height:120px;overflow:hidden;position:relative}.revi-therapy-item-card .card-cover img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.revi-therapy-item-card .card-cover:hover img{transform:scale(1.05)}.revi-therapy-item-card .card-cover .status-badge{position:absolute;right:8px;top:8px}.revi-therapy-item-card .card-cover .status-badge .ant-tag{border:none;box-shadow:0 2px 4px rgba(0,0,0,.2);font-size:10px;font-weight:600;margin:0}.revi-therapy-item-card .ant-card-body{padding:12px!important}.revi-therapy-item-card .card-info{cursor:pointer;display:flex;flex-direction:column}.revi-therapy-item-card .card-title{color:#1f2937;font-size:14px;line-height:1.3;margin-bottom:4px}.revi-therapy-item-card .card-meta{font-size:11px}.revi-therapy-item-card .ant-card-actions{background:#fafafa!important;border-top:1px solid #f3f4f6;height:40px}.revi-therapy-item-card .ant-card-actions li{align-items:center;display:flex;justify-content:center;margin:4px 0}.revi-therapy-item-card .ant-card-actions .ant-btn{align-items:center;color:#6b7280;display:flex;justify-content:center}.revi-therapy-item-card .ant-card-actions .ant-btn:hover{background:transparent;color:#4f46e5}.revi-therapy-item-card .ant-card-actions .ant-btn.ant-btn-dangerous:hover{color:#dc2626}.revi-therapy-sidebar{background-color:#fff;display:flex;flex-direction:column;height:100%}.revi-therapy-sidebar .sidebar-actions{padding:24px 24px 16px}.revi-therapy-sidebar .sidebar-actions .action-btn-primary{background-color:#4f46e5;box-shadow:0 2px 6px rgba(79,70,229,.2);font-weight:500}.revi-therapy-sidebar .sidebar-actions .action-btn-primary:hover{background-color:#4338ca}.revi-therapy-sidebar .sidebar-actions .action-btn-secondary{border-color:#e5e7eb;color:#374151}.revi-therapy-sidebar .sidebar-actions .action-btn-secondary:hover{background-color:#f9fafb;border-color:#d1d5db;color:#111827}.revi-therapy-sidebar .sidebar-actions .sidebar-info-text{font-size:13px;margin-top:12px;text-align:center}.revi-therapy-sidebar .sidebar-content{flex:1 1;overflow-y:auto;padding:16px}.revi-therapy-sidebar .sidebar-content .list-header{color:#6b7280;font-size:13px;margin-bottom:12px;padding-left:4px}.revi-therapy-sidebar .sidebar-content .therapy-item{align-items:center;border:1px solid transparent;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:12px!important;transition:all .2s}.revi-therapy-sidebar .sidebar-content .therapy-item:hover{background-color:#f9fafb;border-color:#f3f4f6}.revi-therapy-sidebar .sidebar-content .therapy-item:hover .arrow-icon{color:#4f46e5;transform:translateX(4px)}.revi-therapy-sidebar .sidebar-content .therapy-item .item-avatar{flex-shrink:0}.revi-therapy-sidebar .sidebar-content .therapy-item .item-info{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.revi-therapy-sidebar .sidebar-content .therapy-item .item-title{color:#374151;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.revi-therapy-sidebar .sidebar-content .therapy-item .item-desc{color:#9ca3af;font-size:12px}.revi-therapy-sidebar .sidebar-content .therapy-item .arrow-icon{color:#d1d5db;font-size:12px;transition:all .2s}.revi-therapy-sidebar .sidebar-content .empty-state{margin-top:40px;text-align:center}.revi-category-filter{margin-bottom:32px;width:100%}.revi-category-filter .filter-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.revi-category-filter .filter-pill{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);color:#4b5563;cursor:pointer;display:flex;flex-direction:column;font-size:12px;font-weight:600;height:100px;justify-content:center;line-height:1.3;padding:12px 8px;text-align:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:100px}.revi-category-filter .filter-pill img{border-radius:50%;filter:grayscale(100%);height:40px;margin-bottom:8px;object-fit:cover;opacity:.6;transition:all .2s;width:40px}.revi-category-filter .filter-pill:hover{border-color:#d1d5db;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transform:translateY(-4px)}.revi-category-filter .filter-pill:hover img{filter:grayscale(0);opacity:1}.revi-category-filter .filter-pill.active{background-color:#fff;border-color:currentColor;box-shadow:0 0 0 2px currentColor;color:inherit}.revi-category-filter .filter-pill.active img{filter:grayscale(0);opacity:1;transform:scale(1.1)}@media(max-width:600px){.revi-category-filter .filter-wrapper{gap:8px;justify-content:center}.revi-category-filter .filter-pill{border-radius:20px;flex-direction:row;height:36px;padding:0 16px;width:auto}.revi-category-filter .filter-pill img{display:none}.revi-category-filter .filter-pill:hover{transform:none}}.revi-scene-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px!important;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;width:100%}.revi-scene-card:hover{border-color:#e5e7eb;box-shadow:0 12px 24px -8px rgba(0,0,0,.12);transform:translateY(-5px)}.revi-scene-card:hover .card-cover-wrapper img{transform:scale(1.05)}.revi-scene-card:hover .card-cover-wrapper .hover-overlay{opacity:1}.revi-scene-card .ant-card-body{display:flex;flex:1 1;flex-direction:column;padding:16px!important}.revi-scene-card .ant-card-actions{background:#fff!important;border-top:1px solid #f3f4f6}.revi-scene-card .ant-card-actions li{border-right:1px solid #f3f4f6!important;margin:8px 0}.revi-scene-card .ant-card-actions .ant-btn-text{color:#6b7280;font-size:13px}.revi-scene-card .ant-card-actions .ant-btn-text:hover{background:transparent;color:#007bff}.revi-scene-card .ant-card-actions .add-btn{color:#007bff;font-weight:500}.revi-scene-card .ant-card-actions .add-btn:hover{color:#0056b3}.revi-scene-card .card-cover-wrapper{background-color:#f9fafb;cursor:pointer;height:160px;overflow:hidden;position:relative}.revi-scene-card .card-cover-wrapper img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.revi-scene-card .card-cover-wrapper .hover-overlay{align-items:center;background:rgba(0,0,0,.3);display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.revi-scene-card .card-cover-wrapper .hover-overlay .play-icon{color:#fff;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));font-size:40px}.revi-scene-card .card-content{cursor:pointer;display:flex;flex:1 1;flex-direction:column}.revi-scene-card .card-title{color:#111827;font-size:15px;font-weight:700;line-height:1.4;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.revi-scene-card .card-tags{display:flex;flex-wrap:wrap;gap:6px;height:24px;margin-bottom:12px;overflow:hidden}.revi-scene-card .card-tags .clinical-tag{border:none;border-radius:6px;font-size:10px;font-weight:600;padding:0 8px}.revi-scene-card .card-desc{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:13px;line-height:1.5;margin-bottom:0!important;overflow:hidden}.revi-eval-card{border-radius:12px}.revi-eval-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06)}.revi-eval-card .revi-eval-card__title{max-width:520px}.revi-eval-card .revi-eval-card__desc{margin:0;min-height:44px}.revi-eval-card .revi-eval-card__tags{row-gap:6px}.revi-patient-card{border-radius:12px}.revi-patient-card__head{align-items:center;display:flex;gap:14px;margin-bottom:14px}.revi-patient-card__meta{flex:1 1;min-width:0}.revi-patient-card__name{display:block;font-weight:600;margin-bottom:8px}.revi-patient-card__badges{display:flex;flex-wrap:wrap;gap:8px}.revi-patient-card__actions{display:flex;gap:10px;margin-top:12px}.revi-page-salas{background:#f9fafb!important;display:flex;height:100%;overflow:hidden;width:100%}.revi-page-salas__main{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:32px 40px;width:100%}.revi-page-salas__main .revi-page-salas__header{margin-bottom:32px}.revi-page-salas__main .revi-page-salas__header h2{color:#1f2937;margin-bottom:8px!important}.revi-page-salas__main .revi-page-salas__filters{flex-shrink:0;margin-bottom:32px}.revi-page-salas__main .revi-page-salas__grid-wrapper{flex:1 1;width:100%}.revi-page-salas__main .revi-page-salas__grid-wrapper .empty-container,.revi-page-salas__main .revi-page-salas__grid-wrapper .loader-container{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:center;width:100%}.revi-page-salas__sider{background:#fff!important;border-left:1px solid #e5e7eb;flex-shrink:0;height:100%;z-index:10}@media(max-width:1200px){.revi-page-salas__sider{max-width:300px!important;min-width:300px!important;width:300px!important}}.scenes-grid{grid-gap:24px;align-content:start;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));padding-bottom:60px;width:100%}.scene-detail-content .detail-banner{background-color:#f3f4f6;border-radius:8px;height:200px;margin-bottom:24px;overflow:hidden;width:100%}.scene-detail-content .detail-banner img{height:100%;object-fit:cover;width:100%}.scene-detail-content .detail-header{margin-bottom:16px}.scene-detail-content .detail-header .detail-tags{display:flex;flex-wrap:wrap;gap:8px}.scene-detail-content .detail-section{margin-bottom:20px}.scene-detail-content .html-content{color:#4b5563;font-size:14px;line-height:1.6}.scene-detail-content .html-content ol,.scene-detail-content .html-content ul{margin-top:8px;padding-left:20px}.scene-detail-content .html-content li{margin-bottom:6px}.scene-detail-content .html-content p{margin-bottom:10px}.revi-eval-wizard .ant-modal-body{padding-top:10px}.revi-eval-wizard__steps{margin-top:6px}.revi-eval-wizard__footer{display:flex;gap:12px;justify-content:space-between}.revi-eval-wizard__templateCard{border-radius:12px;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease}.revi-eval-wizard__templateCard:hover{box-shadow:0 4px 18px rgba(0,0,0,.06)}.revi-eval-wizard__templateCard.is-selected{border-color:var(--ant-color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--ant-color-primary) 16%,transparent)}.revi-eval-wizard__templateIcon{align-items:center;background:rgba(0,0,0,.04);border-radius:10px;display:inline-flex;font-size:16px;height:34px;justify-content:center;width:34px}.revi-eval-wizard__templatePreview{align-items:center;display:flex;min-height:32px;padding-top:4px}.revi-eval-wizard__previewCard{border-radius:12px}.revi-eval-wizard__questionCard{border-radius:12px;margin-bottom:12px}.revi-eval-wizard__reverseBox{background:rgba(0,0,0,.02);border-radius:12px;padding:12px}.revi-eval-wizard__visibilityCard{border-radius:12px;transition:box-shadow .15s ease,border-color .15s ease}.revi-eval-wizard__visibilityCard.is-disabled{opacity:.6}.revi-eval-wizard__radioCardsGroup{display:flex;flex-direction:column;gap:10px}.revi-eval-wizard__radioCard{display:block}.revi-eval-wizard__radioCard .ant-radio{display:none}.revi-eval-wizard__radioCard.ant-radio-wrapper-checked .revi-eval-wizard__visibilityCard{border-color:var(--ant-color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--ant-color-primary) 16%,transparent)}.revi-shared-evals-modal .revi-shared-evals-modal__toolbar{display:flex;justify-content:flex-end;margin-bottom:8px}.revi-shared-evals-modal .revi-shared-evals-modal__center{display:grid;min-height:320px;place-items:center}.revi-shared-evals-modal .revi-shared-evals-modal__item{display:flex;flex-direction:column}.revi-page-evaluaciones{background:#f5f7fb;height:100%}.revi-page-evaluaciones__main{padding:18px 18px 28px}.revi-page-evaluaciones__header{margin-bottom:12px}.revi-page-evaluaciones__toolbar{border-radius:12px;margin-bottom:10px}.revi-page-evaluaciones__grid{min-height:520px}.revi-page-evaluaciones__sider{background:transparent;padding:16px}.revi-page-evaluaciones__sider-inner{display:flex;flex-direction:column;gap:12px}.revi-center{display:grid;min-height:360px;place-items:center}.revi-therapist-patient-filters{width:100%}.revi-result-detail__center{align-items:center;display:flex;height:260px;justify-content:center}.revi-result-detail__dims{display:flex;flex-direction:column;gap:10px}.revi-result-detail__dim{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.revi-result-detail__answers{max-height:360px;overflow:auto;padding-right:6px}.revi-result-detail__answer{border-bottom:1px solid #f0f0f0;padding:10px 0}.revi-result-detail__value{margin-top:6px}.revi-patient-evals{width:100%}.revi-patient-evals__center{align-items:center;display:flex;height:280px;justify-content:center}.revi-therapist-patient-modal .ant-modal-content{border-radius:14px}.revi-therapist-patient-modal__header{align-items:center;display:flex;gap:16px;margin-bottom:14px}.revi-therapist-patient-modal__title{flex:1 1;min-width:0}.revi-therapist-patient-modal__badges{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 4px}.revi-therapist-patient-modal__body{padding-top:4px}.revi-page-pacientes{background:#f9fafb!important;display:flex;height:100%;overflow:hidden;width:100%}.revi-page-pacientes__main{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:32px 40px;width:100%}.revi-page-pacientes__main .revi-page-pacientes__header{margin-bottom:22px}.revi-page-pacientes__main .revi-page-pacientes__header h2{color:#1f2937}.revi-page-pacientes__main .revi-page-pacientes__filters{flex-shrink:0;margin-bottom:22px}.revi-page-pacientes__main .revi-page-pacientes__grid-wrapper{flex:1 1;width:100%}.revi-page-pacientes__main .revi-page-pacientes__grid-wrapper .empty-container,.revi-page-pacientes__main .revi-page-pacientes__grid-wrapper .loader-container{align-items:center;display:flex;height:360px;justify-content:center;width:100%}.revi-page-pacientes__main .revi-page-pacientes__pagination{display:flex;justify-content:center;margin-top:18px}.patients-grid{grid-gap:24px;align-content:start;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding-bottom:40px;width:100%}.revi-impartir-wizard .ant-modal-content{border-radius:14px}.revi-impartir-wizard__steps{margin-top:6px}.revi-impartir-wizard__body{min-height:420px}.revi-impartir-wizard__footer{align-items:center;display:flex;justify-content:space-between}.revi-impartir-wizard__footerRight{display:flex;gap:10px}.revi-wizard-item{border-radius:12px;padding:10px 12px}.revi-wizard-item:hover{background:#f9fafb}.revi-wizard-item__row{display:flex;flex-direction:column;gap:6px}.revi-wizard-item__title{color:#111827;font-weight:600}.revi-wizard-item__meta{display:flex;flex-wrap:wrap;gap:8px}.revi-wizard-item__desc{display:block}.revi-wizard-patients__toolbar{align-items:center;display:flex;gap:12px;margin-bottom:12px}.revi-wizard-patients__toolbar .ant-input-affix-wrapper{border-radius:10px;flex:1 1}.revi-wizard-patients__toolbar .ant-segmented{border-radius:10px}.revi-wizard-patients__loading{align-items:center;display:flex;height:320px;justify-content:center}.revi-patient-select-card .ant-card-body{padding:14px}.revi-patient-select-card__top{align-items:center}.revi-patient-select-card__left{align-items:center;display:flex;gap:12px;min-width:0}.revi-patient-select-card__avatar{flex-shrink:0}.revi-patient-select-card__text{display:flex;flex-direction:column;min-width:0}.revi-patient-select-card__name{line-height:1.2;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.revi-patient-select-card__meta{margin-top:8px}.revi-wizard-patients__bulk{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.revi-wizard-patients__grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.revi-patient-select-card{border-radius:14px;cursor:pointer;transition:transform .05s ease}.revi-patient-select-card:hover{transform:translateY(-1px)}.revi-patient-select-card.is-selected{outline:2px solid rgba(22,119,255,.35)}.revi-patient-select-card__top{align-items:start;display:flex;gap:12px;justify-content:space-between}.revi-patient-select-card__name{color:#111827;font-weight:600}.revi-patient-select-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.revi-wizard-review__card{border-radius:14px}.revi-wizard-therapy-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.revi-therapy-select-card{border-radius:14px;cursor:pointer}.revi-therapy-select-card.is-selected{outline:2px solid rgba(22,119,255,.35)}.revi-therapy-select-card__top{align-items:flex-start;display:flex;gap:10px}.revi-therapy-select-card__main{flex:1 1;min-width:0}.revi-therapy-select-card__title{color:#111827;font-weight:600;margin-bottom:6px}.revi-therapy-select-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.revi-therapy-select-card__desc{display:block}.revi-page-terapia{background:#f9fafb;height:100%;padding:32px 40px;width:100%}.revi-page-terapia__header{margin-bottom:20px}.revi-page-terapia__header h2{color:#111827}.revi-page-terapia__toolbar{align-items:center;display:flex;gap:16px;margin-bottom:18px}.revi-page-terapia__toolbar .ant-input-affix-wrapper{border-radius:10px;flex:1 1}.revi-page-terapia__toolbar .ant-btn{border-radius:10px}.revi-page-terapia__card{border:1px solid #e5e7eb;border-radius:14px}.revi-page-terapia__center{align-items:center;display:flex;height:420px;justify-content:center}.revi-session-context{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px}.revi-session-context .ant-tabs-nav{margin-bottom:10px!important}.revi-session-context .ant-tabs-tab{padding:6px 10px!important}.revi-session-context .ant-tabs-content{margin-top:4px}.revi-session-context__tab{align-items:center;display:inline-flex;gap:8px}.revi-session-context__content{display:flex;flex-direction:column;gap:12px}.revi-session-context__header{align-items:center;display:flex;gap:12px;justify-content:space-between}.revi-session-context__block{display:flex;flex-direction:column;gap:6px}.revi-session-context__list{color:#111827;margin:6px 0 0;padding-left:18px}.revi-session-context__list li{line-height:1.45;margin-bottom:4px}.revi-session-context__tags{display:flex;flex-wrap:wrap;gap:8px}.revi-session-context__collapse .ant-collapse-item{border:1px solid #eef2f7;border-radius:12px;margin-bottom:8px;overflow:hidden}.revi-session-context__collapse .ant-collapse-header{background:#f9fafb}.html-content{color:#4b5563;font-size:14px;line-height:1.6}.html-content ol,.html-content ul{margin:8px 0 0;padding-left:18px}.html-content li{margin-bottom:6px}.html-content p{margin-bottom:10px}.revi-page-sesion{background:#f9fafb!important;height:100%;width:100%}.revi-page-sesion__main{height:100%;overflow:auto;padding:24px 32px}.revi-page-sesion__header{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.revi-page-sesion__grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:420px 1fr}@media(max-width:1200px){.revi-page-sesion__grid{grid-template-columns:1fr}}.revi-page-sesion .loader{align-items:center;display:flex;height:320px;justify-content:center}.revi-page-sesion .actions{display:flex;flex-wrap:wrap;gap:10px}.revi-page-sesion .eval-controls{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.revi-page-sesion .vr-iframe{background:#fff;border:0;border-radius:10px;display:block;height:72vh;pointer-events:auto!important;position:relative;width:100%;z-index:100}.revi-page-sesion .vr-meta{margin-top:12px}.revi-page-sesion .vr-meta__url{color:#4b5563;font-size:12px;margin-bottom:6px;word-break:break-all}.revi-page-sesion .html-content{color:#4b5563;font-size:14px;line-height:1.6}.revi-page-sesion .html-content ol,.revi-page-sesion .html-content ul{margin-top:8px;padding-left:20px}.revi-page-sesion .html-content p{margin-bottom:10px}.revi-page-dashboard{background:#f9fafb!important;display:flex;height:100%;overflow:hidden;width:100%}.revi-page-dashboard__main{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:32px 40px;position:relative;width:100%}.revi-page-dashboard__header{align-items:flex-end;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.revi-page-dashboard__header h2{color:#111827;margin-bottom:6px!important}.revi-page-dashboard__header p{color:#6b7280;margin:0}.revi-page-dashboard__section{margin-top:16px}.revi-page-dashboard__error{border-radius:12px}.revi-page-dashboard__overlay{bottom:12px;display:flex;justify-content:center;margin-top:18px;position:sticky}.revi-page-dashboard__title{display:flex;flex-direction:column}.revi-page-dashboard__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.revi-page-dashboard__export{border-radius:10px;font-weight:600}.revi-page-documentacion{background:#f9fafb!important;display:flex;height:100%;overflow:hidden;width:100%}.revi-page-documentacion__main{overflow-y:auto;padding:32px 40px;width:100%}.revi-page-documentacion__header{margin-bottom:12px}.revi-page-documentacion__title{margin-bottom:0!important}.revi-page-documentacion__subtitle{margin-bottom:0;margin-top:6px}.revi-page-documentacion__search{margin:16px 0}.revi-page-documentacion__carousels{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin-bottom:16px}.revi-page-documentacion__pagination{display:flex;justify-content:flex-end;margin-top:12px}@media(min-width:992px){.revi-page-documentacion__carousels{grid-template-columns:1fr 1fr}}.revi-resource-strip{align-items:stretch;display:flex;gap:8px}.revi-resource-strip__viewport{display:flex;flex:1 1;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.revi-resource-card{flex:0 0 auto;scroll-snap-align:start;width:260px}.revi-resource-card__cover{height:140px;object-fit:cover;width:100%}.revi-resource-card__cover--placeholder{background:#f0f2f5;display:grid;font-size:34px;height:140px;place-items:center}.revi-resource-card__meta{grid-gap:8px;display:grid;gap:8px}.revi-resource-card__tags{display:flex;flex-wrap:wrap;gap:8px}.revi-resource-card__desc{margin-bottom:0!important}.revi-info-hero{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:320px 1fr;width:100%}.revi-info-hero__media{align-items:center;background:#fff;border-radius:12px;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.revi-info-hero__img{display:block;height:100%;object-fit:contain;width:100%}.revi-info-hero__content{width:100%}.revi-info-hero__title{margin-top:0!important}.revi-info-hero__desc{margin-bottom:0!important}@media(max-width:768px){.revi-info-hero{grid-template-columns:1fr}.revi-info-hero__media{height:180px}}.revi-preview__actions{display:flex;justify-content:flex-end;margin-bottom:10px}.revi-preview__frame{background:#fff;border:0;border-radius:10px;height:520px;width:100%}.circle--ciencias-humanas{background-color:#f39c12}.circle--ciencias-naturales{background-color:#28a745}.circle--historia{background-color:#795548}.circle--matematicas{background-color:#007bff}.circle--arte{background-color:#e83e8c}.circle--vida-saludable{background-color:#17a2b8}.circle--gray{background-color:#b8b8b8}.ui-materials{font-family:Lato,sans-serif}.ui-materials h1{color:#333;font-size:2rem;text-align:center}.ui-materials .section-buttons,.ui-materials h1{margin-bottom:2rem}.ui-materials .section-buttons h2{color:#555;font-size:1.5rem;margin-bottom:1rem}.ui-materials .section-buttons .buttons-group{display:flex;flex-wrap:wrap;gap:1rem}.ui-materials .intro-sections{margin-bottom:2rem}.ui-materials .intro-sections .intro-section{margin-bottom:1rem}.ui-materials .intro-sections .intro-section .intro-title{color:#333;font-size:1.2rem;font-weight:700;margin-bottom:.5rem;padding-left:12px;position:relative}.ui-materials .intro-sections .intro-section .intro-title:before{background-color:#f39c12;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.ui-materials .intro-sections .intro-section .intro-description{color:#666;font-size:.95rem;margin-bottom:.5rem}.ui-materials .intro-sections .intro-section .intro-divider{border:none;border-top:1px solid #ddd;margin:.5rem 0 1rem}.ui-materials .intro-sections .rutas-creadas .intro-title{font-size:1.1rem}.ui-materials .intro-sections .rutas-creadas .intro-description{font-size:.85rem}.ui-materials .intro-sections:nth-of-type(2) .intro-title:before{background-color:#007bff}.ui-materials .e-button-primary{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.ui-materials .e-button-primary:hover{background-color:#0069d9}.ui-materials .e-button-secondary{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.ui-materials .e-button-secondary:hover{background-color:#5a6268}.ui-materials .e-button-basic{background-color:transparent;border:2px solid #007bff;border-radius:4px;color:#007bff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s,color .2s}.ui-materials .e-button-basic:hover{background-color:#007bff;color:#fff}.ui-materials .e-button-categories{background-color:#17a2b8;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;max-height:35px;padding:.45rem 1rem;transition:background-color .2s;width:200px}.ui-materials .e-button-categories:hover{background-color:#138496}.ui-materials .e-button-categories.e-button-propias,.ui-materials .e-button-categories.e-button-todas{background-color:#4a4a4a}.ui-materials .e-button-categories.e-button-propias:hover,.ui-materials .e-button-categories.e-button-todas:hover{background-color:#3d3d3d}.ui-materials .e-button-categories.e-button-humanas{background-color:#f39c12}.ui-materials .e-button-categories.e-button-humanas:hover{background-color:#e08e0b}.ui-materials .e-button-categories.e-button-naturales{background-color:#28a745}.ui-materials .e-button-categories.e-button-naturales:hover{background-color:#23923d}.ui-materials .e-button-categories.e-button-historia{background-color:#795548}.ui-materials .e-button-categories.e-button-historia:hover{background-color:#694a3e}.ui-materials .e-button-categories.e-button-matematicas{background-color:#007bff}.ui-materials .e-button-categories.e-button-matematicas:hover{background-color:#006fe6}.ui-materials .e-button-categories.e-button-arte{background-color:#e83e8c}.ui-materials .e-button-categories.e-button-arte:hover{background-color:#e5277e}.ui-materials .e-button-categories.e-button-vida-saludable{background-color:#17a2b8}.ui-materials .e-button-categories.e-button-vida-saludable:hover{background-color:#148ea1}.ui-materials .e-button-subcategories{background-color:#b8b8b8;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;max-height:35px;padding:.45rem 1rem;transition:background-color .2s;width:200px}.ui-materials .e-button-subcategories:hover{background-color:#ababab}.ui-materials .e-button-enter,.ui-materials .e-button-icon,.ui-materials .e-button-info,.ui-materials .e-button-list,.ui-materials .e-button-trash{align-items:center;background-color:#c7c3c3;border:none;border-radius:30px;cursor:pointer;display:flex;height:50px;justify-content:center;padding:.5rem .75rem;transition:background-color .2s;width:50px}.ui-materials .e-button-enter:hover,.ui-materials .e-button-icon:hover,.ui-materials .e-button-info:hover,.ui-materials .e-button-list:hover,.ui-materials .e-button-trash:hover{background-color:#e0e0e0}.ui-materials .e-button-enter i.icon,.ui-materials .e-button-icon i.icon,.ui-materials .e-button-info i.icon,.ui-materials .e-button-list i.icon,.ui-materials .e-button-trash i.icon{font-size:1.5rem;margin-bottom:7px;margin-left:4px}.ui-materials .section-cards{margin-bottom:2rem}.ui-materials .section-cards h2{color:#555;font-size:1.5rem;margin-bottom:1rem}.ui-materials .section-cards .cards-group{display:flex;flex-wrap:wrap;gap:1rem}.ui-materials .e-card-active,.ui-materials .e-card-rute,.ui-materials .e-card-scene{background-color:#fff;border:1px solid #ddd;border-radius:30px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;transition:transform .2s ease-in-out}.ui-materials .e-card-active:hover,.ui-materials .e-card-rute:hover,.ui-materials .e-card-scene:hover{transform:translateY(-5px)}.ui-materials .e-card-scene{border-radius:50px;height:368px;max-width:250px;min-width:250px}.ui-materials .e-card-scene .card-banner{display:block;height:150px;object-fit:cover;width:100%}.ui-materials .e-card-scene .card-body{padding:1rem}.ui-materials .e-card-scene .card-body .card-createdby{color:#666;font-size:.7rem;margin:0 0 .5rem}.ui-materials .e-card-scene .card-body .card-circles{display:flex}.ui-materials .e-card-scene .card-body .card-circles .circle{border-radius:50%;height:15px;width:15px}.ui-materials .e-card-scene .card-body .card-circles .circle.circle--blue{background-color:#3c8dbc}.ui-materials .e-card-scene .card-body .card-circles .circle.circle--green{background-color:#28a745}.ui-materials .e-card-scene .card-body .card-subcategorie{color:#333;font-size:.8rem;margin:.3rem 0}.ui-materials .e-card-scene .card-body .card-title{color:#333;font-family:Lato,sans-serif;font-size:1.2rem;margin:.5rem 0}.ui-materials .e-card-scene .card-body .card-divider{border:none;border-top:1px solid #eee;margin:.5rem 0 1rem}.ui-materials .e-card-scene .card-body .card-actions{align-items:center;display:flex;gap:.5rem;justify-content:center}.ui-materials .e-card-scene .card-body .card-actions .btn-icon{align-items:center;background-color:#f0f0f0;border:none;border-radius:30px;cursor:pointer;display:flex;height:60px;justify-content:center;padding:.5rem .75rem;transition:background-color .2s;width:60px}.ui-materials .e-card-scene .card-body .card-actions .btn-icon:hover{background-color:#e0e0e0}.ui-materials .e-card-scene .card-body .card-actions .btn-icon i.icon{font-size:1.5rem;margin-bottom:7px;margin-left:4px}.ui-materials .e-card-scene .card-body .card-actions .btn-add-route{align-items:center;background-color:#007bff;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:300;gap:.3rem;height:60px;padding:.5rem .75rem;transition:background-color .2s;width:80px}.ui-materials .e-card-scene .card-body .card-actions .btn-add-route i.icon{font-size:1.3rem;margin-bottom:6px}.ui-materials .e-card-scene .card-body .card-actions .btn-add-route:hover{background-color:#0069d9}.ui-materials .e-card-rute{align-items:center;background-color:#fff;border-radius:30px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:150px;min-width:300px;padding:1rem}.ui-materials .e-card-rute:hover{transform:translateY(-3px)}.ui-materials .e-card-rute .rute-info{display:flex;flex-direction:column;gap:.3rem}.ui-materials .e-card-rute .rute-info .rute-title{font-size:1.5rem;font-weight:600;margin:0}.ui-materials .e-card-rute .rute-info .rute-assigned{color:#555;font-size:.9rem;margin:0}.ui-materials .e-card-rute .rute-info .rute-buttons{display:flex;gap:.5rem;margin-top:.5rem}.ui-materials .e-card-rute .rute-image{border-radius:50%;height:100px;margin-left:1rem;overflow:hidden;width:100px}.ui-materials .e-card-rute .rute-image img{height:100%;object-fit:cover;width:100%}.e-card-student-compact{align-items:center;background-color:#fff;border-radius:30px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;margin-bottom:1rem;max-height:60px;max-width:100px!important;min-width:250px;padding:.5rem 1rem}.e-card-student-compact .student-avatar{border-radius:50%;height:40px;margin-right:1rem;overflow:hidden;width:40px}.e-card-student-compact .student-avatar img{height:100%;object-fit:cover;width:100%}.e-card-student-compact .student-info{display:flex;flex:1 1;flex-direction:column}.e-card-student-compact .student-info .student-name{color:#333;font-size:1rem;font-weight:600;margin:0}.e-card-student-compact .student-info .student-desc{color:#666;font-size:.9rem;margin:0}.e-card-student-compact .student-status-dot{background-color:#3498db;border-radius:50%;height:15px;margin-left:1rem;width:15px}.e-card-rute-enter{align-items:center;background-color:#fff;border-radius:30px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex:0 0 auto;justify-content:space-between;max-width:250px;min-width:250px;overflow:hidden;padding:1rem;transition:transform .2s ease-in-out}.e-card-rute-enter:hover{transform:translateY(-3px)}.e-card-rute-enter.selected{border:2px solid #28a745;box-shadow:0 0 8px rgba(40,167,69,.4);transform:none}.e-card-rute-enter .rute-info{background-color:#fff;display:flex;flex-direction:column;gap:.3rem}.e-card-rute-enter .rute-info .rute-title{font-size:1rem;font-weight:600;margin:0}.e-card-rute-enter .rute-info .rute-assigned{color:#555;font-size:.9rem;margin:0}.e-card-rute-enter .rute-info .rute-buttons{display:flex;gap:.5rem;margin-top:.5rem}.e-card-rute-enter .rute-info .rute-buttons .btn-add-route-enter{align-items:center;background-color:#007bff;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:300;gap:.3rem;height:40px;padding:.5rem .75rem;transition:background-color .2s;width:80px}.e-card-rute-enter .rute-info .rute-buttons .btn-add-route-enter i.icon{font-size:1.3rem;margin-bottom:6px}.e-card-rute-enter .rute-info .rute-buttons .btn-add-route-enter:hover{background-color:#0069d9}.e-card-rute-enter .rute-image{border-radius:50%;height:70px;margin-left:1rem;overflow:hidden;width:70px}.e-card-rute-enter .rute-image img{height:100%;object-fit:cover;width:100%}.LandingPage_root__8h-i7{background:#fff;min-height:100vh}.LandingPage_scrollTop__MdqJ\+{background:#fff;border:1px solid #e2e8f0;border-radius:999px;bottom:32px;box-shadow:0 30px 90px rgba(2,6,23,.18);color:#0ea5e9;cursor:pointer;display:grid;height:56px;opacity:0;place-items:center;pointer-events:none;position:fixed;right:32px;transform:scale(.92);transition:opacity .22s ease,transform .22s ease,background .22s ease;width:56px;z-index:50}.LandingPage_scrollTopVisible__dFQ6Y{opacity:1;pointer-events:auto;transform:scale(1)}.LandingPage_scrollTop__MdqJ\+:hover{background:#f0f9ff}.DemoModal_wrap__\+gQwY .ant-modal{padding-bottom:0!important}.DemoModal_wrap__\+gQwY .ant-modal-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.92)!important;border:1px solid hsla(0,0%,100%,.55);border-radius:24px!important;box-shadow:0 30px 90px rgba(2,6,23,.35)!important;overflow:hidden;padding:0!important}.DemoModal_wrap__\+gQwY .ant-modal-close{right:14px!important;top:14px!important}.DemoModal_wrap__\+gQwY .ant-modal-close-x{background:rgba(15,23,42,.06);border-radius:999px;display:grid;height:40px!important;place-items:center;width:40px!important}.DemoModal_header__Z7237{background:linear-gradient(135deg,rgba(56,189,248,.18),rgba(37,99,235,.16));border-bottom:1px solid rgba(15,23,42,.06);padding:18px 20px 14px}.DemoModal_title__NtFJ7{color:#0f172a;font-size:18px;font-weight:950;letter-spacing:-.02em;line-height:1.2;margin:0}.DemoModal_subtitle__CpZbv{color:#475569;font-size:13px;font-weight:700;line-height:1.6;margin:8px 0 0}.DemoModal_body__KZPED{padding:16px 20px 20px}.DemoModal_form__iX-Ms .ant-form-item{margin-bottom:12px}.DemoModal_form__iX-Ms .ant-form-item-label>label{color:#0f172a;font-weight:850}.DemoModal_form__iX-Ms .ant-input,.DemoModal_form__iX-Ms .ant-select-selector{border-radius:14px!important}.DemoModal_submitBtn__DHEb8{background:linear-gradient(90deg,#38bdf8,#2563eb)!important;border:0!important;border-radius:999px!important;box-shadow:0 18px 55px rgba(37,99,235,.22)!important;font-weight:950!important;height:48px!important;letter-spacing:.08em;text-transform:uppercase}.DemoModal_submitBtn__DHEb8:hover{filter:brightness(1.03)}.revi-patient-portal{background:#000;height:100dvh;overflow:hidden;position:relative;width:100%}.revi-patient-portal__backdrop{background:radial-gradient(circle at 30% 20%,rgba(32,136,160,.25),transparent 55%),radial-gradient(circle at 70% 70%,rgba(24,56,80,.35),transparent 60%),#05070a;height:100%;width:100%}.revi-patient-portal__waiting{display:grid;justify-items:center;padding:18px 8px;text-align:center}.revi-patient-portal__iframeWrap{background:#000;inset:0;position:fixed}.revi-patient-portal__iframe{background:#000;border:0;display:block;height:100%;width:100%}.revi-patient-portal__ytError{background:rgba(10,14,18,.78);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;bottom:12px;left:12px;max-width:min(520px,92vw);padding:8px 10px;position:absolute}.revi-patient-portal__youtube{background:#000;inset:0;position:fixed}.revi-patient-portal__youtubeRoot{inset:0;position:absolute}.revi-patient-portal__youtubeRoot iframe{background:#000;border:0;display:block;height:100%;inset:0;position:absolute;width:100%}.revi-patient-portal__controls{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(10,14,18,.65);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;bottom:12px;display:flex;flex-wrap:wrap;gap:10px;left:12px;max-width:min(720px,92vw);padding:10px;position:absolute;z-index:5}.revi-patient-portal__soundGate{background:rgba(0,0,0,.35);border:0;cursor:pointer;display:grid;height:100%;inset:0;padding:18px;place-items:center;position:absolute;width:100%;z-index:10}.revi-patient-portal__soundGateCard{background:rgba(10,14,18,.92);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.35);padding:18px 18px 16px;text-align:center;width:min(640px,92vw)}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-ext-400-normal.39fbf8d2c4abc46f721f.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-400-normal.818b84180553acc613f3.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-400-normal.89455522650c3fb3654c.woff2) format("woff2"),url(/static/media/inter-cyrillic-400-normal.dd21c71421d58232ef03.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-ext-400-normal.f2ef63e732b18d636044.woff2) format("woff2"),url(/static/media/inter-greek-ext-400-normal.fc80974ec6969ee03fd2.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-400-normal.e685387f69602567b1da.woff2) format("woff2"),url(/static/media/inter-greek-400-normal.b412faded087fbcfa4ff.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-vietnamese-400-normal.44c9df135eec470b0ab6.woff2) format("woff2"),url(/static/media/inter-vietnamese-400-normal.aaa15d735e3826061950.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-ext-400-normal.210fb826cb25acbd4094.woff2) format("woff2"),url(/static/media/inter-latin-ext-400-normal.c616205185f0d3677df9.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-400-normal.eca1e21531598d5db58f.woff2) format("woff2"),url(/static/media/inter-latin-400-normal.2ea1079c0069eb040a52.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-ext-500-normal.b2740f247d3be4a05ca0.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-500-normal.e9974e820735012b025b.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-500-normal.33a76a7cbcfcb7076534.woff2) format("woff2"),url(/static/media/inter-cyrillic-500-normal.72f7a9db87626ca30c76.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-ext-500-normal.4c6d520b97e3bb4ef613.woff2) format("woff2"),url(/static/media/inter-greek-ext-500-normal.47cc2391a7edf82cf4e1.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-500-normal.e7cec4ef4f6780e90a52.woff2) format("woff2"),url(/static/media/inter-greek-500-normal.6d34bacda2be54829b97.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-vietnamese-500-normal.63d02ea896a7406849b6.woff2) format("woff2"),url(/static/media/inter-vietnamese-500-normal.296d66c0bba9086788b9.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-ext-500-normal.cdb4dd5dc508fe6e7398.woff2) format("woff2"),url(/static/media/inter-latin-ext-500-normal.2f93aaa35e870cec4704.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-500-normal.b7c27c60f848f2083f45.woff2) format("woff2"),url(/static/media/inter-latin-500-normal.5014db633e71a7741bf5.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-cyrillic-ext-700-normal.b0c28c6752a13fa5abaf.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-700-normal.43f6f7e8a4205f05e58c.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-cyrillic-700-normal.533055ff3700190d8dfa.woff2) format("woff2"),url(/static/media/inter-cyrillic-700-normal.9f2de06ca9a7c8458434.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-greek-ext-700-normal.c9429f4b77b1f85e999d.woff2) format("woff2"),url(/static/media/inter-greek-ext-700-normal.0f8675bdd7f3fe3a3dba.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-greek-700-normal.3f04511ca7c0cea0cc2f.woff2) format("woff2"),url(/static/media/inter-greek-700-normal.8b95c1e2b193d0541864.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-vietnamese-700-normal.d1c85cabbe96efcaeb68.woff2) format("woff2"),url(/static/media/inter-vietnamese-700-normal.05b640f829d1ac5ff29d.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-latin-ext-700-normal.bc59219ed344909a4f53.woff2) format("woff2"),url(/static/media/inter-latin-ext-700-normal.d4a91814dd3f1e022ab1.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-latin-700-normal.1104236696a5d2d1f236.woff2) format("woff2"),url(/static/media/inter-latin-700-normal.c73ae7252669254d2588.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/inter-cyrillic-ext-900-normal.bff6a81631f76735fba2.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-900-normal.1428b48ddb53cc864666.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/inter-cyrillic-900-normal.c5c4df448d7389d85c94.woff2) format("woff2"),url(/static/media/inter-cyrillic-900-normal.d3290970be81bb43b907.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/inter-greek-ext-900-normal.f894dda67584dce70909.woff2) format("woff2"),url(/static/media/inter-greek-ext-900-normal.f49273f1431cd8ac0fe9.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/inter-greek-900-normal.7eb937cb911d6f796574.woff2) format("woff2"),url(/static/media/inter-greek-900-normal.fc8b90b2cbcf3e3328a7.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/inter-vietnamese-900-normal.30ffccb6afda69cc2d6e.woff2) format("woff2"),url(/static/media/inter-vietnamese-900-normal.8cd735c68101ea9d81cb.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/inter-latin-ext-900-normal.7fd8c8e69004ecbbd634.woff2) format("woff2"),url(/static/media/inter-latin-ext-900-normal.f6e016c8cf583b395f89.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/inter-latin-900-normal.111844ddb503252b7554.woff2) format("woff2"),url(/static/media/inter-latin-900-normal.06954c913fa69c107e01.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Inter,sans-serif;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.-bottom-10{bottom:-2.5rem}.-left-6{left:-1.5rem}.-top-10{top:-2.5rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-4{left:1rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-4{top:1rem}.top-full{top:100%}.-z-0{z-index:0}.-z-10{z-index:-10}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.col-start-1{grid-column-start:1}.col-start-6{grid-column-start:6}.col-end-12{grid-column-end:12}.col-end-13{grid-column-end:13}.col-end-9{grid-column-end:9}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.\!mb-8{margin-bottom:2rem!important}.-mr-16{margin-right:-4rem}.-mt-16{margin-top:-4rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-10{margin-left:2.5rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-video{aspect-ratio:16/9}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[18px\]{height:18px}.h-\[250px\]{height:250px}.h-\[500px\]{height:500px}.h-\[676px\]{height:676px}.h-\[856px\]{height:856px}.h-auto{height:auto}.h-full{height:100%}.max-h-\[150px\]{max-height:150px}.max-h-full{max-height:100%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-96{width:24rem}.w-\[1288px\]{width:1288px}.w-\[18px\]{width:18px}.w-\[2528px\]{width:2528px}.w-\[500px\]{width:500px}.w-auto{width:auto}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[160px\]{max-width:160px}.max-w-\[190px\]{max-width:190px}.max-w-\[240px\]{max-width:240px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-1\/4{--tw-translate-x:25%}.translate-x-1\/4,.translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y:50%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-stretch{justify-content:stretch}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-y-2{row-gap:.5rem}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[3\.5rem\]{border-radius:3.5rem}.rounded-\[calc\(2\.5rem-1px\)\]{border-radius:calc(2.5rem - 1px)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-sky-100{--tw-border-opacity:1;border-color:#e0f2fe;border-color:rgb(224 242 254/var(--tw-border-opacity,1))}.border-slate-100{--tw-border-opacity:1;border-color:#f1f5f9;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-slate-100\/30{border-color:rgba(241,245,249,.3)}.border-slate-200{--tw-border-opacity:1;border-color:#e2e8f0;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-50{--tw-border-opacity:1;border-color:#f8fafc;border-color:rgb(248 250 252/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:#fff;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:hsla(0,0%,100%,.1)}.border-white\/5{border-color:hsla(0,0%,100%,.05)}.border-white\/50{border-color:hsla(0,0%,100%,.5)}.bg-blue-100{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-cyan-50{--tw-bg-opacity:1;background-color:#ecfeff;background-color:rgb(236 254 255/var(--tw-bg-opacity,1))}.bg-emerald-50{--tw-bg-opacity:1;background-color:#ecfdf5;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:#10b981;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:#22c55e;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:#eef2ff;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.bg-sky-400{--tw-bg-opacity:1;background-color:#38bdf8;background-color:rgb(56 189 248/var(--tw-bg-opacity,1))}.bg-sky-50{--tw-bg-opacity:1;background-color:#f0f9ff;background-color:rgb(240 249 255/var(--tw-bg-opacity,1))}.bg-sky-500{--tw-bg-opacity:1;background-color:#0ea5e9;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.bg-slate-100{--tw-bg-opacity:1;background-color:#f1f5f9;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.bg-slate-50{--tw-bg-opacity:1;background-color:#f8fafc;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.bg-slate-800{--tw-bg-opacity:1;background-color:#1e293b;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.bg-slate-900{--tw-bg-opacity:1;background-color:#0f172a;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.bg-teal-50{--tw-bg-opacity:1;background-color:#f0fdfa;background-color:rgb(240 253 250/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/40{background-color:hsla(0,0%,100%,.4)}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/70{background-color:hsla(0,0%,100%,.7)}.bg-white\/80{background-color:hsla(0,0%,100%,.8)}.bg-white\/95{background-color:hsla(0,0%,100%,.95)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-blue-300\/90{--tw-gradient-from:rgba(147,197,253,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(147,197,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:rgba(96,165,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(59,130,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-100{--tw-gradient-from:#e0f2fe var(--tw-gradient-from-position);--tw-gradient-to:rgba(224,242,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-200\/20{--tw-gradient-from:rgba(186,230,253,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(186,230,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-400{--tw-gradient-from:#38bdf8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(56,189,248,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-500{--tw-gradient-from:#0ea5e9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(14,165,233,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-300\/30{--tw-gradient-from:rgba(203,213,225,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(203,213,225,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-blue-200\/25{--tw-gradient-to:rgba(191,219,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(191,219,254,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-gray-400\/30{--tw-gradient-to:rgba(156,163,175,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(156,163,175,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/40{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-blue-500{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-indigo-300\/20{--tw-gradient-to:rgba(165,180,252,.2) var(--tw-gradient-to-position)}.to-indigo-500{--tw-gradient-to:#6366f1 var(--tw-gradient-to-position)}.to-sky-500{--tw-gradient-to:#0ea5e9 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-white\/90{--tw-gradient-to:hsla(0,0%,100%,.9) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-20{padding-bottom:5rem;padding-top:5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-32{padding-bottom:8rem;padding-top:8rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-12{padding-bottom:3rem}.pb-24{padding-bottom:6rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pt-12{padding-top:3rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[9px\]{font-size:9px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-black{font-weight:900!important}.\!font-bold{font-weight:700!important}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-blue-500{--tw-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-cyan-600{--tw-text-opacity:1;color:#0891b2;color:rgb(8 145 178/var(--tw-text-opacity,1))}.text-emerald-400{--tw-text-opacity:1;color:#34d399;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:#10b981;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:#059669;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-indigo-400{--tw-text-opacity:1;color:#818cf8;color:rgb(129 140 248/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:#4f46e5;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-sky-200{--tw-text-opacity:1;color:#bae6fd;color:rgb(186 230 253/var(--tw-text-opacity,1))}.text-sky-400{--tw-text-opacity:1;color:#38bdf8;color:rgb(56 189 248/var(--tw-text-opacity,1))}.text-sky-500{--tw-text-opacity:1;color:#0ea5e9;color:rgb(14 165 233/var(--tw-text-opacity,1))}.text-sky-600{--tw-text-opacity:1;color:#0284c7;color:rgb(2 132 199/var(--tw-text-opacity,1))}.text-slate-200{--tw-text-opacity:1;color:#e2e8f0;color:rgb(226 232 240/var(--tw-text-opacity,1))}.text-slate-300{--tw-text-opacity:1;color:#cbd5e1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:#94a3b8;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:#64748b;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:#475569;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:#334155;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:#0f172a;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:#0d9488;color:rgb(13 148 136/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/45{color:hsla(0,0%,100%,.45)}.text-white\/65{color:hsla(0,0%,100%,.65)}.text-white\/90{color:hsla(0,0%,100%,.9)}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.decoration-sky-200{text-decoration-color:#bae6fd}.decoration-8{text-decoration-thickness:8px}.underline-offset-\[-2px\]{text-underline-offset:-2px}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-inner{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sky-100{--tw-shadow-color:#e0f2fe;--tw-shadow:var(--tw-shadow-colored)}.shadow-sky-50{--tw-shadow-color:#f0f9ff;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-900\/60{--tw-shadow-color:rgba(15,23,42,.6);--tw-shadow:var(--tw-shadow-colored)}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.blur-3xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur:blur(64px)}.blur-\[100px\]{--tw-blur:blur(100px)}.blur-\[100px\],.drop-shadow-\[0_20px_40px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_20px_40px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{--tw-drop-shadow:drop-shadow(0 20px 40px rgba(0,0,0,.12))}.grayscale-\[10\%\]{--tw-grayscale:grayscale(10%)}.filter,.grayscale-\[10\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-xl{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.fade-in{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee{animation:marquee 40s linear infinite;display:flex;width:max-content}.animate-marquee:hover{animation-play-state:paused}.placeholder\:text-white\/50::placeholder{color:hsla(0,0%,100%,.5)}.last\:border-0:last-child{border-width:0}.hover\:-translate-y-2:hover{--tw-translate-y:-0.5rem}.hover\:-translate-y-2:hover,.hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:border-slate-200:hover{--tw-border-opacity:1;border-color:#e2e8f0;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/10:hover{background-color:hsla(0,0%,100%,.1)}.hover\:bg-white\/90:hover{background-color:hsla(0,0%,100%,.9)}.hover\:text-sky-500:hover{--tw-text-opacity:1;color:#0ea5e9;color:rgb(14 165 233/var(--tw-text-opacity,1))}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-sm:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-sky-100:hover{--tw-shadow-color:#e0f2fe;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-sky-100\/50:hover{--tw-shadow-color:rgba(224,242,254,.5);--tw-shadow:var(--tw-shadow-colored)}.focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:#a5b4fc;border-color:rgb(165 180 252/var(--tw-border-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:outline-white\/80:focus{outline-color:hsla(0,0%,100%,.8)}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95}.active\:scale-95:active,.group:hover .group-hover\:translate-x-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x:0.25rem}.group:hover .group-hover\:rotate-12{--tw-rotate:12deg}.group:hover .group-hover\:rotate-12,.group:hover .group-hover\:scale-105{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-sky-100{--tw-border-opacity:1;border-color:#e0f2fe;border-color:rgb(224 242 254/var(--tw-border-opacity,1))}.group:hover .group-hover\:bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.group:hover .group-hover\:text-slate-600{--tw-text-opacity:1;color:#475569;color:rgb(71 85 105/var(--tw-text-opacity,1))}.group:hover .group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.group:hover .group-hover\:shadow-md,.group:hover .group-hover\:shadow-xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.group:hover .group-hover\:shadow-sky-50{--tw-shadow-color:#f0f9ff;--tw-shadow:var(--tw-shadow-colored)}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:mx-0{margin-left:0;margin-right:0}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:text-left{text-align:left}.md\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width:1024px){.lg\:mx-0{margin-left:0;margin-right:0}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:max-w-\[240px\]{max-width:240px}.lg\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[1fr_450px\]{grid-template-columns:1fr 450px}.lg\:grid-cols-\[45\%_55\%\]{grid-template-columns:45% 55%}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-start{justify-content:flex-start}.lg\:gap-20{gap:5rem}.lg\:pt-36{padding-top:9rem}.lg\:text-left{text-align:left}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}