@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");:root{--background:#fff;--foreground:#171717;--primary-color:#fff;--hover-color:#fc0}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{box-sizing:border-box;padding:0;margin:0;font-family:IBM Plex Sans Thai,serif;font-weight:300;font-style:normal}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-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:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-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:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(17,24,39,.4);transition:transform .3s ease-in-out}.navbar--hidden{transform:translateY(-100%)}.navbar__container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar__logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;transition:opacity .2s ease}.navbar__logo:hover{opacity:.8}.navbar__toggle{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.navbar__toggle span{width:2rem;height:.25rem;background:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.navbar__toggle.active span:first-child{transform:rotate(45deg)}.navbar__toggle.active span:nth-child(2){opacity:0}.navbar__toggle.active span:nth-child(3){transform:rotate(-45deg)}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all 1s ease-in-out;z-index:1000}.sidebar-overlay.active{opacity:1;visibility:visible}.sidebar{position:fixed;top:0;right:0;width:300px;height:100%;background:rgba(17,24,39,.5);transform:translateX(100%);transition:transform .3s ease-in-out;z-index:1001;overflow-y:auto}.sidebar.active{transform:translateX(0)}.sidebar__content{display:flex;flex-direction:column;height:100%}.sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.sidebar__links{list-style:none;margin:0;padding:2rem 0}.sidebar__links li a{display:block;color:#fff;text-decoration:none;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease}.sidebar__links li a:hover{background:hsla(0,0%,100%,.1);color:gold}.custom_class{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-10;background:radial-gradient(circle at center,#032235 10%,#00111c 90%)}.footer{background-color:rgba(17,24,39,.3);color:#fff;padding:80px 0 30px;font-family:Sarabun,sans-serif;box-shadow:0 -10px 20px rgba(0,0,0,.1)}.container{max-width:1200px;margin:0 auto;padding:0 40px}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px;gap:60px;margin-bottom:50px}.footer-section h3{color:#fff;font-size:1.6rem;margin-bottom:25px;font-weight:600;position:relative}.footer-section h3:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:3px;background:linear-gradient(90deg,#64ffda,#00b4d8 50%,#64ffda);background-size:200% 100%;border-radius:2px;animation:gradientMove 2s linear infinite}.footer-section p{color:#d1d5db;line-height:1.8;margin-bottom:15px;font-size:1.05rem}.quick-links{list-style:none;padding:0}.quick-links a{color:#d1d5db;text-decoration:none;transition:all .3s ease;font-size:1.05rem;position:relative;padding-left:18px}.quick-links a:before{content:"→";position:absolute;left:0;color:#64ffda;transition:transform .3s ease,opacity .3s ease;opacity:.6}.quick-links a:hover{color:#fff;padding-left:22px}.quick-links a:hover:before{transform:translateX(4px);opacity:1}.contact-info-email:hover,.contact-info-tel:hover{color:#64ffda}.copyright{color:#d1d5db;font-size:14px}.active_section{list-style:none}.active_section:before{content:"›";position:absolute;color:#64ffda;opacity:.6;left:auto}.active_section:hover:before{opacity:1}.contact-info{color:#d1d5db;line-height:1.8;font-size:1.05rem}.bottom-bar{border-top:1px solid hsla(0,0%,100%,.15);padding-top:25px;margin-top:25px;display:flex;justify-content:flex-end;align-items:center;gap:50px}.bottom-bar a{transition:color .3s ease}.bottom-bar .facebook{color:rgba(66,103,178,.549)}.bottom-bar .facebook:hover{color:#3b5998}.bottom-bar .linkedin{color:rgba(10,102,194,.51)}.bottom-bar .linkedin:hover{color:#8ecdef}.bottom-bar .x-icon{color:rgba(84,84,84,.788)}.bottom-bar .x-icon:hover{color:#406983}.bottom-bar .instagram{color:rgba(225,48,107,.51)}.bottom-bar .instagram:hover{color:#d6287a}.legal-links a{color:#d1d5db;text-decoration:none;margin-right:35px;transition:all .3s ease;font-size:.95rem;position:relative}.legal-links a:hover{color:#64ffda}.social-links{display:flex;gap:25px}.social-links a{color:#d1d5db;text-decoration:none;transition:all .3s ease;padding:8px;border-radius:50%;background:hsla(0,0%,100%,.05)}.social-links a:hover{color:#64ffda;transform:translateY(-3px);background:hsla(0,0%,100%,.1)}.social-links .social-icon{width:22px;height:22px;fill:currentColor}@media(max-width:768px){.footer{padding:60px 0 25px}.container{padding:0 25px}.footer-content{grid-template-columns:1fr;gap:40px}.bottom-bar{display:flex;justify-content:space-around;align-items:center;gap:5px;text-align:center}.legal-links{margin-bottom:20px}.legal-links a{display:inline-block;margin:8px 15px}.social-links{justify-content:center}.active_section{list-style:none}.active_section:before{content:"›";position:absolute;color:#64ffda;left:auto}}