:root{--cream: #fff7ed;--cream-100: #ffedd5;--cream-200: #fed7aa;--cream-300: #fdba74;--ink: #1f2937;--slate: #64748b;--slate-600: #475569;--navy: #18233f;--gold: #e3bf57;--gold-2: #cca641;--gold-deep: #b6912e;--gold-text-1: #d9b96a;--gold-text-2: #b8923f;--nav-clearance: 104px;--serif: "Instrument Serif", Georgia, "Times New Roman", serif;--sans: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--max: 1440px;--radius: 24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-clearance)}body{font-family:var(--sans);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;right:0;height:var(--nav-clearance);z-index:90;pointer-events:none;background:linear-gradient(180deg,var(--cream) 0%,rgba(255,247,237,.92) 78%,rgba(255,247,237,0) 100%)}body:has(.wlc):before{display:none}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 32px}.btn{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--sans);font-weight:500;font-size:16px;letter-spacing:-.03em;border:none;cursor:pointer;border-radius:8px;padding:10px 16px;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out,filter .4s ease-in-out;white-space:nowrap}.btn-gold{color:#fff;background:#b99b52;box-shadow:0 2px 6px #d5ac494a,0 6px 14px #c39f4663,inset 0 1px #ffffff38}.btn-gold:after{content:"";position:absolute;z-index:-1;bottom:-15px;left:50%;transform:translate(-50%);width:78%;height:20px;background:#d9bc77;mix-blend-mode:plus-lighter;filter:blur(20px);opacity:.9;pointer-events:none}.btn-gold:hover{transform:translateY(-3px) scale(1.045);filter:brightness(1.08);box-shadow:0 4px 10px #d5ac4961,0 10px 22px #c39f4680,inset 0 1px #ffffff38}.btn .arrow{transition:transform .25s ease}.btn:hover .arrow{transform:translate(4px)}.nav-wrap{position:absolute;top:0;left:0;right:0;z-index:100;padding:36px 0 0}.nav-inner{max-width:1360px;margin:0 auto;padding:0 20px;height:64px;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:20px}.nav-bar{display:flex;align-items:center;gap:48px;height:64px;padding:0 32px 0 16px;background:#172137;border-radius:12px}.brand{display:flex;align-items:center}.brand-logo{height:36px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:24px;list-style:none}.nav-links a{color:#e8ded5;font-family:var(--sans);font-size:16px;font-weight:400;letter-spacing:-.03em;transition:color .4s ease-in-out}.nav-links a:hover{color:#fff}.nav-cta{flex:none}.nav-bar{flex-shrink:1;min-width:0}.nav-wrap.nav-scrolled{position:fixed;top:16px;left:0;right:0;padding:0;z-index:100}main>section{scroll-margin-top:var(--nav-clearance)}.nav-wrap.nav-scrolled .nav-inner{background:#172137;border-radius:16px;height:56px;padding:4px 12px 4px 4px;box-shadow:0 8px 32px #17213747}.nav-wrap.nav-scrolled .nav-bar{background:transparent;border-radius:0;padding:0 12px 0 8px;height:48px}.nav-wrap.nav-scrolled .nav-cta{font-size:13px;padding:7px 12px;height:auto}.hero{position:relative}.hero-bg{position:absolute;top:16px;left:16px;right:16px;height:816px;border-radius:24px;z-index:0;background-color:#faf6eb;background-image:radial-gradient(227.68% 73.96% at 50% 76.47%,#ffe7cea8,#fff9efa8 48.9%,#ffffff18 83.47%),radial-gradient(199.98% 121.87% at 50% 0%,#eee,#eac37e38 38.62%,#f7eab900),linear-gradient(224deg,#faf6eb .38%,#fff0 36.48%),var(--hero-bg, none),radial-gradient(46.58% 99.46% at -3.41% -6.25%,#faf6eb,#fff 87.62%);background-size:cover,cover,cover,cover,cover;background-position:center;background-repeat:no-repeat}.hero-content{position:relative;z-index:2;max-width:911px;margin:0 auto;padding:200px 16px 60px;display:flex;flex-direction:column;align-items:center;gap:40px}.hero-text{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:798px;text-align:center}.hero-badge{position:relative;isolation:isolate;display:inline-block;font-family:var(--sans);font-size:16px;font-weight:500;letter-spacing:-.01em;color:#000;background:linear-gradient(90deg,#c0922a,#e8c84e 35%,#f0d660,#e8c84e 65%,#c0922a);padding:12px 28px;border-radius:10px;box-shadow:0 0 28px #efca708c,0 0 22px #ffd87966}.hero-badge-text{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:inherit}.hero-badge-word{display:inline-block;animation:heroBadgeWordFloat 4.2s ease-in-out infinite;animation-delay:calc(var(--word-index) * .16s);will-change:transform,opacity,text-shadow}@keyframes heroBadgeWordFloat{0%,64%,to{transform:translateY(0);opacity:1;text-shadow:0 0 0 rgba(255,255,255,0)}18%{transform:translateY(-3px);opacity:.92;text-shadow:0 3px 10px rgba(255,247,213,.78)}32%{transform:translateY(0);opacity:1;text-shadow:0 0 0 rgba(255,255,255,0)}}@media (prefers-reduced-motion: reduce){.hero-badge-word{animation:none}}.hero-block{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.hero-copy{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.hero-h1{display:flex;flex-direction:column;align-items:center;gap:4px}.hero-row1{display:flex;align-items:flex-end;justify-content:center;gap:12px;flex-wrap:wrap}.h1-navy{font-family:var(--sans);font-weight:500;font-size:clamp(38px,6vw,64px);line-height:1;letter-spacing:-.03em;color:#172137}.h1-gold{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(42px,6.8vw,72px);line-height:1;letter-spacing:-.05em;color:#af8c37}.hero-sub{font-family:var(--sans);color:#000;font-size:clamp(1rem,1.5vw,20px);font-weight:400;line-height:1.2;letter-spacing:-.03em;max-width:617px;text-align:center}.hero-media{position:relative;z-index:3;width:100%;max-width:911px;border-radius:24px;overflow:hidden;aspect-ratio:911 / 469;background:linear-gradient(135deg,#cdd6dd,#b9c4cc)}.hero-media img{width:100%;height:100%;object-fit:cover}.whatis{padding:24px 32px 60px}.whatis-head{max-width:1144px;margin:0 auto 64px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.whatis-head h2{font-family:var(--sans);font-weight:500;color:#172137;font-size:clamp(2.2rem,4.6vw,56px);line-height:1;letter-spacing:-.03em;display:flex;align-items:center;justify-content:center;gap:12px}.whatis-logo{height:.78em;width:auto;display:block}.whatis-head p{font-family:var(--sans);color:#7e879a;font-size:clamp(1.05rem,1.5vw,20px);font-weight:400;line-height:1.2;letter-spacing:-.03em;max-width:882px}.what-grid{display:grid;grid-template-columns:repeat(3,minmax(0,400px));justify-content:center;gap:32px;max-width:1264px;margin:0 auto;align-items:start}.what-col{display:flex;flex-direction:column;gap:32px}.what-col:not(.center){margin-top:120px}.what-col.center{margin-top:0}.wi-card{position:relative;min-height:532px;padding:32px 32px 48px;border-radius:16px;background:radial-gradient(120% 80% at 100% 100%,rgba(255,237,213,.4),transparent 60%),radial-gradient(120% 80% at 0% 0%,rgba(255,247,237,.55),transparent 55%),#fffcf6;border:1px solid rgba(196,182,152,.18);box-shadow:0 4px 22px #f9df9640;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;overflow:hidden;transition:background-color .35s ease,box-shadow .35s ease,border-color .35s ease}.wi-card:hover{background-color:#242f48;background-image:radial-gradient(75% 60% at 88% 100%,#4978de80,#24304b00 62%),radial-gradient(75% 60% at 8% 0%,#4978de6b,#24304b00 62%);border-color:transparent;box-shadow:0 4px 22px #5886d1}.wi-card:hover .wi-title{color:#fff}.wi-card:hover .wi-desc{color:#9badd3}.wi-icon{position:absolute;top:57%;left:50%;transform:translate(-50%,-50%);width:84%;max-width:330px;height:auto;z-index:0}.wi-icon--edu{transform:translate(-56%,-50%);width:92%}.wi-icon--ind{transform:translate(-44%,-50%)}.wi-icon--fin{top:60%;width:72%}.wi-title{position:relative;z-index:1;font-family:var(--sans);font-weight:500;color:#20314a;font-size:clamp(1.6rem,2vw,36px);line-height:1;letter-spacing:-.03em;transition:color .35s ease}.wi-desc{position:relative;z-index:1;font-family:var(--sans);font-weight:500;color:#7d8694;font-size:clamp(1rem,1.3vw,20px);line-height:1.1;letter-spacing:-.03em;max-width:22ch;transition:color .35s ease}.ta-left{text-align:left;align-self:flex-start}.ta-center{text-align:center;align-self:center}.ta-right{text-align:right;align-self:flex-end}.wi-photo{padding:0;background:linear-gradient(135deg,#e7ddd0,#d8ccbb)}.wi-photo:hover{border-color:#b99b52b8;box-shadow:0 6px 24px #b99b5261,0 0 42px #e3bf576b}.wi-photo img{width:100%;height:100%;object-fit:cover}.why{padding:60px 32px 90px}.why-inner{max-width:1376px;margin:0 auto}.why-top{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;margin-bottom:72px}.why-head{display:flex;flex-direction:column;align-items:flex-start;gap:28px}.why-head h2{font-family:var(--sans);font-weight:500;color:var(--ink);font-size:clamp(2.2rem,4.6vw,3.6rem);line-height:1;letter-spacing:-.5px}.why-intro{max-width:512px;font-family:var(--sans);color:var(--slate);font-size:clamp(1.1rem,1.5vw,1.5rem);font-weight:400;line-height:1.35}.why-cards{display:flex;gap:16px;align-items:stretch}.why-card{flex:1 1 0;min-width:0;height:240px;border-radius:16px;padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px;overflow:hidden;cursor:pointer;position:relative;transition:flex .7s ease-in-out,background-color .6s ease-in-out,box-shadow .5s ease-in-out}.why-card.inactive{background-color:#fffcf6;border:1px solid rgba(201,168,126,.35);box-shadow:0 4px 18px #f9df962e}.why-card.inactive:hover{box-shadow:0 8px 24px #f9df964d}.why-card.active{flex:2.1 1 0;border:none;background-color:#1c305b;background-image:url(/images/why-active.png),radial-gradient(70% 95% at 72% 18%,#668ad399,#446dbf59 38%,#1c305b00 66%),radial-gradient(85% 110% at 6% 88%,#304d8c99,#1c305b00 70%);background-blend-mode:screen,normal,normal;background-repeat:no-repeat;background-position:right top,center,center;background-size:auto 140%,cover,cover;box-shadow:0 16px 40px -18px #17255499}.wc-light{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);width:100%;max-width:270px;pointer-events:none;mix-blend-mode:plus-lighter;z-index:0}.why-card.active .wc-light{display:none}.wc-title{position:relative;z-index:1;font-family:var(--sans);font-weight:500;line-height:1.12}.wc-desc{position:relative;z-index:1;font-family:var(--sans);font-weight:400;line-height:1.32}.why-card.active .wc-title{color:#fff;font-size:2rem;letter-spacing:-.03em;max-width:90%}.why-card.active .wc-desc{color:#e0e7f8;font-size:1rem;line-height:1.2;letter-spacing:-.03em;max-width:352px}.why-card.inactive .wc-title{color:#20314a;font-size:1.6rem;letter-spacing:-.03em}.why-card.inactive .wc-desc{color:#7d8694;font-size:.95rem;letter-spacing:-.03em}.team{position:relative;height:calc(100vh + var(--team-scroll-range, 1040px));padding:0 32px;overflow:clip;z-index:1}.team-inner{position:sticky;top:var(--nav-clearance);max-width:1264px;height:calc(100vh - var(--nav-clearance));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.team-left{display:flex;flex-direction:column;gap:40px;max-width:580px;padding-top:40px}.team-copy{display:flex;flex-direction:column;gap:16px}.team-copy h2{font-family:var(--sans);font-weight:500;color:#172137;font-size:clamp(2.2rem,4vw,3rem);line-height:1;letter-spacing:-.03em}.team-sub{font-family:var(--sans);font-style:italic;color:#5b6b86;font-size:clamp(1.1rem,1.6vw,1.4rem);font-weight:400;line-height:1.25;max-width:460px}.team-body{font-family:var(--sans);color:#7d8694;font-size:clamp(1rem,1.3vw,1.2rem);font-weight:400;line-height:1.3;max-width:470px}.team-photos{position:relative;display:flex;gap:20px;width:100%;isolation:isolate}.team-photo{position:relative;flex:1;aspect-ratio:388 / 348;border-radius:15px;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#e7ddd0,#d8ccbb)}.team-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.team-photos:after{content:"";position:absolute;top:0;bottom:0;right:0;width:36%;pointer-events:none;background:linear-gradient(270deg,#faf6eb 6%,#faf6eb00 83%)}.team-timeline{position:relative;width:610px;height:760px;flex-shrink:0}.team-ring-clip{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;pointer-events:none}.team-ring-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.team-ring-line{fill:none;stroke-linecap:round}.team-ring-line{stroke:url(#teamArcStroke);stroke-width:8;filter:drop-shadow(0 0 18px rgba(88,124,194,.22))}.tb-list{position:relative;z-index:1;height:100%}.tb-node{box-sizing:border-box;position:absolute;left:0;top:calc(50% - 60px);height:120px;display:flex;align-items:center;gap:24px;white-space:nowrap;will-change:transform;transition:transform .46s cubic-bezier(.22,1,.36,1),opacity .28s ease}.tb-circle{flex-shrink:0;width:104px;height:104px;border-radius:50%;background:#fff;border:1px solid rgba(183,144,47,.4);display:grid;place-items:center;box-shadow:0 8px 22px -10px #786e504d;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.tb-icon-anim{display:grid;place-items:center}.tb-circle svg{width:40px;height:40px;stroke:#b7902f;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;transition:stroke .3s ease}.tb-node.is-active .tb-circle svg{width:44px;height:44px}.tb-node:not(.is-active){cursor:pointer}.tb-node:not(.is-active):hover .tb-circle{background:#b99b52;border-color:transparent;box-shadow:0 8px 22px -8px #b99b5299}.tb-node:not(.is-active):hover .tb-circle svg{stroke:#fff}.tb-label{font-family:var(--sans);font-weight:500;color:#9f9a8d;font-size:clamp(1.25rem,1.5vw,1.75rem);line-height:1.1;letter-spacing:-.03em;white-space:normal;max-width:260px}.tb-node.is-active .tb-circle{width:120px;height:120px;background:#1c305b;border:none;box-shadow:0 4px 22.7px #1c305b8c,0 0 48px 10px #4666aa80}.tb-node.is-active .tb-circle svg{width:44px;height:44px;stroke:#b99b52}.tb-node.is-active .tb-label{color:#1c305b;font-weight:600;font-size:clamp(1.6rem,2vw,2.25rem)}.inv{position:relative;height:calc(100vh + var(--inv-scroll-range, 1300px));padding:96px 32px 0;background:var(--cream);z-index:2}.inv-inner{position:sticky;top:var(--nav-clearance);max-width:1039px;height:calc(100vh - var(--nav-clearance));margin:0 auto;padding-top:clamp(0px,0vh,96px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.inv-head{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;gap:34px}.inv-head h2{font-family:var(--sans);font-weight:500;color:#172137;font-size:clamp(2.2rem,4.6vw,56px);line-height:1.2;letter-spacing:-.03em;text-align:center}.inv-stats{width:100%;display:flex;align-items:center;justify-content:center;gap:40px;padding:18px 32px;background:#fff7ed;border:1px solid #b3bbc9;border-radius:24px}.inv-stat-row{display:flex;align-items:center;gap:40px;flex:1}.inv-stat-row:last-child{flex:0 1 auto}.inv-stat{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;text-align:center}.inv-stat-val{display:inline-block;font-family:var(--sans);font-weight:500;font-size:clamp(2.4rem,3.4vw,56px);line-height:1;letter-spacing:-.03em;background:radial-gradient(120% 160% at 90% 130%,#7bb4fed9,#507ccfd9 48%,#2a437c00),#182846;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.inv-stat-label{font-family:var(--sans);font-weight:400;font-size:clamp(1rem,1.4vw,24px);line-height:1.2;letter-spacing:-.03em;color:#515b71}.inv-divider{width:1px;height:76px;background:#b3bbc9;flex-shrink:0}.inv-stack{position:relative;z-index:1;width:100%;height:clamp(440px,48vh,500px);display:flex;justify-content:center;margin-top:clamp(112px,13vh,150px);overflow:visible}.inv-card{position:absolute;bottom:0;left:5%;right:5%;height:clamp(335px,37vh,355px);display:flex;align-items:flex-end;gap:20px;padding:16px;background:#fdfaf4;border:1px solid #d9d6d0;box-shadow:0 4px 27px #25160a1a;border-radius:24px;transform-origin:bottom center;will-change:transform,opacity}.inv-card-body{flex:1;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;padding:16px 16px 24px;gap:24px}.inv-card-num{font-family:var(--sans);font-weight:500;font-size:clamp(3.25rem,6.5vw,88px);line-height:1.2;letter-spacing:-.03em;color:#e0dace}.inv-card-copy{display:flex;flex-direction:column;gap:16px}.inv-card-copy h3{font-family:var(--sans);font-weight:500;font-size:clamp(1.75rem,2.8vw,38px);line-height:1.2;letter-spacing:-.03em;color:#172137}.inv-card-copy p{font-family:var(--sans);font-weight:400;font-size:clamp(.95rem,1.2vw,18px);line-height:1.2;letter-spacing:-.03em;color:#798294;max-width:423px}.inv-card-media{width:45%;max-width:471px;align-self:stretch;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e7ddd0,#d8ccbb)}.inv-card-media img{width:100%;height:100%;object-fit:cover}.partners{padding:80px 32px 100px;overflow:hidden}.lp-inner{max-width:1306px;margin:0 auto;display:flex;align-items:center;gap:58px}.lp-left{width:448px;flex-shrink:0;display:flex;flex-direction:column;gap:48px}.lp-left h2{font-family:var(--sans);font-weight:500;color:#172137;font-size:clamp(2.2rem,4.6vw,56px);line-height:1.2;letter-spacing:-.03em}.lp-list{list-style:none;width:368px;max-width:100%;display:flex;flex-direction:column;gap:12px}.lp-item{display:flex;align-items:center;gap:8px}.lp-check{width:20px;height:20px;flex-shrink:0}.lp-item span{font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-.03em;color:#524f45}.lp-divider{display:block;height:1px;background:#d3cfc3;margin:10px 8px 10px 0}.lp-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 14%,#000 86%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 14%,#000 86%,transparent 100%)}.lp-row{overflow:hidden}.lp-track{display:flex;gap:12px;width:max-content;animation-name:lp-scroll;animation-timing-function:linear;animation-iteration-count:infinite}.lp-track.rev{animation-name:lp-scroll-rev}@keyframes lp-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes lp-scroll-rev{0%{transform:translate(-50%)}to{transform:translate(0)}}.lp-card{flex-shrink:0;height:160px;min-width:200px;padding:0 24px;display:grid;place-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 16px #eae5d880,inset 0 0 16px #f9f4e780}.lp-card img{max-width:200px;max-height:100px;object-fit:contain}.ai{height:100vh;overflow:hidden;position:relative;background:url(/images/page6.png) center / contain no-repeat,linear-gradient(to bottom,#172137,#17233d 20%,#1c2d4d,#17233d 80%,#172137)}.ai:before,.ai:after{content:"";position:absolute;top:0;bottom:0;width:16%;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#172137,#17233d 20%,#1c2d4d,#17233d 80%,#172137)}.ai:before{left:0;-webkit-mask:linear-gradient(to right,black 50%,transparent 100%);mask:linear-gradient(to right,black 50%,transparent 100%)}.ai:after{right:0;-webkit-mask:linear-gradient(to left,black 50%,transparent 100%);mask:linear-gradient(to left,black 50%,transparent 100%)}.ai-img{display:none}.bb{padding:80px 32px;background:var(--cream)}.bb-inner{max-width:1367px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bb-card{position:relative;min-height:336px;border-radius:16px;padding:32px 24px 24px;display:flex;flex-direction:column;overflow:hidden}.bb-card--navy{background:#182031;justify-content:space-between;gap:32px;isolation:isolate}.bb-glow-svg{position:absolute;top:0;left:0;width:100%;height:auto;pointer-events:none;mix-blend-mode:plus-lighter;z-index:0}.bb-flag{width:72px;height:72px;position:relative;z-index:1}.bb-body{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px}.bb-text{display:flex;flex-direction:column;gap:16px}.bb-title{font-family:var(--sans);font-weight:500;font-size:32px;line-height:1.2;letter-spacing:-.03em;margin:0}.bb-title--light{color:#e1e7f3}.bb-title--dark{color:#172137}.bb-sub{font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-.03em;margin:0}.bb-sub--navy{color:#afb4c8}.bb-sub--grey{color:#8b92a3}.bb-toggle{display:flex;align-items:center;gap:8px}.bb-switch{display:flex;justify-content:flex-end;align-items:center;width:48px;height:28px;padding:4px;border-radius:50px;background:#c39729;box-shadow:0 0 3.5px #f6ca5945,0 0 20px #c397297a}.bb-knob{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50px;background:#fff;box-shadow:0 0 4px #ffd671}.bb-knob-dot{width:11px;height:11px;border-radius:50%;background:#e3b645}.bb-toggle-label{font-family:var(--sans);font-size:16px;letter-spacing:-.03em;color:#646c89}.bb-card--image{background:#1d150d url(/images/ab0653a2954b6dca2f974deb69f58673db6d18d2.png) center/cover no-repeat;justify-content:center;align-items:center;isolation:isolate}.bb-card--image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061;pointer-events:none;z-index:0}.bb-pill{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:335px;max-width:100%;height:56px;padding:12px 24px;border-radius:50px;border:1px solid rgba(255,255,255,.62);background:#281f1261;box-shadow:inset 0 0 28px #ffffff2e,0 10px 28px #0000002e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow:hidden}.bb-pill-glow{position:absolute;width:291px;border-radius:50%;background:#b7902f;mix-blend-mode:plus-lighter;pointer-events:none;animation:bbPulse 3.2s ease-in-out infinite}.bb-pill-glow-top{height:21px;left:14px;top:-15px;filter:blur(25px)}.bb-pill-glow-bottom{height:23px;left:20px;top:54px;filter:blur(10.2px)}.bb-pill-glow-soft{height:23px;left:20px;top:53px;background:#cea12f87;filter:blur(33.25px)}@keyframes bbPulse{0%,to{opacity:.7}50%{opacity:1}}.bb-pill-text{position:relative;z-index:1;font-family:var(--sans);font-weight:500;font-size:32px;line-height:1;letter-spacing:-.03em;text-align:center;color:#fff}.bb-card--light{background:#f6f7f9;justify-content:space-between;gap:32px}.bb-stats{display:flex;flex-direction:column;gap:12px;padding-bottom:8px}.bb-stat{display:flex;align-items:center;gap:24px}.bb-stat-label{width:80px;flex:none;font-family:var(--sans);font-weight:500;font-size:20px;letter-spacing:-.03em;color:#373f50}.bb-dots{flex:1;display:flex;align-items:center;gap:8px}.bb-dot{width:12px;height:12px;border-radius:50%;background:#396acc}.bb-card--light:hover .bb-dot{animation:bbDot 1.2s ease-in-out infinite}@keyframes bbDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.65}}.bb-stat-value{width:56px;flex:none;text-align:right;font-family:var(--sans);font-weight:500;font-size:20px;letter-spacing:-.03em;color:#a7afbe}.pp{padding:40px 32px 100px;background:var(--cream)}.pp-inner{max-width:1231px;margin:0 auto;display:flex;align-items:center;gap:80px}.pp-left{flex:1;display:flex;flex-direction:column;gap:56px}.pp-head{display:flex;flex-direction:column;gap:16px}.pp-title{font-family:var(--sans);font-weight:500;font-size:56px;line-height:1;letter-spacing:-.03em;color:#172137;margin:0}.pp-subtitle{max-width:496px;font-family:var(--sans);font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.03em;color:#717b8f;margin:0}.pp-cols{display:flex;gap:53px}.pp-col{flex:1;list-style:none;margin:0;padding:0}.pp-item{display:flex;align-items:center;gap:8px;padding:14px 0;border-bottom:1px solid #d3cfc3;font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-.03em;color:#524f45}.pp-col .pp-item:last-child{border-bottom:none}.pp-check{width:20px;height:20px;flex:none;transition:transform .25s ease}.pp-item:hover .pp-check{transform:scale(1.18) rotate(-6deg)}.pp-right{flex:none;width:421px}.pp-ipad{width:100%;height:auto;border-radius:15px;display:block}@media (max-width: 1000px){.bb-inner{grid-template-columns:1fr}.pp-inner{flex-direction:column;gap:40px}.pp-right{width:100%;max-width:421px}}@media (max-width: 560px){.pp-title{font-size:40px}.pp-cols{flex-direction:column;gap:0}}.finance{padding:80px 32px 100px}.fin-inner{max-width:1228px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.fin-head{display:flex;flex-direction:column;gap:16px;max-width:496px}.fin-head h2{font-family:var(--sans);font-weight:500;color:#172137;font-size:clamp(2.2rem,4.6vw,56px);line-height:1;letter-spacing:-.03em}.fin-head p{font-family:var(--sans);font-weight:400;color:#7d8694;font-size:clamp(1rem,1.4vw,20px);line-height:1.2;letter-spacing:-.03em}.fin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.fin-card{background:#fffcf6;border-radius:25px;padding:7.5px;display:flex;flex-direction:column;gap:12.5px}.fin-vis{height:200px;display:grid;place-items:center;overflow:hidden}.fin-label{background:#f4f1e8;border-radius:17.5px;padding:15px;display:flex;flex-direction:column;gap:8px;min-height:100px}.fin-label h3{font-family:var(--sans);font-weight:500;font-size:24px;line-height:1;letter-spacing:-.03em;color:#20314a}.fin-label p{font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.1;letter-spacing:-.03em;color:#8e949e}.fv-svg{max-width:100%;max-height:185px;height:auto}.fq-pill{transition:transform .55s cubic-bezier(.34,1.56,.64,1)}.fin-card--q .fq-pill-1{animation:fqSwap1 3s ease-in-out infinite}.fin-card--q .fq-pill-2{animation:fqSwap2 3s ease-in-out infinite}@keyframes fqSwap1{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(62.5px) translate(8px)}}@keyframes fqSwap2{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-62.5px) translate(-8px)}}.fp-arr,.fp-box{transform-box:view-box}.fp-box{transform-origin:53px 100px}.fin-card--p .fp-up{animation:fpUp .9s ease-in-out infinite}.fin-card--p .fp-down{animation:fpDown .9s ease-in-out infinite}.fin-card--p .fp-box{animation:fpWobble 1.8s ease-in-out infinite}@keyframes fpUp{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fpDown{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes fpWobble{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.fb-gear{transform-box:view-box}.fb-gear-1{transform-origin:37px 95.6px}.fb-gear-2{transform-origin:122px 42.6px}.fin-card--b .fb-gear-1{animation:fbSpin 5s linear infinite}.fin-card--b .fb-gear-2{animation:fbSpinRev 3.5s linear infinite}@keyframes fbSpin{to{transform:rotate(360deg)}}@keyframes fbSpinRev{to{transform:rotate(-360deg)}}.fc-file{transform-box:view-box;transform-origin:136px 51px}.fin-card--c .fc-line{animation:fcFlow .6s linear infinite}.fin-card--c .fc-file{animation:fcPulse 1.4s ease-in-out infinite}@keyframes fcFlow{to{stroke-dashoffset:-12}}@keyframes fcPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.fl-scan{transform-box:view-box;opacity:0}.fin-card--l .fl-scan{animation:flScan 1.6s ease-in-out infinite}@keyframes flScan{0%{transform:translate(-70px);opacity:0}25%{opacity:1}75%{opacity:1}to{transform:translate(210px);opacity:0}}.fp-bar{transform-box:fill-box;transform-origin:bottom;transform:scaleY(0)}.fp-grow .fp-bar{animation-name:fpGrow;animation-duration:.7s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:forwards}@keyframes fpGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.fin-card--pl .fp-grow .fp-bar,.fin-card--pl .fp-bar{animation-name:fpBar;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:none}@keyframes fpBar{0%,to{transform:scaleY(1)}50%{transform:scaleY(.55)}}.fx-coin{transform-box:fill-box;transform-origin:center}.fin-card--x .fx-coin{animation:fxFlip 1.5s ease-in-out infinite}.fin-card--x .fx-coin-2{animation-delay:.25s}@keyframes fxFlip{0%,to{transform:rotateY(0)}50%{transform:rotateY(180deg)}}.fv-quotes{display:flex;flex-direction:column;gap:10px}.fv-pill{display:flex;align-items:center;gap:8px;background:#fff;box-shadow:0 3px 18px #bfbab173;border-radius:12px;padding:6px 6px 6px 9px;width:187px}.fv-ic{width:25px;height:25px;stroke:#4e4c45;stroke-width:1.5;fill:none}.fv-tag{flex:1;background:#f6f3ec;border-radius:6px;padding:11px 10px;font-family:var(--sans);font-size:18px;color:#4e4c45;letter-spacing:-.03em}.fv-pay{display:flex;flex-direction:column;align-items:center;gap:4px}.fv-pay-arrows{width:70px;height:34px}.fv-cube{position:relative;width:90px;height:78px}.fv-cube-top{position:absolute;top:0;left:15px;width:60px;height:34px;background:linear-gradient(135deg,#f7f4ed,#e8e3d7);clip-path:polygon(50% 0,100% 28%,50% 56%,0 28%)}.fv-cube-left{position:absolute;top:17px;left:15px;width:30px;height:44px;background:linear-gradient(180deg,#efeae0,#ddd6c8);clip-path:polygon(0 0,100% 28%,100% 100%,0 72%)}.fv-cube-right{position:absolute;top:17px;left:45px;width:30px;height:44px;background:linear-gradient(180deg,#e7e1d5,#d2cbbc);clip-path:polygon(0 28%,100% 0,100% 72%,0 100%)}.fv-bank{display:flex;align-items:center;gap:6px}.fv-gear{stroke:#bdb7ac;stroke-width:1.4;fill:none}.fv-bank-box{width:80px;height:80px;background:#fff;box-shadow:0 3px 18px #bfbab173;border-radius:12px;display:grid;place-items:center}.fv-bank-box svg{width:44px;height:44px}.fv-client{display:flex;align-items:center}.fv-chip{width:48px;height:48px;background:#fff;box-shadow:0 3px 18px #bfbab173;border-radius:8px;display:grid;place-items:center}.fv-chip svg{width:25px;height:25px}.fv-dash{width:28px;height:0;border-top:1px dashed #a39f96}.fv-balance{width:193px;padding:12px 10px 10px;background:linear-gradient(180deg,#f6f4ed,#f6f4ed00);border-radius:16px}.fv-balance-inner{background:linear-gradient(180deg,#ede8df,#ede8df00);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:4px}.fv-balance-label{font-family:var(--sans);font-size:12px;color:#b2ada5;letter-spacing:-.03em}.fv-balance-val{font-family:var(--sans);font-size:40px;color:#565148;letter-spacing:-.03em}.fin-card--bal .fv-balance{animation:fbBalanceFloat 2.6s ease-in-out infinite}.fin-card--bal .fv-balance-inner{animation:fbBalanceGlow 2.6s ease-in-out infinite}.fin-card--bal .fv-balance-val{animation:fbBalanceValue 2.6s ease-in-out infinite}@keyframes fbBalanceFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fbBalanceGlow{0%,to{box-shadow:0 0 #b99b5200}50%{box-shadow:0 14px 28px #b99b522e}}@keyframes fbBalanceValue{0%,to{color:#565148;transform:scale(1)}50%{color:#1c305b;transform:scale(1.05)}}.fv-ledger{width:228px;padding:6px;background:#f9f6f0;border-radius:12px;display:flex;flex-direction:column;gap:6px}.fv-ledger-head{text-align:center;font-family:var(--sans);font-size:12px;color:#969491;letter-spacing:-.03em}.fv-ledger-body{background:#fffcf7;border-radius:8px;padding:8px}.fv-ledger-row{display:flex;align-items:center;gap:8px;background:#f0eee9;border-radius:6px;padding:8px 5px;font-family:var(--sans);font-size:18px;color:#514d46;letter-spacing:-.03em}.fv-dot{width:4px;height:4px;border-radius:50%;background:#514d46}.fv-profit{position:relative;width:188px;height:170px}.fv-profit-head{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:2px;z-index:2}.fv-profit-label{font-family:var(--sans);font-size:14px;color:#b2ada5;letter-spacing:-.03em}.fv-profit-val{font-family:var(--sans);font-weight:500;font-size:40px;color:#565148;letter-spacing:-.03em}.fv-bars{position:absolute;bottom:0;left:0;right:0;height:163px;display:flex;align-items:flex-end;gap:8px}.fv-bars span{width:20px;border-radius:6px;background:linear-gradient(180deg,#dad3c3,#e4e2dd00)}.fv-currency{position:relative;width:133px;height:110px}.fv-cur-circle{position:absolute;width:80px;height:80px;background:#fff;box-shadow:0 3px 18px #bfbab173;border-radius:12px;display:grid;place-items:center}.fv-cur-circle:first-child{left:0;top:16px}.fv-cur-circle:last-child{right:0;top:0}.fv-cur-circle svg{width:48px;height:48px}@media (max-width: 980px){.team{height:auto;padding:80px 32px 100px}.what-grid{grid-template-columns:1fr;max-width:460px}.what-col:not(.center),.what-col.center{margin-top:0}.wi-card{min-height:420px}.why-top{flex-direction:column;gap:28px;margin-bottom:48px}.why-cards{flex-direction:column}.why-card,.why-card.active{flex:none;height:auto;min-height:180px}.why-card.active .wc-title,.why-card.active .wc-desc{max-width:100%}.team-inner{position:static;height:auto;align-items:stretch;flex-direction:column}.team-left{max-width:100%;padding-top:0}.team-timeline{width:100%;height:auto}.team-ring-clip{display:none}.tb-list{height:auto;display:flex;flex-direction:column;gap:28px}.tb-node{position:static!important;transform:none!important;top:auto!important;height:auto!important;width:auto!important;padding-right:0!important;opacity:1!important}.inv{height:auto;padding:80px 32px 100px}.inv-inner{position:static;height:auto;justify-content:flex-start}.inv-stats{flex-direction:column;gap:20px}.inv-divider{display:none}.inv-stack{height:auto}.inv-card{position:static;transform:none!important;height:auto;flex-direction:column;align-items:stretch}.inv-card-media{width:100%;height:220px}.lp-inner{flex-direction:column;align-items:stretch;gap:40px}.lp-left{width:100%}.fin-grid{grid-template-columns:repeat(2,1fr)}.ai-stage{height:auto;padding:60px 20px 80px;display:flex;flex-direction:column;align-items:center;gap:24px}.ai-head,.ai-card,.ai-para,.ai-excl{position:static!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important;max-width:360px}.ai-head{order:1}.ai-star{position:relative;order:2;top:auto;left:auto;transform:none;margin:0 auto;width:240px;height:280px}.ai-card{order:3}.ai-para{order:4;text-align:center}.ai-excl{order:5;text-align:center}}.lp9{position:relative;background:var(--cream);overflow:hidden}.lp9-bg{position:absolute;top:210px;left:-34px;right:-33px;height:805px;background:linear-gradient(180deg,rgba(255,255,255,0) 53.98%,var(--cream) 96.02%),linear-gradient(180deg,var(--cream) 1.18%,rgba(255,247,237,0) 45.78%),url(/images/wide.png) center top / cover no-repeat;z-index:0}.lp9-watermark{position:absolute;top:60px;left:50%;transform:translate(-50%);width:min(1182px,92%);height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.lp9-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 32px}.lp9-cta{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-top:300px;flex-wrap:wrap}.lp9-cta-left{display:flex;flex-direction:column;align-items:flex-start;gap:40px;width:479px;max-width:100%;text-align:left}.lp9-cta-head{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.lp9-title{font-family:var(--sans);font-weight:500;font-size:clamp(38px,4.6vw,56px);line-height:1;letter-spacing:-.03em;white-space:nowrap;background:linear-gradient(90deg,#ffdf94 -25.81%,#b99b52 105.19%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin:0}.lp9-sub{font-family:var(--sans);font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.03em;color:#20314a;margin:0}.lp9-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;background:#b99b52;box-shadow:0 2px 6px #d5ac494a,0 6px 14px #c39f4663;color:#fff;font-family:var(--sans);font-weight:500;font-size:16px;line-height:1;letter-spacing:-.03em;text-decoration:none;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out}.lp9-btn:hover{transform:translateY(-3px) scale(1.045);box-shadow:0 4px 10px #d5ac4961,0 10px 22px #c39f4680}.lp9-btn-text{position:relative;z-index:1}.lp9-arrow{position:relative;z-index:1;width:24px;height:24px;transition:transform .25s ease}.lp9-btn:hover .lp9-arrow{transform:translate(4px)}.lp9-btn-glow{position:absolute;width:196px;height:20px;left:50%;transform:translate(-50%);bottom:-15px;background:#d9bc77;mix-blend-mode:plus-lighter;filter:blur(20px);pointer-events:none;z-index:0}.lp9-links{display:flex;flex-direction:column;align-items:center;gap:16px;width:570px;max-width:100%}.lp9-link-row{display:flex;align-items:center;justify-content:center;gap:24px;width:100%}.lp9-link{width:245px;text-align:center;font-family:var(--sans);font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.03em;color:#172137;cursor:pointer;transition:color .4s ease-in-out}.lp9-link:hover{color:#b99b52}.lp9-vline{flex:none;width:1px;height:48px;background:linear-gradient(to bottom,#17213700,#17213773,#17213700)}.lp9-hline{width:550px;max-width:100%;height:1px;background:linear-gradient(to right,#17213700,#17213773,#17213700)}.lp9-footer{display:flex;justify-content:space-between;align-items:center;gap:140px;flex-wrap:wrap;padding-top:580px}.lp9-brand{width:273px}.lp9-logo-img{width:170px;height:auto;display:block}.lp9-tag{font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-.03em;color:#172137;margin:8px 0 0}.lp9-cols{display:flex;align-items:flex-start;gap:80px}.lp9-col{display:flex;flex-direction:column;gap:8px}.lp9-col h4{font-family:var(--sans);font-weight:500;font-size:16px;line-height:1.2;letter-spacing:-.03em;color:#172137;margin:0}.lp9-col p{font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-.03em;color:#172137;margin:0}.lp9-col-lines{display:flex;flex-direction:column;gap:2px}.lp9-socials{display:flex;align-items:center;gap:12px}.lp9-socials a{width:24px;height:24px;color:#172137;transition:color .4s ease-in-out,transform .4s ease-in-out}.lp9-socials a:hover{color:#b59a52;transform:translateY(-2px)}.lp9-socials svg{width:24px;height:24px}.lp9-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-top:56px;padding:32px 0;border-top:1px solid #172137;font-family:var(--sans);font-weight:400;font-size:14px;line-height:1.2;letter-spacing:-.03em;color:#172137}.lp9-bottom--centered{justify-content:center}.lp9-legal{display:flex;align-items:center;gap:8px}.lp9-legal a{color:#172137;text-decoration:none}.lp9-legal a:hover{color:#b59a52}@media (max-width: 860px){.lp9-bg{height:760px}.lp9-cta{padding-top:240px;gap:36px}.lp9-links{column-gap:28px;row-gap:24px}.lp9-link--div{padding-left:28px;margin-left:-14px}.lp9-footer{padding-top:200px;gap:32px}}@media (max-width: 900px){.nav-links{display:none}.nav-wrap{padding-top:14px}.nav-inner{height:auto;padding:0 12px;gap:10px}.nav-bar{height:52px;padding:0 14px;border-radius:10px}.brand-logo{height:30px}.nav-cta{max-width:176px;min-height:42px;padding:8px 12px;font-size:13px;line-height:1.1;white-space:normal;text-align:center}.nav-wrap.nav-scrolled{top:8px}.nav-wrap.nav-scrolled .nav-inner{margin:0 8px}.hero-bg{height:100%;top:8px;left:8px;right:8px}.hero-content{padding:130px 14px 40px;gap:28px}.hero-badge{max-width:100%;padding:10px 14px;font-size:14px}.hero-badge-text{flex-wrap:wrap;row-gap:2px}.hero-row1{gap:8px}.hero-h1{width:100%}.h1-navy{font-size:clamp(32px,10vw,44px);line-height:1.05}.h1-gold{font-size:clamp(36px,11vw,50px);line-height:1.02}.hero-sub{font-size:16px;line-height:1.35}.hero-media{border-radius:16px;aspect-ratio:4 / 3}.whatis{padding:60px 16px 40px}.whatis-head{margin-bottom:36px}.whatis-head h2{flex-wrap:wrap;row-gap:6px}}@media (max-width: 640px){:root{--nav-clearance: 78px}.container{padding:0 16px}.btn{max-width:100%;white-space:normal;text-align:center;line-height:1.15}.nav-inner{align-items:flex-start}.nav-bar{flex:0 0 auto;max-width:calc(100vw - 204px);min-width:112px}.brand-logo{height:26px;max-width:112px;object-fit:contain}.nav-cta{max-width:168px}.what-grid{max-width:100%;gap:18px}.what-col{gap:18px}.wi-card{min-height:320px;padding:24px 20px 28px;border-radius:14px}.wi-icon{width:72%}.wi-title{font-size:26px}.wi-desc{font-size:15px}.why,.team,.inv,.partners,.finance,.bb,.pp{padding-left:16px;padding-right:16px}.why{padding-top:48px;padding-bottom:64px}.why-head{gap:20px}.why-card,.why-card.active{min-height:170px;padding:24px 20px;border-radius:14px}.why-card.active .wc-title,.why-card.inactive .wc-title{font-size:24px}.team{padding-top:64px;padding-bottom:72px;overflow:hidden}.team-inner{gap:32px}.team-left{gap:28px}.team-photos{gap:10px}.team-photo{border-radius:12px}.tb-list{gap:16px}.tb-node{gap:14px}.tb-circle,.tb-node.is-active .tb-circle{width:58px;height:58px}.tb-circle svg,.tb-node.is-active .tb-circle svg{width:26px;height:26px}.tb-label,.tb-node.is-active .tb-label{font-size:18px;max-width:none}.inv{padding-top:64px;padding-bottom:72px}.inv-head{gap:24px;transform:none}.inv-stats{padding:18px;border-radius:16px}.inv-stat-row,.inv-stat-row:last-child{width:100%;flex:none}.inv-stack{margin-top:32px;gap:16px;flex-direction:column}.inv-card{left:auto;right:auto;width:100%;opacity:1!important;border-radius:16px;padding:12px}.inv-card-body{padding:10px 8px 14px;gap:18px}.inv-card-media{height:190px;border-radius:12px}.partners{padding-top:56px;padding-bottom:70px}.lp-left{gap:28px}.lp-card{height:112px;min-width:150px;padding:0 16px;border-radius:14px}.lp-card img{max-width:130px;max-height:72px}.ai{height:auto;min-height:560px;background-size:920px auto,cover;background-position:center,center}.fin-grid{grid-template-columns:1fr}.fin-card{border-radius:18px}.bb{padding-top:56px;padding-bottom:56px}.bb-card{min-height:300px;padding:24px 20px}.bb-title,.bb-pill-text{font-size:26px}.bb-stat{gap:12px}.bb-stat-label,.bb-stat-value{font-size:16px}.bb-dots{gap:5px}.bb-dot{width:8px;height:8px}.pp{padding-top:24px;padding-bottom:70px}.pp-left{gap:32px}.pp-subtitle{font-size:16px}.pp-item{align-items:flex-start}.lp9-inner{padding:0 16px}.lp9-bg{top:140px;height:620px}.lp9-watermark{top:36px;width:150%}.lp9-cta{padding-top:190px}.lp9-title{white-space:normal}.lp9-links{align-items:stretch}.lp9-link-row{gap:12px}.lp9-link{width:auto;flex:1;font-size:16px}.lp9-footer{padding-top:150px}.lp9-cols{flex-direction:column;gap:24px}.lp9-bottom{justify-content:center;text-align:center}}@media (max-width: 380px){.nav-bar{max-width:116px;padding:0 10px}.brand-logo{max-width:94px}.nav-cta{max-width:150px;padding:8px 10px;font-size:12px}.hero-content{padding-top:118px}.lp9-link-row{flex-direction:column}.lp9-vline,.lp9-hline{display:none}}.wlc{display:flex;min-height:100vh;background:#faf6eb;font-family:var(--sans)}.wlc-side{width:342px;flex:none;background:#fff;padding:24px 32px;display:flex;flex-direction:column;align-items:center;position:sticky;top:0;height:100vh;overflow-y:auto;scrollbar-width:none;box-sizing:border-box}.wlc-side::-webkit-scrollbar{display:none}.wlc-side-inner{display:flex;flex-direction:column;align-items:center;gap:20px;width:278px;flex:1;min-height:0;overflow:visible}.wlc-body{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;flex:1;min-height:0;overflow:visible}.wlc-side-logo{flex-shrink:0}.wlc-side-logo img{width:112px;height:auto;display:block}.wlc-progress{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.wlc-ring{position:relative;width:130px;height:130px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:conic-gradient(from -90deg,#eed29e,#ab8b5c 26deg,#dbe0e9 26deg,#dbe0e9 360deg)}.wlc-ring:before{content:"";position:absolute;width:122px;height:122px;border-radius:50%;background:#fff}.wlc-ring-num{position:relative;z-index:1;font-weight:500;font-size:52px;line-height:1;color:#212f4a}.wlc-ring-label{position:relative;z-index:1;margin-top:6px;font-weight:500;font-size:14px;letter-spacing:-.03em;color:#828da1}.wlc-completed{display:flex;align-items:center;gap:4px}.wlc-completed-num{font-weight:500;font-size:40px;line-height:1;color:#445169}.wlc-completed-label{max-width:80px;font-weight:500;font-size:14px;line-height:1;letter-spacing:-.03em;color:#8f97a7}.wlc-qwrap{width:100%;display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;overflow:visible}.wlc-qhead{font-weight:500;font-size:18px;letter-spacing:-.03em;color:#8a94a7;margin:0;flex-shrink:0}.wlc-qlist{list-style:none;margin:0;padding:0 0 8px;width:100%;display:flex;flex-direction:column;gap:6px;flex:none}.wlc-qitem{width:100%;box-sizing:border-box;padding:7px 10px;border-left:2px solid transparent;border-radius:0 8px 8px 0;font-weight:500;font-size:17px;line-height:1;letter-spacing:-.03em;color:#6e7b93;cursor:pointer;transition:background .4s ease-in-out,color .4s ease-in-out,border-color .4s ease-in-out}.wlc-qbutton{width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:left;cursor:pointer}.wlc-qbutton:disabled{cursor:default}.wlc-qbutton:focus-visible{outline:2px solid rgba(146,116,34,.45);outline-offset:3px;border-radius:4px}.wlc-qitem:hover,.wlc-qitem.is-active{background:#faf6eb;border-left-color:#927422;color:#927422}.wlc-qitem.is-disabled{color:#aeb6c5;cursor:default}.wlc-qitem.is-disabled:hover{background:transparent;border-left-color:transparent;color:#aeb6c5}.wlc-main{position:relative;flex:1;display:flex;justify-content:center;background:linear-gradient(84.75deg,#faf6ebcc 72.82%,#faf6eb00 105.56%),url(/images/terrace.png) center / cover no-repeat}.wlc-card{width:100%;max-width:600px;padding:80px 32px 64px;display:flex;flex-direction:column;align-items:center;gap:40px}.wlc-main-logo{width:177px;height:auto;display:block}.wlc-head{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.wlc-title{font-weight:500;font-size:48px;line-height:1.2;letter-spacing:-.03em;color:#212f4a;margin:0}.wlc-subwrap{display:flex;flex-direction:column;align-items:center;gap:12px}.wlc-sub-h{font-weight:500;font-size:32px;line-height:1.2;letter-spacing:-.03em;color:#212f4a;margin:0}.wlc-sub-p{max-width:549px;font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-.03em;color:#717b8f;margin:0}.wlc-form{width:360px;max-width:100%;display:flex;flex-direction:column;gap:32px}.wlc-fields{display:flex;flex-direction:column;gap:12px}.wlc-row{display:flex;align-items:center;gap:12px}.wlc-row .wlc-input{flex:1 1 0;min-width:0}.wlc-input{width:100%;height:44px;flex:none;box-sizing:border-box;padding:0 16px;border:1px solid #c9c3b4;border-radius:8px;background:#fff9;font-family:var(--sans);font-size:16px;letter-spacing:-.03em;color:#212f4a}.wlc-input::placeholder{color:#9f9b8f}.wlc-input:focus{outline:none;border-color:#b99b52}.wlc-foot{display:flex;flex-direction:column;gap:16px}.wlc-agree{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:-.03em;color:#53514c;cursor:pointer}.wlc-agree input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:14px;height:14px;flex:none;margin:0;border:1px solid #dad6cc;border-radius:2px;background:#fff;cursor:pointer;position:relative;transition:background .15s ease,border-color .15s ease}.wlc-agree input:checked{background:#b99b52;border-color:#b99b52}.wlc-agree input:checked:after{content:"";position:absolute;left:4px;top:1px;width:3px;height:7px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.wlc-submit{height:40px;border:none;border-radius:8px;background:#b99b52;color:#fbfaf8;font-family:var(--sans);font-weight:500;font-size:16px;letter-spacing:-.03em;cursor:pointer;transition:background .2s ease,transform .2s ease}.wlc-submit:hover{background:#a8893f;transform:translateY(-1px)}@media (max-width: 880px){.wlc{flex-direction:column}.wlc-side{display:none}.wlc-main{min-height:100vh}}@media (min-width: 881px){.wlc{height:100vh;overflow:hidden}.wlc-side{padding:22px 32px;align-items:flex-start}.wlc-side-inner{gap:16px;justify-content:flex-start}.wlc-side-logo img{width:100px}.wlc-body{gap:24px}.wlc-progress{gap:10px}.wlc-ring{width:132px;height:132px}.wlc-ring:before{width:124px;height:124px}.wlc-ring-num{font-size:50px}.wlc-ring-label{font-size:13px;margin-top:4px}.wlc-completed-num{font-size:32px}.wlc-completed-label{font-size:13px}.wlc-qwrap{gap:8px}.wlc-qhead{font-size:16px}.wlc-qlist{gap:3px}.wlc-qitem{padding:7px 10px;font-size:18px}.wlc-main{align-items:center}.wlc-card{padding:40px 32px;gap:28px}.wlc-main-logo{width:160px}.wlc-head{gap:20px}.wlc-title{font-size:46px}.wlc-subwrap{gap:12px}.wlc-sub-h{font-size:30px}.wlc-sub-p{font-size:16px}.wlc-form{gap:28px}.wlc-fields{gap:12px}}.q-main{background:#faf6eb;align-items:center}.q-card{width:100%;max-width:752px;padding:24px 32px;display:flex;flex-direction:column;align-items:center;gap:32px}.q-card--logos{max-width:900px;padding-top:12px;padding-bottom:18px;gap:18px}.q-card--logos .q-head{gap:8px}.q-card--logos .q-pill{padding:4px 14px;font-size:16px}.q-card--logos .q-title{max-width:620px;font-size:29px}.q-card--logos .q-hint{font-size:16px}.q-card--logos .q-body,.q-card--logos .q-fields{gap:14px}.q-head{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:600px}.q-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border:1px solid #8b8881;border-radius:50px;font-family:var(--sans);font-weight:400;font-size:18px;letter-spacing:-.03em;color:#8b8881}.q-title{margin:0;font-family:var(--sans);font-weight:500;font-size:32px;line-height:1.2;letter-spacing:-.03em;text-align:center;color:#212f4a;white-space:pre-line}.q-hint{font-family:var(--sans);font-weight:400;font-size:18px;letter-spacing:-.03em;color:#a2a8b3}.q-body{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:24px}.q-fields{width:100%;display:flex;flex-direction:column;gap:16px}.q-options{width:100%;display:flex;gap:16px}.q-options--inline{justify-content:center;flex-wrap:wrap;gap:20px}.q-options--followup{flex-wrap:wrap}.q-options--chips{max-width:860px;margin:0 auto;justify-content:center;flex-wrap:wrap;gap:20px}.q-options--logos{max-width:860px;margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.q-options--grid{max-width:680px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.q-options--stack{max-width:600px;margin:0 auto;flex-direction:column;gap:16px}.q-opt{flex:1 1 0;min-width:0;position:relative;box-sizing:border-box;height:232px;padding:12px 12px 16px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;border:1px solid #dad6cc;border-radius:12px;background:#faf6eb;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.q-opt:hover{border-color:#c8a86a}.q-opt.is-sel{background:#ffefd2;border-color:#e4c693}.q-opt-icon{flex:1;display:flex;align-items:center;justify-content:center;width:100%;color:#aaa49a;transition:color .2s ease}.q-opt.is-sel .q-opt-icon{color:#9d7f44}.q-opt-icon svg{width:84px;height:84px}.q-opt-label{font-family:var(--sans);font-weight:500;font-size:18px;line-height:1.1;letter-spacing:-.03em;text-align:center;color:#212f4a}.q-radio{position:absolute;top:8px;right:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50px;background:#faf6eb;border:1px solid #dad6cc}.q-opt.is-sel .q-radio{background:#bf9448;border-color:#bf9448}.q-radio svg{width:16px;height:16px}.q-choice{position:relative;box-sizing:border-box;min-width:280px;height:52px;padding:0 22px 0 52px;display:inline-flex;align-items:center;justify-content:flex-start;border:1px solid #dad6cc;border-radius:12px;background:#faf6eb;cursor:pointer;transition:border-color .2s ease,background .2s ease}.q-choice:hover{border-color:#c8a86a}.q-choice.is-sel{background:#ffefd2;border-color:#e4c693}.q-choice:disabled{cursor:not-allowed}.q-choice:disabled .q-choice-label,.q-choice:disabled .q-choice-icon{color:#b9b8b3}.q-choice:disabled:hover{border-color:#dad6cc}.q-choice-label{font-family:var(--sans);font-weight:500;font-size:18px;line-height:1.2;letter-spacing:-.03em;color:#212f4a;white-space:nowrap}.q-choice-icon{flex:none;width:20px;height:20px;color:#212f4a}.q-choice-icon svg{width:100%;height:100%;display:block}.q-choice-icon img{width:100%;height:100%;display:block;object-fit:contain}.q-choice-radio{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50px;background:#faf6eb;border:1px solid #dad6cc}.q-choice.is-sel .q-choice-radio{background:#bf9448;border-color:#bf9448}.q-choice-radio svg{width:16px;height:16px}.q-radio-dot{width:13px;height:13px;border-radius:50%;background:#fff}.q-choice--inline{min-width:0;width:auto}.q-options--followup .q-choice--inline{min-width:0;max-width:348px;height:auto;min-height:52px;padding-top:10px;padding-bottom:10px}.q-options--followup .q-choice-label{white-space:normal;text-align:left}.q-choice--chips{min-width:0;width:auto;height:52px;padding:0 28px;gap:10px;justify-content:center;border-radius:12px}.q-choice--chips .q-choice-radio{display:none}.q-choice--logos{min-width:0;width:100%;height:104px;padding:12px 10px 10px;flex-direction:column;justify-content:flex-start;gap:8px;border-radius:12px}.q-choice--logos .q-choice-radio{top:7px;right:7px;left:auto;transform:none;width:20px;height:20px}.q-choice--logos .q-choice-radio svg{width:13px;height:13px}.q-choice--logos .q-choice-label{width:100%;min-height:30px;display:flex;align-items:center;justify-content:center;white-space:normal;text-align:center;font-size:12px;line-height:1.12}.q-brand-logo{width:100%;height:44px;display:flex;align-items:center;justify-content:center;padding:0 20px;box-sizing:border-box}.q-brand-logo img{max-width:128px;max-height:44px;width:auto;height:auto;display:block;object-fit:contain}.q-brand-logo--accor img{max-width:62px;max-height:38px}.q-brand-logo--dorchester img{max-width:94px;max-height:38px}.q-brand-logo--four-seasons img{max-width:100px;max-height:39px}.q-brand-logo--hilton img{max-width:70px;max-height:40px}.q-brand-logo--hyatt img{max-width:142px;max-height:34px}.q-brand-logo--ihg img{max-width:104px;max-height:36px}.q-brand-logo--jumeirah img{max-width:130px;max-height:38px}.q-brand-logo--kempinski img{max-width:124px;max-height:39px}.q-brand-logo--lhw img{max-width:108px;max-height:40px}.q-brand-logo--mandarin img{max-width:70px;max-height:40px}.q-brand-logo--marriott img{max-width:88px;max-height:40px}.q-brand-logo--melia img{max-width:100%;height:auto}.q-brand-logo--melia{padding:0 4px}.q-brand-logo--peninsula img{max-width:142px;max-height:30px}.q-brand-logo--preferred img{width:auto;max-width:124px;max-height:40px}.q-brand-logo--rosewood img{max-width:144px;max-height:34px}.q-brand-logo--set-collection img{max-width:72px;max-height:40px}.q-choice--grid,.q-choice--stack{min-width:0;width:100%;min-height:52px;height:auto;gap:14px;padding-right:54px;padding-top:10px;padding-bottom:10px}.q-choice--radio-right .q-choice-radio{left:auto;right:14px}.q-choice--grid:has(.q-choice-icon),.q-choice--stack:has(.q-choice-icon){padding-left:68px}.q-choice--grid .q-choice-icon,.q-choice--stack .q-choice-icon{position:absolute;left:22px;top:50%;transform:translateY(-50%);width:28px;height:28px}.q-choice--grid:has(.q-choice-icon--celebrity),.q-choice--grid:has(.q-choice-icon--executive),.q-choice--grid:has(.q-choice-icon--crown),.q-choice--grid:has(.q-choice-icon--vip),.q-choice--grid:has(.q-choice-icon--family),.q-choice--grid:has(.q-choice-icon--asset){padding-left:78px}.q-choice-icon--celebrity,.q-choice-icon--executive,.q-choice-icon--crown,.q-choice-icon--vip,.q-choice-icon--family,.q-choice-icon--asset{width:40px;height:40px;left:18px}.q-choice--stack{min-height:56px}.q-choice--grid .q-choice-label,.q-choice--stack .q-choice-label{white-space:normal;text-align:left}.q-next{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:40px;padding:0 16px;border:none;border-radius:8px;background:#b99b52;color:#fbfaf8;font-family:var(--sans);font-weight:500;font-size:16px;letter-spacing:-.03em;cursor:pointer;transition:background .2s ease,transform .2s ease,opacity .2s ease}.q-next:hover{background:#a8893f;transform:translateY(-1px)}.q-next:disabled{background:#e7e3db;color:#fbfaf8;opacity:1;cursor:not-allowed;transform:none}.q-arrow{width:20px;height:20px}.q-other{box-sizing:border-box;width:368px;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:16px 16px 16px 12px;border:1px solid #dad6cc;border-radius:12px;background:#faf6eb;cursor:pointer;transition:border-color .2s ease,background .2s ease}.q-other:hover{border-color:#c8a86a}.q-other.is-sel{background:#ffefd2;border-color:#e4c693}.q-other-top{display:flex;align-items:center;gap:8px}.q-other-radio{flex:none;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50px;background:#faf6eb;border:1px solid #dad6cc}.q-other.is-sel .q-other-radio{background:#bf9448;border-color:#bf9448}.q-other-radio svg{width:14px;height:14px}.q-other-label{font-family:var(--sans);font-weight:500;font-size:18px;letter-spacing:-.03em;color:#212f4a}.q-other-field{width:100%;padding-left:28px}.q-other-input{width:100%;box-sizing:border-box;border:none;border-bottom:1px solid #e8e5dd;background:transparent;padding:0 0 8px;font-family:var(--sans);font-weight:400;font-size:16px;letter-spacing:-.03em;color:#212f4a;outline:none}.q-other-input::placeholder{color:#cecac0}.q-followup{margin-top:56px;display:flex;flex-direction:column;align-items:center;gap:34px}.q-followup-head{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.q-followup-head h2{margin:0;font-family:var(--sans);font-weight:500;font-size:28px;line-height:1.2;letter-spacing:-.03em;color:#212f4a}.q-followup-head span{font-family:var(--sans);font-weight:400;font-size:18px;letter-spacing:-.03em;color:#a2a8b3}.q-foot{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.q-back{display:inline-flex;align-items:center;gap:4px;padding:0;border:none;background:none;cursor:pointer;font-family:var(--sans);font-weight:500;font-size:16px;letter-spacing:-.03em;color:#8f8b80;transition:color .4s ease-in-out}.q-back:hover{color:#6e6a60}.q-thanks{min-height:100vh;background:#faf6eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:64px 32px;box-sizing:border-box;text-align:center}.q-thanks-logo{width:210px;height:auto}.q-thanks-copy{max-width:880px;display:flex;flex-direction:column;align-items:center;gap:32px}.q-thanks-copy h1{margin:0;font-family:var(--sans);font-weight:500;font-size:48px;line-height:1.18;letter-spacing:-.03em;color:#212f4a}.q-thanks-lead{margin:0;font-family:var(--sans);font-weight:500;font-size:34px;line-height:1.18;letter-spacing:-.03em;color:#212f4a}.q-thanks-note{margin:0;font-family:var(--sans);font-weight:400;font-size:18px;line-height:1.2;letter-spacing:-.03em;color:#71809d}.q-thanks-home{margin-top:32px;height:48px;padding:0 32px;font-size:17px;text-decoration:none}@media (max-width: 880px){.q-options{flex-wrap:wrap}.q-options--inline{flex-direction:column;align-items:stretch}.q-opt{flex:1 1 40%}.q-choice{min-width:0;width:100%}.q-options--grid{grid-template-columns:1fr}.q-choice-label{white-space:normal}.q-thanks-copy h1{font-size:38px}.q-thanks-lead{font-size:24px}}.q-location-fields{display:flex;flex-direction:column;gap:20px;padding-bottom:8px}.q-location-row{display:flex;gap:16px}.q-location-group{flex:1;display:flex;flex-direction:column;gap:8px}.q-location-label{font-family:var(--sans);font-size:13px;font-weight:500;color:#6e7b93;letter-spacing:-.02em}.q-location-input{width:100%;height:52px;padding:0 16px;background:#fff;border:1.5px solid #dbe0e9;border-radius:10px;font-family:var(--sans);font-size:15px;color:#172137;outline:none;transition:border-color .25s ease;box-sizing:border-box}.q-location-input:focus{border-color:#b99b52}.q-location-input::placeholder{color:#adb6c5}.q-profile-fields{display:flex;flex-direction:column;gap:12px;padding-bottom:8px}.q-profile-optional{font-family:var(--sans);font-size:13px;color:#9badd3;margin:0 0 4px}.q-profile-field{display:flex;align-items:center;gap:12px;padding:0 16px;height:52px;background:#fff;border:1.5px solid #dbe0e9;border-radius:10px;transition:border-color .25s ease}.q-profile-field:focus-within{border-color:#b99b52}.q-profile-icon{display:flex;align-items:center;flex-shrink:0;color:#9badd3}.q-profile-icon svg{width:18px;height:18px}.q-profile-input{flex:1;border:none;outline:none;background:transparent;font-family:var(--sans);font-size:15px;color:#172137;min-width:0}.q-profile-input::placeholder{color:#adb6c5}@media (max-width: 540px){.q-card--logos{padding-top:20px}.q-options--logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.q-choice--logos{height:104px;padding:12px 9px 10px}.q-brand-logo img{max-width:108px;max-height:44px}.q-location-row{flex-direction:column}}
