:root{--red:#c0000c;--red-dark:#8a0008;--red-glow:#c0000c40;--white:#fff;--off-white:#f5f4f2;--light-gray:#e8e6e3;--mid-gray:#9a9490;--dark:#0d0b0b;--dark-2:#1a1716;--dark-3:#231f1f;--border:#c0000c33;--font-body:"Roboto", Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--white);font-family:var(--font-body);margin:0;font-size:16px;line-height:1.6;overflow-x:hidden}body:before{content:"";z-index:0;pointer-events:none;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");position:fixed;inset:0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--red);border-radius:2px}a{color:inherit}svg{flex:none;width:1em;height:1em}section{padding:100px 5%}.site-header{z-index:1000;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d0b0bd9;justify-content:space-between;align-items:center;gap:1.5rem;height:70px;padding:0 5%;transition:background .25s;display:flex;position:fixed;inset:0 0 auto}.site-header.is-scrolled{background:#0d0b0bf7}.nav-logo{color:var(--white);letter-spacing:0;white-space:nowrap;align-items:center;font-size:1.5rem;font-weight:900;text-decoration:none;display:inline-flex}.nav-logo span{color:var(--red)}.desktop-nav{align-items:center;gap:1.75rem;display:flex}.desktop-nav a{color:var(--mid-gray);letter-spacing:.04em;text-transform:uppercase;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .2s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--white)}.desktop-nav .nav-cta{color:var(--white);background:var(--red);border-radius:4px;padding:.52rem 1.2rem}.desktop-nav .nav-cta:hover{background:var(--red-dark)}.nav-badge{color:#4ade80;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:6px;font-size:.7rem;font-weight:700;display:inline-flex}.nav-badge:before{content:"";background:#4ade80;border-radius:999px;width:7px;height:7px;animation:2s infinite pulse-green}@keyframes pulse-green{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.menu-toggle{width:42px;height:42px;color:var(--white);background:0 0;border:1px solid #ffffff1f;border-radius:4px;place-items:center;display:none}.menu-toggle svg{width:24px;height:24px}.mobile-nav{z-index:999;background:#0d0b0bf7;flex-direction:column;gap:.5rem;padding:2rem 5%;transition:transform .3s;display:flex;position:fixed;inset:70px 0 0;transform:translate(100%)}.mobile-nav.open{transform:translate(0)}.mobile-nav a{border-bottom:1px solid var(--border);color:var(--white);padding:.9rem 0;font-size:1.25rem;font-weight:900;text-decoration:none}.hero-section{align-items:center;min-height:100svh;padding-top:120px;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.hero-grid-bg{background-image:linear-gradient(#c0000c0f 1px,#0000 1px),linear-gradient(90deg,#c0000c0f 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%)}.hero-glow{aspect-ratio:1;background:radial-gradient(circle,#c0000c26 0%,#0000 70%);width:min(600px,80vw);position:absolute;top:20%;right:-10%}.hero-glow-2{background:radial-gradient(circle,#c0000c14 0%,#0000 70%);width:min(400px,65vw);inset:auto auto 10% -5%}.hero-content{z-index:1;width:min(100%,980px);position:relative}.hero-eyebrow,.section-eyebrow{color:var(--red);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 1rem;font-size:.75rem;font-weight:900;display:flex}.hero-eyebrow:before,.hero-eyebrow:after,.section-eyebrow:before{content:"";background:var(--red);width:30px;height:1px;display:block}.section-eyebrow:after{display:none}.hero-eyebrow svg{width:18px;height:18px}.hero-title{letter-spacing:0;max-width:900px;margin:0;font-size:clamp(2.8rem,7vw,6rem);font-weight:900;line-height:1}.hero-title span{color:var(--red)}.hero-title em{color:#0000;-webkit-text-stroke:1px #ffffff59;font-style:normal}.hero-sub{max-width:590px;color:var(--mid-gray);margin:1.5rem 0 0;font-size:1.05rem;line-height:1.75}.hero-actions,.form-actions{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.btn-primary,.btn-outline{min-height:46px;font-family:var(--font-body);letter-spacing:.03em;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:900;text-decoration:none;transition:background .2s,border-color .2s,box-shadow .2s,color .2s,transform .2s;display:inline-flex}.btn-primary{border:1px solid var(--red);background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark);box-shadow:0 8px 30px var(--red-glow);transform:translateY(-1px)}.btn-outline{color:var(--white);background:0 0;border:1px solid #fff3}.btn-outline:hover{border-color:var(--red);background:#c0000c14}.btn-primary:disabled,.btn-outline:disabled{cursor:not-allowed;opacity:.45;box-shadow:none;transform:none}.hero-stats{border-top:1px solid #ffffff14;flex-wrap:wrap;gap:3rem;margin-top:4rem;padding-top:2rem;display:flex}.stat-item{gap:.25rem;display:grid}.stat-item strong{color:var(--red);font-size:2rem;font-weight:900;line-height:1}.stat-item span{color:var(--mid-gray);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700}.trust-bar{background:var(--dark-2);border-block:1px solid var(--border);justify-content:center;align-items:center;gap:2.5rem;padding:1.2rem 5%;display:flex}.trust-label{color:var(--mid-gray);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;font-size:.7rem;font-weight:700}.trust-items{flex-wrap:wrap;justify-content:center;gap:1.4rem 2.5rem;display:flex}.trust-item{color:#ffffff8c;letter-spacing:.04em;white-space:nowrap;align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:inline-flex}.trust-item svg{color:var(--red)}.section-header{max-width:620px;margin-bottom:4rem}.section-title{letter-spacing:0;margin:0;font-size:clamp(1.8rem,4vw,3rem);font-weight:900;line-height:1.1}.section-sub{max-width:560px;color:var(--mid-gray);margin:1rem 0 0;line-height:1.7}.section-header.light .section-title{color:var(--dark)}.section-header.light .section-sub{color:#666}.services-section{background:var(--white);color:var(--dark)}.services-grid{border:1px solid #e0e0e0;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.service-card{background:var(--white);border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;min-height:250px;padding:2rem 1.8rem;transition:background .25s,box-shadow .25s;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--red);width:3px;height:0;transition:height .3s;position:absolute;inset:0 auto auto 0}.service-card:hover{background:#fafafa}.service-card:hover:before{height:100%}.service-card:nth-child(4n){border-right:0}.service-card:nth-last-child(-n+1){border-bottom:0}.service-icon{width:48px;height:48px;color:var(--red);justify-content:center;align-items:center;margin-bottom:1.2rem;font-size:1.65rem;transition:transform .2s;display:flex}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h3{color:var(--dark);letter-spacing:.04em;text-transform:uppercase;margin:0 0 .75rem;font-size:.82rem;font-weight:900;line-height:1.35}.service-card p{color:#555;margin:0;font-size:.875rem;line-height:1.65}.frameworks-layout,.about-layout,.contact-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:4rem;display:grid}.framework-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;display:grid}.framework-badge,.tool-chip{border:1px solid var(--border);background:var(--dark-2)}.framework-badge{min-height:82px;color:var(--white);border-radius:6px;align-items:center;gap:1rem;padding:1.25rem 1.35rem;font-size:1rem;font-weight:900;line-height:1.25;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:inset 0 0 0 1px #ffffff06}.framework-badge:hover{background:#211d1d;border-color:#c0000c6b;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #ffffff09,0 12px 28px #c0000c1f}.framework-badge img,.tool-chip img{object-fit:contain;flex:none;width:32px;height:32px}.framework-badge img{transform-origin:50%;background:linear-gradient(#fffffffa,#f6f7f8f0);border:1px solid #c0000c52;border-radius:12px;width:52px;height:52px;padding:.5rem;transform:scale(1.2);box-shadow:0 10px 24px #c0000c1f,inset 0 0 0 1px #ffffff80}.framework-badge span{color:var(--white);letter-spacing:.01em;display:block}.tool-chip img{filter:none;transform-origin:50%;background:linear-gradient(#fffffffa,#f6f7f8f0);border:1px solid #c0000c52;border-radius:12px;width:52px;height:52px;padding:.5rem;transform:scale(1.2);box-shadow:0 10px 24px #c0000c1f,inset 0 0 0 1px #ffffff80}.tools-list{flex-wrap:wrap;gap:.95rem;display:flex}.tool-chip{min-height:58px;color:var(--white);letter-spacing:.01em;border-radius:6px;align-items:center;gap:.8rem;padding:.8rem 1.05rem;font-size:.95rem;font-weight:900;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff06}.tool-chip:hover{background:#211d1d;border-color:#c0000c80;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #ffffff09,0 10px 24px #c0000c24}.about-section{background:var(--dark-2)}.about-text p{color:var(--mid-gray);margin:0 0 1.2rem;line-height:1.75}.about-text .btn-primary{margin-top:.4rem}.credential-label{color:var(--mid-gray);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.2rem;font-size:.8rem;font-weight:900}.cert-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.cert-card{text-align:center;background:var(--dark-3);border:1px solid var(--border);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:1.2rem;display:flex}.cert-logo{width:56px;height:56px;color:var(--red);border:1px solid var(--border);background:#c0000c14;border-radius:999px;place-items:center;margin-bottom:.9rem;font-size:1.55rem;display:grid;overflow:hidden}.cert-logo img{object-fit:contain;background:#fffffff5;border-radius:999px;width:100%;height:100%;padding:.3rem}.cert-logo span{color:var(--red);font-size:1.2rem;font-weight:900}.cert-card p{color:var(--mid-gray);text-transform:uppercase;margin:0 0 .25rem;font-size:.72rem;font-weight:700}.cert-card h3{color:var(--white);margin:0;font-size:.95rem;line-height:1.35}.cert-card-wide{text-align:left;flex-direction:row;grid-column:1/-1;justify-content:flex-start;gap:1rem;min-height:auto}.cert-card-wide .cert-logo{margin:0}.tech-section{background:var(--white);color:var(--dark);border-top:1px solid #e0e0e0}.tech-section .section-header{text-align:center;max-width:760px;margin-inline:auto}.tech-section .section-eyebrow{justify-content:center}.tech-section .section-title{color:var(--dark)}.tech-section .section-sub{color:#666;margin-inline:auto}.tech-deck{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1050px;margin:0 auto;display:flex}.tech-tile{background:#fafafa;border:1px solid #e4e0dd;border-radius:8px;flex:0 0 calc(14.2857% - .857143rem);place-items:center;min-height:112px;padding:1.2rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.tech-tile:hover{border-color:#c0000c59;transform:translateY(-2px);box-shadow:0 16px 36px #0d0b0b14}.tech-tile img{object-fit:contain;width:100%;max-width:86px;max-height:64px;transition:transform .22s}.tech-tile:hover img{transform:scale(1.12)}.contact-section{background:var(--dark)}.contact-section .section-header{text-align:center;margin-inline:auto}.contact-section .section-eyebrow{justify-content:center}.contact-layout{grid-template-columns:minmax(0,720px);justify-content:center}.contact-form{background:var(--dark-2);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:1rem;min-height:360px;padding:1.5rem;display:flex}.form-progress{background:var(--dark-3);border-radius:999px;height:4px;overflow:hidden}.form-progress-bar{background:var(--red);height:100%;transition:width .25s}.form-step-meta{color:var(--mid-gray);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.form-group{flex-direction:column;gap:.55rem;display:flex}.form-group label{color:var(--white);font-size:1.35rem;font-weight:900;line-height:1.2}.form-group input,.form-group select{width:100%;min-height:52px;color:var(--white);background:var(--dark-3);border:1px solid var(--border);font:inherit;border-radius:4px;outline:none;padding:.75rem 1rem}.form-group input:focus,.form-group select:focus{border-color:var(--red)}.form-group option{color:var(--white);background:var(--dark-2)}.hidden-field{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-actions{justify-content:space-between;margin-top:auto}.form-success{justify-content:center;align-items:flex-start}.success-icon{color:#4ade80;background:#4ade8014;border:1px solid #4ade804d;border-radius:999px;place-items:center;width:52px;height:52px;font-size:1.7rem;display:grid}.form-success h3{margin:0;font-size:1.6rem}.form-success p{color:var(--mid-gray);margin:0}.site-footer{--footer-red:#e63030;background:var(--dark-2);border-top:1px solid var(--border);padding:60px 80px 30px}.footer-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:4rem;margin-bottom:3rem;display:grid}.footer-brand p{max-width:310px;color:var(--mid-gray);margin:1rem 0 0;font-size:.875rem;line-height:1.7}.footer-socials{gap:.75rem;margin-top:1.5rem;display:flex}.social-btn{width:36px;height:36px;color:var(--mid-gray);background:var(--dark-3);border:1px solid var(--border);border-radius:6px;place-items:center;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:grid}.social-btn:hover{color:var(--white);border-color:var(--footer-red);background:#c0000c1a}.footer-contact{flex-direction:column;gap:.9rem;display:flex}.footer-col h2,.footer-contact h2{color:var(--footer-red);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.1rem;font-size:.78rem;font-weight:900}.footer-col ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-col a,.footer-contact-row{color:var(--mid-gray);font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.footer-col a:hover,.footer-contact-row:hover{color:var(--white)}.footer-contact-row{align-items:center;gap:.75rem;display:inline-flex}.footer-contact-row svg{width:20px;height:20px;color:var(--footer-red)}.footer-bottom{border-top:1px solid var(--border);text-align:center;justify-content:center;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-bottom p{color:var(--mid-gray);margin:0;font-size:.8rem}.whatsapp-btn{background:#25d366;width:56px;height:56px;font-size:1.5rem;transition:transform .2s,box-shadow .2s;animation:3s infinite pulse-wa;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.whatsapp-btn:hover{animation:none;transform:scale(1.08);box-shadow:0 6px 28px #25d3668c}@keyframes pulse-wa{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 32px #25d366a6}}.scroll-top-btn{z-index:1001;width:46px;height:46px;color:var(--white);background:var(--dark-3);border:1px solid var(--border);opacity:0;pointer-events:none;cursor:pointer;border-radius:999px;place-items:center;text-decoration:none;transition:opacity .25s,background .2s,border-color .2s,transform .2s;display:grid;position:fixed;bottom:2rem;right:3rem;box-shadow:0 4px 16px #0006}.scroll-top-btn.visible{opacity:1;pointer-events:auto}.scroll-top-btn:hover{background:var(--red);border-color:var(--red);transform:translateY(-2px)}.news-hero{align-items:center;min-height:72svh;padding-top:130px;display:flex;position:relative;overflow:hidden}.news-source-stats{max-width:780px}.news-feed-section{background:var(--white);color:var(--dark)}.news-toolbar{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem;display:flex}.news-toolbar .section-title{color:var(--dark)}.news-toolbar .section-sub{color:#666}.news-refresh{white-space:nowrap;margin-top:.25rem}.news-refresh:disabled svg{animation:.85s linear infinite spin}.news-updated{color:#666;margin:-1.5rem 0 2rem;font-size:.85rem;font-weight:700}.news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.news-card{background:var(--white);border:1px solid #e0e0e0;border-radius:4px;flex-direction:column;min-height:300px;padding:1.5rem;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.news-card:before{content:"";background:var(--red);width:3px;height:0;transition:height .25s;position:absolute;inset:0 auto auto 0}.news-card:hover{background:#fafafa;border-color:#c0000c40;transform:translateY(-2px);box-shadow:0 18px 36px #0d0b0b14}.news-card:hover:before{height:100%}.news-card-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.news-card-meta span{color:var(--red);letter-spacing:.06em;text-transform:uppercase;background:#c0000c14;border-radius:4px;padding:.35rem .55rem;font-size:.72rem;font-weight:900;display:inline-flex}.news-card-meta time{color:#666;font-size:.78rem;font-weight:700}.news-card h3{color:var(--dark);margin:0 0 1rem;font-size:1.1rem;font-weight:900;line-height:1.25}.news-card p{color:#555;margin:0 0 1.4rem;font-size:.92rem;line-height:1.65}.news-card a{color:var(--red);align-items:center;gap:.45rem;margin-top:auto;font-weight:900;text-decoration:none;display:inline-flex}.news-card a:hover{color:var(--red-dark)}.news-state{color:#666;text-align:center;background:#fafafa;border:1px solid #e0e0e0;border-radius:4px;place-items:center;gap:1rem;min-height:260px;padding:2rem;display:grid}.news-state h3{color:var(--dark);margin:0;font-size:1.4rem}.news-state p{margin:0}.news-error{background:#c0000c0a;border-color:#c0000c40}.news-spinner{border:3px solid #c0000c2e;border-top-color:var(--red);border-radius:999px;width:42px;height:42px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1180px){.desktop-nav{gap:1.1rem}.nav-badge{display:none}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tech-deck{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card:nth-child(4n){border-right:1px solid #e0e0e0}.service-card:nth-child(3n){border-right:0}}@media (max-width:960px){.desktop-nav{display:none}.menu-toggle{display:grid}.services-grid,.tech-deck,.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.frameworks-layout,.about-layout,.contact-layout{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:720px){section{padding:76px 5%}.hero-section{align-items:flex-start;min-height:auto;padding-top:120px}.hero-eyebrow{flex-wrap:wrap;align-items:flex-start;line-height:1.6}.hero-eyebrow:after{display:none}.hero-actions,.form-actions{flex-direction:column}.hero-actions .btn-primary,.hero-actions .btn-outline,.form-actions .btn-primary,.form-actions .btn-outline{width:100%}.hero-stats{gap:1.5rem}.trust-bar{flex-direction:column;align-items:flex-start}.services-grid,.framework-grid,.cert-grid,.news-grid{grid-template-columns:1fr}.tech-deck{justify-content:center}.tech-tile{flex-basis:calc(50% - .5rem)}.news-toolbar{flex-direction:column}.news-refresh{width:100%}.service-card,.service-card:nth-child(3n),.service-card:nth-child(4n){border-right:0}.cert-card-wide{text-align:center;flex-direction:column;align-items:center}.contact-form{min-height:340px}.footer-bottom{grid-template-columns:1fr}.footer-contact{gap:.85rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:center}}@media (max-width:600px){.site-footer{padding:52px 5% 28px}}@media (max-width:460px){.site-header{padding-inline:4%}.nav-logo{font-size:1.3rem}.hero-title{font-size:clamp(2.5rem,16vw,3.8rem)}.hero-sub{font-size:1rem}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.section-header{margin-bottom:2.5rem}.service-card,.tech-tile,.contact-form{padding:1.3rem}.form-group label{font-size:1.15rem}.whatsapp-btn{width:50px;height:50px;font-size:1.3rem;bottom:1.2rem;right:1.2rem}}
@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:300;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,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:300;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.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(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,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(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.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(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,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(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.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(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,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(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:900;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,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:900;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.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:Roboto Fallback;src:local(Arial);ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.0%;size-adjust:99.78%}.roboto_eb9d9dfd-module__dCxMyq__className{font-family:Roboto,Roboto Fallback;font-style:normal}.roboto_eb9d9dfd-module__dCxMyq__variable{--font-roboto:"Roboto", "Roboto Fallback"}
