@font-face{font-family:Material Symbols Rounded;font-style:normal;font-display:swap;font-weight:100;src:url(/assets/material-symbols-rounded-latin-100-normal-kuQet6Me.woff2) format("woff2"),url(/assets/material-symbols-rounded-latin-100-normal-NtzBTZBo.woff) format("woff")}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-display:swap;font-weight:200;src:url(/assets/material-symbols-rounded-latin-200-normal-BlvLaqOc.woff2) format("woff2"),url(/assets/material-symbols-rounded-latin-200-normal-C0He3NY1.woff) format("woff")}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/material-symbols-rounded-latin-300-normal-Dyb6xWMC.woff2) format("woff2"),url(/assets/material-symbols-rounded-latin-300-normal-BhXg1z3Q.woff) format("woff")}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/material-symbols-rounded-latin-400-normal-hqzGWWY4.woff2) format("woff2"),url(/assets/material-symbols-rounded-latin-400-normal-SCvNNdcZ.woff) format("woff")}@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}:root{--primary: #0066CC;--primary-600:#0057AE;--primary-700:#004C99;--bg-grad-1:#EEF6FF;--bg-grad-2:#DCEBFF;--bot-bubble:#F2F8FF;--border:#C9D8EE;--text-on-primary:#FFFFFF;--shadow: 0 0 128px 0 rgba(0,0,0,.08), 0 32px 64px -48px rgba(0,0,0,.35);--scrollbar:#CFE1FF}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter Variable,Inter,system-ui,sans-serif}body{width:100%;min-height:100vh;background:linear-gradient(var(--bg-grad-1),var(--bg-grad-2))}#chatbot-toggler{position:fixed;bottom:30px;right:35px;border:none;height:50px;width:50px;display:flex;cursor:pointer;border-radius:50%;background:var(--primary);align-items:center;justify-content:center;transition:.2s}#chatbot-toggler span{position:absolute;color:var(--text-on-primary)}.container.show-chatbot #chatbot-toggler{transform:rotate(90deg)}#chatbot-toggler span:last-child,.container.show-chatbot #chatbot-toggler span:first-child{opacity:0}.container.show-chatbot #chatbot-toggler span:last-child{opacity:1}.chatbot-popup{position:fixed;opacity:0;pointer-events:none;bottom:90px;right:35px;width:420px;transform:scale(.2);overflow:hidden;background:#fff;border-radius:15px;transform-origin:bottom right;box-shadow:var(--shadow);transition:all .1s ease}.container.show-chatbot .chatbot-popup{opacity:1;transform:scale(1);pointer-events:auto}.chatbot-popup .chat-header{display:flex;padding:15px 22px;align-items:center;justify-content:space-between;background:var(--primary)}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:var(--primary);background:#fff;border-radius:50%}.header-info .logo-text{color:var(--text-on-primary);font-size:1.31rem;font-weight:600}.chat-header button{height:40px;width:40px;border:none;outline:none;color:var(--text-on-primary);cursor:pointer;font-size:1.9rem;padding-top:2px;border-radius:50%;margin-right:-10px;background:none;transition:.2s}.chat-header button:hover{background:var(--primary-700)}.chat-body{display:flex;flex-direction:column;gap:20px;height:460px;margin-bottom:82px;overflow-y:auto;padding:25px 22px;scrollbar-width:thin;scrollbar-color:var(--scrollbar) transparent}.chat-body .message{display:flex;gap:11px;align-items:center}.chat-body .bot-message svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#fff;align-self:flex-end;margin-bottom:2px;background:var(--primary);border-radius:50%}.chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line;font-size:.95rem}.chat-body .bot-message .message-text{background:var(--bot-bubble);border:1px solid var(--border);border-radius:13px 13px 13px 3px}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{color:var(--text-on-primary);background:var(--primary);border-radius:13px 13px 3px}.chat-footer{position:absolute;bottom:0;width:100%;background:#fff;padding:15px 22px 20px}.chat-footer .chat-form{display:flex;align-items:center;background:#fff;border-radius:32px;outline:1px solid var(--border);box-shadow:0 0 8px #0000000f}.chat-footer .chat-form:focus-within{outline:2px solid var(--primary)}.chat-form .message-input{border:none;outline:none;width:100%;background:none;height:47px;padding:0 17px;font-size:.95rem}.chat-form button{height:35px;width:35px;border:none;display:none;outline:none;cursor:pointer;font-size:1.15rem;color:#fff;flex-shrink:0;margin-right:6px;border-radius:50%;background:var(--primary);transition:.2s}.chat-form button:hover{background:var(--primary-600)}.chat-form .message-input:valid~button{display:block}@media (max-width:520px){#chatbot-toggler{right:20px;bottom:20px}.chatbot-popup{right:0;bottom:0;height:100%;border-radius:0;width:100%}.chatbot-popup .chat-header{padding:12px 15px}.chat-body{height:calc(90% - 55px);padding:25px 15px}.chat-footer{padding:10px 15px 15px}}body.is-embed{background:transparent!important;overflow:hidden!important}.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;font-size:24px;line-height:1;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 48}
