/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.block{display:block}.flex{display:flex}.flex-col{flex-direction:column}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}html{scroll-behavior:smooth}body{justify-content:center;place-items:center;min-width:100vw;margin:0;font-family:Inter,sans-serif;display:flex}h1{font-size:3.2em;line-height:1.1}h1,h2,h3,h4,h5{font-family:Kodchasan}p,span{font-family:Inter}.button,a,button{transition:all .2s}.button:active,.button:hover,a:active,a:hover,button:active,button:hover{opacity:.85;cursor:pointer}.screen-header{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.screen-header-main{font-size:32px}.screen-header-sub{font-size:20px}label{color:#212529;font-size:14px}.main{width:100%}.section{flex-direction:column;justify-content:start;align-items:center;min-width:100%;min-height:100%;display:flex;position:relative;overflow:hidden}@media (min-width:1536px){.section{min-height:1080px}}.section-header{font-size:2.5rem;font-weight:700;line-height:1}@media (min-width:390px){.section-header{font-size:3rem}}@media (min-width:640px){.section-header{font-size:3.5rem}}@media (min-width:768px){.section-header{font-size:3.75rem}}@media (min-width:1023px){.section-header{font-size:4.5rem}}.text-only-page-wrapper{padding:10vh 20vw}.text-only-page-wrapper ol,.text-only-page-wrapper p,.text-only-page-wrapper ul{margin:.5em 0 1em}.text-only-page-wrapper .main-header{font-size:2.5em}.text-only-page-wrapper .subheader{padding:2em 0 .5em;font-weight:600}.form-button{background-color:#e57353;border-radius:10px;justify-content:center;align-items:center;font-family:Kodchasan;display:flex}.form-button.disabled{opacity:.8;background-color:#8dbed8}.form-button.disabled:hover{cursor:auto}.landing-screen{background-color:#8dbed8;flex-direction:column;justify-content:center;width:100%;height:100%;display:flex}@media (min-width:1023px){.landing-screen{min-height:auto}}.landing-screen .content{color:#f5f5f5;flex-direction:column;justify-content:start;align-items:center;padding:6em 0 8em;display:flex}@media (min-width:1023px){.landing-screen .content{padding:8em 2em 8em 0}}.landing-screen .content .landing-main{flex-direction:column;align-items:center;width:100%;display:flex}@media (min-width:1023px){.landing-screen .content .landing-main{flex-direction:row;justify-content:center;align-items:center}.landing-screen .content .landing-main .slogan-original-container{width:45%}.landing-screen .content .landing-main .relax-image{width:40%}}.landing-screen .content .slogan-original-container{width:100%;padding:0 1.5em}@media (min-width:1023px){.landing-screen .content .slogan-original-container{padding:0 0 0 1.5em}}.landing-screen .content .slogan-original-container .slogan-second-part{margin-top:.35em}@media (min-width:425px){.landing-screen .content .slogan-original-container .slogan-second-part{display:none}}@media (min-width:1023px){.landing-screen .content .slogan-original-container .slogan-second-part{display:block}}.landing-screen .content .slogan{flex-direction:column;font-size:32px;line-height:1.6;display:flex}@media (min-width:640px){.landing-screen .content .slogan{font-size:40px}.landing-screen .content .slogan h2{max-width:40vw}}@media (min-width:1023px){.landing-screen .content .slogan h2{max-width:60vw}}@media (min-width:425px){.landing-screen .content .slogan .slogan-hyphen{display:none}}@media (min-width:1023px){.landing-screen .content .slogan .slogan-hyphen{display:inline}}.landing-screen .content .slogan-split-container{flex-direction:row;justify-content:end;width:100%;padding:0 1.5em 0 0;display:flex}@media (min-width:1023px){.landing-screen .content .slogan-split-container{display:none}}.landing-screen .content .slogan-second-part-split{text-align:end;display:none}@media (min-width:425px){.landing-screen .content .slogan-second-part-split{display:block}}@media (min-width:1023px){.landing-screen .content .slogan-second-part-split{display:none}}.landing-screen .content .relax-image{width:80%;margin:4em 0}@media (min-width:425px){.landing-screen .content .relax-image{margin-top:15vw}}@media (min-width:768px){.landing-screen .content .relax-image{width:60%;margin:4em 0 2em}}.landing-screen .content .landing-links-wrapper{flex-direction:row;align-items:center;display:flex}@media (min-width:640px){.landing-screen .content .landing-links-wrapper{width:100%;padding:2em 2em 0}}.landing-screen .content .landing-links-wrapper .landing-links-container{flex-direction:column;justify-content:space-between;width:10em;height:11em;display:flex}@media (min-width:425px){.landing-screen .content .landing-links-wrapper .landing-links-container{margin:15vw 0 0}}@media (min-width:640px){.landing-screen .content .landing-links-wrapper .landing-links-container{align-items:center;width:auto;height:9em;margin:5vw 0 0}}@media (min-width:768px){.landing-screen .content .landing-links-wrapper .landing-links-container{flex-direction:row;align-items:center;width:100%;margin:0 1.5em}}@media (min-width:1023px){.landing-screen .content .landing-links-wrapper .landing-links-container{margin:0 10vw}}.landing-screen .content .landing-links-wrapper .landing-links-container .store-links-container{border-bottom:.5px solid #f5f5f5;padding:0 0 .5em}@media (min-width:640px){.landing-screen .content .landing-links-wrapper .landing-links-container .store-links-container{border-bottom:0;flex-direction:row;justify-content:space-between;align-items:center;width:24em;margin:0;padding:0;display:flex}}@media (min-width:1023px){.landing-screen .content .landing-links-wrapper .landing-links-container .store-links-container{width:28em}}.landing-screen .content .landing-links-wrapper .landing-links-container .newsletter-button,.landing-screen .content .landing-links-wrapper .landing-links-container .store-link-button{width:160px;height:47px}@media (min-width:640px){.landing-screen .content .landing-links-wrapper .landing-links-container .newsletter-button,.landing-screen .content .landing-links-wrapper .landing-links-container .store-link-button{width:180px;height:52px}}@media (min-width:1023px){.landing-screen .content .landing-links-wrapper .landing-links-container .newsletter-button,.landing-screen .content .landing-links-wrapper .landing-links-container .store-link-button{width:200px}}.landing-screen .content .newsletter-button{border-radius:5px;flex-direction:row;justify-content:center;width:100%;display:flex}.landing-screen .content .newsletter-button span{font-size:13px}.contact-screen,.report-bug-screen{background-color:#f5f5f5;flex-direction:column;justify-content:center;width:100%;height:100%;display:flex}.contact-screen h1,.contact-screen h2,.contact-screen h3,.contact-screen p,.report-bug-screen h1,.report-bug-screen h2,.report-bug-screen h3,.report-bug-screen p{color:#212529}.contact-screen .content,.report-bug-screen .content{color:#f5f5f5;flex-direction:column;justify-content:start;align-items:center;padding:6em 0;display:flex}.contact-screen .content .screen-header .screen-header-main,.report-bug-screen .content .screen-header .screen-header-main{font-weight:800}.contact-screen .content .screen-header .screen-header-sub,.report-bug-screen .content .screen-header .screen-header-sub{text-align:center;padding:1em 1.5em 0}.contact-screen .content .bug-form,.contact-screen .content .contact-form,.report-bug-screen .content .bug-form,.report-bug-screen .content .contact-form{width:85%;max-width:400px;padding:3em 0}@media (min-width:768px){.contact-screen .content .bug-form,.contact-screen .content .contact-form,.report-bug-screen .content .bug-form,.report-bug-screen .content .contact-form{width:60%;max-width:670px}}.contact-screen .content .bug-form .input-row,.contact-screen .content .contact-form .input-row,.report-bug-screen .content .bug-form .input-row,.report-bug-screen .content .contact-form .input-row{margin:1em 0 2em}.contact-screen .content .bug-form input,.contact-screen .content .contact-form input,.report-bug-screen .content .bug-form input,.report-bug-screen .content .contact-form input{color:#757575;background-color:#fff;border:1px solid #212529;outline:none;width:100%;height:50px;padding:0 .75em;font-size:16px;border-radius:20px!important}.contact-screen .content .bug-form input.is-active,.contact-screen .content .contact-form input.is-active,.report-bug-screen .content .bug-form input.is-active,.report-bug-screen .content .contact-form input.is-active{color:#212529}.contact-screen .content .bug-form input.valid-input,.contact-screen .content .contact-form input.valid-input,.report-bug-screen .content .bug-form input.valid-input,.report-bug-screen .content .contact-form input.valid-input{border:2px solid #81c784!important}.contact-screen .content .bug-form input.invalid-input,.contact-screen .content .contact-form input.invalid-input,.report-bug-screen .content .bug-form input.invalid-input,.report-bug-screen .content .contact-form input.invalid-input{border:2px solid #d46a6a!important}.contact-screen .content .bug-form input:focus,.contact-screen .content .contact-form input:focus,.report-bug-screen .content .bug-form input:focus,.report-bug-screen .content .contact-form input:focus{border:2px solid #4391bc}.contact-screen .content .bug-form .file-upload-wrapper,.contact-screen .content .contact-form .file-upload-wrapper,.report-bug-screen .content .bug-form .file-upload-wrapper,.report-bug-screen .content .contact-form .file-upload-wrapper{flex-direction:column;gap:.5rem;display:flex}.contact-screen .content .bug-form .file-upload-wrapper .file-upload-field,.contact-screen .content .contact-form .file-upload-wrapper .file-upload-field,.report-bug-screen .content .bug-form .file-upload-wrapper .file-upload-field,.report-bug-screen .content .contact-form .file-upload-wrapper .file-upload-field{align-items:center;gap:1rem;display:flex;position:relative}.contact-screen .content .bug-form .file-upload-wrapper .file-upload-field .upload-button,.contact-screen .content .contact-form .file-upload-wrapper .file-upload-field .upload-button,.report-bug-screen .content .bug-form .file-upload-wrapper .file-upload-field .upload-button,.report-bug-screen .content .contact-form .file-upload-wrapper .file-upload-field .upload-button{color:#fff;background-color:#4391bc;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100px;height:45px;display:flex}.contact-screen .content .bug-form .file-upload-wrapper .file-upload-field .file-name,.contact-screen .content .contact-form .file-upload-wrapper .file-upload-field .file-name,.report-bug-screen .content .bug-form .file-upload-wrapper .file-upload-field .file-name,.report-bug-screen .content .contact-form .file-upload-wrapper .file-upload-field .file-name{color:#212529;white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-size:.9rem;overflow:hidden}.contact-screen .content .bug-form .file-upload-wrapper .file-upload-field input[type=file],.contact-screen .content .contact-form .file-upload-wrapper .file-upload-field input[type=file],.report-bug-screen .content .bug-form .file-upload-wrapper .file-upload-field input[type=file],.report-bug-screen .content .contact-form .file-upload-wrapper .file-upload-field input[type=file]{display:none}.contact-screen .content .bug-form .contact-form-user-data-row,.contact-screen .content .contact-form .contact-form-user-data-row,.report-bug-screen .content .bug-form .contact-form-user-data-row,.report-bug-screen .content .contact-form .contact-form-user-data-row{flex-direction:column;justify-content:space-between;display:flex}@media (min-width:768px){.contact-screen .content .bug-form .contact-form-user-data-row,.contact-screen .content .contact-form .contact-form-user-data-row,.report-bug-screen .content .bug-form .contact-form-user-data-row,.report-bug-screen .content .contact-form .contact-form-user-data-row{flex-direction:row}.contact-screen .content .bug-form .contact-form-user-data-row input,.contact-screen .content .contact-form .contact-form-user-data-row input,.report-bug-screen .content .bug-form .contact-form-user-data-row input,.report-bug-screen .content .contact-form .contact-form-user-data-row input{width:47.5%}}.contact-screen .content .bug-form textarea,.contact-screen .content .contact-form textarea,.report-bug-screen .content .bug-form textarea,.report-bug-screen .content .contact-form textarea{color:#757575;background-color:#fff;border:1px solid #212529;border-radius:20px;outline:none;width:100%;height:100%;min-height:25vh;max-height:40vh;padding:.75em .75em 0;border-radius:20px!important}.contact-screen .content .bug-form textarea.is-active,.contact-screen .content .contact-form textarea.is-active,.report-bug-screen .content .bug-form textarea.is-active,.report-bug-screen .content .contact-form textarea.is-active{color:#212529}.contact-screen .content .bug-form textarea.valid-input,.contact-screen .content .contact-form textarea.valid-input,.report-bug-screen .content .bug-form textarea.valid-input,.report-bug-screen .content .contact-form textarea.valid-input{border:2px solid #81c784!important}.contact-screen .content .bug-form textarea.invalid-input,.contact-screen .content .contact-form textarea.invalid-input,.report-bug-screen .content .bug-form textarea.invalid-input,.report-bug-screen .content .contact-form textarea.invalid-input{border:2px solid #d46a6a!important}.contact-screen .content .bug-form textarea:focus,.contact-screen .content .contact-form textarea:focus,.report-bug-screen .content .bug-form textarea:focus,.report-bug-screen .content .contact-form textarea:focus{border:2px solid #4391bc}.contact-screen .content .contact-form input,.contact-screen .content .contact-form textarea,.report-bug-screen .content .contact-form input,.report-bug-screen .content .contact-form textarea{margin:.5em 0}.contact-screen .content .form-button-row,.report-bug-screen .content .form-button-row{justify-content:end;width:100%;padding:1em 0;display:flex}.contact-screen .content .form-button-row .contact-form-button,.report-bug-screen .content .form-button-row .contact-form-button{width:100px;height:45px}.footer{background-color:#8dbed8;flex-direction:row;justify-content:space-between;align-items:center;width:100vw;height:93px;padding:0 1em;display:flex;bottom:0}@media (min-width:768px){.footer{padding:0 2em}}@media (min-width:1280px){.footer{padding:0 3em}}.footer a,.footer h2,.footer h3,.footer p,.footer span{color:#f5f5f5;font-family:Inter;font-size:14px!important}@media (min-width:640px){.footer a,.footer h2,.footer h3,.footer p,.footer span{font-size:24px}}.footer .footer-links-container .footer-link{-webkit-text-decoration:inherit;text-decoration:inherit;padding:0 .5em;font-weight:500;display:inline-block}.footer .footer-links-container .footer-link:not(:last-child){border-right:1px solid #f5f5f5}.footer .footer-brand{opacity:.5;text-align:end}.newsletter-modal{z-index:40;display:none;position:fixed;inset:0}.newsletter-modal.is-open{display:block!important}.modal-overlay{z-index:40;background-color:#464646bf;width:100%;height:100%;display:block;position:fixed;inset:0}.modal-body{text-align:center;background-color:#f5f5f5;border-radius:15px;width:95vw;min-height:250px;margin:0 auto;padding:3rem;position:relative;top:50%;transform:translateY(-50%)}@media (min-width:475px){.modal-body{width:85vw}}@media (min-width:640px){.modal-body{width:75vw}}@media (min-width:1024px){.modal-body{width:60vw}}@media (min-width:1280px){.modal-body{width:55vw}}.modal-close-button{cursor:pointer;background:0 0;border:none;margin:1rem;padding:1rem;font-size:1.25rem;position:absolute;top:0;right:0}.modal-title{padding:1rem;font-size:1.5rem;font-weight:700}.modal-content{flex-direction:column;align-items:center;margin:.5rem 0 0;display:flex}@media (min-width:640px){.modal-content{margin:0 3rem}}@media (min-width:1023px){.modal-content{padding:0 2rem}}.modal-subtext{max-width:600px;font-size:.875rem}.newsletter-form{width:100%;max-width:400px;padding:2rem 0}@media (min-width:640px){.newsletter-form{width:100%;max-width:670px}}.newsletter-form__fields{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.newsletter-form__fields input{width:67.5%}}@media (min-width:1280px){.newsletter-form__fields{flex-direction:row;justify-content:space-between}}.form-input{color:#757575;background-color:#fff;border:1px solid #212529;border-radius:9999px;outline:none;width:100%;height:50px;padding:0 .75em;font-size:16px}.form-input--active{color:#212529}.form-input--invalid{border:2px solid #d46a6a!important}.form-input:focus{border:2px solid #4391bc}.newsletter-form__actions{justify-content:flex-end;width:100%;padding:1rem 0;display:flex}@media (min-width:1280px){.newsletter-form__actions{padding:1.5rem 0}}.newsletter-form__submit{color:#f5f5f5;background-color:#e57353;border-radius:10px;justify-content:center;align-items:center;width:100px;height:45px;font-family:Kodchasan,sans-serif;display:flex}.newsletter-form__submit--disabled{opacity:.8;cursor:default;background-color:#8dbed8}.modal-privacy-note{border-bottom:1px solid;padding-bottom:.25rem;font-size:.875rem;display:inline-block}@media (max-width:425px){.modal-privacy-note{font-size:9px;line-height:1.3}}.report-bug-screen .bug-form-label{font-size:16px}.report-bug-screen .bug-form-label input,.report-bug-screen .bug-form-label textarea{margin-top:1em}.report-bug-screen .bug-form-label .bug-form-label-subtitle{color:#757575;font-size:12px}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}.__variable_e8ce0c{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Kodchasan;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1a341944d89a9ae8-s.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Kodchasan;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5d2fd9da3aaadc2b-s.woff2) format("woff2");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:Kodchasan;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/94427ef7cc0d0c14-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:Kodchasan;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/054a967404426e92-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}.__className_a1223a{font-family:Kodchasan,Kodchasan Fallback;font-weight:400;font-style:normal}.__variable_a1223a{--font-kodchasan-standard:"Kodchasan","Kodchasan Fallback"}@font-face{font-family:Kodchasan;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/414b1e50797e7c08-s.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Kodchasan;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1798db1440a3e90-s.woff2) format("woff2");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:Kodchasan;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1677256187c44ae4-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:Kodchasan;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a990303e6fa76b90-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:Kodchasan Fallback;src:local("Arial");ascent-override:91.12%;descent-override:24.56%;line-gap-override:0.00%;size-adjust:112.38%}.__className_b5ac62{font-family:Kodchasan,Kodchasan Fallback;font-weight:700;font-style:normal}.__variable_b5ac62{--font-kodchasan-bold:"Kodchasan","Kodchasan Fallback"}