/*! tailwindcss v4.0.14 | 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;--spacing:.25rem;--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-semibold:600;--font-weight-bold:700;--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings);--color-thai-white:#f4f5f8;--color-thai-red:#a51931;--color-thai-blue:#2d2a4a;--default-black:#101414;--font-chonburi:var(--font-chonburi)}}@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}body{line-height:inherit}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;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{.absolute{position:absolute}.relative{position:relative}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-10{margin:calc(var(--spacing)*10)}.m-26{margin:calc(var(--spacing)*26)}.m-75{margin:calc(var(--spacing)*75)}.m-90{margin:calc(var(--spacing)*90)}.m-94{margin:calc(var(--spacing)*94)}.m-99{margin:calc(var(--spacing)*99)}.m-112{margin:calc(var(--spacing)*112)}.m-145{margin:calc(var(--spacing)*145)}.m-159{margin:calc(var(--spacing)*159)}.m-169{margin:calc(var(--spacing)*169)}.m-180{margin:calc(var(--spacing)*180)}.m-217{margin:calc(var(--spacing)*217)}.m-226{margin:calc(var(--spacing)*226)}.m-336{margin:calc(var(--spacing)*336)}.m-503{margin:calc(var(--spacing)*503)}.m-927{margin:calc(var(--spacing)*927)}.m-951{margin:calc(var(--spacing)*951)}.m-1134{margin:calc(var(--spacing)*1134)}.m-1416{margin:calc(var(--spacing)*1416)}.my-5{margin-block:calc(var(--spacing)*5)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.h-64{height:calc(var(--spacing)*64)}.w-full{width:100%}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.resize{resize:both}.flex-col{flex-direction:column}.gap-2{gap:calc(var(--spacing)*2)}.overflow-x-hidden{overflow-x:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-\[clamp\(1\.6rem\,4vw\,3rem\)\]{font-size:clamp(1.6rem,4vw,3rem)}.leading-\[1\.5\]{--tw-leading:1.5;line-height:1.5}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mix-blend-difference{mix-blend-mode:difference}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}@font-face{font-family:CabinetGroteskBold;src:url(/fonts/CabinetGrotesk-Black.woff)format("woff");font-weight:700;font-style:normal}:root{--font-cabinet:"CabinetGroteskBold",sans-serif;--typo--2:clamp(.7813rem,.7615rem + .0988vw,.88rem);--typo--1:clamp(.9375rem,.905rem + .1625vw,1.1rem);--typo-0:clamp(1.125rem,1.075rem + .25vw,1.375rem);--typo-1:clamp(1.35rem,1.2763rem + .3688vw,1.7188rem);--typo-2:clamp(1.62rem,1.5143rem + .5284vw,2.1484rem);--typo-3:clamp(1.944rem,1.7957rem + .7415vw,2.6855rem);--typo-4:clamp(2.3328rem,2.128rem + 1.0241vw,3.3569rem);--typo-5:clamp(2.7994rem,2.52rem + 1.3968vw,4.1962rem);--space-3xs:clamp(.3125rem,.3rem + .0625vw,.375rem);--space-2xs:clamp(.5625rem,.5375rem + .125vw,.6875rem);--space-xs:clamp(.875rem,.8375rem + .1875vw,1.0625rem);--space-s:clamp(1.125rem,1.075rem + .25vw,1.375rem);--space-m:clamp(1.6875rem,1.6125rem + .375vw,2.0625rem);--space-l:clamp(2.25rem,2.15rem + .5vw,2.75rem);--space-xl:clamp(3.375rem,3.225rem + .75vw,4.125rem);--space-2xl:clamp(4.5rem,4.3rem + 1vw,5.5rem);--space-3xl:clamp(6.75rem,6.45rem + 1.5vw,8.25rem)}body{font-family:var(--font-sarabun)}.about{color:var(--default-black)}.about__title-section{height:100vh;position:relative}.about__section-title{font-size:var(--typo-3);font-family:var(--font-cabinet)}.about__title-image{z-index:-1;background-color:var(--color-thai-blue);height:100vh;position:absolute;top:0;left:0}.about__title-image img{object-fit:cover;filter:brightness(.9);height:100%}.about__title-wrapper{text-align:center;justify-content:center;align-items:center;gap:var(--space-3xs);flex-direction:column;width:100%;padding:0 6vw;display:flex;position:absolute;bottom:10vh}.about__title-wrapper .about__title{font-size:var(--typo-5);font-family:var(--font-cabinet);color:var(--color-thai-white)}.about__title-wrapper p{font-size:var(--typo--2);font-family:var(--font-sarabun);color:var(--color-thai-white);text-transform:uppercase;letter-spacing:.1em}.about__middle-section{background-color:var(--color-thai-blue);padding:var(--space-3xl)6vw;color:var(--color-thai-white);gap:var(--space-xl);flex-direction:column;display:flex;position:relative}.about__middle-section .amd__image-container{overflow:hidden}.about__middle-section .about__middle-section-container{gap:var(--space-s);flex-direction:column;display:flex}.about__middle-section p{font-size:var(--typo-0);font-style:bold}.about__middle-section img{object-fit:cover;height:100%;position:relative;top:0}.about__section-philosophy{background-color:var(--color-thai-white);color:var(--default-black)}.about__section-philosophy .about__subtitle-philosophy{padding:var(--space-3xl)6vw var(--space-l)6vw;width:100vw;font-size:var(--typo-4);font-family:var(--font-cabinet)}.about__section-philosophy .about__paragraph-philosophy{padding:var(--space-l)6vw var(--space-3xl)6vw;font-size:var(--typo--1);font-weight:700}.about__section-philosophy .about__list{grid-template-rows:repeat(5,1fr);display:grid}.about__section-philosophy .about__list .about__list-item{padding:var(--space-m)6vw;gap:var(--space-s);font-size:var(--typo--1);flex-direction:column;font-weight:700;display:flex}.about__section-philosophy .about__list .about__list-item:first-child,.about__section-philosophy .about__list .about__list-item:nth-child(5){background-color:var(--color-thai-red);color:var(--color-thai-white)}.about__section-philosophy .about__list .about__list-item:nth-child(2n+2){background-color:var(--color-thai-white)}.about__section-philosophy .about__list .about__list-item:nth-child(3){background-color:var(--color-thai-blue);color:var(--color-thai-white)}.about__section-authenticity{height:100vh;color:var(--color-thai-white);position:relative}.about__section-authenticity .image__container{z-index:-1;height:100vh;position:absolute;top:0;left:0}.about__section-authenticity .image__container img{object-fit:cover;filter:brightness(.6);height:120vh}.about__section-authenticity .content__container{justify-content:space-between;gap:var(--space-s);height:100%;padding:var(--space-3xl)6vw;flex-direction:column;display:flex}.about__section-authenticity h2{font-size:var(--typo-4);font-family:var(--font-cabinet)}.about__section-authenticity p{font-size:var(--typo-0);font-weight:700}.about__section-coaches{height:100vh;color:var(--color-thai-white);position:relative}.about__section-coaches .coach__image{z-index:-1;height:100vh;position:absolute;top:0;left:0;overflow:hidden}.about__section-coaches .coach__image img{object-fit:cover;filter:brightness(.9);height:120vh}.about__section-coaches .coach__content{justify-content:space-between;gap:var(--space-s);height:100%;padding:var(--space-3xl)6vw;flex-direction:column;display:flex}.about__section-coaches h2{font-size:var(--typo-4);font-family:var(--font-cabinet)}.about__section-coaches ul{gap:var(--space-xs);font-size:var(--typo-0);flex-direction:column;font-weight:700;display:flex}.about__section-classes{background-color:var(--color-thai-white);color:var(--default-black);padding:var(--space-3xl)0}.about__section-classes .about__content{padding:0 6vw}.about__section-classes .about__title{font-size:var(--typo-2);font-family:var(--font-cabinet)}.about__section-classes .about__intro{font-size:var(--typo--1)}.about__section-classes .about__features{gap:var(--space-2xl);margin:var(--space-3xl)0;flex-direction:column;display:flex}.about__section-classes .about__feature{gap:var(--space-xs);flex-direction:column;display:flex}.about__section-classes .about__feature h3{font-family:var(--font-cabinet);font-size:var(--typo-3);width:75%;line-height:1.2}.about__section-classes .about__feature p{font-size:var(--typo--1)}.about__section-classes .about__message{font-size:var(--typo--1);margin-bottom:var(--space-m);font-weight:700}.about__section-classes .about__cta{font-size:var(--typo--1)}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}.item-holder{width:max-content;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.item-holder__container{position:relative}