:root{--bg-primary:#fff;--bg-secondary:#f5f5f4;--text-primary:#1f2937;--text-secondary:#6b7280;--accent-color:#2563eb;--accent-hover:#1d4ed8;--border-color:#e5e7eb;--shadow-light:rgba(0,0,0,.1);--shadow-medium:rgba(0,0,0,.15);--fab-bg:hsla(0,0%,100%,.9);--fab-color:#1f2937;--fab-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);--fab-shadow-hover:0 12px 40px rgba(0,0,0,.16),0 4px 12px rgba(0,0,0,.12)}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--accent-color:#3b82f6;--accent-hover:#2563eb;--border-color:#334155;--shadow-light:rgba(0,0,0,.3);--shadow-medium:rgba(0,0,0,.4);--fab-bg:rgba(30,41,59,.9);--fab-color:#f1f5f9;--fab-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2);--fab-shadow-hover:0 12px 40px rgba(0,0,0,.4),0 4px 12px rgba(0,0,0,.3)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);transition:color .3s ease,background-color .3s ease}body{background:var(--bg-primary);min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}button,input{font-family:inherit;outline:none}.page-container{min-height:100vh;display:flex;flex-direction:row}.profile-section{flex:1 1;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;padding:4rem 2rem;position:relative;transition:background-color .3s ease}.profile-content{text-align:center;max-width:400px;width:100%}.profile-header{position:absolute;top:2rem;left:2rem;display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;color:var(--text-primary);transition:color .3s ease}.blue-accent{width:16px;height:16px;background:var(--accent-color);border-radius:2px;transition:background-color .3s ease}.profile-name{font-weight:700;color:var(--text-primary);transition:color .3s ease}.profile-divider{font-weight:300}.profile-divider,.profile-title{color:var(--text-secondary);transition:color .3s ease}.profile-title{font-weight:400;letter-spacing:.05em}.profile-photo-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.profile-photo-clean{width:200px;height:200px;border-radius:50%;object-fit:cover;border:none;box-shadow:0 8px 32px var(--shadow-light);transition:box-shadow .3s ease}.profile-name-large{font-size:2.5rem;font-weight:700;color:var(--text-primary);line-height:1.1;text-align:center;margin:0;transition:color .3s ease}.profile-underline{width:60px;height:3px;background:var(--accent-color);border-radius:2px;transition:background-color .3s ease}.profile-role{font-size:.9rem;font-weight:500;color:var(--text-secondary);letter-spacing:.2em;text-transform:uppercase;transition:color .3s ease}.content-section{flex:1 1;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;padding:4rem 3rem;transition:background-color .3s ease}.content-wrapper{max-width:500px;width:100%}.hello-heading{font-size:4.5rem;font-weight:900;color:var(--text-primary);line-height:1;margin-bottom:1rem;letter-spacing:-.02em;transition:color .3s ease}.subtitle-text{font-size:1.25rem;color:var(--text-secondary);margin-bottom:3rem;font-weight:400;line-height:1.4;transition:color .3s ease}.button-group{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.login-form-clean{display:flex;flex-direction:column;gap:1rem;flex:1 1;min-width:200px}.password-input-clean{width:100%;padding:.875rem 1.25rem;border:2px solid var(--border-color);border-radius:50px;font-size:.95rem;font-weight:500;color:var(--text-primary);background:var(--bg-primary);transition:all .2s ease}.password-input-clean::-moz-placeholder{color:var(--text-secondary);font-weight:400}.password-input-clean::placeholder{color:var(--text-secondary);font-weight:400}.password-input-clean:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.button-primary{background:var(--accent-color);color:#fff;padding:.875rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.025em;transition:all .2s ease;text-transform:uppercase;min-width:140px}.button-primary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.button-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.button-secondary{background:var(--bg-primary);color:var(--accent-color);border:2px solid var(--accent-color);padding:.875rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.025em;transition:all .2s ease;text-transform:uppercase;min-width:140px}.button-secondary:hover{background:var(--accent-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.description-text{color:var(--text-secondary);font-size:1rem;line-height:1.7;font-weight:400;transition:color .3s ease}.description-text p{margin-bottom:1.5rem}.description-text p:last-child{margin-bottom:0}.social-footer{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border-color);transition:border-color .3s ease;display:flex;flex-direction:column;gap:1rem}.linkedin-link{display:inline-flex;align-items:center;gap:.75rem;color:var(--accent-color);font-size:1rem;font-weight:500;text-decoration:none;padding:.75rem 1.5rem;border:2px solid var(--accent-color);border-radius:50px;transition:all .2s ease;background:transparent;width:-moz-fit-content;width:fit-content}.linkedin-link:hover{background:var(--accent-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.linkedin-link .linkedin-icon{width:20px;height:20px;flex-shrink:0}.linkedin-link span{font-weight:500;letter-spacing:.025em}.chat-link{display:inline-flex;align-items:center;gap:.75rem;color:#2ecc71;font-size:1rem;font-weight:500;text-decoration:none;padding:.75rem 1.5rem;border:2px solid #2ecc71;border-radius:50px;transition:all .2s ease;background:transparent;width:-moz-fit-content;width:fit-content;cursor:pointer}.chat-link:hover{background:#2ecc71;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(46,204,113,.3)}.chat-link .chat-icon{width:20px;height:20px;flex-shrink:0}.chat-link span{font-weight:500;letter-spacing:.025em}.chat-link:focus{outline:2px solid #2ecc71;outline-offset:2px}.chat-link:focus:not(:focus-visible){outline:none}.chat-link:focus-visible{outline:2px solid #2ecc71;outline-offset:2px}.error-message-clean{background:var(--bg-secondary);color:var(--accent-color);padding:.75rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:500;border:1px solid var(--border-color);text-align:center;transition:all .3s ease}.loading-clean{display:inline-block;width:16px;height:16px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.cv-container{background:#fff;min-height:100vh;position:relative}.cv-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.cv-header h1{font-size:1.5rem;font-weight:600}.header-actions{display:flex;gap:1rem}.header-button{background:hsla(0,0%,100%,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;transition:background-color .3s ease}.header-button:hover{background:hsla(0,0%,100%,.3)}.cv-content{padding:2rem;max-width:800px;margin:0 auto}@media print{body{background:#fff!important}.cv-header{display:none!important}.cv-content{padding:0!important;max-width:none!important}}@media (max-width:1024px){.page-container{flex-direction:column}.profile-section{min-height:50vh;padding:3rem 2rem}.profile-header{position:relative;top:auto;left:auto;margin-bottom:2rem;justify-content:center}.content-section{padding:3rem 2rem}.hello-heading{font-size:3.5rem}}@media (max-width:768px){.content-section,.profile-section{padding:2rem 1.5rem}.hello-heading{font-size:3rem}.subtitle-text{font-size:1.1rem}.button-group{flex-direction:column;gap:1rem}.login-form-clean{min-width:auto}.profile-photo-clean{width:160px;height:160px}.profile-name-large{font-size:2rem}}@media (max-width:480px){.content-section,.profile-section{padding:1.5rem 1rem}.hello-heading{font-size:2.5rem}.content-wrapper{max-width:none}.description-text{font-size:.95rem}.social-footer{margin-top:2rem;padding-top:1.5rem}.linkedin-link{font-size:.9rem;padding:.625rem 1.25rem;gap:.5rem}.linkedin-link .linkedin-icon{width:18px;height:18px}.chat-link{font-size:.9rem;padding:.625rem 1.25rem;gap:.5rem}.chat-link .chat-icon{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){.button-primary,.button-secondary{border:2px solid #000}.button-secondary{color:#000}.password-input-clean:focus{border-color:#000;box-shadow:0 0 0 3px #000}}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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-family:__Inter_a1b627;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_a1b627;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_a1b627;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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-family:__Inter_a1b627;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_a1b627;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_a1b627;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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-family:__Inter_a1b627;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_a1b627;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_a1b627;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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-family:__Inter_a1b627;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_a1b627;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_a1b627;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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-family:__Inter_a1b627;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_a1b627;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_a1b627;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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-family:__Inter_a1b627;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_a1b627;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_a1b627;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a1b627;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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-family:__Inter_a1b627;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_a1b627;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_Fallback_a1b627;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_a1b627{font-family:__Inter_a1b627,__Inter_Fallback_a1b627;font-style:normal}