:root{--primary:#09508d;--primary-dark:#073e6d;--dark:#282f3b;--text:#4d4d4d;--light:#f5f7fa;--white:#fff;--border:#e5e7eb;--font-sans:"Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--container-width:1280px;--container-padding:40px;--shadow-sm:0 4px 15px #282f3b0f;--shadow-md:0 10px 30px #282f3b1a;--shadow-lg:0 20px 50px #282f3b24;font-family:var(--font-sans);color:var(--text);background:var(--white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{background:var(--white);min-width:320px;min-height:100vh;color:var(--text);width:100%;max-width:100vw;margin:0;overflow-x:hidden}#root{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--dark);font-family:var(--font-sans);margin:0;font-weight:700;line-height:1.15}h1{letter-spacing:-2px;font-size:clamp(42px,5vw,72px)}h2{letter-spacing:-1.2px;font-size:clamp(32px,4vw,52px)}h3{font-size:clamp(24px,3vw,34px)}h4{font-size:22px}h5{font-size:18px}h6{font-size:16px}p{margin:0;line-height:1.7}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(var(--container-width), calc(100% - (var(--container-padding) * 2)));margin:0 auto}::selection{background:var(--primary);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}@media (width<=991px){:root{--container-padding:30px}main{padding-top:76px}}@media (width<=767px){:root{--container-padding:20px}body,#root{max-width:100vw;overflow-x:hidden}h1{letter-spacing:-1px}h2{letter-spacing:-.5px}img,video,iframe,embed,object{max-width:100%!important}*{max-width:100vw}}.navbar{z-index:1000;background:#fff;border-bottom:1px solid #282f3b14;width:100%;height:110px;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;width:min(1280px,100% - 80px);height:100%;margin:0 auto;display:flex}.navbar-logo{align-items:center;height:100%;display:flex}.navbar-logo img{object-fit:contain;width:auto;height:110px}.navbar-links{align-items:center;gap:38px;height:100%;display:flex}.navbar-links a{color:#282f3b;letter-spacing:.1px;font-size:15px;font-weight:500;transition:color .25s,transform .25s;position:relative}.navbar-links a:not(.navbar-contact):after{content:"";background:#09508d;width:0;height:2px;transition:width .25s;position:absolute;bottom:-8px;left:0}.navbar-links a:not(.navbar-contact):hover{color:#09508d}.navbar-links a:not(.navbar-contact):hover:after{width:100%}.navbar-contact{background:#09508d;border-radius:4px;justify-content:center;align-items:center;min-height:46px;padding:0 24px;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex;color:#fff!important}.navbar-contact:hover{background:#282f3b;transform:translateY(-2px);box-shadow:0 8px 20px #09508d2e}.navbar-toggle{color:#282f3b;cursor:pointer;background:0 0;border:0;font-size:28px;display:none}main{padding-top:110px}@media (width<=991px){.navbar-container{width:min(100% - 40px,1280px)}.navbar-links{gap:22px}.navbar-links a{font-size:14px}.navbar-contact{padding:0 18px}}@media (width<=767px){.navbar{height:76px}.navbar-container{width:calc(100% - 32px)}.navbar-logo img{height:65px}main{padding-top:76px}.navbar-toggle{justify-content:center;align-items:center;display:flex}.navbar-links{opacity:0;visibility:hidden;background:#fff;flex-direction:column;align-items:flex-start;gap:0;width:100%;height:calc(100vh - 76px);padding:40px 24px;transition:opacity .25s,visibility .25s,transform .25s;display:flex;position:absolute;top:76px;left:0;overflow-y:auto;transform:translateY(-10px)}.navbar-links.active{opacity:1;visibility:visible;transform:translateY(0)}.navbar-links a{border-bottom:1px solid #282f3b14;width:100%;padding:18px 0;font-size:18px}.navbar-links a:not(.navbar-contact):after{display:none}.navbar-contact{justify-content:center;width:100%;margin-top:24px;border-bottom:0!important}}.navbar-links a.active-link{color:#09508d}.navbar-links a.active-link:not(.navbar-contact):after{width:100%}@media (width<=767px){.navbar-links a.active-link{color:#09508d;font-weight:600}.navbar-links a.active-link:not(.navbar-contact):after{display:none}}.footer{color:#fff;background:#09508d;position:relative;overflow:hidden}.footer-main{grid-template-columns:1.5fr .8fr 1fr;gap:clamp(3rem,7vw,7rem);width:min(1180px,100% - 3rem);margin:0 auto;padding:5.5rem 0 4.5rem;display:grid}.footer-brand{max-width:430px}.footer-logo{margin-bottom:1.8rem;display:inline-block}.footer-logo img{object-fit:contain;width:auto;height:100px;display:block}.footer-brand p{color:#ffffffb8;margin:0;font-size:.9rem;line-height:1.8}.footer-column h3{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:0 0 1.7rem;font-size:.85rem;font-weight:700}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column li{margin-bottom:.9rem}.footer-column a{color:#ffffffb8;font-size:.9rem;text-decoration:none;transition:color .2s,transform .2s}.footer-column a:hover{color:#fff}.footer-contact-item{margin-bottom:1.25rem}.footer-contact-item span{color:#ffffff7a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.35rem;font-size:.65rem;font-weight:700;display:block}.footer-contact-item p{color:#ffffffc7;margin:0;font-size:.9rem;line-height:1.6}.footer-contact-item a{color:#ffffffc7;font-size:.9rem;text-decoration:none}.footer-contact-item a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff29;justify-content:space-between;align-items:center;gap:1.5rem;width:min(1180px,100% - 3rem);margin:0 auto;padding:1.5rem 0;display:flex}.footer-bottom p{color:#ffffff80;margin:0;font-size:.72rem}.footer-legal{align-items:center;gap:1.5rem;display:flex}.footer-legal a{color:#ffffff94;font-size:.72rem;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#fff}.footer-credit{text-align:center;color:#ffffff73;letter-spacing:.02em;padding:1rem 1rem 1.35rem;font-size:.7rem}.footer-credit a{color:#fff;font-weight:600;text-decoration:none;transition:opacity .2s}.footer-credit a:hover{opacity:.75}@media (width<=850px){.footer-main{grid-template-columns:1fr 1fr;gap:3.5rem}.footer-brand{grid-column:1/-1;max-width:650px}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=600px){.footer-main{grid-template-columns:1fr;gap:2.8rem;width:min(100% - 2.5rem,500px);padding:4rem 0 3.5rem}.footer-brand{grid-column:auto}.footer-logo img{height:100px}.footer-brand p{font-size:.84rem;line-height:1.75}.footer-column h3{margin-bottom:1.3rem}.footer-bottom{align-items:flex-start;gap:1rem;width:min(100% - 2.5rem,500px);padding:1.4rem 0}.footer-legal{flex-wrap:wrap;gap:1rem}.footer-credit{padding-bottom:1.25rem}}.footer-socials{align-items:center;gap:1rem;margin-top:2rem;display:flex}@media (width<=600px){.footer-socials{margin-top:1.5rem}.footer-social-link{width:38px;height:38px}.footer-social-link svg{width:16px!important;height:16px!important}}.footer-brand-bottom{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.footer-icef{align-items:center;display:flex}.footer-icef img{object-fit:contain;opacity:.85;width:auto;height:180px;transition:opacity .2s}.footer-icef img:hover{opacity:1}.footer-socials{align-items:center;gap:1rem;display:flex}.footer-social-link{color:#fffc;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .25s,color .25s,transform .25s;display:flex}.footer-social-link:hover{color:#09508d;background:#fff;transform:translateY(-3px)}.footer-social-link:active{transform:scale(.95)}@media (width<=600px){.footer-brand-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.footer-socials{margin-top:0}.footer-social-link{width:38px;height:38px}.footer-social-link svg{width:16px!important;height:16px!important}.footer-icef img{height:180px}}.hero{background:#fff;position:relative;overflow:hidden}.hero-container{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;width:min(1280px,100% - 4rem);min-height:calc(100vh - 110px);margin:0 auto;display:grid;position:relative}.hero-content{z-index:3;max-width:680px;padding:5rem 0 5rem 2rem;position:relative}.hero-eyebrow{color:#09508d;letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:.1rem;font-size:.72rem;font-weight:700;display:flex}.hero-eyebrow-line{background:#09508d;flex-shrink:0;width:34px;height:1px}.hero-title{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(3.5rem,5.5vw,5.4rem);font-weight:700;line-height:.98}.hero-title span{color:#09508d}.hero-description{color:#4d4d4d;max-width:580px;margin:1.8rem 0 2.3rem;font-size:.98rem;line-height:1.8}.hero-description strong{color:#282f3b;font-weight:700}.hero-button{color:#fff;letter-spacing:.02em;background:#09508d;align-items:center;gap:1.4rem;padding:.95rem 1.25rem .95rem 1.5rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.hero-button-arrow{background:#ffffff24;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.05rem;line-height:1;display:flex}.hero-button:hover{background:#073e6e;transform:translateY(-2px)}.hero-stat{align-items:center;gap:1rem;margin-top:4rem;display:flex}.hero-stat-number{color:#09508d;letter-spacing:.14em;font-size:.72rem;font-weight:800}.hero-stat-line{background:#09508d59;width:42px;height:1px}.hero-stat-label{color:#4d4d4d;letter-spacing:.08em;text-transform:uppercase;opacity:.65;font-size:.67rem;font-weight:600}.hero-visual{z-index:1;justify-content:flex-end;align-self:stretch;align-items:center;min-width:0;margin-left:-5rem;display:flex;position:relative}.hero-image-wrapper{aspect-ratio:550/358;justify-content:flex-end;align-items:center;width:min(850px,100%);display:flex;position:relative;overflow:visible;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000026 .2%,#000000a6 10%,#000 34% 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000026 .2%,#000000a6 10%,#000 34% 100%)}.hero-image{object-fit:contain;object-position:center right;filter:saturate(.94);width:100%;height:100%;display:block}.hero-image-overlay{pointer-events:none;background:linear-gradient(90deg,#fff 0%,#ffffffd1 7%,#ffffff61 19%,#0000 35%);position:absolute;inset:0}@media (width>=1400px){.hero-container{width:min(1380px,100% - 5rem)}.hero-content{padding-left:3rem}.hero-title{font-size:clamp(4rem,5.4vw,5.8rem)}.hero-visual{margin-left:-7rem}.hero-image-wrapper{width:700px}}@media (width<=1050px){.hero-container{grid-template-columns:1fr;width:min(100% - 3rem,850px);min-height:auto;padding-top:4rem}.hero-content{max-width:720px;padding:2rem 0 1rem}.hero-title{font-size:clamp(3.2rem,8vw,5rem)}.hero-visual{justify-content:center;min-height:0;margin-top:-1rem;margin-left:0}.hero-image-wrapper{width:min(650px,100%);-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000000b3 18%,#000 32% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000000b3 18%,#000 32% 100%)}}@media (width<=700px){.hero-container{width:calc(100% - 2.5rem);padding-top:2rem}.hero-content{padding:1.5rem 0 0}.hero-eyebrow{letter-spacing:.12em;margin-bottom:1.15rem;font-size:.62rem}.hero-eyebrow-line{width:25px}.hero-title{letter-spacing:-.055em;font-size:clamp(2.7rem,12vw,4rem);line-height:1}.hero-description{margin:1.4rem 0 1.8rem;font-size:.9rem;line-height:1.7}.hero-button{padding:.85rem 1rem .85rem 1.25rem}.hero-stat{gap:.7rem;margin-top:2.5rem}.hero-stat-number{font-size:.62rem}.hero-stat-line{width:25px}.hero-stat-label{letter-spacing:.05em;font-size:.56rem}.hero-visual{justify-content:center;margin-top:.5rem}.hero-image-wrapper{width:115%;margin-right:-7.5%;-webkit-mask-image:none;mask-image:none}.hero-image-overlay{background:0 0}}@media (width<=400px){.hero-container{width:calc(100% - 2rem)}.hero-title{font-size:2.65rem}.hero-description{font-size:.86rem}.hero-stat-label{display:none}.hero-image-wrapper{width:120%;margin-right:-10%}}.home-highlights{background:#f5f7fa;padding:8rem 0;position:relative;overflow:hidden}.highlights-container{width:min(1280px,100% - 4rem);margin:0 auto}.highlights-intro{justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:4.5rem;display:flex}.highlights-eyebrow{color:#09508d;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.15rem;font-size:.7rem;font-weight:700;display:flex}.highlights-eyebrow-line{background:#09508d;width:32px;height:1px}.highlights-intro h2{color:#282f3b;letter-spacing:-.05em;margin:0;font-size:clamp(2.6rem,4.5vw,4.4rem);font-weight:700;line-height:1.02}.highlights-intro h2 span{color:#09508d}.highlights-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.highlight-item{border-top:1px solid #282f3b2e;border-bottom:1px solid #282f3b2e;flex-direction:column;min-height:430px;padding:2.2rem 2.3rem 2rem;display:flex;position:relative}.highlight-item+.highlight-item{border-left:1px solid #282f3b24}.highlight-offset{transform:translateY(2.5rem)}.highlight-top{justify-content:space-between;align-items:center;margin-bottom:3.2rem;display:flex}.highlight-number{color:#09508d;letter-spacing:.12em;font-size:.68rem;font-weight:800}.highlight-icon{color:#09508d;border:1px solid #09508d4d;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.highlight-content{flex:1}.highlight-kicker{color:#4d4d4d;letter-spacing:.13em;text-transform:uppercase;opacity:.6;margin:0 0 .75rem;font-size:.63rem;font-weight:700}.highlight-content h3{color:#282f3b;letter-spacing:-.035em;margin:0;font-size:clamp(1.65rem,2.5vw,2.3rem);font-weight:700;line-height:1.05}.highlight-date{align-items:baseline;gap:.65rem;margin-top:1.6rem;display:flex}.highlight-date strong{color:#09508d;letter-spacing:-.04em;font-size:1.35rem;font-weight:800}.highlight-date span{color:#4d4d4d;letter-spacing:.08em;text-transform:uppercase;opacity:.7;font-size:.68rem;font-weight:700}.highlight-description{color:#4d4d4d;max-width:330px;margin:1.5rem 0 0;font-size:.86rem;line-height:1.75}.highlight-location{color:#282f3b;letter-spacing:.03em;margin-top:1rem;font-size:.7rem;font-weight:600}.highlight-list{flex-direction:column;gap:.8rem;margin:1.7rem 0 0;padding:0;list-style:none;display:flex}.highlight-list li{color:#4d4d4d;align-items:center;gap:.7rem;font-size:.78rem;line-height:1.4;display:flex}.highlight-list li:before{content:"";background:#09508d;border-radius:50%;flex-shrink:0;width:5px;height:5px}.highlight-link{color:#09508d;letter-spacing:.04em;border-bottom:1px solid #09508d66;align-self:flex-start;align-items:center;gap:.7rem;margin-top:2.5rem;padding-bottom:.45rem;font-size:.72rem;font-weight:800;text-decoration:none;transition:gap .25s,border-color .25s;display:inline-flex}.highlight-link:hover{border-color:#09508d;gap:1rem}.highlight-featured{background:#fff;border-top:2px solid #09508d;box-shadow:0 20px 50px #282f3b0f}@media (width>=1400px){.highlights-container{width:min(1380px,100% - 5rem)}.highlight-item{min-height:450px;padding:2.5rem 2.7rem 2.2rem}}@media (width<=950px){.home-highlights{padding:6rem 0}.highlights-intro{margin-bottom:3.5rem}.highlights-grid{grid-template-columns:1fr}.highlight-item{min-height:auto;padding:2.2rem 2rem}.highlight-item+.highlight-item{border-top:none;border-left:none}.highlight-offset{transform:none}.highlight-content{min-height:210px}}@media (width<=600px){.home-highlights{padding:5rem 0}.highlights-container{width:calc(100% - 2.5rem)}.highlights-intro{margin-bottom:3rem;display:block}.highlights-intro h2{font-size:clamp(2.4rem,11vw,3.3rem)}.highlight-item{min-height:390px;padding:1.8rem 1.5rem}.highlight-top{margin-bottom:2.5rem}.highlight-content h3{font-size:1.8rem}.highlight-description{font-size:.84rem}}@media (width<=400px){.highlights-container{width:calc(100% - 2rem)}.highlight-item{padding:1.6rem 1.25rem}.highlight-content h3{font-size:1.65rem}}.services-preview{background:#fff;padding:clamp(6rem,10vw,9rem) 0;overflow:hidden}.services-preview-container{width:min(1180px,100% - 3rem);margin:0 auto}.services-preview-header{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:end;gap:clamp(3rem,8vw,8rem);margin-bottom:clamp(3.5rem,6vw,5rem);display:grid}.services-preview-eyebrow{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:700;display:inline-flex}.services-preview-eyebrow:before{content:"";background:#09508d;width:30px;height:1px}.services-preview-heading h2{color:#282f3b;letter-spacing:-.055em;max-width:720px;margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:700;line-height:.98}.services-preview-heading h2 span{color:#09508d}.services-preview-intro{justify-self:end;max-width:390px}.services-preview-intro p{color:#4d4d4d;margin:0 0 1.8rem;font-size:.95rem;line-height:1.8}.services-preview-button{color:#282f3b;letter-spacing:.03em;border-bottom:1px solid #09508d;align-items:center;gap:.8rem;padding-bottom:.55rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex}.services-preview-button:hover{color:#09508d;gap:1.05rem}.services-grid{border-top:1px solid #282f3b24;border-left:1px solid #282f3b24;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.service-item{min-width:0;color:inherit;background:#fff;border-bottom:1px solid #282f3b24;border-right:1px solid #282f3b24;grid-template-rows:auto 1fr;text-decoration:none;display:grid;position:relative;overflow:hidden}.service-image{background:#f5f7fa;height:clamp(250px,27vw,390px);position:relative;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1);display:block}.service-item:hover .service-image img{transform:scale(1.025)}.service-number{color:#fff;letter-spacing:.08em;background:#09508d;justify-content:center;align-items:center;width:48px;height:48px;font-size:.72rem;font-weight:700;display:flex;position:absolute;bottom:1.3rem;left:1.4rem}.service-content{justify-content:space-between;align-items:flex-end;gap:2rem;min-height:185px;padding:2rem 2rem 2.2rem;display:flex}.service-content h3{color:#282f3b;letter-spacing:-.025em;max-width:400px;margin:0 0 .7rem;font-size:clamp(1.35rem,2vw,1.8rem);font-weight:700;line-height:1.12}.service-content p{color:#4d4d4d;max-width:450px;margin:0;font-size:.88rem;line-height:1.7}.service-arrow{color:#09508d;border:1px solid #09508d4d;border-radius:50%;flex:none;justify-content:center;align-items:center;width:46px;height:46px;transition:background .25s,color .25s,transform .25s;display:flex}.service-item:hover .service-arrow{color:#fff;background:#09508d;transform:translate(2px,-2px)}@media (width<=900px){.services-preview-container{width:min(100% - 2rem,760px)}.services-preview-header{grid-template-columns:1fr;gap:2rem}.services-preview-intro{justify-self:start;max-width:600px}.services-grid{grid-template-columns:1fr}.service-image{height:400px}}@media (width<=600px){.services-preview{padding:5rem 0}.services-preview-container{width:calc(100% - 2rem)}.services-preview-header{margin-bottom:3rem}.services-preview-heading h2{font-size:clamp(2.45rem,12vw,3.6rem)}.services-preview-intro p{font-size:.9rem;line-height:1.7}.service-image{height:270px}.service-number{width:43px;height:43px;bottom:1rem;left:1rem}.service-content{gap:1rem;min-height:0;padding:1.5rem 1.2rem 1.6rem}.service-content h3{font-size:1.3rem}.service-content p{font-size:.82rem;line-height:1.6}.service-arrow{width:40px;height:40px}}@media (width<=380px){.service-image{height:235px}.service-content{align-items:flex-start}.service-content h3{font-size:1.18rem}.service-content p{font-size:.78rem}}.about-preview{background:#f5f7fa;padding:clamp(6rem,10vw,9rem) 0;position:relative;overflow:hidden}.about-preview-container{width:min(1180px,100% - 3rem);margin:0 auto}.about-preview-main{grid-template-columns:.65fr 1.5fr .85fr;align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.about-preview-label{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.7rem;padding-top:.65rem;font-size:.7rem;font-weight:700;display:flex}.about-preview-label-line{background:#09508d;width:28px;height:1px}.about-preview-heading h2{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:700;line-height:.98}.about-preview-heading h2 span{color:#09508d}.about-preview-copy{max-width:390px}.about-preview-copy p{color:#4d4d4d;margin:0 0 1.2rem;font-size:.9rem;line-height:1.8}.about-preview-copy strong{color:#282f3b;font-weight:700}.about-preview-button{color:#282f3b;border-bottom:1px solid #09508d;align-items:center;gap:.8rem;margin-top:.8rem;padding-bottom:.55rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex}.about-preview-button:hover{color:#09508d;gap:1.05rem}.about-preview-est{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;margin:clamp(5rem,8vw,7rem) 0 0;display:grid}.about-preview-est-line{background:#282f3b26;height:1px}.about-preview-est-content{align-items:baseline;gap:.8rem;display:flex}.about-principles{border-top:1px solid #282f3b24;border-bottom:1px solid #282f3b24;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3rem;display:grid}.about-principle{border-right:1px solid #282f3b24;grid-template-columns:auto minmax(0,1fr);gap:1.3rem;padding:2.5rem 2.2rem 2.7rem;display:grid}.about-principle:first-child{padding-left:0}.about-principle:last-child{border-right:none;padding-right:0}.about-principle-number{color:#09508d;letter-spacing:.08em;padding-top:.2rem;font-size:.68rem;font-weight:700}.about-principle-content h3{color:#282f3b;letter-spacing:-.025em;margin:0 0 .65rem;font-size:1.35rem;font-weight:700}.about-principle-content p{color:#4d4d4d;margin:0;font-size:.82rem;line-height:1.7}@media (width<=950px){.about-preview-main{grid-template-columns:1fr 1.5fr;gap:2rem 4rem}.about-preview-label{grid-column:1/-1}.about-preview-copy{max-width:500px}.about-principles{grid-template-columns:1fr}.about-principle,.about-principle:first-child,.about-principle:last-child{border-bottom:1px solid #282f3b24;border-right:none;padding:2rem 0}.about-principle:last-child{border-bottom:none}}@media (width<=650px){.about-preview{padding:5rem 0}.about-preview-container{width:calc(100% - 2rem)}.about-preview-main{display:block}.about-preview-label{margin-bottom:1.5rem}.about-preview-heading h2{font-size:clamp(2.5rem,12vw,3.7rem)}.about-preview-copy{max-width:none;margin-top:2rem}.about-preview-copy p{font-size:.87rem;line-height:1.75}.about-preview-est{grid-template-columns:1fr;gap:1rem;margin-top:4rem}.about-preview-est-line{display:none}.about-preview-est-content{border-top:1px solid #282f3b26;border-bottom:1px solid #282f3b26;justify-content:flex-start;padding:1.2rem 0}.about-preview-est-number{font-size:2.6rem}.about-preview-est-label{font-size:.58rem}.about-principles{margin-top:2rem}.about-principle,.about-principle:first-child,.about-principle:last-child{grid-template-columns:30px minmax(0,1fr);gap:1rem;padding:1.7rem 0}.about-principle-content h3{font-size:1.2rem}.about-principle-content p{font-size:.8rem}}.canada-ad{background:#f5f7fa;width:100%;overflow:hidden}.canada-ad-container{grid-template-columns:1.05fr .95fr;align-items:stretch;min-height:620px;display:grid;position:relative}.canada-ad-visual{min-height:620px;position:relative;overflow:hidden}.canada-ad-image{object-fit:cover;object-position:center;filter:saturate(.92);width:100%;height:100%;display:block;position:absolute;inset:0}.canada-ad-fade{pointer-events:none;background:linear-gradient(90deg,#0000 0% 55%,#f5f7fa14 68%,#f5f7fa73 82%,#f5f7fa 100%);position:absolute;inset:0}.canada-ad-content{z-index:2;flex-direction:column;justify-content:center;max-width:570px;padding:5rem clamp(2rem,5vw,6rem) 5rem 2rem;display:flex;position:relative}.canada-ad-label{color:#09508d;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.35rem;font-size:.7rem;font-weight:700;display:flex}.canada-ad-label span{background:#09508d;width:30px;height:1px}.canada-ad-content h2{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,5vw,5rem);font-weight:500;line-height:.98}.canada-ad-content h2 strong{color:#09508d;font-weight:700}.canada-ad-subtitle{color:#282f3b;letter-spacing:.08em;margin-top:1.4rem;font-size:1rem;font-weight:700}.canada-ad-subtitle span{color:#09508d;margin:0 .5rem}.canada-ad-description{color:#4d4d4d;max-width:500px;margin:1.5rem 0 2.3rem;font-size:.94rem;line-height:1.75}.canada-ad-benefits{border-top:1px solid #282f3b24;border-bottom:1px solid #282f3b24;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.canada-ad-benefits>div{color:#282f3b;align-items:center;gap:.8rem;min-height:58px;font-size:.78rem;font-weight:600;display:flex}.canada-ad-benefits>div:nth-child(odd){border-right:1px solid #282f3b24}.canada-ad-benefits>div:nth-child(-n+2){border-bottom:1px solid #282f3b24}.benefit-number{color:#09508d;letter-spacing:.08em;font-size:.62rem;font-weight:700}.canada-ad-button{color:#fff;background:#09508d;align-items:center;gap:1.5rem;width:fit-content;margin-top:2.2rem;padding:.95rem 1.3rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.canada-ad-button span{font-size:1rem}.canada-ad-button:hover{background:#282f3b;transform:translateY(-2px)}@media (width<=950px){.canada-ad-container{grid-template-columns:1fr}.canada-ad-visual{min-height:500px}.canada-ad-fade{background:linear-gradient(#0000 55%,#f5f7fa4d 78%,#f5f7fa 100%)}.canada-ad-content{max-width:720px;margin:0 auto;padding:3.5rem 2rem 4.5rem}}@media (width<=600px){.canada-ad-visual{min-height:380px}.canada-ad-content{padding:3rem 1.25rem 3.5rem}.canada-ad-label{font-size:.62rem}.canada-ad-content h2{font-size:clamp(2.7rem,13vw,4rem)}.canada-ad-subtitle{font-size:.85rem}.canada-ad-description{margin:1.3rem 0 2rem;font-size:.88rem}.canada-ad-benefits{grid-template-columns:1fr}.canada-ad-benefits>div{min-height:52px}.canada-ad-benefits>div:nth-child(odd){border-right:none}.canada-ad-benefits>div:nth-child(-n+2){border-bottom:none}.canada-ad-benefits>div:not(:last-child){border-bottom:1px solid #282f3b24}.canada-ad-button{margin-top:1.8rem}}.final-cta{color:#fff;background:#09508d;position:relative;overflow:hidden}.final-cta:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:620px;height:620px;position:absolute;top:50%;right:-220px;transform:translateY(-50%);box-shadow:0 0 0 80px #ffffff06,0 0 0 160px #ffffff05}.final-cta:after{content:"WR";color:#ffffff09;letter-spacing:-.08em;pointer-events:none;font-size:clamp(10rem,20vw,18rem);font-weight:800;line-height:1;position:absolute;bottom:-4.5rem;right:4%}.final-cta-inner{z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:7rem 2rem;position:relative}.final-cta-label{color:#ffffffc7;letter-spacing:.17em;text-transform:uppercase;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.6rem;font-size:.7rem;font-weight:700;display:flex}.final-cta-label span{background:#ffffffa6;width:30px;height:1px}.final-cta h2{color:#fff;letter-spacing:-.06em;margin:0;font-size:clamp(3.2rem,6vw,6rem);font-weight:500;line-height:.95}.final-cta h2 strong{font-weight:700}.final-cta p{color:#ffffffc2;max-width:600px;margin:2rem auto 0;font-size:.96rem;line-height:1.75}.final-cta-button{color:#09508d;background:#fff;align-items:center;gap:1.5rem;margin-top:2.5rem;padding:1rem 1.35rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.final-cta-button span{font-size:1rem}.final-cta-button:hover{background:#f5f7fa}@media (width<=600px){.final-cta-inner{padding:5rem 1.25rem}.final-cta h2{font-size:clamp(2.8rem,13vw,4rem)}.final-cta p{margin-top:1.5rem;font-size:.88rem}.final-cta-button{margin-top:2rem}.final-cta:before{width:400px;height:400px;right:-250px}.final-cta:after{font-size:9rem;bottom:-2rem;right:-1rem}}.news-insights{background:#fff;overflow:hidden}.news-insights-container{max-width:1240px;margin:0 auto;padding:7rem 2rem}.news-insights-header{grid-template-columns:1fr .75fr;align-items:end;gap:5rem;margin-bottom:4rem;display:grid}.news-insights-label{color:#09508d;letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.3rem;font-size:.7rem;font-weight:700;display:flex}.news-insights-label span{background:#09508d;width:30px;height:1px}.news-insights-header h2{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,5vw,5rem);font-weight:500;line-height:.98}.news-insights-header h2 strong{color:#09508d;font-weight:700}.news-insights-intro{justify-self:end;max-width:450px}.news-insights-intro p{color:#4d4d4d;margin:0;font-size:.92rem;line-height:1.75}.news-view-all{color:#282f3b;border-bottom:1px solid #282f3b4d;align-items:center;gap:1.2rem;margin-top:1.5rem;padding-bottom:.4rem;font-size:.76rem;font-weight:700;text-decoration:none;display:inline-flex}.news-view-all span{color:#09508d;font-size:1rem}.news-view-all:hover{color:#09508d}.news-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.news-image-link{text-decoration:none;display:block}.news-image-wrapper{aspect-ratio:.9;background:#f5f7fa;width:100%;position:relative;overflow:hidden}.news-image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.news-image-number{color:#fff;letter-spacing:.05em;background:#09508d;justify-content:center;align-items:center;width:38px;height:38px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.news-card:hover .news-image{transform:scale(1.035)}.news-card-meta{color:#09508d;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.65rem;margin-top:1.25rem;font-size:.62rem;font-weight:700;display:flex}.news-meta-line{background:#09508d;width:20px;height:1px}.news-card h3{color:#282f3b;letter-spacing:-.015em;margin:.75rem 0 0;font-size:1.05rem;font-weight:700;line-height:1.4}.news-card h3 a{color:inherit;text-decoration:none}.news-card h3 a:hover{color:#09508d}.news-read-more{color:#4d4d4d;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.9rem;margin-top:1rem;font-size:.68rem;font-weight:700;text-decoration:none;display:inline-flex}.news-read-more span{color:#09508d;font-size:.95rem}.news-read-more:hover{color:#09508d}@media (width<=1050px){.news-insights-container{padding:6rem 2rem}.news-insights-header{grid-template-columns:1fr 1fr;gap:3rem}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:3.5rem}.news-image-wrapper{aspect-ratio:1.1}}@media (width<=650px){.news-insights-container{padding:5rem 1.25rem}.news-insights-header{grid-template-columns:1fr;gap:1.75rem;margin-bottom:3rem}.news-insights-header h2{font-size:clamp(2.7rem,12vw,4rem)}.news-insights-intro{justify-self:start}.news-insights-intro p{font-size:.87rem}.news-grid{grid-template-columns:1fr;gap:3.5rem}.news-image-wrapper{aspect-ratio:1.15}.news-card h3{font-size:1.05rem}}.about-preview-est-content{flex-direction:column;align-items:center;gap:1.2rem;display:flex}.about-preview-est-main{align-items:baseline;gap:.8rem;display:flex}.about-preview-est-number{color:#09508d;letter-spacing:-.05em;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1}.about-preview-est-label{color:#4d4d4d;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;font-size:.65rem;font-weight:700}.about-preview-icef{justify-content:center;align-items:center;display:flex}.about-preview-icef img{object-fit:contain;width:auto;height:180px;display:block}@media (width<=650px){.about-preview-est-content{gap:1rem}.about-preview-icef img{height:180px}}@media (width<=400px){.about-preview-est-main{flex-direction:column;align-items:center;gap:.3rem}.about-preview-est-label{white-space:normal}}.about-page{background:#fff;overflow:hidden}.about-hero{background:linear-gradient(115deg,#fff 0% 55%,#f5f7fa 100%);align-items:center;min-height:calc(100vh - 110px);display:flex;position:relative}.about-hero-inner{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:center;gap:clamp(3rem,7vw,8rem);width:min(1200px,100% - 4rem);min-height:calc(100vh - 110px);margin:0 auto;display:grid}.about-hero-content{z-index:2;max-width:720px;position:relative}.about-eyebrow{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;display:flex}.about-eyebrow span{background:#09508d;width:34px;height:1px}.about-hero h1{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(3.5rem,6.5vw,6.8rem);font-weight:500;line-height:.98}.about-hero h1 strong{color:#09508d;font-weight:700}.about-hero-content>p{color:#4d4d4d;max-width:600px;margin:2rem 0 3rem;font-size:1rem;line-height:1.8}.about-hero-meta{align-items:center;gap:1.8rem;display:flex}.about-hero-meta div:not(.about-meta-line){flex-direction:column;gap:.3rem;display:flex}.about-hero-meta strong{color:#282f3b;font-size:1.65rem;font-weight:700;line-height:1}.about-hero-meta span{color:#4d4d4d;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:600}.about-meta-line{background:#282f3b2e;width:1px;height:42px}.about-hero-visual{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.about-hero-visual:before{content:"WR";color:#09508d0b;letter-spacing:-.1em;pointer-events:none;font-size:clamp(15rem,25vw,28rem);font-weight:800;line-height:.8;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-hero-number{z-index:1;aspect-ratio:1;background:radial-gradient(circle,#fffffffa 0%,#f5f7fad1 65%,#f5f7fa00 100%);border:1px solid #09508d2e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:clamp(260px,28vw,390px);display:flex;position:relative;box-shadow:0 30px 80px #09508d14}.about-hero-number:before{content:"";border:1px solid #09508d14;border-radius:50%;position:absolute;inset:16px}.about-hero-number span{color:#09508d;letter-spacing:-.08em;font-size:clamp(6rem,10vw,9rem);font-weight:700;line-height:.8}.about-hero-number small{color:#282f3b;letter-spacing:.28em;margin-top:1rem;font-size:.7rem;font-weight:700}@media (width<=900px){.about-hero-inner{grid-template-columns:1fr;gap:4rem;min-height:auto;padding:6rem 0}.about-hero-content{max-width:800px}.about-hero-visual{min-height:380px}.about-hero-number{width:300px}}@media (width<=600px){.about-hero-inner{gap:3rem;width:min(100% - 2.5rem,500px);padding:4.5rem 0 5rem}.about-hero h1{font-size:clamp(3rem,14vw,4.5rem);line-height:1}.about-hero-content>p{margin:1.5rem 0 2.3rem;font-size:.9rem;line-height:1.75}.about-hero-meta{gap:1rem}.about-hero-meta strong{font-size:1.35rem}.about-hero-meta span{font-size:.58rem}.about-meta-line{height:35px}.about-hero-visual{min-height:300px}.about-hero-number{width:250px}.about-hero-number span{font-size:6rem}.about-hero-number small{font-size:.58rem}}.about-who{background:#fff;padding:clamp(6rem,10vw,10rem) 0;position:relative;overflow:hidden}.about-who-inner{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:center;gap:clamp(4rem,8vw,9rem);width:min(1200px,100% - 4rem);margin:0 auto;display:grid}.about-section-label{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.8rem;margin-bottom:1.4rem;font-size:.7rem;font-weight:700;display:flex}.about-section-label span{background:#09508d;width:34px;height:1px}.about-who-content h2{color:#282f3b;letter-spacing:-.055em;max-width:650px;margin:0 0 2rem;font-size:clamp(2.8rem,5vw,5.3rem);font-weight:600;line-height:1}.about-who-content h2 span{color:#09508d}.about-who-content p{color:#4d4d4d;max-width:650px;margin:0 0 1.25rem;font-size:.94rem;line-height:1.85}.about-who-content .about-who-lead{color:#282f3b;margin-bottom:1.7rem;font-size:1.08rem;line-height:1.75}.about-who-action{margin-top:2.3rem}.about-text-link{color:#09508d;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.9rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.about-text-link span{font-size:1.1rem;transition:transform .2s}.about-text-link:hover span{transform:translate(4px)}.about-who-visual{background:#f5f7fa;flex-direction:column;justify-content:center;min-height:600px;padding:4rem;display:flex;position:relative;overflow:hidden}.about-who-visual:before{content:"2006";color:#09508d0b;letter-spacing:-.08em;pointer-events:none;font-size:clamp(8rem,15vw,14rem);font-weight:800;line-height:1;position:absolute;top:-2rem;right:-1.5rem}.about-who-number{z-index:1;border-bottom:1px solid #282f3b21;padding-bottom:2.5rem;position:relative}.about-who-number strong{color:#09508d;letter-spacing:-.07em;font-size:clamp(4rem,7vw,6.5rem);font-weight:700;line-height:.9;display:block}.about-who-number span{color:#282f3b;letter-spacing:.14em;text-transform:uppercase;margin-top:.8rem;font-size:.72rem;font-weight:700;display:block}.about-who-stat{z-index:1;border-bottom:1px solid #282f3b21;padding:2rem 0;position:relative}.about-who-stat strong{color:#282f3b;letter-spacing:-.05em;font-size:clamp(2.3rem,4vw,3.5rem);font-weight:700;line-height:1;display:block}.about-who-stat span{color:#4d4d4d;letter-spacing:.1em;text-transform:uppercase;margin-top:.5rem;font-size:.68rem;font-weight:600;display:block}.about-who-destinations{z-index:1;flex-wrap:wrap;gap:.7rem 1.4rem;padding-top:2rem;display:flex;position:relative}.about-who-destinations span{color:#4d4d4d;letter-spacing:.03em;font-size:.72rem;font-weight:600}.about-who-destinations span:last-child{color:#09508d}.about-who-line{border:1px solid #09508d21;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-90px;right:-90px}.about-who-line:before{content:"";border:1px solid #09508d14;border-radius:50%;position:absolute;inset:25px}@media (width<=900px){.about-who-inner{grid-template-columns:1fr;gap:4rem}.about-who-content{max-width:800px}.about-who-visual{min-height:480px}}@media (width<=600px){.about-who{padding:5rem 0}.about-who-inner{width:min(100% - 2.5rem,500px)}.about-who-content h2{font-size:clamp(2.7rem,12vw,4rem)}.about-who-content .about-who-lead{font-size:.98rem}.about-who-content p{font-size:.88rem;line-height:1.75}.about-who-visual{min-height:430px;padding:2.5rem 2rem}.about-who-number strong{font-size:4.5rem}.about-who-stat strong{font-size:2.6rem}.about-who-destinations{gap:.6rem 1rem}}.mvv-section{background:#fff;padding:8rem 0;position:relative;overflow:hidden}.mvv-container{width:min(1180px,100% - 3rem);margin:0 auto}.mvv-intro{max-width:760px;margin-bottom:5rem}.mvv-eyebrow{color:#09508d;letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.3rem;font-size:.72rem;font-weight:700;display:flex}.mvv-eyebrow span{background:#09508d;width:32px;height:1px}.mvv-intro h2{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:700;line-height:.98}.mvv-intro h2 span{color:#09508d}.mvv-intro p{color:#4d4d4d;max-width:620px;margin-top:1.8rem;font-size:.98rem;line-height:1.8}.mvv-main{border-top:1px solid #282f3b24;border-bottom:1px solid #282f3b24;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.mvv-feature{grid-template-columns:55px minmax(0,1fr);gap:1.5rem;padding:3.5rem 3rem;display:grid;position:relative}.mvv-feature:first-child{border-right:1px solid #282f3b24}.mvv-number{color:#09508d;letter-spacing:.12em;font-size:.68rem;font-weight:700}.mvv-label{color:#09508d;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.68rem;font-weight:700;display:block}.mvv-content h3{color:#282f3b;letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:700;line-height:1.05}.mvv-content p{color:#4d4d4d;max-width:450px;margin-top:1.4rem;font-size:.9rem;line-height:1.75}.mvv-values{grid-template-columns:.8fr 1.2fr;gap:5rem;padding:5rem 0;display:grid}.mvv-values-heading{grid-template-columns:55px 1fr;align-content:start;gap:1.5rem;display:grid}.mvv-values-heading h3{color:#282f3b;letter-spacing:-.045em;margin:0;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1}.mvv-values-heading h3 span{color:#09508d}.mvv-values-list{border-top:1px solid #282f3b24;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.mvv-value{border-bottom:1px solid #282f3b24;align-items:center;gap:1rem;min-height:72px;display:flex}.mvv-value:nth-child(odd){padding-right:1.5rem}.mvv-value:nth-child(2n){border-left:1px solid #282f3b24;padding-left:1.5rem}.mvv-value span{color:#09508d;letter-spacing:.08em;flex-shrink:0;font-size:.62rem;font-weight:700}.mvv-value h4{color:#282f3b;margin:0;font-size:.88rem;font-weight:600}.mvv-experience{background:#09508d;align-items:center;gap:2rem;padding:2.5rem 3rem;display:flex}.mvv-experience-number{color:#fff;letter-spacing:-.07em;font-size:clamp(4rem,7vw,6.5rem);font-weight:700;line-height:.8}.mvv-experience-number span{font-size:.45em}.mvv-experience-copy{border-left:1px solid #ffffff59;max-width:420px;padding-left:2rem}.mvv-experience-copy strong{color:#fff;margin-bottom:.35rem;font-size:.95rem;display:block}.mvv-experience-copy p{color:#ffffffbf;margin:0;font-size:.82rem;line-height:1.6}@media (width<=900px){.mvv-section{padding:6rem 0}.mvv-main{grid-template-columns:1fr}.mvv-feature:first-child{border-bottom:1px solid #282f3b24;border-right:0}.mvv-values{grid-template-columns:1fr;gap:3rem}}@media (width<=600px){.mvv-section{padding:5rem 0}.mvv-container{width:min(100% - 2rem,1180px)}.mvv-intro{margin-bottom:3.5rem}.mvv-intro h2{font-size:clamp(2.5rem,12vw,3.7rem)}.mvv-intro p{margin-top:1.4rem;font-size:.88rem}.mvv-feature{grid-template-columns:35px minmax(0,1fr);gap:1rem;padding:2.5rem 1.25rem}.mvv-content h3{font-size:1.8rem}.mvv-content p{font-size:.84rem}.mvv-values{padding:3.5rem 0}.mvv-values-heading{grid-template-columns:35px 1fr;gap:1rem}.mvv-values-heading h3{font-size:2.2rem}.mvv-values-list{grid-template-columns:1fr}.mvv-value,.mvv-value:nth-child(odd),.mvv-value:nth-child(2n){border-left:0;padding:0}.mvv-experience{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem 1.5rem}.mvv-experience-copy{border-top:1px solid #ffffff59;border-left:0;padding-top:1rem;padding-left:0}}.our-team{background:#f5f7fa;padding:8rem 0;overflow:hidden}.team-container{width:min(1180px,100% - 3rem);margin:0 auto}.team-header{grid-template-columns:1fr .65fr;align-items:end;gap:5rem;margin-bottom:4.5rem;display:grid}.team-eyebrow{color:#09508d;letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.team-eyebrow span{background:#09508d;width:32px;height:1px}.team-heading h2{color:#282f3b;letter-spacing:-.06em;margin:0;font-size:clamp(3rem,5.5vw,5.5rem);font-weight:700;line-height:.95}.team-heading h2 span{color:#09508d}.team-intro{max-width:430px;padding-bottom:.3rem}.team-intro p{color:#4d4d4d;margin:0;font-size:.95rem;line-height:1.8}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.team-member{min-width:0}.team-member-featured{grid-area:span 2/span 2}.team-image-wrapper{aspect-ratio:4/4.7;background:#f5f7fa;width:100%;position:relative;overflow:hidden}.team-member-featured .team-image-wrapper{aspect-ratio:1.05}.team-image{object-fit:cover;object-position:center;filter:saturate(.92);width:100%;height:100%;transition:transform .5s;display:block}.team-member-info{border-top:1px solid #282f3b26;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem 0 0;display:flex}.team-member-info h3{color:#282f3b;letter-spacing:-.015em;margin:0 0 .3rem;font-size:1rem;font-weight:700}.team-member-info p{color:#4d4d4d;margin:0;font-size:.75rem;line-height:1.4}.team-member-number{color:#09508d;letter-spacing:.1em;flex-shrink:0;font-size:.62rem;font-weight:700}@media (width<=900px){.our-team{padding:6rem 0}.team-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3.5rem}.team-intro{max-width:600px}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-member-featured{grid-area:auto/span 2}.team-member-featured .team-image-wrapper{aspect-ratio:16/10}}@media (width<=600px){.our-team{padding:5rem 0}.team-container{width:min(100% - 2rem,1180px)}.team-heading h2{font-size:clamp(2.7rem,12vw,4rem)}.team-intro p{font-size:.88rem}.team-grid{grid-template-columns:1fr;gap:2.5rem}.team-member-featured{grid-column:auto}.team-member-featured .team-image-wrapper,.team-image-wrapper{aspect-ratio:4/4.7}.team-member-info{padding-top:1rem}}.about-partners{background:#f5f7fa;padding:8rem 0;position:relative;overflow:hidden}.about-partners-container{width:min(1180px,100% - 3rem);margin:0 auto}.about-partners-header{grid-template-columns:1fr .65fr;align-items:end;gap:5rem;margin-bottom:5rem;display:grid}.about-partners-eyebrow{color:#09508d;letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.about-partners-eyebrow span{background:#09508d;width:32px;height:1px}.about-partners-heading h2{color:#282f3b;letter-spacing:-.06em;margin:0;font-size:clamp(3rem,5.3vw,5.3rem);font-weight:700;line-height:.96}.about-partners-heading h2 span{color:#09508d}.about-partners-intro{color:#4d4d4d;max-width:430px;margin:0;font-size:.95rem;line-height:1.8}.about-partners-main{background:#fff;grid-template-columns:.65fr 1.35fr;min-height:430px;display:grid}.about-partners-scale{background:#09508d;flex-direction:column;justify-content:center;padding:3.5rem;display:flex;position:relative;overflow:hidden}.about-partners-scale:after{content:"";border:1px solid #ffffff26;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-160px;right:-150px}.about-partners-scale:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-100px;right:-90px}.about-partners-scale-line{background:#ffffffb3;width:35px;height:2px;margin-bottom:2rem}.about-partners-count{z-index:1;color:#fff;letter-spacing:-.07em;font-size:clamp(4rem,6vw,6.5rem);font-weight:700;line-height:.8;position:relative}.about-partners-count span{color:#fff9;font-size:.5em}.about-partners-count-label{z-index:1;color:#fff;letter-spacing:.16em;text-transform:uppercase;margin-top:1.3rem;font-size:.75rem;font-weight:700;line-height:1.45;position:relative}.about-partners-scale p{z-index:1;color:#ffffffb3;max-width:250px;margin:2rem 0 0;font-size:.78rem;line-height:1.7;position:relative}.about-partners-logos{grid-template-columns:repeat(4,minmax(0,1fr));align-content:stretch;display:grid}.about-partner-logo{border-bottom:1px solid #282f3b1a;border-left:1px solid #282f3b1a;justify-content:center;align-items:center;min-height:107px;padding:1.5rem;display:flex}.about-partner-logo:nth-child(-n+4){border-top:1px solid #282f3b1a}.about-partner-logo img{object-fit:contain;opacity:1;width:100%;max-width:135px;height:100px;display:block}.about-partners-footer{justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;display:flex}.about-partners-footer p{color:#4d4d4d;margin:0;font-size:.78rem}.about-partners-link{color:#282f3b;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.8rem;font-size:.75rem;font-weight:700;text-decoration:none;display:inline-flex}.about-partners-link span{color:#09508d;border:1px solid #282f3b33;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;display:inline-flex}@media (width<=900px){.about-partners{padding:6rem 0}.about-partners-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3.5rem}.about-partners-intro{max-width:600px}.about-partners-main{grid-template-columns:1fr}.about-partners-scale{min-height:350px}}@media (width<=600px){.about-partners{padding:5rem 0}.about-partners-container{width:min(100% - 2rem,1180px)}.about-partners-heading h2{font-size:clamp(2.7rem,12vw,4rem)}.about-partners-main{display:block}.about-partners-scale{min-height:320px;padding:2.5rem 1.5rem}.about-partners-count{font-size:5rem}.about-partners-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.about-partner-logo{min-height:100px;padding:1rem}.about-partner-logo img{max-width:115px}.about-partners-footer{flex-direction:column;align-items:flex-start;gap:1.2rem}}.testimonials-section{background:#f5f7fa;padding:8rem 0;position:relative;overflow:hidden}.testimonials-container{width:min(1180px,100% - 3rem);margin:0 auto}.testimonials-header{margin-bottom:4.5rem}.testimonials-label{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.4rem;font-size:.72rem;font-weight:700;display:flex}.testimonials-label-line{background:#09508d;width:32px;height:1px}.testimonials-heading-row{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:5rem;display:grid}.testimonials-title{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,5.5vw,5.2rem);font-weight:700;line-height:.98}.testimonials-title span{color:#09508d}.testimonials-intro{color:#4d4d4d;margin:0;font-size:.95rem;line-height:1.8}.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:1.5rem;display:grid}.testimonial-card{background:#fff;border:1px solid #09508d1a;overflow:hidden}.testimonial-card-featured{margin-top:3rem}.testimonial-image-wrapper{height:285px;position:relative;overflow:hidden}.testimonial-image{object-fit:cover;filter:saturate(.9);width:100%;height:100%;transition:transform .5s;display:block}.testimonial-card:hover .testimonial-image{transform:scale(1.025)}.testimonial-content{padding:1.7rem 1.7rem 2rem}.testimonial-top{align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.testimonial-number{color:#09508d;letter-spacing:.12em;font-size:.68rem;font-weight:700}.testimonial-line{background:#09508d40;width:35px;height:1px}.testimonial-card blockquote{color:#282f3b;letter-spacing:-.01em;margin:0 0 1.8rem;font-size:1rem;line-height:1.75}.testimonial-author{border-top:1px solid #00000014;flex-direction:column;gap:.2rem;padding-top:1.2rem;display:flex}.testimonial-author strong{color:#282f3b;letter-spacing:.02em;font-size:.78rem;font-weight:700}.testimonial-author span{color:#4d4d4d;font-size:.7rem}.testimonials-footer{color:#4d4d4d;letter-spacing:.14em;text-transform:uppercase;opacity:.7;justify-content:center;align-items:center;gap:1rem;margin-top:4rem;font-size:.65rem;font-weight:700;display:flex}.testimonials-footer-line{opacity:.6;background:#09508d;width:30px;height:1px}@media (width<=900px){.testimonials-section{padding:6rem 0}.testimonials-heading-row{grid-template-columns:1fr;gap:1.5rem}.testimonials-intro{max-width:600px}.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-card-featured{margin-top:0}.testimonial-card:last-child{grid-column:1/-1;max-width:calc(50% - .75rem)}}@media (width<=650px){.testimonials-section{padding:5rem 0}.testimonials-container{width:min(100% - 2rem,520px)}.testimonials-header{margin-bottom:3rem}.testimonials-title{font-size:clamp(2.7rem,12vw,4rem)}.testimonials-intro{font-size:.88rem;line-height:1.7}.testimonials-grid{grid-template-columns:1fr;gap:1.25rem}.testimonial-card:last-child{grid-column:auto;max-width:none}.testimonial-image-wrapper{height:320px}.testimonial-content{padding:1.4rem 1.35rem 1.7rem}.testimonial-card blockquote{font-size:.92rem;line-height:1.7}.testimonials-footer{text-align:center;flex-wrap:wrap;margin-top:3rem;font-size:.55rem}.testimonials-footer-line{width:16px}}@media (width<=400px){.testimonial-image-wrapper{height:280px}.testimonials-title{font-size:2.6rem}}.about-blog{background:#f5f7fa;padding:9rem 0;overflow:hidden}.about-blog-container{width:min(1180px,100% - 3rem);margin:0 auto}.about-blog-header{max-width:800px;margin-bottom:5rem}.about-blog-label{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.4rem;font-size:.7rem;font-weight:700;display:flex}.about-blog-label-line{background:#09508d;width:32px;height:1px}.about-blog-title{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,5.5vw,5.3rem);font-weight:700;line-height:.97}.about-blog-title span{color:#09508d}.about-blog-intro{color:#4d4d4d;max-width:650px;margin:1.8rem 0 0;font-size:.95rem;line-height:1.8}.about-blog-featured{border-bottom:1px solid #0000001a;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:4rem;margin-bottom:5rem;padding-bottom:5rem;display:grid}.about-blog-featured-image-link{text-decoration:none;display:block}.about-blog-featured-image{background:#fff;height:500px;overflow:hidden}.about-blog-featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.about-blog-featured-image-link:hover img{transform:scale(1.025)}.about-blog-featured-content{max-width:470px}.about-blog-meta{color:#09508d;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:1rem;font-size:.62rem;font-weight:700;display:flex}.about-blog-meta-dot{opacity:.55;background:#09508d;border-radius:50%;width:3px;height:3px}.about-blog-featured-content h3{color:#282f3b;letter-spacing:-.04em;margin:0 0 1.3rem;font-size:clamp(1.7rem,3vw,2.7rem);font-weight:700;line-height:1.08}.about-blog-featured-content h3 a{color:inherit;text-decoration:none}.about-blog-featured-content p{color:#4d4d4d;margin:0 0 1.8rem;font-size:.9rem;line-height:1.8}.about-blog-read{color:#282f3b;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.65rem;font-size:.68rem;font-weight:700;text-decoration:none;display:inline-flex}.about-blog-read span{color:#09508d;font-size:1rem}.about-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem 3rem;display:grid}.about-blog-card{border-bottom:1px solid #0000001a;grid-template-columns:230px minmax(0,1fr);gap:1.5rem;padding-bottom:2rem;display:grid}.about-blog-card-image-link{height:190px;text-decoration:none;display:block;overflow:hidden}.about-blog-card-image{background:#fff;width:100%;height:100%;overflow:hidden}.about-blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.about-blog-card-image-link:hover img{transform:scale(1.025)}.about-blog-card-content{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.about-blog-card-content h3{color:#282f3b;letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.05rem;font-weight:700;line-height:1.35}.about-blog-card-content h3 a{color:inherit;text-decoration:none}.about-blog-card-content p{color:#4d4d4d;margin:0 0 1.1rem;font-size:.78rem;line-height:1.65}@media (width<=1000px){.about-blog{padding:7rem 0}.about-blog-featured{grid-template-columns:1fr;gap:2rem}.about-blog-featured-content{max-width:700px}.about-blog-featured-image{height:450px}.about-blog-grid{grid-template-columns:1fr;gap:2rem}.about-blog-card{grid-template-columns:250px minmax(0,1fr)}}@media (width<=650px){.about-blog{padding:5.5rem 0}.about-blog-container{width:min(100% - 2rem,520px)}.about-blog-header{margin-bottom:3.5rem}.about-blog-title{font-size:clamp(2.7rem,12vw,4rem)}.about-blog-intro{font-size:.88rem;line-height:1.7}.about-blog-featured{gap:1.7rem;margin-bottom:3.5rem;padding-bottom:3.5rem}.about-blog-featured-image{height:330px}.about-blog-featured-content h3{font-size:1.65rem}.about-blog-featured-content p{font-size:.86rem}.about-blog-grid{gap:0}.about-blog-card{grid-template-columns:120px minmax(0,1fr);gap:1rem;margin-bottom:1.5rem;padding:0 0 1.5rem}.about-blog-card-image-link{height:120px}.about-blog-card-content h3{font-size:.9rem;line-height:1.35}.about-blog-card-content p{display:none}.about-blog-read{font-size:.58rem}}@media (width<=400px){.about-blog-card{grid-template-columns:100px minmax(0,1fr)}.about-blog-card-image-link{height:100px}.about-blog-card-content h3{font-size:.82rem}.about-blog-read{display:none}}.about-cta{justify-content:center;align-items:center;min-height:570px;margin-top:7rem;display:flex;position:relative;overflow:hidden}.about-cta-background{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(1.02)}.about-cta-overlay{background:linear-gradient(90deg,#09508df0 0%,#09508dd1 42%,#09508d94 72%,#09508d6b 100%);position:absolute;inset:0}.about-cta-content{z-index:2;text-align:center;color:#fff;width:min(850px,100% - 3rem);margin:0 auto;position:relative}.about-cta-label{letter-spacing:.18em;text-transform:uppercase;opacity:.9;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;display:inline-flex}.about-cta-label:before,.about-cta-label:after{content:"";background:#ffffffa6;width:28px;height:1px}.about-cta-content h2{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,6vw,5.5rem);font-weight:700;line-height:.98}.about-cta-content h2 span{color:#fff;opacity:.72}.about-cta-content p{color:#ffffffd6;max-width:610px;margin:1.7rem auto 2.4rem;font-size:1rem;line-height:1.75}.about-cta-button{color:#09508d;letter-spacing:.04em;background:#fff;justify-content:center;align-items:center;gap:.75rem;min-height:52px;padding:.85rem 1.5rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.about-cta-button:hover{color:#fff;background:#282f3b;transform:translateY(-2px)}.about-cta-button svg{transition:transform .2s}.about-cta-button:hover svg{transform:translate(3px)}@media (width<=900px){.about-cta{min-height:520px;margin-top:5rem}.about-cta-overlay{background:linear-gradient(90deg,#09508de6 0%,#09508db8 100%)}.about-cta-content h2{font-size:clamp(2.8rem,7vw,4.5rem)}}@media (width<=600px){.about-cta{min-height:500px;margin-top:4rem}.about-cta-background{background-position:50%}.about-cta-overlay{background:linear-gradient(#09508db8 0%,#09508de6 100%)}.about-cta-content{width:calc(100% - 2rem)}.about-cta-label{letter-spacing:.14em;font-size:.62rem}.about-cta-label:before,.about-cta-label:after{width:18px}.about-cta-content h2{letter-spacing:-.045em;font-size:clamp(2.5rem,12vw,3.5rem)}.about-cta-content p{margin-top:1.4rem;font-size:.9rem;line-height:1.65}.about-cta-button{width:100%;max-width:220px}}.services-page{color:#282f3b;background:#fff}.services-hero{background:linear-gradient(135deg,#f5f7fa 0%,#fff 62%);align-items:center;min-height:650px;display:flex;position:relative;overflow:hidden}.services-hero:after{content:"";pointer-events:none;border:1px solid #09508d17;border-radius:50%;width:520px;height:520px;position:absolute;top:-150px;right:-180px;box-shadow:0 0 0 70px #09508d06,0 0 0 140px #09508d05}.services-hero-inner{z-index:2;grid-template-columns:minmax(0,1fr) 220px;align-items:end;gap:5rem;width:min(1200px,100% - 4rem);margin:0 auto;display:grid;position:relative}.services-hero-content{max-width:850px}.services-eyebrow{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;display:flex}.services-eyebrow span{background:#09508d;width:32px;height:1px}.services-hero h1{color:#282f3b;letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,7vw,6.8rem);font-weight:700;line-height:.94}.services-hero h1 em{color:#09508d;font-style:normal}.services-hero-content>p{color:#4d4d4d;max-width:620px;margin:2rem 0 2.2rem;font-size:1rem;line-height:1.8}.services-hero-button{color:#fff;letter-spacing:.04em;background:#09508d;justify-content:center;align-items:center;min-height:52px;padding:.85rem 1.5rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.services-hero-button:hover{background:#282f3b;transform:translateY(-2px)}.services-hero-side{align-self:end;padding-bottom:.5rem}.services-hero-number{color:#09508d;letter-spacing:-.06em;font-size:4rem;font-weight:700;line-height:1}.services-hero-line{background:#09508d33;width:100%;height:1px;margin:1.2rem 0}.services-hero-side p{color:#4d4d4d;letter-spacing:.03em;max-width:180px;margin:0;font-size:.75rem;font-weight:600;line-height:1.65}@media (width<=900px){.services-hero{min-height:590px}.services-hero-inner{grid-template-columns:1fr;gap:3rem;width:min(100% - 3rem,750px)}.services-hero-side{align-items:center;gap:1.25rem;display:flex}.services-hero-line{width:50px;margin:0}.services-hero-side p{max-width:300px}}@media (width<=600px){.services-hero{min-height:auto;padding:5rem 0 4.5rem}.services-hero:after{width:300px;height:300px;top:-100px;right:-170px;box-shadow:0 0 0 40px #09508d06,0 0 0 80px #09508d05}.services-hero-inner{gap:3rem;width:calc(100% - 2rem)}.services-eyebrow{margin-bottom:1.25rem;font-size:.64rem}.services-hero h1{letter-spacing:-.055em;font-size:clamp(3rem,14vw,4.5rem)}.services-hero-content>p{margin:1.5rem 0 2rem;font-size:.9rem;line-height:1.7}.services-hero-button{width:100%}.services-hero-side{gap:1rem}.services-hero-number{font-size:2.8rem}.services-hero-side p{font-size:.68rem}}.service-detail{padding:9rem 0;position:relative;overflow:hidden}.service-detail-inner{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);align-items:center;gap:clamp(4rem,8vw,8rem);width:min(1200px,100% - 4rem);margin:0 auto;display:grid}.service-detail-visual{align-items:center;min-height:650px;display:flex;position:relative}.service-detail-image-wrap{width:112%;height:620px;margin-left:-12%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#000 0% 72%,#000000e6 82%,#00000073 94%,#0000 100%);mask-image:linear-gradient(90deg,#000 0% 72%,#000000e6 82%,#00000073 94%,#0000 100%)}.service-detail-image{object-fit:cover;object-position:center;filter:saturate(.92);width:100%;height:100%;display:block}.service-detail-index{color:#09508d;letter-spacing:.12em;align-items:center;gap:.8rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;bottom:1.5rem;left:0}.service-detail-index div{opacity:.35;background:#09508d;width:55px;height:1px}.service-detail-content{max-width:590px}.service-detail-label{color:#09508d;letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.service-detail-label:before{content:"";background:#09508d;width:28px;height:1px}.service-detail-content h2{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:700;line-height:.98}.service-detail-content h2 span{color:#09508d}.service-detail-intro{color:#4d4d4d;max-width:550px;margin:1.8rem 0 2.8rem;font-size:.95rem;line-height:1.8}.service-detail-list{border-top:1px solid #282f3b1f}.service-detail-item{border-bottom:1px solid #282f3b1f;grid-template-columns:38px minmax(0,1fr);gap:1rem;padding:1.25rem 0;display:grid}.service-detail-item>span{color:#09508d;letter-spacing:.08em;padding-top:.2rem;font-size:.68rem;font-weight:700}.service-detail-item h3{color:#282f3b;margin:0 0 .35rem;font-size:.98rem;font-weight:700;line-height:1.3}.service-detail-item p{color:#4d4d4d;max-width:460px;margin:0;font-size:.82rem;line-height:1.65}.service-detail-button{color:#fff;letter-spacing:.04em;background:#09508d;justify-content:center;align-items:center;min-height:50px;margin-top:2.2rem;padding:.8rem 1.35rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.service-detail-button:hover{background:#282f3b;transform:translateY(-2px)}@media (width<=950px){.service-detail{padding:7rem 0}.service-detail-inner{grid-template-columns:1fr;gap:4rem}.service-detail-visual{min-height:540px}.service-detail-image-wrap{width:100%;height:540px;margin-left:0;-webkit-mask-image:linear-gradient(#000 0% 80%,#00000080 94%,#0000 100%);mask-image:linear-gradient(#000 0% 80%,#00000080 94%,#0000 100%)}.service-detail-content{max-width:750px}}@media (width<=600px){.service-detail{padding:5rem 0}.service-detail-inner{gap:2.8rem;width:calc(100% - 2rem)}.service-detail-visual{min-height:390px}.service-detail-image-wrap{height:390px;width:100%!important;margin-left:0!important;-webkit-mask-image:none!important;mask-image:none!important}.service-counseling .service-detail-image-wrap,.service-visa .service-detail-image-wrap,.service-admissions .service-detail-image-wrap,.service-accommodation .service-detail-image-wrap{-webkit-mask-image:none!important;mask-image:none!important}.service-detail-reverse{flex-direction:column;display:flex}.service-detail-reverse .service-detail-content{order:2}.service-detail-reverse .service-detail-visual{order:1}.service-detail-index{position:absolute;bottom:.5rem}.service-detail-content h2{font-size:clamp(2.5rem,12vw,3.5rem)}.service-detail-intro{margin:1.4rem 0 2rem;font-size:.88rem}.service-detail-item{grid-template-columns:30px minmax(0,1fr);gap:.7rem;padding:1.1rem 0}.service-detail-item h3{font-size:.9rem}.service-detail-item p{font-size:.78rem}.service-detail-button{width:100%}}.journey-section{background:#fff;padding:8rem 0;overflow:hidden}.journey-container{width:min(1180px,100% - 3rem);margin:0 auto}.journey-header{margin-bottom:4.5rem}.journey-label{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.3rem;font-size:.72rem;font-weight:700;display:flex}.journey-label-line{background:#09508d;width:32px;height:1px}.journey-heading-row{grid-template-columns:1fr .85fr;align-items:end;gap:5rem;display:grid}.journey-heading-row h2{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,5vw,5rem);font-weight:700;line-height:.98}.journey-heading-row h2 span{color:#09508d}.journey-heading-row p{color:#4d4d4d;max-width:450px;margin:0;font-size:.95rem;line-height:1.8}.journey-steps{border-top:1px solid #282f3b1f;grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:3.5rem;display:grid;position:relative}.journey-step{position:relative}.journey-number{color:#fff;letter-spacing:.08em;background:#09508d;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:.72rem;font-weight:700;display:inline-flex}.journey-step-content h3{color:#282f3b;margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.journey-step-content p{color:#4d4d4d;margin:0;font-size:.85rem;line-height:1.7}@media (width<=950px){.journey-section{padding:6rem 0}.journey-heading-row{grid-template-columns:1fr;gap:1.5rem}.journey-heading-row p{max-width:600px}.journey-steps{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media (width<=600px){.journey-section{padding:5rem 0}.journey-container{width:calc(100% - 2rem)}.journey-header{margin-bottom:3rem}.journey-heading-row h2{font-size:clamp(2.7rem,13vw,4rem)}.journey-heading-row p{font-size:.88rem;line-height:1.7}.journey-steps{grid-template-columns:1fr;gap:2rem;padding-top:2.5rem}.journey-step{border-bottom:1px solid #282f3b14;grid-template-columns:58px minmax(0,1fr);column-gap:1.25rem;padding-bottom:2.5rem;display:grid}.journey-step:last-child{border-bottom:none;padding-bottom:0}.journey-number{grid-area:1/1;width:42px;height:42px;margin:0}.journey-step-content{grid-area:1/2;padding-top:.2rem}.journey-step-content h3{font-size:1.05rem}.journey-step-content p{font-size:.84rem}}.service-detail-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.service-counseling{background:#f5f7fa}.service-counseling .service-detail-image-wrap{-webkit-mask-image:linear-gradient(270deg,#000 0% 72%,#000000e6 82%,#00000073 93%,#0000 100%);mask-image:linear-gradient(270deg,#000 0% 72%,#000000e6 82%,#00000073 93%,#0000 100%)}.service-accommodation{background:#fff}.service-visa{background:#f5f7fa}.service-visa .service-detail-image-wrap{-webkit-mask-image:linear-gradient(270deg,#000 0% 72%,#000000e6 82%,#00000073 93%,#0000 100%);mask-image:linear-gradient(270deg,#000 0% 72%,#000000e6 82%,#00000073 93%,#0000 100%)}@media (width<=900px){.service-visa .service-detail-image-wrap{-webkit-mask-image:none;mask-image:none}}.services-cta{color:#fff;background:#011a30;padding:clamp(5rem,9vw,8rem) 0;position:relative;overflow:hidden}.services-cta:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;right:-140px}.services-cta:after{content:"";border:1px solid #ffffff0f;border-radius:50%;width:600px;height:600px;position:absolute;top:-270px;right:-250px}.services-cta-inner{z-index:1;grid-template-columns:minmax(0,1fr) 220px;align-items:end;gap:5rem;width:min(1180px,100% - 3rem);margin:0 auto;display:grid;position:relative}.services-cta-label{letter-spacing:.18em;text-transform:uppercase;opacity:.75;color:#ffffffe6;align-items:center;gap:.8rem;margin-bottom:1.4rem;font-size:.7rem;font-weight:700;display:flex}.services-cta-label span{background:#ffffffb3;width:32px;height:1px}.services-cta h2{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,6vw,6rem);font-weight:700;line-height:.95}.services-cta h2 em{color:#ffffff8c;font-style:normal}.services-cta-content>p{color:#ffffffb8;max-width:560px;margin:2rem 0 2.5rem;font-size:.98rem;line-height:1.8}.services-cta-button{color:#09508d;background:#fff;align-items:center;gap:1.2rem;padding:1rem 1.35rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.services-cta-button span{font-size:1.1rem;line-height:1}.services-cta-button:hover{background:#f5f7fa}.services-cta-side{color:#fff9;letter-spacing:.12em;text-transform:uppercase;flex-direction:column;gap:1.2rem;padding-bottom:.4rem;font-size:.68rem;font-weight:600;line-height:1.7;display:flex}.services-cta-line{background:#ffffff80;width:45px;height:1px}@media (width<=800px){.services-cta-inner{grid-template-columns:1fr;gap:3rem}.services-cta-side{padding-bottom:0}}@media (width<=600px){.services-cta{padding:4.5rem 0}.services-cta-inner{width:min(100% - 2rem,1180px)}.services-cta h2{font-size:clamp(2.8rem,13vw,4.5rem)}.services-cta-content>p{margin-top:1.5rem;margin-bottom:2rem;font-size:.88rem}.services-cta-button{justify-content:center;width:100%}}.partners-page{background:#fff;overflow:hidden}.partners-hero{background:#fff;padding:clamp(7rem,12vw,11rem) 0 3rem;position:relative;overflow:hidden}.partners-hero-inner{grid-template-columns:minmax(0,1fr) 280px;align-items:end;gap:5rem;width:min(1180px,100% - 3rem);margin:0 auto;display:grid;position:relative}.partners-eyebrow{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:700;display:flex}.partners-eyebrow span{background:#09508d;width:32px;height:1px}.partners-hero h1{color:#282f3b;letter-spacing:-.06em;margin:0;font-size:clamp(3.5rem,7vw,7rem);font-weight:700;line-height:.92}.partners-hero h1 em{color:#09508d;font-style:normal}.partners-hero-content>p{color:#4d4d4d;max-width:590px;margin:2rem 0 0;font-size:1rem;line-height:1.8}.partners-hero-stat{border-left:1px solid #09508d33;padding-bottom:.5rem;padding-left:2rem}.partners-stat-number{color:#09508d;letter-spacing:-.06em;font-size:clamp(3.5rem,6vw,6rem);font-weight:700;line-height:.9;display:block}.partners-stat-label{color:#4d4d4d;letter-spacing:.12em;text-transform:uppercase;margin-top:1rem;font-size:.7rem;font-weight:700;line-height:1.5;display:block}.partners-hero-bottom{color:#4d4d4d;letter-spacing:.13em;text-transform:uppercase;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;width:min(1180px,100% - 3rem);margin:7rem auto 0;padding-top:1.4rem;font-size:.65rem;font-weight:700;display:flex}.partners-hero-bottom span:not(:nth-child(odd)){opacity:.45;background:#09508d;width:28px;height:1px}@media (width<=800px){.partners-hero-inner{grid-template-columns:1fr;gap:3rem}.partners-hero-stat{border-top:1px solid #09508d33;border-left:none;padding:1.5rem 0 0}}@media (width<=600px){.partners-hero{padding-top:5rem}.partners-hero-inner{width:min(100% - 2rem,1180px)}.partners-hero h1{font-size:clamp(3rem,15vw,5rem)}.partners-hero-content>p{font-size:.9rem}.partners-hero-bottom{flex-wrap:wrap;justify-content:flex-start;gap:.8rem;width:min(100% - 2rem,1180px);margin-top:4rem}.partners-hero-bottom span:not(:nth-child(odd)){width:14px}}.partner-directory{background:#fff;padding:8rem clamp(1.5rem,5vw,6rem)}.partner-directory-header{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:end;gap:5rem;max-width:1200px;margin:0 auto 4rem;display:grid}.partners-section-label{color:#09508d;letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:.8rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.partners-section-label span{background:#09508d;width:30px;height:1px}.partner-directory-header h2{color:#282f3b;letter-spacing:-.05em;margin:0;font-size:clamp(2.5rem,5vw,4.7rem);line-height:.98}.partner-directory-header h2 em{color:#09508d;font-style:normal}.partner-directory-header>p{color:#4d4d4d;max-width:430px;margin:0;font-size:.95rem;line-height:1.8}.partner-controls{background:#f5f7fa;border:1px solid #09508d21;grid-template-columns:minmax(0,1fr) auto;gap:1rem;max-width:1200px;margin:0 auto;padding:1.1rem;display:grid}.partner-search{background:#fff;border:1px solid #00000014;align-items:center;min-height:58px;padding:0 1.25rem;display:flex}.partner-search svg{fill:none;stroke:#09508d;stroke-width:1.7px;width:20px;height:20px;margin-right:.85rem}.partner-search input{color:#282f3b;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:.9rem}.partner-search input::placeholder{color:#8b9198}.partner-filter-group{gap:.75rem;display:flex}.partner-filter{background:#fff;border:1px solid #00000014;flex-direction:column;justify-content:center;min-width:155px;padding:0 1rem;display:flex}.partner-filter label{color:#8b9198;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.2rem;font-size:.58rem;font-weight:700}.partner-filter select{color:#282f3b;font:inherit;cursor:pointer;background:0 0;border:0;outline:0;padding:0;font-size:.82rem;font-weight:600}.partner-results-header{justify-content:space-between;align-items:center;max-width:1200px;margin:2.5rem auto 1.25rem;display:flex}.partner-results-header>span{color:#777f88;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:700}.partner-results-header button{color:#09508d;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.72rem;font-weight:700}.partner-grid{border-top:1px solid #0000001a;border-left:1px solid #0000001a;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1200px;margin:0 auto;display:grid}.partner-card{background:#fff;border-bottom:1px solid #0000001a;border-right:1px solid #0000001a;flex-direction:column;min-height:245px;padding:1.6rem;transition:background .18s,border-color .18s;display:flex}.partner-card-top{justify-content:space-between;align-items:center;display:flex}.partner-card-number{color:#09508d;letter-spacing:.08em;font-size:.65rem;font-weight:700}.partner-card-arrow{color:#a0a7ae;font-size:1.2rem}.partner-card-content{margin-top:auto}.partner-card-type{color:#89919a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.6rem;font-weight:700;display:block}.partner-card h3{color:#282f3b;letter-spacing:-.025em;max-width:320px;margin:0 0 .65rem;font-size:1.2rem;line-height:1.2}.partner-card p{color:#09508d;margin:0;font-size:.72rem;font-weight:600}.partner-card-logo{opacity:1;justify-content:center;align-items:center;width:100%;height:100px;margin:.5rem 0 .75rem;display:flex;overflow:hidden}.partner-card-logo img{object-fit:contain;opacity:.85;max-width:100%;max-height:100%;transition:opacity .2s}.partner-card-initials{color:#09508d;letter-spacing:.05em;background:#f5f7fa;border-radius:4px;padding:.5rem 1rem;font-size:1.2rem;font-weight:700}.partner-empty{text-align:center;border:1px solid #0000001a;max-width:1200px;margin:0 auto;padding:6rem 2rem}.partner-empty span{color:#09508d;font-size:.7rem;font-weight:700}.partner-empty h3{color:#282f3b;margin:1rem 0 .5rem;font-size:1.6rem}.partner-empty p{color:#4d4d4d;margin:0}@media (width<=900px){.partner-directory{padding:6rem 1.5rem}.partner-directory-header{grid-template-columns:1fr;gap:1.5rem}.partner-controls{grid-template-columns:1fr}.partner-filter-group{grid-template-columns:1fr;display:grid}.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.partner-directory{padding:5rem 1rem}.partner-directory-header{margin-bottom:2.5rem}.partner-directory-header h2{font-size:clamp(2.3rem,11vw,3.4rem)}.partner-controls{padding:.75rem}.partner-filter-group{grid-template-columns:1fr}.partner-filter{min-height:55px}.partner-results-header{margin-top:2rem}.partner-grid{grid-template-columns:1fr}.partner-card{min-height:210px;padding:1.4rem}.partner-card-logo{height:100px}.partner-card-initials{padding:.4rem .8rem;font-size:1rem}}.partner-guidance{color:#fff;background:#03233f;padding:clamp(5rem,9vw,8rem) 0;position:relative;overflow:hidden}.partner-guidance:before{content:"";background:#ffffff1f;width:1px;height:100%;position:absolute;top:0;right:11%}.partner-guidance:after{content:"";pointer-events:none;border:1px solid #ffffff14;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-45%;right:-8%}.partner-guidance-inner{z-index:1;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:clamp(4rem,9vw,9rem);width:min(1120px,100% - 3rem);margin:0 auto;display:grid;position:relative}.partner-guidance-label{color:#ffffffb3;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:.68rem;font-weight:700;display:flex}.partner-guidance-label span{opacity:.7;background:#fff;width:32px;height:1px}.partner-guidance-left h2{color:#fff;letter-spacing:-.055em;max-width:720px;margin:0;font-size:clamp(2.8rem,5.2vw,5rem);font-weight:600;line-height:1.02}.partner-guidance-left h2 em{color:#ffffff9e;font-style:normal}.partner-guidance-right{max-width:480px}.partner-guidance-right p{color:#ffffffc2;margin:0 0 1.25rem;font-size:.96rem;line-height:1.8}.partner-guidance-right p:last-of-type{margin-bottom:2.2rem}.partner-guidance-button{color:#fff;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #ffffff8c;align-items:center;gap:1.5rem;padding:.95rem 0;font-size:.78rem;font-weight:700;text-decoration:none;transition:gap .25s,border-color .25s;display:inline-flex}.partner-guidance-button span{font-size:1.15rem;line-height:1}.partner-guidance-button:hover{border-color:#fff;gap:2rem}@media (width<=900px){.partner-guidance-inner{grid-template-columns:1fr;gap:3rem}.partner-guidance-right{max-width:650px}.partner-guidance:before{right:8%}}@media (width<=600px){.partner-guidance{padding:4.5rem 0}.partner-guidance-inner{gap:2.5rem;width:min(100% - 2rem,1120px)}.partner-guidance-label{margin-bottom:1.2rem;font-size:.61rem}.partner-guidance-label span{width:24px}.partner-guidance-left h2{font-size:clamp(2.45rem,12vw,3.5rem);line-height:1.02}.partner-guidance-right p{font-size:.88rem;line-height:1.75}.partner-guidance-button{font-size:.7rem}.partner-guidance:before{right:5%}.partner-guidance:after{width:350px;height:350px;bottom:-20%;right:-35%}}.blog-page{background:#fff;overflow:hidden}.blog-hero{background:linear-gradient(135deg,#f5f7fa 0%,#fff 62%);align-items:center;min-height:550px;display:flex;position:relative;overflow:hidden}.blog-hero:after{content:"";pointer-events:none;border:1px solid #09508d17;border-radius:50%;width:520px;height:520px;position:absolute;top:-150px;right:-180px;box-shadow:0 0 0 70px #09508d06,0 0 0 140px #09508d05}.blog-hero-inner{z-index:2;grid-template-columns:minmax(0,1fr) 220px;align-items:end;gap:5rem;width:min(1200px,100% - 4rem);margin:0 auto;display:grid;position:relative}.blog-hero-content{max-width:850px}.blog-eyebrow{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;display:flex}.blog-eyebrow span{background:#09508d;width:32px;height:1px}.blog-hero h1{color:#282f3b;letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,7vw,6.8rem);font-weight:700;line-height:.94}.blog-hero h1 em{color:#09508d;font-style:normal}.blog-hero-content>p{color:#4d4d4d;max-width:620px;margin:2rem 0 0;font-size:1rem;line-height:1.8}.blog-hero-side{align-self:end;padding-bottom:.5rem}.blog-hero-number{color:#09508d;letter-spacing:-.06em;font-size:4rem;font-weight:700;line-height:1}.blog-hero-line{background:#09508d33;width:100%;height:1px;margin:1.2rem 0}.blog-hero-side p{color:#4d4d4d;letter-spacing:.03em;max-width:180px;margin:0;font-size:.75rem;font-weight:600;line-height:1.65}.blog-grid-section{background:#fff;padding:6rem 0}.blog-grid-container{width:min(1200px,100% - 3rem);margin:0 auto}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;display:grid}.blog-card{background:#fff;border:1px solid #282f3b14;transition:transform .3s,box-shadow .3s;overflow:hidden}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #282f3b14}.blog-card-image{background:#f5f7fa;height:240px;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.blog-card:hover .blog-card-image img{transform:scale(1.035)}.blog-card-content{padding:1.5rem 1.5rem 1.8rem}.blog-card-meta{color:#09508d;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:.75rem;font-size:.62rem;font-weight:700;display:flex}.blog-meta-dot{opacity:.55;background:#09508d;border-radius:50%;width:3px;height:3px}.blog-card h3{color:#282f3b;letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.15rem;font-weight:700;line-height:1.3}.blog-card p{color:#4d4d4d;margin:0 0 1rem;font-size:.85rem;line-height:1.7}.blog-card-footer{border-top:1px solid #282f3b14;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.blog-card-author{color:#4d4d4d;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;display:flex}.blog-card-author svg{color:#09508d}.blog-cta{color:#fff;background:#09508d;padding:clamp(5rem,9vw,8rem) 0;position:relative;overflow:hidden}.blog-cta:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;right:-140px}.blog-cta:after{content:"";border:1px solid #ffffff0f;border-radius:50%;width:600px;height:600px;position:absolute;top:-270px;right:-250px}.blog-cta-inner{z-index:1;grid-template-columns:minmax(0,1fr) 220px;align-items:end;gap:5rem;width:min(1180px,100% - 3rem);margin:0 auto;display:grid;position:relative}.blog-cta-label{letter-spacing:.18em;text-transform:uppercase;opacity:.75;color:#ffffffe6;align-items:center;gap:.8rem;margin-bottom:1.4rem;font-size:.7rem;font-weight:700;display:flex}.blog-cta-label span{background:#ffffffb3;width:32px;height:1px}.blog-cta h2{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(3rem,6vw,6rem);font-weight:700;line-height:.95}.blog-cta h2 em{color:#ffffff8c;font-style:normal}.blog-cta-content>p{color:#ffffffb8;max-width:560px;margin:2rem 0 2.5rem;font-size:.98rem;line-height:1.8}.blog-cta-button{color:#09508d;background:#fff;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .25s,transform .2s;display:inline-flex}.blog-cta-button:hover{background:#f5f7fa;transform:translateY(-2px)}.blog-cta-side{color:#fff9;letter-spacing:.12em;text-transform:uppercase;flex-direction:column;gap:1.2rem;padding-bottom:.4rem;font-size:.68rem;font-weight:600;line-height:1.7;display:flex}.blog-cta-line{background:#ffffff80;width:45px;height:1px}@media (width<=1050px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.blog-hero{min-height:490px}.blog-hero-inner{grid-template-columns:1fr;gap:3rem;width:min(100% - 3rem,750px)}.blog-hero-side{align-items:center;gap:1.25rem;display:flex}.blog-hero-line{width:50px;margin:0}.blog-hero-side p{max-width:300px}.blog-cta-inner{grid-template-columns:1fr;gap:3rem}.blog-cta-side{padding-bottom:0}}@media (width<=767px){.blog-hero{min-height:auto;padding:5rem 0 4.5rem}.blog-hero:after{width:300px;height:300px;top:-100px;right:-170px;box-shadow:0 0 0 40px #09508d06,0 0 0 80px #09508d05}.blog-hero-inner{gap:3rem;width:calc(100% - 2rem)}.blog-eyebrow{margin-bottom:1.25rem;font-size:.64rem}.blog-hero h1{letter-spacing:-.055em;font-size:clamp(3rem,14vw,4.5rem)}.blog-hero-content>p{margin:1.5rem 0 0;font-size:.9rem;line-height:1.7}.blog-hero-side{gap:1rem}.blog-hero-number{font-size:2.8rem}.blog-hero-side p{font-size:.68rem}.blog-grid-section{padding:4rem 0}.blog-grid-container{width:calc(100% - 2rem)}.blog-grid{grid-template-columns:1fr;gap:2rem}.blog-card-image{height:220px}.blog-card-content{padding:1.25rem 1.25rem 1.5rem}.blog-card h3{font-size:1.05rem}.blog-card p{font-size:.82rem}.blog-cta{padding:4.5rem 0}.blog-cta-inner{width:min(100% - 2rem,1180px)}.blog-cta h2{font-size:clamp(2.8rem,13vw,4.5rem)}.blog-cta-content>p{margin-top:1.5rem;margin-bottom:2rem;font-size:.88rem}.blog-cta-button{justify-content:center;width:100%}}.blog-social-follow{background:#f5f7fa;padding:6rem 0;overflow:hidden}.blog-social-container{width:min(1180px,100% - 3rem);margin:0 auto}.blog-social-header{text-align:center;max-width:700px;margin:0 auto 4rem}.blog-social-eyebrow{color:#09508d;letter-spacing:.17em;text-transform:uppercase;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.blog-social-eyebrow span{background:#09508d;width:32px;height:1px}.blog-social-header h2{color:#282f3b;letter-spacing:-.055em;margin:0;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:700;line-height:.98}.blog-social-header h2 span{color:#09508d}.blog-social-header p{color:#4d4d4d;max-width:560px;margin:1.5rem auto 0;font-size:.95rem;line-height:1.8}.blog-social-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.blog-social-card{color:#282f3b;cursor:pointer;background:#fff;border:1px solid #282f3b14;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.blog-social-card:before{content:"";background:var(--hover-color);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.blog-social-card:hover{border-color:var(--hover-color);transform:translateY(-4px);box-shadow:0 20px 50px #282f3b14}.blog-social-card:hover:before{opacity:1}.blog-social-icon{color:#4d4d4d;background:#f5f7fa;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .3s,color .3s;display:flex}.blog-social-card:hover .blog-social-icon{background:var(--hover-color);color:#fff}.blog-social-name{color:#282f3b;font-size:.9rem;font-weight:600}.blog-social-arrow{color:#09508d;opacity:.4;font-size:1.2rem;transition:opacity .3s,transform .3s}.blog-social-card:hover .blog-social-arrow{opacity:1;transform:translate(4px)}@media (width<=900px){.blog-social-follow{padding:5rem 0}.blog-social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-social-card{padding:2rem 1.5rem}}@media (width<=600px){.blog-social-follow{padding:4rem 0}.blog-social-container{width:calc(100% - 2rem)}.blog-social-header{margin-bottom:2.5rem}.blog-social-header h2{font-size:clamp(2.4rem,11vw,3.5rem)}.blog-social-header p{font-size:.88rem}.blog-social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-social-card{padding:1.5rem 1rem}.blog-social-icon{width:48px;height:48px}.blog-social-icon svg{width:22px!important;height:22px!important}.blog-social-name{font-size:.78rem}}.contact-page{background:#fff;overflow:hidden}.contact-hero{background:linear-gradient(135deg,#f5f7fa 0%,#fff 62%);align-items:center;min-height:550px;display:flex;position:relative;overflow:hidden}.contact-hero:after{content:"";pointer-events:none;border:1px solid #09508d17;border-radius:50%;width:520px;height:520px;position:absolute;top:-150px;right:-180px;box-shadow:0 0 0 70px #09508d06,0 0 0 140px #09508d05}.contact-hero-inner{z-index:2;grid-template-columns:minmax(0,1fr) 220px;align-items:end;gap:5rem;width:min(1200px,100% - 4rem);margin:0 auto;display:grid;position:relative}.contact-hero-content{max-width:850px}.contact-eyebrow{color:#09508d;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;display:flex}.contact-eyebrow span{background:#09508d;width:32px;height:1px}.contact-hero h1{color:#282f3b;letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,7vw,6.8rem);font-weight:700;line-height:.94}.contact-hero h1 em{color:#09508d;font-style:normal}.contact-hero-content>p{color:#4d4d4d;max-width:620px;margin:2rem 0 0;font-size:1rem;line-height:1.8}.contact-hero-side{align-self:end;padding-bottom:.5rem}.contact-hero-number{color:#09508d;letter-spacing:-.06em;font-size:4rem;font-weight:700;line-height:1}.contact-hero-line{background:#09508d33;width:100%;height:1px;margin:1.2rem 0}.contact-hero-side p{color:#4d4d4d;letter-spacing:.03em;max-width:180px;margin:0;font-size:.75rem;font-weight:600;line-height:1.65}@media (width<=900px){.contact-hero{min-height:490px}.contact-hero-inner{grid-template-columns:1fr;gap:3rem;width:min(100% - 3rem,750px)}.contact-hero-side{align-items:center;gap:1.25rem;display:flex}.contact-hero-line{width:50px;margin:0}.contact-hero-side p{max-width:300px}}@media (width<=600px){.contact-hero{min-height:auto;padding:5rem 0 4.5rem}.contact-hero:after{width:300px;height:300px;top:-100px;right:-170px;box-shadow:0 0 0 40px #09508d06,0 0 0 80px #09508d05}.contact-hero-inner{gap:3rem;width:calc(100% - 2rem)}.contact-eyebrow{margin-bottom:1.25rem;font-size:.64rem}.contact-hero h1{letter-spacing:-.055em;font-size:clamp(3rem,14vw,4.5rem)}.contact-hero-content>p{margin:1.5rem 0 0;font-size:.9rem;line-height:1.7}.contact-hero-side{gap:1rem}.contact-hero-number{font-size:2.8rem}.contact-hero-side p{font-size:.68rem}}.contact-section{background:#fff;padding:6rem 0 8rem}.contact-container{width:min(1180px,100% - 3rem);margin:0 auto}.contact-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.contact-info-card{background:#f5f7fa;border:1px solid #282f3b14;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s}.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #282f3b14}.contact-info-icon{color:#fff;background:#09508d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.contact-info-card h3{color:#282f3b;margin:0 0 .75rem;font-size:1rem;font-weight:700}.contact-info-card p{color:#4d4d4d;margin:0 0 .25rem;font-size:.88rem;line-height:1.6}.contact-info-card p a{color:#4d4d4d;text-decoration:none;transition:color .2s}.contact-info-card p a:hover{color:#09508d}.contact-info-link{color:#09508d;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.contact-info-link:hover{gap:.8rem}.contact-form-wrapper{grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem;display:grid}.contact-form-container{background:#f5f7fa;border:1px solid #282f3b14;padding:3rem}.contact-form-header{margin-bottom:2rem}.contact-form-header h2{color:#282f3b;letter-spacing:-.055em;margin:0 0 .5rem;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:.98}.contact-form-header h2 span{color:#09508d}.contact-form-header p{color:#4d4d4d;margin:0;font-size:.92rem;line-height:1.7}.contact-success{background:#e8f5e9;border:1px solid #a5d6a7;border-radius:4px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.contact-success-icon{color:#fff;background:#4caf50;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.contact-success h4{color:#2e7d32;margin:0 0 .25rem;font-size:.95rem}.contact-success p{color:#388e3c;margin:0;font-size:.85rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#282f3b;letter-spacing:.03em;font-size:.78rem;font-weight:600}.form-group input,.form-group textarea{font:inherit;color:#282f3b;background:#fff;border:1px solid #282f3b26;border-radius:4px;outline:none;padding:.8rem 1rem;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#09508d}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0a7ae}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-submit{color:#fff;letter-spacing:.04em;cursor:pointer;background:#09508d;border:none;border-radius:4px;justify-content:center;align-self:flex-start;align-items:center;gap:.75rem;min-height:52px;padding:0 2rem;font-size:.82rem;font-weight:700;transition:background .25s,transform .25s;display:inline-flex}.contact-submit:hover:not(:disabled){background:#282f3b;transform:translateY(-2px)}.contact-submit:disabled{opacity:.7;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.contact-map-container{align-items:stretch;display:flex}.contact-map-placeholder{background:#f5f7fa;border:1px solid #282f3b14;justify-content:center;align-items:center;width:100%;min-height:450px;display:flex;position:relative;overflow:hidden}.contact-map-placeholder:before{content:"";background:radial-gradient(#09508d0d 0%,#0000 70%);position:absolute;inset:0}.contact-map-content{text-align:center;z-index:1;padding:2rem;position:relative}.contact-map-content svg{color:#09508d;margin-bottom:1rem}.contact-map-content h3{color:#282f3b;margin:0 0 .5rem;font-size:1.2rem}.contact-map-content p{color:#4d4d4d;margin:0 0 1.25rem;font-size:.9rem}.contact-map-button{color:#fff;background:#09508d;border-radius:4px;align-items:center;gap:.6rem;padding:.7rem 1.5rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.contact-map-button:hover{background:#282f3b;transform:translateY(-2px)}.contact-social{align-items:center;gap:2rem;margin-top:4rem;padding-top:2rem;display:flex}.contact-social-line{background:#282f3b26;flex:1;height:1px}.contact-social-content{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.contact-social-content span{color:#4d4d4d;letter-spacing:.05em;white-space:nowrap;font-size:.78rem;font-weight:600}.contact-social-icons{gap:.75rem;display:flex}.contact-social-icons a{color:#4d4d4d;background:#f5f7fa;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .25s,color .25s,transform .25s;display:flex}.contact-social-icons a:hover{color:#fff;background:#09508d;transform:translateY(-3px)}@media (width<=1050px){.contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=950px){.contact-form-wrapper{grid-template-columns:1fr;gap:3rem}.contact-form-container{padding:2rem 1.5rem}.contact-map-placeholder{min-height:350px}}@media (width<=650px){.contact-section{padding:4rem 0 5rem}.contact-container{width:calc(100% - 2rem)}.contact-info-grid{grid-template-columns:1fr;gap:1rem}.contact-info-card{padding:1.5rem 1.25rem}.form-row{grid-template-columns:1fr;gap:1rem}.contact-form-container{padding:1.5rem 1rem}.contact-form-header h2{font-size:1.8rem}.contact-submit{justify-content:center;width:100%}.contact-map-placeholder{min-height:280px}.contact-social{flex-direction:column;align-items:stretch;gap:1rem}.contact-social-content{text-align:center;flex-direction:column;gap:1rem}.contact-social-line{display:none}}
