:root{--ink:#14211d;--muted:#5c6862;--paper:#f7f8f4;--field:#dfe9df;--green:#153e35;--green-2:#276457;--yellow:#f2b84b;--red:#b84a3f;--line:#14211d2e}*{box-sizing:border-box}::selection{color:#14211d;text-shadow:none;background-color:#f2b84b}::selection{color:#14211d;text-shadow:none;background-color:#f2b84b}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-family:var(--font-body);margin:0;font-size:18px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-shell{min-height:100vh;overflow:hidden}.site-header{z-index:10;color:#fff;mix-blend-mode:difference;justify-content:space-between;align-items:center;gap:1rem;padding:1rem clamp(1rem,4vw,3rem);display:flex;position:fixed;top:0;left:0;right:0}.brand,.nav{align-items:center;display:flex}.brand{font-family:var(--font-display);letter-spacing:0;gap:.7rem;font-size:1.25rem;font-weight:700}.brand__mark{width:2rem;height:2rem;font-family:var(--font-display);border:1px solid;border-radius:6px;place-items:center;font-size:1.25rem;display:grid}.nav{gap:clamp(.8rem,2vw,1.7rem);font-size:.95rem;font-weight:700}.language-switch{border:1px solid;border-radius:6px;padding:.25rem .65rem}.hero{color:#fff;isolation:isolate;align-items:end;min-height:78vh;padding:7.5rem clamp(1rem,5vw,5rem) 4.5rem;display:grid;position:relative}.hero:after{content:"";z-index:-1;background:linear-gradient(90deg,#091915e0 0%,#09191594 42%,#09191526 100%),linear-gradient(#09191500 58%,#091915b8 100%);position:absolute;inset:0}.hero__photo{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__copy{width:min(820px,100%)}.eyebrow,.section-kicker,.article-card span{color:var(--red);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .85rem;font-size:.82rem;font-weight:800}.hero .eyebrow{color:var(--yellow)}.hero h1,.page-heading h1,.article h1{font-family:var(--font-display);letter-spacing:0;margin:0;font-weight:700;line-height:.95}.hero h1{max-width:780px;font-size:clamp(2.45rem,6vw,5.6rem)}.hero__copy>p:not(.eyebrow){color:#ffffffe0;width:min(610px,100%);margin:1rem 0 0;font-size:clamp(1rem,1.6vw,1.18rem)}.hero__actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.button{border-radius:6px;padding:.8rem 1rem;font-weight:800;transition:transform .18s,background-color .18s,color .18s}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--yellow);color:#1a170c}.button--secondary{color:#fff;border:1px solid #ffffffb8}.hero__caption{color:#ffffffb8;width:min(360px,100% - 2rem);margin:0;font-size:.9rem;position:absolute;bottom:1.2rem;right:clamp(1rem,3vw,3rem)}.focus-note,.latest,.content-page,.article-page,.footer{width:min(1180px,100% - 2rem);margin-inline:auto}.focus-note{border-bottom:1px solid var(--line);grid-template-columns:.7fr 1.2fr 1.1fr;gap:clamp(1rem,4vw,3rem);padding:clamp(3rem,8vw,6rem) 0;display:grid}.focus-note>p:first-child,.section-kicker{color:var(--red);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:800}.focus-note h2,.article-card h3{font-family:var(--font-display);margin:0;line-height:1}.focus-note h2{font-size:clamp(1.9rem,3.4vw,3.7rem)}.focus-note p{margin:0}.article-card p,.page-heading p,.article header p,.about-copy p{color:var(--muted)}.latest{padding:clamp(3rem,8vw,6rem) 0}.section-kicker{justify-content:space-between;align-items:center;gap:1rem;display:flex}.section-kicker a{color:var(--green)}.article-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.article-grid--wide{grid-template-columns:repeat(2,1fr)}.article-card{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;min-height:280px;padding:1.25rem;transition:border-color .16s,transform .16s;display:flex}.article-card:hover{border-color:var(--green-2);transform:translateY(-3px)}.article-card h3{color:var(--green);margin-top:.3rem;font-size:clamp(1.7rem,3vw,2.5rem)}.article-card p{margin:1rem 0 2rem}.article-card small{color:var(--red);margin-top:auto;font-weight:800}.content-page,.article-page{padding:8rem 0 4rem}.page-heading{width:min(860px,100%);margin-bottom:3rem}.page-heading h1,.article h1{color:var(--green);font-size:clamp(3rem,7vw,6rem)}.page-heading p,.article header p{font-size:1.25rem}.back-link{color:var(--red);margin-bottom:2rem;font-weight:800;display:inline-block}.article{width:min(820px,100%)}.article header{border-bottom:1px solid var(--line);padding-bottom:2rem}.article header small{color:var(--red);font-weight:800;display:block}.article__body a{color:var(--green);-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#f2b84b52;border-radius:5px;padding:.02em .22em .08em;font-weight:800;text-decoration:none}.text-highlight{-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--green);background:#f2b84b5c;border-radius:5px;padding:.02em .22em .08em;font-weight:700;display:inline}.translation-note{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.4rem}.article__body{padding-top:2rem;font-size:1.18rem}.article__body p{margin:0 0 1.4rem}.about-layout{grid-template-columns:minmax(0,.95fr) minmax(340px,.9fr);grid-template-areas:"heading visual""copy visual";align-items:center;gap:clamp(1.5rem,5vw,4rem);display:grid}.about-heading{grid-area:heading;margin-bottom:0}.about-copy{grid-area:copy;padding-top:0}.about-lede{font-size:1.25rem}.about-visual{grid-area:visual;width:100%}.inline-image{margin:0}.inline-image img{aspect-ratio:4/5;object-fit:cover;border-radius:8px;width:100%}.footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:1rem;padding:2rem 0 3rem;font-size:.95rem;display:flex}@media (max-width:860px){body{font-size:17px}.site-header{mix-blend-mode:normal;align-items:flex-start;position:absolute}.nav{flex-wrap:wrap;justify-content:flex-end}.hero{min-height:82vh;padding-top:8.5rem}.hero:after{background:linear-gradient(#0919156b 0%,#091915e0 100%)}.hero__caption{margin-top:2rem;position:static}.focus-note,.article-grid,.article-grid--wide,.about-layout{grid-template-columns:1fr}.about-layout{grid-template-areas:"heading""copy""visual"}.inline-image img{aspect-ratio:4/3}.footer{flex-direction:column}}
@font-face{font-family:Alegreya;font-style:italic;font-weight:500;font-display:swap;src:url(../media/8edc10b011584efe-s.0r1-gjy-q091e.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:500;font-display:swap;src:url(../media/c5568f061da1961b-s.0~sxl955d.xpg.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Alegreya;font-style:italic;font-weight:500;font-display:swap;src:url(../media/02ccdf15f944b46f-s.17wahsefnjr9..woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+1F??}@font-face{font-family:Alegreya;font-style:italic;font-weight:500;font-display:swap;src:url(../media/432ff897795fe659-s.0j0nd~_.l~aii.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:500;font-display:swap;src:url(../media/3e24e5066dbf95ed-s.0rs__vqpfo_gu.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:500;font-display:swap;src:url(../media/593aa5d99c2f4cf2-s.0s1rbpys_9p.i.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:500;font-display:swap;src:url(../media/4bb3c571e95f6f90-s.p.131xl_mn5zfiz.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:700;font-display:swap;src:url(../media/8edc10b011584efe-s.0r1-gjy-q091e.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:700;font-display:swap;src:url(../media/c5568f061da1961b-s.0~sxl955d.xpg.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Alegreya;font-style:italic;font-weight:700;font-display:swap;src:url(../media/02ccdf15f944b46f-s.17wahsefnjr9..woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+1F??}@font-face{font-family:Alegreya;font-style:italic;font-weight:700;font-display:swap;src:url(../media/432ff897795fe659-s.0j0nd~_.l~aii.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:700;font-display:swap;src:url(../media/3e24e5066dbf95ed-s.0rs__vqpfo_gu.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:700;font-display:swap;src:url(../media/593aa5d99c2f4cf2-s.0s1rbpys_9p.i.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:italic;font-weight:700;font-display:swap;src:url(../media/4bb3c571e95f6f90-s.p.131xl_mn5zfiz.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:500;font-display:swap;src:url(../media/268b8ca873951bf2-s.0ax1ls.bbjh2p.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bbf861b4d046d23c-s.04-ctb6t04xk6.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Alegreya;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2820fc1c3c6d3b3f-s.163vnfep5cx.n.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+1F??}@font-face{font-family:Alegreya;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b6bde602766ad63e-s.0xcna_~x3jigg.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:500;font-display:swap;src:url(../media/43cf86ead64c3be9-s.0py8~iw2p5z3j.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:500;font-display:swap;src:url(../media/44c307788a7f7d05-s.0ixovtewue~el.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3e185f0c9c3d9cda-s.p.0mq4tpt28lbs8.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:700;font-display:swap;src:url(../media/268b8ca873951bf2-s.0ax1ls.bbjh2p.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bbf861b4d046d23c-s.04-ctb6t04xk6.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Alegreya;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2820fc1c3c6d3b3f-s.163vnfep5cx.n.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+1F??}@font-face{font-family:Alegreya;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b6bde602766ad63e-s.0xcna_~x3jigg.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:700;font-display:swap;src:url(../media/43cf86ead64c3be9-s.0py8~iw2p5z3j.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:700;font-display:swap;src:url(../media/44c307788a7f7d05-s.0ixovtewue~el.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya;font-style:normal;font-weight:700;font-display:swap;src:url(../media/3e185f0c9c3d9cda-s.p.0mq4tpt28lbs8.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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:Alegreya Fallback;src:local(Times New Roman);ascent-override:100.67%;descent-override:34.18%;line-gap-override:0.0%;size-adjust:100.92%}.alegreya_e691ed5d-module__qRnFxG__className{font-family:Alegreya,Alegreya Fallback}.alegreya_e691ed5d-module__qRnFxG__variable{--font-display:"Alegreya", "Alegreya Fallback"}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.075ksw~sx6hmf.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.152ftqe40mrji.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/ff5be760267bb4bc-s.0.82snbe0x2a8.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/99596c30eb072d3c-s.0s6~0_kovb3c2.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/e5864b32625b6bc3-s.06wztka3punf6.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/e285ad1a914469f0-s.0d9dgiv-6zu4j.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.0cqfp9mgbqxvb.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.075ksw~sx6hmf.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.152ftqe40mrji.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/ff5be760267bb4bc-s.0.82snbe0x2a8.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/99596c30eb072d3c-s.0s6~0_kovb3c2.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/e5864b32625b6bc3-s.06wztka3punf6.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/e285ad1a914469f0-s.0d9dgiv-6zu4j.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.0cqfp9mgbqxvb.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.075ksw~sx6hmf.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.152ftqe40mrji.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/ff5be760267bb4bc-s.0.82snbe0x2a8.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/99596c30eb072d3c-s.0s6~0_kovb3c2.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/e5864b32625b6bc3-s.06wztka3punf6.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/e285ad1a914469f0-s.0d9dgiv-6zu4j.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.0cqfp9mgbqxvb.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.075ksw~sx6hmf.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.152ftqe40mrji.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/ff5be760267bb4bc-s.0.82snbe0x2a8.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/99596c30eb072d3c-s.0s6~0_kovb3c2.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/e5864b32625b6bc3-s.06wztka3punf6.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/e285ad1a914469f0-s.0d9dgiv-6zu4j.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.0cqfp9mgbqxvb.woff2?dpl=dpl_31otJRYK9yytSwMxfRmm8mPUfVBv)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 Sans 3 Fallback";src:local(Arial);ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.0%;size-adjust:93.76%}.source_sans_3_be10e226-module__I9i7Vq__className{font-family:"Source Sans 3","Source Sans 3 Fallback";font-style:normal}.source_sans_3_be10e226-module__I9i7Vq__variable{--font-body:"Source Sans 3", "Source Sans 3 Fallback"}
