/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:host,:root{--spacing:.25rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-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}::-webkit-calendar-picker-indicator{line-height:1}:-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{.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.min-h-full{min-height:100%}.flex-shrink{flex-shrink:1}.border-collapse{border-collapse:collapse}.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}.flex-wrap{flex-wrap:wrap}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px)}.blur,.invert{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,)}.invert{--tw-invert:invert(100%)}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}.hero__person-img,.hero__person-txt-more{opacity:1!important}.hero__person-img{height:115%!important}.form-block.mod--hero,.heading-1-hero,.hero__persons{opacity:1!important;transform:none!important}.hero__col.col--2{gap:8px;overflow:hidden;display:flex!important}.hero__col.col--2 .hero__person{cursor:pointer;flex-shrink:0;overflow:hidden;width:21%!important;transition:width .6s cubic-bezier(.4,0,.2,1)!important}.hero__col.col--2 .hero__person:hover{width:58%!important}.hero__col.col--2 .hero__person .hero__person-txt-more{opacity:0!important;transition:opacity .4s .1s!important}.hero__col.col--2 .hero__person:hover .hero__person-txt-more{opacity:1!important}.hero__col.col--2 .hero__person .hero__person-txt-less{opacity:1;transition:opacity .3s}.hero__col.col--2 .hero__person:hover .hero__person-txt-less{opacity:0}.hero__col.col--2 .hero__person.mod--1{width:58%!important}.hero__col.col--2 .hero__person.mod--1 .hero__person-txt-more{opacity:1!important}.hero__col.col--2 .hero__person.mod--1 .hero__person-txt-less{opacity:0}.hero__col.col--2:has(.hero__person.mod--2:hover) .hero__person.mod--1,.hero__col.col--2:has(.hero__person.mod--3:hover) .hero__person.mod--1{width:21%!important}.hero__col.col--2:has(.hero__person.mod--2:hover) .hero__person.mod--1 .hero__person-txt-more,.hero__col.col--2:has(.hero__person.mod--3:hover) .hero__person.mod--1 .hero__person-txt-more{opacity:0!important}.hero__col.col--2:has(.hero__person.mod--2:hover) .hero__person.mod--1 .hero__person-txt-less,.hero__col.col--2:has(.hero__person.mod--3:hover) .hero__person.mod--1 .hero__person-txt-less{opacity:1}.section.special-offer .content{opacity:1!important}.gallery-ch01{grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%;max-width:1200px;margin:0 auto;display:grid!important}@media screen and (max-width:991px){.gallery-ch01{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width:479px){.gallery-ch01{grid-template-columns:1fr!important}}.slider-wrapper-material-color{overflow-x:hidden}html:not([lang=en]) .lang-en,html[lang=en] .lang-zh,main.footer{display:none!important}.checkout-result{background:#fcfbf7;min-height:54vh;padding:9rem 0 6rem}.checkout-result p{color:#555;max-width:760px;line-height:1.8}.checkout-result-order{font-weight:700}.w-button:disabled,button:disabled{cursor:not-allowed;opacity:.65}.result-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.privacy-page{color:#1e1e2f;background:#fff}.privacy-page .privacy-content{color:#1e1e2f;width:min(100% - 3rem,1280px);margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.privacy-page .policy-block,.privacy-page .policy-block li,.privacy-page .policy-block p,.privacy-page .policy-document{color:#1e1e2f}.privacy-page .policy-title{color:#1e1e2f;letter-spacing:0;border-bottom:1px solid #1e1e2f40;margin:0 0 1.4rem;padding-bottom:.55rem;font-size:clamp(2.1rem,4vw,3.2rem);font-weight:500;line-height:1.15}.privacy-page .policy-subtitle{color:#1e1e2f;letter-spacing:0;margin:0 0 1rem;font-size:clamp(1.35rem,2.2vw,2rem);font-weight:700;line-height:1.3}.data-deletion-page{background:#fff;padding:clamp(8rem,12vw,12rem) 0 clamp(4rem,8vw,7rem)}.data-deletion-content{max-width:980px;margin:0 auto}.data-deletion-page .policy-kicker{color:#b28d64;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-weight:700}.data-deletion-page h1{color:#1e1e2f;letter-spacing:0;margin:0;font-size:clamp(2.6rem,5vw,5rem);line-height:1.05}.data-deletion-page h2{color:#1e1e2f;letter-spacing:0;margin:0 0 1rem;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.2}.data-deletion-page .lead{color:#3f3f4e;max-width:760px;margin:1.4rem 0 2.5rem;font-size:1.08rem;line-height:1.9}.data-deletion-page .policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.data-deletion-page .english-section,.data-deletion-page .policy-panel{background:#fffdf9;border:1px solid #e7ddcf;border-radius:8px;padding:clamp(1.25rem,3vw,2rem)}.data-deletion-page .english-section{margin-top:1.25rem}.data-deletion-page li,.data-deletion-page p{color:#333341;line-height:1.85}.data-deletion-page ol{margin:0;padding-left:1.4rem}.data-deletion-page a{color:#1e1e2f;text-underline-offset:.18em;font-weight:700;text-decoration:underline}@media screen and (max-width:767px){.data-deletion-page{padding-top:7rem}.data-deletion-page .policy-grid{grid-template-columns:1fr}}.checkout-page{color:#1e1e2f;background:#fcfbf7}.checkout-page .checkout-content{color:#1e1e2f;width:min(100% - 3rem,1180px);margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.checkout-page .eyebrow,.checkout-page .heading-1,.checkout-page h2,.checkout-page label,.checkout-page span,.checkout-page strong{color:#1e1e2f}.checkout-page .heading-1{letter-spacing:0;margin:0 0 1rem;font-size:clamp(2rem,4vw,3.4rem);font-weight:500;line-height:1.15}.checkout-page .checkout-layout{margin-top:2rem}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@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}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}