:root{--tnx-green: #74ca45;--tnx-green-strong: #3d8a22;--tnx-green-dark: #1f5f26;--tnx-gold: #e8a84c;--tnx-gold-deep: #d99128;--tnx-serif: Georgia, "Times New Roman", serif;--tnx-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.login-page,.login-page *{box-sizing:border-box}.login-page{position:relative;min-height:100vh;min-height:100dvh;margin:0;display:flex;align-items:center;justify-content:flex-end;padding:48px clamp(24px,7vw,130px);overflow:hidden;background:#07130b;color:#234d28;font-family:var(--tnx-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.login-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/login-official/login-bg-desktop.webp);background-size:cover;background-position:center center;z-index:0}.login-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#07130b4d,#07130b1f,#07130b8c 64%,#07130bdb),radial-gradient(70% 60% at 80% 50%,rgba(7,19,11,.55) 0%,transparent 70%),linear-gradient(180deg,#07130b6b,#07130b1a 38%,#07130b99)}.login-card{position:relative;z-index:2;width:100%;max-width:460px;background:linear-gradient(155deg,#11291aeb,#0a1b10f0);border:1px solid rgba(116,202,69,.18);border-radius:30px;padding:42px 44px 32px;box-shadow:0 1px #ffffff0d inset,0 40px 100px #00000094;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.card-lockup{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.card-lockup .mark{height:80px;width:80px;flex:none;display:block;-webkit-user-select:none;user-select:none}.card-lockup .name{font-family:var(--tnx-serif);font-weight:800;font-size:48px;line-height:1;letter-spacing:-.02em}.card-lockup .name .terra{color:var(--tnx-green)}.card-lockup .name .nexa{color:#efb259}.login-eyebrow{text-align:center;font-size:11.5px;font-weight:800;letter-spacing:.26em;text-transform:uppercase;color:#87a578;margin:0 0 30px}.login-form{display:flex;flex-direction:column}.field{margin-bottom:18px}.field-label{display:block;font-size:14px;font-weight:600;color:#cfe0c6;margin-bottom:8px}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap .lead-icon{position:absolute;left:15px;width:18px;height:18px;color:#819a6f;pointer-events:none}.input-wrap input{width:100%;height:52px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#ffffff0b;color:#f3f8ee;font-family:var(--tnx-sans);font-size:15px;padding:0 48px 0 44px;outline:none;transition:border-color .15s,box-shadow .15s}.input-wrap input::placeholder{color:#8a9783}.input-wrap input:focus{border-color:var(--tnx-green);box-shadow:0 0 0 3px #74ca452e}.input-wrap .eye{position:absolute;right:13px;width:30px;height:30px;border:0;background:transparent;cursor:pointer;color:#91a085;display:grid;place-items:center;padding:0;border-radius:8px}.input-wrap .eye:hover{color:var(--tnx-green)}.input-wrap .eye svg{width:19px;height:19px}.form-meta{display:flex;align-items:center;justify-content:space-between;margin:4px 0 22px;gap:12px}.remember{display:inline-flex;align-items:center;gap:9px;cursor:pointer;font-size:14px;color:#d6e3cd;-webkit-user-select:none;user-select:none}.remember input{position:absolute;opacity:0;width:0;height:0}.remember .box{width:19px;height:19px;border-radius:6px;border:1.5px solid rgba(255,255,255,.3);background:#ffffff0d;display:grid;place-items:center;flex:none;transition:all .15s}.remember .box svg{width:12px;height:12px;color:#fff;opacity:0}.remember input:checked+.box{background:var(--tnx-green-strong);border-color:var(--tnx-green-strong)}.remember input:checked+.box svg{opacity:1}.remember input:focus-visible+.box{box-shadow:0 0 0 3px #74ca4540}.forgot{background:none;border:0;padding:0;cursor:pointer;font-family:var(--tnx-sans);font-size:14px;font-weight:600;color:#8fd45f}.forgot:hover{text-decoration:underline}.forgot:focus-visible{outline:3px solid rgba(116,202,69,.42);outline-offset:3px;border-radius:4px}.login-status{margin:0 0 18px;padding:11px 14px;border-radius:12px;font-size:13px;font-weight:600;line-height:1.35}.login-status--error{border:1px solid rgba(231,111,81,.45);background:#78241a6b;color:#ffd7cb}.login-status--success{border:1px solid rgba(116,202,69,.45);background:#265f226b;color:#d8f3c8}.submit{width:100%;height:56px;border:0;border-radius:12px;background:linear-gradient(180deg,#4a8f37,#2f6e24);color:#fff;font-family:var(--tnx-sans);font-size:16px;font-weight:800;letter-spacing:.1em;cursor:pointer;box-shadow:0 14px 34px #3d8a2252;transition:transform .12s,box-shadow .15s,filter .15s}.submit:hover{transform:translateY(-2px);box-shadow:0 18px 40px #3d8a2266;filter:brightness(1.05)}.submit:active{transform:translateY(0)}.submit:disabled{cursor:wait;opacity:.78;transform:none;filter:none}.submit:focus-visible,.eye:focus-visible{outline:3px solid rgba(116,202,69,.42);outline-offset:3px}.secure-note{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:26px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:12.5px;color:#9bae93}.secure-note svg{width:14px;height:14px}.login-foot{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;font-size:12.5px}.login-foot a{color:#9bae93;text-decoration:none;font-weight:600}.login-foot a:hover{color:var(--tnx-green);text-decoration:underline}.login-foot a:focus-visible{outline:3px solid rgba(116,202,69,.42);outline-offset:3px;border-radius:4px}.login-foot-sep{color:#9bae9380}@media (max-width: 820px){.login-page{justify-content:center;padding:40px clamp(20px,5vw,48px)}.login-page:before{background-image:url(/login-official/login-bg-mobile.webp)}.login-page:after{background:radial-gradient(110% 80% at 50% 60%,#07130b52,#07130bb3 60%,#07130be6),linear-gradient(180deg,#07130b66,#07130b2e 30%,#07130bcc)}}@media (max-width: 520px){.login-page{padding:24px 16px}.login-card{padding:32px 26px 26px;border-radius:24px}.card-lockup .name{font-size:38px}.card-lockup .mark{height:64px;width:64px}}@media (max-height: 720px){.login-page{align-items:flex-start;overflow-y:auto}}@media (max-width: 899px){.login-page{min-height:100vh;align-items:flex-start;overflow:visible;padding-bottom:96px}}.tn-auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px 16px;background:linear-gradient(145deg,#f7fbef,#eef8e7 46%,#fff5dc);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;box-sizing:border-box}.tn-auth-page *{box-sizing:border-box}.tn-auth-card{width:100%;max-width:440px;background:#fff;border:1px solid #dfead7;border-radius:22px;box-shadow:0 18px 42px #1946201f;padding:34px 30px 28px}.tn-auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}.tn-auth-brand-text{font-size:22px;font-weight:900;letter-spacing:-.5px;color:#1a3a0a}.tn-auth-brand-text b{color:#e8a84c;font-weight:900}.tn-auth-divider{height:5px;width:64px;border-radius:999px;background:linear-gradient(90deg,#3d8a22,#7ec850);margin:0 0 20px}.tn-auth-eyebrow{margin:0 0 6px;color:#8a9070;font-size:10px;font-family:SF Mono,Monaco,Courier New,monospace;letter-spacing:2px;font-weight:800}.tn-auth-title{margin:0 0 8px;color:#1a3a0a;font-size:24px;font-weight:900;line-height:1.2}.tn-auth-subtitle{margin:0 0 20px;color:#5a6a40;font-size:14px;line-height:1.5}.tn-auth-form{display:grid;gap:14px}.tn-auth-field{display:grid;gap:6px;position:relative}.tn-auth-label{font-size:12px;font-weight:700;color:#1a3a0a;letter-spacing:.2px}.tn-auth-input{width:100%;border:1px solid #e5e7eb;border-radius:11px;padding:13px 44px 13px 14px;font-size:15px;color:#17381e;background:#fafdf7;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.tn-auth-input:focus{border-color:#387730b3;box-shadow:0 0 0 3px #37773024;background:#fff}.tn-auth-input::placeholder{color:#9aa295}.tn-auth-eye{position:absolute;right:8px;bottom:7px;width:30px;height:30px;border:0;border-radius:8px;background:transparent;cursor:pointer;color:#5a6a40;font-size:15px;display:inline-flex;align-items:center;justify-content:center}.tn-auth-submit{margin-top:4px;width:100%;border:0;border-radius:12px;padding:14px 18px;background:linear-gradient(180deg,#3f7e31,#2f6e24);box-shadow:0 10px 24px #16471840;color:#fff;font-size:15px;font-weight:800;letter-spacing:.06em;cursor:pointer;transition:opacity .15s,transform .05s}.tn-auth-submit:active{transform:translateY(1px)}.tn-auth-submit:disabled{opacity:.7;cursor:wait}.tn-auth-message{border-radius:10px;padding:11px 14px;font-size:13px;font-weight:600;line-height:1.45}.tn-auth-message b{font-weight:800}.tn-auth-message--error{background:#fbe0d8;border:1px solid #e85a3a;color:#b83820}.tn-auth-message--success{background:#e8f4dc;border:1px solid #3d8a22;color:#255f22}.tn-auth-box{background:#f7fbf3;border:1px solid #d8e8ce;border-radius:12px;padding:12px 14px;margin:0 0 18px}.tn-auth-box-label{margin:0;font-size:11px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;color:#21831b}.tn-auth-box-value{margin:4px 0 0;font-size:14px;font-weight:700;color:#1a3a0a;word-break:break-word}.tn-auth-foot{margin-top:18px;text-align:center;font-size:13px;color:#5a6a40}.tn-auth-link{background:none;border:0;padding:0;color:#3d8a22;font-weight:800;font-size:13px;cursor:pointer;text-decoration:none;font-family:inherit}.tn-auth-link:hover{text-decoration:underline}.tn-auth-center{text-align:center}.tn-auth-success-icon{width:56px;height:56px;border-radius:50%;background:#e8f4dc;color:#3d8a22;font-size:28px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{margin:0;padding:0;box-sizing:border-box}:root{--tn-safe-top: env(safe-area-inset-top, 0px);--tn-safe-bottom: env(safe-area-inset-bottom, 0px);--tn-header-offset: calc(var(--tn-safe-top) + 86px)}html,body,#root{height:100%;width:100%}@supports (height: 100dvh){html,body,#root{height:100dvh}}body{font-family:Inter Variable,Inter,Arial,sans-serif;background:#fff;color:#1a3a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (max-width: 899px){html,body{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}#root{position:fixed;top:var(--tn-viewport-top, 0px);right:0;left:0;height:var(--tn-viewport-h, 100%);overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;-webkit-overflow-scrolling:touch}html.tn-rota-sem-casca,html.tn-rota-sem-casca body,html.tn-rota-sem-casca #root{position:static;height:auto;min-height:100%;max-height:none;top:auto;right:auto;bottom:auto;left:auto;overflow:visible}#root p,#root h1,#root h2,#root h3,#root h4,#root label,#root strong{overflow-wrap:break-word}}*,*:before,*:after{font-family:Inter Variable,Inter,Arial,sans-serif!important}#root [style*="font-weight: 900"],#root [style*="font-weight: 800"]{font-weight:600!important}#root [style*="font-weight: 700"],#root [style*="font-weight: 600"],#root [style*="font-weight: bold"]{font-weight:400!important}#root [data-menu][style*="font-weight: 900"],#root [data-menu] [style*="font-weight: 900"]{font-weight:900!important}#root [data-menu][style*="font-weight: 800"],#root [data-menu] [style*="font-weight: 800"]{font-weight:800!important}#root [data-menu][style*="font-weight: 700"],#root [data-menu] [style*="font-weight: 700"]{font-weight:700!important}#root [data-menu][style*="font-weight: 600"],#root [data-menu] [style*="font-weight: 600"]{font-weight:600!important}#root [data-menu][style*="font-weight: bold"],#root [data-menu] [style*="font-weight: bold"]{font-weight:700!important}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid #3d8a22!important;outline-offset:2px!important;border-radius:4px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:-2px!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes tn-sync-indeterminada{0%{transform:translate(-100%)}to{transform:translate(300%)}}.leaflet-div-icon.tn-monit-pin{background:transparent;border:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{transform:translate(-100%)}to{transform:translate(0)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.tn-hscroll,.tn-noscrollbar{scrollbar-width:none;-ms-overflow-style:none}.tn-hscroll::-webkit-scrollbar,.tn-noscrollbar::-webkit-scrollbar{display:none}@media (min-width: 900px){section[style*="calc(100svh - 76px)"]{color:#1a3a0a!important}section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"]{left:32px!important;right:32px!important;bottom:14px!important;height:min(34vh,318px)!important;min-height:252px!important;background:linear-gradient(135deg,#fffffff5,#f9fcf4ed)!important;border:1px solid rgba(255,255,255,.98)!important;box-shadow:0 18px 46px #05120957!important;-webkit-backdrop-filter:blur(8px) saturate(108%)!important;backdrop-filter:blur(8px) saturate(108%)!important}section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"] *,section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"] p,section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"] span,section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"] strong,section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"] h2,section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"] h3{color:#1a3a0a!important;text-shadow:none!important}section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"]>div{padding:12px!important;gap:8px!important}section[style*="calc(100svh - 76px)"] div[style*="height: min(40vh"]>div>div:first-child{min-height:46px!important;padding:7px 10px!important;background:#fff!important;border:1px solid rgba(214,231,198,.95)!important;border-radius:12px!important;box-shadow:0 8px 18px #08180c14!important}section[style*="calc(100svh - 76px)"] h2[style*="font-size: 24px"]{font-size:20px!important;line-height:1.02!important}section[style*="calc(100svh - 76px)"] strong[style*="font-size: 27px"]{font-size:23px!important}section[style*="calc(100svh - 76px)"] div[style*="minmax(188px, 230px)"]{grid-template-columns:minmax(184px,224px) minmax(320px,1fr) minmax(288px,330px)!important;gap:10px!important}section[style*="calc(100svh - 76px)"] aside[style*="grid-template-rows: auto minmax"],section[style*="calc(100svh - 76px)"] main[style*="grid-template-rows: auto minmax"],section[style*="calc(100svh - 76px)"] aside[style*="grid-template-rows: auto auto auto"]{background:#ffffffeb!important;border:1px solid rgba(214,231,198,.94)!important;box-shadow:inset 0 1px #ffffffe6,0 10px 22px #08180c14!important}section[style*="calc(100svh - 76px)"] main[style*="grid-template-rows: auto minmax"]{padding:10px!important;gap:8px!important}section[style*="calc(100svh - 76px)"] aside[style*="grid-template-rows: auto auto auto"]{padding:10px!important;gap:7px!important;align-self:stretch!important}section[style*="calc(100svh - 76px)"] aside[style*="grid-template-rows: auto auto auto"] h3[style*="font-size: 25px"]{font-size:22px!important}section[style*="calc(100svh - 76px)"] aside[style*="grid-template-rows: auto auto auto"] strong[style*="font-size: 18px"]{font-size:16px!important}section[style*="calc(100svh - 76px)"] button[style*="grid-template-columns: 12px 1fr auto"]{padding:7px 9px!important;border-radius:10px!important;background:#ffffffed!important;border-color:#cfe2bdf0!important;box-shadow:inset 0 1px #ffffffe6!important}section[style*="calc(100svh - 76px)"] button[style*="grid-template-columns: 12px 1fr auto"][style*="rgba(224"]{background:#e2f4d3fa!important;border-color:#3d8a22!important;box-shadow:0 8px 18px #3d8a222e!important}section[style*="calc(100svh - 76px)"] button[style*="grid-template-columns: 12px 1fr auto"] strong{font-size:13px!important}section[style*="calc(100svh - 76px)"] div[style*="min-height: 58px"]{min-height:44px!important;padding:6px 8px!important;background:#fff!important;border-color:#d5e8c3f0!important;box-shadow:inset 0 1px #ffffffeb!important}section[style*="calc(100svh - 76px)"] div[style*="min-height: 58px"] strong[style*="font-size: 24px"]{font-size:18px!important}section[style*="calc(100svh - 76px)"] aside[style*="grid-template-rows: auto auto auto"]>div:nth-child(3){grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important}section[style*="calc(100svh - 76px)"] div[style*="background: rgba(245"]{padding:5px 6px!important;background:#fff!important;border-color:#d5e8c3e0!important}section[style*="calc(100svh - 76px)"] div[style*="background: rgba(245"] p{font-size:8px!important}section[style*="calc(100svh - 76px)"] div[style*="background: rgba(245"] strong{font-size:13px!important;line-height:1.05!important}section[style*="calc(100svh - 76px)"] div[style*="background: rgba(250, 253, 244, 0.58)"],section[style*="calc(100svh - 76px)"] div[style*="background: rgba(250,253,244,0.58)"]{padding:9px!important;gap:8px!important;background:#fff!important;border-color:#dbebcaf0!important;box-shadow:0 10px 20px #08180c14!important}section[style*="calc(100svh - 76px)"] div[style*="grid-template-columns: 52px minmax"]{grid-template-columns:46px minmax(0,1fr) auto!important;gap:9px!important}section[style*="calc(100svh - 76px)"] div[style*="width: 52px"][style*="height: 52px"]{width:46px!important;height:46px!important}section[style*="calc(100svh - 76px)"] main p[style*="font-size: 18px"]{font-size:16.5px!important}section[style*="calc(100svh - 76px)"] div[style*="grid-template-columns: repeat(4, minmax(86px, 1fr))"]{grid-template-columns:repeat(4,minmax(74px,1fr))!important;gap:6px!important}section[style*="calc(100svh - 76px)"] div[style*="background: rgba(255, 255, 255, 0.48)"],section[style*="calc(100svh - 76px)"] div[style*="background: rgba(255,255,255,0.48)"]{padding:8px 9px!important;background:#fff!important;border-color:#d6e7c6e6!important}}@media (min-width: 900px){html,body,#root{font-size:14px}button,input,textarea,select{font-size:13px}#root [style*="font-size: 48px"]{font-size:43px!important}#root [style*="font-size: 44px"]{font-size:40px!important}#root [style*="font-size: 40px"]{font-size:36px!important}#root [style*="font-size: 36px"]{font-size:33px!important}#root [style*="font-size: 32px"]{font-size:29px!important}#root [style*="font-size: 30px"]{font-size:27px!important}#root [style*="font-size: 28px"]{font-size:25.5px!important}#root [style*="font-size: 27px"]{font-size:24.5px!important}#root [style*="font-size: 26px"]{font-size:23.5px!important}#root [style*="font-size: 25px"]{font-size:22.5px!important}#root [style*="font-size: 24px"]{font-size:21.5px!important}#root [style*="font-size: 23px"]{font-size:20.5px!important}#root [style*="font-size: 22px"]{font-size:20px!important}#root [style*="font-size: 21px"]{font-size:19px!important}#root [style*="font-size: 20px"]{font-size:18px!important}#root [style*="font-size: 19px"]{font-size:17px!important}#root [style*="font-size: 18px"]{font-size:16.5px!important}#root [style*="font-size: 17px"]{font-size:15.5px!important}#root [style*="font-size: 16.5px"]{font-size:15px!important}#root [style*="font-size: 16px"]{font-size:14.5px!important}#root [style*="font-size: 15px"]{font-size:13.5px!important}#root [style*="font-size: 14.5px"]{font-size:13.2px!important}#root [style*="font-size: 14px"]{font-size:12.8px!important}#root [style*="font-size: 13.5px"]{font-size:12.3px!important}#root [style*="font-size: 13px"]{font-size:12px!important}#root [style*="font-size: 12.5px"]{font-size:11.5px!important}#root [style*="font-size: 12px"]{font-size:11px!important}#root [style*="font-size: 11.5px"]{font-size:10.6px!important}#root [style*="font-size: 11px"]{font-size:10.2px!important}#root [style*="font-size: 10.5px"]{font-size:9.8px!important}#root [style*="font-size: 10px"]{font-size:9.4px!important}#root [style*="font-size: 9.5px"]{font-size:9px!important}#root [style*="font-size: 9px"]{font-size:8.7px!important}#root [style*="font-size: 8.5px"]{font-size:8.2px!important}#root [style*="letter-spacing: 3px"]{letter-spacing:2px!important}#root [style*="letter-spacing: 2px"]{letter-spacing:1.4px!important}#root [style*="letter-spacing: 1.4px"]{letter-spacing:1px!important}#root [style*="letter-spacing: 1px"]{letter-spacing:.7px!important}#root [style*="line-height: 1.55"]{line-height:1.42!important}#root [style*="line-height: 1.5"]{line-height:1.38!important}#root [style*="line-height: 1.45"]{line-height:1.34!important}#root [style*="line-height: 1.4"]{line-height:1.32!important}}
