.admin-page{--admin-navy:#2d3d50;--admin-navy-hover:#243244;--admin-slate:#4d5d6f;--admin-border:#d0d5dd;--admin-surface:#f4f6f9;--admin-muted:#6a7380;--admin-accent:#4a6d94;--admin-accent-soft:#eef3f9;--admin-success:#3d6b52;--admin-warn:#7a6a35;--admin-danger:#8f5555;--admin-active-bg:#dce8f4;--admin-active-border:#b3c9df;--admin-active-text:#2a415c;background:var(--admin-surface);color:#1a1a1a;min-height:100vh;padding:clamp(1.25rem,4vw,2.5rem);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.admin-panel{max-width:1200px;margin:0 auto}.admin-topbar{border-bottom:1px solid var(--admin-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.admin-brand{flex-direction:column;align-items:center;gap:.45rem;min-width:0;display:inline-flex}.admin-brand-logo{object-fit:contain;width:auto;max-width:min(200px,42vw);height:clamp(40px,5vw,52px);display:block}.admin-brand-text{color:var(--admin-navy);letter-spacing:.02em;text-align:center;white-space:nowrap;font-size:clamp(.82rem,1.8vw,.95rem);font-weight:700;line-height:1.2}.admin-topbar .admin-back-link{margin-bottom:0}.admin-login-brand{text-align:center;flex-direction:column;align-items:center;gap:0;margin-bottom:1.5rem;display:flex}.admin-login-brand-logo{object-fit:contain;width:auto;max-width:min(220px,70vw);height:clamp(48px,8vw,64px)}.admin-login-brand-text{color:var(--admin-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:clamp(1rem,3vw,1.35rem);font-size:.82rem;font-weight:600}.admin-back-link{color:var(--admin-slate);margin-bottom:1rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-block}.admin-back-link:hover{text-decoration:underline}.admin-panel-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-panel-header h1{margin:0 0 .35rem;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:700}.admin-panel-header p{color:var(--admin-muted);margin:0;font-size:.92rem}.admin-btn{cursor:pointer;border:0;border-radius:0;padding:.55rem 1rem;font-family:inherit;font-size:.86rem;font-weight:600}.admin-btn--dark{color:#fff;background:#5a718a}.admin-btn--dark:hover{background:#4d6278}.admin-stats{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-bottom:1.25rem;display:grid}.admin-stat-card{color:#2a3140;border:1px solid var(--admin-border);border-radius:0;padding:.75rem .85rem;font-size:1.1rem;font-weight:700}.admin-stat-card span{letter-spacing:.04em;color:var(--admin-muted);opacity:1;margin-top:.2rem;font-size:.72rem;font-weight:600;display:block}.admin-stat--total{background:#e8ecf1;border-color:#c9d2de}.admin-stat--pending{background:#f5efd8;border-color:#e5dac0}.admin-stat--reviewed{background:#e4eef8;border-color:#c5d6ea}.admin-stat--accepted{background:#e5f0ea;border-color:#c3dccf}.admin-stat--rejected{background:#f5e8e8;border-color:#e4caca}.admin-stat--unread{background:#ebe8f2;border-color:#d4cee0}.admin-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.admin-tab{border:1px solid var(--admin-border);color:#2a3140;cursor:pointer;background:#fff;border-radius:0;padding:.45rem .85rem;font-family:inherit;font-size:.82rem;font-weight:600}.admin-tab.is-active{background:var(--admin-active-bg);border-color:var(--admin-active-border);color:var(--admin-active-text)}.admin-tab.is-active:hover{background:#d0dde9}.admin-table-wrap{border:1px solid var(--admin-border);background:#fff;border-radius:0;overflow:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.84rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--admin-border);vertical-align:top;padding:.65rem .75rem}.admin-table th{letter-spacing:.06em;text-transform:uppercase;color:var(--admin-slate);background:#f0f2f5;font-size:.72rem;font-weight:700}.admin-table tr.is-unread{background:var(--admin-accent-soft)}.admin-table tr.is-selected{outline-offset:-2px;outline:2px solid #8aaccc}.admin-stats-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-stat-pill{color:var(--admin-slate,#3d4a56);border:1px solid var(--admin-border,#d4dce4);background:#eef2f6;padding:.35rem .65rem;font-size:.78rem;display:inline-block}.admin-stat-pill--ok{color:#2d5a38;background:#e8f3ea;border-color:#c5dcc9}.admin-stat-pill--warn{color:#6b3a34;background:#f5ebe9;border-color:#e0c8c4}.admin-toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admin-checkbox-label{cursor:pointer;align-items:center;gap:.45rem;font-size:.88rem;display:inline-flex}.admin-status-badge{text-transform:uppercase;letter-spacing:.04em;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.admin-status-badge--ok{color:#2d5a38;background:#e8f3ea}.admin-status-badge--fail{color:#6b3a34;background:#f5ebe9}.admin-form-card{border:1px solid var(--admin-border,#d4dce4);background:#fff;margin-bottom:2rem;padding:1.25rem 1.35rem}.admin-form-card__title{color:var(--admin-ink,#1a2634);margin:0 0 1rem;font-size:1rem;font-weight:700}.admin-user-form{gap:.85rem;max-width:28rem;display:grid}.admin-user-form label{flex-direction:column;gap:.35rem;font-size:.88rem;display:flex}.admin-user-form input,.admin-user-form select{font:inherit;border:1px solid var(--admin-border,#d4dce4);border-radius:0;padding:.5rem .6rem}.admin-role-select{min-width:9.5rem;font:inherit;border:1px solid var(--admin-border,#d4dce4);color:var(--admin-ink,#1a2634);cursor:pointer;background:#fff;padding:.35rem .5rem;font-size:.82rem;font-weight:600}.admin-role-select:disabled{opacity:.6;cursor:wait}.admin-users-list{margin-top:.5rem}.admin-password-input-row{align-items:center;gap:.45rem;display:flex}.admin-password-input-row .admin-link-btn{white-space:nowrap;margin-right:0}.admin-password-cell{gap:.35rem;display:grid}.admin-password-policy{border:1px solid #c5d4e3;border-left:3px solid var(--admin-accent,#3d6b8c);background:linear-gradient(135deg,#f6f9fc 0%,#eef3f8 100%);margin:.15rem 0 .5rem;padding:.85rem 1rem}.admin-password-policy--valid{background:linear-gradient(135deg,#f4faf6 0%,#e8f3ec 100%);border-color:#b8d4c4}.admin-password-policy__title{letter-spacing:.06em;text-transform:uppercase;color:var(--admin-slate,#3d4f5f);margin:0 0 .55rem;font-size:.72rem;font-weight:700}.admin-password-policy__list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.admin-password-policy__item{color:var(--admin-muted,#5a6570);align-items:flex-start;gap:.5rem;font-size:.8rem;line-height:1.35;display:flex}.admin-password-policy__icon{color:#8a96a3;background:#fff;border:1px solid #c5cdd6;flex-shrink:0;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;font-size:.65rem;font-weight:700;display:inline-flex}.admin-password-policy__item.is-met{color:#2d5a38}.admin-password-policy__item.is-met .admin-password-policy__icon{color:#fff;background:#3d7a52;border-color:#3d7a52}.admin-password-policy__item.is-unmet{color:#5c4a20}.admin-password-policy__item.is-unmet .admin-password-policy__icon{background:#faf6ef;border-color:#d4c4a8}.admin-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:0;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.admin-badge--pending{color:#5c4d20;background:#ede8dc}.admin-badge--reviewed{color:#1e4976;background:#dce6f0}.admin-badge--accepted{color:#1e4a32;background:#dce8e2}.admin-badge--rejected{color:#6b3030;background:#eedfdf}.admin-link-btn{color:var(--admin-accent);cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;border:0;margin-right:.75rem;padding:0;text-decoration:underline}.admin-link-btn--danger{color:var(--admin-danger)}.admin-login-card{border:1px solid var(--admin-border);background:#fff;border-radius:0;max-width:400px;margin:3rem auto;padding:clamp(1.5rem,4vw,2rem);box-shadow:0 4px 24px #1a2d4214}.admin-login-card h1{margin:0 0 .5rem;font-size:1.35rem}.admin-login-card p{color:var(--admin-muted);margin:0 0 1.25rem;font-size:.9rem}.admin-login-card label{color:#2a3140;gap:.35rem;margin-bottom:.85rem;font-size:.82rem;font-weight:600;display:grid}.admin-login-card input{border:1px solid var(--admin-border);border-radius:0;padding:.55rem .65rem;font-size:.92rem}.admin-login-card .admin-btn{width:100%;margin-top:.5rem;padding:.65rem}.admin-login-error{color:#5c2828;background:#f5e9e9;border:1px solid #dcc8c8;border-radius:0;margin:0 0 1rem;padding:.55rem .65rem;font-size:.85rem}.admin-login-error--info{color:#2a3f52;background:#f0f4f8;border-color:#c5d4e3}.admin-page--loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.admin-session-status{color:var(--admin-muted,#5a6570);margin:0;font-size:.95rem}.admin-select{border:1px solid var(--admin-border);border-radius:0;padding:.25rem .4rem;font-family:inherit;font-size:.82rem}.admin-empty{text-align:center;color:var(--admin-muted);padding:2rem 1rem}.admin-shell-header{border-bottom:1px solid var(--admin-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.1rem;display:flex}.admin-shell-nav{flex-wrap:wrap;align-items:center;gap:.35rem .75rem;display:flex}.admin-shell-link{color:#2a3140;border:1px solid #0000;border-radius:0;padding:.4rem .75rem;font-size:.84rem;font-weight:600;text-decoration:none}.admin-shell-link:hover{background:#e4e7ec}.admin-shell-link.is-active{background:var(--admin-active-bg);color:var(--admin-active-text);border-color:var(--admin-active-border)}.admin-shell-link.is-active:hover{background:#d0dde9}.admin-shell-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.admin-shell-actions .admin-back-link{margin-bottom:0}.admin-subpage{display:block}.admin-apps-type-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.admin-apps-type-tab{border:1px solid var(--admin-border);color:#2a3140;cursor:pointer;background:#f4f5f7;border-radius:0;padding:.5rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600}.admin-apps-type-tab:hover{background:#e8eaef}.admin-apps-type-tab.is-active{background:var(--admin-active-bg);border-color:var(--admin-active-border);color:var(--admin-active-text)}.admin-apps-type-tab.is-active:hover{background:#d0dde9}.admin-apps-type-caption{color:var(--admin-muted);border-bottom:1px solid var(--admin-border);background:#f4f5f7;padding:.6rem .85rem .45rem;font-size:.8rem;font-weight:600}.admin-table-wrap>.admin-apps-type-tabs{margin-bottom:0;padding:.65rem .85rem 0}.admin-dashboard-intro h1{margin:0 0 .4rem;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:700}.admin-dashboard-intro p{color:var(--admin-muted);margin:0 0 1.25rem;font-size:.95rem}.admin-dashboard-stats{flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem;display:flex}.admin-dash-mini{border:1px solid var(--admin-border);background:#fff;border-radius:0;min-width:10rem;padding:.85rem 1.1rem}.admin-dash-mini-label{letter-spacing:.06em;text-transform:uppercase;color:var(--admin-muted);margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.admin-dash-mini strong{color:var(--admin-navy);font-size:1.65rem;font-weight:800}.admin-dash-mini small{color:var(--admin-muted);margin-top:.25rem;font-size:.82rem;display:block}.admin-dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.1rem;display:grid}.admin-dash-card{color:#2a3140;border:1px solid var(--admin-border);border-radius:0;align-content:start;gap:.55rem;min-height:9.5rem;padding:1.35rem 1.25rem;text-decoration:none;transition:background-color .18s,box-shadow .18s;display:grid;box-shadow:0 1px 6px #1a2d420f}.admin-dash-card:hover{transform:none;box-shadow:0 2px 12px #1a2d421a}.admin-dash-card h2{color:var(--admin-navy);margin:0;font-size:1.15rem;font-weight:700}.admin-dash-card p{color:var(--admin-muted);opacity:1;margin:0;font-size:.88rem;line-height:1.55}.admin-dash-card-cta{letter-spacing:.02em;margin-top:auto;padding-top:.5rem;font-size:.86rem;font-weight:700}.admin-dash-card--career{background:#e8f0fa;border-color:#c5d4e8}.admin-dash-card--career:hover{background:#dfe9f5}.admin-dash-card--career .admin-dash-card-cta{color:#1e4976}.admin-dash-card--contact{background:#f0eaf5;border-color:#d9cee4}.admin-dash-card--contact:hover{background:#e9e1f0}.admin-dash-card--contact .admin-dash-card-cta{color:#4a3868}.admin-stats--inline{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));max-width:28rem}.admin-table-hint{color:var(--admin-muted);margin:0 0 .5rem;font-size:.78rem}.admin-table--contact{table-layout:fixed}.admin-table--contact th:first-child,.admin-table--contact td:first-child,.admin-table--contact th:nth-child(2),.admin-table--contact td:nth-child(2){width:12%}.admin-table--contact th:nth-child(3),.admin-table--contact td:nth-child(3){width:16%}.admin-table--contact th:nth-child(4),.admin-table--contact td:nth-child(4){width:38%}.admin-table--contact th:nth-child(5),.admin-table--contact td:nth-child(5){width:10%}.admin-table--contact th:nth-child(6),.admin-table--contact td:nth-child(6){width:12%}.admin-table-msg{color:#333;max-width:0;font-size:.8rem;line-height:1.45}.admin-table-msg-preview{-webkit-line-clamp:4;word-break:break-word;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.admin-message-detail{border:1px solid var(--admin-border);background:#fff;border-radius:0;margin-top:1.25rem;padding:1rem 1.1rem 1.15rem;box-shadow:0 2px 12px #1a2d420f}.admin-message-detail__head{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.65rem;display:flex}.admin-message-detail__title{margin:0;font-size:1rem;font-weight:700}.admin-btn--ghost{color:#2a3140;border:1px solid var(--admin-border);cursor:pointer;background:#f0f2f5;border-radius:0;padding:.35rem .75rem;font-family:inherit;font-size:.82rem;font-weight:600}.admin-btn--ghost:hover{background:#e4e7ec}.admin-message-detail__meta{grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:.65rem 1.25rem;margin:0 0 .85rem;display:grid}.admin-message-detail__meta div{margin:0}.admin-message-detail__meta dt{letter-spacing:.05em;text-transform:uppercase;color:var(--admin-muted);margin:0 0 .15rem;font-size:.68rem;font-weight:700}.admin-message-detail__meta dd{word-break:break-word;margin:0;font-size:.88rem}.admin-message-detail__body{border:1px solid var(--admin-border);white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;color:#222;background:#f4f5f7;border-radius:0;max-height:min(50vh,22rem);padding:.75rem .85rem;font-size:.88rem;line-height:1.55;overflow:auto}@media (width<=768px){.admin-shell-header{flex-direction:column;align-items:flex-start}.admin-shell-nav{width:100%}}.admin-upload-panel{border:1px solid var(--admin-border);background:#fff;margin-bottom:1.5rem;padding:1.1rem 1.2rem}.admin-project-upload-form{gap:.75rem;max-width:28rem;display:grid}.admin-project-upload-form label{color:#2a2a2a;gap:.35rem;font-size:.88rem;font-weight:600;display:grid}.admin-project-upload-form input,.admin-project-upload-form select{font:inherit;border:1px solid var(--admin-border);padding:.45rem .55rem}.admin-selected-files{gap:.25rem;margin:0;padding:.35rem 0 0;list-style:none;display:grid}.admin-selected-files li{color:#444;word-break:break-all;font-size:.82rem;font-weight:400;line-height:1.35}.admin-project-photo-thumb{object-fit:cover;border:1px solid var(--admin-border);width:88px;height:56px;display:block}.admin-input-text{width:100%;min-width:8rem;max-width:14rem;font:inherit;border:1px solid var(--admin-border);padding:.35rem .45rem}.admin-input-text--narrow{min-width:3rem;max-width:4.5rem}.admin-table--project-photos td{vertical-align:middle}.admin-muted{color:var(--admin-muted)}.careers-page{gap:clamp(1.1rem,2.6vw,1.8rem);padding-bottom:clamp(2.5rem,6vw,4.5rem);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:grid}.careers-header{isolation:isolate;gap:.5rem;padding:clamp(.75rem,1.8vw,1.1rem);display:grid;position:relative}.careers-header:before{content:"";z-index:-1;pointer-events:none;opacity:.2;background-image:url(/assets/danismanlik-hizmetleri-B3MU7Hh9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #4a4a4a73;position:absolute;inset:0}.careers-kicker{color:#4a4a4a;letter-spacing:.22em;margin:0;font-size:.78rem;font-weight:600}.careers-header h1{color:#171717;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.9rem,4vw,2.9rem);font-weight:500;line-height:1.08}.careers-divider{background:linear-gradient(90deg,#4a4a4a 0%,#4a4a4a40 100%);width:4.2rem;height:2px;display:block}.careers-lead{color:#4b4b4b;margin:.2rem 0 0;line-height:1.65}.careers-forms{grid-template-columns:1fr;gap:.9rem;margin-bottom:clamp(1rem,3vw,2rem);display:grid}.careers-form-switch{background:0 0;border:0;border-bottom:1px solid #4a4a4a59;grid-template-columns:1fr 1fr;gap:.45rem;width:100%;padding:0 0 .25rem;display:grid;position:relative}.careers-form-switch:after{content:"";background:#4a4a4a59;width:2px;position:absolute;top:.2rem;bottom:.45rem;left:50%;transform:translate(-1px)}.careers-switch-btn{color:#6b6b6b;font:inherit;cursor:pointer;text-underline-offset:4px;background:0 0;border:0;padding:.5rem 0;font-size:.84rem;font-weight:600;text-decoration:none;transition:color .18s,text-decoration-color .18s}.careers-switch-btn.is-active{color:#2f2f2f;-webkit-text-decoration:underline #4a4a4ae6;text-decoration:underline #4a4a4ae6}.career-form-card{background:#fff;border:1px solid #e2e2e2;border-left:2px solid #4a4a4a80;gap:.65rem;padding:clamp(.9rem,2vw,1.2rem);display:grid}.career-form-card h2{color:#1a1a1a;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:500}.career-form-card p{color:#5a5a5a;margin:0;font-size:.92rem}.career-form{gap:.55rem;display:grid}.career-form label{color:#353535;gap:.3rem;font-size:.86rem;display:grid}.career-form label small{color:#757575;font-size:.74rem}.career-form input,.career-form textarea,.career-form select{color:#1f1f1f;width:100%;font:inherit;background:#fff;border:1px solid #d9d9d9;border-radius:0;padding:.6rem .68rem}.career-form input:focus,.career-form textarea:focus,.career-form select:focus{border-color:#6a6a6a;outline:none;box-shadow:0 0 0 2px #4a4a4a26}.career-form button{color:#2f2f2f;cursor:pointer;background:0 0;border:1px solid #4a4a4a;justify-self:start;padding:.54rem 1.1rem;font-size:.86rem;font-weight:600;transition:background-color .22s,color .22s}.career-form button:hover{color:#fff;background:#4a4a4a}.career-form button:disabled{opacity:.55;cursor:not-allowed}.careers-submit-notice{border-radius:6px;margin:0 0 1.15rem;padding:1rem 1.15rem;font-size:.92rem;line-height:1.55}.careers-submit-notice strong{letter-spacing:.01em;margin-bottom:.4rem;font-size:1.08rem;font-weight:700;display:block}.careers-submit-notice p{margin:0}.careers-submit-notice--success{color:#1b5e20;background:#e8f5e9;border:1px solid #a5d6a7}.careers-submit-notice--error{color:#b71c1c;background:#ffebee;border:1px solid #ef9a9a}.career-form .contact-turnstile-wrap{margin-top:.25rem}.careers-page .contact-turnstile{min-height:65px}.careers-page .contact-turnstile-missing{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:.5rem;margin:0;padding:.65rem .85rem;font-size:.85rem}@media (width<=880px){.careers-form-switch{grid-template-columns:1fr 1fr;width:100%;display:grid}}.project-city-page{flex-direction:column;min-height:min(88vh,920px);padding-bottom:clamp(1.5rem,4vw,2.5rem);display:flex;overflow-x:clip}.project-city-inset{box-sizing:border-box;width:min(1120px,92%);margin-inline:auto}.project-city-top{flex-direction:column;display:flex}.project-city-nav{flex-shrink:0;padding:clamp(.75rem,2vw,1rem) 0 clamp(.35rem,1vw,.5rem)}.project-city-status{color:#4a4a4a;margin:0;padding:0 0 clamp(.5rem,1.5vw,.75rem);font-size:.9rem}.project-city-back{color:#4a4a4a;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #4a4a4a66;padding-bottom:.12rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-block}.project-city-back:hover{color:#2f2f2f;border-bottom-color:#4a4a4a8c}.project-city-hero{flex-direction:column;flex:1;gap:0;min-height:0;margin-top:clamp(.75rem,2vw,1.25rem);display:flex}.project-city-hero-city-head{border:none;margin:0;padding:0 0 clamp(.35rem,1vw,.55rem)}.project-city-hero-city-row{flex-wrap:wrap;align-items:center;gap:clamp(.5rem,1.5vw,.85rem);display:flex}.project-city-hero-city{color:#101010;letter-spacing:-.035em;background:linear-gradient(90deg,#4a4a4a 0% 55%,#4a4a4a59 100%) 0 100%/100% 3px no-repeat;max-width:none;margin:0;padding-bottom:.45rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(2.1rem,4.8vw,3.35rem);font-weight:600;line-height:1.06}.project-city-hero-city-next{cursor:pointer;color:#2a2a2a;background:#fafafa;border:1px solid #1414141a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.65rem;height:2.65rem;margin:0 0 .45rem;padding:0;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 10px #0000000f}.project-city-hero-city-next:hover{color:#4a4a4a;background:#fff;border-color:#4a4a4a59;transform:translate(2px);box-shadow:0 4px 16px #00000014}.project-city-hero-city-next:focus-visible{outline-offset:3px;outline:2px solid #4a4a4a}.project-city-hero-row{box-sizing:border-box}.project-city-hero-core{width:100%;min-width:0}.project-city-hero-media{aspect-ratio:16/10;box-sizing:border-box;background:#1a1a1a;border:1.5px solid #6d6d6d;border-radius:4px;width:100%;min-height:clamp(280px,42vh,480px);max-height:min(72vh,720px);position:relative;overflow:hidden;box-shadow:0 8px 32px #17122c1a,12px 14px #17122c0f}.project-city-hero-media-frame{position:absolute;inset:0;overflow:hidden}.project-city-hero-photo-slide{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .75s;position:absolute;inset:0}.project-city-hero-photo-slide.is-active{opacity:1;z-index:1}.project-city-hero-photo-slide img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.project-city-hero-rail-btn{z-index:6;cursor:pointer;color:#2a2a2a;background:#fafafaeb;border:1px solid #14141414;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0;padding:0;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #0000001a}.project-city-hero-rail-btn:hover{color:#4a4a4a;background:#fff;border-color:#4a4a4a59;transform:translateY(-50%)scale(1.05);box-shadow:0 4px 18px #0000001f}.project-city-hero-rail-btn:focus-visible{outline-offset:3px;outline:2px solid #4a4a4a}.project-city-hero-rail-btn--prev{left:.65rem}.project-city-hero-rail-btn--next{right:.65rem}.project-city-hero-chevron{flex-shrink:0;display:block}.project-city-hero-dots{z-index:6;gap:.45rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.project-city-hero-dots span{background:#ffffff59;border-radius:50%;width:6px;height:6px;transition:background .25s,transform .25s;box-shadow:0 0 0 1px #0000001f}.project-city-hero-dots span.is-active{background:#fffffff2;transform:scale(1.15)}.project-city-hero-title{color:#2a2a2a;letter-spacing:.01em;white-space:nowrap;scrollbar-width:none;max-width:100%;margin:clamp(.45rem,1.2vw,.75rem) 0 0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(.8rem,1.35vw,1.15rem);font-weight:600;line-height:1.35;overflow-x:auto}.project-city-hero-title::-webkit-scrollbar{display:none}.project-city-empty{background:#fafafa;border:1px dashed #14141440;border-radius:.55rem;max-width:36rem;margin-top:1rem;padding:1.25rem 1.35rem}.project-city-empty h2{margin:0 0 .35rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.15rem}.project-city-empty p{color:#4e4e4e;margin:0 0 .65rem;font-size:.95rem;line-height:1.55}.project-city-empty a{color:#4a4a4a;font-weight:600}@media (width<=640px){.project-city-hero-rail-btn{width:2.75rem;height:2.75rem}.project-city-hero-media{aspect-ratio:4/3;min-height:240px;max-height:58vh}}.maplibregl-map{-webkit-tap-highlight-color:#0000;font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;position:relative;overflow:hidden}.maplibregl-canvas{position:absolute;top:0;left:0}.maplibregl-map:fullscreen{width:100%;height:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;z-index:2;position:absolute}.maplibregl-ctrl-top-left{top:0;left:0}.maplibregl-ctrl-top-right{top:0;right:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px buttontext}}.maplibregl-ctrl-group button{box-sizing:border-box;cursor:pointer;background-color:#0000;border:0;outline:none;width:29px;height:29px;padding:0;display:block}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;width:100%;height:100%;display:block}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:#0000}.maplibregl-ctrl-group button+button{border-top:1px solid buttontext}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:2s linear infinite maplibregl-spin}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:88px;height:23px;margin:0 0 -4px -4px;display:block;overflow:hidden}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{box-sizing:content-box;color:#000;background-color:#fff;border-radius:12px;min-height:20px;margin:10px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{visibility:visible;padding:2px 28px 2px 8px}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{box-sizing:border-box;cursor:pointer;background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;outline:none;width:24px;height:24px;display:none;position:absolute;top:0;right:0}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;right:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;left:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{box-sizing:border-box;color:#333;white-space:nowrap;background-color:#ffffffbf;border:2px solid #333;border-top:#333;padding:0 5px;font-size:10px}.maplibregl-popup{pointer-events:none;will-change:transform;display:flex;position:absolute;top:0;left:0}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{z-index:1;border:10px solid #0000;width:0;height:0}.maplibregl-popup-anchor-top .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;align-self:center}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;border-left:none;align-self:flex-start}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;border-right:none;align-self:flex-end}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;align-self:center}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;border-left:none;align-self:flex-start}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;border-right:none;align-self:flex-end}.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-left:none;border-right-color:#fff;align-self:center}.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:#fff;border-right:none;align-self:center}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{cursor:pointer;background-color:#0000;border:0;border-radius:0 3px 0 0;position:absolute;top:0;right:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{pointer-events:auto;background:#fff;border-radius:3px;padding:15px 10px;position:relative;box-shadow:0 1px 2px #0000001a}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{will-change:transform;transition:opacity .2s;position:absolute;top:0;left:0}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;width:15px;height:15px}.maplibregl-user-location-dot:before{content:"";animation:2s infinite maplibregl-user-location-dot-pulse;position:absolute}.maplibregl-user-location-dot:after{box-sizing:border-box;content:"";border:2px solid #fff;border-radius:50%;width:19px;height:19px;position:absolute;top:-2px;left:-2px;box-shadow:0 0 3px #00000059}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;width:1px;height:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{opacity:.5;background:#fff;border:2px dotted #202020;width:0;height:0;position:absolute;top:0;left:0}.maplibregl-cooperative-gesture-screen{color:#fff;opacity:0;pointer-events:none;z-index:99999;background:#0006;justify-content:center;align-items:center;padding:1rem;font-size:1.4em;line-height:1.2;transition:opacity 1s 1s;display:flex;position:absolute;inset:0}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity 50ms}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{z-index:99999;width:100%!important;height:100%!important;position:fixed!important;top:0!important;left:0!important}.projects-page{background-color:#e9e9e9;min-height:100%;padding-bottom:clamp(2rem,5vw,3.2rem);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:block;position:relative;overflow-x:clip}.projects-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.projects-list-inner{gap:.95rem;width:min(1120px,92%);margin:0 auto;display:grid}.projects-list-header{gap:.42rem;display:grid}.projects-list-header p{color:#4a4a4a;letter-spacing:.2em;margin:0;font-size:.75rem;font-weight:600}.projects-list-header h2{color:#151515;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.45rem,2.8vw,2rem);font-weight:500;line-height:1.1}.projects-list-header span{background:linear-gradient(90deg,#4a4a4a 0%,#4a4a4a38 100%);width:4rem;height:2px;display:block}.projects-list-header .projects-list-meta{color:#6a6a6a;letter-spacing:normal;text-transform:none;margin:.2rem 0 0;font-size:.88rem;font-weight:400;line-height:1.55}.projects-list-empty{color:#666;margin:0;font-size:.95rem}.projects-page>.projects-list-inner:first-child{gap:.35rem;margin-bottom:.35rem}.projects-city-map-block{margin:0;display:block}.projects-city-map-block--fullscreen{--projects-map-surface:#f4f4f4;background-color:var(--projects-map-surface);width:100%;max-width:100%;margin:0;padding:0;overflow-x:clip}.projects-city-map-header{background-color:var(--projects-map-surface,#f4f4f4);gap:.42rem;width:min(1120px,92%);margin:0 auto;padding:clamp(.35rem,1.2vw,.65rem) 0 clamp(.45rem,1vw,.7rem);display:grid}.projects-city-map-header h2{color:#151515;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.45rem,2.8vw,2rem);font-weight:500;line-height:1.1}.projects-city-map-header-line{background:linear-gradient(90deg,#4a4a4a 0%,#4a4a4a38 100%);width:4rem;height:2px;display:block}.projects-city-map-block--fullscreen+.projects-list-inner{margin-top:.85rem}.projects-city-map-frame{background:#f2f2f2;border:1px solid #d8d8d8;border-radius:8px;width:100%;max-width:920px;margin:0 auto;padding:clamp(.5rem,1.2vw,.85rem);box-shadow:0 10px 24px #0000000f}.projects-city-map-block--fullscreen .projects-city-map-frame{box-sizing:border-box;width:100%;max-width:100%;height:auto;min-height:0;box-shadow:none;background:var(--projects-map-surface,#f4f4f4);border:0;border-radius:0;margin:0 auto;padding:0 clamp(.35rem,1.5vw,1rem);line-height:normal;display:block}.projects-city-map-svg{vertical-align:top;width:100%;height:auto;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:block}.turkey-map-frame{box-sizing:border-box;width:100%;max-width:100%;position:relative;overflow:hidden}.turkey-map-container,.turkey-map-container.maplibregl-map{aspect-ratio:47/22;box-sizing:border-box;touch-action:pan-y;cursor:default;width:100%;max-width:100%;height:auto;min-height:clamp(320px,46vw,540px);display:block;position:relative}.turkey-map-container .maplibregl-canvas-container{width:100%!important;height:100%!important;top:0!important;left:0!important}.turkey-map-container .maplibregl-canvas{outline:none;width:100%!important;height:100%!important}.turkey-map-container .maplibregl-ctrl-bottom-left,.turkey-map-container .maplibregl-ctrl-bottom-right,.turkey-map-container .maplibregl-ctrl-top-left,.turkey-map-container .maplibregl-ctrl-top-right{display:none}.turkey-map-labels{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.turkey-map-label{color:#5a5a5a;letter-spacing:.02em;white-space:nowrap;text-align:center;text-shadow:0 0 3px #f4f4f4,0 0 3px #f4f4f4,1px 0 #f4f4f4,-1px 0 #f4f4f4,0 1px #f4f4f4,0 -1px #f4f4f4;-webkit-user-select:none;user-select:none;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:500;line-height:1.15;position:absolute;transform:translate(-50%,-50%)}.turkey-map-label--has-projects{color:#3a3a3a;font-weight:600}.turkey-map-label--active{color:#141414;font-weight:700}.projects-city-map-svg :focus{outline:none}.projects-city-map-bg{fill:#f4f4f4}.projects-city-map-lake{fill:#d8e8f4;stroke:#8eb4d4;stroke-width:.5px;stroke-linejoin:round;pointer-events:none}.projects-city-map-outline{fill:none;stroke:#5c5c5c;stroke-width:1.35px;stroke-linejoin:round;stroke-linecap:round;pointer-events:none}.projects-city-map-province{stroke:#6e6e6e;stroke-width:.75px;stroke-linejoin:round;stroke-linecap:round;cursor:default;-webkit-tap-highlight-color:transparent;outline:none;transition:fill .18s,stroke .18s}.projects-city-map-province.has-projects{cursor:pointer}.projects-city-map-province.has-projects:hover,.projects-city-map-province.has-projects.is-hovered{stroke:#3a3a3a;stroke-width:.95px}.projects-city-map-province.has-projects.is-selected{stroke:#252525;stroke-width:1.05px}.projects-city-map-province:focus,.projects-city-map-province.has-projects:focus:not(:focus-visible){outline:none}.projects-city-map-province.has-projects:focus-visible{stroke:#141414;stroke-width:1.15px;outline:none}.projects-city-map-label{fill:#5a5a5a;letter-spacing:.02em;paint-order:stroke fill;stroke:#f4f4f4;stroke-width:2.25px;stroke-linejoin:round;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:7.25px;font-weight:500}.projects-city-map-label.has-projects{fill:#2a2a2a;font-weight:600}.projects-city-map-label.is-selected{fill:#141414;font-weight:700}.projects-city-filter-bar{background:#f7f7f7;border:1px solid #ddd;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem 1rem;padding:.55rem .75rem;display:flex}.projects-city-filter-label{color:#3a3a3a;margin:0;font-size:.9rem}.projects-city-filter-label span{color:#1f1f1f;font-weight:600}.projects-city-filter-clear{color:#4a4a4a;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#fff;border:1px solid #c8c8c8;border-radius:4px;margin:0;padding:.4rem .85rem;font-size:.78rem;font-weight:600;transition:background .16s,border-color .16s,color .16s}.projects-city-filter-clear:hover{color:#2a2a2a;background:#fafafa;border-color:#9a9a9a}.projects-city-filter-clear:focus-visible{outline-offset:2px;outline:2px solid #4a4a4a}.project-card-footer{margin-top:.2rem;display:block}.project-card-city-link{color:#4a4a4a;letter-spacing:.04em;align-items:center;gap:.35em;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.project-card-city-link-arrow{font-size:1.05em;line-height:1;transition:transform .2s}.project-card-city-link:hover{text-decoration:underline}.project-card-city-link:hover .project-card-city-link-arrow{transform:translate(3px)}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.9rem,2.2vw,1.3rem);display:grid}.project-card{background:#fff;border:1px solid #e5e5e5;scroll-margin-top:clamp(4.5rem,12vw,6rem);display:grid}.project-card-media{aspect-ratio:4/3;background:linear-gradient(135deg,#4a4a4a14,#4a4a4a05),repeating-linear-gradient(90deg,#14141408 0 1px,#0000 1px 24px);border-bottom:1px solid #ececec;min-height:170px;position:relative;overflow:hidden}.project-card-media:after{content:"";pointer-events:none;z-index:1;background:#2423231f;position:absolute;inset:0}.project-card-media img{z-index:0;object-fit:cover;border-radius:0;width:100%;height:100%;transition:border-radius .32s,transform .32s;display:block;position:absolute;inset:0;transform:scale(1)}.project-card:hover .project-card-media img{border-radius:999px;transform:scale(.96)}.project-card-body{gap:.35rem;padding:.85rem .9rem;display:grid}.project-card-body h3{color:#1f1f1f;margin:0;font-size:1rem;font-weight:500}.project-card-body p{color:#5a5a5a;margin:0;font-size:.9rem}.project-card-body small{color:#6a6a6a;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}@media (width<=768px){.projects-city-map-label{stroke-width:2px;font-size:6.75px}}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.projects-grid{grid-template-columns:1fr}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#111;background-color:#f4f4f4;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;margin:0}.container{width:min(1120px,92%);margin:0 auto}.app-shell{flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background-color:#14222d57;border-bottom:1px solid #ffffff42;transition:opacity .32s,background-color .26s;position:fixed;top:0;left:0;right:0}body.home-video-loading .navbar{visibility:hidden;pointer-events:none;opacity:0!important}.navbar.is-ready{opacity:1}.navbar-overlay{background-color:#14222d42;border-bottom-color:#ffffff42}.navbar-solid{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:#fffffff2;border-bottom-color:#0000001f}.navbar-inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;display:flex}.navbar .navbar-inner{width:min(1120px,92%);max-width:1120px;margin:0 auto;padding-inline:0}.brand{align-items:center;text-decoration:none;display:inline-flex}.brand-logo{filter:brightness(0)invert()drop-shadow(0 2px 6px #00000059);width:auto;height:38px;transition:filter .22s;display:block}.navbar-logo-dark .brand-logo,.navbar-solid .brand-logo{filter:brightness(0)drop-shadow(0 2px 6px #0000003d)}.navbar-right{align-items:center;gap:.9rem;margin-left:auto;display:none}.navbar-toggle{cursor:pointer;background:0 0;border:1px solid #ffffff94;border-radius:999px;flex-direction:column;flex-shrink:0;justify-content:center;gap:.28rem;width:40px;height:40px;margin-left:auto;padding:.55rem;display:inline-flex}.navbar-toggle span{background-color:#fff;border-radius:2px;width:100%;height:2px;transition:transform .22s,opacity .22s}.navbar-solid .navbar-toggle,.navbar-logo-dark .navbar-toggle{border-color:#0000003d}.navbar-solid .navbar-toggle span,.navbar-logo-dark .navbar-toggle span{background-color:#1f1f1f}.navbar.is-open .navbar-toggle span:first-child{transform:translateY(6px)rotate(45deg)}.navbar.is-open .navbar-toggle span:nth-child(2){opacity:0}.navbar.is-open .navbar-toggle span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.navbar-inline-menu{opacity:0;pointer-events:none;background-color:#fffffff7;border-top:1px solid #00000014;width:100%;max-height:0;transition:max-height .28s,opacity .2s,padding-bottom .22s;overflow:hidden;box-shadow:0 14px 28px #00000024}.navbar-inline-menu.is-open{opacity:1;pointer-events:auto;padding:.6rem 0;max-height:calc(100dvh - 64px);padding-bottom:1rem;overflow-y:auto}.navbar-inline-menu-inner{padding-top:.2rem}.nav-links{gap:.65rem;max-height:none;margin:0;padding:0;list-style:none;display:grid;overflow:visible}.nav-links-inline{display:none}.nav-links a{color:#1d1d1d;width:fit-content;padding:.2rem 0;font-size:clamp(1.12rem,2vw,1.7rem);font-weight:500;line-height:1.2;text-decoration:none;display:inline-flex}.nav-links a.active{opacity:.9;text-decoration:none}.navbar-panel-actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:1rem;display:flex}.navbar-desktop-actions{border-left:1px solid #ffffff52;align-items:center;gap:.65rem;padding-left:.9rem;display:none}.navbar-desktop-action-link{color:#ffffffe6;justify-content:center;align-items:center;width:1.05rem;height:1.05rem;text-decoration:none;transition:opacity .18s;display:inline-flex}.navbar-desktop-action-link.is-button{box-shadow:none;appearance:none;font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.navbar-panel-action-link.is-button{box-shadow:none;appearance:none;font:inherit;cursor:pointer;background:0 0;border:1px solid #b8b8b8;border-radius:999px;padding:0}.navbar-desktop-action-link:hover{opacity:.72}.navbar-desktop-action-link svg{fill:currentColor;width:100%;height:100%}.navbar-panel-action-link{color:#161616;border:1px solid #b8b8b8;border-radius:999px;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;text-decoration:none;transition:transform .18s,border-color .18s,color .18s;display:inline-flex}.navbar-panel-action-link:hover{color:#000;border-color:#1d1d1d;transform:translateY(-1px)}.navbar-panel-action-link svg{fill:currentColor;width:1.1rem;height:1.1rem}.navbar-location-menu-wrapper{display:inline-flex;position:relative}.navbar-location-menu{z-index:25;background:#fff;border:1px solid #00000024;border-radius:12px;min-width:18rem;padding:.35rem;display:none;position:absolute;top:calc(100% + 1.5rem);right:0;box-shadow:0 14px 28px #00000029}.navbar-location-menu.is-open{gap:.22rem;display:grid}.navbar-location-menu.is-mobile{min-width:16rem;left:0;right:auto}.navbar-location-menu-link{color:#1f1f1f;border-radius:8px;flex-direction:column;gap:.15rem;padding:.55rem .6rem;text-decoration:none;display:flex}.navbar-location-menu-link:hover{background:#14222d14}.navbar-location-menu-title{font-size:.86rem;font-weight:700;line-height:1.2}.navbar-location-menu-address{color:#4a4a4a;font-size:.72rem;line-height:1.3}@media (width<=991.98px){.navbar-inner{min-height:58px}.navbar .navbar-inner{gap:.65rem;width:min(1120px,94%);padding-inline:0}.brand{min-width:0;max-width:calc(100% - 3rem);overflow:hidden}.brand-logo{object-fit:contain;max-width:100%;height:32px}.navbar-toggle{flex:none;width:36px;height:36px;margin-left:0;padding:.45rem}.nav-links{gap:.35rem}.nav-links a{color:#121212;letter-spacing:.01em;text-transform:uppercase;padding:.35rem 0;font-size:.95rem;font-weight:600}.navbar-panel-actions{border-top:1px solid #00000014;margin-top:.75rem;padding-top:.5rem;position:relative}.navbar-panel-actions .navbar-location-menu-wrapper{position:static}.navbar-panel-actions .navbar-location-menu.is-mobile{box-sizing:border-box;z-index:30;width:auto;min-width:0;max-width:none;margin-top:0;position:absolute;top:calc(100% + .55rem);left:0;right:0}.navbar-panel-actions .navbar-location-menu-link{padding:.62rem .68rem}.navbar-panel-actions .navbar-location-menu-title{font-size:.9rem}.navbar-panel-actions .navbar-location-menu-address{font-size:.78rem}}@media (width<=520px){.navbar-inline-menu.is-open{max-height:calc(100dvh - 58px)}}@media (width>=992px){.navbar-inline-menu{display:none!important}.navbar-right{display:flex}.nav-links-inline{align-items:center;gap:0;margin:0;padding-left:0;display:flex}.nav-links-inline li+li{border-left:1px solid #ffffff4d}.nav-links-inline a{letter-spacing:.02em;text-transform:uppercase;color:#fffffff0;padding:0 .85rem;font-size:.74rem;font-weight:500;line-height:1}.navbar-desktop-actions{display:flex}.navbar-solid .nav-links-inline li+li,.navbar-logo-dark .nav-links-inline li+li,.navbar-solid .navbar-desktop-actions,.navbar-logo-dark .navbar-desktop-actions{border-left-color:#0000002e}.navbar.navbar-solid .nav-links-inline a,.navbar.navbar-logo-dark .nav-links-inline a,.navbar.navbar-solid .navbar-desktop-action-link,.navbar.navbar-logo-dark .navbar-desktop-action-link{color:#1f1f1f}.navbar-toggle{display:none}}.main-content{flex:1;padding:calc(72px + 2rem) 0 2rem}.route-loading-overlay{z-index:9999;isolation:isolate;background:#999a9d;place-items:center;display:grid;position:fixed;inset:0}.route-loading-overlay-mark{aspect-ratio:1;background:conic-gradient(#2d2d2d26 0deg,#2d2d2d3d 80deg,#2d2d2dc7 210deg,#2d2d2d47 360deg);border-radius:50%;width:clamp(12rem,24vw,18rem);animation:1.8s linear infinite route-loader-ring-spin;position:absolute}.route-loading-overlay-mark:before{content:"";background:#999a9d57;border-radius:50%;position:absolute;inset:6px}.route-loading-overlay-logo{opacity:.9;z-index:1;width:clamp(8.5rem,16vw,13rem);height:auto;animation:1.2s ease-in-out infinite route-loader-logo-pulse;display:block;position:relative}.main-content.main-content--projects{background-color:#f4f4f4;width:100%;max-width:none;margin:0;padding:calc(72px + clamp(1.4rem,3vw,2.2rem)) 0 0}.home-main-content{z-index:2;padding:0 0 var(--home-footer-height,2rem);pointer-events:none;flex:1;position:relative}.home-main-content>.route-transition{pointer-events:auto}@media (width<=768px){.main-content{padding:calc(72px + 1.25rem) 0 1.25rem}.main-content.main-content--projects{padding:calc(72px + 1rem) 0 0}.home-main-content{padding:0 0 var(--home-footer-height,1.25rem)}}@keyframes route-loader-logo-pulse{0%,to{opacity:.6;transform:scale(.98)}50%{opacity:.95;transform:scale(1)}}@keyframes route-loader-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{z-index:5;color:#fff;background-color:#2e2e2e;border-top:1px solid #dfdfdf;position:relative}.footer-home-layered{z-index:1;position:fixed;bottom:0;left:0;right:0}.footer .container{width:min(1120px,92%);max-width:1120px;margin:0 auto;padding-inline:0}.footer-content{gap:1.4rem;padding:2rem 0 0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:grid}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:0 clamp(2rem,7vw,6rem);display:grid}.footer-brand-row{grid-column:1/-1;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:clamp(.5rem,2vw,1.25rem);min-width:0;margin:clamp(1rem,2.5vw,1.75rem) 0 0;display:grid}.footer-brand-logo-wrap{grid-column:1;place-self:end start;min-width:0;margin-bottom:-.15rem}.footer-brand-logo{filter:brightness(0)invert();width:auto;height:clamp(2.75rem,4.5vw,3.75rem);display:block}.footer-brand-row .footer-brand{letter-spacing:.01em;text-align:center;grid-column:2;justify-self:center;margin:0;font-size:2rem;font-weight:600;line-height:1.15}.footer-brand-row .footer-contact-icons{--footer-contact-icon-size:1.75rem;grid-column:3;justify-content:flex-end;place-self:center end;align-items:center;gap:.85rem;min-width:0;display:inline-flex}.footer-contact-link{width:var(--footer-contact-icon-size);height:var(--footer-contact-icon-size);color:#d7e5eb;justify-content:center;align-items:flex-end;text-decoration:none;transition:color .18s,transform .18s;display:inline-flex}.footer-contact-link:hover{color:#fff;transform:translateY(-2px)}.footer-contact-link svg{fill:currentColor;flex-shrink:0;width:100%;height:100%;display:block}.footer-contact-link--kep{width:1.95rem;height:1.55rem}.footer-contact-link .footer-kep-icon path{fill:none;stroke:currentColor;stroke-width:3.6px;stroke-linecap:round;stroke-linejoin:round}.footer-contact-link .footer-kep-icon text{fill:currentColor;letter-spacing:.08em;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600}.footer-section-title{text-transform:uppercase;letter-spacing:.2em;color:#d7d7d7;margin:.65rem 0 0;font-size:.84rem}.footer-section-rule{background:#ffffff59;border:0;grid-column:1/-1;width:100%;height:1px;margin:.6rem 0 1rem}.footer-offices{display:block}.footer-offices-divider{background:#ffffff47;width:1px;margin:.2rem 0}.footer-office-card{background-color:#0000;border:0;border-radius:0;gap:.6rem;padding:0;display:grid}.footer-office-card h3{color:#fff;letter-spacing:.12em;margin:0;font-size:.95rem;font-weight:600}.footer-office-card p{color:#efefef;margin:0;font-size:.9rem;line-height:1.6}.footer-office-address{margin:0}.footer-office-location{color:#efefef;margin:.25rem 0 0;font-size:.9rem;line-height:1.5}.footer-office-address-link{color:inherit;font-weight:400;text-decoration:none}.footer-office-address-link:hover{text-underline-offset:3px;text-decoration:underline}.footer-right h3{margin:0 0 .7rem;font-size:1rem;font-weight:600}.footer-right{text-align:right;place-self:end;width:min(360px,100%);margin-top:0;margin-left:auto}.footer-right ul{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.footer-right li{color:#efefef;font-size:.92rem;line-height:1.6}.footer-right strong{color:#fff}.footer-right a{color:#fff;font-weight:500;text-decoration:none}.footer-right .footer-office-address-link{font-weight:400}.footer-right a:hover{text-underline-offset:3px;text-decoration:underline}.footer-copy{box-sizing:border-box;color:#fff;text-align:center;margin:1.4rem 0 0;background-color:#3a3a3a;border-top:0;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-inline:0;padding:.85rem clamp(1rem,4vw,1.5rem);font-size:.9rem;font-weight:500;display:flex}.footer-copy a{color:#fff;text-decoration:none}.footer-copy a:hover{text-underline-offset:3px;text-decoration:underline}@media (width<=768px){.footer .container{padding-inline:1rem}.footer-main{grid-template-columns:1fr;gap:1.2rem}.footer-brand-row{column-gap:.4rem;margin-top:.85rem}.footer-brand-logo{height:clamp(2.25rem,10vw,2.85rem)}.footer-brand-row .footer-brand{font-size:clamp(1.15rem,4.2vw,1.65rem);line-height:1.2}.footer-brand-row .footer-contact-icons{--footer-contact-icon-size:1.5rem;gap:.55rem}.footer-brand-row .footer-contact-link--kep{width:1.65rem;height:1.35rem}.footer-right{text-align:right;justify-self:stretch;width:100%;margin-left:0}.footer-offices{grid-template-columns:1fr;row-gap:1rem}.footer-offices-divider{width:100%;height:1px;margin:0}.footer-content{padding:1.5rem 0 0}}.btn{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.125rem;font-weight:600}.btn-primary{color:#fff;background-color:#111}.section-header h1{margin:0;font-size:clamp(1.5rem,3vw,2.25rem)}.section-header p{color:#404040}.route-transition{animation:.52s cubic-bezier(.22,1,.36,1) route-fade-in}[data-reveal]{--reveal-duration-local:var(--reveal-duration,2s);--reveal-distance-local:var(--reveal-distance,40px);opacity:0;transition:opacity var(--reveal-duration-local) cubic-bezier(.16, 1, .3, 1), transform var(--reveal-duration-local) cubic-bezier(.16, 1, .3, 1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform}[data-reveal].is-visible{will-change:auto}[data-reveal]:not([data-reveal=down]):not([data-reveal=left]){transform:translateY(var(--reveal-distance-local))}[data-reveal=down]{transform:translateY(calc(var(--reveal-distance-local) * -1))}[data-reveal=left]{transform:translate(-28px)}[data-reveal].is-visible{opacity:1;transform:translate(0)}@keyframes route-fade-in{0%{opacity:0;filter:blur(1.5px);transform:translateY(14px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes about-vision-card-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes about-chairman-in{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.route-transition{animation:none}[data-reveal],[data-reveal=down],[data-reveal=left]{opacity:1;transition:none;transform:none}.about-chairman-card,.about-vision-card{opacity:1;animation:none;transform:none}}.home-page{display:block;position:relative}.home-welcome{z-index:1;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.home-slider-track,.home-welcome-overlay{position:absolute;inset:0}.home-slider-track,.home-welcome-overlay,.home-welcome-content{transition:opacity .42s}.home-welcome.is-video-loading .home-slider-track,.home-welcome.is-video-loading .home-welcome-overlay,.home-welcome.is-video-loading .home-welcome-content{opacity:0}.home-welcome.is-video-ready .home-slider-track,.home-welcome.is-video-ready .home-welcome-overlay,.home-welcome.is-video-ready .home-welcome-content{opacity:1}.home-video-loader{z-index:9999;isolation:isolate;background:#999a9d;place-items:center;display:grid;position:fixed;inset:0}.home-video-loader-mark{aspect-ratio:1;background:conic-gradient(#2d2d2d26 0deg,#2d2d2d3d 80deg,#2d2d2dc7 210deg,#2d2d2d47 360deg);border-radius:50%;width:clamp(12rem,24vw,18rem);animation:1.8s linear infinite home-loader-ring-spin;position:absolute}.home-video-loader-mark:before{content:"";background:#999a9d57;border-radius:50%;position:absolute;inset:6px}.home-video-loader-logo{opacity:.9;z-index:1;width:clamp(8.5rem,16vw,13rem);height:auto;animation:1.2s ease-in-out infinite home-loader-logo-pulse;display:block;position:relative}.home-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity .6s,transform 4.6s;position:absolute;inset:0;transform:scale(1.04)}.home-slide.is-active{opacity:1;transform:scale(1)}.home-welcome-video{object-fit:cover;width:100%;height:100%;display:block}.home-welcome-overlay{background:linear-gradient(#00000021,#0000006b 45%,#0000009e)}.home-welcome-content{z-index:1;color:#fff;padding-top:clamp(8rem,22vh,12rem);padding-bottom:clamp(3rem,8vh,5rem);padding-left:clamp(.2rem,1.2vw,.9rem);position:relative}.home-kicker{letter-spacing:.16em;text-transform:uppercase;color:#f1f1f1;text-shadow:0 1px 2px #00000059;margin:0 0 .75rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.76rem;font-weight:400}.home-welcome-content h1{letter-spacing:.01em;text-shadow:0 4px 18px #0000005c;max-width:16ch;margin:0 0 .8rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.5rem,3.4vw,2.7rem);font-weight:600;line-height:1.05}.home-hero-subtitle{color:#fff;text-shadow:0 4px 18px #0000005c;max-width:42ch;margin:0}.home-hero-subtitle-line{color:#f1f1f1;letter-spacing:.16em;text-transform:uppercase;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.76rem;font-weight:500;line-height:1.2;display:block}.home-hero-subtitle-line+.home-hero-subtitle-line{margin-top:.38rem}.home-hero-subtitle-line-title{color:#fff;letter-spacing:.01em;text-transform:none;white-space:nowrap;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.45rem,3.1vw,2.6rem);font-weight:500;line-height:1.05}.home-hero-subtitle-animated .home-hero-subtitle-line>span{opacity:0;animation:.56s cubic-bezier(.2,.8,.2,1) forwards home-hero-letter-drop;animation-delay:var(--char-delay,0s);display:inline-block;transform:translateY(-18px)rotate(-5deg)}.home-welcome-content .btn-primary{color:#111;background-color:#fff}.home-slider-dots{z-index:1;gap:.5rem;display:flex;position:absolute;bottom:1.4rem;left:50%;transform:translate(-50%)}.home-slider-dots button{cursor:pointer;background-color:#ffffff8c;border:0;border-radius:999px;width:.6rem;height:.6rem;padding:0}.home-slider-dots button.is-active{background-color:#fff}.home-slider-dots button:focus-visible{outline-offset:2px;outline:2px solid #fff}.home-opportunity{z-index:3;transform:translateY(var(--home-opportunity-shift,0px));will-change:transform;background-color:#e9e9e9;border-radius:4.25rem 4.25rem 0 0;padding:clamp(1.3rem,3.6vw,2.4rem) 0 0;position:relative;overflow:hidden;box-shadow:0 -10px 30px #00000014}.home-opportunity-mark{pointer-events:none;opacity:.07;z-index:0;position:absolute;top:0;left:-8rem;transform:translateY(-30%)}.home-opportunity-mark img{filter:grayscale();width:clamp(10rem,24vw,17rem);height:auto;display:block}.home-opportunity-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:2.2rem;margin-top:clamp(2rem,5vw,4rem);margin-bottom:clamp(.9rem,2.4vw,1.8rem);display:grid;position:relative}.home-opportunity-sections{z-index:1;min-height:auto;padding-top:clamp(1.25rem,3.8vh,2.3rem);padding-bottom:0;display:grid;position:relative}.home-opportunity-left p{color:#4a4a4a;letter-spacing:.16em;text-transform:uppercase;z-index:1;margin:0 0 .7rem;font-size:.76rem;position:relative}.home-opportunity-left h2{color:#111;z-index:1;max-width:13ch;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(2rem,4.8vw,3.7rem);font-weight:500;line-height:1.02;position:relative}.home-opportunity-left{padding-bottom:clamp(1.2rem,2.8vw,2rem);position:relative}.home-opportunity-right{padding-top:.7rem}.home-opportunity-right p{color:#232323;text-indent:1.75em;text-align:justify;text-justify:inter-word;max-width:64ch;margin:0 0 1.15rem;font-size:1.06rem;line-height:1.7}.home-projects-showcase{background-color:#e9e9e9;gap:1.15rem;width:100vw;margin-bottom:clamp(2rem,5vw,3.4rem);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:clamp(1rem,2.8vw,2rem) clamp(.75rem,2vw,1.5rem) 0;display:grid}.home-projects-kicker{color:#4a4a4a;letter-spacing:.17em;text-transform:uppercase;text-align:center;margin:0;font-size:.78rem}.home-projects-showcase h3{text-align:center;color:#111;margin:0 0 clamp(.5rem,1.2vw,1rem);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.55rem,3.1vw,2.35rem);font-weight:500;line-height:1.08}.home-projects-loading{text-align:center;color:#5a5a5a;margin:0;padding:2rem 0 3rem;font-size:.9rem}.home-project-card{background-color:#fff;height:clamp(360px,42vw,480px);min-height:0;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.home-project-card-single{width:100%}.home-project-switcher{cursor:pointer;text-align:left;background:0 0;border:0;width:100%;height:100%;margin:0;padding:0;display:block}.home-project-switcher:hover{cursor:none}.home-project-media{width:100%;height:100%;position:relative}.home-project-card:before{content:"";z-index:1;pointer-events:none;background:#080c0a1e;transition:background-color .32s;position:absolute;inset:0}.home-project-card img,.home-project-placeholder{object-fit:cover;filter:saturate(.86)brightness(.88);width:100%;height:100%;transition:transform .52s cubic-bezier(.22,1,.36,1),filter .36s;display:block}.home-project-split-layer{z-index:2;pointer-events:none;position:absolute;inset:0}.home-project-split-half{position:absolute;inset:0;overflow:hidden}.home-project-split-half.top{clip-path:inset(0 0 50%)}.home-project-split-half.bottom{clip-path:inset(50% 0 0)}.home-project-split-half img{transform:translate(0)}.home-project-split-layer.is-active .home-project-split-half.top img{animation:.7s cubic-bezier(.22,1,.36,1) both split-out-top}.home-project-split-layer.is-active .home-project-split-half.bottom img{animation:.7s cubic-bezier(.22,1,.36,1) both split-out-bottom}.home-project-badge{z-index:2;color:#fff;letter-spacing:.14em;text-transform:uppercase;background-color:#00a14b;padding:.38rem .55rem;font-size:.64rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.home-project-overlay{z-index:3;background:linear-gradient(#00000024,#0000004d 52%,#0000008f);justify-content:center;align-items:center;padding:1.2rem;transition:background .32s;display:flex;position:absolute;inset:0}.home-project-overlay h4{color:#cecece;letter-spacing:.14em;text-transform:uppercase;text-align:center;text-shadow:0 2px 8px #0000004d;opacity:0;transform-origin:0;clip-path:inset(0 100% 0 0);margin:0;font-size:clamp(2rem,4.2vw,3.8rem);font-weight:700;line-height:1;transform:translate(0)}.home-project-click-hint{z-index:3;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(3px);background:#8484844d;border:1px solid #ffffff42;border-radius:999px;justify-content:center;align-items:center;width:clamp(3.15rem,5.8vw,3.7rem);height:clamp(3.15rem,5.8vw,3.7rem);transition:opacity .12s,transform .12s;display:inline-flex;position:absolute;transform:translate(-50%,-50%)scale(.9)}.home-project-click-hint svg{fill:none;stroke:#fffffff2;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 2px #00000040);width:clamp(1.25rem,2.2vw,1.45rem);height:clamp(1.25rem,2.2vw,1.45rem)}.home-projects-showcase.is-animate .home-project-overlay h4{animation:1.2s cubic-bezier(.2,.8,.2,1) forwards project-title-left-impact}.home-projects-showcase.is-animate .home-project-card:nth-child(2) .home-project-overlay h4{animation-delay:.14s}.home-projects-showcase.is-animate .home-project-card:nth-child(3) .home-project-overlay h4{animation-delay:.28s}.home-project-card:hover{transform:translateY(-9px);box-shadow:0 22px 40px #0000003d}.home-project-card:hover:before{background:#080c0a33}.home-project-card:hover .home-project-overlay{background:linear-gradient(#0000000a,#00000029 52%,#00000061)}.home-project-card:hover img{filter:saturate(1.08)brightness();transform:scale(1.05)}.home-project-card:hover .home-project-overlay h4{transition:transform .36s cubic-bezier(.22,1,.36,1);transform:translateY(-10px)}.home-project-card:hover .home-project-click-hint{opacity:.95}.home-project-click-hint.is-visible{opacity:.95;transform:translate(-50%,-50%)scale(1)}.home-green-banner{background:linear-gradient(140deg,#f4f4f4 0%,#ececec 100%);width:100vw;margin-top:clamp(1.1rem,3.5vw,2.2rem);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:clamp(.9rem,2vw,1.4rem);display:block}.home-green-banner-progress{background:#00000029;border-radius:999px;max-width:min(1120px,100vw - 2.2rem);height:2px;margin:0 auto clamp(.75rem,1.5vw,.95rem);overflow:hidden}.home-green-banner-progress-fill{transform-origin:0;width:100%;height:100%;animation:green-banner-progress var(--progress-duration,6s) linear forwards;background:#131313;display:block}.home-green-banner-progress-fill.is-paused{animation-play-state:paused}.home-green-banner-content{z-index:2;background:#ffffffe6;border:1px solid #1e1e1e29;border-radius:1.1rem;align-content:center;gap:1rem;max-width:min(1120px,100vw - 2.2rem);margin:0 auto;padding:clamp(1.5rem,3.4vw,3rem);animation:.7s cubic-bezier(.22,1,.36,1) both green-banner-slide-in;display:grid;box-shadow:0 14px 30px #0000001a}.home-green-banner-kicker{color:#444;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:600}.home-green-banner-title{text-align:left;letter-spacing:.01em;color:#151616;text-wrap:balance;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.6rem,3vw,2.55rem);font-weight:600;line-height:1.12}.home-green-banner-title-row{align-items:flex-start;gap:.8rem;display:flex}.home-green-banner-title-icon{background:#2c2c2c14;border:1px solid #2c2c2c38;border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;width:2.55rem;height:2.55rem;display:inline-flex}.home-green-banner-title-icon svg{fill:none;stroke:#202020;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:1.35rem;height:1.35rem}.home-green-banner-title.is-visible{animation:.76s cubic-bezier(.22,1,.36,1) both green-title-rise}.home-green-banner-description{color:#2a2a2a;max-width:52ch;margin:0;line-height:1.55}.home-green-banner-body{gap:.9rem;display:grid}.home-green-banner-body.is-exiting{animation-duration:.52s;animation-timing-function:cubic-bezier(.2,.75,.28,1);animation-fill-mode:both}.home-green-banner-body.is-exiting.is-next{animation-name:green-banner-body-exit-next}.home-green-banner-body.is-exiting.is-prev{animation-name:green-banner-body-exit-prev}.home-green-banner-body.is-entering{animation-duration:.52s;animation-timing-function:cubic-bezier(.2,.8,.2,1);animation-fill-mode:both}.home-green-banner-body.is-entering.is-next{animation-name:green-banner-body-enter-next}.home-green-banner-body.is-entering.is-prev{animation-name:green-banner-body-enter-prev}.home-green-banner-actions{flex-wrap:wrap;gap:.65rem;display:flex}.home-green-banner-btn{color:#222;font:inherit;cursor:pointer;background-color:#0000;border:1px solid #222;border-radius:999px;padding:.55rem 1.1rem;font-weight:600;transition:background-color .18s,color .18s}.home-green-banner-btn.primary{color:#fff;background-color:#222;border-color:#222}.home-green-banner-btn:hover{color:#fff;background-color:#222}.home-green-banner-btn.primary:hover{background-color:#111;border-color:#111}.home-green-banner-metrics{gap:.35rem;margin:.2rem 0 0;padding:0;list-style:none;display:grid}.home-green-banner-metrics li{color:#1d1d1d;opacity:0;align-items:flex-start;gap:.5rem;font-size:.95rem;line-height:1.45;display:flex;transform:translateY(10px)}.home-green-banner-body.is-idle .home-green-banner-metrics li,.home-green-banner-body.is-entering .home-green-banner-metrics li{animation:.48s cubic-bezier(.22,1,.36,1) both green-banner-metric-rise;animation-delay:var(--metric-delay,0s)}.home-green-banner-bullet{background:#2c2c2c1a;border:1px solid #2c2c2c47;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;margin-top:.16rem;display:inline-flex}.home-green-banner-bullet svg{fill:none;stroke:#222;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:.72rem;height:.72rem}.home-green-banner-controls{justify-content:space-between;align-items:center;gap:.8rem;margin-top:.25rem;display:flex}.home-green-banner-arrow{cursor:pointer;background:#fff;border:1px solid #0000003d;border-radius:999px;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;transition:background-color .18s,transform .18s;display:inline-flex}.home-green-banner-arrow:hover{background:#f2f2f2;transform:translateY(-1px)}.home-green-banner-arrow svg{fill:none;stroke:#1d1d1d;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:1rem;height:1rem}.home-green-banner-dots{align-items:center;gap:.42rem;display:inline-flex}.home-green-banner-dot{cursor:pointer;background:#bdbdbd;border:none;border-radius:999px;width:.52rem;height:.52rem;padding:0;transition:transform .18s,background-color .18s}.home-green-banner-dot.is-active{background:#141414;transform:scale(1.25)}.home-services-section{--home-services-inline-space:clamp(.05rem, .45vw, .3rem);box-shadow:none;background:0 0;border:0;border-radius:0;margin-top:clamp(1.4rem,4vw,2.8rem);margin-bottom:clamp(2rem,6vw,4.4rem);padding:clamp(1.25rem,3.2vw,2.2rem) 0 0;position:relative;overflow:hidden}.home-services-section:before,.home-services-section:after{content:"";pointer-events:none;position:absolute}.home-services-section:before{background:0 0;inset:0}.home-services-section:after{display:none}.home-services-header{padding:0 var(--home-services-inline-space) clamp(1rem, 2.2vw, 1.3rem);z-index:1;gap:.55rem;margin-bottom:0;display:grid;position:relative}.home-services-header p{color:#4d8370;letter-spacing:.2em;text-transform:uppercase;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.72rem;font-weight:500}.home-services-header h3{color:#1b1b1b;letter-spacing:.01em;margin:0;padding-bottom:.5rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.42rem,2.4vw,2rem);font-weight:500;line-height:1.18;position:relative}.home-services-header h3:after{content:"";background:linear-gradient(90deg,#4a4a4a 0%,#4a4a4a40 100%);width:clamp(3.2rem,8vw,5.6rem);height:2px;position:absolute;bottom:0;left:0}.home-animated-text span{opacity:0;display:inline-block;transform:translateY(14px)}.home-animated-text.is-visible span{animation:.52s cubic-bezier(.2,.8,.2,1) forwards home-letter-rise;animation-delay:var(--char-delay,0s)}.home-services-slider{z-index:1;width:min(1120px,92%);padding-inline:var(--home-services-inline-space);box-sizing:border-box;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.5rem,1.4vw,1rem);margin-inline:auto;display:grid;position:relative}.home-services-viewport{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;min-width:0;overflow:auto hidden}.home-services-viewport::-webkit-scrollbar{display:none}.home-services-track{gap:clamp(.65rem,1.6vw,1rem);width:max-content;padding-bottom:.15rem;display:flex}.home-services-arrow{color:#1e2b36;cursor:pointer;z-index:2;background:linear-gradient(145deg,#fffffff0,#f0f3f6e0);border:1px solid #14222d38;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 8px 18px #101c262e}.home-services-arrow:hover{background:linear-gradient(145deg,#fff,#f4f7f9f2);border-color:#14222d66;transform:scale(1.06);box-shadow:0 10px 22px #101c263d}.home-services-arrow:focus-visible{outline-offset:2px;outline:2px solid #265fac6b}.home-services-arrow svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:1.05rem;height:1.05rem}.home-service-card{text-align:left;opacity:0;background:0 0;border:none;border-radius:0;flex:0 0 clamp(320px,30vw,420px);grid-template-rows:auto auto auto 1fr;align-content:start;justify-items:stretch;min-height:clamp(270px,28vw,325px);padding:clamp(1.2rem,2.4vw,1.65rem) clamp(1rem,2vw,1.35rem) clamp(.95rem,2vw,1.25rem);transition:transform .24s,box-shadow .24s,background-color .22s;display:grid;position:relative;transform:translateY(22px);box-shadow:0 5px 20px #0000000d}.home-service-card:last-child{border-right:none}.home-service-card.is-visible{animation:.56s cubic-bezier(.2,.8,.2,1) forwards home-service-card-in;animation-delay:var(--service-delay,0s)}.home-service-icon{background:#eef3f0;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:3.6rem;height:3.6rem;margin-bottom:.95rem;transition:background-color .22s,transform .22s;display:inline-flex}.home-service-icon svg{fill:none;stroke:#4a4a4a;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:68%;height:68%;transition:stroke .22s}.home-service-card h4{color:#1c1c1c;text-align:center;justify-self:center;max-width:18ch;min-height:2.4em;margin:0;padding-left:0;font-size:clamp(1rem,1.15vw,1.2rem);font-weight:700;line-height:1.2;transition:color .22s}.home-service-divider{background:#dedede;width:100%;height:1px;margin:.95rem 0 .85rem}.home-service-card p{color:#616161;text-align:justify;text-justify:inter-word;text-align-last:left;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:6 4 3;word-spacing:normal;letter-spacing:normal;overflow-wrap:break-word;text-wrap:pretty;width:100%;max-width:100%;margin:0;font-size:clamp(.82rem,.85vw,.9rem);line-height:1.55}.home-service-card:hover{background-color:#0000;transform:translateY(-8px);box-shadow:0 14px 30px #0000001f}.home-service-card:hover h4{color:#111}.home-service-card:hover .home-service-icon{background:#1a1a1a;transform:translateY(-1px)}.home-service-card:hover .home-service-icon svg{stroke:#fff}.home-showcase-message{background:0 0;border-top:0;border-bottom:0;border-radius:0;width:100vw;margin:clamp(4rem,10vw,6.8rem) calc(50% - 50vw) clamp(2rem,5vw,3.4rem);position:relative;overflow:hidden}.home-showcase-message:before{content:none}.home-showcase-message-top{min-height:clamp(320px,35vw,460px)}.home-showcase-copy{z-index:1;align-content:center;gap:1.25rem;padding:clamp(1.6rem,3.4vw,2.8rem) clamp(1.1rem,3vw,2.4rem);display:grid;position:relative}.home-showcase-kicker{color:#4a4a4a;letter-spacing:.17em;text-transform:uppercase;text-align:center;margin:0;font-size:.78rem}.home-showcase-mv-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.95rem,1.8vw,1.35rem);display:grid}.home-showcase-mv-card{opacity:0;border-radius:4px;align-items:flex-end;min-height:clamp(360px,40vw,500px);transition:transform .26s,box-shadow .26s;display:flex;position:relative;overflow:hidden;transform:translateY(48px);box-shadow:0 16px 34px #0003}.home-showcase-mv-card:before{content:"";background-position:50%;background-size:cover;background-image:linear-gradient(155deg, #12161e3d, #090b109e), var(--card-bg-image,none);position:absolute;inset:0;transform:scale(1.02)}.home-showcase-mv-card:after{content:"";background:linear-gradient(#070a0e1f 0%,#070a0e85 50%,#070a0ee0 100%);position:absolute;inset:0}.home-showcase-card-tag{z-index:2;color:#fff;letter-spacing:.14em;text-transform:uppercase;background:#00a14b;border-radius:2px;padding:.42rem .62rem;font-size:.62rem;font-weight:700;position:absolute;top:1rem;left:1rem}.home-showcase-mv-card-content{z-index:2;padding:clamp(1.15rem,2vw,1.7rem);position:relative}.home-showcase-mv-card h4{letter-spacing:.02em;color:#fff;text-transform:uppercase;margin:0 0 .55rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.25rem,1.7vw,2rem);font-weight:800}.home-showcase-mv-card p{color:#f5f6f8f5;text-align:left;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(.9rem,1vw,.98rem);line-height:1.72}.home-showcase-text-animated>span{opacity:0;display:inline-block;transform:translateY(-14px)rotate(-4deg)}.home-showcase-message.is-visible .home-showcase-text-animated>span{animation:.56s cubic-bezier(.2,.8,.2,1) forwards home-hero-letter-drop;animation-delay:var(--char-delay,0s)}.home-showcase-message.is-visible .home-showcase-mv-card{animation:1.25s cubic-bezier(.18,.8,.2,1) both home-showcase-card-rise}.home-showcase-mv-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px #00000047}.home-values-module{gap:.85rem;margin-top:clamp(.95rem,2vw,1.4rem);display:grid}.home-values-module h5{letter-spacing:.16em;text-transform:uppercase;color:#6d6d6d;margin:0;font-size:.82rem}.home-values-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.7rem,1.6vw,1rem);display:grid}.home-value-card{background:#f9f9f9;border:1px solid #e4e4e4;border-radius:10px;align-content:start;gap:.45rem;padding:clamp(.8rem,1.6vw,1rem);display:grid}.home-value-icon{background:#f0f0f0;border:1px solid #d4d4d4;border-radius:.65rem;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;display:inline-flex}.home-value-icon svg{fill:none;stroke:#4a4a4a;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.2rem;height:1.2rem}.home-value-card h6{color:#1a1a1a;margin:0;font-size:.95rem;line-height:1.2}.home-value-card p{color:#4f4f4f;margin:0;font-size:.9rem;line-height:1.5}.home-showcase-title{color:#0f0f0f;letter-spacing:-.02em;margin:0;padding:clamp(.6rem,1.6vw,1rem) clamp(1rem,2.5vw,2rem) clamp(1rem,2.5vw,1.8rem);font-size:clamp(2.2rem,7.2vw,5.2rem);font-weight:400;line-height:.95}.home-references-loading{text-align:center;color:#5a5a5a;margin:0;padding:1.5rem 0 2rem;font-size:.9rem}.home-references-section{background:0 0;border:0;margin-top:clamp(1.1rem,2.8vw,2rem);margin-bottom:clamp(1.1rem,2.8vw,2rem);padding:clamp(1rem,2.6vw,1.8rem)}.home-references-header{text-align:center;justify-items:center;gap:.55rem;margin-bottom:1rem;display:grid}.home-references-header:after{content:"";background-image:repeating-linear-gradient(-45deg,#2828283d 0 3px,#0000 3px 8px);border-radius:999px;width:clamp(7rem,12vw,9.5rem);height:.7rem;margin-top:.35rem}.home-references-header p{color:#4a4a4a;letter-spacing:.34em;text-transform:uppercase;margin:0;font-size:clamp(.82rem,1.1vw,1.02rem);font-weight:400}.home-references-header h3{color:#1f2732;letter-spacing:.01em;text-transform:none;margin:0;font-size:clamp(1.02rem,1.7vw,1.28rem);font-weight:500;line-height:1.2}.home-references-slider{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.5rem,1.4vw,1rem);width:min(1120px,92%);margin-inline:auto;display:grid}.home-references-viewport{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;min-width:0;overflow:auto hidden}.home-references-viewport::-webkit-scrollbar{display:none}.home-references-track{will-change:transform;scroll-snap-type:x mandatory;align-items:stretch;gap:clamp(.45rem,1vw,.8rem);margin:0;padding:0;list-style:none;display:flex}.home-reference-item{scroll-snap-align:start;flex:0 0 clamp(148px,11.5vw,188px);place-items:center;min-width:clamp(148px,11.5vw,188px);min-height:6.2rem;padding:.5rem .4rem;display:grid}.home-reference-logo{object-fit:contain;opacity:.58;filter:grayscale()contrast(.95)brightness(.78);width:136px;max-width:none;height:60px;transition:filter .22s,transform .22s,opacity .22s;display:block}.home-reference-item:hover .home-reference-logo{opacity:1;filter:grayscale(0)contrast()brightness();transform:scale(1.02)}.home-references-arrow{color:#1e2b36;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(3px);background:linear-gradient(145deg,#fffffff0,#f0f3f6e0);border:1px solid #14222d38;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s,color .18s;display:inline-flex;position:static;box-shadow:0 8px 18px #101c262e}.home-references-arrow:hover{color:#13222f;background:linear-gradient(145deg,#fff,#f4f7f9f2);border-color:#14222d66;transform:scale(1.06);box-shadow:0 10px 22px #101c263d}.home-references-arrow:focus-visible{outline-offset:2px;outline:2px solid #265fac6b}.home-references-arrow svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:1.05rem;height:1.05rem}@keyframes home-reference-marquee-right{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes project-title-left-impact{0%{opacity:0;clip-path:inset(0 100% 0 0);transform:translate(0)}45%{opacity:1;clip-path:inset(0 22% 0 0);transform:translate(-12px)}72%{opacity:1;clip-path:inset(0);transform:translate(5px)}to{opacity:1;clip-path:inset(0);transform:translate(0)}}@keyframes split-out-top{0%{opacity:1;transform:translateY(0)}to{opacity:.95;transform:translateY(-58%)}}@keyframes split-out-bottom{0%{opacity:1;transform:translateY(0)}to{opacity:.95;transform:translateY(58%)}}@keyframes green-banner-slide-in{0%{opacity:0;transform:translate(-36px)}to{opacity:1;transform:translate(0)}}@keyframes green-banner-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes green-banner-body-exit-next{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:translate(16px)scale(.98)}}@keyframes green-banner-body-exit-prev{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:translate(-16px)scale(.98)}}@keyframes green-banner-body-enter-next{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes green-banner-body-enter-prev{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes green-banner-metric-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes green-title-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes home-letter-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes home-hero-letter-drop{0%{opacity:0;transform:translateY(-18px)rotate(-5deg)}to{opacity:1;transform:translateY(0)rotate(0)}}@keyframes home-loader-logo-pulse{0%,to{opacity:.6;transform:scale(.98)}50%{opacity:.95;transform:scale(1)}}@keyframes home-loader-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes home-service-card-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes home-showcase-card-rise{0%{opacity:0;transform:translateY(48px)}to{opacity:1;transform:translateY(0)}}.home-opportunity-right button{color:#171717;font:inherit;cursor:pointer;background-color:#0000;border:1px solid #252525;padding:.7rem 1.22rem;transition:background-color .22s,color .22s}.home-opportunity-right button:hover{color:#fff;background-color:#151515}@media (width<=768px){.home-welcome{min-height:92vh}.home-welcome-content{padding-top:clamp(6.2rem,15vh,8.5rem);padding-bottom:3rem}.home-welcome-content h1{max-width:100%}.home-slider-dots{bottom:1rem}.home-opportunity-grid{grid-template-columns:1fr;gap:1.2rem}.home-opportunity-sections{min-height:auto;padding-top:10vh;padding-bottom:0}.home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem .8rem}.home-opportunity-right{padding-top:0}.home-opportunity{--home-opportunity-shift:0px;border-radius:.9rem .9rem 0 0}.home-green-banner{grid-template-columns:1fr;margin-top:.9rem}.home-green-banner-title{text-align:left;margin-bottom:.5rem}.home-green-banner-content{padding:1rem}.home-green-banner img{height:clamp(170px,45vw,260px);min-height:0}.home-service-card{flex-basis:clamp(280px,52vw,340px)}.home-services-section{border-radius:0;margin-bottom:clamp(.85rem,2.2vw,1.4rem);padding:1rem 0 0}.home-services-arrow{width:2.35rem;height:2.35rem}.home-showcase-message-top{min-height:auto}.home-showcase-mv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.home-showcase-mv-grid{grid-template-columns:1fr}.home-showcase-mv-card{min-height:clamp(320px,88vw,430px)}.home-values-grid{grid-template-columns:1fr}.home-showcase-copy p{max-width:100%;font-size:1rem}.home-showcase-copy h3{letter-spacing:.05em}.home-references-section{padding:.85rem}.home-references-header h3{font-size:1rem}.home-reference-item{min-width:clamp(132px,30vw,160px);min-height:5.2rem;padding:.35rem .2rem}.home-references-arrow{width:2.35rem;height:2.35rem}.home-reference-logo{width:116px;height:50px}.home-reference-item:hover .home-reference-logo{transform:scale(1.02)}}@media (width<=520px){.home-service-card{flex-basis:clamp(280px,88vw,340px)}.home-showcase-copy p{font-size:.96rem;line-height:1.65}.home-showcase-title{font-size:clamp(1.7rem,10vw,2.3rem)}.home-reference-logo{width:106px;height:44px}.home-reference-item:hover .home-reference-logo{transform:scale(1.02)}}@media (prefers-reduced-motion:reduce){.home-service-card,.home-service-card.is-visible,.home-animated-text span,.home-showcase-copy h3,.home-showcase-copy p{opacity:1;animation:none;transform:none}}.about-page{--reveal-duration:2s;--reveal-distance:40px;--reveal-after-header:2.05s;gap:1.25rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:grid}.about-chairman-card{box-sizing:border-box;background-color:#0000;border:0;border-radius:0;grid-template-columns:minmax(0,1fr);align-items:start;gap:clamp(2rem,4vw,3.25rem);width:100%;max-width:100%;margin:0;padding:clamp(1.2rem,3vw,2rem) 0;display:grid}.about-intro-section{gap:clamp(.85rem,2vw,1.25rem);width:100%;display:grid}.about-intro-body,.about-corporate-body,.about-founder-body{gap:.8rem;width:100%;display:grid}.about-profile-section{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:0 clamp(1.4rem,3vw,2.75rem);width:100%;display:grid}.about-profile-left-col{justify-content:flex-start;align-self:stretch;align-items:center;min-width:0;min-height:100%;display:flex}.about-profile-text-col .about-founder-heading-block{margin:0}.about-founder-heading-block{gap:.4rem;min-width:0;display:grid}.about-profile-photo-col{box-sizing:border-box;justify-content:flex-start;align-items:center;width:100%;min-width:0;margin:0;padding:0 clamp(.65rem,1.4vw,1.1rem) 0 0;display:flex}.about-profile-text-col{flex-direction:column;align-self:start;gap:clamp(.85rem,1.5vw,1.15rem);min-width:0;margin:0;padding:0;display:flex}.about-profile-section .about-chairman-photo{flex-shrink:0;width:100%;max-width:100%;margin:0}.about-profile-section .about-chairman-photo-frame{padding:clamp(1.3rem,2.3vw,1.75rem) clamp(.8rem,1.6vw,1.15rem) clamp(.1rem,.25vw,.2rem);box-shadow:0 0 0 1px #78787838,0 0 0 clamp(7px,1.1vw,11px) #e4e4e4,0 0 0 clamp(11px,1.55vw,15px) #c8c8c8,0 20px 44px #46464624,0 2px 6px #4646460d}.about-profile-section .about-chairman-photo-frame:before{inset:clamp(.55rem,1.1vw,.8rem) clamp(.55rem,1.1vw,.8rem) clamp(.15rem,.3vw,.25rem)}.about-profile-section .about-chairman-photo-mat{padding:clamp(.45rem,.95vw,.65rem) clamp(.45rem,.95vw,.65rem) clamp(.15rem,.3vw,.25rem)}.about-founder-content{gap:clamp(.75rem,1.6vw,1rem);min-width:0;margin:0;padding:0;display:grid}.about-corporate-section{gap:clamp(.85rem,2vw,1.25rem);width:100%;min-width:0;margin-top:0;display:grid}.about-corporate-heading-block{gap:.65rem;min-width:0;display:grid}.about-chairman-heading p{color:#8a8a8a;margin:0 0 .6rem;font-size:.95rem}.about-chairman-heading{isolation:isolate;gap:.65rem;display:grid;position:relative}.about-chairman-heading:before{content:"";z-index:0;aspect-ratio:3/4;opacity:.18;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:contain;width:clamp(180px,30vw,340px);position:absolute;top:50%;left:0;transform:translate(-10%,-32%)}.about-chairman-heading>*{z-index:1;position:relative}.about-chairman-heading h2{color:#17122c;letter-spacing:.005em;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.95rem,3.6vw,2.85rem);font-weight:500;line-height:1.05;position:relative}.about-chairman-photo{aspect-ratio:1;z-index:0;justify-content:center;place-self:start;align-items:stretch;width:min(100%,clamp(300px,44vw,480px));height:auto;margin-top:0;display:flex;position:relative}.about-chairman-photo:before{content:"";z-index:3;pointer-events:none;background:linear-gradient(#a8a8a859 0%,#7a7a7a 42%,#5a5a5a 58%,#a8a8a859 100%);width:clamp(3px,.45vw,5px);position:absolute;top:14%;bottom:14%;left:0}.about-chairman-photo:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#b0b0b0 22%,#8a8a8a 50%,#b0b0b0 78%,#0000 100%);height:clamp(2px,.35vw,4px);position:absolute;top:0;left:12%;right:12%}.about-chairman-photo-frame{box-sizing:border-box;background:linear-gradient(155deg,#fafafa 0%,#ececec 48%,#d8d8d8 100%);border:none;border-radius:2px;width:100%;height:100%;padding:clamp(.8rem,1.6vw,1.15rem);transition:transform .42s,box-shadow .42s;display:flex;position:relative;box-shadow:0 0 0 1px #78787838,0 0 0 clamp(7px,1.1vw,11px) #e4e4e4,0 0 0 clamp(11px,1.55vw,15px) #c8c8c8,0 20px 44px #46464624,0 6px 18px #46464614}.about-chairman-photo-frame:before{content:"";pointer-events:none;border:none;border-radius:1px;position:absolute;inset:clamp(.55rem,1.1vw,.8rem);box-shadow:inset 0 0 0 1px #82828233}.about-chairman-photo-mat{box-sizing:border-box;background:#fff;border:none;border-radius:1px;width:100%;height:100%;padding:clamp(.45rem,.95vw,.65rem);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 6px #5a5a5a14}.about-chairman-photo-mat img{object-fit:cover;object-position:center top;border-radius:1px;width:100%;height:100%;min-height:0;transition:transform .48s,filter .48s;display:block}.about-chairman-photo:hover .about-chairman-photo-frame{transform:translateY(-5px);box-shadow:0 0 0 1px #78787847,0 0 0 clamp(7px,1.1vw,11px) #e8e8e8,0 0 0 clamp(11px,1.55vw,15px) #d0d0d0,0 28px 52px #4646462e,0 10px 24px #4646461a}.about-chairman-photo:hover .about-chairman-photo-mat img{filter:contrast(1.02);transform:scale(1.015)}.about-chairman-bio,.about-intro-body,.about-founder-body,.about-corporate-body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.about-bio-section{gap:.8rem;display:grid}.about-bio-heading{color:#17122c;letter-spacing:.02em;margin:.15rem 0 0;padding-left:.9rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:600;line-height:1.2}.about-profile-section .about-founder-photo-heading,.about-corporate-section .about-corporate-heading{margin:0;color:#17122c;letter-spacing:.02em;margin-block:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:600;line-height:1.7}.about-chairman-bio p,.about-intro-body p,.about-founder-body p,.about-corporate-body p{color:#434343;text-align:justify;text-indent:1.75em;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;margin:0;font-family:inherit;font-size:1rem;line-height:1.7}.about-bio-list{gap:.55rem;margin:0;padding:0 0 0 1.75em;list-style:none;display:grid}.about-bio-list li{color:#434343;text-align:justify;padding-left:.85rem;font-size:1rem;line-height:1.65;position:relative}.about-bio-list li:before{content:"";background:#4a4a4a;border-radius:999px;width:.35rem;height:.35rem;position:absolute;top:.65em;left:0}.about-story-card{background-color:#fff;border:1px solid #d9d9d9;border-radius:1rem;gap:.85rem;padding:1.2rem;display:grid}.about-story-card h3{color:#17122c;margin:0;font-size:1.35rem}.about-story-card p{color:#444;margin:0}.about-vision-section{gap:.85rem;display:grid}.about-vision-topline{color:#494949;margin:0;font-style:italic}.about-vision-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.about-vision-card{opacity:0;background-color:#fff;border:1px solid #e2e2e2;border-left:3px solid #c5a96a;min-height:310px;padding:1.1rem;transition:transform .22s,box-shadow .22s,border-color .22s;animation:.62s forwards about-vision-card-in;transform:translateY(16px)}.about-vision-card:nth-child(2){animation-delay:.11s}.about-vision-card:nth-child(3){animation-delay:.22s}.about-vision-card:hover{border-color:#d1c19b;transform:translateY(-6px);box-shadow:0 14px 24px #0000001a}.about-vision-card strong{color:#17122c;margin-bottom:.55rem;font-size:2.7rem;font-weight:700;line-height:1;display:block}.about-vision-card h4{color:#2d2d2d;margin:0 0 .6rem;font-size:1.35rem;font-weight:500}.about-vision-card p{color:#4f4f4f;margin:0}.about-overview{grid-template-columns:2fr 1fr;gap:1rem;display:grid}.about-intro-card,.about-kpi-panel,.about-value-card,.about-process-card{background-color:#fff;border:1px solid #d4d4d4;border-radius:1rem;box-shadow:0 10px 24px #0000000d}.about-intro-card{padding:1.4rem}.about-intro-card h2{color:#0f0f0f;margin:0 0 .75rem;font-size:clamp(1.25rem,2.4vw,1.65rem)}.about-intro-card p{color:#404040;max-width:62ch;margin:0}.about-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.about-tags span{color:#171717;background-color:#f5f5f5;border:1px solid #d4d4d4;border-radius:999px;padding:.3rem .7rem;font-size:.84rem;font-weight:600}.about-kpi-panel{color:#f5f5f5;background:linear-gradient(160deg,#1f1f1f,#0a0a0a);border-color:#0a0a0a;gap:.75rem;padding:1rem;display:grid}.about-kpi-item{background-color:#ffffff1f;border:1px solid #ffffff29;border-radius:.75rem;gap:.15rem;padding:.7rem .8rem;display:grid}.about-kpi-item strong{font-size:1.35rem}.about-kpi-item span{opacity:.95;font-size:.9rem}.about-content-block{gap:.8rem;display:grid}.about-content-block h2{color:#171717;margin:0;font-size:1.2rem}.about-values-grid,.about-process-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem;display:grid}.about-value-card,.about-process-card{padding:1rem}.about-value-card h3,.about-process-card h3{color:#111;margin:0 0 .45rem;font-size:1rem}.about-value-card p,.about-process-card p{color:#404040;margin:0}.about-step-number{color:#111;background-color:#f0f0f0;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;margin-bottom:.6rem;font-size:.84rem;font-weight:700;display:inline-flex}.about-motto-block{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:block}.about-motto-block .about-motto-rule,.about-motto-block .about-motto-banner{width:100%;margin-left:0;margin-right:0}.about-motto-rule{background:linear-gradient(90deg,#e08a3c00 0%,#e08a3c73 18% 82%,#e08a3c00 100%);border:0;width:100vw;height:1px;margin:0 0 0 calc(50% - 50vw)}.about-motto-banner{background:#fff;border-top:0;border-bottom:1px solid #ececec;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:block;overflow:hidden}.about-motto-banner img{object-fit:cover;width:100%;height:auto;display:block}.about-values-section{box-sizing:border-box;gap:clamp(1rem,2vw,1.35rem);width:100%;max-width:100%;margin:0;padding:clamp(4rem,4vw,7rem) 0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:grid}.about-values-header{gap:.45rem;display:grid}.about-values-kicker{color:#4a4a4a;letter-spacing:.2em;margin:0;font-size:.78rem;font-weight:600}.about-values-title{color:#161616;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.55rem,2.6vw,2.1rem);font-weight:500;line-height:1.1}.about-values-grid-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,4vw,3.25rem);display:grid}.about-values-card{isolation:isolate;border:0;border-radius:4px;align-items:flex-end;min-height:clamp(300px,32vw,390px);transition:transform .26s,box-shadow .26s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 34px #0003}.about-values-card:before{content:"";background-position:50%;background-size:cover;background-image:linear-gradient(155deg, #12161e3d, #090b109e), var(--about-values-bg-image,none);transition:transform .42s,filter .42s;position:absolute;inset:0;transform:scale(1.02)}.about-values-card:after{content:"";background:linear-gradient(#070a0e1f 0%,#070a0e85 50%,#070a0ee0 100%);position:absolute;inset:0}.about-values-card-content{z-index:1;gap:.55rem;width:100%;margin:0;padding:clamp(1.15rem,2vw,1.7rem);display:grid;position:relative}.about-values-card-content h3{color:#fff;letter-spacing:.01em;margin:0;font-size:clamp(1.2rem,1.6vw,1.7rem);font-weight:700}.about-values-card-content p{color:#f5f6f8f5;text-align:justify;text-justify:inter-word;text-align-last:left;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:.94rem;line-height:1.68}.about-values-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px #00000047}.about-values-card:hover:before{transform:scale(1.05)}.about-offices-section{gap:clamp(1.2rem,2.6vw,1.8rem);padding-top:clamp(1.2rem,3vw,2rem);padding-bottom:clamp(2rem,4vw,3.5rem);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:grid}.about-offices-section h2,.about-offices-section h3,.about-offices-section p,.about-offices-section dt,.about-offices-section dd,.about-offices-section a,.about-offices-section span{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.about-offices-header{justify-items:start;gap:.5rem;display:grid}.about-offices-kicker{color:#4a4a4a;letter-spacing:.22em;margin:0;font-size:.78rem;font-weight:600}.about-offices-title{color:#161616;letter-spacing:.005em;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:500;line-height:1.1}.about-offices-divider{background:linear-gradient(90deg,#4a4a4a 0%,#4a4a4a40 100%);width:4rem;height:2px;display:block}.about-offices-lead{color:#4a4a4a;gap:.85rem;width:100%;max-width:100%;margin:.3rem 0 0;font-size:1rem;line-height:1.65;display:grid}.about-offices-lead p{text-align:justify;text-indent:1.75em;-webkit-hyphens:auto;hyphens:auto;margin:0}.about-offices-grid{gap:clamp(1rem,2.4vw,1.6rem);display:grid}.about-office-card{background:0 0;border:0;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:stretch;gap:clamp(1rem,2.4vw,1.6rem);padding:clamp(.9rem,2vw,1.2rem) 0;display:grid;position:relative;overflow:visible}.about-office-card:before{content:"";background:linear-gradient(90deg,#4a4a4a00 0%,#4a4a4a8c 18% 82%,#4a4a4a00 100%);height:1px;position:absolute;top:0;left:0;right:0}.about-offices-grid .about-office-card:last-child{border-bottom:0}.about-office-card-reverse{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}.about-office-card-reverse .about-office-photo{order:2}.about-office-card-reverse .about-office-body{order:1}.about-office-photo{box-sizing:border-box;background:0 0;min-height:clamp(220px,26vw,340px);padding:clamp(.55rem,1.2vw,.85rem);position:relative}.about-office-photo-framed{z-index:0;width:100%;height:100%;min-height:clamp(200px,24vw,310px);position:relative}.about-office-photo-framed:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(145deg,#b8b8b8 0%,#8f8f8f 100%);width:100%;height:100%;transition:transform .48s;position:absolute;bottom:clamp(.45rem,1.1vw,.8rem);right:clamp(.45rem,1.1vw,.8rem)}.about-office-card-reverse .about-office-photo-framed:after{left:clamp(.45rem,1.1vw,.8rem);right:auto}.about-office-card:hover .about-office-photo-framed:after{transform:translate(3px,3px)}.about-office-card-reverse:hover .about-office-photo-framed:after{transform:translate(-3px,3px)}.about-office-photo-frame{width:100%;height:100%;min-height:inherit;box-sizing:border-box;background:#fff;border:none;padding:clamp(.55rem,1.1vw,.8rem);display:flex;position:relative;box-shadow:0 20px 40px #17122c1c,0 6px 16px #17122c0f}.about-office-photo-mat{box-sizing:border-box;background:#f6f6f6;border:none;width:100%;height:100%;min-height:clamp(160px,20vw,250px);padding:clamp(.35rem,.75vw,.55rem);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #0000000d}.about-office-photo-mat img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:0;transition:transform .48s;display:block}.about-office-card:hover .about-office-photo-mat img{transform:scale(1.03)}.about-office-photo-tag{z-index:2;color:#fff;letter-spacing:.14em;pointer-events:none;background-color:#000;margin:0;padding:.45rem .75rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(.68rem,1.15vw,.78rem);font-weight:600;line-height:1.2;position:absolute;top:clamp(.75rem,1.5vw,1.1rem);left:clamp(.75rem,1.5vw,1.1rem)}.about-office-body{align-content:center;gap:.7rem;padding:clamp(.6rem,1.6vw,1.1rem) clamp(.6rem,1.6vw,1.1rem) clamp(.6rem,1.6vw,1.1rem) clamp(.8rem,2vw,1.4rem);display:grid}.about-office-eyebrow{color:#4a4a4a;letter-spacing:.2em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:600}.about-office-city{color:#181818;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:500;line-height:1.05}.about-office-copy{gap:.75rem;display:grid}.about-office-description{color:#3c3c3c;text-align:justify;text-indent:1.75em;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;margin:0;font-size:.95rem;line-height:1.65}.about-office-meta{gap:.55rem;margin:.4rem 0 0;display:grid}.about-office-meta>div{border-top:1px solid #1414141a;grid-template-columns:5.6rem 1fr;align-items:baseline;gap:.6rem;padding-top:.5rem;display:grid}.about-office-meta dt{letter-spacing:.16em;text-transform:uppercase;color:#6a6a6a;margin:0;font-size:.74rem;font-weight:600}.about-office-meta dd{color:#1f1f1f;text-align:justify;text-indent:1.75em;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:.94rem;line-height:1.55}.about-office-meta a{color:inherit;font-weight:500;text-decoration:none}.about-office-meta a:hover{text-underline-offset:3px;text-decoration:underline}@media (width<=768px){.about-overview{grid-template-columns:1fr}.about-chairman-card{padding:clamp(1.2rem,3vw,2rem) 0}.about-profile-section{grid-template-columns:1fr;align-items:start;row-gap:clamp(.85rem,2.5vw,1.1rem)}.about-profile-left-col{justify-content:center;align-items:center;min-height:auto;display:flex}.about-profile-photo-col{justify-content:center;margin:0;padding:0;display:flex}.about-profile-section .about-chairman-photo{aspect-ratio:1;width:min(100%,clamp(280px,78vw,400px));margin:0 auto}.about-chairman-photo{aspect-ratio:1}.about-chairman-photo:after{left:8%;right:8%}.about-vision-grid{grid-template-columns:1fr}.about-intro-card{padding:1.1rem}.about-kpi-panel{padding:.9rem}.about-office-card,.about-office-card-reverse{grid-template-columns:1fr}.about-office-card-reverse .about-office-photo{order:1}.about-office-card-reverse .about-office-body{order:2}.about-office-photo{min-height:clamp(200px,50vw,280px)}.about-values-grid-cards{grid-template-columns:1fr}.about-office-meta>div{grid-template-columns:1fr;gap:.15rem}}.services-page{--reveal-duration:2s;--reveal-distance:40px;--reveal-after-header:2.05s;color:#1f1f1f;gap:clamp(1.6rem,3.4vw,2.6rem);padding-top:clamp(.6rem,2vw,1.2rem);padding-bottom:clamp(2rem,5vw,3.6rem);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:grid;position:relative}.services-page-bg,.services-page-overlay{z-index:0;pointer-events:none;position:fixed;inset:0}.services-page-bg{opacity:.22;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAACyBAMAAABGh7UQAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAv3aB7AAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOS8xNi8yMdZ/hssAAAYtSURBVHic7dw9bCNFFADg2TiJkuPEuTohfqT0Jx1X0NCcLAGivLQUSKZFcAFEQyQ4g4SIBNwFUdCRiAJKDAU6KUI+GtqAAAGVTRCCLs7J+bG92WHt9c/8vJl5bz07Aslb5c5v5/OOZ9+OZ9+asf/vdomf7209FVYcbPEnlcBiut0NZU5EnnxeDixy3nshtMiTj0OLnH8fXOS/Fv5hqiL/p2hSE/nfwUX+c3CRfx1cTGqhRR5fCy3y0+Ai/yq4mBTXrwaxwH41iXw7uNgvKtsZRf5dcDFeCy3yP4OLBZ0hFpH/EVyMCxmuNrGY4WoVe8HFQhKPXTwJLvICThCH+GNwsYCx4xB5Nbh4EFzsBxf5K8FF7+ncKXaxgcOtAivRs+83hq/vvVdxN3SNIHZBr7TZnIa0V5umvcdbnSDeh8DnJKLNFjYdrXQIYg04wE/lkHb6f5cb1lb6eDHRL+HL+0rMQGQLt63tVNHimQY+1FRj2tlQetnWzj20qH2MK4daTHv00k1LOx20qF7Al5p6zFiMLB3bR4vK1XShAcS0J69+aW5oDSmqOfgtKGgisiW9y8dbDSkqc5QrYNBUZA8bW2ohxZYELsKHIIhsw/reEaI8cO7AQaJYahpa6iHFdRFcNQSJInvU1FQZJSZiW5Gaa0CR7RiiqihRunAY370smnpiFyUeYw5REU0HeYQSxbaMh6iKhoM8Rom7mENURcNBdlGiMAe7YI5SxQfAqHOUKGRVw7kIiYbuKGPEaSvLlihVZNfBsHWE2Hc1YhCXwLAaQpxOACzjBhDhj6COEKdXjhVbmC5ehMJaCLEzaeIGTSxBYUcIcdpUkyaC3dpBiD+gOhUSHwPCThFifdzAVaoIjdYzhDi5Hu9QRdbQw3oIsTbafcEeBonAUOsTRNMlzyICuRUjVka7P04XF4E4gmjJ4iaRAUkKL0bmea9ZBKaReNF23TCKD84iglnSJQJJAy86Bg4sAqkVCptsknjLHQ9szRnE/VyiPsDRYoSIBzY966DFpXyiPkrQ4ko+Uc9zCDH7ZnUxn6ifHgixNvz7Uj5Ry6z2VVZRvJFPjPKI2RV5I5/I1GxsX6DPYrJZx52cYkMR9eUvXWyJe5JFNQXY7+1kMW2vYscaLcYc5hTVK+QRQjwR/qaLapprIcQzr2LdGp3F9L2KNYTIvYrr1uhRUMWnaL+FLXaEJzG2R4sfticRvnGiim2P4rE9WozyJNoTwFgZ9oSnnLOLEoernY2copJXqyhxeHp4Eh31HeOwbebr+ui6YT6OG9wc9TMHcFU+iHF+5jktpDjI5X7mcjWkOFjv9DNfXcOK25N1B6ooz8mdJQGTyPuevnfYJzmi2PX03eoeWhz0v4/vj1W8WPPyHdlxcZTEg/E6ABGU1wGcH6MgdsejjijKJ4d9HieLaTJfziPK6znuUivp7WVrVkRRujo6ZhyKeDoadkRRWpdDVMsI0Uk5Gzo0UM6qiIogMXw3y3M0UcpxmKonMf44W0OmiVLGwVR2ifHJ2nCdnCY2xBaqRDEdrVeponQvAFWhJ4lnw9OZJEr3O1BViJKYfitqEkUpjaMqLWXxYDAQKKCUVHHVpLIYl1doorTqjKuYlUVej/ZJotipyMpOReyy6xRRGqnIymdF5NvLFFG8BYyt7lbFE7aDB6VbwNgyfVXk1Qt4Ucyp6Cp9TTyJ8OJOjkPURUJVuHgnD/+0hS4maFM8RHyJvi7yBmLqMNjEQyQ8NQOIq/wjzJ6ReIiEAn1AZBuoU0ss46HU50Ni6fAn945iLRnp+RVIZI8k7hmSOGkkPcUGiuxWz9WvYk0g7YkyWCzt/2XfTax7JD6NCIvp7OMz215ibSf1iUuDyK4kb5t3kupXqU+VmkT2/HnVuJNYFvwLETSL7Ob5q/Au0ZtCMP3pYLMY3U7egfaQaq1zPAFtFln0If9Gb1CqJ/8tx1NdFpGxl3jvNTlcrpnP9SS7VWRPHvLfX5/+c/GNphCX82l9u8gupydefPfdp9Ptma1vpbC8v0jgEFn0IhDBZ/nVBZeYduUHQMwMvyzhFlNzU67Bib/I7+HEdHtiay9T45l/IQQpetzm4lyci3NxLs7FuTgX5+J/e/sXM0W6UBKKXswAAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:55%}.services-page-overlay{background:#f4f4f494}.services-page>.services-page-header,.services-page>.services-stack{z-index:1;position:relative}.services-page-header{justify-items:stretch;gap:.55rem;width:100%;padding:clamp(1rem,2vw,1.4rem) 0 .4rem;display:grid}.services-page-logo{justify-self:start;width:clamp(64px,7vw,96px);height:auto;margin-bottom:.3rem;display:block}.services-page-kicker{color:#4a4a4a;letter-spacing:.22em;margin:0;font-size:.78rem;font-weight:600}.services-page-title{color:#161616;letter-spacing:.005em;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.05}.services-page-divider{background:linear-gradient(90deg,#4a4a4a 0%,#4a4a4a33 100%);width:4.4rem;height:2px;margin-top:.2rem;display:block}.services-page-lead{color:#4a4a4a;width:100%;max-width:none;margin:.35rem 0 0;font-size:1.02rem;line-height:1.65}.services-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(1.1rem,2.4vw,1.8rem);display:grid}.service-block{--service-bg-image:none;--service-bg-position:center center;isolation:isolate;background:0 0;border:1px solid #ffffff1a;border-radius:4px;padding:clamp(1.05rem,2vw,1.6rem);transition:transform .28s,box-shadow .28s;display:block;position:relative;overflow:hidden;box-shadow:0 16px 34px #0000003d}.service-block:not(.service-block-wide){aspect-ratio:auto;height:auto;min-height:clamp(300px,28vw,360px)}.service-block.service-block-wide{aspect-ratio:auto;grid-column:1/-1;height:auto;min-height:clamp(280px,28vw,380px)}.service-block.service-block-wide .service-block-content{grid-template-columns:minmax(0,.9fr) minmax(0,1.6fr);align-content:start;align-items:start;column-gap:clamp(1.5rem,4vw,3rem)}.service-block.service-block-wide:not(.service-block-planlama) .service-block-section{grid-column:1/-1;margin-top:.35rem}.service-block.service-block-wide.service-block-planlama .service-block-section{grid-area:section;margin:0;padding-left:0}.service-block-planlama .service-block-section h3.service-block-section-strong{padding-left:clamp(1rem,2.5vw,2rem)}.service-block-planlama .service-block-list{grid-template-columns:minmax(0,.9fr) minmax(0,1.6fr);gap:.18rem clamp(1.5rem,4vw,3rem)}.service-block-planlama .service-block-list li:nth-child(odd){padding-left:calc(clamp(1rem,2.5vw,2rem) + .95rem)}.service-block.service-block-wide:not(.service-block-planlama) .service-block-heading{align-self:center;padding-left:clamp(1rem,2.5vw,2rem)}.service-block.service-block-wide.service-block-planlama .service-block-content{grid-template-columns:minmax(0,.9fr) minmax(0,1.6fr);grid-template-areas:"heading description""section section";align-content:start;align-items:start;gap:clamp(.55rem,1.2vw,.85rem) clamp(1.5rem,4vw,3rem);height:auto}.service-block.service-block-wide.service-block-planlama .service-block-heading{grid-area:heading;align-self:start;margin:0;padding:0 0 0 clamp(1rem,2.5vw,2rem)}.service-block.service-block-wide.service-block-planlama .service-block-heading h2{overflow-wrap:break-word;margin:0;font-size:clamp(1.5rem,2.85vw,2.35rem)}.service-block.service-block-wide.service-block-planlama .service-block-description{text-indent:0;grid-area:description;align-self:start;max-width:none;margin:0;padding:0;font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.68}.service-block.service-block-wide .service-block-heading h2{font-size:clamp(1.35rem,2.4vw,2rem)}.service-block.service-block-wide .service-block-description{max-width:none;font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.68}.service-block:before{content:"";z-index:0;pointer-events:none;background:0 0;transition:transform .42s;position:absolute;inset:0;transform:scale(1.02)}.service-block:after{content:"";z-index:1;pointer-events:none;background:0 0;position:absolute;inset:0}.service-block-has-image{background-color:#fffffff0;border-color:#4a4a4a29}.service-block-has-image:before{background-image:var(--service-bg-image,none);opacity:.6;background-position:50%;background-size:cover}.service-block-has-image:after{background:linear-gradient(#ffffff61 0%,#ffffff9e 50%,#ffffffc7 100%)}.service-block:hover{transform:translateY(-6px);box-shadow:0 22px 44px #00000052}.service-block-has-image:hover:before{transform:scale(1.05)}.service-block-content{z-index:2;align-content:start;gap:clamp(.55rem,1.2vw,.85rem);height:100%;padding-right:.15rem;display:grid;position:relative}.service-block-heading{gap:.6rem;display:grid}.service-block-heading h2{color:#111;text-transform:uppercase;letter-spacing:.045em;text-shadow:none;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.05rem,1.85vw,1.48rem);font-weight:800;line-height:1.2}.service-block-line{background:#11111159;width:3rem;height:2px;display:none}.service-block-description{color:#222;text-align:justify;text-justify:inter-word;text-align-last:left;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:5 3 2;word-spacing:.25em;letter-spacing:normal;text-wrap:pretty;text-indent:1.75em;max-width:58ch;text-shadow:none;margin:0;font-size:.92rem;line-height:1.62}.service-block-section{gap:.3rem;display:grid}.service-block-danismanlik .service-block-description{margin-top:2em}.service-block-kentsel-tasarim .service-block-section{margin-top:3em}.service-block-section h3{letter-spacing:.18em;text-transform:uppercase;color:#5a5a5a;text-shadow:none;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.72rem;font-weight:600}.service-block-section h3.service-block-section-strong{color:#111;letter-spacing:.16em;text-transform:uppercase;text-shadow:none;font-size:clamp(.82rem,1.15vw,.95rem)}.service-block-list{border-top:0;gap:.18rem;margin:0;padding:0;list-style:none;display:grid}.service-block-list li{color:#1f1f1f;text-shadow:none;border-bottom:0;padding:.28rem 0 .28rem .95rem;font-size:.84rem;line-height:1.45;position:relative}.service-block-list li:before{content:"";background:#4a4a4a;border-radius:999px;width:.32rem;height:.32rem;position:absolute;top:.7rem;left:0}.service-block-list-soft li{color:#1f1f1f;font-size:.84rem}.service-block-list-soft li:before{background:#4a4a4ad9}@media (width<=1024px){.services-stack{grid-template-columns:1fr}.service-block:not(.service-block-wide){min-height:clamp(300px,50vw,380px)}.service-block.service-block-wide .service-block-content{grid-template-columns:1fr;align-content:start;align-items:stretch;column-gap:0}.service-block-planlama .service-block-list{grid-template-columns:1fr;gap:.35rem}.service-block-planlama .service-block-list li:nth-child(odd){padding-left:.95rem}.service-block.service-block-wide.service-block-planlama .service-block-content{grid-template-columns:1fr;grid-template-areas:"heading""description""section"}.service-block.service-block-wide.service-block-planlama .service-block-heading{padding-left:0}}@media (width<=560px){.service-block:not(.service-block-wide){min-height:clamp(280px,72vw,360px)}.service-block{padding:1.05rem}.service-block-heading h2{font-size:clamp(1rem,4.2vw,1.25rem)}.service-block-description,.service-block-list li{font-size:.88rem}}.contact-page{gap:1rem;display:grid}.contact-offices{gap:clamp(1rem,2.2vw,1.5rem);display:grid}.contact-office-row{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:stretch;gap:clamp(.85rem,2vw,1.25rem);display:grid}.contact-map-frame{background:#e8eaee;border:1px solid #d0d4dc;border-radius:.75rem;min-height:clamp(200px,28vw,280px);position:relative;overflow:hidden;box-shadow:0 8px 24px #141c2814}.contact-map-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.contact-office-info{background-color:#fff;border:1px solid #dcdcdc;border-radius:.75rem;align-content:start;gap:.55rem;margin:0;padding:clamp(1rem,2.2vw,1.25rem);display:grid}.contact-office-info h3{letter-spacing:.16em;color:#4a4a4a;margin:0;font-size:.82rem;font-weight:700}.contact-office-address{color:#374151;white-space:pre-line;margin:0;font-size:.94rem;line-height:1.55}.contact-office-phone{color:#1f2937;margin:0;font-size:.95rem;font-weight:600}.contact-office-map-link{color:#2f2f2f;width:fit-content;margin-top:.15rem;font-size:.86rem;font-weight:600;text-decoration:none}.contact-office-map-link:hover{text-decoration:underline}.contact-layout{grid-template-columns:1fr 1.1fr;align-items:start;gap:1.2rem;display:grid}.contact-form-panel{background-color:#fff;border:1px solid #dcdcdc;border-radius:.8rem;gap:.7rem;padding:1.2rem;display:grid}.contact-form-kicker{color:#4a4a4a;letter-spacing:.18em;margin:0;font-size:.72rem;font-weight:600}.contact-form-title{color:#1b2430;margin:0;font-size:clamp(1.25rem,2.4vw,1.65rem);font-weight:600}.contact-form-lead{color:#4b5563;margin:0 0 .35rem;font-size:.9rem}.contact-form-lead a{color:#2f2f2f;font-weight:600;text-decoration:none}.contact-form-lead a:hover{text-decoration:underline}.contact-form-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.contact-form-panel input,.contact-form-panel textarea{width:100%;font:inherit;color:#1f2937;background-color:#fff;border:1px solid #d5d9df;border-radius:.5rem;padding:.72rem .78rem}.contact-form-panel input:focus,.contact-form-panel textarea:focus{border-color:#2f2f2f;outline:none;box-shadow:0 0 0 3px #2f2f2f24}.contact-form-footer{border-top:1px solid #141c2814;flex-direction:column;align-items:stretch;gap:1rem;margin-top:.15rem;padding-top:1rem;display:flex}.contact-checkbox{cursor:pointer;color:#4b5563;grid-template-columns:auto 1fr;align-items:start;gap:.65rem .75rem;margin:0;font-size:.88rem;line-height:1.5;display:grid}.contact-checkbox input[type=checkbox]{accent-color:#2f2f2f;cursor:pointer;flex-shrink:0;width:1.1rem;height:1.1rem;margin:.2rem 0 0}.contact-checkbox-text{min-width:0}.contact-submit-btn{color:#2f2f2f;cursor:pointer;background-color:#0000;border:1px solid #2f2f2f;border-radius:999px;align-self:flex-start;padding:.68rem 1.65rem;font-size:.95rem;font-weight:600;transition:background-color .18s,color .18s}.contact-submit-btn:hover{color:#fff;background-color:#2f2f2f}.contact-submit-btn:disabled{opacity:.55;cursor:not-allowed}.contact-form-feedback{border-radius:4px;margin:0 0 1rem;padding:.65rem .85rem;font-size:.9rem;line-height:1.45}.contact-form-feedback--success{color:#1b5e20;background:#e8f5e9;border:1px solid #a5d6a7}.contact-form-feedback--error{color:#b71c1c;background:#ffebee;border:1px solid #ef9a9a}.contact-turnstile-wrap{gap:.5rem;display:grid}.contact-turnstile{min-height:65px}.contact-turnstile-missing{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:.5rem;margin:0;padding:.65rem .85rem;font-size:.85rem}@media (width<=900px){.contact-office-row{grid-template-columns:1fr}.contact-map-frame{min-height:clamp(200px,48vw,260px)}}@media (width<=768px){.contact-layout,.contact-form-grid{grid-template-columns:1fr}.contact-form-footer .contact-submit-btn{text-align:center;align-self:stretch}}
