:root{--navy:#0d2a4d;--navy-deep:#081c36;--teal:#2e6b63;--gold:#d9b36b;--bg:#f7f6f3;--ink:#22303c;--body:#44525e;--muted:#55636f;--faint:#8a949c;--line:#d9d5cc;--line-dark:#22303c;--white:#fff;--font-serif:var(--f-serif), Georgia, serif;--font-sans:var(--f-sans), system-ui, sans-serif;--font-mono:var(--f-mono), ui-monospace, monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;min-width:320px;margin:0}a{color:var(--navy);text-decoration:none;transition:color .2s}a:hover{color:var(--teal)}h1,h2,h3{text-wrap:pretty}img,video{max-width:100%}input::placeholder,textarea::placeholder{color:#9aa5ad}summary::-webkit-details-marker{display:none}.container{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.container-narrow{max-width:880px;margin:0 auto;padding-left:24px;padding-right:24px}.eyebrow{font-family:var(--font-mono);letter-spacing:.14em;color:var(--teal);text-transform:uppercase;font-size:12px}.eyebrow--gold{color:var(--gold)}.h-serif{font-family:var(--font-serif);color:var(--navy);letter-spacing:-.015em;margin:0;font-weight:600}.h1{font-size:clamp(34px,4vw,52px);line-height:1.1}.h1-lg{font-size:clamp(38px,4.6vw,58px);line-height:1.08}.h2{letter-spacing:-.01em;font-size:clamp(30px,3.4vw,44px)}.h2-sm{letter-spacing:-.01em;font-size:clamp(26px,3vw,36px)}.lead{color:var(--body);font-size:16.5px;line-height:1.65}.btn{font-size:15px;font-weight:500;font-family:var(--font-sans);cursor:pointer;text-align:center;border:none;padding:15px 30px;transition:background .2s,color .2s,border-color .2s;display:inline-block}.btn-primary{background:var(--navy);color:var(--bg)}.btn-primary:hover{background:var(--teal);color:var(--bg)}.btn-outline{border:1px solid var(--ink);color:var(--navy);background:0 0}.btn-outline:hover{border-color:var(--teal);color:var(--teal);background:0 0}.btn-outline-fill:hover{background:var(--navy);color:var(--bg);border-color:var(--navy)}.btn-teal{background:var(--teal);color:var(--white);font-weight:600}.btn-teal:hover{background:var(--navy);color:var(--white)}.btn-teal--gold-hover:hover{background:var(--gold);color:var(--navy-deep)}.flag-stripe{height:3px;display:flex}.flag-stripe span{flex:1}.flag-stripe span:first-child{background:#161616}.flag-stripe span:nth-child(2){background:#b0322c}.flag-stripe span:nth-child(3){background:#d9a52e}.flag-bar{background:linear-gradient(90deg,#161616 0 33.4%,#b0322c 33.4% 66.7%,#d9a52e 66.7% 100%);width:44px;height:3px}.flag-top{position:relative}.flag-top:before{content:"";background:linear-gradient(90deg,#161616 0 33.4%,#b0322c 33.4% 66.7%,#d9a52e 66.7% 100%);height:3px;position:absolute;top:-1px;left:-1px;right:-1px}.field label{font-family:var(--font-mono);letter-spacing:.12em;color:var(--muted);text-transform:uppercase;margin-bottom:7px;font-size:11px;display:block}.field input,.field select,.field textarea{width:100%;font-size:15px;font-family:var(--font-sans);color:var(--ink);background:var(--white);border:1px solid #b9bfc5;border-radius:0;padding:12px 14px}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--teal);outline-offset:-1px}.section{border-bottom:1px solid var(--line)}.section--white{background:var(--white)}.section--dark{background:var(--navy-deep)}.mono-note{font-family:var(--font-mono);color:var(--faint);font-size:11px}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:none}@keyframes akFadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}.fade-up{animation:.7s both akFadeUp}.fade-up-1{animation-delay:80ms}.fade-up-2{animation-delay:.16s}.fade-up-3{animation-delay:.24s}.fade-up-4{animation-delay:.32s}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}.fade-up{animation:none}}.hero-wrap{background:var(--navy-deep);position:relative;overflow:hidden}.hero-wrap>video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(100deg,#081c36d6 0%,#081c369e 45%,#081c3638 100%);position:absolute;inset:0}.hero-content{z-index:2;position:relative}.hero-content h1,.hero-content .lead{text-shadow:0 2px 18px #081c36b3,0 1px 4px #081c3680}@media (prefers-reduced-motion:reduce){.hero-wrap>video{display:none}}.steps-track{justify-content:space-between;gap:8px;margin-bottom:36px;display:flex;position:relative}.steps-line{background:var(--line);height:2px;position:absolute;top:21px;left:21px;right:21px}.steps-line-fill{background:var(--teal);height:100%;transition:width .5s}.steps-dot{z-index:1;cursor:pointer;font-family:var(--font-sans);background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;padding:0;display:flex;position:relative}.steps-num{border:1px solid var(--line-dark);background:var(--bg);width:42px;height:42px;color:var(--navy);font-family:var(--font-mono);place-items:center;font-size:14px;transition:background .3s,color .3s,border-color .3s,transform .3s;display:grid}.steps-dot:hover .steps-num{transform:translateY(-2px)}.steps-dot.active .steps-num{background:var(--teal);border-color:var(--teal);color:#fff;transform:scale(1.1)}.steps-dot.done .steps-num{background:var(--navy);border-color:var(--navy);color:var(--bg)}.steps-label{color:var(--muted);font-size:12.5px;font-weight:500;transition:color .3s}.steps-dot.active .steps-label{color:var(--navy);font-weight:600}.steps-detail{border:1px solid var(--line-dark);background:var(--white);grid-template-columns:auto 1fr;align-items:baseline;gap:24px;min-height:132px;padding:32px 36px;animation:.4s both akFadeUp;display:grid}.steps-detail-num{font-family:var(--font-serif);color:var(--teal);font-size:44px;font-weight:600;line-height:1}.steps-detail-title{font-family:var(--font-serif);color:var(--navy);margin-bottom:6px;font-size:22px;font-weight:600}.steps-detail-desc{color:var(--body);max-width:70ch;font-size:15px;line-height:1.6}@media (max-width:760px){.steps-label{display:none}.steps-num{width:36px;height:36px;font-size:13px}.steps-line{top:18px}.steps-detail{gap:16px;padding:24px}}.reveal .stagger>*{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(16px)}.reveal.is-visible .stagger>*{opacity:1;transform:none}.reveal.is-visible .stagger>:nth-child(2){transition-delay:90ms}.reveal.is-visible .stagger>:nth-child(3){transition-delay:.18s}.reveal.is-visible .stagger>:nth-child(4){transition-delay:.27s}.reveal.is-visible .stagger>:nth-child(5){transition-delay:.36s}.reveal.is-visible .stagger>:nth-child(6){transition-delay:.45s}.reveal.is-visible .stagger>:nth-child(7){transition-delay:.54s}.reveal.is-visible .stagger>:nth-child(8){transition-delay:.63s}.hover-lift{transition:transform .25s,box-shadow .25s}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 18px 44px -20px #081c364d}.way-chip{border:1px solid var(--line);color:var(--navy);background:var(--bg);padding:9px 16px;font-size:13.5px;transition:border-color .25s,transform .25s,background .25s}.way-chip:hover{border-color:var(--teal);background:var(--white);transform:translateY(-2px)}a.svc-row{transition:background .25s,padding-left .25s}a.svc-row:hover{padding-left:12px}@media (prefers-reduced-motion:reduce){.reveal .stagger>*{opacity:1;transition:none;transform:none}.hover-lift,.way-chip,a.svc-row,.steps-num{transition:none}.steps-detail{animation:none}}.journey-line{animation:30s linear infinite akDash}.journey-pulse{transform-origin:50%;transform-box:fill-box;animation:2.4s ease-in-out infinite akPulse}@keyframes akDash{to{stroke-dashoffset:-260px}}@keyframes akPulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.6)}}@media (prefers-reduced-motion:reduce){.journey-line,.journey-pulse{animation:none}}.svc-row{border-bottom:1px solid var(--line);color:inherit;grid-template-columns:56px 1fr auto;align-items:baseline;gap:20px;padding:22px 0;display:grid}a.svc-row:hover{background:var(--white);color:inherit}.svc-row .num{font-family:var(--font-mono);color:var(--faint);font-size:13px}.svc-row .name{font-family:var(--font-serif);color:var(--navy);font-size:20px;font-weight:600}.svc-row .desc{color:var(--muted);max-width:70ch;margin-top:4px;font-size:14px;line-height:1.6;display:block}.svc-row .price{font-family:var(--font-mono);color:var(--navy);white-space:nowrap;font-size:15px}@media (max-width:560px){.svc-row{grid-template-columns:1fr auto}.svc-row .num{display:none}}.def-row{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr;align-items:baseline;gap:18px;padding:15px 0;font-size:14.5px;display:grid}.def-row .k{font-family:var(--font-mono);color:var(--faint);letter-spacing:.06em;font-size:12.5px}@media (max-width:480px){.def-row{grid-template-columns:1fr;gap:4px;padding:12px 0}}.media-frame{background:#e6e2d9;position:relative;overflow:hidden}.media-frame img,.media-frame video{object-fit:cover;width:100%;height:100%;display:block}.site-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line-dark);background:#f7f6f3f7;position:sticky;top:0}.site-header .bar{align-items:center;gap:24px;padding-top:14px;padding-bottom:14px;display:flex}.site-header .logo img{width:auto;height:44px;display:block}.site-nav{align-items:center;gap:24px;margin-left:auto;font-size:14px;font-weight:500;display:flex}.nav-toggle{border:1px solid var(--line-dark);font-family:var(--font-mono);cursor:pointer;color:var(--navy);background:0 0;margin-left:auto;padding:8px 12px;font-size:12px;display:none}.lang-switch{font-family:var(--font-mono);gap:2px;font-size:11.5px;display:flex}.lang-switch a{color:var(--muted);border:1px solid #0000;padding:5px 7px}.lang-switch a.active{color:var(--navy);border-color:var(--line-dark)}.lang-switch a:hover{color:var(--teal)}@media (max-width:920px){.site-nav{background:var(--bg);border-bottom:1px solid var(--line-dark);flex-direction:column;align-items:stretch;gap:16px;padding:16px 24px 24px;display:none;position:absolute;top:100%;left:0;right:0}.site-nav.open{display:flex}.nav-toggle{display:block}}.site-footer{background:var(--navy-deep);padding:64px 24px 36px}.site-footer a{color:#c3cfdd}.site-footer a:hover{color:var(--gold)}.footer-head{font-family:var(--font-mono);letter-spacing:.14em;color:var(--gold);text-transform:uppercase;margin-bottom:16px;font-size:11px}.floating-cta{z-index:60;background:var(--navy);color:var(--bg);white-space:nowrap;padding:13px 22px;font-size:14px;font-weight:500;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 30px -10px #081c3680}.floating-cta:hover{background:var(--teal);color:var(--bg)}.consent-banner{z-index:70;background:var(--white);border-top:2px solid var(--navy);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 40px -18px #081c3666}.faq-item{border-bottom:1px solid var(--line);padding:20px 0}.faq-item summary{font-family:var(--font-serif);color:var(--navy);cursor:pointer;justify-content:space-between;gap:16px;font-size:17.5px;font-weight:600;list-style:none;display:flex}.faq-item summary .plus{font-family:var(--font-mono);color:var(--teal);flex:none}.faq-item[open] summary .plus{transform:rotate(45deg)}.faq-item p{color:var(--muted);max-width:66ch;margin:14px 0 0;font-size:15px;line-height:1.65}.stat{border-left:1px solid var(--line);padding-left:22px}.stat .n{font-family:var(--font-serif);color:var(--navy);font-size:40px;font-weight:600;line-height:1}.stat .l{color:var(--muted);margin-top:8px;font-size:13.5px}.legal-prose{color:var(--body);font-size:15px;line-height:1.75}.legal-prose h2{font-family:var(--font-serif);color:var(--navy);margin:0 0 24px;font-size:30px;font-weight:600}.legal-prose b{color:var(--navy)}.legal-prose a{text-decoration:underline}.legal-prose p{margin:0 0 18px}.admin-table{border-collapse:collapse;width:100%;font-size:14px}.admin-table th{text-align:left;font-family:var(--font-mono);letter-spacing:.1em;color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--line-dark);padding:10px 12px;font-size:11px}.admin-table td{border-bottom:1px solid var(--line);vertical-align:top;padding:12px}.admin-table tr:hover td{background:var(--white)}.status-pill{font-family:var(--font-mono);letter-spacing:.06em;border:1px solid var(--line);text-transform:uppercase;white-space:nowrap;padding:4px 10px;font-size:11px;display:inline-block}.status-new{border-color:var(--teal);color:var(--teal)}.status-contacted{border-color:var(--gold);color:#a8813d}.status-won{border-color:var(--navy);color:var(--navy);background:#0d2a4d0f}.status-lost{color:var(--faint)}
@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:500;font-display:swap;src:url(../media/62492e45f348cf87-s.3gua8xictboza.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:500;font-display:swap;src:url(../media/8f9704ed0c18c9e0-s.2utp9m0-kbg7n.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:500;font-display:swap;src:url(../media/c73d4b34880585a8-s.3-_lg5umlo0tj.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:500;font-display:swap;src:url(../media/f00b8cc54454926d-s.190-b0rnunf57.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:500;font-display:swap;src:url(../media/741805f5bd1ef272-s.p.41q8r466ocsbj.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:"Source Serif 4";font-style:italic;font-weight:500;font-display:swap;src:url(../media/ea3421846039b7f3-s.p.3d58dkudqlgaq.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:600;font-display:swap;src:url(../media/62492e45f348cf87-s.3gua8xictboza.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:600;font-display:swap;src:url(../media/8f9704ed0c18c9e0-s.2utp9m0-kbg7n.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:600;font-display:swap;src:url(../media/c73d4b34880585a8-s.3-_lg5umlo0tj.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:600;font-display:swap;src:url(../media/f00b8cc54454926d-s.190-b0rnunf57.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:600;font-display:swap;src:url(../media/741805f5bd1ef272-s.p.41q8r466ocsbj.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:"Source Serif 4";font-style:italic;font-weight:600;font-display:swap;src:url(../media/ea3421846039b7f3-s.p.3d58dkudqlgaq.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:700;font-display:swap;src:url(../media/62492e45f348cf87-s.3gua8xictboza.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:700;font-display:swap;src:url(../media/8f9704ed0c18c9e0-s.2utp9m0-kbg7n.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:700;font-display:swap;src:url(../media/c73d4b34880585a8-s.3-_lg5umlo0tj.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:700;font-display:swap;src:url(../media/f00b8cc54454926d-s.190-b0rnunf57.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:700;font-display:swap;src:url(../media/741805f5bd1ef272-s.p.41q8r466ocsbj.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:"Source Serif 4";font-style:italic;font-weight:700;font-display:swap;src:url(../media/ea3421846039b7f3-s.p.3d58dkudqlgaq.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(../media/20aee433927f7d4b-s.2u46yrlpkdxrh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(../media/256e1f7f180674ba-s.444m1fhac1z6e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(../media/be3bf58b83159894-s.1298pfel08g2l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(../media/753b6407f468151f-s.1wcle8r8k1a_g.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(../media/292081311a6a8abc-s.p.3irbj1um1c5rd.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(../media/68d403cf9f2c68c5-s.p.42000xkkqj0am.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/20aee433927f7d4b-s.2u46yrlpkdxrh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/256e1f7f180674ba-s.444m1fhac1z6e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/be3bf58b83159894-s.1298pfel08g2l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/753b6407f468151f-s.1wcle8r8k1a_g.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/292081311a6a8abc-s.p.3irbj1um1c5rd.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(../media/68d403cf9f2c68c5-s.p.42000xkkqj0am.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/20aee433927f7d4b-s.2u46yrlpkdxrh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/256e1f7f180674ba-s.444m1fhac1z6e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/be3bf58b83159894-s.1298pfel08g2l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/753b6407f468151f-s.1wcle8r8k1a_g.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/292081311a6a8abc-s.p.3irbj1um1c5rd.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(../media/68d403cf9f2c68c5-s.p.42000xkkqj0am.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4 Fallback";src:local(Times New Roman);ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.0%;size-adjust:117.91%}.source_serif_4_4a4ccd4f-module___tO3AW__className{font-family:"Source Serif 4","Source Serif 4 Fallback"}.source_serif_4_4a4ccd4f-module___tO3AW__variable{--f-serif:"Source Serif 4", "Source Serif 4 Fallback"}
@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.2e4y-bhazgt_v.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.3o0_l_yqebdng.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.2mglm451ism6l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.3bjsqkuy1d2v8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.p.0xluf1kzv7x5w.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.45487z7p3r8wm.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.2e4y-bhazgt_v.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.3o0_l_yqebdng.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.2mglm451ism6l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.3bjsqkuy1d2v8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.p.0xluf1kzv7x5w.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.45487z7p3r8wm.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.2e4y-bhazgt_v.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.3o0_l_yqebdng.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.2mglm451ism6l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.3bjsqkuy1d2v8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.p.0xluf1kzv7x5w.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.45487z7p3r8wm.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans Fallback;src:local(Arial);ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.0%;size-adjust:101.17%}.ibm_plex_sans_7a4229b5-module__q85p1W__className{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.ibm_plex_sans_7a4229b5-module__q85p1W__variable{--f-sans:"IBM Plex Sans", "IBM Plex Sans Fallback"}
@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e390973e931a41c5-s.3zhtymus0wdqb.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/59b15b4bcd7b1eb5-s.3nkuoiize4urq.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e532fa1b9921e1cd-s.1da667lu-u79a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2fe89d53234c61d4-s.p.1i05ju5aeyhye.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/99e609270109b47d-s.p.1dgcou5jor5q_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5e05ae5b48faa55e-s.31-2bzhq1gx_9.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a7afbb44bec2bb18-s.3xauquyg2sixn.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/02263ebadd758ea4-s.2taws-qdxmzlf.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/68757d6cddeff913-s.p.0htwiiqufp3l9.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/effe91970fc4db64-s.p.28xcb7557rbh2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono Fallback;src:local(Arial);ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.0%;size-adjust:134.59%}.ibm_plex_mono_47b0d8e5-module__rMFzuW__className{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.ibm_plex_mono_47b0d8e5-module__rMFzuW__variable{--f-mono:"IBM Plex Mono", "IBM Plex Mono Fallback"}
