:root{--color-primary:#2c5282;--color-primary-dark:#2a4365;--color-primary-light:#ebf8ff;--color-primary-lighter-text:#bee3f8;--color-accent:#2b6cb0;--color-accent-hover:#2c5282;--color-white:#fff;--color-text-primary:#2d3748;--color-text-secondary:#4a5568;--font-sans:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--color-white);color:var(--color-text-primary);overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3{color:var(--color-text-primary);margin-bottom:1rem}p{margin-bottom:1rem;line-height:1.6}.container{width:100%;max-width:1100px;margin:0 auto;padding:4rem 1rem}
.Navbar-module__pSp8Ga__navbar{background-color:var(--color-primary);z-index:1000;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.Navbar-module__pSp8Ga__navbarContainer{max-width:1280px;margin-left:auto;margin-right:auto;padding:.75rem 1.5rem}.Navbar-module__pSp8Ga__navbarContent{justify-content:space-between;align-items:center;display:flex}.Navbar-module__pSp8Ga__navBrand{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__pSp8Ga__logoImage{width:auto;height:2.5rem}.Navbar-module__pSp8Ga__brandText{color:#fff;font-size:1.125rem;font-weight:600;transition:color .2s}.Navbar-module__pSp8Ga__navBrand:hover .Navbar-module__pSp8Ga__brandText{color:#d9e7f5}.Navbar-module__pSp8Ga__hamburgerMenu{display:none}.Navbar-module__pSp8Ga__hamburgerButton{color:#d9e7f5;cursor:pointer;background:0 0;border:none}.Navbar-module__pSp8Ga__hamburgerButton:hover{color:#fff}.Navbar-module__pSp8Ga__hamburgerIcon{fill:currentColor;width:1.5rem;height:1.5rem}.Navbar-module__pSp8Ga__desktopMenu{display:none}.Navbar-module__pSp8Ga__navLink{color:#d9e7f5;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.Navbar-module__pSp8Ga__navLink:hover{color:#fff;background-color:var(--color-primary-dark)}.Navbar-module__pSp8Ga__mobileMenu{padding-top:.5rem;padding-bottom:.75rem;display:none}.Navbar-module__pSp8Ga__mobileMenuOpen{display:block}.Navbar-module__pSp8Ga__mobileNavLink{color:#d9e7f5;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module__pSp8Ga__mobileNavLink:hover{color:#fff;background-color:var(--color-primary-dark)}@media (min-width:768px){.Navbar-module__pSp8Ga__hamburgerMenu{display:none}.Navbar-module__pSp8Ga__desktopMenu{align-items:center;display:flex}.Navbar-module__pSp8Ga__brandText{font-size:1.25rem}.Navbar-module__pSp8Ga__mobileMenuOpen{display:none}}@media (max-width:767px){.Navbar-module__pSp8Ga__hamburgerMenu{display:block}}
.Footer-module__nhiC3q__footer{background-color:var(--color-primary);color:#e0e0e0;padding:3rem 1.5rem 1.5rem;font-size:.9rem}.Footer-module__nhiC3q__footerGrid{grid-template-columns:repeat(1,1fr);gap:2.5rem;max-width:1280px;margin:0 auto 3rem;display:grid}.Footer-module__nhiC3q__footerColumn{flex-direction:column;display:flex}.Footer-module__nhiC3q__footerBrand{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__nhiC3q__footerTitle{color:#fff;margin:0;font-size:1.1rem;font-weight:700;line-height:1.4}.Footer-module__nhiC3q__footerText{margin:0 0 .5rem;line-height:1.6}.Footer-module__nhiC3q__footerText strong{color:#fff}.Footer-module__nhiC3q__socialLinks{gap:.75rem;margin-top:1rem;display:flex}.Footer-module__nhiC3q__socialLinks a{color:#fff;transition:color .3s}.Footer-module__nhiC3q__socialLinks a:hover{color:#64b5f6}.Footer-module__nhiC3q__socialIcon{width:1.75rem;height:1.75rem}.Footer-module__nhiC3q__footerColumnTitle{color:#fff;border-bottom:2px solid var(--color-primary-dark);margin:0 0 1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.Footer-module__nhiC3q__footerLinkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__nhiC3q__footerLinkList a{color:#e0e0e0;text-decoration:none;transition:color .3s}.Footer-module__nhiC3q__footerLinkList a:hover{color:#fff;text-decoration:underline}.Footer-module__nhiC3q__footerBottom{border-top:1px solid var(--color-primary-dark);text-align:center;color:#b0c4de;flex-direction:column;gap:.5rem;max-width:1280px;margin:0 auto;padding-top:1.5rem;font-size:.85rem;display:flex}.Footer-module__nhiC3q__developerLink{color:#fff;font-weight:600;text-decoration:none}.Footer-module__nhiC3q__developerLink:hover{text-decoration:underline}@media (min-width:768px){.Footer-module__nhiC3q__footerGrid{grid-template-columns:repeat(3,1fr)}.Footer-module__nhiC3q__footerBottom{flex-direction:row;justify-content:space-between}}
.BackToTopButton-module__4uQAla__backToTopButton{z-index:50;color:#fff;cursor:pointer;background-color:#243a52;border:none;border-radius:9999px;padding:.75rem;transition-property:background-color;transition-duration:.3s;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.BackToTopButton-module__4uQAla__backToTopButton:hover{background-color:var(--color-primary-dark)}.BackToTopButton-module__4uQAla__backToTopButton:focus{box-shadow:0 0 0 2px var(--color-accent),0 0 0 4px #2b6cb080;outline:none}.BackToTopButton-module__4uQAla__icon{width:1.5rem;height:1.5rem}
.LineAd-module__8HoD0G__floatingContainer{z-index:1000;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;width:220px;padding:1rem;transition:transform .3s ease-out,box-shadow .3s ease-out;position:fixed;top:80px;right:25px;transform:rotateY(-3deg)rotateX(-3deg);box-shadow:0 4px 8px #0000000d,0 10px 20px #0000001a}.LineAd-module__8HoD0G__floatingContainer:hover{transform:translateY(-5px)rotateY(0)rotateX(0);box-shadow:0 8px 16px #0000001a,0 20px 40px #0003}.LineAd-module__8HoD0G__adContent{text-align:center;flex-direction:column;align-items:center;display:flex}.LineAd-module__8HoD0G__closeButton{color:#9ca3af;cursor:pointer;z-index:1;background:0 0;border:none;padding:0;font-size:1.6rem;line-height:.8;position:absolute;top:8px;right:8px}.LineAd-module__8HoD0G__closeButton:hover{color:#374151}.LineAd-module__8HoD0G__adTitle{color:#16a34a;margin:0 0 .25rem;font-size:1.2rem;font-weight:700}.LineAd-module__8HoD0G__adText{color:#4b5563;margin:0 0 .75rem;font-size:.85rem}.LineAd-module__8HoD0G__qrWrapper{margin-bottom:1rem}.LineAd-module__8HoD0G__qrImage{border:1px solid #eee;border-radius:8px}.LineAd-module__8HoD0G__addButton{color:#fff;background-color:#16a34a;border-radius:8px;width:100%;padding:.6rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.LineAd-module__8HoD0G__addButton:hover{background-color:#15803d}.LineAd-module__8HoD0G__lineId{color:#6b7280;margin:.75rem 0 0;font-size:.8rem}@media (max-width:768px){.LineAd-module__8HoD0G__floatingContainer{border:none;border-top:1px solid #e5e7eb;border-radius:0;width:100%;padding:.5rem 1rem;inset:auto 0 0;transform:none;box-shadow:0 -2px 4px #0000001a}.LineAd-module__8HoD0G__floatingContainer:hover{transform:none}.LineAd-module__8HoD0G__adContent{flex-direction:row;justify-content:space-between;gap:.75rem}.LineAd-module__8HoD0G__qrWrapper,.LineAd-module__8HoD0G__lineId{display:none}.LineAd-module__8HoD0G__adTitle,.LineAd-module__8HoD0G__adText{text-align:left;margin:0;font-size:.8rem}.LineAd-module__8HoD0G__adTitle{color:var(--color-text-primary);font-size:.9rem}.LineAd-module__8HoD0G__addButton{flex-shrink:0;width:auto;padding:.4rem .8rem;font-size:.8rem}.LineAd-module__8HoD0G__closeButton{order:3;align-self:center;font-size:1.4rem;position:static}}
@font-face{font-family:Sarabun;font-style:normal;font-weight:300;font-display:swap;src:url(../media/58fcc4ad15255874-s.p.fb334ce4.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Sarabun;font-style:normal;font-weight:300;font-display:swap;src:url(../media/0752d9e9446886e3-s.3d93f4dc.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:Sarabun;font-style:normal;font-weight:300;font-display:swap;src:url(../media/477b48776687fc32-s.0b238383.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:Sarabun;font-style:normal;font-weight:300;font-display:swap;src:url(../media/e12efafcac952e69-s.p.d5ab7532.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:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e9ed0bc71a38d6c1-s.p.084aa6b5.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7062a58b1da0e8a4-s.4bbec868.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:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3d0c37763e1ee3aa-s.96ae3296.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:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a19976a16d351e92-s.p.84a6169d.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:Sarabun;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3836391c10060ce4-s.p.492e65f2.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Sarabun;font-style:normal;font-weight:500;font-display:swap;src:url(../media/f35096588af3ac65-s.ee6127c3.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:Sarabun;font-style:normal;font-weight:500;font-display:swap;src:url(../media/4ef4c2244410ddd5-s.d9261f31.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:Sarabun;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6281857f0573b169-s.p.aa3879b2.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:Sarabun;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a0529e96a7862c0d-s.p.084d1b37.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Sarabun;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e1a185165aeb6b39-s.11a97af9.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:Sarabun;font-style:normal;font-weight:600;font-display:swap;src:url(../media/aa5e8dae0d902b15-s.212cd979.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:Sarabun;font-style:normal;font-weight:600;font-display:swap;src:url(../media/22d7e241aeb09639-s.p.faef8b06.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:Sarabun;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0bbfe7d70ca362ab-s.p.472d51dc.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Sarabun;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c9e7701bc8b3db09-s.64e4e9df.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:Sarabun;font-style:normal;font-weight:700;font-display:swap;src:url(../media/fe9c9076d1cdc5cf-s.2de5c9ac.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:Sarabun;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bcc136e7df79ae49-s.p.54f388d2.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:Sarabun Fallback;src:local(Arial);ascent-override:109.45%;descent-override:23.78%;line-gap-override:0.0%;size-adjust:97.58%}.sarabun_f4ee988e-module__jUWKaG__className{font-family:Sarabun,Sarabun Fallback;font-style:normal}
