:root{--blue:#1a73e8;--blue-dark:#1765cc;--blue-soft:#e8f0fe;--blue-text:#1967d2;--green:#34a853;--green-soft:#e6f4ea;--red:#d93025;--red-soft:#fce8e6;--amber:#e37400;--amber-soft:#fef7e0;--ink:#202124;--ink2:#3c4043;--muted:#5f6368;--line:#dadce0;--line2:#e8eaed;--hover:#f1f3f4;--bg:#ffffff;--brand:#e8622c;--brand-dark:#c44a1a;--radius:8px;--font:var(--font-roboto),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.gapp{min-height:100vh;flex-direction:column}.gapp,.gbar{display:flex}.gbar{height:64px;align-items:center;gap:8px;padding:0 16px;background:#fff;border-bottom:1px solid var(--line2);position:-webkit-sticky;position:sticky;top:0;z-index:20}.gbar .ham{border:none;background:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:grid;place-items:center;color:var(--muted)}.gbar .ham:hover{background:var(--hover)}.brandlogo{display:flex;align-items:baseline;gap:8px;font-size:20px;white-space:nowrap}.mmlogo{font-weight:700;color:var(--ink);letter-spacing:-.3px;font-size:20px}.brandlogo .g{letter-spacing:-.5px}.brandlogo .g,.brandlogo .g b{font-weight:500}.gw span:first-child{color:#4285F4}.gw span:nth-child(2){color:#EA4335}.gw span:nth-child(3){color:#FBBC05}.gw span:nth-child(4){color:#4285F4}.gw span:nth-child(5){color:#34A853}.gw span:nth-child(6){color:#EA4335}.gw span:nth-child(7){color:#4285F4}.brandlogo .sub{color:var(--muted);font-size:18px;font-weight:400}@media (max-width:640px){.brandlogo .sub{display:none}}.gsearch{flex:1 1;max-width:560px;margin:0 12px;display:flex;align-items:center;gap:10px;background:var(--hover);border:1px solid transparent;border-radius:8px;padding:0 14px;height:44px}.gsearch:focus-within{background:#fff;border-color:var(--line);box-shadow:0 1px 6px rgba(32,33,36,.12)}.gsearch svg{color:var(--muted);flex:0 0 auto}.gsearch input{flex:1 1;border:none;background:none;outline:none;font-size:15px;color:var(--ink)}.gbar .spacer{flex:1 1}.gbar .iconbtn{border:none;background:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:grid;place-items:center;color:var(--muted)}.gbar .iconbtn:hover{background:var(--hover)}.avatar{width:32px;height:32px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:500;font-size:15px;cursor:default;flex:0 0 auto}.gmain{flex:1 1;display:flex;align-items:stretch}.gside{width:256px;flex:0 0 256px;border-right:1px solid var(--line2);padding:12px;background:#fff}@media (max-width:880px){.gside{display:none}}.navitem{display:flex;align-items:center;gap:16px;padding:10px 14px;border-radius:0 22px 22px 0;color:var(--ink2);font-size:14px;font-weight:500;cursor:pointer;margin:2px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navitem:hover{background:var(--hover);text-decoration:none}.navitem.active{background:var(--blue-soft);color:var(--blue-text)}.navitem .mi{flex:0 0 20px;display:grid;place-items:center}.gcontent{flex:1 1;min-width:0;padding:24px 28px 60px;max-width:1100px}@media (max-width:640px){.gcontent{padding:18px 16px 50px}}.signin-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff}.signin{width:100%;max-width:460px;border:1px solid var(--line);border-radius:12px;padding:40px 40px 32px;box-shadow:0 1px 3px rgba(32,33,36,.1)}@media (max-width:520px){.signin{padding:28px 22px;border:none;box-shadow:none}}.signin .top{text-align:center;margin-bottom:22px}.signin .top .glogo{font-size:22px;margin-bottom:14px}.signin h1{font-size:24px;font-weight:400;margin:0 0 8px;letter-spacing:-.2px}.signin p.sub{color:var(--muted);font-size:15px;margin:0}.field{display:block;font-size:13px;font-weight:500;color:var(--ink2);margin:22px 0 0}.mtf{position:relative;margin-top:8px}.mtf input{width:100%;font-size:16px;padding:14px 15px;border:1px solid var(--line);border-radius:8px;font-family:inherit;outline:none;transition:.15s}.mtf input:focus{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.hint{font-size:12.5px;color:var(--muted);margin:8px 2px 0}.combo{position:relative}.mini-spin{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid var(--line);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}ul.places.dropdown{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:30;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 6px 20px rgba(32,33,36,.18);margin:0;padding:6px;max-height:320px;overflow:auto}ul.places.dropdown .placeitem{border:none;margin:0;border-radius:8px}ul.places{list-style:none;padding:0;margin:14px 0 0}.placeitem{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:8px;margin-bottom:8px;cursor:pointer;transition:.12s}.placeitem:hover{border-color:var(--blue);background:#f8fbff}.placeitem .pin-ico{font-size:18px;flex:0 0 auto}.placecard .meta,.placeitem .meta{flex:1 1;min-width:0}.placecard .meta b,.placeitem .meta b{display:block;font-weight:500;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.placecard .meta small,.placeitem .meta small{display:block;color:var(--muted);font-size:12.5px}.placeitem .chev{color:var(--muted);font-size:22px;flex:0 0 auto}.placecard{display:flex;gap:12px;padding:14px;border:1px solid var(--blue);background:var(--blue-soft);border-radius:8px;margin-top:18px}.btn,.placecard{align-items:center}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:500;padding:0 24px;height:44px;cursor:pointer;display:inline-flex;justify-content:center;gap:10px;transition:.12s}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue-dark);box-shadow:0 1px 2px rgba(60,64,67,.3)}.btn.tonal{background:var(--blue-soft);color:var(--blue-text)}.btn.tonal:hover{background:#d7e6fd}.btn.outline{background:#fff;color:var(--blue);border-color:var(--line)}.btn.outline:hover{background:#f8fbff;border-color:#cdd9ec}.btn.text{background:none;color:var(--blue);padding:0 8px}.btn.text:hover{background:var(--blue-soft);text-decoration:none}.btn.block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.gicon{width:18px;height:18px;flex:0 0 auto}.note{display:flex;gap:11px;border-radius:8px;padding:12px 14px;margin:18px 0 0;font-size:13.5px}.note.info{background:var(--blue-soft);color:#174ea6}.note.warn{background:var(--amber-soft);color:#7a4c00}.note.err{background:var(--red-soft);color:#a50e0e}.note .ic{flex:0 0 auto}.crumbs{font-size:13px;color:var(--muted);margin-bottom:6px}.page-h{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.page-h h1{font-size:22px;font-weight:400;margin:0;color:var(--ink)}.valid{min-width:230px}.valid .row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--muted);margin-bottom:6px}.valid .row b{color:var(--ink)}.bar{height:6px;background:var(--line2);overflow:hidden}.bar,.bar>i{border-radius:99px}.bar>i{display:block;height:100%;background:var(--green);transition:width .5s ease}.bar.partial>i{background:var(--amber)}.toolbar{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.chip,.toolbar{align-items:center}.chip{display:inline-flex;gap:6px;border:1px solid var(--line);border-radius:8px;padding:7px 12px;font-size:13px;color:var(--ink2);background:#fff;cursor:default}.toolbar .spacer{flex:1 1}.tablewrap{border:1px solid var(--line2);border-radius:10px;overflow-x:auto}table.gtable{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}table.gtable th{text-align:left;font-weight:500;color:var(--muted);font-size:12px;padding:12px 16px;white-space:nowrap;background:#fff}table.gtable td,table.gtable th{border-bottom:1px solid var(--line2)}table.gtable td{padding:14px 16px;vertical-align:middle;color:var(--ink2)}table.gtable tr:last-child td{border-bottom:none}table.gtable tbody tr:hover{background:#fafbfc}table.gtable tr.matched{background:var(--blue-soft)}table.gtable tr.matched:hover{background:#deeafd}.ent{display:flex;flex-direction:column}.ent b{color:var(--ink);font-weight:500}.ent small{color:var(--muted);font-size:12.5px}.ent .closed{color:var(--red);font-size:12px;font-weight:500;margin-top:1px}.mchip{display:inline-block;font-size:11px;font-weight:600;color:var(--blue-text);background:#fff;border:1px solid #c6dafc;border-radius:6px;padding:1px 7px;margin-left:8px;vertical-align:middle}.state{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500}.state.ok{color:var(--blue-text)}.state.no{color:var(--muted)}.state .d{width:18px;height:18px;flex:0 0 auto}.rolepill{font-size:12.5px;color:var(--ink2);background:var(--hover);border-radius:99px;padding:4px 11px;white-space:nowrap}.rolepill,.viewlink{display:inline-flex;align-items:center}.viewlink{gap:6px;color:var(--blue);font-weight:500;font-size:13px}.viewlink .gg{width:15px;height:15px}.detail{border:1px solid var(--line2);border-radius:10px;padding:20px;margin-bottom:22px;background:#fff}.detail .dh{display:flex;align-items:flex-start;gap:14px}.detail .dh .ring{flex:0 0 46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:22px}.detail .dh.ok .ring{background:var(--green-soft);color:var(--green)}.detail .dh.bad .ring{background:var(--red-soft);color:var(--red)}.detail .dh.warn .ring{background:var(--amber-soft);color:var(--amber)}.detail .dh h2{font-size:18px;font-weight:500;margin:0 0 2px}.detail .dh p{margin:0;color:var(--muted);font-size:13.5px}.detail .grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;margin-top:18px}@media (max-width:720px){.detail .grid{grid-template-columns:1fr}}.detail h3{font-size:13px;font-weight:500;color:var(--muted);margin:0 0 10px;text-transform:none}ul.req{list-style:none;padding:0;margin:0}ul.req li{display:flex;align-items:center;gap:10px;font-size:13.5px;padding:6px 0;color:var(--ink2)}ul.req li .chk{flex:0 0 20px;height:20px;border-radius:5px;display:grid;place-items:center;font-size:11px;font-weight:800}ul.req li.yes .chk{background:var(--green-soft);color:var(--green)}ul.req li.no{color:var(--muted)}ul.req li.no .chk{background:var(--hover);color:#b0aaa2}.people{list-style:none;padding:0;margin:0}.people li{display:flex;align-items:center;gap:11px;padding:8px 0;font-size:13.5px;border-bottom:1px solid var(--line2)}.people li:last-child{border-bottom:none}.people li .av{flex:0 0 30px;height:30px;border-radius:50%;background:#e8eaed;color:#5f6368;display:grid;place-items:center;font-weight:500}.people li.isagency .av{background:var(--green);color:#fff}.people li .meta{flex:1 1;min-width:0}.people li .meta b{display:block;font-weight:500;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people li .meta small{color:var(--muted)}.people li .tagrole{font-size:11.5px;color:var(--muted);background:var(--hover);padding:3px 9px;border-radius:99px;white-space:nowrap}.mapframe{margin-top:14px;border-radius:8px;overflow:hidden;border:1px solid var(--line2);line-height:0}.mapframe iframe{width:100%;height:200px;border:0;display:block}ul.tips{list-style:none;padding:0;margin:0}ul.tips li{display:flex;gap:12px;align-items:flex-start;margin:0 0 11px;font-size:14px;color:var(--ink2)}ul.tips li .ic{flex:0 0 24px;height:24px;border-radius:50%;background:var(--blue-soft);color:var(--blue-text);display:grid;place-items:center;font-size:13px;font-weight:700;margin-top:1px}ul.tips li b{color:var(--ink);font-weight:500}.accbanner{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:10px;margin-bottom:18px}.accbanner.ok{background:var(--green-soft);border:1px solid #b7e1c5}.accbanner.bad{background:var(--red-soft);border:1px solid #f3c2bd}.accbanner .ico{flex:0 0 36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:18px;color:#fff}.accbanner.ok .ico{background:var(--green)}.accbanner.bad .ico{background:var(--red)}.accbanner .t{flex:1 1;min-width:0}.accbanner .t b{display:block;color:var(--ink);font-weight:500}.accbanner .t small{color:var(--muted)}.vg{border:1px solid var(--line2);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 3px rgba(32,33,36,.08)}.vg-bar{display:flex;align-items:center;gap:18px;padding:14px 20px;border-bottom:1px solid var(--line2)}.vg-glogo{font-size:22px;font-weight:500;letter-spacing:-1px}.vg-q{flex:1 1;max-width:520px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:24px;padding:9px 18px;color:var(--ink);box-shadow:0 1px 4px rgba(32,33,36,.08)}.vg-q span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vg-si{color:var(--blue);flex:0 0 auto}.vg-grid{display:grid;grid-template-columns:1fr 340px;grid-gap:28px;gap:28px;padding:22px 24px 26px}@media (max-width:820px){.vg-grid{grid-template-columns:1fr;gap:22px}}.vg-mhead{display:flex;align-items:center;gap:12px}.vg-ava{flex:0 0 40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7c4dff,#536dfe);color:#fff;display:grid;place-items:center;font-weight:500;font-size:18px}.vg-mhead b{font-size:20px;font-weight:400;color:var(--ink);display:block}.vg-mhead small{color:var(--muted)}.vg-eff{margin-left:auto;color:var(--blue);font-size:13px;white-space:nowrap}.vg-tiles{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px 4px;gap:8px 4px;margin:20px 0 6px}@media (max-width:560px){.vg-tiles{grid-template-columns:repeat(4,1fr)}}.vg-tile{display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;padding:10px 4px;border-radius:10px;font-size:12px;color:var(--blue-text);cursor:default}.vg-tile .ti{width:38px;height:38px;border-radius:50%;background:var(--blue-soft);display:grid;place-items:center;font-size:18px;filter:saturate(.2) brightness(1.05)}.vg-adminnote{color:var(--muted);font-size:12.5px;margin:14px 0 0}.vg-lockmsg{display:flex;align-items:center;gap:8px;margin-top:14px;background:var(--red-soft);color:#8a2620;border-radius:8px;padding:11px 14px;font-size:13.5px;font-weight:500}.vg.locked .vg-eff,.vg.locked .vg-tiles{opacity:.4;pointer-events:none;filter:grayscale(1)}.vg-right{border-left:1px solid var(--line2);padding-left:26px}@media (max-width:820px){.vg-right{border-left:none;padding-left:0;border-top:1px solid var(--line2);padding-top:20px}}.vg-photos{display:grid;grid-template-columns:2fr 1fr;grid-gap:4px;gap:4px;border-radius:10px;overflow:hidden;height:130px;margin-bottom:14px}.vg-photos img{width:100%;height:100%;object-fit:cover}.vg-ph{background:linear-gradient(135deg,#cfd8dc,#eceff1)}.vg-ph.alt{background:linear-gradient(135deg,#dcedc8,#c8e6c9);background:linear-gradient(135deg,#d7ccc8,#a1887f)}.vg-name{font-size:24px;font-weight:400;margin:0 0 6px;color:var(--ink);line-height:1.2}.vg-rate{display:flex;align-items:center;gap:7px;font-size:14px;color:var(--muted);margin-bottom:4px}.vg-rate b{color:var(--ink)}.vg-stars{letter-spacing:1px;font-size:14px}.vg-stars,.vg-stars .on{color:#fbbc04}.vg-stars span:not(.on){color:#dadce0}.vg-rev{color:var(--blue)}.vg-cat{color:var(--muted);font-size:14px;margin-bottom:12px}.vg-badge{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--blue-text);font-weight:500;margin:4px 0 14px}.vg-badge .vg-bi{width:18px;height:18px;flex:0 0 auto}.vg-badge.bad{color:var(--red)}.vg-ctas{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.vg-cta{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:20px;padding:7px 16px;font-size:13px;color:var(--blue);font-weight:500}.vg-cta:hover{background:#f6faff;text-decoration:none}.vg-facts{font-size:13.5px;color:var(--ink2);border-top:1px solid var(--line2);padding-top:14px}.vg-facts div{margin-bottom:7px}.vg-facts b{font-weight:500}details.help{margin-top:16px;border:1px solid var(--line2);border-radius:8px;padding:0 16px;background:#fafbfc}details.help summary{cursor:pointer;font-weight:500;font-size:13.5px;color:var(--blue);padding:14px 0;list-style:none}details.help summary::-webkit-details-marker{display:none}details.help summary:before{content:"+ ";font-weight:700}details.help[open] summary:before{content:"– "}.shot{margin:14px 0 4px}.browser{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#202124}.browser .bar2{display:flex;align-items:center;gap:7px;padding:8px 11px;background:#2d2e31}.browser .bar2 .dot{width:10px;height:10px;border-radius:50%}.browser .bar2 .dot.r{background:#ee6a5f}.browser .bar2 .dot.y{background:#f5bd4f}.browser .bar2 .dot.g{background:#61c454}.frame{position:relative;line-height:0}.frame img{width:100%;display:block}.pin{position:absolute;transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:12px;display:grid;place-items:center;border:3px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.45);z-index:2}.pin:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid var(--blue);opacity:.6;animation:pulse 1.8s ease-out infinite}@keyframes pulse{0%{transform:scale(.7);opacity:.7}to{transform:scale(1.5);opacity:0}}.caption{font-size:12.5px;color:var(--muted);margin:9px 2px 0;text-align:center}.spinner{width:34px;height:34px;border:3px solid var(--line2);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite;margin:60px auto 18px}@keyframes spin{to{transform:rotate(1turn)}}.center,.empty{text-align:center;color:var(--muted)}.empty{padding:60px 20px}.empty .big{font-size:40px;margin-bottom:10px}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-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:Roboto Fallback;src:local("Arial");ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.00%;size-adjust:99.78%}.__className_c06d0e{font-family:Roboto,Roboto Fallback;font-style:normal}.__variable_c06d0e{--font-roboto:"Roboto","Roboto Fallback"}