:root{--color-primary: #274d6f;--color-primary-container: #325d82;--color-on-primary: #ffffff;--color-on-primary-container: #c8daff;--color-primary-fixed: #d6e3ff;--color-inverse-primary: #a9c7ff;--color-secondary: #48626e;--color-on-secondary: #ffffff;--color-secondary-container: #cbe7f5;--color-on-secondary-container: #4e6874;--color-tertiary: #6f3a00;--color-tertiary-container: #8e5012;--color-on-tertiary: #ffffff;--color-surface: #f7f9fc;--color-surface-dim: #d8dadd;--color-surface-bright: #f7f9fc;--color-surface-container-lowest: #ffffff;--color-surface-container-low: #f2f4f7;--color-surface-container: #eceef1;--color-surface-container-high: #e6e8eb;--color-surface-container-highest: #e0e3e6;--color-on-surface: #191c1e;--color-on-surface-variant: #424752;--color-inverse-surface: #2d3133;--color-inverse-on-surface: #eff1f4;--color-outline: #727783;--color-outline-variant: #c2c6d4;--color-error: #ba1a1a;--color-on-error: #ffffff;--color-background: #f7f9fc;--color-on-background: #191c1e;--font-headline: "Manrope Variable", "Manrope", system-ui, sans-serif;--font-body: "Inter Variable", "Inter", system-ui, sans-serif;--font-label: "Inter Variable", "Inter", system-ui, sans-serif;--max-width: 80rem;--spacing-section: 6rem;--border-radius-sm: .125rem;--border-radius-md: .25rem;--border-radius-lg: .5rem;--border-radius-xl: .75rem;--border-radius-2xl: 1rem;--border-radius-3xl: 1.5rem;--border-radius-4xl: 3rem}.material-symbols-outlined{font-family:Material Symbols Outlined Variable;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-on-background);line-height:1.6;font-size:1rem}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .2s}button{cursor:pointer;border:none;font-family:var(--font-label)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding:var(--spacing-section) 0}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.font-headline{font-family:var(--font-headline)}.font-body{font-family:var(--font-body)}.font-label{font-family:var(--font-label)}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline);line-height:1.1}.text-7xl{font-size:clamp(2.5rem,5vw,4.5rem)}.text-5xl{font-size:clamp(2rem,4vw,3rem)}.text-4xl{font-size:clamp(1.75rem,3.5vw,2.25rem)}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.tracking-tight{letter-spacing:-.025em}.uppercase{text-transform:uppercase}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-on-primary{color:var(--color-on-primary)}.text-on-surface{color:var(--color-on-surface)}.text-on-surface-variant{color:var(--color-on-surface-variant)}.text-tertiary{color:var(--color-tertiary)}.text-secondary{color:var(--color-secondary)}.text-error{color:var(--color-error)}.text-white{color:#fff}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.bg-primary{background-color:var(--color-primary)}.bg-surface{background-color:var(--color-surface)}.bg-surface-container-low{background-color:var(--color-surface-container-low)}.bg-surface-container{background-color:var(--color-surface-container)}.bg-surface-container-high{background-color:var(--color-surface-container-high)}.bg-surface-container-highest{background-color:var(--color-surface-container-highest)}.bg-surface-container-lowest{background-color:var(--color-surface-container-lowest)}.topbar{background:var(--color-primary);color:var(--color-on-primary);font-size:.8rem;padding:.4rem 0}.topbar-inner{display:flex;justify-content:space-between;align-items:center}.topbar-left,.topbar-right{display:flex;align-items:center;gap:1.5rem}.topbar-link{display:flex;align-items:center;gap:.35rem;color:var(--color-on-primary);transition:opacity .2s}.topbar-link:hover{opacity:.8}.topbar-link .material-symbols-outlined,.topbar-text .material-symbols-outlined{font-size:1rem}.topbar-text{display:flex;align-items:center;gap:.35rem;opacity:.85}@media(max-width:1024px){.topbar-right{display:none}}@media(max-width:768px){.topbar-left{gap:1rem}.topbar-link span:not(.material-symbols-outlined){font-size:.75rem}}.site-header{position:sticky;top:0;z-index:50;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 3px #0000000f;transition:box-shadow .3s}.site-header .container{display:flex;justify-content:space-between;align-items:center;height:6.5rem;transition:height .3s}.site-header.scrolled .container{height:5rem}.site-header.scrolled .site-logo img{height:50px}.fab-stack{position:fixed;bottom:2rem;right:2rem;z-index:40;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:bottom .3s ease}.fab-stack.shifted{bottom:5.75rem}.fab{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer}.fab:hover{transform:scale(1.1);box-shadow:0 6px 16px #00000040}.fab-action{background:var(--color-surface-container-lowest);color:var(--color-primary);border:1px solid var(--color-outline-variant)}.fab-action:hover{background:var(--color-surface-container)}.fab-action .material-symbols-outlined{font-size:1.4rem}.scroll-top{position:fixed;bottom:2rem;right:2rem;z-index:40;width:3rem;height:3rem;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #274d6f4d;opacity:0;transform:translateY(1rem);pointer-events:none;transition:opacity .3s,transform .3s,background .2s}.scroll-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-top:hover{background:#1e3f5a}.site-logo{font-family:var(--font-headline);font-size:1.25rem;font-weight:700;letter-spacing:-.025em;color:#0f172a}.site-logo img{height:70px;width:auto;transition:height .3s}.main-nav{display:flex;align-items:center;gap:1.5rem}.main-nav a{font-family:var(--font-label);font-size:.875rem;letter-spacing:.025em;color:#475569;transition:color .2s;position:relative}.main-nav a:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:var(--color-primary);transition:width .3s,left .3s}.main-nav a:hover:after{width:100%;left:0}.main-nav a:hover,.main-nav a.active{color:var(--color-primary)}.main-nav a.active{font-weight:600}.main-nav a.active:after{width:100%;left:0}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-label);font-weight:600;transition:all .2s}.btn-primary{background:var(--color-primary);color:var(--color-on-primary);padding:1rem 2rem;border-radius:9999px;font-size:1rem;transition:all .3s}.btn-primary:hover{background:#1e3f5a;transform:translateY(-2px);box-shadow:0 4px 12px #274d6f4d}.btn-secondary{background:var(--color-surface-container-high);color:var(--color-primary);padding:1rem 2rem;border-radius:9999px;font-size:1rem}.btn-secondary:hover{background:var(--color-surface-container-highest)}.btn-nav{background:var(--color-primary);color:var(--color-on-primary);padding:.625rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500}.btn-nav:hover{transform:scale(.95)}.btn-white{background:#fff;color:var(--color-primary);padding:1rem 2.5rem;border-radius:9999px;font-size:1rem;font-weight:700}.btn-white:hover{transform:scale(1.05)}.btn-ghost{background:var(--color-primary-container);color:#fff;padding:1rem 2.5rem;border-radius:9999px;font-size:1rem;font-weight:700;border:1px solid rgba(255,255,255,.2)}.btn-ghost:hover{background:#ffffff1a}.btn-dark{background:#fff;color:var(--color-inverse-surface);padding:1rem 2rem;border-radius:var(--border-radius-lg);font-size:1rem;font-weight:700}.btn-dark:hover{background:#e2e8f0}.hero{padding:5rem 0 8rem;overflow:hidden;position:relative}.hero-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;background:var(--color-secondary-container);color:var(--color-on-secondary-container);font-family:var(--font-label);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;letter-spacing:-.025em;color:var(--color-on-surface);margin-bottom:2rem;line-height:1.1}.hero h1 strong{font-weight:700;color:var(--color-primary)}.hero-text{font-size:1.125rem;color:var(--color-on-surface-variant);line-height:1.65;max-width:36rem;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{position:relative;display:flex;align-items:center;justify-content:center}.hero-image:before{content:"";position:absolute;inset:0;background:#274d6f0d;border-radius:3rem;transform:rotate(3deg);z-index:-1}.hero-image img{border-radius:2.5rem;box-shadow:0 25px 50px -12px #00000026;object-fit:cover;width:100%;height:600px}.competencies{background:var(--color-surface-container-low)}.competency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.competency-card{background:var(--color-surface-container-lowest);padding:2rem;border-radius:var(--border-radius-xl);box-shadow:0 1px 3px #0000000a;transition:box-shadow .4s,transform .4s;display:flex;flex-direction:column;height:100%}.competency-card:hover{box-shadow:0 8px 30px #274d6f1f;transform:translateY(-4px)}.competency-card .icon-wrap{width:3rem;height:3rem;border-radius:var(--border-radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s}.competency-card:hover .icon-wrap{transform:scale(1.1)}.icon-primary{background:#274d6f1a;color:var(--color-primary)}.icon-tertiary{background:#6f3a001a;color:var(--color-tertiary)}.icon-error{background:#ba1a1a1a;color:var(--color-error)}.icon-secondary{background:#48626e1a;color:var(--color-secondary)}.competency-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.competency-card p{font-size:.875rem;color:var(--color-on-surface-variant);line-height:1.65;margin-bottom:1.5rem}.competency-card .card-link{margin-top:auto;color:var(--color-primary);font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.25rem}.competency-card:hover .card-link .material-symbols-outlined{transform:translate(4px)}.competency-card .card-link .material-symbols-outlined{font-size:1rem;transition:transform .2s}.service-section{display:grid;grid-template-columns:repeat(12,1fr);gap:3rem;align-items:center}.service-content{grid-column:span 5}.service-visual{grid-column:span 7}.service-section.reversed .service-content{order:2}.service-section.reversed .service-visual{order:1}.service-icon-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.service-icon-title .material-symbols-outlined{font-size:1.875rem}.service-quote{font-size:1.5rem;font-weight:300;color:var(--color-on-surface-variant);line-height:1.3;margin-bottom:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:var(--border-radius-lg);background:var(--color-surface-container-low);margin-bottom:1rem;transition:background .3s,transform .3s}.feature-item:hover{background:var(--color-surface-container);transform:translate(4px)}.feature-item h3{font-weight:700;margin-bottom:.25rem}.feature-item p{font-size:.875rem;color:var(--color-on-surface-variant)}.cloud-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.cloud-grid .offset{margin-top:3rem}.cloud-grid img{border-radius:1rem;width:100%;height:16rem;object-fit:cover}.cloud-info-card{padding:2rem;border-radius:1rem;border:1px solid rgba(194,198,212,.1)}.cloud-highlight-card{background:var(--color-primary);padding:2rem;border-radius:1rem;color:var(--color-on-primary);box-shadow:0 10px 25px #274d6f33}.cloud-highlight-card .material-symbols-outlined{font-size:2.25rem;margin-bottom:1rem}.security-section{background:var(--color-inverse-surface);border-radius:var(--border-radius-2xl);overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.security-content{padding:3rem 5rem}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:2rem 0}.security-card{padding:1.5rem;border-radius:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:background .3s}.security-card:hover{background:#ffffff1a}.security-card .material-symbols-outlined{color:var(--color-primary-fixed);margin-bottom:1rem}.security-card h3{color:#fff;font-weight:700;margin-bottom:.5rem}.security-card p{font-size:.75rem;color:#94a3b8}.security-image{position:relative;min-height:400px}.security-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%);opacity:.5}.security-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to left,var(--color-inverse-surface),transparent)}.trust-bar{background:var(--color-surface-container-high);padding:2rem;border-radius:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.trust-info{display:flex;align-items:center;gap:1.5rem}.trust-icon{width:4rem;height:4rem;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #274d6f4d}.trust-stats{display:flex;gap:1rem}.trust-stat{text-align:center;padding:0 1.5rem;border-right:1px solid rgba(114,119,131,.3)}.trust-stat:last-child{border-right:none}.trust-stat .number{font-family:var(--font-headline);font-size:1.5rem;font-weight:800;color:var(--color-primary);transition:transform .3s}.trust-stat:hover .number{transform:scale(1.15)}.trust-stat .label{font-family:var(--font-label);font-size:.625rem;text-transform:uppercase;letter-spacing:-.025em;color:var(--color-on-surface-variant)}.human-section .image-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.human-section .image-grid img{border-radius:var(--border-radius-lg);width:100%;aspect-ratio:1;object-fit:cover}.human-section .image-grid img:first-child{margin-top:2rem}.human-feature{display:flex;gap:1rem;margin-bottom:1.5rem}.human-feature .icon-circle{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:#274d6f1a;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.human-feature .icon-circle .material-symbols-outlined{font-size:.875rem}.human-feature h3{font-weight:700;margin-bottom:.25rem}.human-feature p{font-size:.875rem;color:var(--color-on-surface-variant)}.partners-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;opacity:.5;filter:grayscale(100%);transition:all .5s}.partners-row:hover{opacity:1;filter:grayscale(0)}.partner-logo{font-size:1.5rem;font-weight:700;letter-spacing:-.05em;color:var(--color-on-surface)}.partner-logo-img{height:36px;width:auto;object-fit:contain}.partner-logo-acronis{height:56px}.cta-box{background:linear-gradient(135deg,#274d6f,#325d82);border-radius:var(--border-radius-4xl);padding:3rem 5rem;text-align:center;color:var(--color-on-primary);box-shadow:0 25px 50px #274d6f33;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:0;right:0;width:16rem;height:16rem;background:#ffffff1a;border-radius:50%;transform:translate(50%,-50%);filter:blur(48px)}.cta-box h2{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;margin-bottom:1.5rem;position:relative;z-index:1}.cta-box p{font-size:1.25rem;color:var(--color-primary-fixed);margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto;position:relative;z-index:1}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;position:relative;z-index:1}.site-footer{background:#f8fafc;padding:3rem 0;border-top:1px solid #e2e8f0}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-brand p{font-size:.875rem;color:#64748b;max-width:24rem;margin:1rem 0}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col-title{display:block;font-family:var(--font-label);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0f172a;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.875rem;color:#64748b}.footer-links a:hover{color:var(--color-primary)}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.footer-social a{color:#94a3b8;transition:color .2s}.footer-social a:hover{color:var(--color-primary)}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p,.footer-bottom a{font-size:.875rem;color:#64748b}.footer-bottom a:hover{color:var(--color-primary)}.mobile-toggle{display:none;background:none;font-size:1.5rem;color:var(--color-on-surface)}.mobile-menu{display:none;position:fixed;inset:0;background:#fffffffa;z-index:100;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-menu.active{display:flex}.mobile-menu a{font-size:1.25rem;font-weight:600;color:var(--color-on-surface)}.mobile-menu .btn-primary{color:#fff}.entry-content{max-width:48rem;margin:0 auto}.entry-content p{margin-bottom:1.5rem}.entry-content h2{margin:2rem 0 1rem}.entry-content h3{margin:1.5rem 0 .75rem}.entry-content ul,.entry-content ol{margin:1rem 0;padding-left:1.5rem}.entry-content a{color:var(--color-primary);text-decoration:underline}.entry-content a:hover{opacity:.8}.page-hero{background:var(--color-surface-container-low);padding:4rem 0;text-align:center}.page-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.page-hero p{font-size:1.125rem;color:var(--color-on-surface-variant);max-width:36rem;margin:0 auto}.contact-form{max-width:40rem;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--color-outline-variant);border-radius:var(--border-radius-lg);font-family:var(--font-body);font-size:1rem;background:var(--color-surface-container-lowest);transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #274d6f1a}.form-group textarea{resize:vertical;min-height:8rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:.1s}.fade-in-delay-2{transition-delay:.2s}.fade-in-delay-3{transition-delay:.3s}.fade-in-delay-4{transition-delay:.4s}@media(max-width:1280px){.site-logo img{height:50px}.site-header .container{height:5rem}.site-header.scrolled .container{height:4rem}.site-header.scrolled .site-logo img{height:40px}.main-nav{gap:1rem}.main-nav a{font-size:.8rem}}@media(max-width:1024px){.hero .container,.hero>div{grid-template-columns:1fr}.hero-image{height:400px;margin-top:2rem}.hero-image img{height:100%}.competency-grid{grid-template-columns:repeat(2,1fr)}.service-section{grid-template-columns:1fr}.service-content,.service-visual{grid-column:span 1}.service-section.reversed .service-content{order:1}.service-section.reversed .service-visual{order:2}.security-section{grid-template-columns:1fr}.security-content{padding:2rem}.security-image{min-height:300px}.footer-grid{grid-template-columns:1fr}.cta-box{padding:2rem;border-radius:2rem}}@media(max-width:1024px){.main-nav{display:none}.mobile-toggle{display:block}.btn-nav{display:none}}@media(max-width:768px){.competency-grid,.cloud-grid{grid-template-columns:1fr}.cloud-grid .offset{margin-top:0}.security-grid{grid-template-columns:1fr}.trust-bar{flex-direction:column;text-align:center}.trust-info{flex-direction:column}.trust-stats{flex-wrap:wrap;justify-content:center}.human-section .grid-2,.footer-links-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-cyrillic-wght-normal.Dvxsihut.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-greek-wght-normal.DL7QRZyv.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-vietnamese-wght-normal.usUDDRr7.woff2) format("woff2-variations");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:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-latin-ext-wght-normal.Ch3YOpNY.woff2) format("woff2-variations");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:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-latin-wght-normal.DHIcAJRg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2) format("woff2-variations");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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2) format("woff2-variations");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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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:Material Symbols Outlined Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/material-symbols-outlined-latin-full-normal.crADkEM7.woff2) format("woff2-variations")}
