:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100vw;margin:0;padding:0;font-weight:400;min-height:100vh;display:flex;flex-direction:column}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0}}[data-v-4de6ab40]{box-sizing:border-box}html[data-v-4de6ab40],body[data-v-4de6ab40]{margin:0;padding:0;width:100%;overflow-x:hidden}.header[data-v-4de6ab40]{position:fixed;top:0;left:0;right:0;z-index:1000;background:#100129;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:none;transition:all .3s ease;font-family:Helvetica}.container[data-v-4de6ab40]{margin:0 auto;max-width:1200px;padding:0 4rem;display:flex;justify-content:space-between}.header-content[data-v-4de6ab40]{display:flex;align-items:center;justify-content:flex-end;height:80px;flex:1}.logo[data-v-4de6ab40]{width:180px;height:60px;position:relative;border:2px solid #ffffff;border-radius:4px;margin:10px 0 0}.logo-link[data-v-4de6ab40]{text-decoration:none;display:block;width:100%;height:100%;position:relative}.logo-link[data-v-4de6ab40]:hover{background-color:transparent;color:inherit}.logo-text-container[data-v-4de6ab40]{position:absolute;bottom:-10px;right:-10px;display:flex;flex-direction:column;align-items:flex-end;padding:8px 12px;border-radius:4px;background-color:#100129}.logo-text1[data-v-4de6ab40]{font-size:20px;font-weight:700;margin:0;color:#fff;line-height:1.1;letter-spacing:1px}.logo-text2[data-v-4de6ab40]{font-size:12px;font-weight:500;margin:1px 0 0;color:#fff;line-height:1.1;letter-spacing:.5px}.nav-list[data-v-4de6ab40]{display:flex;list-style:none;margin:0;padding:0;gap:20px;flex-wrap:nowrap}.nav-item[data-v-4de6ab40]{position:relative}.nav-link[data-v-4de6ab40]{text-decoration:none;color:#fff;font-weight:500;font-size:16px;transition:color .3s ease;display:flex;align-items:center;gap:8px;white-space:nowrap}.nav-link[data-v-4de6ab40]:hover{background-color:transparent;color:#fff;text-decoration:underline;text-decoration-color:gold;text-underline-offset:4px}.dropdown-toggle[data-v-4de6ab40]{cursor:pointer}.dropdown-icon[data-v-4de6ab40]{transition:transform .3s ease}.dropdown-icon.rotated[data-v-4de6ab40]{transform:rotate(180deg)}.dropdown-menu[data-v-4de6ab40]{position:fixed;top:80px;left:0;right:0;background:white;border-radius:0;box-shadow:0 10px 30px #0000001a;padding:20px 0;width:100vw;margin:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;list-style:none;z-index:1000}.dropdown-menu.show[data-v-4de6ab40]{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu.show[data-v-4de6ab40]{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mega-menu[data-v-4de6ab40]{position:fixed;top:80px;left:0;right:0;width:100vw;padding:0;margin:0;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;transform:translateY(-10px);pointer-events:none}.mega-menu-content[data-v-4de6ab40]{display:flex;background:linear-gradient(135deg,#2D1B69 0%,#100129 50%,#3e1f51 100%);color:#fff;border-radius:0;overflow:hidden;width:100vw;max-width:none;min-height:200px;max-height:500px;margin:0;padding:0}.mega-menu-left[data-v-4de6ab40]{flex:1;padding:50px 100px;background:linear-gradient(135deg,#2D1B69 0%,#100129 50%,#3e1f51 100%)}.mega-menu-title[data-v-4de6ab40]{font-size:28px;font-weight:700;line-height:1.2;margin:0 0 20px;color:#fff}.mega-menu-description[data-v-4de6ab40]{font-size:16px;line-height:1.6;color:#fffc;margin:0}.mega-menu-right[data-v-4de6ab40]{flex:1;display:flex;background:transparent;margin:0;padding:0}.mega-menu-column[data-v-4de6ab40]{flex:1;padding:40px 0}.mega-menu-link[data-v-4de6ab40]{display:block;padding:20px 40px;text-decoration:none;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);transition:all .3s ease;cursor:pointer;position:relative;z-index:1}.mega-menu-link[data-v-4de6ab40]:last-child{border-bottom:none}.mega-menu-link[data-v-4de6ab40]:hover{background-color:#ffffff1a;padding-left:10px;color:#fff}.mega-menu-link:hover .mega-menu-link-title[data-v-4de6ab40]{color:#fff}.mega-menu-link-title[data-v-4de6ab40]{font-size:18px;font-weight:600;margin:0 0 8px;color:#fff}.mega-menu-link-description[data-v-4de6ab40]{font-size:14px;line-height:1.5;color:#fffc;margin:0}.mobile-menu-btn[data-v-4de6ab40]{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px;z-index:1001;position:relative}.mobile-menu-btn span[data-v-4de6ab40]{width:25px;height:3px;background:#ffffff;margin:3px 0;transition:.3s;border-radius:2px}.mobile-menu-btn.active span[data-v-4de6ab40]:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-btn.active span[data-v-4de6ab40]:nth-child(2){opacity:0}.mobile-menu-btn.active span[data-v-4de6ab40]:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 1500px){.header-content[data-v-4de6ab40]{width:70%}.nav-list[data-v-4de6ab40]{gap:20px}.nav-link[data-v-4de6ab40]{font-size:.9rem;white-space:nowrap}.mega-menu-content[data-v-4de6ab40]{max-height:400px;overflow-y:auto}.mega-menu-left[data-v-4de6ab40]{padding:30px 50px}.mega-menu-column[data-v-4de6ab40]{padding:30px 0}.mega-menu-link[data-v-4de6ab40]{padding:15px 30px}.mega-menu-title[data-v-4de6ab40]{font-size:24px}.mega-menu-description[data-v-4de6ab40]{font-size:14px}.mega-menu-link-title[data-v-4de6ab40]{font-size:16px}.mega-menu-link-description[data-v-4de6ab40]{font-size:13px}}@media (max-width: 920px){.nav-link[data-v-4de6ab40]{font-size:.8rem;white-space:nowrap}.nav-list[data-v-4de6ab40]{gap:12px;margin-left:3%}}@media (max-width: 820px){.container[data-v-4de6ab40]{padding:0 20px}.nav[data-v-4de6ab40]{position:fixed;top:80px;left:0;right:0;max-height:calc(100vh - 80px);background:linear-gradient(135deg,#2D1B69 0%,#100129 50%,#3e1f51 100%);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;overflow-y:auto;z-index:1001;box-shadow:none}.nav-open[data-v-4de6ab40]{transform:translateY(0);opacity:1;visibility:visible}.nav-list[data-v-4de6ab40]{flex-direction:column;gap:0;padding:0;min-height:100%}.nav-item[data-v-4de6ab40]{border-bottom:none;margin:0;padding:0}.nav-link[data-v-4de6ab40]{padding:15px 20px;font-size:18px;color:#1a1d29!important;border-bottom:none;margin:0}.dropdown-menu[data-v-4de6ab40]{position:static;box-shadow:none;background:#f8f9fa;margin:0;border-radius:0;opacity:0;visibility:hidden;transform:none;width:100%;left:0;right:auto;top:auto;max-height:0;overflow:hidden;transition:all .3s ease}.dropdown-menu.show[data-v-4de6ab40]{opacity:1;visibility:visible;max-height:500px}.mega-menu[data-v-4de6ab40]{position:static;width:100%;left:0;right:auto;top:auto;transform:none;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:all .3s ease}.mega-menu.show[data-v-4de6ab40]{transform:none;opacity:1;visibility:visible;max-height:800px}.mega-menu-content[data-v-4de6ab40]{flex-direction:column}.mega-menu-left[data-v-4de6ab40]{padding:30px 20px;display:none}.mega-menu-title[data-v-4de6ab40]{font-size:24px}.mega-menu-right[data-v-4de6ab40]{flex-direction:column}.mega-menu-column[data-v-4de6ab40]{padding:20px 0;width:100vw;margin-left:calc(-50vw + 50%)}.mega-menu-link[data-v-4de6ab40]{padding:15px 20px}.mega-menu-link-title[data-v-4de6ab40]{font-size:16px}.mobile-menu-btn[data-v-4de6ab40]{display:flex;margin-left:auto;position:absolute;right:2%;top:50%;transform:translateY(-50%)}.nav-item .nav-link[data-v-4de6ab40]{display:flex!important;background-color:100129;color:#fff!important;font-weight:600;font-size:18px;padding:15px 20px;height:60px;align-items:center;box-sizing:border-box}.nav-item .nav-link[data-v-4de6ab40]:hover{background:transparent;color:#fff!important;text-decoration:underline;text-decoration-color:gold;text-underline-offset:4px}.dropdown-toggle[data-v-4de6ab40]{display:flex;align-items:center;justify-content:space-between;height:60px;width:100%}.dropdown-icon[data-v-4de6ab40]{margin-left:auto;flex-shrink:0;width:12px;height:8px;color:#fff}.nav-item[data-v-4de6ab40]{min-height:60px}.nav-item .nav-link[data-v-4de6ab40]{height:60px;min-height:60px;max-height:60px}.nav-item.dropdown[data-v-4de6ab40]{height:auto;min-height:60px}.nav-item[data-v-4de6ab40]:not(.dropdown){height:60px;min-height:60px}.nav-item:not(.dropdown) .nav-link[data-v-4de6ab40]{height:60px;min-height:60px;max-height:60px;display:flex;align-items:center}.header .nav .nav-link[data-v-4de6ab40],.header .nav .nav-link[data-v-4de6ab40]:hover,.header .nav .dropdown-toggle[data-v-4de6ab40],.header .nav .dropdown-toggle[data-v-4de6ab40]:hover,.header .nav a[data-v-4de6ab40],.header .nav a[data-v-4de6ab40]:hover{color:#fff!important}}.footer[data-v-184c32b9]{background:linear-gradient(135deg,#2D1B69 0%,#100129 50%,#3e1f51 100%);color:#fff;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-left:calc(-50vw + 50%);width:100vw}.box[data-v-184c32b9]{height:.5rem;margin-bottom:3rem;position:relative}.container[data-v-184c32b9]{width:100%;padding:0 20px}.footer-middle[data-v-184c32b9]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px;margin-bottom:40px}.footer-column[data-v-184c32b9]{display:flex;flex-direction:column;gap:30px}.contact-section[data-v-184c32b9]{display:flex;flex-direction:column;gap:20px;margin-left:20px}.location-title[data-v-184c32b9]{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0 0 8px}.address[data-v-184c32b9]{margin-bottom:20px}.address p[data-v-184c32b9]{margin:0 0 4px;color:#fff;font-size:14px;line-height:1.4}.contact-email[data-v-184c32b9]{margin-bottom:20px}.contact-email p[data-v-184c32b9]{margin:0;color:#fff;font-size:14px}.scroll-top-btn[data-v-184c32b9]{width:40px;height:40px;border:1px solid rgba(255,255,255,.3);background:transparent;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-top:20px}.scroll-top-btn[data-v-184c32b9]:hover{background:white;color:#1a1d29}.nav-section[data-v-184c32b9]{display:flex;flex-direction:column;gap:15px}.nav-title[data-v-184c32b9]{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin:0}.nav-links[data-v-184c32b9]{list-style:none;padding:0;margin:0}.nav-links li[data-v-184c32b9]{margin-bottom:8px}.nav-link[data-v-184c32b9]{color:#fff;text-decoration:none;font-size:14px;transition:color .3s ease}.nav-link[data-v-184c32b9]:hover{color:#fff}.footer-legal[data-v-184c32b9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1);margin-left:20px}.copyright[data-v-184c32b9]{color:#fff;margin:0;font-size:14px}.legal-links[data-v-184c32b9]{display:flex;align-items:center;gap:15px}.legal-link[data-v-184c32b9]{color:#fff;text-decoration:none;font-size:14px;transition:color .3s ease}.legal-link[data-v-184c32b9]:hover{color:#fff}.separator[data-v-184c32b9]{color:#666;font-size:14px}.footer-disclaimer[data-v-184c32b9]{margin-bottom:20px}.disclaimer-text[data-v-184c32b9]{color:#fff;font-size:12px;line-height:1.5;margin:0}.footer-regulatory[data-v-184c32b9]{margin-bottom:0}.regulatory-text[data-v-184c32b9]{color:#fff;font-size:12px;line-height:1.5;margin:0}@media (max-width: 768px){.contact-section[data-v-184c32b9]{margin-left:0}.footer-top[data-v-184c32b9]{flex-direction:column;gap:30px;text-align:center}.main-nav[data-v-184c32b9]{flex-wrap:wrap;justify-content:center;gap:20px}.footer-middle[data-v-184c32b9]{grid-template-columns:1fr;gap:40px}.footer-legal[data-v-184c32b9]{flex-direction:column;gap:20px;text-align:center}.legal-links[data-v-184c32b9]{flex-wrap:wrap;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}#app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px;width:100%}@media (max-width: 768px){.main-content{padding-top:0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;gap:8px}.btn-primary{background:linear-gradient(135deg,#1a1d29 0%,#2a2f3f 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #1a1d294d}.btn-secondary{background:transparent;color:#1a1d29;border:2px solid #1a1d29}.btn-secondary:hover{background:#1a1d29;color:#fff}.section{padding:80px 0}.section-title{font-size:48px;font-weight:700;text-align:center;margin-bottom:20px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:20px;color:#666;text-align:center;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.container{width:100%;margin:0 auto;padding:0}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:36px}.section-subtitle{font-size:18px}}.about[data-v-c024cdb4]{font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100vw;margin-left:calc(-50vw + 50%)}.hero[data-v-c024cdb4]{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;width:100vw;height:100vh;margin-left:calc(-50vw + 50%)}.hero-background[data-v-c024cdb4]{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1}.hero-image[data-v-c024cdb4]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/aboutus-cb3c8415.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay[data-v-c024cdb4]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.hero-content[data-v-c024cdb4]{position:absolute;top:25%;left:0;z-index:2;width:100%;display:flex;justify-content:flex-start;box-sizing:border-box}.hero-text[data-v-c024cdb4]{max-width:100%;color:#fff;text-align:left}.hero-category[data-v-c024cdb4]{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fffc;margin-bottom:1rem}.hero-title[data-v-c024cdb4]{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;color:#fff;font-family:Georgia,serif;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-description[data-v-c024cdb4]{font-size:1.5rem;font-weight:300;line-height:1.6;color:#fff;margin-top:2.5rem;text-shadow:0 1px 3px rgba(0,0,0,.5);font-family:Helvetica;text-align:left}.hero-subtitle[data-v-c024cdb4]{font-size:1.25rem;line-height:1.6;color:#fffc;margin-bottom:3rem;max-width:600px}.hero-cta[data-v-c024cdb4]{display:flex;gap:1rem;flex-wrap:wrap}.statement-section[data-v-c024cdb4]{padding:4rem 0;background:white;width:100vw;margin-left:calc(-50vw + 50%)}.statement-layout[data-v-c024cdb4]{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.statement-text-content[data-v-c024cdb4]{flex:2;display:flex;flex-direction:column;gap:1.5rem;color:#000}.section-label[data-v-c024cdb4]{font-size:1.1rem;font-weight:700;color:#9999;margin-bottom:.5rem;letter-spacing:.1em;font-family:Helvetica}.statement-title-container[data-v-c024cdb4]{border-left:2px solid #D4AF37;padding-left:1.5rem;padding-bottom:1.5rem;position:relative;margin-bottom:2rem}.statement-title-container[data-v-c024cdb4]:before{content:"";position:absolute;bottom:0;left:0;width:85%;height:2px;background:#D4AF37}.statement-title-container[data-v-c024cdb4]:after{content:"";position:absolute;bottom:-.375rem;left:calc(85% + .5rem);width:.75rem;height:.75rem;background:linear-gradient(45deg,#D4AF37 0%,#D4AF37 50%,#ffffff 100%);border-radius:50%}.statement-title[data-v-c024cdb4]{font-size:2rem;font-weight:700;color:#306;line-height:1.2;font-family:Georgia;margin:0}.section-title[data-v-c024cdb4]{font-size:2rem;font-weight:400;color:#fff!important;margin-bottom:1.5rem;font-family:Georgia,sans-serif;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}.statement-text[data-v-c024cdb4]{font-size:1.1rem;line-height:1.7;color:#374151;margin:0;font-weight:300;font-family:Helvetica,sans-serif}.drop-cap[data-v-c024cdb4]{font-size:3.5rem;color:#d4af37;float:left;line-height:.8;margin-top:-1.2rem;vertical-align:top;width:.8em;text-align:center}.statement-image-content[data-v-c024cdb4]{flex:1;display:flex;justify-content:center;align-items:center}.statement-image[data-v-c024cdb4]{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000026}.container[data-v-c024cdb4]{max-width:1200px;margin:0 auto;padding:0 4rem}.vision-section[data-v-c024cdb4]{padding:6rem 0;background:transparent}.vision-header[data-v-c024cdb4]{text-align:center;margin-bottom:4rem}.vision-grid[data-v-c024cdb4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.vision-card[data-v-c024cdb4]{text-align:center;padding:2rem}.vision-icon[data-v-c024cdb4]{width:80px;height:80px;background:rgba(255,215,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:gold}.vision-card-title[data-v-c024cdb4]{font-size:1.5rem;font-weight:700;color:#1a1d29;margin-bottom:1rem;line-height:1.3}.vision-card-description[data-v-c024cdb4]{font-size:1rem;color:#666;line-height:1.6}.services-section[data-v-c024cdb4]{padding:6rem 0;background:#f8f9fa}.services-header[data-v-c024cdb4]{text-align:center;margin-bottom:4rem}.services-grid[data-v-c024cdb4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card[data-v-c024cdb4]{background:white;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.service-card[data-v-c024cdb4]:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.service-header[data-v-c024cdb4]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-icon[data-v-c024cdb4]{width:60px;height:60px;background:rgba(255,215,0,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:gold;flex-shrink:0}.service-title[data-v-c024cdb4]{font-size:1.5rem;font-weight:700;color:#1a1d29;margin:0}.service-description[data-v-c024cdb4]{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.service-features[data-v-c024cdb4]{list-style:none;padding:0;margin:0 0 2rem}.service-features li[data-v-c024cdb4]{padding:.5rem 0;font-size:.95rem;color:#333;font-weight:500}.service-cta[data-v-c024cdb4]{background:#1a1d29;color:#fff;border:none;padding:1rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;width:100%}.service-cta[data-v-c024cdb4]:hover{background:#FFD700;color:#1a1d29;transform:translateY(-2px)}@media (max-width: 1300px){.hero-title[data-v-c024cdb4]{font-size:2rem}.hero-description[data-v-c024cdb4]{width:80%;font-size:1.3rem}}@media (max-width: 768px){.hero-content[data-v-c024cdb4]{left:0}.hero-title[data-v-c024cdb4]{font-size:1.5rem}.hero-description[data-v-c024cdb4]{font-size:1.2rem;width:90%}.statement-title[data-v-c024cdb4],.section-title[data-v-c024cdb4]{font-size:1.5rem}.hero-subtitle[data-v-c024cdb4]{font-size:1.1rem}.hero-cta[data-v-c024cdb4]{flex-direction:column;align-items:flex-start}.section-subtitle[data-v-c024cdb4]{font-size:1.8rem}.vision-section[data-v-c024cdb4],.services-section[data-v-c024cdb4]{padding:4rem 0}.service-card[data-v-c024cdb4]{padding:2rem}.service-header[data-v-c024cdb4]{flex-direction:column;text-align:center;gap:1rem}}@media (max-width: 480px){.statement-title[data-v-c024cdb4]{font-size:1.3rem}.hero-subtitle[data-v-c024cdb4],.section-subtitle[data-v-c024cdb4]{font-size:1.5rem}.vision-card[data-v-c024cdb4],.service-card[data-v-c024cdb4]{padding:1.5rem}.vision-icon[data-v-c024cdb4]{width:60px;height:60px}.service-icon[data-v-c024cdb4]{width:50px;height:50px}}@media (max-width: 480px){.hero-content[data-v-c024cdb4]{left:0}.hero-title[data-v-c024cdb4]{font-size:1.8rem;white-space:normal;word-wrap:break-word;line-height:1.2}.hero-description[data-v-c024cdb4]{font-size:1rem;white-space:normal;word-wrap:break-word;line-height:1.2}}.pillars-section[data-v-c024cdb4]{padding:6rem 0;background:linear-gradient(to right,#0D0127 0%,#100129 50%,#221651 70%,#130633 100%);margin-top:10px;position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.pillars-section .container[data-v-c024cdb4]{max-width:1200px;margin:0 auto;padding:0 4rem}.section-header[data-v-c024cdb4]{text-align:center;margin-bottom:4rem}.section-subtitle[data-v-c024cdb4]{font-size:1.25rem;color:#ffffffe6;max-width:800px;margin:0 auto;line-height:1.6;font-family:Helvetica,sans-serif}.pillars-grid[data-v-c024cdb4]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.pillar-card[data-v-c024cdb4]{padding:1rem;background:transparent;border:none;border-bottom:1px solid #D4AF37;overflow:hidden;transition:transform .3s ease;position:relative}.pillar-card[data-v-c024cdb4]:before{content:"";position:absolute;bottom:0;left:0;width:1px;height:20%;background:#D4AF37;z-index:1}.pillar-card[data-v-c024cdb4]:hover{transform:translateY(-5px)}@media (min-width: 769px){.pillar-card:hover .pillar-title[data-v-c024cdb4]{top:1rem;bottom:auto}.pillar-card:hover .pillar-content[data-v-c024cdb4]{opacity:1}.pillar-card:hover .pillar-image img[data-v-c024cdb4]{filter:blur(15px) brightness(.3)}}.pillar-image[data-v-c024cdb4]{width:100%;height:500px;overflow:hidden}.pillar-image img[data-v-c024cdb4]{width:100%;height:100%;object-fit:cover;filter:brightness(.5);transition:filter .3s ease}.pillar-title[data-v-c024cdb4]{position:absolute;bottom:0;left:1rem;right:1rem;padding:3rem 1.5rem 1.5rem 3.5rem;font-size:1.2rem;font-weight:700;color:#fff;text-align:left;font-family:Georgia,sans-serif;transition:all .5s ease;display:flex;align-items:baseline}.pillar-card.active .pillar-title[data-v-c024cdb4]{top:1rem;bottom:auto}.pillar-drop-cap[data-v-c024cdb4]{font-size:2.5rem;font-weight:700;color:#d4af37;float:left;line-height:.8;margin-top:-.3rem;margin-right:-.05rem;vertical-align:baseline;font-family:Georgia}.pillar-content[data-v-c024cdb4]{position:absolute;top:0;left:0;right:0;bottom:0;padding-left:2rem;padding-top:2rem;display:flex;flex-direction:column;justify-content:flex-start;opacity:0;transition:opacity .3s ease;font-family:Helvetica,sans-serif;width:80%;text-align:left;margin-right:-.05rem}.pillar-content.show[data-v-c024cdb4]{opacity:1}.pillar-card.active .pillar-image img[data-v-c024cdb4]{filter:blur(15px) brightness(.3)}.content-list[data-v-c024cdb4]{margin-top:0}.content-item[data-v-c024cdb4]{color:#fff;font-size:1rem;font-family:Helvetica,sans-serif;margin-bottom:.8rem;position:relative;text-align:left;padding-left:2rem}.content-item[data-v-c024cdb4]:before{content:"•";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#fff;font-size:1.2rem}.section-header[data-v-c024cdb4]{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.pillar-content[data-v-c024cdb4]{position:absolute;text-align:center;color:#fff;font-weight:700;pointer-events:none;top:55%;left:50%;transform:translate(-50%,-50%);z-index:2}.pillar-dots[data-v-c024cdb4]{display:flex;justify-content:center;gap:.3rem}@media (max-width: 1300px){.pillar-title[data-v-c024cdb4]{font-size:1.1rem;padding:1.1rem}.pillar-drop-cap[data-v-c024cdb4]{font-size:2.2rem}.content-item[data-v-c024cdb4]{font-size:1rem}.section-subtitle[data-v-c024cdb4]{font-size:1.5rem}.vision-grid[data-v-c024cdb4],.services-grid[data-v-c024cdb4]{grid-template-columns:1fr;gap:2rem}.statement-layout[data-v-c024cdb4]{flex-direction:column;gap:3rem}.statement-image-content[data-v-c024cdb4]{order:1}.statement-text[data-v-c024cdb4]{font-size:1rem}.content-item[data-v-c024cdb4]{font-size:.8rem}}@media (max-width: 750px){.pillars-section[data-v-c024cdb4]{padding:4rem 0}.section-subtitle[data-v-c024cdb4]{font-size:1.1rem;font-family:Helvetica,sans-serif}.pillars-grid[data-v-c024cdb4]{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.pillar-image[data-v-c024cdb4]{height:350px}.pillar-title[data-v-c024cdb4]{font-size:1.1rem;padding:1rem;bottom:.2rem;transition:all .3s ease;display:flex;align-items:baseline}.pillar-drop-cap[data-v-c024cdb4]{font-size:2rem;margin-top:-.1rem;margin-right:-.05rem;vertical-align:baseline}.content-item[data-v-c024cdb4]{font-size:.8rem}.content-item[data-v-c024cdb4]:before{left:.1rem}}@media (max-width: 480px){.section-title[data-v-c024cdb4]{font-size:1.3rem;color:#fff!important;font-family:Georgia,sans-serif;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important}.section-subtitle[data-v-c024cdb4]{font-size:1rem;font-family:Helvetica,sans-serif}.pillar-image[data-v-c024cdb4]{height:350px}.pillars-grid[data-v-c024cdb4]{max-width:100%;gap:1rem}.pillar-title[data-v-c024cdb4]{font-size:.9rem;padding:3.5rem 1.5rem 1.5rem;bottom:.2rem;transition:all .3s ease;display:flex;align-items:baseline}.pillar-drop-cap[data-v-c024cdb4]{font-size:1.6rem;margin-top:-.1rem;margin-right:-.05rem;vertical-align:baseline}.content-item[data-v-c024cdb4]{font-size:.9rem}}
