@font-face{font-family:"Noto Serif Bengali";src:url("/assets/fonts/Noto Serif Bengali.woff2") format("woff2"),url("/assets/fonts/Noto Serif Bengali.woff") format("woff"),url("/assets/fonts/Noto Serif Bengali.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SolaimanLipi;src:url(/assets/fonts/SolaimanLipi.woff2) format("woff2"),url(/assets/fonts/SolaimanLipi.woff) format("woff"),url(/assets/fonts/SolaimanLipi.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--primary:#000000;--primary-hover:#1e293b;--primary-light:#f1f5f9;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--background:#f1f5f9;--bg-gradient:linear-gradient(135deg,#f8fafc,#e2e8f0 60%,#cbd5e1);--foreground:#0f172a;--card:rgba(255,255,255,0.45);--card-hover:rgba(255,255,255,0.65);--border:rgba(255,255,255,0.4);--border-focus:#000000;--text:#0f172a;--text-muted:#475569;--text-light:#64748b;--text-on-primary:#ffffff;--glass-bg:rgba(255,255,255,0.4);--glass-bg-hover:rgba(255,255,255,0.6);--glass-border:rgba(255,255,255,0.5);--glass-shadow:0 8px 32px 0 rgba(31,38,135,0.06);--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow:0 8px 16px -2px rgba(0,0,0,0.05),0 4px 6px -2px rgba(0,0,0,0.03);--shadow-lg:0 20px 25px -5px rgba(99,102,241,0.08),0 10px 10px -5px rgba(0,0,0,0.04);--radius-sm:8px;--radius:16px;--radius-lg:24px;--font-sans:"Noto Serif Bengali","SolaimanLipi",var(--font-outfit),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-admin:var(--font-sans);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--header-bg:#ffffff;--header-btn-bg:#f8fafc;--header-btn-border:#e2e8f0;--header-btn-hover-bg:#f1f5f9}[data-theme=dark]{--primary:#ffffff;--primary-hover:#cbd5e1;--primary-light:#1e293b;--background:#090d16;--bg-gradient:radial-gradient(circle at top right,#1e293b 0%,#0f172a 50%,#090d16 100%);--foreground:#f8fafc;--card:rgba(15,23,42,0.55);--card-hover:rgba(30,41,59,0.65);--border:rgba(255,255,255,0.08);--border-focus:#ffffff;--text:#f8fafc;--text-muted:#94a3b8;--text-light:#475569;--text-on-primary:#090d16;--glass-bg:rgba(15,23,42,0.5);--glass-bg-hover:rgba(30,41,59,0.6);--glass-border:rgba(255,255,255,0.1);--glass-shadow:0 8px 32px 0 rgba(0,0,0,0.3);--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.3);--shadow:0 8px 16px -2px rgba(0,0,0,0.4),0 4px 6px -2px rgba(0,0,0,0.3);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.5),0 10px 10px -5px rgba(0,0,0,0.4)}.footer-logo,.header-logo{transition:filter .3s ease,transform .3s ease!important}[data-theme=dark] .footer-logo,[data-theme=dark] .header-logo{filter:brightness(0) invert(1)!important}[data-theme=dark]{--header-bg:#0f172a;--header-btn-bg:#1e293b;--header-btn-border:#334155;--header-btn-hover-bg:#475569}*{box-sizing:border-box;padding:0;margin:0}.fa-solid,.fa-solid:before,.fas,.fas:before{font-weight:900!important}.fa-brands,.fa-brands:before,.fa-regular,.fa-regular:before,.fab,.fab:before,.far,.far:before{font-weight:400!important}.meta-item,.meta-item *,.meta-separator,.page-subtitle,.text-light,.text-muted,.weight-300,.weight-300 *{font-weight:300!important}body,button,html,input,select,textarea{font-family:var(--font-sans)!important}.admin-font,.admin-font :not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fas):not(.far):not(.fab):not([class^=fa-]):not([class*=" fa-"]){font-family:var(--font-admin)!important}body,html{background:var(--bg-gradient);background-attachment:fixed;background-size:cover;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none;transition:var(--transition)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInOpacityOnly{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes pulseHighlight{0%{box-shadow:0 0 0 0 rgba(2,132,199,.4)}70%{box-shadow:0 0 0 8px rgba(2,132,199,0)}to{box-shadow:0 0 0 0 rgba(2,132,199,0)}}.animate-fade-in{animation:fadeIn .3s cubic-bezier(.4,0,.2,1) forwards}.fade-in-opacity{animation:fadeInOpacityOnly .35s ease forwards}.glass-panel{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius)}.glass-card,.glass-panel{background:var(--glass-bg);box-shadow:var(--glass-shadow);transition:var(--transition)}.glass-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-sm)}.glass-card:hover{background:var(--glass-bg-hover);border-color:var(--primary);transform:translateY(-2px)}.glass-btn{background:var(--glass-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border);color:var(--text);padding:8px 16px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-weight:600;transition:var(--transition)}.glass-btn:hover:not(:disabled){background:var(--primary);color:var(--text-on-primary)!important;border-color:var(--primary);transform:translateY(-1px)}.glass-btn:disabled{opacity:.4;cursor:not-allowed}.glass-btn-active{background:var(--primary)!important;color:var(--text-on-primary)!important;border-color:var(--primary)!important;box-shadow:0 0 15px rgba(99,102,241,.3)!important}.hotspot-active{animation:pulseHighlight 1.5s infinite}.article-action-btn{background-color:#ffffff!important;color:#0f172a!important;border:1px solid #e2e8f0!important;padding:8px 14px!important;border-radius:6px!important;font-size:16px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:6px!important;cursor:pointer!important;transition:all .2s ease!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important}.article-action-btn:hover{background-color:#0f172a!important;color:#ffffff!important;border-color:#0f172a!important}[data-theme=dark] .article-action-btn{background-color:#1f2937!important;color:#f8fafc!important;border:1px solid #374151!important}[data-theme=dark] .article-action-btn:hover{background-color:#f8fafc!important;color:#0f172a!important;border-color:#f8fafc!important}.article-btn-group{display:flex!important;gap:6px!important;align-items:center!important;flex:1 1!important;width:100%!important;min-width:0!important}.desktop-only-btn{display:inline-flex!important}.mobile-only-btn{display:none!important}.desktop-only-share{display:flex!important}@media (max-width:768px){.article-btn-group{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;padding:2px 8px!important}.article-btn-group::-webkit-scrollbar{display:none!important}.article-btn-group .article-action-btn{flex-shrink:0!important;padding:5px 8px!important;font-size:13px!important;height:32px!important}.desktop-only-btn{display:none!important}.mobile-only-btn{display:inline-flex!important}.desktop-only-share{display:none!important}}.social-share-btn-minimal{width:36px!important;height:36px!important;border-radius:6px!important;border:1px solid #cbd5e1!important;background-color:#ffffff!important;color:#000000!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;transition:all .2s ease!important;outline:none!important}.social-share-btn-minimal:hover{background-color:#000000!important;color:#ffffff!important;border-color:#000000!important}[data-theme=dark] .social-share-btn-minimal{background-color:#1f2937!important;color:#f8fafc!important;border:1px solid #475569!important}[data-theme=dark] .social-share-btn-minimal:hover{background-color:#f8fafc!important;color:#000000!important;border-color:#f8fafc!important}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.animate-popup{animation:popupFadeIn .25s cubic-bezier(.34,1.56,.64,1) forwards}@media (max-width:768px){.header-logo{height:30px!important;width:auto!important}.header-topbar{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:6px 12px!important;gap:0!important;width:100%!important;border-bottom:1px solid var(--header-btn-border)!important}.header-center-logo{order:1!important;margin-bottom:0!important}.header-center-logo,.header-logo-link{width:auto!important;display:flex!important;justify-content:flex-start!important}.header-left-top{display:none!important}.header-right{order:2!important;gap:0!important}.header-right,.header-social{flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;width:auto!important}.header-social{display:flex!important;margin-top:0!important;gap:6px!important}.header-social a,.header-social button{width:28px!important;height:28px!important;font-size:13px!important}.header-controlbar{display:flex!important;flex-direction:column!important;gap:6px!important;padding:6px 8px!important;border-top:none!important;width:100%!important}.controlbar-left-group{display:contents!important}.header-nav-menu{order:1!important;flex-wrap:wrap!important}.controlbar-right-group,.header-nav-menu{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:100%!important}.controlbar-right-group{order:2!important;flex-direction:row!important}.header-page-pagination{order:3!important;width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:5px!important;overflow-x:auto!important;padding-top:10px!important;margin-top:8px!important;border-top:1px solid var(--header-btn-border)!important;padding-bottom:2px!important;scrollbar-width:none!important}.header-page-pagination::-webkit-scrollbar{display:none!important}.header-calendar{width:auto!important;display:flex!important}.header-calendar button,.header-date,.header-nav-menu a,.header-nav-menu button,.header-nav-menu div button{width:auto!important;font-size:13px!important;padding:4px 6px!important;gap:3px!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important}}.admin-alert-error{border:1px solid #fca5a5!important}.admin-alert-error,[data-theme=dark] .admin-alert-error{background-color:#fee2e2!important;color:#000000!important;font-weight:600!important}[data-theme=dark] .admin-alert-error{border-color:#fca5a5!important}.admin-alert-success{border:1px solid #bbf7d0!important}.admin-alert-success,[data-theme=dark] .admin-alert-success{background-color:#dcfce7!important;color:#000000!important;font-weight:600!important}[data-theme=dark] .admin-alert-success{border-color:#bbf7d0!important}.dashboard-card-title{font-size:20px!important;font-weight:700!important;color:#0f172a!important;border-bottom:2px solid var(--border)!important;padding-bottom:10px!important;margin-bottom:20px!important;display:flex!important;align-items:center!important;gap:8px!important}[data-theme=dark] .dashboard-card-title{color:#ffffff!important;border-bottom-color:#1f2937!important}.footer-social-btn{width:36px!important;height:36px!important;border-radius:50%!important;border:1px solid var(--glass-border)!important;background-color:var(--glass-bg)!important;color:var(--text)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;transition:all .2s ease!important;text-decoration:none!important}.footer-social-btn:hover{background-color:var(--primary)!important;color:var(--text-on-primary)!important;border-color:var(--primary)!important}.footer-scroll-top{position:fixed!important;bottom:30px!important;right:30px!important;background-color:#111827!important;color:#ffffff!important;border:1px solid #374151!important;border-radius:50%!important;width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 4px 12px rgba(0,0,0,.25)!important;transition:all .2s ease!important;z-index:9999!important}.footer-scroll-top:hover{background-color:#ffffff!important;color:#000000!important;border-color:#ffffff!important}.viewer-loading-overlay{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background-color:rgba(255,255,255,.75)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important;z-index:99!important;border-radius:var(--radius)!important}[data-theme=dark] .viewer-loading-overlay{background-color:rgba(9,13,22,.75)!important}.image-loading-overlay{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background-color:rgba(255,255,255,.85)!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important;z-index:10!important}[data-theme=dark] .image-loading-overlay{background-color:rgba(17,24,39,.85)!important}.image-loading-spinner{width:40px!important;height:40px!important;border:4px solid var(--border)!important;border-top-color:var(--primary)!important;border-radius:50%!important;animation:spin 1s linear infinite!important;margin-bottom:12px!important}.image-loading-text{font-size:15px!important;font-weight:600!important;color:var(--text-muted)!important}input[type=date]{color-scheme:light}[data-theme=dark] input[type=date]{color-scheme:dark}.admin-logo-light{display:block;max-width:170px;height:auto}.admin-logo-dark{display:none;max-width:170px;height:auto}[data-theme=dark] .admin-logo-light{display:none}[data-theme=dark] .admin-logo-dark{display:block}@media (max-width:768px){.viewer-sidebar-hidden{display:none!important}.footer-content{flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:24px!important}.footer-logo-col{justify-content:center!important;display:flex!important;width:100%!important}.footer-logo-col img{height:38px!important;width:auto!important}.footer-info-col{gap:8px!important}.footer-follow-col,.footer-info-col{align-items:center!important;text-align:center!important;width:100%!important}.footer-follow-col,.footer-follow-col .social-buttons{justify-content:center!important}}.header-online-btn-special-page,.mobile-online-icon-link{display:none!important}@media (max-width:768px){.header-all-pages-btn,.header-online-btn,.header-right .header-meta-group a.header-online-btn{display:none!important}.header-online-btn-special-page,.mobile-online-icon-link{display:inline-flex!important}.header-logo{height:30px!important;width:auto!important}.empty-placeholder-panel{display:none!important}.magazine-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:15px!important;padding-bottom:12px!important;scrollbar-width:thin!important;-webkit-overflow-scrolling:touch}.magazine-card{flex:0 0 260px!important;scroll-snap-align:start!important;max-width:260px!important}.flipbook-toolbar{flex-direction:column!important;height:auto!important;padding:8px 12px!important;gap:8px!important}.flipbook-toolbar-left{display:none!important}.flipbook-toolbar-center,.flipbook-toolbar-right{width:100%!important;justify-content:center!important}.flipbook-toolbar-right{gap:12px!important}}.shared-actions-bar{justify-content:space-between!important;width:100%!important;flex-wrap:wrap!important;border-top:1px solid var(--border)!important;padding-top:20px!important}.shared-action-group,.shared-actions-bar{display:flex!important;align-items:center!important;gap:12px!important}.shared-btn-text{display:inline!important}@media (max-width:480px){.shared-actions-bar{flex-direction:column!important;align-items:stretch!important;gap:14px!important}.shared-action-group{justify-content:space-between!important;width:100%!important}.shared-btn-text{display:none!important}.shared-actions-bar>a{width:100%!important;justify-content:center!important}}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#374151!important}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#4b5563!important}.site-header a,.site-header button{transition:var(--transition)!important}.site-header .header-nav a:hover:not(.header-online-btn),.site-header .header-nav button:hover{background:var(--glass-bg-hover)!important;border-color:var(--primary)!important;color:var(--primary)!important;transform:translateY(-1px)}.site-header .header-nav a:hover i,.site-header .header-nav button:hover i{color:var(--primary)!important}.site-header .header-social a:hover,.site-header .header-social button:hover{background:var(--primary)!important;color:var(--text-on-primary)!important;border-color:var(--primary)!important;transform:scale(1.08) translateY(-1px)}.site-header .header-online-btn:hover,.site-header .header-social a:hover i,.site-header .header-social button:hover i{color:var(--text-on-primary)!important}.site-header .header-online-btn:hover{background:var(--primary)!important;border-color:var(--primary)!important;transform:translateY(-1px)}.header-controlbar{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;border-top:1px solid var(--glass-border);width:100%}.header-page-pagination{display:flex;align-items:center;gap:6px}.pagination-num-btn{background:var(--glass-bg);color:var(--text);border:1px solid var(--glass-border);border-radius:6px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition)}.pagination-num-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--glass-bg-hover)}.pagination-num-btn.active{background:#000000!important;color:#ffffff!important;border-color:#000000!important}[data-theme=dark] .pagination-num-btn.active{background:#ffffff!important;color:#000000!important;border-color:#ffffff!important}.pagination-arrow-btn{background:var(--glass-bg);color:var(--text);border:1px solid var(--glass-border);border-radius:6px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;transition:var(--transition)}.pagination-arrow-btn:hover:not(:disabled){border-color:#000000;color:#ffffff;background:#000000}.pagination-arrow-btn:disabled{opacity:.3;cursor:not-allowed}.calendar-day-btn:hover,.calendar-trigger-btn:hover,.pagination-arrow-btn:hover:not(:disabled),.pagination-num-btn:hover:not(.active),.site-header a:hover:not(.header-logo-link),.site-header button:hover{background-color:#000000!important;color:#ffffff!important;border-color:#000000!important}[data-theme=dark] .calendar-day-btn:hover,[data-theme=dark] .calendar-trigger-btn:hover,[data-theme=dark] .pagination-arrow-btn:hover:not(:disabled),[data-theme=dark] .pagination-num-btn:hover:not(.active),[data-theme=dark] .site-header a:hover:not(.header-logo-link),[data-theme=dark] .site-header button:hover{background-color:#ffffff!important;color:#000000!important;border-color:#ffffff!important}.header-logo-link:hover,.site-header .header-center-logo a:hover,.site-header a.header-logo-link:hover{background:transparent!important;background-color:transparent!important;border-color:transparent!important;color:inherit!important;transform:none!important;box-shadow:none!important}@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");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-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");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-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_60a407{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_60a407{--font-outfit:"Outfit","Outfit Fallback"}