.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .35s cubic-bezier(.22,1,.36,1),padding .35s cubic-bezier(.22,1,.36,1),border-color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),backdrop-filter .35s cubic-bezier(.22,1,.36,1)}.navbar--transparent,.navbar--solid{background:#fffffffa;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(34,30,97,.06);box-shadow:0 2px 14px #221e610b}.navbar--transparent{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent;box-shadow:none;padding:.65rem 0}.navbar--solid{padding:.65rem 0}.navbar--scrolled{padding:.65rem 0;box-shadow:0 5px 20px #221e6117}.navbar__inner{display:flex;align-items:center;gap:1.25rem;min-height:76px}.navbar__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.navbar--transparent .navbar__logo{background:transparent;border:0;box-shadow:none}.navbar__logo-img{width:230px;height:88px;object-fit:contain;object-position:left center;display:block;filter:none;transition:transform .3s ease}.navbar__logo:hover .navbar__logo-img{transform:scale(1.03)}.navbar__links{display:flex;align-items:center;gap:.55rem;flex:1;justify-content:center;flex-wrap:nowrap;min-width:0}.navbar__item{position:relative}.navbar__link{display:flex;align-items:center;gap:.3rem;padding:.65rem;font-family:var(--font-heading);font-size:.86rem;font-weight:700;color:#221e61c7;letter-spacing:.025em;border-radius:0;transition:all .2s ease;white-space:nowrap;position:relative}.navbar__link:after{content:"";position:absolute;bottom:0;left:50%;width:24px;height:2px;background:#ef7c00;border-radius:2px;transform:translate(-50%) scaleX(0);transition:transform .2s ease;transform-origin:left}.navbar__link:hover{color:#221e61}.navbar__link:hover,.navbar__link--active{background:transparent}.navbar__link:hover:after{transform:translate(-50%) scaleX(1)}.navbar__link--active{color:#221e61}.navbar__link--active:after{transform:translate(-50%) scaleX(1)}.navbar__chevron{font-size:.65rem;transition:transform .2s}.navbar__item--dropdown:hover .navbar__chevron{transform:rotate(180deg)}.navbar__dropdown{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);box-shadow:0 18px 40px #221e611f;border:1px solid rgba(34,30,97,.1);overflow:hidden;min-width:240px;z-index:100}.navbar__dropdown-link{display:block;padding:.9rem 1.25rem;font-family:var(--font-heading);font-size:.8rem;font-weight:600;color:#221e61b3;letter-spacing:.02em;transition:all .2s ease;border-bottom:1px solid rgba(34,30,97,.08)}.navbar__dropdown-link:last-child{border-bottom:none}.navbar__dropdown-link:hover{background:#221e610d;color:#221e61;padding-left:1.5rem}.navbar__cta{margin-left:auto;flex-shrink:0;padding:.68rem 1.2rem;border-radius:999px;background:#ef7c00;border-color:#ef7c00;color:#fff;box-shadow:0 10px 24px #ef7c0047}.navbar__hamburger{display:none;color:#221e61;margin-left:auto;padding:.5rem;border-radius:var(--radius-sm);transition:var(--transition-fast);background:#221e610d;border:1px solid rgba(34,30,97,.12)}.navbar__hamburger:hover{background:#221e6114}.mobile-menu{background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(34,30,97,.08);overflow:hidden}.mobile-menu__inner{padding:1.25rem var(--container-pad) 1.75rem;display:flex;flex-direction:column;gap:.25rem}.mobile-menu__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 0;font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:#221e61d9;border-bottom:1px solid rgba(34,30,97,.08);letter-spacing:.02em;transition:var(--transition-fast)}.mobile-menu__link:hover{color:#ef7c00}.mobile-menu__link--parent{cursor:pointer}.mobile-menu__sub{padding:.25rem 0 .5rem 1rem}.mobile-menu__sub-link{display:block;padding:.6rem 0;font-family:var(--font-heading);font-size:.82rem;font-weight:500;color:#221e618c;transition:var(--transition-fast)}.mobile-menu__sub-link:hover{color:#ef7c00}.mobile-menu__cta{display:flex;justify-content:center;width:100%;margin-top:1rem;border-radius:999px;background:#ef7c00;border-color:#ef7c00;color:#fff;font-size:.95rem}@media (max-width: 1180px){.navbar__links{gap:0}.navbar__link{padding:.48rem .56rem;font-size:.78rem}}@media (max-width: 1040px){.navbar__logo-img{width:185px;height:72px}.navbar__cta{padding-inline:1rem;font-size:.75rem}}@media (max-width: 900px){.navbar__links,.navbar__cta{display:none!important}.navbar__hamburger{display:flex;align-items:center;justify-content:center}.mobile-menu__link{font-size:1rem}.mobile-menu{max-height:calc(100dvh - var(--navbar-height, 90px));overflow-y:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 640px){.navbar__inner{min-height:56px;gap:.75rem}.navbar__logo-img{width:140px;height:54px}.navbar--transparent,.navbar--solid,.navbar--scrolled{padding:.45rem 0}}body.theme-home .navbar--solid,body.theme-home .navbar--scrolled{background:#fffffff5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(34,30,97,.1);box-shadow:0 4px 20px #221e610f}body.theme-home .navbar--transparent:not(.navbar--scrolled){background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent;box-shadow:none}body.theme-home .navbar--transparent:not(.navbar--scrolled) .navbar__link{color:#ffffffe6}body.theme-home .navbar--transparent:not(.navbar--scrolled) .navbar__link:hover,body.theme-home .navbar--transparent:not(.navbar--scrolled) .navbar__link--active{color:#fff;background:transparent}body.theme-home .navbar--transparent:not(.navbar--scrolled) .navbar__link:after{background:#ef7c00}body.theme-home .navbar--transparent:not(.navbar--scrolled) .navbar__hamburger{color:#fff;background:#ffffff1f;border-color:#ffffff4d}body.theme-home .navbar--solid .navbar__link,body.theme-home .navbar--scrolled .navbar__link{color:#221e61a6}body.theme-home .navbar--solid .navbar__link:hover,body.theme-home .navbar--solid .navbar__link--active,body.theme-home .navbar--scrolled .navbar__link:hover,body.theme-home .navbar--scrolled .navbar__link--active{color:#221e61;background:transparent}body.theme-home .navbar__link{color:#221e61a6}body.theme-home .navbar__link:hover,body.theme-home .navbar__link--active{color:#221e61;background:transparent}body.theme-home .navbar__cta.btn-primary{background:#ef7c00;border-color:#ef7c00;color:#fff;box-shadow:0 10px 22px #ef7c0047}body.theme-home .navbar__hamburger{color:#221e61;background:#221e610d;border-color:#221e611f}body.theme-home .navbar__dropdown{background:#fff;border-color:#221e611a;box-shadow:0 18px 40px #221e611f}body.theme-home .navbar__dropdown-link{color:#221e61b3;border-bottom-color:#221e6114}body.theme-home .navbar__dropdown-link:hover{background:#221e610d;color:#221e61}body.theme-home .mobile-menu{background:#fff;border-top-color:#221e6114}body.theme-home .mobile-menu__link{color:#221e61d9;border-bottom-color:#221e6114}body.theme-home .mobile-menu__sub-link{color:#221e618c}body.theme-home .footer{background:#221e61;border-top-color:#ffffff14}.footer{background:#221e61;border-top:1px solid rgba(255,255,255,.08)}.footer__top{padding:2.25rem 0 1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:1.75rem;align-items:start}.footer__logo{display:flex;align-items:center;margin-bottom:.65rem}.footer__logo-img{width:200px;height:auto;display:block}.footer__tagline{font-size:.8rem;color:#ffffff73;line-height:1.5;margin-bottom:.85rem}.footer__social{display:flex;gap:.65rem}.footer__social-icon{width:38px;height:38px;background:#ef7c00;border:1px solid rgba(255,255,255,.24);border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.05rem;box-shadow:0 6px 16px #00000038,inset 0 1px #ffffff38;transition:var(--transition)}.footer__social-icon:nth-child(1){background:#0a66c2}.footer__social-icon:nth-child(2){background:#1877f2}.footer__social-icon:nth-child(3){background:linear-gradient(135deg,#833ab4,#e1306c 48%,#fcaf45)}.footer__social-icon:hover{border-color:#ffffff9e;color:#fff;transform:translateY(-3px) scale(1.06);box-shadow:0 9px 22px #0000004d,0 0 0 3px #ffffff1a}.footer__social-icon:focus-visible{outline:2px solid #EF7C00;outline-offset:3px}.footer__heading{font-family:var(--font-heading);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--secondary);margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid rgba(255,255,255,.06)}.footer__list{display:flex;flex-direction:column;gap:.35rem}.footer__link{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#ffffff73;transition:var(--transition-fast);font-family:var(--font-body)}.footer__link:hover{color:var(--secondary-light)}.footer__link--plain{cursor:default}.footer__link--plain:hover{color:#ffffff73}.footer__link-icon{font-size:.65rem;flex-shrink:0;opacity:.5}.footer__link:hover .footer__link-icon{opacity:1;color:var(--secondary)}.footer__contact-list{display:flex;flex-direction:column;gap:.55rem}.footer__contact-list li{display:flex;align-items:flex-start;gap:.6rem}.footer__contact-icon{font-size:.9rem;color:var(--secondary);flex-shrink:0;margin-top:.1rem}.footer__contact-list span,.footer__contact-list a{font-size:.8rem;color:#ffffff80;transition:var(--transition-fast);line-height:1.4}.footer__contact-list a:hover{color:var(--secondary-light)}.footer__contact-name{color:#ffffff59}.footer__bottom{padding:.85rem 0}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.footer__bottom p{font-size:.74rem;color:#ffffff4d;margin:0}.footer__bottom-links{font-size:.68rem;color:#ffffff38;font-family:var(--font-heading);letter-spacing:.04em}@media (max-width: 1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer__brand{grid-column:1 / -1}}@media (max-width: 640px){.footer__grid{grid-template-columns:1fr;gap:1.35rem}.footer__brand{grid-column:auto}.footer__top{padding:1.75rem 0 1.25rem}.footer__bottom-inner{flex-direction:column;text-align:center}.footer__bottom-links{max-width:20rem;margin-inline:auto;line-height:1.55}.footer__col .btn{width:100%;justify-content:center;white-space:normal}}.home-page{--home-navy: #221E61;--home-navy-deep: #1A174B;--home-orange: #EF7C00;--home-orange-light: #FF9520;--home-bg: #ffffff;--home-bg-soft: #f1f1f1;--home-card: #ffffff;--home-border: rgba(34, 30, 97, .12);--home-border-strong: rgba(34, 30, 97, .2);--home-ink: #221E61;--home-muted: rgba(34, 30, 97, .68);--home-white: #ffffff;--home-blue: #221E61;--home-blue-light: #3A367A;--home-radius-xl: 26px;--home-transition: .28s cubic-bezier(.22, 1, .36, 1);position:relative;min-height:100vh;background:var(--home-bg);color:var(--home-ink);overflow-x:hidden;isolation:isolate}.home-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background-image:linear-gradient(rgba(34,30,97,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(34,30,97,.03) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.35),transparent 70%);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.35),transparent 70%);opacity:.5}.home-page *{box-sizing:border-box}.home-page .container{width:min(var(--container-max),100%);max-width:var(--container-max);margin-inline:auto;padding-left:var(--container-pad);padding-right:var(--container-pad);box-sizing:border-box}.home-page a{text-decoration:none}.home-page p{color:var(--home-muted);line-height:1.85;margin:0}.home-page .section-label{color:var(--home-orange)}.home-page .section-title{color:var(--home-ink)}.home-page .divider{background:linear-gradient(90deg,var(--home-orange),rgba(239,124,0,.25))}@keyframes homeFloat{0%{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}to{transform:translateZ(0)}}@keyframes homeFloatSlow{0%{transform:translateZ(0)}50%{transform:translate3d(0,-14px,0)}to{transform:translateZ(0)}}@keyframes homePulseGlow{0%{box-shadow:0 0 16px #221e611f}50%{box-shadow:0 0 26px #ef7c0033}to{box-shadow:0 0 16px #221e611f}}@keyframes homeMeter{0%{transform:translate3d(-8%,0,0);opacity:.82}50%{transform:translate3d(1%,0,0);opacity:1}to{transform:translate3d(-8%,0,0);opacity:.82}}.animate-float{animation:homeFloat 4.8s ease-in-out infinite}.animate-float-slow{animation:homeFloatSlow 6.8s ease-in-out infinite}.animate-pulse-glow{animation:homePulseGlow 3.4s ease-in-out infinite}.glass-panel{background:var(--home-card);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--home-border);box-shadow:0 10px 28px #221e6114,inset 0 1px #ffffffe6}.glass-panel-highlight{background:#fff;border:1px solid var(--home-border-strong);box-shadow:0 14px 32px #221e611a,inset 0 1px #fffffff2}.glass-panel-hover{transition:transform var(--home-transition),border-color var(--home-transition),background var(--home-transition),box-shadow var(--home-transition)}.glass-panel-hover:hover{transform:translate3d(0,-4px,0);border-color:#221e6138;background:#fff;box-shadow:0 16px 36px #221e611f}.text-gradient,.home-hero__title-gradient{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#fff}.home-page .text-gradient,.home-page .home-accent{color:var(--home-orange);-webkit-text-fill-color:var(--home-orange)}.home-hero__title-accent{color:#ef7c00}.home-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;padding:.78rem 1.25rem;border-radius:999px;border:1px solid transparent;color:var(--home-white);font-weight:700;font-size:.92rem;line-height:1;cursor:pointer;transition:transform var(--home-transition),box-shadow var(--home-transition),background var(--home-transition),border-color var(--home-transition),color var(--home-transition)}.home-page .btn:hover{transform:translate3d(0,-2px,0)}.home-page .btn-lg{min-height:52px;padding:.95rem 1.55rem}.home-page .btn-primary{background:var(--home-orange);border-color:var(--home-orange);color:#fff;box-shadow:0 12px 28px #ef7c0047}.home-page .btn-primary:hover{background:#d46e00;box-shadow:0 14px 32px #ef7c0057}.home-page .btn-secondary{background:#fff;border-color:var(--home-navy);color:var(--home-navy);-webkit-backdrop-filter:none;backdrop-filter:none}.home-page .btn-secondary:hover{background:#221e610d}.home-floating-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;overflow:hidden;opacity:.45}.home-floating-bg__orb{position:absolute;border-radius:50%;filter:blur(90px)}.home-floating-bg__orb--orange{width:420px;height:420px;top:-140px;right:-130px;background:#ef7c001f}.home-floating-bg__orb--blue{width:520px;height:520px;top:28%;left:-190px;background:#221e6114}.home-floating-bg__wave{position:absolute;top:18%;left:0;width:100%;height:44vh;opacity:.28;mix-blend-mode:multiply}.home-floating-bg__wave svg{width:100%;height:100%}.home-hero{position:relative;overflow:hidden;padding:7.2rem 0 2.2rem;background:linear-gradient(120deg,#fff,#f7f7fb 55%,#f1f1f1)}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("/assest/img/hero%20(1).jpg.jpeg") right 22% / cover no-repeat;opacity:1;pointer-events:none;z-index:0}.home-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(105deg,#221e61c7,#221e619e 36%,#221e6166 64%,#221e6147)}.home-hero__layout{position:relative;z-index:1;display:block;min-height:520px;padding:.5rem 0 0}.home-hero__copy{max-width:600px;padding:1rem 0 0}.home-hero__eyebrow{display:inline-flex;align-items:center;gap:.65rem;padding:.7rem 1.3rem;margin-bottom:1.7rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--home-navy);background:#fff;border:1px solid var(--home-border);box-shadow:0 8px 22px #221e6114}.home-hero__eyebrow-star{color:var(--home-orange);font-size:.8rem;filter:none}.home-hero__title{font-family:var(--font-family);font-size:clamp(1.95rem,3.6vw,3rem);line-height:1.02;color:#fff;margin:0 0 1.45rem;font-weight:800;letter-spacing:-.045em;text-shadow:0 2px 18px rgba(0,0,0,.28)}.home-hero__title-line{display:block}.home-page .home-hero__subtitle,.home-hero__subtitle{font-size:.98rem;color:#ffffffeb;line-height:1.7;margin-bottom:1.35rem;max-width:540px;text-shadow:0 1px 12px rgba(0,0,0,.22)}.home-hero__actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:.85rem;padding-top:1rem;margin-top:0;margin-bottom:1.6rem;align-items:center}.home-hero__actions .btn{width:auto;min-width:0;flex:0 0 auto;white-space:nowrap}.home-hero__actions .btn-secondary{background:#ffffff1f;border-color:#ffffffd9;color:#fff}.home-hero__actions .btn-secondary:hover{background:#ffffff38;border-color:#fff;color:#fff}.home-hero__trustbar-wrap{position:relative;z-index:1;margin-top:-.45rem}.home-hero__trustbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-radius:28px;padding:.55rem .8rem;background:#fff;border:1px solid var(--home-border);box-shadow:0 14px 36px #221e611a}.home-hero__trustitem{display:flex;align-items:center;gap:.95rem;padding:1rem 1.1rem}.home-hero__trustitem:not(:last-child){border-right:1px solid rgba(34,30,97,.1)}.home-hero__trusticon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;flex-shrink:0;background:#221e6114;color:var(--home-navy);font-size:1.2rem}.home-hero__trustitem:nth-child(2n) .home-hero__trusticon{background:#ef7c001f;color:var(--home-orange)}.home-hero__trustcopy{display:flex;flex-direction:column;gap:.16rem;min-width:0}.home-hero__trustcopy strong{color:var(--home-navy);font-size:1rem;line-height:1.2}.home-hero__trustcopy small{color:var(--home-muted);font-size:.84rem;line-height:1.35}.home-core-expertise{position:relative;overflow:hidden;background:#221e61;color:#fff}.home-core-expertise.section-pad{padding-top:clamp(2.75rem,4vw,3.5rem);padding-bottom:clamp(2.75rem,4vw,3.5rem)}.home-core-expertise:before{display:none}.home-core-expertise__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.home-core-expertise__bg img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.home-core-expertise__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1c185047}.home-core-expertise__glow{display:none}.home-core-expertise .container{position:relative;z-index:1}.home-core-expertise__header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:820px;margin:0 auto 2.75rem}.home-core-expertise__label{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.35rem;color:var(--home-orange);font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.home-core-expertise__label-line{position:relative;flex:0 0 56px;height:1px;background:linear-gradient(90deg,transparent,rgba(239,124,0,.7))}.home-core-expertise__label-line:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:var(--home-orange);box-shadow:0 0 8px #ef7c0099}.home-core-expertise__label-line--right{background:linear-gradient(90deg,rgba(239,124,0,.7),transparent)}.home-core-expertise__label-line--right:after{right:auto;left:0}.home-core-expertise__title{margin:0;font-family:var(--font-family);font-size:clamp(2rem,3.8vw,3.15rem);font-weight:800;line-height:1.12;letter-spacing:-.035em;color:#fff}.home-core-expertise__title-line{display:block;margin-top:.1em}.home-core-expertise__title-blue{color:#fff}.home-core-expertise__title-orange{color:var(--home-orange)}.home-page .home-core-expertise__desc{margin:1.35rem auto 0;width:min(100%,680px);max-width:680px;font-size:.98rem;line-height:1.75;text-align:center;color:#ffffffd9;display:block}.home-core-expertise__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-core-expertise__card{position:relative;display:flex;align-items:center;gap:1rem;min-height:96px;padding:1.15rem 1.25rem;border-radius:18px;border:1px solid rgba(255,255,255,.85);background:#fff;box-shadow:0 12px 28px #0000002e;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.home-core-expertise__card:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:72%;height:2px;border-radius:999px;opacity:.85}.home-core-expertise__card--blue{border-color:#221e611f}.home-core-expertise__card--blue:after{background:linear-gradient(90deg,transparent,rgba(34,30,97,.55),transparent);box-shadow:none}.home-core-expertise__card--orange{border-color:#ef7c0047}.home-core-expertise__card--orange:after{background:linear-gradient(90deg,transparent,rgba(239,124,0,.9),transparent);box-shadow:0 0 12px #ef7c0040}.home-core-expertise__card:hover{transform:translate3d(0,-4px,0)}.home-core-expertise__card--blue:hover{border-color:#221e6138;box-shadow:0 16px 34px #0003}.home-core-expertise__card--orange:hover{border-color:#ef7c0066;box-shadow:0 16px 34px #0003}.home-core-expertise__icon{position:relative;z-index:1;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;font-size:1.2rem;color:#fff}.home-core-expertise__icon--blue{background:var(--home-navy);box-shadow:0 8px 18px #221e6147}.home-core-expertise__icon--orange{background:var(--home-orange);box-shadow:0 8px 18px #ef7c004d}.home-core-expertise__card-text{position:relative;z-index:1;display:flex;flex-direction:column;gap:.05rem;min-width:0}.home-core-expertise__card-text span{display:block;font-family:var(--font-family);font-size:.92rem;font-weight:700;line-height:1.28;color:var(--home-navy)}.home-accent{color:var(--home-orange);font-weight:700}.home-accent-blue{color:var(--home-navy);font-weight:700}.home-services-cta{display:flex;justify-content:center;margin-top:2.25rem}.home-services-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;min-width:min(290px,100%);padding:1rem 2rem;border-radius:999px;color:var(--home-white);font-size:1rem;font-weight:700;background:linear-gradient(90deg,#1c4fff,#f97316);box-shadow:0 18px 40px #1220506b;transition:transform .25s ease,box-shadow .25s ease}.home-services-cta__button:hover{transform:translate3d(0,-3px,0);box-shadow:0 22px 46px #12205080}.home-process-section{position:relative}.home-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2.75rem}.home-process-card{position:relative;border-radius:var(--home-radius-xl);padding:2rem 1.5rem 1.75rem;overflow:hidden}.home-process-card__num{position:absolute;top:1rem;right:1.25rem;font-family:var(--font-family);font-size:2.4rem;font-weight:800;line-height:1;color:#ffffff12}.home-process-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;font-size:1.4rem;margin-bottom:1.1rem}.home-process-card__icon--blue{background:#2563eb29;color:var(--home-blue-light)}.home-process-card__icon--orange{background:#f9731629;color:var(--home-orange-light)}.home-process-card h4{font-size:1.15rem;font-weight:800;color:#fff;margin:0 0 .5rem}.home-process-card p{font-size:.92rem;color:#ffffff9e;line-height:1.65;margin:0}.section-pad{position:relative;padding:5.5rem 0}.section-label{display:inline-flex;align-items:center;gap:.5rem;color:var(--home-orange);font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem}.section-label:before{content:"";width:24px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--home-orange),rgba(239,124,0,.35))}.section-label--center{justify-content:center}.section-label--center:after{content:"";width:24px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(239,124,0,.35),var(--home-orange))}.section-title{color:var(--home-ink);font-size:clamp(2rem,3vw,3rem);line-height:1.13;letter-spacing:-.035em;margin:0;font-weight:850}.divider{width:70px;height:3px;border-radius:999px;margin:1.3rem 0 1.5rem;background:linear-gradient(90deg,var(--home-blue),var(--home-orange))}.section-header-centered{position:relative;z-index:1;text-align:center;max-width:760px;margin:0 auto}.section-header-centered .section-label:after{content:"";width:24px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--home-orange-light),var(--home-blue-light))}.home-about-section{background:#fbf9fc}.home-about{display:flex;flex-direction:column;gap:2.1rem;align-items:stretch}.home-about__top{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);gap:2.4rem;align-items:center}.home-about__text{max-width:100%}.home-about__text .section-title{max-width:560px}.home-about__text p{font-size:1.08rem;line-height:1.75;max-width:560px}.home-about__visual{position:relative}.home-about__image{display:block;width:100%;height:360px;min-height:360px;object-fit:cover;border-radius:30px;border:1px solid rgba(34,30,97,.08);box-shadow:0 16px 40px #221e6114}.home-about__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.home-about__card{display:flex;align-items:center;gap:.9rem;min-height:0;border-radius:12px;padding:1.15rem 1.2rem;position:relative;z-index:1;overflow:visible;border:1px solid rgba(34,30,97,.06);background:#fff;box-shadow:0 8px 24px #221e611a;transition:transform .3s ease,box-shadow .3s ease}.home-about__card:before,.home-about__card:after{display:none}.home-about__card:hover{transform:translate3d(0,-3px,0);box-shadow:0 12px 30px #221e611f}.home-about__card--blue:hover,.home-about__card--orange:hover{border-color:transparent}.home-about__card-icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:0;border:none}.home-about__card-icon--blue{background:#221e611a;color:#221e61}.home-about__card-icon--orange{background:#ef7c0024;color:#ef7c00}.home-about__card-title,.home-about__card h4{position:relative;z-index:1;flex:1;min-width:0;font-size:.88rem;font-weight:700;color:#221e61;margin:0;line-height:1.35}.home-about__card p{display:none}.home-services-section{position:relative;overflow:hidden;padding-top:3rem;padding-bottom:3rem;background:radial-gradient(ellipse 75% 55% at 0% 0%,rgba(34,30,97,.12),transparent 58%),radial-gradient(ellipse 70% 50% at 100% 100%,rgba(239,124,0,.14),transparent 55%),linear-gradient(145deg,#ebe9f6,#f5f2ef 48%,#fff3e8)}.home-services-section__bg,.home-services-section__glow,.home-services-section__ring,.home-services-section__orb,.home-services-section__float,.home-services-section:before{display:none}.home-services-header{max-width:820px;margin-bottom:2.5rem}.home-services-title{font-size:clamp(2rem,3vw,2.85rem);line-height:1.15;letter-spacing:-.03em;color:var(--home-navy)}.home-services-title__line{display:block;color:var(--home-navy);font-size:inherit;line-height:inherit}.home-services-title__blue{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:var(--home-navy)}.home-services-title__orange{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:var(--home-orange)}.home-services-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem;margin-top:0}.home-service-card{position:relative;min-height:148px;padding:1.45rem 1.35rem 1.35rem;border-radius:18px;overflow:hidden;border:1px solid transparent;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 12px 30px #221e611a;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.home-service-card--blue{background:linear-gradient(160deg,#fff,#f0eff8);border-color:#221e611a}.home-service-card--orange{background:linear-gradient(160deg,#fff,#fff4eb);border-color:#ef7c0029}.home-service-card__shine,.home-service-card__glass-edge{display:none}.home-service-card:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:999px}.home-service-card--blue:before{background:linear-gradient(180deg,#221e61,#221e6159)}.home-service-card--orange:before{background:linear-gradient(180deg,#ef7c00,#ef7c0059)}.home-service-card:after{content:"";position:absolute;right:-28px;top:-28px;width:90px;height:90px;border-radius:50%;pointer-events:none;opacity:.55}.home-service-card--blue:after{background:radial-gradient(circle,rgba(34,30,97,.12),transparent 70%)}.home-service-card--orange:after{background:radial-gradient(circle,rgba(239,124,0,.16),transparent 70%)}.home-service-card:hover{transform:translate3d(0,-5px,0);box-shadow:0 18px 40px #221e6124}.home-service-card--blue:hover{border-color:#221e6138}.home-service-card--orange:hover{border-color:#ef7c0059}.home-service-card__icon{position:relative;z-index:1;width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1.1rem;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:transform .3s ease,background .3s ease}.home-service-card:hover .home-service-card__icon{transform:translateY(-2px) scale(1.05)}.home-service-card__icon--blue{background:#221e611f;color:#221e61}.home-service-card__icon--orange{background:#ef7c0029;color:#ef7c00}.home-service-card h3{position:relative;z-index:1;font-size:clamp(.95rem,1.3vw,1.08rem);color:#221e61;margin:0;line-height:1.35;font-weight:700;max-width:16ch}.home-page .home-service-card p{display:none}.home-venues{display:flex;flex-direction:column;gap:2.25rem}.home-venues-section.section-pad{padding-top:clamp(2.5rem,4vw,3.25rem);padding-bottom:clamp(2.5rem,4vw,3.25rem)}.home-leadership-desk{position:relative;overflow:hidden;isolation:isolate;padding:clamp(3.5rem,7vw,5.5rem) 0;background:var(--home-navy);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);color:#fff}.home-leadership-desk:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 55% 50% at 8% 18%,rgba(239,124,0,.18),transparent 58%),radial-gradient(ellipse 48% 42% at 92% 78%,rgba(239,124,0,.14),transparent 60%),radial-gradient(ellipse 40% 36% at 72% 12%,rgba(255,255,255,.05),transparent 55%),linear-gradient(145deg,rgba(26,23,75,.65) 0%,transparent 48%),linear-gradient(320deg,rgba(18,16,55,.55) 0%,transparent 40%)}.home-leadership-desk:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.55;background-image:radial-gradient(rgba(255,255,255,.14) 1px,transparent 1.2px);background-size:22px 22px;background-position:0 0;mask-image:radial-gradient(ellipse 85% 75% at 50% 45%,#000 20%,transparent 78%);-webkit-mask-image:radial-gradient(ellipse 85% 75% at 50% 45%,#000 20%,transparent 78%)}.home-leadership-desk .container{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(2rem,4vw,2.75rem)}.home-leadership-desk__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(2rem,4vw,3.5rem);align-items:center}.home-leadership-desk__copy{display:flex;flex-direction:column;align-items:flex-start;max-width:520px}.home-leadership-desk__label{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.1rem;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--home-orange)}.home-leadership-desk__label-line{flex:0 0 28px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--home-orange))}.home-leadership-desk__label-line--right{background:linear-gradient(90deg,var(--home-orange),transparent)}.home-leadership-desk__title{margin:0;font-size:clamp(1.9rem,3.2vw,2.55rem);font-weight:800;line-height:1.18;color:#fff;max-width:14ch}.home-leadership-desk__accent{display:block;width:3.25rem;height:3px;margin-top:.85rem;border-radius:999px;background:var(--home-orange)}.home-page .home-leadership-desk__note{margin:1.15rem 0 0;max-width:42ch;font-size:1rem;line-height:1.7;color:#ffffffe0}.home-leadership-desk__cta{display:inline-flex;align-items:center;gap:.55rem;width:fit-content;margin-top:1.85rem;padding:.9rem 1.55rem;border:none;border-radius:8px;font-size:.9rem;font-weight:700;letter-spacing:.01em;color:#fff;background:var(--home-orange);transition:background var(--home-transition),transform var(--home-transition),box-shadow var(--home-transition)}.home-leadership-desk__cta:hover{color:#fff;background:var(--home-orange-light);transform:translateY(-2px);box-shadow:0 10px 24px #ef7c0047}.home-leadership-desk__media{width:100%;border-radius:14px;border:2px solid var(--home-orange);overflow:hidden;box-shadow:0 18px 40px #00000047}.home-leadership-desk__media img{display:block;width:100%;height:clamp(260px,32vw,380px);object-fit:cover;object-position:center right}.home-leadership-desk__features{display:flex;flex-wrap:nowrap;align-items:stretch;gap:0;padding:clamp(1.4rem,2.2vw,1.9rem) clamp(.6rem,1.2vw,1rem);border-radius:20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-leadership-desk__feature{position:relative;flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:.25rem clamp(.45rem,.9vw,.85rem)}.home-leadership-desk__feature:not(:last-child):after{content:"";position:absolute;top:10%;right:0;width:1px;height:80%;background:#fff3}.home-leadership-desk__feature-icon{display:inline-flex;align-items:center;justify-content:center;width:clamp(34px,2.6vw,40px);height:clamp(34px,2.6vw,40px);border-radius:50%;border:1.5px solid var(--home-orange);background:transparent;color:var(--home-orange);font-size:clamp(.9rem,1.05vw,1.05rem);flex-shrink:0}.home-leadership-desk__feature-title{margin:0;font-size:clamp(.78rem,.95vw,.95rem);font-weight:700;line-height:1.25;color:#fff}.home-page .home-leadership-desk__feature-desc{margin:0;font-size:clamp(.7rem,.82vw,.8rem);line-height:1.5;color:#ffffffc7}.home-venues__intro{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:760px;margin:0 auto}.home-venues__intro .section-label{justify-content:center}.home-venues__intro .section-label:after{content:"";width:24px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--secondary-light),var(--primary-light))}.home-venues__intro .section-title{max-width:720px}.home-venues__intro .divider{margin-left:auto;margin-right:auto}.home-venues__intro-text{max-width:680px;font-size:1.02rem}@media (min-width: 1025px){.home-venues__intro{max-width:980px}.home-venues__intro-text{max-width:100%;font-size:1rem;line-height:1.75}.home-venues__intro-line{display:block}}.home-venues__carousel{position:relative;width:100%;overflow:hidden;background:transparent}.home-venues__track{display:flex;gap:1.15rem;width:max-content;padding:.25rem 0 .5rem;background:transparent;animation:homeVenuesScroll 52s linear infinite}.home-venues__carousel:hover .home-venues__track{animation-play-state:paused}@keyframes homeVenuesScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-venues__carousel .home-venue-card{flex:0 0 clamp(240px,26vw,300px);min-width:clamp(240px,26vw,300px);height:clamp(180px,20vw,220px)}.home-venues__cta{display:flex;justify-content:center;margin-top:.25rem}.home-venues__cta .btn-primary{background:#221e61;border-color:#221e61;color:#fff;box-shadow:0 10px 24px #221e6147}.home-venues__cta .btn-primary:hover{background:#1a174b;border-color:#1a174b;color:#fff;box-shadow:0 14px 30px #221e6157}.home-venues__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem;align-items:stretch}.home-venue-card{position:relative;display:block;border-radius:16px;overflow:hidden;transform:translateZ(0);backface-visibility:hidden;background:#221e61;border:none;box-shadow:0 12px 28px #221e6124;transition:transform .3s ease,box-shadow .3s ease}.home-venue-card:hover{transform:translate3d(0,-4px,0);box-shadow:0 16px 34px #221e6133}.home-venue-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,rgba(34,30,97,.92) 0%,rgba(34,30,97,.55) 32%,rgba(34,30,97,.08) 62%,transparent 100%)}.home-venue-card__img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .5s ease}.home-venue-card:hover .home-venue-card__img{transform:scale(1.06)}.home-page .home-venue-card__name{position:absolute;left:0;right:0;bottom:0;z-index:2;margin:0;padding:1.15rem 1.1rem 1.05rem;font-size:clamp(.88rem,1.2vw,1rem);font-weight:700;line-height:1.35;color:#fff;-webkit-text-fill-color:#ffffff}.home-page .home-cta-band.cta-band{position:relative;text-align:center;padding:clamp(2rem,4vw,2.75rem) var(--container-pad);overflow:hidden;background:#fff;border-top:none}.home-page .home-cta-band.cta-band:before{display:none}.home-page .home-cta-band .cta-band__glow{display:none}.home-page .home-cta-band .container{position:relative;z-index:1;width:100%;min-height:205px;padding:1.65rem 2rem;display:flex;align-items:center;justify-content:center;border-radius:28px;overflow:hidden;background:#221e61 url(/assest/img/CTABg.png) center / 100% 100% no-repeat;box-shadow:0 12px 32px #221e6124}.home-page .home-cta-band .container>div{width:100%}.home-page .home-cta-band .section-label{color:#ef7c00;margin-bottom:.4rem}.home-page .home-cta-band .section-label:before,.home-page .home-cta-band .section-label:after{background:#ef7c00bf}.home-page .home-cta-band h2{font-size:clamp(1.3rem,2.2vw,1.85rem);line-height:1.25;letter-spacing:-.02em;margin:0;color:#fff}.home-page .home-cta-band .text-gradient{color:#fff;background:none;-webkit-text-fill-color:#ffffff}.home-page .home-cta-band .cta-band-btns{margin-top:.9rem;display:flex;justify-content:center}@media (max-width: 1120px){.home-services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.home-hero{padding:6.5rem 0 3rem}.home-hero__layout{min-height:0;padding-left:0}.home-hero__copy{max-width:100%}.home-hero__trustbar,.home-core-expertise__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-about__top{grid-template-columns:1fr;gap:2.5rem}.home-about__text,.home-venues__intro{max-width:100%}.home-leadership-desk__top{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:1.35rem;align-items:center}.home-leadership-desk__copy{max-width:100%}.home-leadership-desk__title{font-size:clamp(1.55rem,2.6vw,2rem);max-width:14ch}.home-page .home-leadership-desk__note{font-size:.92rem;max-width:38ch}.home-leadership-desk__cta{margin-top:1.35rem;padding:.75rem 1.25rem;font-size:.84rem}.home-leadership-desk__media img{height:clamp(200px,24vw,280px)}.home-leadership-desk__features{flex-wrap:wrap;gap:1.35rem 0;padding:1.35rem 1rem}.home-leadership-desk__feature{flex:1 1 calc(50% - .5rem);max-width:calc(50% - .25rem)}.home-leadership-desk__feature:not(:last-child):after{display:none}.home-leadership-desk__feature:nth-child(5){flex:1 1 100%;max-width:320px;margin-inline:auto}.home-leadership-desk__feature-title{font-size:.95rem}.home-page .home-leadership-desk__feature-desc{font-size:.82rem}.home-about__image{height:320px;min-height:320px}.home-about__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.home-services-grid,.home-process-grid{grid-template-columns:repeat(2,1fr)}.home-venues__carousel .home-venue-card{flex-basis:clamp(220px,48vw,270px);min-width:clamp(220px,48vw,270px);height:190px}}@media (max-width: 760px){.home-hero__trustbar{grid-template-columns:1fr}.home-leadership-desk__top{grid-template-columns:1fr;gap:1.75rem}.home-leadership-desk__media img{height:clamp(220px,52vw,300px)}.home-about__image{height:260px;min-height:auto}.home-about__cards,.home-services-grid,.home-core-expertise__grid{grid-template-columns:1fr}.home-core-expertise__header{margin-bottom:2rem}.home-core-expertise__label-line{flex-basis:36px}.home-about__card{min-height:auto}.home-process-grid{grid-template-columns:1fr}}@media (max-width: 640px){.home-page .container{width:min(var(--container-max),100%)}.home-leadership-desk__features{gap:1.25rem}.home-leadership-desk__feature,.home-leadership-desk__feature:nth-child(5){flex:1 1 100%;max-width:none}.home-hero{padding:7rem 0 3.8rem}.home-hero__layout{min-height:auto}.home-hero__title{font-size:clamp(1.75rem,8.5vw,2.55rem)}.home-hero__subtitle{font-size:.98rem}.home-hero__actions{flex-direction:column;flex-wrap:wrap;align-items:stretch;width:100%}.home-hero__actions .btn{width:100%;flex:1 1 auto;white-space:normal;justify-content:center;text-align:center}.home-hero:before{background-position:72% 22%}.home-hero__trustbar{padding:.35rem}.home-hero__trustitem{padding:.9rem}.home-hero__trustitem:not(:last-child){border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.section-pad{padding:4rem 0}.section-title{font-size:clamp(1.85rem,10vw,2.55rem)}.home-about__card{border-radius:12px}.home-service-card,.home-venue-card{border-radius:16px}.home-services-header{margin-bottom:2.5rem}.home-service-card{min-height:auto;padding:1.5rem}.home-services-cta__button{min-width:100%}.home-page .home-cta-band.cta-band{padding:1.25rem var(--container-pad)}.home-page .home-cta-band .container{min-height:190px;padding:1.5rem 1rem;border-radius:20px}}@media (prefers-reduced-motion: reduce){.animate-float,.animate-float-slow,.animate-pulse-glow,.home-hero__floating-dot,.hero-card__meter-track span,.home-venue-card,.home-venues__track,.home-service-card{animation:none!important}.glass-panel-hover,.home-page .btn,.home-service-card__icon,.home-services-cta__button,.home-leadership-desk__cta{transition:none!important}}@keyframes homeServicesShimmer{0%{left:8%;opacity:.45}50%{left:calc(100% - 140px);opacity:.95}to{left:8%;opacity:.45}}.page-hero.about-page-hero{background:none}.page-hero.about-page-hero:before,.page-hero.about-page-hero:after{display:none}.about-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#221e61}.about-page-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#221e61,#221e61fc 28%,#221e61eb 40%,#221e61b8 54%,#221e617a,#221e6147 86%,#221e612e);pointer-events:none}.about-page-hero__bg-img{width:68%;height:100%;margin-left:auto;object-fit:cover;object-position:center;display:block}.page-hero.about-page-hero .page-hero-content{position:relative;z-index:2}.page-hero.team-page-hero{position:relative;z-index:1;isolation:isolate;background:#221e61;overflow:hidden}.page-hero.team-page-hero:before,.page-hero.team-page-hero:after{display:none}.team-page-hero__bg{position:absolute;top:var(--navbar-height, 90px);right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#221e61;transform:translateZ(0)}.team-page-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#221E61 0%,#221E61 18%,rgba(34,30,97,.97) 28%,rgba(34,30,97,.78) 38%,rgba(34,30,97,.45) 48%,rgba(34,30,97,.18) 58%,transparent 70%);pointer-events:none}.team-page-hero__bg-img{width:82%;height:100%;margin-left:auto;object-fit:cover;object-position:center 35%;display:block;position:relative;z-index:0;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.2) 8%,rgba(0,0,0,.55) 16%,rgba(0,0,0,.85) 26%,#000 40%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.2) 8%,rgba(0,0,0,.55) 16%,rgba(0,0,0,.85) 26%,#000 40%,#000 100%)}.page-hero.team-page-hero .page-hero-content{position:relative;z-index:2}.team-page-hero__title{max-width:520px;color:#fff}.team-page-hero__rule{display:block;width:3.5rem;height:4px;margin-top:1.35rem;border-radius:999px;background:#ef7c00;transform-origin:left center}.about-tabs-wrap{background:#221e61fa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(34,30,97,.05);position:sticky;top:var(--navbar-height, 90px);margin-top:-2px;z-index:900;box-shadow:0 10px 28px #00000047}.about-tabs{display:flex;gap:0}.about-tab{padding:1rem 2rem;font-family:var(--font-heading);font-size:.85rem;font-weight:600;color:#ffffff8c;letter-spacing:.03em;border-bottom:2px solid transparent;cursor:pointer;transition:var(--transition-fast)}.about-tab:hover{color:#ffffffe6}.about-tab--active{color:var(--white);border-bottom-color:var(--secondary)}.about-wwa-label{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-family);font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--secondary);margin-bottom:.85rem}.about-wwa-label:before{content:"";width:24px;height:2px;background:linear-gradient(90deg,var(--secondary),var(--secondary-light));border-radius:2px}.about-wwa-label--center{justify-content:center;width:100%}.about-wwa-label--center:after{content:"";width:24px;height:2px;background:linear-gradient(90deg,var(--secondary-light),var(--secondary));border-radius:2px}.about-wwa-label--arrow:before{content:"→";width:auto;height:auto;background:none;font-size:.95rem;line-height:1;color:var(--secondary)}.about-wwa-title{font-family:var(--font-family);font-size:clamp(1.65rem,3vw,2.35rem);font-weight:800;color:#221e61;line-height:1.2;margin-bottom:.85rem}.about-wwa-title--center{text-align:center}.about-wwa-divider{width:3.5rem;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--secondary),var(--secondary-light));margin-bottom:1.25rem}.about-wwa-divider--center{margin-left:auto;margin-right:auto}.about-wwa-intro p,.about-wwa-flagship p,.about-wwa-venues p{color:#221e619e;line-height:1.75}.about-wwa-edge .about-wwa-title{color:#fff}.about-wwa-edge__copy p{color:#ffffffb8;line-height:1.75}.about-distinctive-section .section-title,.about-distinctive-section h2,.about-distinctive-section h3{color:#fff}.about-distinctive-section p{color:#ffffffb8}.distinctive-card h4,.distinctive-card h3{color:#fff}.distinctive-card p{color:#ffffffb3}.about-wwa-hero{padding:6.5rem 0 3.5rem;background:radial-gradient(circle at 80% 20%,rgba(34,30,97,.1),transparent 45%),linear-gradient(180deg,#fbf9fc,#fbf9fc);border-bottom:1px solid rgba(255,255,255,.06)}.about-wwa-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-wwa-hero__content h1{font-size:clamp(2.2rem,4.5vw,3.25rem);font-weight:800;color:#221e61;margin-bottom:1rem}.about-wwa-hero__content p{max-width:520px;font-size:1.02rem;line-height:1.75;color:#221e61a6}.about-wwa-hero__visual{border-radius:16px;overflow:hidden;border:1px solid rgba(34,30,97,.25);box-shadow:0 0 40px #221e611f}.about-wwa-hero__img{width:100%;height:340px;object-fit:cover;display:block;filter:saturate(.85) brightness(.9)}.about-wwa-intro.section-pad{padding-top:clamp(2.5rem,4vw,3.25rem);padding-bottom:clamp(2.5rem,4vw,3.25rem)}.about-wwa-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-wwa-intro__visual{border-radius:16px;overflow:hidden;border:1px solid rgba(34,30,97,.22);box-shadow:0 0 36px #221e611a}.about-wwa-intro__visual img{width:100%;height:380px;object-fit:cover;display:block}.about-wwa-strengths{--strength-slot: 154px;--strength-track-gap: 10px;--strength-shell-width: 154px;--strength-shell-h: 206px;--strength-shell-active-h: 228px;--strength-blue: #221E61;--strength-blue-glow: rgba(34, 30, 97, .22);--strength-blue-soft: rgba(34, 30, 97, .08);--strength-orange: #EF7C00;--strength-orange-glow: rgba(239, 124, 0, .28);--strength-orange-soft: rgba(239, 124, 0, .1);position:relative;overflow:hidden;content-visibility:visible;contain-intrinsic-size:auto;background:radial-gradient(ellipse at top,#dce3f7,#e8eaf3 34%,#f1eff0 72%,#eae4e1)}.about-wwa-strengths.section-pad{padding-top:clamp(2.5rem,4vw,3.25rem);padding-bottom:clamp(2.5rem,4vw,3.25rem)}.about-wwa-strengths__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;transform:translateZ(0)}.about-wwa-strengths__grid{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.about-wwa-strengths__glow{position:absolute;bottom:6%;width:46%;height:200px;border-radius:50%;filter:blur(90px);opacity:0}.about-wwa-strengths__glow--blue{left:2%;background:#5a76d652}.about-wwa-strengths__glow--orange{right:2%;background:#ef7c0042}.about-wwa-strengths__floor{position:absolute;left:0;right:0;bottom:0;height:42%;background:transparent}.about-wwa-strengths__content{position:relative;z-index:1}.about-wwa-strengths__head{text-align:center;margin-bottom:2.75rem}.about-wwa-strengths__viewport{position:relative;overflow:hidden;width:100%;max-width:calc(7 * var(--strength-slot) + 6 * var(--strength-track-gap));margin:0 auto;padding:1.5rem 0 3rem;mask-image:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%)}.about-wwa-strengths__track{display:flex;align-items:flex-end;justify-content:flex-start;gap:var(--strength-track-gap);width:max-content;transition:transform .85s cubic-bezier(.33,0,.2,1);will-change:transform;backface-visibility:hidden}.about-wwa-strengths__track--instant,.about-wwa-strengths__track--instant .about-wwa-strength-card,.about-wwa-strengths__track--instant .about-wwa-strength-card__shell{transition:none!important}.about-wwa-strength-card{position:relative;z-index:1;flex:0 0 var(--strength-slot);width:var(--strength-slot);min-height:calc(var(--strength-shell-active-h) + 4px);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:0;border:none;background:transparent;box-shadow:none;cursor:pointer;opacity:1;transform:none;transition:opacity .85s cubic-bezier(.33,0,.2,1);isolation:isolate}.about-wwa-strength-card:after{content:"";position:absolute;z-index:0;left:50%;bottom:-1.5rem;width:145%;height:5.5rem;pointer-events:none;opacity:0;transform:translate(-50%) scale(.8);background:radial-gradient(circle,rgba(239,124,0,.35) 0%,rgba(239,124,0,.12) 35%,transparent 70%);transition:opacity .85s cubic-bezier(.33,0,.2,1),transform .85s cubic-bezier(.33,0,.2,1)}.about-wwa-strength-card--active:after,.about-wwa-strength-card[data-distance="0"]:after{opacity:1;transform:translate(-50%) scale(1)}.about-wwa-strength-card[data-distance="1"]{z-index:2}.about-wwa-strength-card--active,.about-wwa-strength-card[data-distance="0"]{z-index:5}.about-wwa-strength-card--hidden{opacity:0;pointer-events:none;visibility:hidden}.about-wwa-strengths__track--instant .about-wwa-strength-card--hidden{transition:none!important}.about-wwa-strength-card__shell{position:relative;z-index:1;overflow:hidden;width:var(--strength-shell-width);max-width:100%;min-height:var(--strength-shell-active-h);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.2rem .85rem 1.05rem;border-radius:16px;background:radial-gradient(circle,rgba(33,32,91,.08) 0%,rgba(33,32,91,.03) 40%,transparent 70%);transform-origin:bottom center;transform:scale(.9);opacity:.88;backface-visibility:hidden;transition:transform .85s cubic-bezier(.33,0,.2,1),opacity .85s cubic-bezier(.33,0,.2,1),background-color .85s cubic-bezier(.33,0,.2,1),border-color .85s cubic-bezier(.33,0,.2,1),box-shadow .85s cubic-bezier(.33,0,.2,1)}.about-wwa-strength-card[data-tone=blue] .about-wwa-strength-card__shell,.about-wwa-strength-card[data-tone=orange] .about-wwa-strength-card__shell{box-shadow:inset 0 1px #ffffffe6,0 10px 26px #221e6124}.about-wwa-strength-card[data-tone=blue] .about-wwa-strength-card__shell{border:1px solid rgba(34,30,97,.18);background:linear-gradient(155deg,#fff,#f0f1fa,#e2e4f3)}.about-wwa-strength-card[data-tone=orange] .about-wwa-strength-card__shell{border:1px solid rgba(239,124,0,.22);background:linear-gradient(155deg,#fff,#fff6ec,#fce5d1)}.about-wwa-strength-card__glass{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:transparent;pointer-events:none}.about-wwa-strength-card[data-tone=blue] .about-wwa-strength-card__glass{background:radial-gradient(circle at 50% 5%,rgba(34,30,97,.11),transparent 55%)}.about-wwa-strength-card[data-tone=orange] .about-wwa-strength-card__glass{background:radial-gradient(circle at 50% 5%,rgba(239,124,0,.15),transparent 55%)}.about-wwa-strength-card__icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:.15rem;transition:color .65s cubic-bezier(.22,1,.36,1),filter .65s cubic-bezier(.22,1,.36,1)}.about-wwa-strength-card[data-tone=blue] .about-wwa-strength-card__icon{color:var(--strength-blue)}.about-wwa-strength-card[data-tone=orange] .about-wwa-strength-card__icon{color:var(--strength-orange)}.about-wwa-strength-card__icon svg{stroke-width:1.35}.about-wwa-strength-card__label{position:relative;z-index:1;font-family:var(--font-family);font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:center;color:#221e61;line-height:1.5;margin:.1rem 0 .15rem;transition:color .85s cubic-bezier(.33,0,.2,1)}.about-wwa-strength-card__rule{position:relative;z-index:1;display:block;width:2.25rem;height:2px;margin-top:.2rem;border-radius:999px;transition:background .65s cubic-bezier(.22,1,.36,1),width .65s cubic-bezier(.22,1,.36,1),box-shadow .65s cubic-bezier(.22,1,.36,1)}.about-wwa-strength-card[data-tone=blue] .about-wwa-strength-card__rule{background:var(--strength-blue)}.about-wwa-strength-card[data-tone=orange] .about-wwa-strength-card__rule{background:var(--strength-orange)}.about-wwa-strength-card[data-distance="1"] .about-wwa-strength-card__shell{transform:scale(.92);opacity:.95}.about-wwa-strength-card[data-distance="2"] .about-wwa-strength-card__shell{transform:scale(.9);opacity:.88}.about-wwa-strength-card[data-distance="3"] .about-wwa-strength-card__shell{transform:scale(.89);opacity:.8}.about-wwa-strength-card[data-distance="4"] .about-wwa-strength-card__shell{transform:scale(.88);opacity:.7}.about-wwa-strength-card--active .about-wwa-strength-card__shell,.about-wwa-strength-card[data-distance="0"] .about-wwa-strength-card__shell{transform:scale(1);opacity:1;border-color:#21205b;background:linear-gradient(155deg,#343582,#29296f 45%,#1c1b50);box-shadow:inset 0 1px #ffffff2e,inset 0 0 28px #6563c229,0 18px 36px #21205b57}.about-wwa-strength-card--active .about-wwa-strength-card__glass,.about-wwa-strength-card[data-distance="0"] .about-wwa-strength-card__glass{background:radial-gradient(circle at 50% 8%,rgba(255,255,255,.14),transparent 46%),linear-gradient(145deg,rgba(255,255,255,.08),transparent 58%)}.about-wwa-strength-card--active .about-wwa-strength-card__icon,.about-wwa-strength-card[data-distance="0"] .about-wwa-strength-card__icon{color:var(--strength-orange)}.about-wwa-strength-card--active .about-wwa-strength-card__label,.about-wwa-strength-card[data-distance="0"] .about-wwa-strength-card__label{color:#fff}.about-wwa-strength-card--active .about-wwa-strength-card__rule,.about-wwa-strength-card[data-distance="0"] .about-wwa-strength-card__rule{width:2.35rem}.about-wwa-strength-card--active .about-wwa-strength-card__rule,.about-wwa-strength-card[data-distance="0"] .about-wwa-strength-card__rule{background:var(--strength-orange)}.about-wwa-strengths__dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.1rem;padding-bottom:.75rem}.about-wwa-strengths__dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.about-wwa-strengths__dot--blue,.about-wwa-strengths__dot--orange{background:#221e6124}.about-wwa-strengths__dot--blue.about-wwa-strengths__dot--active,.about-wwa-strengths__dot--orange.about-wwa-strengths__dot--active{background:var(--strength-orange);transform:scale(1.25);box-shadow:0 0 8px #ef7c004d}.about-wwa-panel{background:linear-gradient(180deg,#fffffffa,#0b101efa);border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:clamp(3.25rem,5.5vw,4.5rem) clamp(2.25rem,4vw,3.25rem);box-shadow:inset 0 1px #ffffff0d,0 16px 48px #00000038}.about-wwa-flagship.section-pad{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(.65rem,1.5vw,1rem);background:linear-gradient(180deg,#fff,#fcfcfd)}.about-wwa-venues.section-pad{padding-top:clamp(.65rem,1.5vw,1rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.about-wwa-flagship__grid.about-wwa-panel{padding:clamp(2rem,3.2vw,2.5rem) clamp(1.75rem,3vw,2.25rem);background:linear-gradient(180deg,#f8f9fc,#f5f7fb);border:1px solid #E8ECF5;box-shadow:0 10px 30px #21205b0d}.about-wwa-flagship__grid{display:grid;grid-template-columns:minmax(0,32%) minmax(0,1fr);gap:clamp(1.5rem,2.8vw,2.25rem);align-items:stretch}.about-wwa-flagship__copy{display:flex;flex-direction:column;justify-content:flex-start;height:100%;max-width:none;padding-right:.5rem}.about-wwa-flagship__title{font-size:clamp(1.55rem,2.4vw,2rem);margin-bottom:1rem}.about-wwa-flagship__copy p{margin:0;font-size:.92rem;line-height:1.7;color:#221e61ad}.about-wwa-flagship__cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;align-self:stretch;height:100%;min-height:100%}.about-wwa-flagship-card{position:relative;min-width:0;height:100%;min-height:0;align-self:stretch;border-radius:10px;overflow:hidden;border:1px solid rgba(61,55,128,.28);box-shadow:inset 0 0 0 1px #ffffff0d,0 0 18px #221e611a;background:#fff;padding:0;cursor:pointer;text-align:left;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.about-wwa-flagship-card:hover{transform:translateY(-2px);border-color:#3d378080;box-shadow:inset 0 0 0 1px #ffffff14,0 8px 24px #221e6133}.about-wwa-flagship-card:focus-visible{outline:2px solid rgba(61,55,128,.85);outline-offset:2px}.about-wwa-flagship-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.88) brightness(.82)}.about-wwa-flagship-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(4,8,18,.96) 0%,rgba(4,8,18,.55) 28%,rgba(4,8,18,.12) 58%,transparent 100%);z-index:1}.about-wwa-flagship-card__name{position:absolute;left:0;right:0;bottom:0;padding:.85rem .5rem 1rem;font-family:var(--font-family);font-size:clamp(.5rem,.62vw,.58rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;text-align:center;z-index:2;pointer-events:none}.flagship-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2rem)}.flagship-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#040812e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.flagship-lightbox__panel{position:relative;z-index:1;width:min(1100px,100%);max-height:calc(100vh - 2rem);display:flex;flex-direction:column}.flagship-lightbox__close,.flagship-lightbox__nav{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(61,55,128,.35);background:#0a1020d1;color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.flagship-lightbox__close:hover,.flagship-lightbox__nav:hover{background:#1e3a8abf;border-color:#3d3780a6}.flagship-lightbox__close{top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;border-radius:999px;font-size:1.35rem}.flagship-lightbox__nav{top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;border-radius:999px;font-size:1.5rem}.flagship-lightbox__nav:hover{transform:translateY(-50%) scale(1.04)}.flagship-lightbox__nav--prev{left:.75rem}.flagship-lightbox__nav--next{right:.75rem}.flagship-lightbox__figure{margin:0;border-radius:14px;overflow:hidden;border:1px solid rgba(61,55,128,.35);box-shadow:0 24px 60px #00000073,0 0 40px #221e6126;background:#fff}.flagship-lightbox__figure img{display:block;width:100%;max-height:calc(100vh - 8rem);object-fit:contain;background:#050a14}.flagship-lightbox__caption{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;background:linear-gradient(180deg,#0a1020f5,#221e61fa);border-top:1px solid rgba(61,55,128,.2)}.flagship-lightbox__name{font-size:.95rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#fff}.flagship-lightbox__count{font-size:.82rem;color:#ffffffa6;white-space:nowrap}@media (max-width: 768px){.flagship-lightbox__nav{width:2.35rem;height:2.35rem;font-size:1.25rem}.flagship-lightbox__nav--prev{left:.35rem}.flagship-lightbox__nav--next{right:.35rem}.flagship-lightbox__caption{flex-direction:column;align-items:flex-start;gap:.35rem}}.about-wwa-venues{background:#fff}.about-wwa-venues__inner{position:relative;isolation:isolate;overflow:hidden;width:100%;text-align:center}.about-wwa-venues__inner.about-wwa-panel{padding:clamp(1.15rem,2vw,1.5rem) clamp(2rem,5vw,4rem);border:1px solid rgba(34,30,97,.18);border-radius:14px;background:linear-gradient(110deg,#302889,#221e61 52%,#211b60);box-shadow:0 10px 28px #21205b29}.about-wwa-venues__inner:before,.about-wwa-venues__inner:after{content:"";position:absolute;z-index:-1;width:112px;height:112px;pointer-events:none;opacity:0;background-size:16px 16px}.about-wwa-venues__inner:before{left:3rem;top:50%;transform:translateY(-50%);background-image:radial-gradient(circle,rgba(34,30,97,.18) 1.5px,transparent 1.8px);mask-image:radial-gradient(circle,#000 10%,transparent 72%);-webkit-mask-image:radial-gradient(circle,#000 10%,transparent 72%)}.about-wwa-venues__inner:after{right:2.5rem;bottom:1rem;background-image:radial-gradient(circle,rgba(239,124,0,.24) 1.5px,transparent 1.8px);mask-image:radial-gradient(circle,#000 10%,transparent 72%);-webkit-mask-image:radial-gradient(circle,#000 10%,transparent 72%)}.about-wwa-venues__content{position:relative;z-index:1;max-width:680px;margin:0 auto}.about-wwa-venues__content .about-wwa-label{font-size:.58rem;letter-spacing:.14em;margin-bottom:.45rem;gap:.35rem}.about-wwa-venues__content .about-wwa-label:before,.about-wwa-venues__content .about-wwa-label:after{width:16px;height:1.5px}.about-wwa-venues__content .about-wwa-title{font-size:clamp(1.2rem,2vw,1.6rem);margin-bottom:.45rem;line-height:1.2;color:#fff}.about-wwa-venues__content .about-wwa-divider{display:none}.about-wwa-venues__content p{max-width:620px;margin:0 auto .75rem;font-size:.74rem;line-height:1.5;color:#ffffffc2}.about-wwa-venues__btn.btn-primary{margin:0 auto;min-width:154px;padding:.58rem 1.3rem;border:0;border-radius:999px;background:linear-gradient(90deg,#ef7c00,#ff983f);box-shadow:0 7px 18px #ef7c003d;color:#fff;font-size:.7rem;letter-spacing:.04em}.about-wwa-venues__btn.btn-primary:hover{background:linear-gradient(90deg,#ff8d2b,#ffa354);box-shadow:0 9px 22px #ef7c004d}.about-wwa-edge{background:radial-gradient(circle at top right,rgba(34,30,97,.08),transparent 32%),radial-gradient(circle at bottom left,rgba(239,124,0,.06),transparent 28%),linear-gradient(180deg,#060a12fa,#04070e);border-top:1px solid rgba(255,255,255,.05)}.about-wwa-edge.section-pad{padding-top:clamp(2.5rem,4vw,3.25rem);padding-bottom:clamp(2.5rem,4vw,3.25rem)}.about-wwa-edge__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-wwa-orbit{position:relative;width:100%;max-width:520px;aspect-ratio:1;margin:0 auto;background:transparent}.about-wwa-orbit__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.about-wwa-orbit__core-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:112px;height:112px;border-radius:50%;padding:3px;background:conic-gradient(from 135deg,#7dd3fc,#3a367a 55deg,#3a367a 95deg,#ff9520 185deg,#ef7c00 235deg,#7dd3fc 360deg);box-shadow:0 0 22px #3d3780a6,0 0 44px #3d378047,0 0 22px #ef7c008c,0 0 48px #ef7c0038;z-index:3}.about-wwa-orbit__core-wrap:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:conic-gradient(from 135deg,#3d3780bf,#38bdf873,#ef7c00a6,#fb923c73,#3d3780bf 360deg);filter:blur(18px);opacity:.9;z-index:-1;pointer-events:none}.about-wwa-orbit__core{position:relative;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.16),transparent 42%),radial-gradient(circle at 68% 78%,rgba(239,124,0,.12),transparent 48%),radial-gradient(circle at 50% 50%,#0e1628e0,#060a12f5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 0 28px #3d37802e,inset 0 -18px 32px #ef7c0024,inset 0 2px 8px #ffffff0f}.about-wwa-orbit__handshake{width:2.45rem;height:2.45rem;color:var(--secondary);filter:drop-shadow(0 0 10px rgba(239,124,0,.65)) drop-shadow(0 0 14px rgba(61,55,128,.35))}.about-wwa-orbit-card{position:absolute;width:132px;min-height:108px;padding:.9rem .75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.55rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:14px;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);box-shadow:0 8px 32px #00000047,inset 0 1px #ffffff14;z-index:4;will-change:transform}.about-wwa-orbit-card__icon{display:flex;align-items:center;justify-content:center;font-size:1.45rem;color:var(--secondary);filter:drop-shadow(0 0 8px rgba(239,124,0,.45))}.about-wwa-orbit-card h4{font-size:.72rem;font-weight:700;color:var(--white);line-height:1.35;margin:0}.about-wwa-orbit-card--1{top:0;left:50%;animation:about-wwa-orbit-float-top 4.2s ease-in-out infinite}.about-wwa-orbit-card--2{top:50%;right:0;animation:about-wwa-orbit-float-right 4.8s ease-in-out infinite;animation-delay:.6s}.about-wwa-orbit-card--3{bottom:0;left:50%;animation:about-wwa-orbit-float-bottom 4.5s ease-in-out infinite;animation-delay:1.2s}.about-wwa-orbit-card--4{top:50%;left:0;animation:about-wwa-orbit-float-left 5s ease-in-out infinite;animation-delay:.3s}@keyframes about-wwa-orbit-float-top{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes about-wwa-orbit-float-right{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(8px)}}@keyframes about-wwa-orbit-float-bottom{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}@keyframes about-wwa-orbit-float-left{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(-8px)}}.about-wwa-page-body{background:radial-gradient(circle at top right,rgba(73,92,198,.08) 0%,rgba(73,92,198,.03) 18%,transparent 42%),radial-gradient(circle at bottom left,rgba(239,124,0,.06) 0%,rgba(239,124,0,.02) 20%,transparent 45%),radial-gradient(circle at center,rgba(33,32,91,.025) 0%,transparent 65%),linear-gradient(180deg,#fffdfb,#fafafd,#fff 70%,#f8f9fc)}.about-wwa-page-body .about-wwa-intro,.about-wwa-page-body .about-wwa-venues,.about-wwa-page-body .about-wwa-edge{background:transparent}.about-wwa-page-body .about-wwa-strengths__bg{display:none}.about-wwa-page-body .about-wwa-flagship__grid.about-wwa-panel{background:radial-gradient(circle at 0% 50%,rgba(73,92,198,.1) 0%,transparent 42%),radial-gradient(circle at 100% 50%,rgba(239,124,0,.09) 0%,transparent 40%),linear-gradient(120deg,#f2f4fd,#fafafd 48%,#fff5ed)}.about-wwa-page-body .about-wwa-venues__inner.about-wwa-panel{background:linear-gradient(110deg,#302889,#221e61 52%,#211b60)}.about-wwa-page-body .about-wwa-edge{border-top-color:#e8ecf5}.about-wwa-page-body .about-wwa-edge .about-wwa-title{color:#221e61}.about-wwa-page-body .about-wwa-edge__copy p{color:#221e61ad}.about-wwa-page-body .about-wwa-orbit-card{background:#fff;border-color:#221e611f;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 8px 26px #221e611a,inset 0 1px #ffffffe6}.about-wwa-page-body .about-wwa-orbit-card h4{color:#221e61}@media (max-width: 1024px){.about-wwa-hero__grid,.about-wwa-intro__grid,.about-wwa-flagship__grid,.about-wwa-edge__grid{grid-template-columns:1fr;gap:2.5rem}.about-wwa-flagship__grid{grid-template-columns:1fr;gap:2rem}.about-wwa-flagship__copy{padding-right:0}.about-wwa-flagship__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));height:auto;align-self:auto}.about-wwa-flagship-card{min-width:0;min-height:220px;height:auto;aspect-ratio:4 / 5;align-self:auto}.about-wwa-hero__img,.about-wwa-intro__visual img{height:300px}.about-page-hero__bg-img,.team-page-hero__bg-img{width:100%;-webkit-mask-image:none;mask-image:none}.about-wwa-orbit{max-width:380px}.about-wwa-strengths{--strength-slot: 140px}}@media (max-width: 640px){.about-wwa-strengths{--strength-slot: 126px;--strength-track-gap: 8px;--strength-shell-width: 126px;--strength-shell-h: 178px;--strength-shell-active-h: 196px}.about-wwa-strengths__viewport{max-width:calc(5 * var(--strength-slot) + 4 * var(--strength-track-gap))}.about-wwa-strength-card__shell{gap:.9rem;padding:1.1rem .6rem 1rem}.about-wwa-strength-card__icon{font-size:1.8rem}.about-wwa-strength-card__label{font-size:.58rem}.about-wwa-flagship-card{min-width:0}.about-wwa-flagship__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.about-wwa-flagship-card__name{font-size:.65rem}.about-wwa-orbit{max-width:300px}.about-wwa-orbit-card{width:96px;min-height:84px;padding:.55rem .4rem}.about-wwa-hero__img,.about-wwa-intro__visual img{height:230px}.about-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.about-wwa-orbit-card h4{font-size:.65rem}.about-wwa-orbit-card__icon{font-size:1.2rem}.about-wwa-orbit__core-wrap{width:92px;height:92px}.about-wwa-orbit__handshake{width:2rem;height:2rem}}.about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-intro-visual{position:relative;border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(255,255,255,.08)}.about-intro-img{width:100%;height:380px;object-fit:cover;display:block;filter:brightness(.85)}.about-intro-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(34,30,97,.9) 0%,transparent 100%);padding:1.5rem}.about-intro-overlay span{color:var(--white);font-family:var(--font-heading);font-size:.85rem;font-weight:700;letter-spacing:.04em}.expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.expertise-item{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid rgba(34,30,97,.05);border-radius:var(--radius-md);padding:1.1rem 1.25rem;transition:var(--transition)}.expertise-item:hover{background:#ef7c000f;border-color:#ef7c0033;transform:translate(4px)}.expertise-item:hover .expertise-arrow{color:var(--secondary)}.expertise-num{font-family:var(--font-heading);font-size:.75rem;font-weight:800;color:var(--secondary);flex-shrink:0;min-width:28px}.expertise-text{font-family:var(--font-heading);font-size:.85rem;font-weight:600;color:#221e61;flex:1}.expertise-arrow{color:#221e614d;font-size:.8rem;transition:var(--transition-fast)}.about-impact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.platform-list{margin-top:1.25rem;display:flex;flex-direction:column;gap:.6rem}.platform-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.88rem;color:#221e619e}.platform-icon{color:var(--secondary);font-size:.9rem;flex-shrink:0;margin-top:.2rem}.about-distinctive-section{background:radial-gradient(circle at top right,rgba(34,30,97,.12),transparent 30%),radial-gradient(circle at bottom left,rgba(239,124,0,.1),transparent 28%),linear-gradient(180deg,#080c16f5,#221e61);border-top:1px solid rgba(34,30,97,.04);border-bottom:1px solid rgba(34,30,97,.04)}.distinctive-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.distinctive-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.distinctive-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:var(--transition)}.distinctive-card:hover{background:#ffffff12;border-color:#ffffff26}.distinctive-icon{width:42px;height:42px;background:#ef7c0026;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--secondary);font-size:1.1rem;flex-shrink:0}.about-distinctive-section .divider{background:linear-gradient(90deg,var(--secondary),rgba(255,255,255,.18))}.team-showcase{background:radial-gradient(circle at 8% 5%,rgba(34,30,97,.12),transparent 34%),radial-gradient(circle at 92% 94%,rgba(239,124,0,.11),transparent 32%),linear-gradient(180deg,#fbfafe,#f0edf8 58%,#f7eee9)}.team-showcase.section-pad{padding-top:clamp(2.5rem,4vw,3.25rem)}.team-showcase__intro{margin-bottom:2.75rem}.team-category{margin-bottom:3rem}.team-category:last-child{margin-bottom:0}.team-category__header{margin-bottom:1.35rem}.team-category__accent{display:inline-block;font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--secondary);margin-bottom:.55rem}.team-category__title{font-family:var(--font-heading);font-size:clamp(1.15rem,2vw,1.45rem);font-weight:700;color:#221e61;margin-bottom:.65rem}.team-category__divider{width:3.5rem;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--secondary),rgba(34,30,97,.55))}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.team-flip-card{perspective:1000px;height:340px;outline:none;cursor:pointer}.team-flip-card__inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,.2,.2,1)}.team-flip-card:hover .team-flip-card__inner,.team-flip-card:focus-within .team-flip-card__inner{transform:rotateY(180deg)}.team-flip-card__face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:16px;overflow:hidden}.team-flip-card__front{display:flex;flex-direction:column;background:linear-gradient(165deg,#0c1426f2,#050b18fa);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #00000059,inset 0 1px #ffffff0f;transition:box-shadow .7s ease,border-color .7s ease}.team-flip-card:hover .team-flip-card__front,.team-flip-card:focus-within .team-flip-card__front{border-color:#221e6140;box-shadow:0 8px 32px #00000073,0 0 0 1px #ff8a3d1f,0 0 28px #221e611f}.team-flip-card__photo{position:relative;flex:0 0 75%;overflow:hidden}.team-flip-card__img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;filter:brightness(.92);transition:transform .7s cubic-bezier(.4,.2,.2,1)}.team-flip-card:hover .team-flip-card__img{transform:scale(1.04)}.team-flip-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 35%,rgba(34,30,97,.14),transparent 52%),linear-gradient(180deg,#162038f2,#0a101efa)}.team-flip-card__placeholder-icon{width:4.5rem;height:4.5rem;color:#94a3b86b;filter:drop-shadow(0 0 12px rgba(34,30,97,.15))}.team-flip-card__photo-shine{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 55%,rgba(5,11,24,.55) 100%);pointer-events:none}.team-flip-card__front-info{flex:1;display:flex;flex-direction:column;justify-content:center;padding:.65rem 1rem .25rem;text-align:center}.team-flip-card__name{font-family:var(--font-heading);font-size:.92rem;font-weight:700;color:var(--white);margin-bottom:.2rem;line-height:1.25}.team-flip-card__title{font-family:var(--font-heading);font-size:.65rem;font-weight:600;letter-spacing:.04em;color:var(--secondary);line-height:1.4;margin:0;white-space:pre-line}.team-flip-card__hint{display:block;padding:0 .75rem .55rem;text-align:center;font-size:.55rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff47;transition:opacity .3s ease}.team-flip-card__linkedin{position:absolute;right:.65rem;bottom:.55rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#0a66c2eb;color:#fff;font-size:.82rem;border:1px solid rgba(255,255,255,.18);box-shadow:0 4px 14px #00000059;transition:transform .22s cubic-bezier(.22,1,.36,1),background .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1)}.team-flip-card__linkedin:hover{transform:translate3d(0,-1px,0) scale(1.06);background:#0a66c2;box-shadow:0 6px 18px #0a66c259}.team-flip-card__linkedin:focus-visible{outline:2px solid rgba(61,55,128,.85);outline-offset:2px}.team-flip-card:hover .team-flip-card__hint,.team-flip-card:focus-within .team-flip-card__hint{opacity:0}.team-flip-card__back{transform:rotateY(180deg);background:radial-gradient(circle at 100% 0%,rgba(239,124,0,.11),transparent 38%),radial-gradient(circle at 0% 100%,rgba(34,30,97,.09),transparent 42%),linear-gradient(155deg,#fff,#f4f2fc);border:1px solid rgba(34,30,97,.16);box-shadow:0 12px 32px #221e6124,inset 0 1px #ffffffe6}.team-flip-card__back .team-flip-card__linkedin{right:.75rem;bottom:.7rem}.team-flip-card__back-glow{position:absolute;top:-30%;right:-20%;width:70%;height:70%;background:radial-gradient(circle,rgba(239,124,0,.12),transparent 70%);pointer-events:none}.team-flip-card__back-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;padding:1rem 1rem 2.35rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,138,61,.35) transparent}.team-flip-card__back-content::-webkit-scrollbar{width:4px}.team-flip-card__back-content::-webkit-scrollbar-thumb{background:#ff8a3d59;border-radius:4px}.team-flip-card__back-header{margin-bottom:.6rem;padding-bottom:.6rem;border-bottom:1px solid rgba(34,30,97,.12)}.team-flip-card__back-header .team-flip-card__name{font-size:.85rem;text-align:left;color:#221e61}.team-flip-card__back-header .team-flip-card__title{text-align:left}.team-flip-card__bio{font-size:.74rem;color:#221e61c2;line-height:1.55;margin-bottom:.75rem;flex:1}.team-flip-card__tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:auto}.team-flip-card__tag{display:inline-block;font-family:var(--font-heading);font-size:.56rem;font-weight:600;letter-spacing:.03em;padding:.24rem .5rem;border-radius:var(--radius-full);background:#221e6114;color:#221e61;border:1px solid rgba(34,30,97,.16);white-space:nowrap}@media (max-width: 1024px){.team-grid{grid-template-columns:repeat(2,1fr);gap:1.1rem}.team-flip-card{height:320px}}@media (max-width: 640px){.team-grid{grid-template-columns:1fr;gap:1rem;max-width:300px;margin:0 auto}.team-flip-card{height:300px}.team-category{margin-bottom:2.25rem}}@media (prefers-reduced-motion: reduce){.team-flip-card__inner,.team-flip-card__img{transition:none}.about-wwa-strengths__track,.about-wwa-strength-card,.about-wwa-strength-card__shell{transition:none!important}}@media (max-width: 1024px){.about-intro-grid,.about-impact-grid,.distinctive-grid{grid-template-columns:1fr;gap:2.5rem}.expertise-grid{grid-template-columns:1fr}.distinctive-cards{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.about-tabs .about-tab{padding:.85rem 1.25rem;font-size:.78rem}.distinctive-cards{grid-template-columns:1fr}}.page-hero.gov-page-hero{position:relative;isolation:isolate;background:#221e61;min-height:clamp(420px,58vh,560px);padding:7.5rem 0 4.75rem;overflow:hidden}.page-hero.gov-page-hero:before,.page-hero.gov-page-hero:after{display:none}.gov-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#221e61}.gov-page-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(34,30,97,.94) 0%,rgba(34,30,97,.82) 28%,rgba(34,30,97,.45) 52%,rgba(34,30,97,.18) 72%,transparent 100%);pointer-events:none}.gov-page-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.page-hero.gov-page-hero .page-hero-content{position:relative;z-index:2}.gov-page-hero__title{max-width:640px}.gov-page-hero__title span{display:block}.gov-page-section{position:relative;background:#fff}.gov-page-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:none}.gov-sections{position:relative;z-index:1;display:flex;flex-direction:column;gap:2.75rem}.gov-section-block{display:flex;flex-direction:column;gap:1.35rem}.gov-section-head{display:flex;align-items:center;gap:1rem}.gov-section-head__label{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.gov-section-head__dots{display:flex;align-items:center;gap:5px}.gov-section-head__dots i{display:block;width:5px;height:5px;border-radius:50%;background:#ef7c00;box-shadow:none}.gov-section-head__title{font-family:var(--font-family);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#ef7c00;white-space:nowrap}.gov-section-head__line{flex:1;height:1px;background:linear-gradient(90deg,#cdd4e5,#e7eaf2)}.gov-section-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gov-section-item{position:relative;min-height:190px;padding:1.25rem 1.15rem 1.35rem;border-radius:12px;border:1px solid #E8ECF5;background:linear-gradient(180deg,#fff,#fcfcfd);box-shadow:0 8px 24px #21205b12;overflow:hidden;transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s cubic-bezier(.22,1,.36,1);clip-path:none}.gov-section-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.gov-section-item--blue{border-color:#e3e7f3;box-shadow:inset 0 0 30px #4c63dc06,0 8px 24px #21205b14}.gov-section-item--orange{border-color:#f3e5dc;box-shadow:inset 0 0 30px #ef7c0006,0 8px 24px #7b482712}.gov-section-item--blue:before{background:radial-gradient(circle at 0% 0%,rgba(92,111,232,.055),transparent 48%)}.gov-section-item--orange:before{background:radial-gradient(circle at 0% 0%,rgba(239,124,0,.06),transparent 48%)}.gov-section-item__sheen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:1}.gov-section-item--blue .gov-section-item__sheen{background:linear-gradient(135deg,rgba(238,241,255,.55),transparent 46%)}.gov-section-item--orange .gov-section-item__sheen{background:linear-gradient(135deg,rgba(255,245,238,.58),transparent 46%)}.gov-section-item__notch{display:none}.gov-section-item__notch--tl{top:0;border-top:1.5px solid;border-left:1.5px solid;clip-path:polygon(0 0,100% 0,0 100%)}.gov-section-item__notch--bl{bottom:0;border-bottom:1.5px solid;border-left:1.5px solid;clip-path:polygon(0 0,0 100%,100% 100%)}.gov-section-item--blue .gov-section-item__notch{border-color:#3d378073}.gov-section-item--orange .gov-section-item__notch{border-color:#fb923c73}.gov-section-item__inner{position:relative;z-index:1;display:flex;align-items:flex-start;gap:1rem}.gov-section-item:hover{transform:translate3d(0,-3px,0)}.gov-section-item--blue:hover{box-shadow:inset 0 0 30px #4c63dc09,0 13px 30px #21205b1f}.gov-section-item--orange:hover{box-shadow:inset 0 0 30px #ef7c0009,0 13px 30px #7b48271c}.gov-section-item__glow-bar{display:none}.gov-section-item--blue .gov-section-item__glow-bar{background:linear-gradient(180deg,transparent 0%,rgba(147,197,253,.7) 15%,#3A367A 50%,rgba(147,197,253,.7) 85%,transparent 100%)}.gov-section-item--orange .gov-section-item__glow-bar{background:linear-gradient(180deg,transparent 0%,rgba(253,186,116,.7) 15%,#FF9520 50%,rgba(253,186,116,.7) 85%,transparent 100%)}.gov-section-item__hex{position:relative;display:flex;align-items:center;justify-content:center;width:58px;height:66px;margin-left:0;flex-shrink:0}.gov-section-item__hex-shape{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.gov-section-item__hex-fill{stroke:none}.gov-section-item--blue .gov-section-item__hex-fill{fill:#6477eb06}.gov-section-item--orange .gov-section-item__hex-fill{fill:#ef7c0006}.gov-section-item__hex-stroke{fill:none;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke;filter:none}.gov-section-item--blue .gov-section-item__hex-stroke{stroke:#7184f4}.gov-section-item--orange .gov-section-item__hex-stroke{stroke:#ff914d}.gov-section-item__hex--blue{color:#5269e8;filter:none}.gov-section-item__hex--orange{color:#ef7c00;filter:none}.gov-section-item__hex-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;font-size:1.35rem;color:inherit}.gov-section-item__hex-icon svg,.gov-chevron-item__icon-inner svg{stroke:currentColor;stroke-width:1.5;fill:none}.gov-section-item__body{position:relative;z-index:1;min-width:0;padding-top:.1rem}.gov-section-item__body h3{margin:0;font-family:var(--font-family);font-size:.98rem;font-weight:700;line-height:1.32;color:#221e61}.gov-section-item__rule{display:block;width:1.45rem;height:2px;margin:.5rem 0 .65rem;border-radius:2px}.gov-section-item--blue .gov-section-item__rule{background:#687cf0;box-shadow:none}.gov-section-item--orange .gov-section-item__rule{background:#ef7c00;box-shadow:none}.gov-section-item__body p{margin:0;font-size:.76rem;line-height:1.62;color:#221e61ad}.gov-section-item__dotgrid{position:absolute;left:1rem;bottom:.8rem;display:grid;grid-template-columns:repeat(4,2px);grid-template-rows:repeat(3,2px);gap:5px 6px;pointer-events:none;z-index:0}.gov-section-item__dotgrid span{width:2px;height:2px;border-radius:50%}.gov-section-item__dotgrid span:nth-child(n+13){display:none}.gov-section-item--blue .gov-section-item__dotgrid span{background:#5269e86b}.gov-section-item--orange .gov-section-item__dotgrid span{background:#ef7c006b}.gov-section-item__dotgrid span:nth-child(4n){opacity:.45}.gov-section-item__dotgrid span:nth-child(4n+2){opacity:.55}.gov-section-item__dotgrid span:nth-child(4n+1),.gov-section-item__dotgrid span:nth-child(4n+3){opacity:.65}.gov-chevron-flow{display:flex;align-items:stretch;gap:.35rem;width:100%}.gov-chevron-item{position:relative;isolation:isolate;flex:1;min-width:0;min-height:160px;padding:1.45rem 2rem 1.35rem 1.25rem;background:transparent;border:0;overflow:visible;transition:box-shadow .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.gov-chevron-item:after{display:none}.gov-chevron-item__background{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;overflow:visible;pointer-events:none;filter:drop-shadow(0 7px 14px rgba(33,32,91,.06))}.gov-chevron-item__background polygon{transition:fill .3s ease}.gov-chevron-item:hover{transform:translateY(-5px);box-shadow:none}.gov-chevron-item:hover .gov-chevron-item__background polygon{fill:#fff}.gov-chevron-item--blue,.gov-chevron-item--orange{background:transparent}.gov-chevron-item--pos-1{z-index:3;padding-right:2.75rem}.gov-chevron-item--pos-1:before{display:none}.gov-chevron-item--pos-2{z-index:2;padding-left:2.65rem;padding-right:2.75rem;margin-left:0}.gov-chevron-item--pos-2:before{display:none}.gov-chevron-item--pos-3{z-index:1;padding-left:2.65rem;padding-right:2.75rem;margin-left:0}.gov-chevron-item__inner{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:flex-start}.gov-chevron-item__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;flex-shrink:0;background:transparent}.gov-chevron-item__icon--blue,.gov-chevron-item__icon--orange{color:#221e61;border:1px solid #B8C4E7;box-shadow:none}.gov-chevron-item__icon-inner{display:flex;align-items:center;justify-content:center;font-size:1.45rem;color:inherit}.gov-chevron-item__icon-inner svg{stroke:currentColor;stroke-width:1.5;fill:none}.gov-chevron-item__body{min-width:0}.gov-chevron-item__body h3{margin:0 0 .45rem;font-family:var(--font-family);font-size:clamp(.9rem,1.15vw,1.02rem);font-weight:700;line-height:1.28;color:#221e61}.gov-chevron-item__rule{display:block;width:1.5rem;height:2px;margin-bottom:.55rem;border-radius:2px;background:#536ce2}.gov-chevron-item--orange .gov-chevron-item__rule{background:#536ce2}.gov-chevron-item__body p{margin:0;font-size:.76rem;line-height:1.55;color:#221e61ad}.gov-chevron-item__dotgrid{position:absolute;left:1.25rem;bottom:.9rem;display:grid;grid-template-columns:repeat(4,2px);grid-template-rows:repeat(3,2px);gap:5px 6px;pointer-events:none;z-index:1}.gov-chevron-item--blue .gov-chevron-item__dotgrid span,.gov-chevron-item--orange .gov-chevron-item__dotgrid span{background:#536ce261}.gov-chevron-item__dotgrid span{width:2px;height:2px;border-radius:50%;opacity:.55}.gov-chevron-item__dotgrid span:nth-child(n+13){display:none}.gov-chevron-item__joint{display:none}.gov-chevron-item__joint--top{top:28%;transform:translateY(-50%)}.gov-chevron-item__joint--bottom{bottom:28%;transform:translateY(50%)}@media (max-width: 1024px){.gov-section-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.gov-chevron-flow{flex-direction:column;gap:.75rem}.gov-chevron-item,.gov-chevron-item--pos-1,.gov-chevron-item--pos-2,.gov-chevron-item--pos-3{clip-path:none;margin-left:0;padding:1.25rem 1.35rem;border-radius:14px;background:#eef2ff;border:1px solid #DCE5F7}.gov-chevron-item__background{display:none}.gov-chevron-item--pos-1:before,.gov-chevron-item--pos-2:before{display:none}.gov-chevron-item__joint{display:none}}@media (max-width: 640px){.gov-sections{gap:2.25rem}.gov-section-cards{grid-template-columns:1fr}.gov-section-head__title{font-size:.7rem;letter-spacing:.12em;white-space:normal}.gov-section-head__line{min-width:2rem}.gov-section-item{min-height:auto;padding:1.15rem 1rem}.gov-section-item__inner{gap:.9rem}.gov-section-item__hex{width:54px;height:62px}}.leader-page.section-pad{position:relative;background:radial-gradient(circle at 14% 0%,rgba(37,99,235,.08),transparent 34%),radial-gradient(circle at 88% 100%,rgba(239,124,0,.06),transparent 30%),var(--bg);padding-top:calc(var(--navbar-height, 90px) + 1.35rem);padding-bottom:clamp(4rem,8vw,6rem)}.leader-page__inner{max-width:980px}.breadcrumb.leader-page__breadcrumb{margin-bottom:1.5rem;color:#ef7c00;font-weight:600}.breadcrumb.leader-page__breadcrumb a{color:#ef7c00}.breadcrumb.leader-page__breadcrumb a:hover{color:#d46e00}.breadcrumb.leader-page__breadcrumb span{color:#ef7c00}.leader-spotlight__header{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}.leader-spotlight__eyebrow{margin:0 0 .85rem;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--secondary-light)}.leader-spotlight__name{margin:0;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;line-height:1.05;letter-spacing:.04em;text-transform:uppercase;color:#221e61}.leader-spotlight__role{margin:.85rem 0 0;font-size:clamp(.82rem,1.5vw,.95rem);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-light)}.leader-spotlight__role span{display:block}.leader-spotlight__role span+span{margin-top:.35rem;color:var(--secondary)}.leader-spotlight__rule{display:block;width:min(420px,72%);height:2px;margin:1.35rem auto 0;border-radius:999px;background:linear-gradient(90deg,transparent,var(--secondary),transparent)}.leader-spotlight__rule--wide{width:100%;margin:.85rem 0 1.75rem;background:linear-gradient(90deg,var(--secondary),rgba(239,124,0,.35),transparent)}.leader-spotlight__intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:start;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.leader-spotlight__copy p{margin:0 0 1.1rem;color:#221e61b8;font-size:clamp(.92rem,1.2vw,1rem);line-height:1.82}.leader-spotlight__copy p:last-child{margin-bottom:0}.leader-spotlight__lead{position:relative}.leader-dropcap{float:left;margin:.08rem .45rem 0 0;font-size:3.4rem;line-height:.82;font-weight:800;color:var(--secondary-light);text-transform:uppercase}.leader-spotlight__photo{margin:0;padding:1px;border-radius:6px;background:linear-gradient(145deg,#3d37808c,#ef7c008c);box-shadow:0 20px 48px #00000061}.leader-spotlight__photo img{display:block;width:100%;min-height:360px;object-fit:cover;object-position:top center;border-radius:5px;background:#221e61}.leader-section-title{margin:0;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#221e61}.leader-expertise{margin-bottom:clamp(2.5rem,5vw,3.5rem)}.leader-expertise__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 2.5rem}.leader-expertise__item h3{position:relative;margin:0 0 .35rem;padding-left:1rem;font-size:.92rem;font-weight:700;line-height:1.45;color:#221e61}.leader-expertise__item h3:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--secondary);box-shadow:0 0 8px #ef7c0073}.leader-expertise__item p{margin:0 0 0 1rem;font-size:.84rem;line-height:1.65;color:#221e61ad}.leader-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.leader-panel{padding:1.5rem 1.6rem 1.65rem;border-radius:var(--radius-lg);border:1px solid rgba(34,30,97,.1);background:#fff;box-shadow:0 12px 28px #221e6114;backdrop-filter:none;-webkit-backdrop-filter:none}.leader-panel__title{margin:0;font-size:.95rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#221e61}.leader-panel__subtitle{margin:.35rem 0 0;font-size:.88rem;font-style:italic;color:var(--secondary-light)}.leader-panel__rule{display:block;width:100%;height:1px;margin:.9rem 0 1rem;background:linear-gradient(90deg,var(--secondary),rgba(239,124,0,.2))}.leader-panel__intro{margin:0 0 .85rem;font-size:.88rem;line-height:1.7;color:#221e61b8}.leader-panel__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.leader-panel__list li{position:relative;padding-left:1.1rem;font-size:.86rem;line-height:1.55;color:#221e61c7}.leader-panel__list--dash li:before{content:"–";position:absolute;left:0;color:var(--secondary-light);font-weight:700}.leader-panel__list--ring li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border:1.5px solid var(--secondary-light);border-radius:50%;background:transparent}.leader-philosophy{margin-bottom:clamp(2rem,4vw,2.75rem)}.leader-philosophy__quote{margin:0;padding:.25rem 0 .25rem 1.35rem;border-left:4px solid var(--primary);font-size:clamp(.95rem,1.4vw,1.05rem);font-style:italic;line-height:1.85;color:#221e61b8}.leader-future{padding:1.5rem 1.6rem;margin-bottom:2rem;border-radius:var(--radius-lg);border:1px solid rgba(34,30,97,.1);background:#fff;box-shadow:0 12px 28px #221e6114}.leader-future p{margin:0;font-size:.92rem;line-height:1.8;color:#221e61b8}.leader-future strong{color:#221e61;font-weight:800;letter-spacing:.08em;text-transform:uppercase}@media (max-width: 900px){.leader-spotlight__intro{grid-template-columns:1fr}.leader-spotlight__photo{max-width:380px;margin:0 auto}.leader-spotlight__photo img{min-height:320px}.leader-panels{grid-template-columns:1fr}}@media (max-width: 640px){.leader-expertise__grid{grid-template-columns:1fr;gap:1.1rem}.leader-dropcap{font-size:2.8rem}.leader-spotlight__photo img{min-height:240px}.leader-spotlight__role{overflow-wrap:break-word}}.page-hero.cap-page-hero{background:none}.page-hero.cap-page-hero:before,.page-hero.cap-page-hero:after{display:none}.cap-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#221e61}.cap-page-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#221e61,#221e61 18%,#221e61fa 30%,#221e61eb 38%,#221e61c7 48%,#221e618c 60%,#221e6152,#221e6129 88%,#221e611a);pointer-events:none}.cap-page-hero__bg-img{width:72%;height:100%;margin-left:auto;object-fit:cover;object-position:center;display:block;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 8%,rgba(0,0,0,.55) 18%,rgba(0,0,0,.85) 30%,#000 48%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 8%,rgba(0,0,0,.55) 18%,rgba(0,0,0,.85) 30%,#000 48%,#000 100%)}.page-hero.cap-page-hero .page-hero-content{position:relative;z-index:2}.cap-page-hero__title{max-width:720px}.cap-page-hero__rule{display:block;width:3.5rem;height:4px;margin-top:1.35rem;border-radius:2px;background:linear-gradient(90deg,#ef7c00,#ff9520);transform-origin:left center}.cap-features{position:relative;background:radial-gradient(circle at 10% 12%,rgba(37,99,235,.06),transparent 34%),radial-gradient(circle at 90% 88%,rgba(239,124,0,.05),transparent 30%),#fbf9fc}.cap-features__head{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:3rem;width:100%}.cap-features__head-side{display:flex;align-items:center;gap:.55rem;flex:1;min-width:0}.cap-features__head-side--left{justify-content:flex-end}.cap-features__head-side--right{justify-content:flex-start}.cap-features__head-line{flex:1;max-width:clamp(4rem,14vw,11rem);height:1px;border-radius:999px}.cap-features__head-side--left .cap-features__head-line{background:linear-gradient(90deg,transparent 0%,rgba(239,124,0,.2) 35%,rgba(239,124,0,.85) 100%)}.cap-features__head-side--right .cap-features__head-line{background:linear-gradient(90deg,rgba(239,124,0,.85) 0%,rgba(239,124,0,.2) 65%,transparent 100%)}.cap-features__head-diamond{width:7px;height:7px;flex-shrink:0;background:#ef7c00;transform:rotate(45deg);box-shadow:0 0 10px #ef7c008c}.cap-features__head-chevron{flex-shrink:0;color:#ef7c00;font-size:1.05rem;font-weight:700;line-height:1;text-shadow:0 0 10px rgba(239,124,0,.45)}.cap-features__head h2{margin:0;flex-shrink:0;font-family:var(--font-family);font-size:clamp(.82rem,1.2vw,.95rem);font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#221e61;white-space:nowrap}.cap-features__list{display:flex;flex-direction:column;gap:1.5rem}.cap-feature-row{--cap-row-height: 340px;position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:1rem;align-items:stretch;min-height:var(--cap-row-height);height:var(--cap-row-height);padding:.75rem;border-radius:20px;border:1px solid rgba(82,105,232,.13);background:linear-gradient(110deg,#e4e8fa,#f3f4fa 44%,#fcfcfd);box-shadow:0 10px 28px #221e6117;overflow:hidden}.cap-feature-row:nth-child(2n){border-color:#ef7c0029;background:linear-gradient(250deg,#f8ddca,#f8ece4 42%,#fcfbfa)}.cap-feature-row:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 0% 50%,rgba(82,105,232,.09),transparent 45%);pointer-events:none;z-index:0}.cap-feature-row--reverse:before{background:radial-gradient(circle at 100% 50%,rgba(239,124,0,.1),transparent 45%)}.cap-feature-row:after{content:"";position:absolute;z-index:0;left:1rem;bottom:.85rem;width:58px;height:28px;opacity:.55;pointer-events:none;background-image:radial-gradient(circle,rgba(82,105,232,.5) 1.2px,transparent 1.5px);background-size:10px 10px}.cap-feature-row:nth-child(2n):after{left:auto;right:1rem;background-image:radial-gradient(circle,rgba(239,124,0,.55) 1.2px,transparent 1.5px)}.cap-feature-row--reverse .cap-feature-row__content{order:2}.cap-feature-row--reverse .cap-feature-row__media{order:1}.cap-feature-row__content{position:relative;z-index:1;display:flex;align-items:center;min-width:0;min-height:0;height:100%;padding:.75rem clamp(1rem,2.5vw,2rem)}.cap-feature-row__media{position:relative;z-index:1;min-width:0;min-height:0;height:100%;border-radius:16px;overflow:hidden;border:1px solid rgba(34,30,97,.08);box-shadow:0 6px 18px #221e611a;isolation:isolate}.cap-feature-row__media img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transform:scale(1.03) translateZ(0);backface-visibility:hidden;will-change:transform;transition:transform .85s cubic-bezier(.22,1,.36,1)}.cap-feature-row:hover .cap-feature-row__media img,.cap-feature-row__media:hover img{transform:scale(1.08) translateZ(0)}.cap-feature-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:clamp(.85rem,1.5vw,1.25rem);width:100%;min-height:0}.cap-feature-card__hex{position:relative;width:clamp(56px,5.5vw,68px);height:clamp(64px,6.2vw,78px);flex-shrink:0}.cap-feature-card__hex-shape{width:100%;height:100%}.cap-feature-card__hex-fill{fill:#5269e812}.cap-feature-card__hex-stroke{fill:none;stroke:#5269e87a;stroke-width:1.5;filter:none}.cap-feature-card__hex-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#221e61;font-size:clamp(1.2rem,1.9vw,1.55rem)}.cap-feature-card__hex-icon svg{stroke:currentColor;stroke-width:.25}.cap-feature-card__body{min-width:0}.cap-feature-card__body h3{margin:0 0 .9rem;font-family:var(--font-family);font-size:clamp(1.08rem,1.9vw,1.42rem);font-weight:800;line-height:1.28;color:#221e61}.cap-feature-card__body h3:after{content:"";display:block;width:2.4rem;height:3px;margin-top:.55rem;border-radius:999px;background:#5269e8}.cap-feature-row:nth-child(2n) .cap-feature-card__hex-fill{fill:#ef7c0014}.cap-feature-row:nth-child(2n) .cap-feature-card__hex-stroke{stroke:#ef7c0094}.cap-feature-row:nth-child(2n) .cap-feature-card__hex-icon{color:#ef7c00}.cap-feature-row:nth-child(2n) .cap-feature-card__body h3:after{background:#ef7c00}.cap-feature-card__body p{margin:0;font-size:clamp(.92rem,1.25vw,1.08rem);line-height:1.65;color:#221e61ad;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1024px){.cap-page-hero__bg-img{width:100%;-webkit-mask-image:none;mask-image:none}.cap-feature-row{--cap-row-height: auto;grid-template-columns:1fr;height:auto;min-height:0;padding:1.15rem}.cap-feature-row__content{padding:.35rem .25rem .5rem}.cap-feature-row--reverse .cap-feature-row__content,.cap-feature-row--reverse .cap-feature-row__media{order:unset}.cap-feature-row__media{height:280px}.cap-feature-card__body p{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}}@media (max-width: 640px){.cap-features__head{gap:.45rem;margin-bottom:2.25rem}.cap-features__head-side{gap:.35rem}.cap-features__head-line{max-width:2.5rem}.cap-features__head-diamond{width:5px;height:5px}.cap-features__head-chevron{font-size:.85rem}.cap-features__head h2{white-space:normal;text-align:center;letter-spacing:.12em;font-size:clamp(.72rem,3.4vw,.88rem)}.cap-feature-card{grid-template-columns:auto 1fr;gap:.9rem}.cap-feature-card__body h3{font-size:clamp(1.02rem,4.2vw,1.22rem)}.cap-feature-card__body p{font-size:clamp(.88rem,3.6vw,1rem)}.cap-feature-row__media{height:240px}}.page-hero.venue-page-hero{background:none}.page-hero.venue-page-hero:before,.page-hero.venue-page-hero:after{display:none}.venue-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.venue-page-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(34,30,97,.92) 0%,rgba(7,14,32,.82) 35%,rgba(8,20,43,.45) 60%,transparent 100%);pointer-events:none}.venue-page-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.page-hero.venue-page-hero .page-hero-content{position:relative;z-index:2}.section-pad.venue-intro-section{position:relative;overflow:hidden;padding-top:2.25rem;padding-bottom:2.25rem;background:radial-gradient(circle at 8% 8%,rgba(73,92,198,.045),transparent 28%),linear-gradient(180deg,#fff,#fbfbfe)}.venue-intro-section:after{content:"";position:absolute;right:-1rem;bottom:-1.5rem;width:110px;height:90px;pointer-events:none;opacity:.42;background-image:radial-gradient(circle,rgba(239,124,0,.45) 1.2px,transparent 1.5px);background-size:12px 12px;mask-image:radial-gradient(ellipse at center,#000 15%,transparent 72%);-webkit-mask-image:radial-gradient(ellipse at center,#000 15%,transparent 72%)}.venue-intro-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,5vw,4rem);align-items:center}.venue-intro-grid>div:first-child{max-width:560px}.venue-intro-grid .section-label{margin-bottom:1.1rem;color:#ef7c00}.venue-intro-grid .section-title{max-width:520px;margin-bottom:.85rem;font-size:clamp(1.9rem,3.1vw,2.55rem);line-height:1.1;letter-spacing:-.025em;color:#221e61}.venue-intro-grid .divider{width:2.75rem;height:3px;margin-bottom:1.35rem;background:#ef7c00}.venue-intro-grid p{max-width:550px;color:#221e61b8;font-size:.94rem;line-height:1.75}.venue-strengths-card{min-height:320px;padding:2rem clamp(2rem,4vw,2.6rem);display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(74,64,169,.2),transparent 38%),linear-gradient(145deg,#302a80,#221e61 54%,#211b60);box-shadow:0 14px 34px #221e6129,inset 0 1px #ffffff17}.venue-strengths-title{margin-bottom:1.25rem;font-family:var(--font-heading);font-size:1rem;font-weight:700;letter-spacing:.02em;color:#ef7c00}.venue-strengths-list{display:flex;flex-direction:column;gap:.72rem}.venue-strengths-list li{display:flex;align-items:center;gap:.65rem;font-size:.88rem;line-height:1.35;color:#ffffffdb}.venue-strength-icon{color:#ef7c00;font-size:.85rem;flex-shrink:0}.venue-tabs{display:none}.venue-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.venue-city-card{position:relative;display:block;width:100%;min-height:200px;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);overflow:hidden;cursor:pointer;text-align:left;background:#ffffff08;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.venue-city-card:hover{transform:translateY(-5px);border-color:#221e6159;box-shadow:0 18px 42px #00000061}.venue-city-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.08);filter:blur(4px) saturate(.9) brightness(.75);transition:transform .55s cubic-bezier(.22,1,.36,1),filter .55s ease}.venue-city-card:hover .venue-city-card__img{transform:scale(1.12);filter:blur(2px) saturate(.95) brightness(.82)}.venue-city-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#221e61eb,#221e6173 48%,#221e6133);pointer-events:none}.venue-city-card__content{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:1.15rem 1.2rem 1.25rem;display:flex;flex-direction:column;gap:.35rem}.venue-city-card__label{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:#fff;letter-spacing:.02em}.venue-city-card__count{font-family:var(--font-heading);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fffc}.venue-city-back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:0;padding:.55rem 1rem .55rem .85rem;border:1px solid rgba(34,30,97,.14);border-radius:var(--radius-full);background:#fff;color:#221e61;font-family:var(--font-heading);font-size:.78rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:var(--transition-fast);flex-shrink:0;grid-column:1;justify-self:start}.venue-city-back:hover{color:#221e61;border-color:#221e6159;background:#221e611a}.venue-city-detail__head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-bottom:1.5rem}.venue-city-detail__title{grid-column:2;margin:0;font-size:clamp(1.35rem,2.5vw,1.75rem);color:#221e61;font-family:var(--font-heading);font-weight:700;text-align:center}.venue-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.venue-card{background:#fff;border:1px solid rgba(34,30,97,.1);border-radius:var(--radius-xl);overflow:hidden;transition:var(--transition);box-shadow:0 10px 28px #221e6114}.venue-card:hover{background:#fff;border-color:#221e6133;transform:translateY(-4px);box-shadow:0 16px 40px #221e611f}.venue-card__media{position:relative;aspect-ratio:16 / 10;min-height:168px;overflow:hidden}.venue-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transform:scale(1.03) translateZ(0);transition:transform .75s cubic-bezier(.22,1,.36,1)}.venue-card:hover .venue-card__img{transform:scale(1.08) translateZ(0)}.venue-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#221e61d9,#221e610d 60%)}.venue-card__city{position:absolute;top:.75rem;left:.75rem;z-index:1;font-family:var(--font-heading);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;display:flex;align-items:center;gap:.3rem;background:#221e61b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.3rem .6rem;border-radius:var(--radius-full)}.venue-card__body{padding:1.1rem 1.25rem 1.35rem}.venue-card__name{font-size:1rem;color:#221e61;margin-bottom:.35rem;font-family:var(--font-heading);font-weight:600}.venue-card__note{font-size:.8rem;color:#221e618c}.venue-visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.venue-visual-card{position:relative;min-height:250px;border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 38px #00000059}.venue-visual-card__img{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .5s ease}.venue-visual-card:hover .venue-visual-card__img{transform:scale(1.08)}.venue-visual-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#221e61eb,#221e6138 58%,#221e611a)}.venue-visual-card__content{position:absolute;left:1rem;right:1rem;bottom:1rem}.venue-visual-card__content h4{font-size:1rem;color:#fff;margin-bottom:.35rem}.venue-visual-card__content p{font-size:.78rem;color:#ffffffc7;line-height:1.5}.venue-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.venue-summary-card{background:#fff;border:1px solid rgba(34,30,97,.1);border-radius:var(--radius-xl);padding:1.5rem;transition:var(--transition);box-shadow:0 10px 28px #221e6114}.venue-summary-card:hover{background:#fff;border-color:#221e6133}.venue-summary-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.venue-summary-header h4{font-size:.95rem;color:#221e61;margin:0}.venue-summary-icon{color:var(--secondary);font-size:1rem}.venue-summary-count{font-family:var(--font-heading);font-size:.7rem;font-weight:700;letter-spacing:.1em;color:var(--primary-light);text-transform:uppercase;margin-bottom:.75rem}.venue-summary-list{display:flex;flex-direction:column;gap:.3rem}.venue-summary-list li{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#221e6180}.venue-summary-list svg{color:var(--secondary);font-size:.7rem;flex-shrink:0}.venue-cta-band.cta-band{padding:clamp(2rem,4vw,2.75rem) var(--container-pad);background:#fff;border-top:0}.venue-cta-band.cta-band .container{width:100%;min-height:220px;padding:1.75rem 2rem;display:flex;align-items:center;justify-content:center;border-radius:28px;overflow:hidden;background:#221e61 url(/assest/img/CTABg.png) center / 100% 100% no-repeat;box-shadow:0 12px 32px #221e6124}.venue-cta-band.cta-band .container>div{width:100%}.venue-cta-band.cta-band h2{color:#fff}.venue-cta-band.cta-band p{color:#ffffffc2}@media (max-width: 1200px){.venue-summary-grid,.venue-city-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.venue-intro-grid{grid-template-columns:1fr;gap:2.5rem}.venue-cards-grid,.venue-summary-grid,.venue-visual-grid,.venue-city-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.venue-cards-grid,.venue-summary-grid,.venue-visual-grid,.venue-city-grid{grid-template-columns:1fr}.venue-city-card{min-height:180px}.section-pad.venue-intro-section{padding-top:1.75rem;padding-bottom:1.75rem}.venue-strengths-card{min-height:0;padding:1.35rem 1.25rem}.venue-cta-band.cta-band{padding:1.25rem var(--container-pad)}.venue-cta-band.cta-band .container{min-height:210px;padding:1.5rem 1rem;border-radius:20px}.venue-cta-band .cta-band-btns{flex-direction:column;width:100%}.venue-cta-band .cta-band-btns .btn{width:100%;justify-content:center;white-space:normal}}.insights-filter-bar{background:#221e61e6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(34,30,97,.05);position:sticky;top:var(--navbar-height, 90px);margin-top:-2px;z-index:900;padding:.9rem 0}.insights-filters{display:flex;flex-wrap:wrap;gap:.5rem}.insights-filter-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-full);font-family:var(--font-heading);font-size:.75rem;font-weight:600;color:#ffffffb3;cursor:pointer;transition:var(--transition-fast)}.insights-filter-btn:hover{color:#fff;border-color:#ef7c008c;background:#ef7c0026}.insights-featured{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;background:#fff;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(34,30,97,.1);border-radius:var(--radius-2xl);overflow:hidden;margin-top:1.25rem;box-shadow:0 12px 32px #221e6114}.insights-featured__img{position:relative}.insights-featured__img img{width:100%;height:100%;object-fit:cover;filter:brightness(.8);min-height:320px}.insights-featured__cat{position:absolute;top:1.25rem;left:1.25rem;padding:.35rem .9rem;background:#ef7c00e6;border-radius:var(--radius-full);font-family:var(--font-heading);font-size:.68rem;font-weight:700;color:#fff;letter-spacing:.08em;text-transform:uppercase}.insights-featured__body{padding:2.5rem 2.5rem 2.5rem 0;display:flex;flex-direction:column;justify-content:center}.insights-featured__body h2{color:#221e61;font-size:1.5rem;margin:1rem 0 .75rem;line-height:1.35}.insights-featured__body p{color:#221e618c;line-height:1.7}.insights-meta{display:flex;align-items:center;gap:1rem;font-size:.78rem;color:#221e617a}.insights-meta svg{vertical-align:middle}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:1.5rem}.insight-card{background:#fff;border:1px solid rgba(34,30,97,.1);border-radius:var(--radius-xl);overflow:hidden;transition:var(--transition);cursor:pointer;box-shadow:0 10px 28px #221e6114}.insight-card:hover{background:#fff;border-color:#221e6133;transform:translateY(-4px);box-shadow:0 15px 40px #221e611f}.insight-card__img{position:relative;overflow:hidden}.insight-card__img img{width:100%;height:200px;object-fit:cover;filter:brightness(.8);display:block;transition:transform .4s ease}.insight-card:hover .insight-card__img img{transform:scale(1.04)}.insight-card__cat{position:absolute;top:.9rem;left:.9rem;padding:.3rem .75rem;background:#ef7c00d9;border-radius:var(--radius-full);font-family:var(--font-heading);font-size:.65rem;font-weight:700;color:#fff;letter-spacing:.08em;text-transform:uppercase}.insight-card__body{padding:1.5rem}.insight-card__title{font-size:1rem;color:#221e61;margin:.65rem 0 .6rem;line-height:1.4;font-family:var(--font-heading);font-weight:700}.insight-card__excerpt{font-size:.82rem;color:#221e618c;line-height:1.65}.insights-newsletter{background:linear-gradient(135deg,#221e6114,#ef7c0014)}.newsletter-card{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#fff;border:1px solid rgba(34,30,97,.1);border-radius:var(--radius-2xl);padding:3rem;box-shadow:0 12px 32px #221e6114}.newsletter-card h3{color:#221e61;font-size:1.4rem;margin:.35rem 0 .6rem}.newsletter-card p{color:#221e618c;font-size:.88rem;line-height:1.65}.newsletter-form{display:flex;gap:.75rem}.newsletter-form input{flex:1;background:#fbf9fc;border:1px solid rgba(34,30,97,.12);border-radius:var(--radius-md);padding:.85rem 1.25rem;color:#221e61;font-size:.9rem}.newsletter-form input::placeholder{color:#221e6159}.newsletter-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #221e6126}.btn-ghost{background:transparent;border:1px solid rgba(34,30,97,.14);color:#221e61a6}.btn-ghost:hover{background:#221e610a;color:#221e61}.btn-sm{padding:.5rem 1rem;font-size:.82rem}@media (max-width: 1024px){.insights-featured{grid-template-columns:1fr}.insights-featured__body{padding:2rem}.insights-grid{grid-template-columns:repeat(2,1fr)}.newsletter-card{grid-template-columns:1fr}}@media (max-width: 640px){.insights-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-card{padding:1.5rem}.newsletter-form .btn{width:100%;justify-content:center}}.page-hero.emp-page-hero{position:relative;isolation:isolate;background:#221e61;overflow:hidden}.page-hero.emp-page-hero:before,.page-hero.emp-page-hero:after{display:none}.emp-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#221e61}.emp-page-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#221e61,#221e61 18%,#221e61fa 30%,#221e61eb 38%,#221e61c7 48%,#221e618c 60%,#221e6152,#221e6129 88%,#221e611a);pointer-events:none}.emp-page-hero__bg-img{width:72%;height:100%;margin-left:auto;object-fit:cover;object-position:center right;display:block;position:relative;z-index:0;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 8%,rgba(0,0,0,.55) 18%,rgba(0,0,0,.85) 30%,#000 48%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 8%,rgba(0,0,0,.55) 18%,rgba(0,0,0,.85) 30%,#000 48%,#000 100%)}.page-hero.emp-page-hero .page-hero-content{position:relative;z-index:2}.emp-page-hero__title{font-family:var(--font-family);font-size:clamp(2.35rem,5vw,3.75rem);font-weight:800;line-height:1.02;letter-spacing:.02em;text-transform:uppercase;margin:0;max-width:640px}.emp-page-hero__title-line{display:block;color:var(--white)}.emp-page-hero__title-line--accent{color:var(--secondary)}.emp-page-hero__rule{display:block;width:3.75rem;height:4px;margin:1.1rem 0 1.35rem;border-radius:2px;background:linear-gradient(90deg,var(--secondary),var(--secondary-light));transform-origin:left center}.emp-page-hero__subtitle{font-family:var(--font-family);font-size:clamp(.92rem,1.6vw,1.08rem);font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin:0 0 1.35rem;line-height:1.4}.emp-page-hero__desc{max-width:540px;font-size:1rem;line-height:1.75;color:#ffffffc7;margin:0}.emp-compliance-section{position:relative;background:radial-gradient(circle at 15% 10%,rgba(34,30,97,.06),transparent 34%),radial-gradient(circle at 85% 90%,var(--secondary-glow),transparent 30%),#fbf9fc;overflow:hidden}.emp-compliance-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:22px 22px;opacity:.35;pointer-events:none}.emp-compliance-section .container{position:relative;z-index:1}.emp-compliance-head{text-align:center;margin-bottom:3rem}.emp-compliance-head__label{display:block;font-family:var(--font-family);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--secondary);margin-bottom:.85rem}.emp-compliance-head__title{font-family:var(--font-family);font-size:clamp(1.65rem,3.2vw,2.35rem);font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#221e61;margin:0 0 1rem}.emp-compliance-head__rule{width:3.5rem;height:4px;margin:0 auto;border-radius:2px;background:linear-gradient(90deg,var(--secondary),var(--secondary-light))}.emp-compliance-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.15rem;margin-bottom:1.5rem}.emp-compliance-card{position:relative;grid-column:span 3;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.25rem 1.75rem;background:#fff;border:1px solid rgba(34,30,97,.1);border-radius:16px;box-shadow:0 10px 28px #221e6114;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease;overflow:hidden}.emp-compliance-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(165deg,#ffffff24,#93c5fd1a 28%,#ffffff0a 52%,#ffffff05);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.emp-compliance-card:after{content:"";position:absolute;top:0;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,rgba(147,197,253,.35) 50%,transparent);pointer-events:none;opacity:.7}.emp-compliance-card:nth-child(n+5){grid-column:span 4}.emp-compliance-card:nth-child(n+5) .emp-compliance-card__title{max-width:18rem}.emp-compliance-card:hover{transform:translateY(-3px);background:#ffffff0b;border-color:#221e611f;box-shadow:0 14px 40px #0000006b,0 0 24px #221e610f,inset 0 1px #ffffff1a}.emp-compliance-card:hover:after{opacity:1}.emp-compliance-card__icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:1.35rem;color:var(--secondary);font-size:2.35rem;filter:drop-shadow(0 0 12px var(--secondary-glow))}.emp-compliance-card__title{position:relative;z-index:1;font-family:var(--font-family);font-size:clamp(.72rem,1.1vw,.82rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#221e61;line-height:1.45;margin:0 0 .85rem;max-width:16rem}.emp-compliance-card__rule{position:relative;z-index:1;display:block;width:2.5rem;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--secondary),var(--secondary-light))}.emp-compliance-summary{position:relative;display:grid;grid-template-columns:41% 1fr;align-items:stretch;gap:0;min-height:220px;max-width:1100px;margin:2rem auto 0;padding:0;border:1px solid rgba(239,124,0,.65);border-radius:12px;overflow:hidden;background:#211b67;box-shadow:0 12px 30px #21205b2e,inset 0 1px #ffffff14}.emp-compliance-summary__visual{position:relative;display:flex;align-items:center;justify-content:center;align-self:stretch;min-height:220px;padding:0;background:#020b1e}.emp-compliance-summary__img{position:relative;z-index:1;width:100%;max-width:none;height:100%;min-height:220px;max-height:none;object-fit:cover;object-position:center center;display:block;background:#020b1e}.emp-compliance-summary__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:2rem clamp(2rem,4vw,3rem);background:radial-gradient(circle at 100% 0%,rgba(83,77,177,.18),transparent 38%),linear-gradient(120deg,#302a80,#221e61 52%,#1f195f)}.emp-compliance-summary__content p{font-size:clamp(1rem,1.35vw,1.1rem);line-height:1.85;color:#ffffffd6;margin:0 0 1.35rem;max-width:100%}.emp-compliance-summary__accent{color:#ef7c00;font-weight:800}.emp-compliance-summary__rule{display:block;width:2.75rem;height:3px;border-radius:2px;background:var(--secondary)}.emp-profiles-section{background:radial-gradient(circle at 8% 12%,rgba(239,124,0,.06),transparent 34%),radial-gradient(circle at 92% 88%,rgba(34,30,97,.06),transparent 36%),#fbfbfd}.emp-profiles-head{text-align:center;max-width:640px;margin:0 auto 2.5rem}.emp-profiles-head__label{display:inline-block;margin-bottom:.85rem;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ef7c00}.emp-profiles-head__title{margin:0;font-size:clamp(1.7rem,3vw,2.25rem);font-weight:800;color:#221e61}.emp-profiles-head__rule{width:3.25rem;height:3px;margin:.9rem auto 1rem;border-radius:999px;background:#ef7c00}.emp-profiles-head__desc{margin:0;color:#221e61b8;line-height:1.65}.emp-profiles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}.emp-profile-card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem 1.35rem;border-radius:14px;border:1px solid rgba(34,30,97,.08);background:#fff;box-shadow:0 10px 28px #221e6112;transition:transform .25s ease,box-shadow .25s ease}.emp-profile-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #221e611f}.emp-profile-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:999px;background:#ef7c001f;color:#ef7c00;font-size:1.1rem}.emp-profile-card__title{margin:0;font-size:1.15rem;font-weight:800;color:#221e61}.emp-profile-card__desc{margin:0;flex:1;font-size:.9rem;line-height:1.55;color:#221e61ad}.emp-profile-card__btn{display:inline-flex;align-items:center;gap:.45rem;margin-top:.35rem;padding:.7rem 1.05rem;border-radius:8px;background:#221e61;color:#fff;font-size:.84rem;font-weight:700;transition:background .2s ease}.emp-profile-card__btn:hover{background:#ef7c00;color:#fff}@media (max-width: 1024px){.emp-profiles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.emp-profiles-grid{grid-template-columns:1fr}}.emp-cta-band.cta-band{background:#f1eff8 url(/assest/img/empanelmentBg.png) center / 100% 100% no-repeat;border-top:1px solid rgba(34,30,97,.08)}.emp-cta-band.cta-band h2{color:#221e61}.emp-cta-band.cta-band p{color:#221e61b3}.emp-cta-band .btn-outline-white{border-color:#221e61;background:#ffffff8c;color:#221e61}.emp-cta-band .btn-outline-white:hover{background:#221e61;color:#fff}@media (max-width: 1024px){.page-hero.emp-page-hero{padding:6rem 0 3rem;min-height:0}.emp-page-hero__bg-img{width:100%;-webkit-mask-image:none;mask-image:none}.emp-compliance-grid{grid-template-columns:repeat(2,1fr)}.emp-compliance-card,.emp-compliance-card:nth-child(n+5){grid-column:auto}.emp-compliance-card:nth-child(n+5) .emp-compliance-card__title{max-width:16rem}.emp-compliance-summary{grid-template-columns:1fr;min-height:auto}.emp-compliance-summary__visual{min-height:220px;padding:0;justify-content:center}.emp-compliance-summary__img{width:100%;max-width:none;height:220px;min-height:220px;max-height:none;object-fit:cover}.emp-compliance-summary__content{padding:1.75rem 1.75rem 2rem;align-items:flex-start;text-align:left}.emp-compliance-summary__rule{margin:0}}@media (max-width: 640px){.emp-compliance-grid{grid-template-columns:1fr}.emp-compliance-summary__content{padding:1.5rem 1.25rem 1.75rem}.emp-compliance-summary__visual{min-height:190px}.emp-compliance-summary__img{width:100%;max-width:none;height:190px;min-height:190px}.page-hero.emp-page-hero{padding:5.25rem 0 2.5rem;min-height:0}.emp-page-hero__title{overflow-wrap:anywhere}.emp-cta-band .btn{width:100%;justify-content:center;white-space:normal}}.contact-page-hero{background:linear-gradient(125deg,#221e61,#2e286e 42%,#ef7c00)}.contact-page-hero:before,.contact-page-hero:after{display:none}.contact-page-hero__bg{display:none}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}.contact-info p{color:#221e61ad;line-height:1.75}.contact-details{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:var(--radius-lg);background:#fff;border:1px solid rgba(34,30,97,.1);box-shadow:0 8px 24px #221e610f;transition:var(--transition)}.contact-detail-item:hover{background:#fff;border-color:#221e6133;box-shadow:0 12px 28px #221e611a}.contact-detail-icon{width:44px;height:44px;background:#221e611a;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#221e61;font-size:1.2rem;flex-shrink:0}.contact-detail-item h4{font-size:.85rem;color:#221e61;margin-bottom:.2rem;font-family:var(--font-heading);font-weight:700}.contact-detail-item p,.contact-detail-item a{font-size:.88rem;color:#221e619e;line-height:1.5}.contact-detail-item a{display:block}.contact-detail-item a+a{margin-top:.25rem}.contact-detail-item a:hover{color:#ef7c00}.contact-detail-item a+p{margin-top:.15rem;font-size:.8rem;color:#221e6180}.contact-form-wrap{background:#fff;border:1px solid rgba(34,30,97,.1);border-radius:var(--radius-2xl);padding:2.5rem;box-shadow:0 12px 32px #221e6114}.contact-form-header{margin-bottom:1.75rem}.contact-form-header h3{color:#221e61;font-size:1.3rem;margin-bottom:.3rem}.contact-form-header p{color:#221e618c;font-size:.88rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-form__field{display:flex;flex-direction:column;gap:.45rem}.contact-form__field label{font-family:var(--font-heading);font-size:.75rem;font-weight:700;color:#221e61b3;letter-spacing:.05em;text-transform:uppercase}.contact-form__input,.contact-form__select,.contact-form__textarea{background:#fbf9fc;border:1px solid rgba(34,30,97,.12);border-radius:var(--radius-md);padding:.85rem 1.1rem;font-family:var(--font-body);font-size:.9rem;color:#221e61;transition:var(--transition);width:100%}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#221e6166}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:#221e61;background:#fff;box-shadow:0 0 0 3px #221e611f}.contact-form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.contact-form__select option{background:#fff;color:#221e61}.contact-success{text-align:center;padding:1rem 0}.contact-success p{color:#221e619e}.contact-form__note{font-size:.75rem;color:#221e6166;text-align:center;margin-top:.25rem}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}.contact-form__row{grid-template-columns:1fr}}.contact-main-section.section-pad{padding-top:clamp(1.75rem,3vw,2.5rem);padding-bottom:clamp(1.75rem,3vw,2.5rem);background:radial-gradient(circle at 5% 10%,rgba(34,30,97,.04),transparent 30%),linear-gradient(180deg,#fbfbfd,#f7f7fa)}.contact-grid{grid-template-columns:minmax(0,.72fr) minmax(0,1.08fr);gap:1.5rem;align-items:stretch}.contact-info{padding:clamp(1.6rem,3vw,2rem);border:1px solid #E8EAF2;border-radius:14px;background:#fff;box-shadow:0 10px 30px #21205b0f}.contact-info .section-label{position:relative;display:inline-block;margin-bottom:1.25rem;color:#ef7c00}.contact-info .section-label:before{display:none}.contact-info .section-label:after{content:"";position:absolute;left:0;bottom:-.55rem;width:24px;height:2px;border-radius:999px;background:#ef7c00}.contact-info .section-title{max-width:300px;margin-bottom:.8rem;font-size:clamp(1.75rem,3vw,2.3rem);line-height:1.12;color:#221e61}.contact-info>.divider{display:none}.contact-info>p{margin:0;font-size:.9rem;line-height:1.65;color:#221e61b8}.contact-details{gap:.65rem;margin:1.35rem 0 0}.contact-detail-item{align-items:center;gap:.8rem;padding:.72rem .8rem;border:1px solid #E7E9F0;border-radius:10px;background:#fff;box-shadow:0 3px 10px #21205b09}.contact-detail-item:hover{border-color:#ef7c0047;box-shadow:0 7px 18px #21205b12;transform:translateY(-1px)}.contact-detail-icon{width:40px;height:40px;border-radius:50%;background:#ef7c001a;color:#ef7c00;font-size:1.1rem}.contact-detail-item h4{margin-bottom:.1rem;font-size:.78rem}.contact-detail-item p,.contact-detail-item a{font-size:.74rem;color:#221e61b8}.contact-form-wrap{position:relative;isolation:isolate;overflow:hidden;padding:clamp(1.7rem,3vw,2.2rem);border:0;border-radius:14px;background:url(/assest/img/sendenquiry-bg.png) center / 100% 100% no-repeat;box-shadow:none}.contact-form-header,.contact-form,.contact-success{position:relative;z-index:2}.contact-form-header{margin-bottom:1.35rem}.contact-form-header h3{margin-bottom:.3rem;font-size:clamp(1.35rem,2.2vw,1.7rem);color:#fff}.contact-form-header p{font-size:.78rem;color:#ffffffb8}.contact-form{gap:1rem}.contact-form__row{gap:.8rem}.contact-form__field{gap:.38rem}.contact-form__field label{font-size:.65rem;color:#ffffffe6}.contact-form__input,.contact-form__select,.contact-form__textarea{padding:.72rem .85rem;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:#ffffff0b;color:#fff;font-size:.78rem;color-scheme:dark}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#ffffff7a}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{border-color:#ef7c00cc;background:#ffffff13;box-shadow:0 0 0 3px #ef7c001f}.contact-form__select option{background:#221e61;color:#fff}.contact-form__textarea{min-height:88px;resize:vertical}.contact-form__submit.btn-primary{padding:.72rem 1.5rem;border:0;border-radius:999px;background:linear-gradient(90deg,#ef7c00,#ff8e22);color:#fff;box-shadow:0 8px 20px #ef7c0038}.contact-form__submit.btn-primary:hover{background:linear-gradient(90deg,#ff8c2b,#ffa13e);box-shadow:0 10px 24px #ef7c004d}.contact-form__note{margin-top:-.15rem;font-size:.64rem;color:#ffffff85}.contact-form__error{margin:0 0 .35rem;font-size:.85rem;font-weight:600;color:#ffd3c2}.contact-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#1210309e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-modal__panel{position:relative;width:min(520px,100%);padding:clamp(2.25rem,4vw,3rem) clamp(1.5rem,4vw,2.5rem);border-radius:18px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 92% 8%,rgba(239,124,0,.22),transparent 34%),radial-gradient(circle at 8% 92%,rgba(239,124,0,.16),transparent 32%),#221e61;box-shadow:0 24px 60px #0a082873;text-align:center;color:#fff}.contact-modal__close{position:absolute;top:.85rem;right:.85rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:999px;background:#ffffff14;color:#ffffffd9;font-size:1.35rem;cursor:pointer}.contact-modal__close:hover{background:#ffffff29}.contact-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0 auto 1.15rem;border-radius:999px;font-size:1.35rem}.contact-modal__icon--success{background:#ef7c00;color:#fff}.contact-modal__icon--error{background:#ffffff1a;border:1.5px solid #EF7C00;color:#ef7c00}.contact-modal__panel h3{margin:0;font-size:clamp(1.45rem,3vw,1.85rem);font-weight:800;color:#fff}.contact-modal__panel p{margin:.9rem auto 0;max-width:36ch;font-size:.98rem;line-height:1.65;color:#ffffffe0}.contact-modal__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:1.75rem;padding:.85rem 1.8rem;border:none;border-radius:999px;background:#fff;color:#221e61;font-size:.92rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-modal__btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #00000038}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr;gap:1.25rem}.contact-form__row{grid-template-columns:1fr}}@media (max-width: 520px){.contact-info,.contact-form-wrap{padding:1.25rem}.contact-form-wrap{background-size:cover;background-position:center top}.contact-form__submit.btn-primary{width:100%;justify-content:center;white-space:normal}}:root{--bg: #ffffff;--bg-2: #FBF9FC;--bg-3: #f1f1f1;--primary: #221E61;--primary-dark: #1A174B;--primary-light: #3A367A;--primary-glow: rgba(34, 30, 97, .18);--secondary: #EF7C00;--secondary-dark: #D46E00;--secondary-light: #FF9520;--secondary-glow: rgba(239, 124, 0, .22);--white: #ffffff;--text-primary: #221E61;--text-secondary: rgba(34, 30, 97, .72);--text-muted: rgba(34, 30, 97, .55);--border: rgba(34, 30, 97, .1);--border-strong: rgba(34, 30, 97, .18);--primary-pale: rgba(34, 30, 97, .04);--glass-bg: #ffffff;--glass-bg-hover: #ffffff;--glass-border: rgba(34, 30, 97, .1);--glass-blur: blur(12px);--font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;--font-heading: var(--font-family);--font-body: var(--font-family);--container-max: 1180px;--container-pad: clamp(1.25rem, 4vw, 2rem);--section-py: clamp(3.5rem, 8vw, 6rem);--navbar-height: 90px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-full: 9999px;--shadow-sm: 0 4px 14px rgba(34, 30, 97, .06);--shadow-md: 0 10px 28px rgba(34, 30, 97, .1);--shadow-lg: 0 16px 40px rgba(34, 30, 97, .12);--shadow-xl: 0 24px 56px rgba(34, 30, 97, .16);--shadow-glow-blue: 0 0 30px rgba(34, 30, 97, .18);--shadow-glow-orange: 0 0 30px rgba(239, 124, 0, .22);--transition: .3s cubic-bezier(.22, 1, .36, 1);--transition-slow: .5s cubic-bezier(.22, 1, .36, 1);--transition-fast: .2s cubic-bezier(.22, 1, .36, 1);--scenario-summit: var(--primary);--scenario-expo: var(--secondary);--scenario-public: #10b981}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(2deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #221e6129}50%{box-shadow:0 0 40px #ef7c0047}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-float{animation:float 4s ease-in-out infinite}.animate-float-slow{animation:float-slow 7s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 3s infinite}.glass-panel{background:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(34,30,97,.1);box-shadow:0 10px 28px #221e6114,inset 0 1px #ffffffe6}.glass-panel-hover{transition:transform var(--transition),background var(--transition),border-color var(--transition),box-shadow var(--transition)}.glass-panel-hover:hover{background:#fff;border-color:#221e612e;transform:translate3d(0,-3px,0);box-shadow:0 16px 40px #221e611f}.glass-panel-highlight{background:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(34,30,97,.14);box-shadow:0 12px 32px #221e611a}.text-gradient{background:linear-gradient(to right,#221e61,#ef7c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-blue{background:linear-gradient(to right,#3a367a,#221e61);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-orange{background:linear-gradient(to right,#ff9520,#ef7c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;font-family:var(--font-family)}html.is-scrolling{scroll-behavior:auto}body{font-family:var(--font-family);color:var(--text-primary);background:var(--bg);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before,body:after{content:"";position:fixed;border-radius:50%;pointer-events:none;z-index:0;mix-blend-mode:normal;opacity:.55}body:before{width:900px;height:900px;top:-300px;right:-200px;background:radial-gradient(circle,rgba(34,30,97,.08) 0%,transparent 70%);filter:blur(60px)}body:after{width:700px;height:700px;bottom:10%;left:-250px;background:radial-gradient(circle,rgba(239,124,0,.08) 0%,transparent 70%);filter:blur(60px)}#root:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(34,30,97,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(34,30,97,.035) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0;mask-image:radial-gradient(ellipse 120% 100% at 50% 0%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 120% 100% at 50% 0%,black 40%,transparent 100%)}#root{position:relative;font-family:var(--font-family)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button,input,textarea,select{font-family:inherit}button{border:none;background:none;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:700;line-height:1.2;color:var(--text-primary)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}h4{font-size:1.15rem}p{font-size:1rem;color:var(--text-secondary);line-height:1.75}.container{width:min(var(--container-max),100%);max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad);box-sizing:border-box}.section-pad{padding:var(--section-py) 0;content-visibility:auto;contain-intrinsic-size:auto 500px}.section-pad-sm{padding:calc(var(--section-py) * .65) 0}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--secondary);margin-bottom:.9rem}.section-label:before{content:"";display:block;width:24px;height:2px;background:linear-gradient(90deg,var(--secondary),var(--secondary-light));border-radius:2px}.section-title{margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.05rem;color:var(--text-secondary);max-width:640px;line-height:1.75;margin-bottom:2.5rem}.section-header-centered{text-align:center}.section-header-centered .section-label{justify-content:center}.section-header-centered .section-subtitle{margin:0 auto 2.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 2rem;border-radius:var(--radius-full);font-family:var(--font-heading);font-size:.875rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:var(--transition);border:2px solid transparent;white-space:nowrap}.btn-primary{background:#ef7c00;color:#fff;border-color:#ef7c00;box-shadow:0 10px 24px #ef7c0042}.btn-primary:hover{transform:translate3d(0,-2px,0);background:#d46e00;border-color:#d46e00;box-shadow:0 12px 28px #ef7c0052}.btn-secondary{background:#fff;color:#221e61;border-color:#221e6133;-webkit-backdrop-filter:none;backdrop-filter:none}.btn-secondary:hover{background:#221e610d;transform:translate3d(0,-2px,0)}.btn-outline{background:transparent;color:#221e61;border-color:#221e61}.btn-outline:hover{background:#221e610f;transform:translate3d(0,-2px,0)}.btn-outline-white{background:transparent;color:#fff;border-color:#ffffff8c}.btn-outline-white:hover{background:#ffffff1a}.btn-ghost{background:transparent;color:var(--secondary);padding-left:0;padding-right:0;border:none;border-radius:0}.btn-ghost:hover{gap:.8rem;color:var(--secondary-light)}.btn-sm{padding:.55rem 1.25rem;font-size:.8rem}.btn-lg{padding:1rem 2.5rem;font-size:1rem}.card{background:#fff;border-radius:var(--radius-xl);border:1px solid rgba(34,30,97,.1);padding:2rem;transition:var(--transition);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 10px 28px #221e6114}.card:hover{background:#fff;border-color:#221e612e;transform:translate3d(0,-4px,0);box-shadow:0 16px 40px #221e611f}.card-icon{width:56px;height:56px;border-radius:var(--radius-md);background:#221e611a;display:flex;align-items:center;justify-content:center;color:var(--primary-light);font-size:1.5rem;margin-bottom:1.2rem;transition:var(--transition)}.card:hover .card-icon{background:#f9731626;color:var(--secondary)}.badge{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;font-family:var(--font-heading);letter-spacing:.04em}.badge-primary{background:#3b82f626;color:var(--primary-light);border:1px solid rgba(59,130,246,.3)}.badge-secondary{background:#f9731626;color:var(--secondary-light);border:1px solid rgba(249,115,22,.3)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.divider{width:64px;height:3px;background:linear-gradient(90deg,var(--secondary),var(--secondary-light));border-radius:var(--radius-full);margin:1rem 0 1.75rem}.divider-center{margin:1rem auto 1.75rem}.text-primary{color:var(--primary-light)}.text-secondary{color:var(--secondary)}.text-white{color:var(--white)}.text-light{color:var(--text-secondary)}.text-muted-cl{color:var(--text-muted)}.page-hero{background:radial-gradient(ellipse 55% 80% at 100% 0%,rgba(239,124,0,.2),transparent 55%),linear-gradient(145deg,#1a1648,#221e61,#1a174b);padding:7rem 0 4.5rem;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:-30%;right:-10%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(239,124,0,.14) 0%,transparent 70%);pointer-events:none}.page-hero:after{content:"";position:absolute;bottom:-20%;left:5%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(34,30,97,.35) 0%,transparent 70%);pointer-events:none}.page-hero-content{position:relative;z-index:2}.page-hero .container.page-hero-content{width:min(var(--container-max),100%);max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-pad);padding-right:var(--container-pad);box-sizing:border-box}.page-hero-label{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--secondary);font-family:var(--font-heading);display:block;margin-bottom:1rem}.page-hero h1{color:#fff;margin-bottom:1rem}.page-hero p{color:#ffffffc7;max-width:600px;font-size:1.1rem}@media (max-width: 1024px){.page-hero{padding:6.25rem 0 3.25rem}}@media (max-width: 640px){.page-hero{padding:5.25rem 0 2.5rem}.page-hero:before,.page-hero:after{width:280px;height:280px}.page-hero h1{font-size:clamp(1.65rem,8vw,2.15rem);line-height:1.2}.page-hero p{font-size:.98rem;max-width:100%}.cta-band{padding:2.25rem 0}.cta-band-btns{flex-direction:column;align-items:stretch}.cta-band-btns .btn{width:100%;justify-content:center;white-space:normal}}.stats-strip{background:#fbf9fc;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:2.5rem 0;-webkit-backdrop-filter:none;backdrop-filter:none}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stat-item{text-align:center;padding:1rem 1.5rem;border-right:1px solid var(--glass-border)}.stat-item:last-child{border-right:none}.stat-number{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:var(--secondary);line-height:1;display:block}.stat-label{font-size:.8rem;color:var(--text-muted);font-family:var(--font-heading);font-weight:500;letter-spacing:.05em;margin-top:.4rem;display:block}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid var(--glass-border);border-right:none}.stat-item:nth-child(odd){border-right:1px solid var(--glass-border)}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.stat-item,.stat-item:nth-child(odd){border-right:none}}.pill-list{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;background:#221e6114;border:1px solid rgba(34,30,97,.14);border-radius:var(--radius-full);font-size:.8rem;font-family:var(--font-heading);font-weight:600;color:var(--primary);letter-spacing:.02em;transition:var(--transition)}.pill:hover{background:#221e611f;border-color:#221e6147}.pill svg{font-size:.95rem;color:var(--secondary)}.accent-card{border-left:4px solid var(--secondary);background:#f973160d;border-radius:0 var(--radius-lg) var(--radius-lg) 0;padding:1.75rem 2rem;border-top:1px solid var(--glass-border);border-right:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}.cta-band{background:#221e61;border-top:1px solid rgba(255,255,255,.08);padding:1.75rem 0;position:relative;overflow:hidden;text-align:center}.cta-band:before{display:none}.cta-band h2{color:#fff;position:relative}.cta-band p{color:#ffffffbf;position:relative;margin:.75rem auto 1.25rem;max-width:560px}.cta-band-btns{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:#ffffffc7;margin-bottom:1.25rem}.breadcrumb a{color:#ffffffc7;transition:var(--transition-fast)}.breadcrumb a:hover{color:#ef7c00}.breadcrumb span{color:#ffffff73}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-2)}::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#3b82f680}::selection{background:#f973164d;color:var(--white)}*:focus-visible{outline:2px solid var(--secondary);outline-offset:3px;border-radius:4px}a:focus-visible,button:focus-visible,input:focus-visible,.btn:focus-visible{outline:2px solid var(--secondary);outline-offset:3px;box-shadow:0 0 0 4px #f9731640}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.w-full{width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}img[loading=lazy]:not(.is-loaded){opacity:0}img[loading=lazy]{transition:opacity .6s ease}img[loading=lazy].is-loaded{opacity:1}html.is-scrolling .animate-float,html.is-scrolling .animate-float-slow,html.is-scrolling .animate-pulse-glow,html.is-scrolling .home-venues__track,html.is-scrolling .home-service-card__shine,html.is-scrolling .home-service-card,html.is-scrolling .about-wwa-orbit-card{animation-play-state:paused!important}html.is-scrolling .glass-panel,html.is-scrolling .glass-panel-highlight,html.is-scrolling .card,html.is-scrolling .navbar--solid,html.is-scrolling .home-service-card,html.is-scrolling .home-hero__trustbar,html.is-scrolling .home-venue-card,html.is-scrolling .gov-section-item,html.is-scrolling .gov-chevron-item,html.is-scrolling .btn-secondary{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}@media (hover: hover) and (pointer: fine){a,button,.btn,.card,.glass-panel-hover,.navbar__link,.navbar__dropdown-link{backface-visibility:hidden}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}img[loading=lazy]{opacity:1!important}}
