@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary-blue:#6ba8f5;--primary-blue-hover:#5a96e0;--dark-blue:#182a45;--darker-blue:#111e32;--accent-yellow:#f3c83a;--text-white:#fff;--text-gray:#a8b2c1;--bg-light:#f4f7fa;--radius:12px;--transition:all .3s ease}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--dark-blue);font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary-blue);color:var(--text-white);box-shadow:0 4px 14px #6ba8f563}.btn-primary:hover{background-color:var(--primary-blue-hover);transform:translateY(-2px);box-shadow:0 6px 20px #6ba8f53b}.section{padding:6rem 0}.dark-section{background-color:var(--dark-blue);color:var(--text-white);border-radius:30px;margin:2rem;padding:4rem 2rem 6rem;position:relative;overflow:hidden}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-subtitle{color:var(--text-gray);max-width:500px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-up{animation:.8s forwards fadeInUp}.input-group{margin-bottom:1.5rem}.input-group label{margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.input-group input,.input-group textarea{width:100%;transition:var(--transition);background-color:#fff;border:1px solid #e1e5ea;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem}.input-group input:focus,.input-group textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #6ba8f533}@media (width<=992px){.container{padding:0 1.5rem}.section{padding:4rem 0}.dark-section{border-radius:24px;margin:1.5rem;padding:3rem 1.5rem 4rem}.section-title{font-size:2rem}.section-subtitle{max-width:100%;font-size:1rem}}@media (width<=480px){.container{padding:0 1rem}.section{padding:3rem 0}.dark-section{border-radius:18px;margin:.75rem;padding:2rem 1rem 3rem}.section-title{margin-bottom:.75rem;font-size:1.6rem}.section-subtitle{margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.btn{padding:.65rem 1.25rem;font-size:.9rem}.input-group{margin-bottom:1rem}.input-group label{margin-bottom:.35rem;font-size:.85rem}.input-group input,.input-group textarea{padding:.8rem;font-size:.9rem}}.header{border-bottom:1px solid #ffffff1a;padding:.75rem 0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{z-index:998;align-items:center;gap:.75rem;display:flex;position:relative}.logo-img{object-fit:contain;width:auto;height:100px}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:#d1d9e6;transition:var(--transition);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--text-white);text-shadow:0 0 10px #ffffff4d}.header-actions{align-items:center;gap:1.5rem;display:flex}.mobile-nav-cta{display:none}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.hamburger-line{background-color:var(--text-white);transform-origin:50%;border-radius:2px;width:100%;height:3px;transition:transform .35s,opacity .25s;display:block}.hamburger-active .hamburger-line:first-child{transform:translateY(8px)rotate(45deg)}.hamburger-active .hamburger-line:nth-child(2){opacity:0}.hamburger-active .hamburger-line:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.nav-overlay{display:none}@media (width<=992px){.hamburger{display:flex}.desktop-cta,.header-actions{display:none}.nav-links{background-color:var(--dark-blue);z-index:1000;flex-direction:column;gap:0;width:280px;height:100dvh;padding:6rem 2rem 2rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #0000004d}.nav-links.nav-open{transform:translate(0)}.nav-links a{color:#d1d9e6;border-bottom:1px solid #ffffff14;padding:1rem 0;font-size:1.15rem}.nav-links a:last-of-type:not(.mobile-nav-cta){border-bottom:none}.mobile-nav-cta{text-align:center;justify-content:center;margin-top:1.5rem;display:inline-flex;color:var(--text-white)!important;border-bottom:none!important}.nav-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);background:#00000080;display:block;position:fixed;inset:0}}@media (width<=480px){.header{padding:1rem 0}.logo{gap:.5rem}.logo-img{height:72px}.nav-links{width:260px;padding:5rem 1.5rem 1.5rem}.nav-links a{padding:.85rem 0;font-size:1.05rem}}.hero-wrapper{flex-direction:column;min-height:85vh;display:flex}.hero-content{justify-content:space-between;align-items:center;gap:4rem;margin-top:5rem;display:flex}.hero-text-area{flex:1;max-width:550px}.hero-title{color:var(--text-white);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.highlight-circle{color:var(--text-white);display:inline-block;position:relative}.circle-svg{pointer-events:none;z-index:0;width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.highlight-circle span{z-index:1;position:relative}.hero-subtitle{color:#b0c0d6;font-size:1.1rem}.hero-actions{align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.hero-btn{padding:1rem 2rem;font-size:1.1rem}.hero-image-area{flex:1;justify-content:flex-end;display:flex}.hero-image-card{border-radius:24px;width:100%;max-width:500px;height:600px;overflow:hidden;transform:translateY(20px);box-shadow:0 20px 40px #0003}.hero-image-card img{object-fit:cover;width:100%;height:100%}@media (width<=992px){.hero-wrapper{min-height:auto}.hero-content{text-align:center;flex-direction:column;gap:2.5rem;margin-top:3rem}.hero-text-area{max-width:100%}.hero-actions{justify-content:center}.hero-image-area{justify-content:center;width:100%}.hero-image-card{max-width:400px;height:350px;transform:translateY(10px)}.hero-title{font-size:2.8rem}.hero-subtitle{margin-left:auto;margin-right:auto;font-size:1rem}}@media (width<=480px){.hero-content{gap:2rem;margin-top:2rem}.hero-title{margin-bottom:1rem;font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-btn{padding:.85rem 1.5rem;font-size:.95rem}.hero-image-card{border-radius:18px;max-width:100%;height:250px}}.about-container{justify-content:space-between;align-items:center;gap:4rem;display:flex}.about-content{flex:1;max-width:500px}.about-content .section-title{color:var(--text-white);line-height:1.1;display:inline-block;position:relative}.accent-line{width:80px;height:30px;position:absolute;bottom:10px;right:-60px}.about-images{flex:1;gap:1.5rem;display:flex;position:relative}.about-images:before{content:"";background-color:var(--primary-blue);z-index:0;border-radius:20px;width:150px;height:150px;position:absolute;top:50%;left:-20px;transform:translateY(-50%)}.img-card{z-index:1;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.img-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.img-card:hover img{transform:scale(1.05)}.img-tall{width:60%;height:450px;margin-top:2rem}.img-grid-right{flex-direction:column;gap:1.5rem;width:40%;display:flex}.img-small{height:215px}@media (width<=992px){.about-container{flex-direction:column;gap:2.5rem}.about-content{text-align:center;max-width:100%}.about-content .btn{margin:0 auto}.accent-line{width:60px;right:-40px}.about-images{width:100%;margin-top:0}.img-tall{height:320px}.img-small{height:150px}.about-images:before{width:100px;height:100px;left:-10px}}@media (width<=480px){.about-container{gap:1.5rem}.about-images{gap:.75rem}.img-tall{height:220px;margin-top:1rem}.img-small{height:105px}.img-card{border-radius:16px}.img-grid-right{gap:.75rem}.about-images:before{border-radius:14px;width:80px;height:80px}.about-content .section-title{font-size:1.8rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.communities-section{background:linear-gradient(90deg,#0a1426e0 0%,#0a1426b3 50%,#0a14268c 100%),url(/images/canada-bg.png) 50%/cover no-repeat;padding:0;position:relative;overflow:hidden}.communities-inner{align-items:stretch;min-height:480px;display:flex}.communities-content{z-index:1;flex-direction:column;flex:55%;justify-content:center;padding:4rem 3rem 4rem 4rem;display:flex;position:relative}.communities-heading{color:var(--text-white);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.2rem;font-weight:800;line-height:1.15}.communities-desc{color:var(--text-gray);max-width:540px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.communities-list{gap:2rem;display:flex}.communities-col{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.communities-item{color:var(--text-white);letter-spacing:.01em;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.communities-bullet{flex-shrink:0;font-size:1rem;line-height:1}.communities-map-wrap{flex:45%;min-height:480px;position:relative}.communities-map{width:100%;height:100%;min-height:480px}.communities-map .leaflet-control-zoom a{font-weight:700;transition:all .25s;background:var(--dark-blue)!important;color:var(--accent-yellow)!important;border:1px solid #f3c83a40!important;width:34px!important;height:34px!important;font-size:18px!important;line-height:34px!important}.communities-map .leaflet-control-zoom a:hover{background:var(--accent-yellow)!important;color:var(--dark-blue)!important}.communities-map .leaflet-control-zoom{overflow:hidden;border:none!important;border-radius:10px!important;box-shadow:0 2px 10px #0000002e!important}.communities-map .leaflet-popup-content-wrapper{border-radius:10px;box-shadow:0 4px 18px #00000040}.communities-map .leaflet-popup-tip{box-shadow:none}.communities-map-wrap:before{content:"";z-index:400;pointer-events:none;background:linear-gradient(90deg,#0a1426e0 0%,#0000 100%);width:80px;height:100%;position:absolute;top:0;left:0}@media (width<=992px){.communities-inner{flex-direction:column}.communities-content{flex:none;padding:3rem 2rem}.communities-heading{font-size:1.75rem}.communities-desc{font-size:.95rem}.communities-list{flex-wrap:wrap;gap:1.5rem}.communities-map-wrap{flex:none;min-height:340px}.communities-map{min-height:340px}.communities-map-wrap:before{background:linear-gradient(#0a1426e0 0%,#0000 100%);width:0;height:40px;top:0;left:0;right:0}}@media (width<=480px){.communities-content{padding:2rem 1.25rem}.communities-heading{margin-bottom:1rem;font-size:1.4rem}.communities-desc{margin-bottom:1.5rem;font-size:.88rem}.communities-list{gap:.75rem 1.25rem}.communities-item{font-size:.85rem}.communities-bullet,.communities-bullet svg{width:15px;height:15px}.communities-map-wrap,.communities-map{min-height:280px}}.services-section{background:linear-gradient(180deg, #fff 0%, var(--bg-light) 100%);padding:5rem 0}.services-title{text-align:center;color:var(--dark-blue);letter-spacing:-.02em;margin-bottom:3rem;font-size:1.8rem;font-weight:800}.services-carousel{justify-content:center;align-items:center;gap:1.5rem;max-width:1050px;margin:0 auto;display:flex;position:relative}.carousel-arrow{width:52px;height:52px;color:var(--dark-blue);cursor:pointer;background:linear-gradient(145deg,#f0f4f8,#fff);border:1px solid #10244a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 3px 12px #10244a14}.carousel-arrow:hover{background:var(--dark-blue);color:var(--accent-yellow);transform:scale(1.08);box-shadow:0 6px 20px #10244a2e}.carousel-arrow svg{width:22px;height:22px}.carousel-viewport{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.carousel-slide{text-align:left;background:linear-gradient(145deg,#f8fafd,#fff);border:1px solid #10244a12;border-radius:20px;flex-direction:row;justify-content:flex-start;align-items:center;gap:2.5rem;width:100%;padding:2.5rem;display:flex;position:relative;box-shadow:0 8px 32px #10244a0f}.slide-enter{animation:.4s forwards slideIn}.slide-exit-next{animation:.35s forwards slideOutLeft}.slide-exit-prev{animation:.35s forwards slideOutRight}@keyframes slideIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.service-image-wrap{aspect-ratio:4/3;border-radius:14px;flex:0 0 42%;position:relative;overflow:hidden;box-shadow:0 6px 16px #10244a1a}.service-image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.carousel-slide:hover .service-image{transform:scale(1.05)}.service-text{flex-direction:column;flex:1;justify-content:center;gap:1rem;display:flex}.service-name{color:var(--dark-blue);letter-spacing:-.01em;margin:0;font-size:1.55rem;font-weight:800}.service-desc{color:#5a6a80;margin:0;font-size:1.05rem;line-height:1.65}.carousel-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.carousel-dot{cursor:pointer;background:#10244a26;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot:hover{background:#10244a4d}.carousel-dot.active{background:var(--accent-yellow);border-radius:6px;width:28px;box-shadow:0 2px 8px #f3c83a59}@media (width<=992px){.services-section{padding:3.5rem 0}.services-title{margin-bottom:2rem;font-size:1.5rem}.services-carousel{gap:1rem;max-width:90%}.carousel-arrow{width:44px;height:44px}.carousel-arrow svg{width:18px;height:18px}.carousel-slide{gap:1.8rem;padding:2rem}.service-image-wrap{flex:0 0 40%}.service-name{font-size:1.35rem}.service-desc{font-size:.95rem;line-height:1.6}}@media (width<=768px){.carousel-slide{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.service-image-wrap{aspect-ratio:16/10;flex:none;width:100%;max-width:400px;margin:0 auto}.service-text{text-align:center;align-items:center;gap:.8rem}.service-name{font-size:1.3rem}.service-desc{font-size:.95rem}}@media (width<=480px){.services-section{padding:2.5rem 0}.services-title{margin-bottom:1.5rem;font-size:1.25rem}.services-carousel{gap:.5rem}.carousel-arrow{width:36px;height:36px}.carousel-arrow svg{width:16px;height:16px}.carousel-slide{border-radius:14px;gap:1rem;padding:1.5rem 1rem}.service-image-wrap{aspect-ratio:16/10}.service-name{font-size:1.2rem}.service-desc{font-size:.9rem;line-height:1.5}.carousel-dots{gap:.35rem;margin-top:1.25rem}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:22px}}.how-section{background-color:#fff;padding:5rem 0}.how-title{text-align:center;color:var(--dark-blue);letter-spacing:-.02em;margin-bottom:3rem;font-size:2rem;font-weight:800}.how-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.how-card{background:linear-gradient(145deg,#f0f4f8,#fff);border:1px solid #10244a14;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:240px;padding:2rem 1.75rem 2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #10244a0f}.how-card:hover{transform:translateY(-6px);box-shadow:0 10px 32px #10244a1f}.how-card-content{z-index:1;position:relative}.how-card-heading{color:var(--dark-blue);margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.3}.how-card-desc{color:#5a6a80;font-size:.88rem;line-height:1.65}.how-card-number{color:var(--dark-blue);opacity:.26;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-size:5rem;font-weight:800;line-height:1;position:absolute;bottom:-8px;left:12px}@media (width<=992px){.how-section{padding:3.5rem 0}.how-title{margin-bottom:2rem;font-size:1.6rem}.how-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width<=480px){.how-section{padding:2.5rem 0}.how-title{margin-bottom:1.5rem;font-size:1.3rem}.how-grid{grid-template-columns:1fr;gap:1rem}.how-card{border-radius:14px;min-height:auto;padding:1.5rem 1.25rem 2rem}.how-card-heading{font-size:1rem}.how-card-desc{font-size:.85rem}.how-card-number{font-size:4rem}}.reviews-section{background-color:var(--bg-light);padding:6rem 0}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.reviews-header{margin-bottom:4rem}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.review-card{transition:var(--transition);background-color:#fff;border-radius:20px;flex-direction:column;padding:2.5rem;display:flex;box-shadow:0 10px 40px #0000000d}.review-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #0000001a}.review-stars{gap:.25rem;margin-bottom:1.5rem;display:flex}.review-text{color:#4a5568;flex-grow:1;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.6}.review-author{align-items:center;gap:1rem;display:flex}.author-info{flex-direction:column;display:flex}.author-name{color:var(--dark-blue);margin-bottom:.25rem;font-size:1rem;font-weight:700}.author-role{color:var(--text-gray);font-size:.85rem}@media (width<=992px){.reviews-section{padding:4rem 0}.reviews-header{margin-bottom:2.5rem}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.review-card{border-radius:16px;padding:1.75rem}.review-card:hover{transform:translateY(-5px)}.review-text{margin-bottom:1.5rem;font-size:.95rem}}@media (width<=480px){.reviews-section{padding:3rem 0}.reviews-header{margin-bottom:2rem}.reviews-grid{grid-template-columns:1fr;gap:1.25rem}.review-card{border-radius:14px;padding:1.5rem}.review-stars svg{width:16px;height:16px}.review-text{margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.author-name{font-size:.9rem}.author-role{font-size:.8rem}}.contact-section{background-color:#fff;border-top:1px solid #e1e5ea;padding:6rem 0}.contact-container{justify-content:space-between;gap:4rem;display:flex}.contact-info{flex:1;max-width:450px}.contact-info .section-title{color:var(--dark-blue)}.contact-details{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.detail-item{align-items:flex-start;gap:1rem;display:flex}.detail-icon{background-color:var(--bg-light);width:48px;min-width:48px;height:48px;color:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;display:flex}.detail-item h4{color:var(--dark-blue);margin-bottom:.25rem;font-size:1.1rem}.detail-item p{color:var(--text-gray);font-size:.95rem}.contact-form-wrapper{background-color:var(--bg-light);border-radius:20px;flex:1;padding:2.5rem 3rem;box-shadow:0 10px 40px #00000008}.form-heading{text-align:center;color:var(--dark-blue);letter-spacing:-.02em;margin-bottom:2rem;font-size:1.4rem;font-weight:800}.input-row{gap:1.25rem;display:flex}.input-row .input-group{flex:1}.input-group select{width:100%;transition:var(--transition);color:var(--dark-blue);appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23182A45' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid #e1e5ea;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem}.input-group select:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #6ba8f533}.input-group input[type=date]{color:var(--dark-blue)}.submit-btn{letter-spacing:.02em;text-transform:uppercase;width:100%;margin-top:1rem;padding:1.1rem;font-size:1.05rem;font-weight:700}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.form-status{text-align:center;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem}.form-status.success{color:#047857;background-color:#e6f6ee;border:1px solid #a7f3d0}.form-status.error{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca}@media (width<=992px){.contact-section{padding:4rem 0}.contact-container{flex-direction:column;gap:2.5rem}.contact-info{text-align:center;max-width:100%}.contact-info .section-subtitle{margin-left:auto;margin-right:auto}.contact-details{flex-direction:row;justify-content:center;gap:2.5rem;margin-top:2rem}.detail-item{text-align:center;flex-direction:column;align-items:center}.contact-form-wrapper{padding:2rem}}@media (width<=480px){.contact-section{padding:3rem 0}.contact-container{gap:2rem}.contact-details{flex-direction:column;align-items:center;gap:1.5rem}.detail-icon{width:40px;min-width:40px;height:40px}.detail-icon svg{width:18px;height:18px}.detail-item h4{font-size:1rem}.detail-item p{font-size:.85rem}.contact-form-wrapper{border-radius:16px;padding:1.5rem}.form-heading{margin-bottom:1.5rem;font-size:1.15rem}.input-row{flex-direction:column;gap:0}.submit-btn{padding:.9rem;font-size:.95rem}}.footer{background-color:var(--darker-blue);color:var(--text-gray);padding:4rem 0 0}.footer-top{border-bottom:1px solid #ffffff14;gap:3rem;padding-bottom:3rem;display:flex}.footer-brand{flex-direction:column;flex:0 0 260px;justify-content:center;align-items:center;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:200px}.footer-col{flex:1;min-width:0}.footer-col-title{color:var(--text-white);letter-spacing:.03em;text-transform:uppercase;margin-bottom:1.25rem;padding-bottom:.6rem;font-size:1rem;font-weight:700;position:relative}.footer-col-title:after{content:"";background:var(--accent-yellow);border-radius:2px;width:28px;height:2px;position:absolute;bottom:0;left:0}.footer-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-list li{color:var(--text-gray);cursor:default;font-size:.88rem;transition:color .2s}.footer-list li:hover{color:var(--text-white)}.footer-list--locations{grid-template-columns:1fr 1fr;gap:.4rem 1.25rem;display:grid}.footer-contact li{align-items:center;gap:.6rem;display:flex}.footer-contact svg{color:var(--accent-yellow);flex-shrink:0}.footer-bottom{text-align:center;padding:1.5rem 0}.copyright{color:#a8b2c199;font-size:.82rem}@media (width<=992px){.footer{padding:3rem 0 0}.footer-top{flex-wrap:wrap;gap:2.5rem 2rem}.footer-brand{text-align:center;flex:0 0 100%;align-items:center}.footer-logo-img{align-self:center}.footer-tagline{max-width:400px;margin:0 auto}.footer-col{flex:calc(33% - 2rem)}}@media (width<=480px){.footer{padding:2.5rem 0 0}.footer-top{flex-direction:column;gap:2rem}.footer-brand{text-align:center;align-items:center}.footer-logo-img{align-self:center;height:52px}.footer-col{flex:100%}.footer-list--locations{grid-template-columns:1fr 1fr;gap:.35rem 1rem}.footer-col-title{margin-bottom:1rem;font-size:.92rem}.footer-list li{font-size:.82rem}.footer-bottom{padding:1.25rem 0}.copyright{font-size:.75rem}}
