:root{--color-primary:#007864;--color-primary-light:#7ce0d3;--color-primary-hover:#00786414;--color-secondary-dark:#83786f;--color-secondary-dark-hover:#6f625a;--color-secondary:#a7aca2;--color-secondary-accent:#6bbbae;--color-white:#fff;--color-bg:#f6f4f1;--color-off-white:#f8f9fa;--color-gray-light:#e9ecef;--color-gray:#adb5bd;--color-gray-dark:#495057;--color-black:#212529;--color-accent:#007864;--color-accent-hover:#006654;--color-success:#67bab0;--color-info:#7aded4;--color-warning:#ffc107;--color-error:#dc3545;--font-heading:"Merriweather", serif;--font-body:"Mulish", sans-serif;--font-thai-heading:"Prompt", sans-serif;--font-thai-body:"Sarabun", sans-serif;--font-chinese-heading:"Ma Shan Zheng", cursive;--font-chinese-body:"Noto Sans SC", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--section-padding-none:0;--section-padding-sm:60px;--section-padding-md:80px;--section-padding-lg:120px;--section-padding-xl:160px;--section-padding-sm-mobile:40px;--section-padding-md-mobile:60px;--section-padding-lg-mobile:80px;--section-padding-xl-mobile:100px;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--transition-fast:.15s ease-in-out;--transition-base:.25s ease-in-out;--transition-slow:.35s ease-in-out;--container-max-width:1280px;--container-padding:var(--space-xl);--header-height:80px;--header-padding-top:var(--space-md);--header-total-height:calc(var(--header-height) + var(--header-padding-top))}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-normal);color:#666;background-color:var(--color-bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-md);font-weight:300;line-height:1.2}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{margin-bottom:var(--space-md);color:#666}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}.text-thai{font-family:var(--font-thai-heading);font-weight:400;line-height:1.3}.text-chinese{font-family:var(--font-chinese-heading);font-weight:400;line-height:1.3}.text-thai-body{font-family:var(--font-thai-body);line-height:inherit}.text-chinese-body{font-family:var(--font-chinese-body);line-height:inherit}.text-default{font-family:var(--font-heading);line-height:1.3}.text-default-body{font-family:var(--font-body);line-height:inherit}a:hover{color:var(--color-accent-hover)}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}table{border-collapse:collapse;width:100%;margin:var(--space-lg) 0;font-size:var(--text-sm)}th,td{padding:var(--space-md);text-align:left;border-bottom:1px solid var(--color-gray-light);vertical-align:top}th{font-family:var(--font-heading);font-weight:var(--font-semibold);color:var(--color-primary);background-color:#0078640d}td{color:#666}tr:hover td{background-color:#00786405}@media (width<=768px){table{font-size:var(--text-xs)}th,td{padding:var(--space-sm)}}.container{width:100%;max-width:var(--container-max-width);padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-primary-dark{color:var(--color-accent-hover)}.bg-primary{background-color:var(--color-primary)}.bg-primary-light{background-color:var(--color-primary-light)}.bg-off-white{background-color:var(--color-off-white)}@media (width<=768px){:root{--text-5xl:2.5rem;--text-4xl:2rem;--text-3xl:1.5rem;--container-padding:var(--space-lg)}}@media (width<=480px){:root{--text-5xl:2rem;--text-4xl:1.75rem;--text-3xl:1.25rem;--container-padding:var(--space-md)}}.map-legend{flex-wrap:wrap;justify-content:center;gap:32px;margin-top:32px;display:flex}.legend-item{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;align-items:center;gap:16px;min-width:240px;padding:16px 24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 8px #0000000f;text-decoration:none!important}.legend-item *{text-decoration:none!important}.legend-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.legend-item.beach:hover{border-color:var(--color-primary)}.legend-item.clifftop:hover{border-color:var(--color-secondary-accent)}.legend-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.legend-icon.beach{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary-accent) 100%)}.legend-icon.clifftop{background:linear-gradient(135deg, var(--color-secondary-accent) 0%, var(--color-primary-light) 100%)}.legend-icon svg,.legend-icon img{color:#fff;width:24px;height:24px}.legend-text{flex-direction:column;gap:2px;display:flex}.legend-text strong{font-size:var(--text-sm);font-weight:var(--font-semibold);font-family:var(--font-heading)}.legend-text.beach strong{color:var(--color-primary)}.legend-text.clifftop strong{color:var(--color-secondary-accent)}.legend-text small{font-size:var(--text-xs);color:var(--color-secondary)}@media (width<=768px){.map-legend{flex-direction:column;align-items:center;gap:16px}.legend-item{width:100%;min-width:auto;max-width:320px}}.nocodb-section{margin-bottom:var(--space-xl);text-align:left}.nocodb-header{align-items:flex-start;gap:var(--space-lg);margin-bottom:var(--space-2xl);display:flex}.nocodb-header--left{text-align:left;flex-direction:row;justify-content:flex-start}.nocodb-header--center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0}.nocodb-header--center .nocodb-icon{margin-top:0;margin-bottom:var(--space-xs)}.nocodb-header--center .nocodb-title-group{flex:none}.nocodb-header--right{text-align:right;flex-direction:row-reverse;justify-content:flex-start}.nocodb-icon{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary-accent) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;margin-top:4px;display:flex;box-shadow:0 8px 24px #00000026}.nocodb-icon img{object-fit:contain;width:36px;height:36px}.nocodb-icon svg{width:36px;height:36px;color:var(--color-white)}.nocodb-icon.nocodb-icon--url{width:auto;height:auto;box-shadow:none;background:0 0;border-radius:0;margin-top:0}.nocodb-icon--url img{filter:brightness(0)saturate()invert(45%)sepia(8%)saturate(484%)hue-rotate(358deg)brightness(93%)contrast(87%);width:72px;height:72px}.nocodb-title-group{flex:1}.nocodb-title{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--font-light);color:var(--color-primary);margin:0}.nocodb-subtitle,.text-block-body .nocodb-subtitle{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:3px;color:var(--subtitle-color,var(--color-secondary-dark));margin:4px 0 0}.nocodb-subtitle .text-thai,.nocodb-subtitle .text-thai-body,.nocodb-subtitle .text-chinese,.nocodb-subtitle .text-chinese-body{font-size:var(--text-base);letter-spacing:normal;text-transform:none}@media (width<=768px){.nocodb-header{gap:var(--space-md);margin-bottom:var(--space-lg)}.nocodb-header--center .nocodb-icon{margin-bottom:0}.nocodb-icon{width:56px;height:56px}.nocodb-icon img,.nocodb-icon svg{width:28px;height:28px}.nocodb-icon--url img{width:56px;height:56px}.nocodb-title{font-size:var(--text-2xl)}.nocodb-subtitle{font-size:var(--text-xs);letter-spacing:2px}.nocodb-subtitle .text-thai,.nocodb-subtitle .text-thai-body,.nocodb-subtitle .text-chinese,.nocodb-subtitle .text-chinese-body{font-size:var(--text-sm);letter-spacing:normal}}.nocodb-raw{color:var(--color-secondary-dark);font-size:var(--text-base);line-height:1.8}.nocodb-raw h2,.nocodb-raw h3,.nocodb-raw h4{color:var(--color-primary);margin-top:var(--space-xl);margin-bottom:var(--space-md)}.nocodb-raw h2:first-child,.nocodb-raw h3:first-child,.nocodb-raw h4:first-child{margin-top:0}.nocodb-raw p{margin-bottom:var(--space-md)}.nocodb-raw ul,.nocodb-raw ol{margin:var(--space-md) 0;padding-left:var(--space-xl)}.nocodb-raw li{margin-bottom:var(--space-xs)}.nocodb-card-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}@media (width<=1024px){.nocodb-card-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nocodb-card-grid{gap:var(--space-lg);grid-template-columns:1fr}}.nocodb-card{background:var(--color-white);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000f}.nocodb-card h4{font-size:var(--text-base);color:var(--color-primary);margin:0 0 var(--space-md) 0;padding-bottom:var(--space-sm);border-bottom:2px solid var(--color-gray-light);font-weight:var(--font-semibold)}.nocodb-card-content ul{margin:0;padding:0;list-style:none}.nocodb-card-content li{padding:var(--space-sm) 0;padding-left:var(--space-md);color:var(--color-secondary-dark);font-size:var(--text-base);border-bottom:1px solid var(--color-off-white);line-height:1.6;position:relative}.nocodb-card-content li:last-child{border-bottom:none}.nocodb-card-content li:before{content:"";background:var(--color-gray-light);border-radius:50%;width:5px;height:5px;position:absolute;top:14px;left:0}.nocodb-toggle{margin-bottom:var(--space-sm);border:1px solid var(--color-gray-light);border-radius:var(--radius-md);background:var(--color-white)}.nocodb-toggle-trigger{width:100%;padding:var(--space-md) var(--space-lg);cursor:pointer;font-weight:var(--font-semibold);font-size:var(--text-base);color:var(--color-primary);justify-content:space-between;align-items:center;gap:var(--space-sm);text-align:left;background:0 0;border:none;font-family:inherit;display:flex}.nocodb-toggle-trigger:hover{color:var(--color-primary-dark,var(--color-primary))}.nocodb-toggle-arrow{flex-shrink:0;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.nocodb-toggle-trigger[aria-expanded=true] .nocodb-toggle-arrow{transform:rotate(180deg)}.nocodb-toggle-panel{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.25,.46,.45,.94);display:grid}.nocodb-toggle-panel.expanded{grid-template-rows:1fr}.nocodb-toggle-content{overflow:hidden}.nocodb-toggle-body{padding:0 var(--space-lg) var(--space-lg);color:var(--color-secondary-dark);font-size:var(--text-base);line-height:1.6}.nocodb-toggle-body ul{padding-left:var(--space-lg);margin:0}.nocodb-toggle-body li{margin-bottom:var(--space-xs)}.nocodb-accordion{margin-bottom:var(--space-sm);border:1px solid var(--color-gray-light);border-radius:var(--radius-md);background:var(--color-white)}.nocodb-accordion-trigger{width:100%;padding:var(--space-md) var(--space-lg);cursor:pointer;font-weight:var(--font-normal);font-size:var(--text-base);color:var(--color-primary);justify-content:space-between;align-items:center;gap:var(--space-sm);text-align:left;background:0 0;border:none;font-family:inherit;display:flex}.nocodb-accordion-trigger:hover{color:var(--color-primary-dark,var(--color-primary))}.nocodb-accordion-arrow{flex-shrink:0;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.nocodb-accordion-trigger[aria-expanded=true] .nocodb-accordion-arrow{transform:rotate(180deg)}.nocodb-accordion-panel{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.25,.46,.45,.94);display:grid}.nocodb-accordion-panel.expanded{grid-template-rows:1fr}.nocodb-accordion-content{overflow:hidden}.nocodb-accordion-body{padding:0 var(--space-lg) var(--space-lg);color:var(--color-secondary-dark);font-size:var(--text-base);line-height:1.6}.nocodb-accordion-body ul{padding-left:var(--space-lg);margin:0}.nocodb-accordion-body li{margin-bottom:var(--space-xs)}.nocodb-faq-category{font-family:var(--font-heading);font-weight:var(--font-light);font-size:var(--text-2xl);color:var(--color-primary);margin:var(--space-xl) 0 var(--space-md)}.nocodb-faq-category:first-child{margin-top:0}.room-gallery-overlay{backdrop-filter:blur(4px);z-index:9999;opacity:0;visibility:hidden;background:#000000d9;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.room-gallery-overlay.active{opacity:1;visibility:visible}.room-gallery-overlay .gallery-content{flex-direction:column;align-items:center;max-width:90vw;max-height:85vh;display:flex;position:relative}.room-gallery-overlay .gallery-title{color:var(--color-white);font-size:var(--text-lg);font-weight:var(--font-semibold);letter-spacing:.5px;text-align:center;margin-bottom:var(--space-md);white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.room-gallery-overlay .gallery-close{top:var(--space-lg);right:var(--space-lg);color:var(--color-white);border-radius:var(--radius-full);cursor:pointer;width:48px;height:48px;transition:background var(--transition-fast), border-color var(--transition-fast);z-index:10;background:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;display:flex;position:absolute}.room-gallery-overlay .gallery-close:hover{background:#fff3;border-color:#fff6}.room-gallery-overlay .gallery-close:focus-visible{outline:2px solid var(--color-primary-light);outline-offset:2px}.room-gallery-overlay .gallery-nav{color:var(--color-white);border-radius:var(--radius-full);cursor:pointer;width:56px;height:56px;transition:background var(--transition-fast), opacity var(--transition-fast), border-color var(--transition-fast);z-index:10;background:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.room-gallery-overlay .gallery-nav:hover{background:#fff3;border-color:#fff6}.room-gallery-overlay .gallery-nav:disabled{opacity:.3;cursor:not-allowed}.room-gallery-overlay .gallery-nav:focus-visible{outline:2px solid var(--color-primary-light);outline-offset:2px}.room-gallery-overlay .gallery-prev{left:var(--space-lg)}.room-gallery-overlay .gallery-next{right:var(--space-lg)}.room-gallery-overlay .gallery-image-container{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.room-gallery-overlay .gallery-image{object-fit:contain;border-radius:var(--radius-lg);user-select:none;-webkit-user-drag:none;max-width:100%;max-height:70vh;box-shadow:0 20px 60px #00000080}.room-gallery-overlay .gallery-counter{color:#fffffff2;font-size:var(--text-sm);font-weight:var(--font-medium);letter-spacing:1px;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-full);margin-top:var(--space-md);background:#0009}@media (width<=768px){.room-gallery-overlay .gallery-content{width:100%;max-width:100vw}.room-gallery-overlay .gallery-title{font-size:var(--text-base);margin-bottom:var(--space-sm);padding:0 var(--space-md)}.room-gallery-overlay .gallery-image-container{width:100%}.room-gallery-overlay .gallery-image{border-radius:0;width:100%;max-width:100vw;max-height:60vh}.room-gallery-overlay .gallery-counter{margin-top:var(--space-sm);font-size:var(--text-xs);padding:6px var(--space-md)}.room-gallery-overlay .gallery-nav{background:#0009;width:40px;height:40px}.room-gallery-overlay .gallery-prev{left:var(--space-sm)}.room-gallery-overlay .gallery-next{right:var(--space-sm)}.room-gallery-overlay .gallery-close{top:var(--space-md);right:var(--space-md);width:40px;height:40px}}@font-face{font-family:Merriweather;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/merriweather-cyrillic-ext-300-normal.jaEQPVsq.woff2)format("woff2"),url(/_astro/merriweather-cyrillic-ext-300-normal.DgHWI7S3.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/merriweather-cyrillic-300-normal.B0n2hweN.woff2)format("woff2"),url(/_astro/merriweather-cyrillic-300-normal.ChHAoDzd.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/merriweather-vietnamese-300-normal.DJNUJcJP.woff2)format("woff2"),url(/_astro/merriweather-vietnamese-300-normal.DV_C-MGO.woff)format("woff");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:Merriweather;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/merriweather-latin-ext-300-normal.BlFqywl2.woff2)format("woff2"),url(/_astro/merriweather-latin-ext-300-normal.Cq4DOWc3.woff)format("woff");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:Merriweather;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/merriweather-latin-300-normal.C5yjfxyF.woff2)format("woff2"),url(/_astro/merriweather-latin-300-normal.D_5zl1Gi.woff)format("woff");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:Merriweather;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/merriweather-cyrillic-ext-400-normal.D9NYhYTq.woff2)format("woff2"),url(/_astro/merriweather-cyrillic-ext-400-normal.Di6yW_eE.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/merriweather-cyrillic-400-normal.AvfsDsMQ.woff2)format("woff2"),url(/_astro/merriweather-cyrillic-400-normal.DAcQ8g-H.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/merriweather-vietnamese-400-normal.hNacsVs_.woff2)format("woff2"),url(/_astro/merriweather-vietnamese-400-normal.Dh8WVvgZ.woff)format("woff");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:Merriweather;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/merriweather-latin-ext-400-normal.CWVzVQq3.woff2)format("woff2"),url(/_astro/merriweather-latin-ext-400-normal.CLqijLtt.woff)format("woff");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:Merriweather;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/merriweather-latin-400-normal.G4kZaoXi.woff2)format("woff2"),url(/_astro/merriweather-latin-400-normal.CvqO63Ah.woff)format("woff");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:Merriweather;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/merriweather-cyrillic-ext-700-normal.Bk1p9YoV.woff2)format("woff2"),url(/_astro/merriweather-cyrillic-ext-700-normal.DoooT6Vg.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/merriweather-cyrillic-700-normal.wbY04GlL.woff2)format("woff2"),url(/_astro/merriweather-cyrillic-700-normal.CHCcU-4a.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/merriweather-vietnamese-700-normal.Bp6kWjW5.woff2)format("woff2"),url(/_astro/merriweather-vietnamese-700-normal.C7_HxHBa.woff)format("woff");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:Merriweather;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/merriweather-latin-ext-700-normal.jHnxg2Kc.woff2)format("woff2"),url(/_astro/merriweather-latin-ext-700-normal.CaBzXGOk.woff)format("woff");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:Merriweather;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/merriweather-latin-700-normal.DoUP8Ce-.woff2)format("woff2"),url(/_astro/merriweather-latin-700-normal.D4-nzrAh.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/mulish-cyrillic-ext-300-normal.Dp2fwS0G.woff2)format("woff2"),url(/_astro/mulish-cyrillic-ext-300-normal.BRa42Zpt.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/mulish-cyrillic-300-normal.BvkZaj4r.woff2)format("woff2"),url(/_astro/mulish-cyrillic-300-normal.CC8DdO6g.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/mulish-vietnamese-300-normal.Bxw8HsYC.woff2)format("woff2"),url(/_astro/mulish-vietnamese-300-normal.C1ucRwR_.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/mulish-latin-ext-300-normal.D0Y4n4bL.woff2)format("woff2"),url(/_astro/mulish-latin-ext-300-normal.Bkcuw6B_.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/mulish-latin-300-normal.CUksJvDM.woff2)format("woff2"),url(/_astro/mulish-latin-300-normal.DjilOh2I.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/mulish-cyrillic-ext-400-normal.wd4asoXq.woff2)format("woff2"),url(/_astro/mulish-cyrillic-ext-400-normal.DGgLiUMh.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/mulish-cyrillic-400-normal.NYULt11J.woff2)format("woff2"),url(/_astro/mulish-cyrillic-400-normal.BNekwWHs.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/mulish-vietnamese-400-normal.DoBClvYm.woff2)format("woff2"),url(/_astro/mulish-vietnamese-400-normal.wxj85OR_.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/mulish-latin-ext-400-normal.avcijv45.woff2)format("woff2"),url(/_astro/mulish-latin-ext-400-normal.CkhBr6wh.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/mulish-latin-400-normal.C9Snyl1s.woff2)format("woff2"),url(/_astro/mulish-latin-400-normal.BRmeVNaI.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/mulish-cyrillic-ext-500-normal.BTJLs2q5.woff2)format("woff2"),url(/_astro/mulish-cyrillic-ext-500-normal.NOuHDXve.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/mulish-cyrillic-500-normal.5Gm1uDpZ.woff2)format("woff2"),url(/_astro/mulish-cyrillic-500-normal.C9oc_C6e.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/mulish-vietnamese-500-normal.BcKeiari.woff2)format("woff2"),url(/_astro/mulish-vietnamese-500-normal.DC_f6fjv.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/mulish-latin-ext-500-normal.CyTKV2lK.woff2)format("woff2"),url(/_astro/mulish-latin-ext-500-normal.CWDcFwYe.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/mulish-latin-500-normal.BoPlPdCZ.woff2)format("woff2"),url(/_astro/mulish-latin-500-normal.CoJZbj2t.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/mulish-cyrillic-ext-600-normal.vB0dh4Vd.woff2)format("woff2"),url(/_astro/mulish-cyrillic-ext-600-normal.B_z2ex1z.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/mulish-cyrillic-600-normal.CKFF8GaG.woff2)format("woff2"),url(/_astro/mulish-cyrillic-600-normal.DPq7SEaB.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/mulish-vietnamese-600-normal.DQ5mKFzk.woff2)format("woff2"),url(/_astro/mulish-vietnamese-600-normal.BpgYXBxh.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/mulish-latin-ext-600-normal.D7_foosS.woff2)format("woff2"),url(/_astro/mulish-latin-ext-600-normal.Chxu7DbI.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/mulish-latin-600-normal.BSghSUeJ.woff2)format("woff2"),url(/_astro/mulish-latin-600-normal.BgWMv2vh.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/mulish-cyrillic-ext-700-normal.8rTAbKX1.woff2)format("woff2"),url(/_astro/mulish-cyrillic-ext-700-normal.BOPj4Aba.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/mulish-cyrillic-700-normal.Cdb6nxyj.woff2)format("woff2"),url(/_astro/mulish-cyrillic-700-normal.C83yEZuV.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Mulish;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/mulish-vietnamese-700-normal.B7ZZnzhK.woff2)format("woff2"),url(/_astro/mulish-vietnamese-700-normal.iBzJykbs.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/mulish-latin-ext-700-normal.DmQ9OtDO.woff2)format("woff2"),url(/_astro/mulish-latin-ext-700-normal.CZscPGxd.woff)format("woff");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:Mulish;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/mulish-latin-700-normal.DP36JSCV.woff2)format("woff2"),url(/_astro/mulish-latin-700-normal.LuPokTVX.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/prompt-thai-300-normal.qs9oCq2b.woff2)format("woff2"),url(/_astro/prompt-thai-300-normal.CDWjDcdW.woff)format("woff");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Prompt;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/prompt-vietnamese-300-normal.CzHbdZ_C.woff2)format("woff2"),url(/_astro/prompt-vietnamese-300-normal.D5eS_LbO.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/prompt-latin-ext-300-normal.BveSF7za.woff2)format("woff2"),url(/_astro/prompt-latin-ext-300-normal.5PsZRnuW.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/prompt-latin-300-normal.CW7rmI5T.woff2)format("woff2"),url(/_astro/prompt-latin-300-normal.CCBwf7Ta.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/prompt-thai-400-normal.BrkKv8cO.woff2)format("woff2"),url(/_astro/prompt-thai-400-normal.DJypnfr3.woff)format("woff");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Prompt;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/prompt-vietnamese-400-normal.BCPzsgPT.woff2)format("woff2"),url(/_astro/prompt-vietnamese-400-normal.D4pLyeNK.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/prompt-latin-ext-400-normal.DdSafGZ9.woff2)format("woff2"),url(/_astro/prompt-latin-ext-400-normal.1pHbN9uy.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/prompt-latin-400-normal.BQ9zjSN8.woff2)format("woff2"),url(/_astro/prompt-latin-400-normal.CxU4ec_r.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/prompt-thai-500-normal.C18pDUoL.woff2)format("woff2"),url(/_astro/prompt-thai-500-normal.D7YNqUJD.woff)format("woff");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Prompt;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/prompt-vietnamese-500-normal.DmzxmPwa.woff2)format("woff2"),url(/_astro/prompt-vietnamese-500-normal.w_sS_j2F.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/prompt-latin-ext-500-normal.-EZ1um7s.woff2)format("woff2"),url(/_astro/prompt-latin-ext-500-normal.D-lI1EVT.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/prompt-latin-500-normal.CxzxEHZc.woff2)format("woff2"),url(/_astro/prompt-latin-500-normal.B1edBDQ9.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/prompt-thai-600-normal.MrdfU7zR.woff2)format("woff2"),url(/_astro/prompt-thai-600-normal.CYPViXds.woff)format("woff");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Prompt;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/prompt-vietnamese-600-normal.7QWjJBsF.woff2)format("woff2"),url(/_astro/prompt-vietnamese-600-normal.1dyohtNh.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/prompt-latin-ext-600-normal.Cg9L7iJU.woff2)format("woff2"),url(/_astro/prompt-latin-ext-600-normal.C8b50x67.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/prompt-latin-600-normal.hKZWXsc1.woff2)format("woff2"),url(/_astro/prompt-latin-600-normal.CSDDLorv.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/prompt-thai-700-normal.Cg4aQ0Nn.woff2)format("woff2"),url(/_astro/prompt-thai-700-normal.Cb5ilR-c.woff)format("woff");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Prompt;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/prompt-vietnamese-700-normal.CGnCqMm1.woff2)format("woff2"),url(/_astro/prompt-vietnamese-700-normal.Bop7lSxF.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/prompt-latin-ext-700-normal.BkJrvM1L.woff2)format("woff2"),url(/_astro/prompt-latin-ext-700-normal.iiM_gSWc.woff)format("woff");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:Prompt;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/prompt-latin-700-normal.I2gc831J.woff2)format("woff2"),url(/_astro/prompt-latin-700-normal.BfbftDSq.woff)format("woff");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-display:swap;font-weight:300;src:url(/_astro/sarabun-thai-300-normal.CcnZDUQt.woff2)format("woff2"),url(/_astro/sarabun-thai-300-normal.BuSmL49P.woff)format("woff");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-display:swap;font-weight:300;src:url(/_astro/sarabun-vietnamese-300-normal._YgtkWUg.woff2)format("woff2"),url(/_astro/sarabun-vietnamese-300-normal.CE5FcVvD.woff)format("woff");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-display:swap;font-weight:300;src:url(/_astro/sarabun-latin-ext-300-normal.BGhvm7pr.woff2)format("woff2"),url(/_astro/sarabun-latin-ext-300-normal.UxZBf4B-.woff)format("woff");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-display:swap;font-weight:300;src:url(/_astro/sarabun-latin-300-normal.ChuNoMQa.woff2)format("woff2"),url(/_astro/sarabun-latin-300-normal.6oxEFa9P.woff)format("woff");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-display:swap;font-weight:400;src:url(/_astro/sarabun-thai-400-normal.C2DaJlKK.woff2)format("woff2"),url(/_astro/sarabun-thai-400-normal.CH-UbWgg.woff)format("woff");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-display:swap;font-weight:400;src:url(/_astro/sarabun-vietnamese-400-normal.igdrzAGY.woff2)format("woff2"),url(/_astro/sarabun-vietnamese-400-normal.DPfkSCMy.woff)format("woff");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-display:swap;font-weight:400;src:url(/_astro/sarabun-latin-ext-400-normal.BbP7GpLL.woff2)format("woff2"),url(/_astro/sarabun-latin-ext-400-normal.BsmTn0SS.woff)format("woff");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-display:swap;font-weight:400;src:url(/_astro/sarabun-latin-400-normal.URPBxl-K.woff2)format("woff2"),url(/_astro/sarabun-latin-400-normal.DmguIS-7.woff)format("woff");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-display:swap;font-weight:500;src:url(/_astro/sarabun-thai-500-normal.BVssjame.woff2)format("woff2"),url(/_astro/sarabun-thai-500-normal.C3iDLEzi.woff)format("woff");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-display:swap;font-weight:500;src:url(/_astro/sarabun-vietnamese-500-normal.Dpe7Br9m.woff2)format("woff2"),url(/_astro/sarabun-vietnamese-500-normal.CpRVvGRU.woff)format("woff");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-display:swap;font-weight:500;src:url(/_astro/sarabun-latin-ext-500-normal.DE1LysqI.woff2)format("woff2"),url(/_astro/sarabun-latin-ext-500-normal.Cot16Bd2.woff)format("woff");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-display:swap;font-weight:500;src:url(/_astro/sarabun-latin-500-normal.BjUTcdxu.woff2)format("woff2"),url(/_astro/sarabun-latin-500-normal.CJexTAnl.woff)format("woff");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-display:swap;font-weight:600;src:url(/_astro/sarabun-thai-600-normal.3dIAQ-_s.woff2)format("woff2"),url(/_astro/sarabun-thai-600-normal.DWKeTe6a.woff)format("woff");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-display:swap;font-weight:600;src:url(/_astro/sarabun-vietnamese-600-normal.DkxrOlLB.woff2)format("woff2"),url(/_astro/sarabun-vietnamese-600-normal.BMbOgAW-.woff)format("woff");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-display:swap;font-weight:600;src:url(/_astro/sarabun-latin-ext-600-normal.BRxjKUQ6.woff2)format("woff2"),url(/_astro/sarabun-latin-ext-600-normal.0tXu9x_i.woff)format("woff");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-display:swap;font-weight:600;src:url(/_astro/sarabun-latin-600-normal.DMD3TROr.woff2)format("woff2"),url(/_astro/sarabun-latin-600-normal.9FonlkKx.woff)format("woff");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-display:swap;font-weight:700;src:url(/_astro/sarabun-thai-700-normal.CbuDipM3.woff2)format("woff2"),url(/_astro/sarabun-thai-700-normal.CP2-p8e-.woff)format("woff");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-display:swap;font-weight:700;src:url(/_astro/sarabun-vietnamese-700-normal.DrMy3BMX.woff2)format("woff2"),url(/_astro/sarabun-vietnamese-700-normal.lN6N8XBT.woff)format("woff");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-display:swap;font-weight:700;src:url(/_astro/sarabun-latin-ext-700-normal.CnQtP196.woff2)format("woff2"),url(/_astro/sarabun-latin-ext-700-normal.ykw7DJpk.woff)format("woff");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-display:swap;font-weight:700;src:url(/_astro/sarabun-latin-700-normal.DQKyWxHq.woff2)format("woff2"),url(/_astro/sarabun-latin-700-normal.DUuqj4Ju.woff)format("woff");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}
