@aws-amplify/ui-react 2.14.1 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/dist/esm/components/Authenticator/ConfirmSignIn/ConfirmSignIn.js +1 -1
  2. package/dist/esm/components/Authenticator/ConfirmSignUp/ConfirmSignUp.js +1 -1
  3. package/dist/esm/components/Authenticator/FederatedSignIn/FederatedSignIn.js +1 -1
  4. package/dist/esm/components/Authenticator/FederatedSignIn/FederatedSignInButtons/FederatedSignInButton.js +1 -1
  5. package/dist/esm/components/Authenticator/ForceNewPassword/ForceNewPassword.js +1 -1
  6. package/dist/esm/components/Authenticator/ResetPassword/ConfirmResetPassword.js +1 -1
  7. package/dist/esm/components/Authenticator/ResetPassword/ResetPassword.js +1 -1
  8. package/dist/esm/components/Authenticator/Router/index.js +1 -1
  9. package/dist/esm/components/Authenticator/SetupTOTP/SetupTOTP.js +1 -1
  10. package/dist/esm/components/Authenticator/SignIn/SignIn.js +1 -1
  11. package/dist/esm/components/Authenticator/SignUp/SignUp.js +1 -1
  12. package/dist/esm/components/Authenticator/VerifyUser/ConfirmVerifyUser.js +1 -1
  13. package/dist/esm/components/Authenticator/VerifyUser/VerifyUser.js +1 -1
  14. package/dist/esm/components/Authenticator/shared/ConfirmSignInFooter.js +1 -1
  15. package/dist/esm/components/Authenticator/shared/RemoteErrorMessage.js +1 -1
  16. package/dist/esm/components/Authenticator/shared/SignInSignUpTabs.js +1 -1
  17. package/dist/esm/components/Authenticator/shared/TwoButtonSubmitFooter.js +1 -1
  18. package/dist/esm/components/Geo/Geocoder/index.js +1 -0
  19. package/dist/esm/components/Geo/MapView/index.js +1 -0
  20. package/dist/esm/components/index.js +1 -1
  21. package/dist/esm/index.js +1 -1
  22. package/dist/esm/primitives/Loader/Loader.js +1 -1
  23. package/dist/esm/primitives/shared/constants.js +1 -1
  24. package/dist/esm/primitives-catalog.js +9 -0
  25. package/dist/index.js +1 -1
  26. package/dist/primitives.json +9 -0
  27. package/dist/styles.css +1091 -7
  28. package/dist/types/components/Geo/Geocoder/index.d.ts +192 -0
  29. package/dist/types/components/Geo/MapView/index.d.ts +18 -0
  30. package/dist/types/components/Geo/index.d.ts +2 -0
  31. package/dist/types/components/index.d.ts +1 -0
  32. package/dist/types/primitives/Alert/Alert.d.ts +1 -1
  33. package/dist/types/primitives/Badge/Badge.d.ts +1 -1
  34. package/dist/types/primitives/Button/Button.d.ts +1 -1
  35. package/dist/types/primitives/ButtonGroup/ButtonGroup.d.ts +1 -1
  36. package/dist/types/primitives/Card/Card.d.ts +1 -1
  37. package/dist/types/primitives/Checkbox/Checkbox.d.ts +1 -1
  38. package/dist/types/primitives/CheckboxField/CheckboxField.d.ts +1 -1
  39. package/dist/types/primitives/Divider/Divider.d.ts +1 -1
  40. package/dist/types/primitives/Expander/Expander.d.ts +1 -1
  41. package/dist/types/primitives/Expander/ExpanderItem.d.ts +1 -1
  42. package/dist/types/primitives/Field/FieldClearButton.d.ts +1 -1
  43. package/dist/types/primitives/FieldGroup/FieldGroup.d.ts +1 -1
  44. package/dist/types/primitives/FieldGroupIcon/FieldGroupIcon.d.ts +1 -1
  45. package/dist/types/primitives/FieldGroupIcon/FieldGroupIconButton.d.ts +1 -1
  46. package/dist/types/primitives/Flex/Flex.d.ts +1 -1
  47. package/dist/types/primitives/Grid/Grid.d.ts +1 -1
  48. package/dist/types/primitives/Heading/Heading.d.ts +1 -1
  49. package/dist/types/primitives/Icon/Icon.d.ts +1 -1
  50. package/dist/types/primitives/Image/Image.d.ts +1 -1
  51. package/dist/types/primitives/Input/Input.d.ts +1 -1
  52. package/dist/types/primitives/Label/Label.d.ts +1 -1
  53. package/dist/types/primitives/Link/Link.d.ts +1 -1
  54. package/dist/types/primitives/Loader/Loader.d.ts +4 -1
  55. package/dist/types/primitives/Menu/Menu.d.ts +1 -1
  56. package/dist/types/primitives/Menu/MenuButton.d.ts +1 -1
  57. package/dist/types/primitives/Pagination/Pagination.d.ts +1 -1
  58. package/dist/types/primitives/PasswordField/PasswordField.d.ts +1 -1
  59. package/dist/types/primitives/PasswordField/ShowPasswordButton.d.ts +1 -1
  60. package/dist/types/primitives/PhoneNumberField/CountryCodeSelect.d.ts +1 -1
  61. package/dist/types/primitives/PhoneNumberField/PhoneNumberField.d.ts +1 -1
  62. package/dist/types/primitives/Placeholder/Placeholder.d.ts +1 -1
  63. package/dist/types/primitives/Radio/Radio.d.ts +1 -1
  64. package/dist/types/primitives/RadioGroupField/RadioGroupField.d.ts +1 -1
  65. package/dist/types/primitives/Rating/Rating.d.ts +1 -1
  66. package/dist/types/primitives/ScrollView/ScrollView.d.ts +1 -1
  67. package/dist/types/primitives/SearchField/SearchField.d.ts +1 -1
  68. package/dist/types/primitives/SearchField/SearchFieldButton.d.ts +1 -1
  69. package/dist/types/primitives/Select/Select.d.ts +1 -1
  70. package/dist/types/primitives/SelectField/SelectField.d.ts +1 -1
  71. package/dist/types/primitives/SliderField/SliderField.d.ts +1 -1
  72. package/dist/types/primitives/StepperField/StepperField.d.ts +1 -1
  73. package/dist/types/primitives/SwitchField/SwitchField.d.ts +1 -1
  74. package/dist/types/primitives/Table/Table.d.ts +1 -1
  75. package/dist/types/primitives/Table/TableBody.d.ts +1 -1
  76. package/dist/types/primitives/Table/TableCell.d.ts +1 -1
  77. package/dist/types/primitives/Table/TableFoot.d.ts +1 -1
  78. package/dist/types/primitives/Table/TableHead.d.ts +1 -1
  79. package/dist/types/primitives/Table/TableRow.d.ts +1 -1
  80. package/dist/types/primitives/Tabs/Tabs.d.ts +2 -2
  81. package/dist/types/primitives/Text/Text.d.ts +1 -1
  82. package/dist/types/primitives/TextArea/TextArea.d.ts +1 -1
  83. package/dist/types/primitives/TextAreaField/TextAreaField.d.ts +1 -1
  84. package/dist/types/primitives/ToggleButton/ToggleButton.d.ts +1 -1
  85. package/dist/types/primitives/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  86. package/dist/types/primitives/View/View.d.ts +1 -1
  87. package/dist/types/primitives/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  88. package/dist/types/primitives/shared/constants.d.ts +10 -0
  89. package/dist/types/primitives/types/loader.d.ts +12 -0
  90. package/package.json +7 -3
package/dist/styles.css CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Tue, 05 Apr 2022 23:24:17 GMT
7
+ * Generated on Wed, 06 Apr 2022 19:06:35 GMT
8
8
  */
9
9
 
10
10
  :root, [data-amplify-theme] {
@@ -481,26 +481,30 @@
481
481
  --amplify-components-menu-border-width: var(--amplify-border-widths-small);
482
482
  --amplify-components-menu-border-radius: var(--amplify-radii-medium);
483
483
  --amplify-components-menu-background-color: var(--amplify-colors-white);
484
+ --amplify-components-loader-text-fill: var(--amplify-colors-font-primary);
485
+ --amplify-components-loader-linear-large-font-size: var(--amplify-font-sizes-large);
484
486
  --amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-large);
485
- --amplify-components-loader-linear-large-height: var(--amplify-font-sizes-large);
487
+ --amplify-components-loader-linear-small-font-size: var(--amplify-font-sizes-small);
486
488
  --amplify-components-loader-linear-small-stroke-width: var(--amplify-font-sizes-small);
487
- --amplify-components-loader-linear-small-height: var(--amplify-font-sizes-small);
488
489
  --amplify-components-loader-linear-animation-duration: 1s;
489
490
  --amplify-components-loader-linear-stroke-linecap: round;
490
491
  --amplify-components-loader-linear-stroke-empty: var(--amplify-colors-neutral-20);
491
492
  --amplify-components-loader-linear-stroke-filled: var(--amplify-colors-brand-primary-80);
492
493
  --amplify-components-loader-linear-stroke-width: var(--amplify-font-sizes-medium);
493
- --amplify-components-loader-linear-height: var(--amplify-font-sizes-medium);
494
+ --amplify-components-loader-linear-font-size: var(--amplify-font-sizes-medium);
494
495
  --amplify-components-loader-linear-min-width: 5rem;
495
496
  --amplify-components-loader-linear-width: 100%;
497
+ --amplify-components-loader-large-font-size: var(--amplify-font-sizes-small);
496
498
  --amplify-components-loader-large-height: var(--amplify-font-sizes-large);
497
499
  --amplify-components-loader-large-width: var(--amplify-font-sizes-large);
500
+ --amplify-components-loader-small-font-size: var(--amplify-font-sizes-xxs);
498
501
  --amplify-components-loader-small-height: var(--amplify-font-sizes-small);
499
502
  --amplify-components-loader-small-width: var(--amplify-font-sizes-small);
500
503
  --amplify-components-loader-animation-duration: 1s;
501
504
  --amplify-components-loader-stroke-linecap: round;
502
505
  --amplify-components-loader-stroke-filled: var(--amplify-colors-brand-primary-80);
503
506
  --amplify-components-loader-stroke-empty: var(--amplify-colors-neutral-20);
507
+ --amplify-components-loader-font-size: var(--amplify-font-sizes-xs);
504
508
  --amplify-components-loader-height: var(--amplify-font-sizes-medium);
505
509
  --amplify-components-loader-width: var(--amplify-font-sizes-medium);
506
510
  --amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
@@ -1339,6 +1343,7 @@ h6.amplify-heading {
1339
1343
  .amplify-loader {
1340
1344
  width: var(--amplify-components-loader-width);
1341
1345
  height: var(--amplify-components-loader-height);
1346
+ font-size: var(--amplify-components-loader-font-size);
1342
1347
  fill: none;
1343
1348
  stroke: var(--amplify-components-loader-stroke-empty);
1344
1349
  }
@@ -1369,11 +1374,13 @@ h6.amplify-heading {
1369
1374
  .amplify-loader[data-size=small] {
1370
1375
  width: var(--amplify-components-loader-small-width);
1371
1376
  height: var(--amplify-components-loader-small-height);
1377
+ font-size: var(--amplify-components-loader-small-font-size);
1372
1378
  }
1373
1379
 
1374
1380
  .amplify-loader[data-size=large] {
1375
1381
  width: var(--amplify-components-loader-large-width);
1376
1382
  height: var(--amplify-components-loader-large-height);
1383
+ font-size: var(--amplify-components-loader-large-font-size);
1377
1384
  }
1378
1385
 
1379
1386
  .amplify-loader line:last-of-type {
@@ -1400,22 +1407,40 @@ h6.amplify-heading {
1400
1407
  .amplify-loader[data-variation=linear] {
1401
1408
  width: var(--amplify-components-loader-linear-width);
1402
1409
  min-width: var(--amplify-components-loader-linear-min-width);
1403
- height: var(--amplify-components-loader-linear-height);
1410
+ font-size: var(--amplify-components-loader-linear-font-size);
1404
1411
  stroke: var(--amplify-components-loader-linear-stroke-empty);
1405
1412
  stroke-width: var(--amplify-components-loader-linear-stroke-width);
1406
1413
  stroke-linecap: var(--amplify-components-loader-linear-stroke-linecap);
1407
1414
  }
1408
1415
 
1409
1416
  .amplify-loader[data-variation=linear][data-size=small] {
1410
- height: var(--amplify-components-loader-linear-small-height);
1417
+ font-size: var(--amplify-components-loader-linear-small-font-size);
1411
1418
  stroke-width: var(--amplify-components-loader-linear-small-stroke-width);
1412
1419
  }
1413
1420
 
1414
1421
  .amplify-loader[data-variation=linear][data-size=large] {
1415
- height: var(--amplify-components-loader-linear-large-height);
1422
+ font-size: var(--amplify-components-loader-linear-large-font-size);
1416
1423
  stroke-width: var(--amplify-components-loader-linear-large-stroke-width);
1417
1424
  }
1418
1425
 
1426
+ .amplify-loader--determinate circle:last-of-type {
1427
+ -webkit-animation: none;
1428
+ animation: none;
1429
+ transform: rotate(-90deg);
1430
+ }
1431
+
1432
+ .amplify-loader--determinate line:last-of-type {
1433
+ -webkit-animation: none;
1434
+ animation: none;
1435
+ stroke-dashoffset: 0%;
1436
+ stroke-dasharray: none;
1437
+ }
1438
+
1439
+ .amplify-loader__percentage-text {
1440
+ fill: var(--amplify-components-loader-text-fill);
1441
+ stroke: none;
1442
+ }
1443
+
1419
1444
  @-webkit-keyframes amplify-loader-circular {
1420
1445
  0% {
1421
1446
  stroke-dasharray: 100% 200%;
@@ -3159,8 +3184,1067 @@ html[dir=rtl] .amplify-field-group__inner-start {
3159
3184
  height: 1px;
3160
3185
  padding: 0;
3161
3186
  margin: -1px;
3187
+ fill: transparent;
3162
3188
  overflow: hidden;
3163
3189
  clip: rect(0, 0, 0, 0);
3164
3190
  white-space: nowrap;
3165
3191
  border-width: 0;
3166
3192
  }
3193
+
3194
+ /* Basics */
3195
+
3196
+ .maplibregl-ctrl-geocoder,
3197
+ .maplibregl-ctrl-geocoder *,
3198
+ .maplibregl-ctrl-geocoder *:after,
3199
+ .maplibregl-ctrl-geocoder *:before {
3200
+ box-sizing: border-box;
3201
+ }
3202
+
3203
+ .maplibregl-ctrl-geocoder {
3204
+ font-size: 18px;
3205
+ line-height: 24px;
3206
+ font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
3207
+ position: relative;
3208
+ background-color: #fff;
3209
+ width: 100%;
3210
+ min-width: 240px;
3211
+ z-index: 1;
3212
+ border-radius: 4px;
3213
+ transition: width 0.25s, min-width 0.25s;
3214
+ }
3215
+
3216
+ .maplibregl-ctrl-geocoder--input {
3217
+ font: inherit;
3218
+ width: 100%;
3219
+ border: 0;
3220
+ background-color: transparent;
3221
+ margin: 0;
3222
+ height: 50px;
3223
+ color: #404040; /* fallback */
3224
+ color: rgba(0, 0, 0, 0.75);
3225
+ padding: 6px 45px;
3226
+ text-overflow: ellipsis;
3227
+ white-space: nowrap;
3228
+ overflow: hidden;
3229
+ }
3230
+
3231
+ .maplibregl-ctrl-geocoder--input::-ms-clear {
3232
+ display: none; /* hide input clear button in IE */
3233
+ }
3234
+
3235
+ .maplibregl-ctrl-geocoder--input:focus {
3236
+ color: #404040; /* fallback */
3237
+ color: rgba(0, 0, 0, 0.75);
3238
+ outline: 0;
3239
+ box-shadow: none;
3240
+ outline: thin dotted;
3241
+ }
3242
+
3243
+ .maplibregl-ctrl-geocoder .maplibregl-ctrl-geocoder--pin-right > * {
3244
+ z-index: 2;
3245
+ position: absolute;
3246
+ right: 8px;
3247
+ top: 7px;
3248
+ display: none;
3249
+ }
3250
+
3251
+ .maplibregl-ctrl-geocoder,
3252
+ .maplibregl-ctrl-geocoder .suggestions {
3253
+ box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
3254
+ }
3255
+
3256
+ /* Collapsed */
3257
+
3258
+ .maplibregl-ctrl-geocoder.maplibregl-ctrl-geocoder--collapsed {
3259
+ width: 50px;
3260
+ min-width: 50px;
3261
+ transition: width 0.25s, min-width 0.25s;
3262
+ }
3263
+
3264
+ /* Suggestions */
3265
+
3266
+ .maplibregl-ctrl-geocoder .suggestions {
3267
+ background-color: #fff;
3268
+ border-radius: 4px;
3269
+ left: 0;
3270
+ list-style: none;
3271
+ margin: 0;
3272
+ padding: 0;
3273
+ position: absolute;
3274
+ width: 100%;
3275
+ top: 110%; /* fallback */
3276
+ top: calc(100% + 6px);
3277
+ z-index: 1000;
3278
+ overflow: hidden;
3279
+ font-size: 15px;
3280
+ }
3281
+
3282
+ .maplibregl-ctrl-bottom-left .suggestions,
3283
+ .maplibregl-ctrl-bottom-right .suggestions {
3284
+ top: auto;
3285
+ bottom: 100%;
3286
+ }
3287
+
3288
+ .maplibregl-ctrl-geocoder .suggestions > li > a {
3289
+ cursor: default;
3290
+ display: block;
3291
+ padding: 6px 12px;
3292
+ color: #404040;
3293
+ }
3294
+
3295
+ .maplibregl-ctrl-geocoder .suggestions > .active > a,
3296
+ .maplibregl-ctrl-geocoder .suggestions > li > a:hover {
3297
+ color: #404040;
3298
+ background-color: #f3f3f3;
3299
+ text-decoration: none;
3300
+ cursor: pointer;
3301
+ }
3302
+
3303
+ .maplibregl-ctrl-geocoder--suggestion {
3304
+ display: flex;
3305
+ flex-direction: row;
3306
+ align-items: center;
3307
+ }
3308
+
3309
+ .maplibre-ctrl-geocoder--suggestion-icon {
3310
+ min-width: 30px;
3311
+ min-height: 24px;
3312
+ max-width: 30px;
3313
+ max-height: 24px;
3314
+ padding-right: 12px;
3315
+ }
3316
+
3317
+ .maplibregl-ctrl-geocoder--suggestion-info {
3318
+ display: flex;
3319
+ flex-direction: column;
3320
+ }
3321
+
3322
+ .maplibregl-ctrl-geocoder--suggestion-match {
3323
+ font-weight: bold;
3324
+ }
3325
+
3326
+ .maplibregl-ctrl-geocoder--suggestion-title,
3327
+ .maplibregl-ctrl-geocoder--suggestion-address {
3328
+ text-overflow: ellipsis;
3329
+ overflow: hidden;
3330
+ white-space: nowrap;
3331
+ }
3332
+
3333
+ .maplibregl-ctrl-geocoder--result {
3334
+ display: flex;
3335
+ flex-direction: row;
3336
+ align-items: center;
3337
+ }
3338
+
3339
+ .maplibre-ctrl-geocoder--result-icon {
3340
+ min-width: 30px;
3341
+ min-height: 24px;
3342
+ max-width: 30px;
3343
+ max-height: 24px;
3344
+ padding-right: 12px;
3345
+ }
3346
+
3347
+ .maplibregl-ctrl-geocoder--result-title {
3348
+ font-weight: bold;
3349
+ }
3350
+
3351
+ .maplibregl-ctrl-geocoder--result-title,
3352
+ .maplibregl-ctrl-geocoder--result-address {
3353
+ text-overflow: ellipsis;
3354
+ overflow: hidden;
3355
+ white-space: nowrap;
3356
+ }
3357
+
3358
+ /* Icons */
3359
+
3360
+ .maplibregl-ctrl-geocoder--icon {
3361
+ display: inline-block;
3362
+ vertical-align: middle;
3363
+ speak: none;
3364
+ fill: #757575;
3365
+ top: 15px;
3366
+ }
3367
+
3368
+ .maplibregl-ctrl-geocoder--icon-search {
3369
+ position: absolute;
3370
+ top: 13px;
3371
+ left: 12px;
3372
+ width: 23px;
3373
+ height: 23px;
3374
+ }
3375
+
3376
+ .maplibregl-ctrl-geocoder--button {
3377
+ padding: 0;
3378
+ margin: 0;
3379
+ border: none;
3380
+ cursor: pointer;
3381
+ background: #fff;
3382
+ line-height: 1;
3383
+ }
3384
+
3385
+ .maplibregl-ctrl-geocoder--icon-close {
3386
+ width: 20px;
3387
+ height: 20px;
3388
+ margin-top: 8px;
3389
+ margin-right: 3px;
3390
+ }
3391
+
3392
+ .maplibregl-ctrl-geocoder--button:hover .maplibregl-ctrl-geocoder--icon-close {
3393
+ fill: #909090;
3394
+ }
3395
+
3396
+ .maplibregl-ctrl-geocoder--icon-loading {
3397
+ width: 26px;
3398
+ height: 26px;
3399
+ margin-top: 5px;
3400
+ margin-right: 0px;
3401
+ -webkit-animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
3402
+ animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
3403
+ }
3404
+
3405
+ /* Animation */
3406
+
3407
+ @-webkit-keyframes rotate {
3408
+ from {
3409
+ transform: rotate(0);
3410
+ }
3411
+
3412
+ to {
3413
+ transform: rotate(360deg);
3414
+ }
3415
+ }
3416
+
3417
+ @keyframes rotate {
3418
+ from {
3419
+ transform: rotate(0);
3420
+ }
3421
+
3422
+ to {
3423
+ transform: rotate(360deg);
3424
+ }
3425
+ }
3426
+
3427
+ /* Media queries*/
3428
+
3429
+ @media screen and (min-width: 640px) {
3430
+ .maplibregl-ctrl-geocoder.maplibregl-ctrl-geocoder--collapsed {
3431
+ width: 36px;
3432
+ min-width: 36px;
3433
+ }
3434
+
3435
+ .maplibregl-ctrl-geocoder {
3436
+ width: 33.3333%;
3437
+ font-size: 15px;
3438
+ line-height: 20px;
3439
+ max-width: 360px;
3440
+ }
3441
+
3442
+ .maplibregl-ctrl-geocoder .suggestions {
3443
+ font-size: 13px;
3444
+ }
3445
+
3446
+ .maplibregl-ctrl-geocoder--icon {
3447
+ top: 8px;
3448
+ }
3449
+
3450
+ .maplibregl-ctrl-geocoder--icon-close {
3451
+ width: 16px;
3452
+ height: 16px;
3453
+ margin-top: 3px;
3454
+ margin-right: 0;
3455
+ }
3456
+
3457
+ .maplibregl-ctrl-geocoder--icon-search {
3458
+ left: 7px;
3459
+ width: 20px;
3460
+ height: 20px;
3461
+ }
3462
+
3463
+ .maplibregl-ctrl-geocoder--input {
3464
+ height: 36px;
3465
+ padding: 6px 35px;
3466
+ }
3467
+
3468
+ .maplibregl-ctrl-geocoder--icon-loading {
3469
+ width: 26px;
3470
+ height: 26px;
3471
+ margin-top: -2px;
3472
+ margin-right: -5px;
3473
+ }
3474
+
3475
+ .maplibre-gl-geocoder--error {
3476
+ color: #909090;
3477
+ padding: 6px 12px;
3478
+ font-size: 16px;
3479
+ text-align: center;
3480
+ }
3481
+ }
3482
+
3483
+ .maplibregl-ctrl-geocoder {
3484
+ text-align: initial;
3485
+ }
3486
+
3487
+ .mapboxgl-popup-tip {
3488
+ display: none;
3489
+ }
3490
+
3491
+ .maplibre-ctrl-geocoder--suggestion {
3492
+ background: #fff;
3493
+ border: 2px solid #0000001f;
3494
+ color: #000;
3495
+ border-radius: 4px;
3496
+ padding: 20px;
3497
+ word-wrap: break-word;
3498
+ margin: -10px -10px -15px;
3499
+ text-align: initial;
3500
+ }
3501
+
3502
+ .maplibre-ctrl-geocoder--suggestion-title {
3503
+ font-weight: bold;
3504
+ }
3505
+
3506
+ .mapboxgl-map,.maplibregl-map{
3507
+ font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;
3508
+ overflow:hidden;
3509
+ position:relative;
3510
+ -webkit-tap-highlight-color:rgba(0,0,0,0)
3511
+ }
3512
+
3513
+ .mapboxgl-canvas,.maplibregl-canvas{
3514
+ position:absolute;
3515
+ left:0;
3516
+ top:0
3517
+ }
3518
+
3519
+ .mapboxgl-map:-webkit-full-screen,.maplibregl-map:-webkit-full-screen{
3520
+ width:100%;
3521
+ height:100%
3522
+ }
3523
+
3524
+ .mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass,.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{
3525
+ cursor:-webkit-grab;
3526
+ cursor:grab;
3527
+ -moz-user-select:none;
3528
+ -webkit-user-select:none;
3529
+ -ms-user-select:none;
3530
+ user-select:none
3531
+ }
3532
+
3533
+ .mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer,.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{
3534
+ cursor:pointer
3535
+ }
3536
+
3537
+ .mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active,.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{
3538
+ cursor:-webkit-grabbing;
3539
+ cursor:grabbing
3540
+ }
3541
+
3542
+ .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{
3543
+ touch-action:pan-x pan-y
3544
+ }
3545
+
3546
+ .mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas,.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{
3547
+ touch-action:pinch-zoom
3548
+ }
3549
+
3550
+ .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{
3551
+ touch-action:none
3552
+ }
3553
+
3554
+ .mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right,.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{
3555
+ position:absolute;
3556
+ pointer-events:none;
3557
+ z-index:2
3558
+ }
3559
+
3560
+ .mapboxgl-ctrl-top-left,.maplibregl-ctrl-top-left{
3561
+ top:0;
3562
+ left:0
3563
+ }
3564
+
3565
+ .mapboxgl-ctrl-top-right,.maplibregl-ctrl-top-right{
3566
+ top:0;
3567
+ right:0
3568
+ }
3569
+
3570
+ .mapboxgl-ctrl-bottom-left,.maplibregl-ctrl-bottom-left{
3571
+ bottom:0;
3572
+ left:0
3573
+ }
3574
+
3575
+ .mapboxgl-ctrl-bottom-right,.maplibregl-ctrl-bottom-right{
3576
+ right:0;
3577
+ bottom:0
3578
+ }
3579
+
3580
+ .mapboxgl-ctrl,.maplibregl-ctrl{
3581
+ clear:both;
3582
+ pointer-events:auto;
3583
+ transform:translate(0)
3584
+ }
3585
+
3586
+ .mapboxgl-ctrl-top-left .mapboxgl-ctrl,.maplibregl-ctrl-top-left .maplibregl-ctrl{
3587
+ margin:10px 0 0 10px;
3588
+ float:left
3589
+ }
3590
+
3591
+ .mapboxgl-ctrl-top-right .mapboxgl-ctrl,.maplibregl-ctrl-top-right .maplibregl-ctrl{
3592
+ margin:10px 10px 0 0;
3593
+ float:right
3594
+ }
3595
+
3596
+ .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.maplibregl-ctrl-bottom-left .maplibregl-ctrl{
3597
+ margin:0 0 10px 10px;
3598
+ float:left
3599
+ }
3600
+
3601
+ .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.maplibregl-ctrl-bottom-right .maplibregl-ctrl{
3602
+ margin:0 10px 10px 0;
3603
+ float:right
3604
+ }
3605
+
3606
+ .mapboxgl-ctrl-group,.maplibregl-ctrl-group{
3607
+ border-radius:4px;
3608
+ background:#fff
3609
+ }
3610
+
3611
+ .mapboxgl-ctrl-group:not(:empty),.maplibregl-ctrl-group:not(:empty){
3612
+ box-shadow:0 0 0 2px rgba(0,0,0,.1)
3613
+ }
3614
+
3615
+ @media (-ms-high-contrast:active){
3616
+ .mapboxgl-ctrl-group:not(:empty),.maplibregl-ctrl-group:not(:empty){
3617
+ box-shadow:0 0 0 2px ButtonText
3618
+ }
3619
+ }
3620
+
3621
+ .mapboxgl-ctrl-group button,.maplibregl-ctrl-group button{
3622
+ width:29px;
3623
+ height:29px;
3624
+ display:block;
3625
+ padding:0;
3626
+ outline:none;
3627
+ border:0;
3628
+ box-sizing:border-box;
3629
+ background-color:transparent;
3630
+ cursor:pointer
3631
+ }
3632
+
3633
+ .mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{
3634
+ border-top:1px solid #ddd
3635
+ }
3636
+
3637
+ .mapboxgl-ctrl button .mapboxgl-ctrl-icon,.maplibregl-ctrl button .maplibregl-ctrl-icon{
3638
+ display:block;
3639
+ width:100%;
3640
+ height:100%;
3641
+ background-repeat:no-repeat;
3642
+ background-position:50%
3643
+ }
3644
+
3645
+ @media (-ms-high-contrast:active){
3646
+ .mapboxgl-ctrl-icon,.maplibregl-ctrl-icon{
3647
+ background-color:transparent
3648
+ }
3649
+
3650
+ .mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{
3651
+ border-top:1px solid ButtonText
3652
+ }
3653
+ }
3654
+
3655
+ .mapboxgl-ctrl button::-moz-focus-inner,.maplibregl-ctrl button::-moz-focus-inner{
3656
+ border:0;
3657
+ padding:0
3658
+ }
3659
+
3660
+ .mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus,.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{
3661
+ box-shadow:0 0 2px 2px #0096ff
3662
+ }
3663
+
3664
+ .mapboxgl-ctrl button:disabled,.maplibregl-ctrl button:disabled{
3665
+ cursor:not-allowed
3666
+ }
3667
+
3668
+ .mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{
3669
+ opacity:.25
3670
+ }
3671
+
3672
+ .mapboxgl-ctrl button:not(:disabled):hover,.maplibregl-ctrl button:not(:disabled):hover{
3673
+ background-color:rgba(0,0,0,.05)
3674
+ }
3675
+
3676
+ .mapboxgl-ctrl-group button:focus:focus-visible,.maplibregl-ctrl-group button:focus:focus-visible{
3677
+ box-shadow:0 0 2px 2px #0096ff
3678
+ }
3679
+
3680
+ .mapboxgl-ctrl-group button:focus:not(:focus-visible),.maplibregl-ctrl-group button:focus:not(:focus-visible){
3681
+ box-shadow:none
3682
+ }
3683
+
3684
+ .mapboxgl-ctrl-group button:focus:first-child,.maplibregl-ctrl-group button:focus:first-child{
3685
+ border-radius:4px 4px 0 0
3686
+ }
3687
+
3688
+ .mapboxgl-ctrl-group button:focus:last-child,.maplibregl-ctrl-group button:focus:last-child{
3689
+ border-radius:0 0 4px 4px
3690
+ }
3691
+
3692
+ .mapboxgl-ctrl-group button:focus:only-child,.maplibregl-ctrl-group button:focus:only-child{
3693
+ border-radius:inherit
3694
+ }
3695
+
3696
+ .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{
3697
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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 13h-9z'/%3E%3C/svg%3E")
3698
+ }
3699
+
3700
+ .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{
3701
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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.5z'/%3E%3C/svg%3E")
3702
+ }
3703
+
3704
+ @media (-ms-high-contrast:active){
3705
+ .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{
3706
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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 13h-9z'/%3E%3C/svg%3E")
3707
+ }
3708
+
3709
+ .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{
3710
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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.5z'/%3E%3C/svg%3E")
3711
+ }
3712
+ }
3713
+
3714
+ @media (-ms-high-contrast:black-on-white){
3715
+ .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{
3716
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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 13h-9z'/%3E%3C/svg%3E")
3717
+ }
3718
+
3719
+ .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{
3720
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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.5z'/%3E%3C/svg%3E")
3721
+ }
3722
+ }
3723
+
3724
+ .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{
3725
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
3726
+ }
3727
+
3728
+ .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{
3729
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
3730
+ }
3731
+
3732
+ @media (-ms-high-contrast:active){
3733
+ .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{
3734
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
3735
+ }
3736
+
3737
+ .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{
3738
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
3739
+ }
3740
+ }
3741
+
3742
+ @media (-ms-high-contrast:black-on-white){
3743
+ .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{
3744
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
3745
+ }
3746
+
3747
+ .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{
3748
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
3749
+ }
3750
+ }
3751
+
3752
+ .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{
3753
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
3754
+ }
3755
+
3756
+ @media (-ms-high-contrast:active){
3757
+ .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{
3758
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")
3759
+ }
3760
+ }
3761
+
3762
+ @media (-ms-high-contrast:black-on-white){
3763
+ .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{
3764
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
3765
+ }
3766
+ }
3767
+
3768
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{
3769
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
3770
+ }
3771
+
3772
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{
3773
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
3774
+ }
3775
+
3776
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{
3777
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
3778
+ }
3779
+
3780
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{
3781
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
3782
+ }
3783
+
3784
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{
3785
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
3786
+ }
3787
+
3788
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{
3789
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
3790
+ }
3791
+
3792
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{
3793
+ -webkit-animation:maplibregl-spin 2s linear infinite;
3794
+ animation:maplibregl-spin 2s linear infinite
3795
+ }
3796
+
3797
+ @media (-ms-high-contrast:active){
3798
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{
3799
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
3800
+ }
3801
+
3802
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{
3803
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
3804
+ }
3805
+
3806
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{
3807
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
3808
+ }
3809
+
3810
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{
3811
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
3812
+ }
3813
+
3814
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{
3815
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
3816
+ }
3817
+
3818
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{
3819
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
3820
+ }
3821
+ }
3822
+
3823
+ @media (-ms-high-contrast:black-on-white){
3824
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{
3825
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
3826
+ }
3827
+
3828
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{
3829
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
3830
+ }
3831
+ }
3832
+
3833
+ @-webkit-keyframes maplibregl-spin{
3834
+ 0%{
3835
+ -webkit-transform:rotate(0deg)
3836
+ }
3837
+
3838
+ to{
3839
+ -webkit-transform:rotate(1turn)
3840
+ }
3841
+ }
3842
+
3843
+ @keyframes maplibregl-spin{
3844
+ 0%{
3845
+ transform:rotate(0deg)
3846
+ }
3847
+
3848
+ to{
3849
+ transform:rotate(1turn)
3850
+ }
3851
+ }
3852
+
3853
+ a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{
3854
+ width:88px;
3855
+ height:23px;
3856
+ margin:0 0 -4px -4px;
3857
+ display:block;
3858
+ background-repeat:no-repeat;
3859
+ cursor:pointer;
3860
+ overflow:hidden;
3861
+ 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 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.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.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.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.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.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.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.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.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.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.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-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.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.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.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.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")
3862
+ }
3863
+
3864
+ a.mapboxgl-ctrl-logo.mapboxgl-compact,a.maplibregl-ctrl-logo.maplibregl-compact{
3865
+ width:14px
3866
+ }
3867
+
3868
+ @media (-ms-high-contrast:active){
3869
+ a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{
3870
+ background-color:transparent;
3871
+ 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 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.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.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.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.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.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.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.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.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.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.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-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.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.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.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.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")
3872
+ }
3873
+ }
3874
+
3875
+ @media (-ms-high-contrast:black-on-white){
3876
+ a.mapboxgl-ctrl-logo,a.maplibregl-ctrl-logo{
3877
+ 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 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.42l-.726 3.663a1.255 1.255 0 01-1.232 1.011h-1.827a1.255 1.255 0 01-1.229-1.509l2.501-12.095a1.255 1.255 0 011.23-1.001h.197a1.255 1.255 0 011.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 011.123-.695h.181a1.255 1.255 0 011.227.991l1.443 6.71a5.11 5.11 0 01.314-.787l.009-.016a4.623 4.623 0 011.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 011.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 011.212.925 1.255 1.255 0 011.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.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 011.255-1.255h1.86A1.255 1.255 0 0154.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 01-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 011.722-.674 2.43 2.43 0 011.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 011.255-1.255h1.744A1.255 1.255 0 0165.812 4.7v3.335a4.76 4.76 0 011.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 011.67 1.743v-.98a1.255 1.255 0 011.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 011.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 01.689 1.004 4.73 4.73 0 01.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.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 01-.947 1.09l.408.952a1.255 1.255 0 01-.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.815 5.815 0 01-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 01-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 01-1.256 1.256h-1.777a1.255 1.255 0 01-1.256-1.256V15.69l-.032.057a4.778 4.778 0 01-1.86 1.833 5.04 5.04 0 01-2.484.634 4.47 4.47 0 01-1.935-.424 1.252 1.252 0 01-.764.258h-1.71a1.255 1.255 0 01-1.256-1.255V7.687a2.402 2.402 0 01-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 01-1.256 1.255h-1.843a1.25 1.25 0 01-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 01-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 01-1.782 1.884 4.767 4.767 0 01-2.485.67 5.6 5.6 0 01-1.485-.188l.009 2.764a1.255 1.255 0 01-1.255 1.259h-1.729a1.255 1.255 0 01-1.255-1.255v-3.537a1.255 1.255 0 01-1.167.793h-1.679a1.25 1.25 0 01-.77-.263 4.47 4.47 0 01-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 01-1.081-.836 1.255 1.255 0 01-1.254 1.312h-1.81a1.255 1.255 0 01-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 01-1.115.676h-.098a1.255 1.255 0 01-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 00-.668-.428l-.27-.12a3.293 3.293 0 00-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 00-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 001.382 1.381 3.883 3.883 0 001.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 00.934-.19 2.17 2.17 0 00.468-.29l.178-.161a2.163 2.163 0 00.397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 00-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 00-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 00-.353-.389.851.851 0 00-.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.626 2.626 0 00.331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 001.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 00-.415.262l-.199.166a3.35 3.35 0 00-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 00-.284.136 1.99 1.99 0 00-.363.254 2.237 2.237 0 00-.46.569l-.082.162a2.56 2.56 0 00-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 00.367.385.937.937 0 00.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-.221a.995.995 0 00-.503.135l-.012.007a.859.859 0 00-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 00.14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 00-.345-.79 1.175 1.175 0 00-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 00-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314l.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 00.316.224l.223.122a3.21 3.21 0 001.44.322 3.785 3.785 0 001.875-.477 3.52 3.52 0 001.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 00-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 00-1.527.344l-.086.043-.165.09a3.412 3.412 0 00-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 00-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 00.566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 00.975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 00-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 00-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.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.868.868 0 00-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 00.367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 00-.545.063 2.086 2.086 0 00-.411.148 2.18 2.18 0 00-.4.249 2.482 2.482 0 00-.485.499 2.659 2.659 0 00-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 01.466-.636 2.52 2.52 0 01.399-.253 2.19 2.19 0 01.224-.099zm9.784 2.656l.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 00-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 01-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256l-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 00-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='M19.63 11.151l-.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.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 01-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 011.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 011.234.231 3.341 3.341 0 01.97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 01-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 00-.807-.872 2.098 2.098 0 00-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 01-1.316 1.399 3.51 3.51 0 01-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 01-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 01-.856-.346 1.165 1.165 0 01-.346-.856 1.053 1.053 0 01.346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 01.345.79 1.159 1.159 0 01-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 01-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 011.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 011.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 01-1.382 1.366 3.785 3.785 0 01-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 00-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 00.807.872 2.1 2.1 0 001.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 011.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 01-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 011.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 00.938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='M8.166 16.146l-.002.002a1.54 1.54 0 01-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 00.113.023.286.286 0 00.189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 00.074.047zm-2.52-.548a16.898 16.898 0 01-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 01-1.182 1.315h.15a1.912 1.912 0 011.914 1.914v1.84a1.912 1.912 0 01-1.914 1.914H4.377a1.912 1.912 0 01-1.914-1.914v-1.84a1.912 1.912 0 011.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 01-.189.07.286.286 0 01-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 00-.659.659v1.84a.657.657 0 00.659.659h5.565a.657.657 0 00.659-.659v-1.84a.657.657 0 00-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")
3878
+ }
3879
+ }
3880
+
3881
+ .mapboxgl-ctrl.mapboxgl-ctrl-attrib,.maplibregl-ctrl.maplibregl-ctrl-attrib{
3882
+ padding:0 5px;
3883
+ background-color:hsla(0,0%,100%,.5);
3884
+ margin:0
3885
+ }
3886
+
3887
+ @media screen{
3888
+ .mapboxgl-ctrl-attrib.mapboxgl-compact,.maplibregl-ctrl-attrib.maplibregl-compact{
3889
+ min-height:20px;
3890
+ padding:2px 24px 2px 0;
3891
+ margin:10px;
3892
+ position:relative;
3893
+ background-color:#fff;
3894
+ border-radius:12px
3895
+ }
3896
+
3897
+ .mapboxgl-ctrl-attrib.mapboxgl-compact-show,.maplibregl-ctrl-attrib.maplibregl-compact-show{
3898
+ padding:2px 28px 2px 8px;
3899
+ visibility:visible
3900
+ }
3901
+
3902
+ .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{
3903
+ padding:2px 8px 2px 28px;
3904
+ border-radius:12px
3905
+ }
3906
+
3907
+ .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner,.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{
3908
+ display:none
3909
+ }
3910
+
3911
+ .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib-button{
3912
+ display:none;
3913
+ cursor:pointer;
3914
+ position:absolute;
3915
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
3916
+ background-color:hsla(0,0%,100%,.5);
3917
+ width:24px;
3918
+ height:24px;
3919
+ box-sizing:border-box;
3920
+ border-radius:12px;
3921
+ outline:none;
3922
+ top:0;
3923
+ right:0;
3924
+ border:0
3925
+ }
3926
+
3927
+ .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{
3928
+ left:0
3929
+ }
3930
+
3931
+ .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner,.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button{
3932
+ display:block
3933
+ }
3934
+
3935
+ .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{
3936
+ background-color:rgba(0,0,0,.05)
3937
+ }
3938
+
3939
+ .mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{
3940
+ bottom:0;
3941
+ right:0
3942
+ }
3943
+
3944
+ .mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{
3945
+ top:0;
3946
+ right:0
3947
+ }
3948
+
3949
+ .mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{
3950
+ top:0;
3951
+ left:0
3952
+ }
3953
+
3954
+ .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{
3955
+ bottom:0;
3956
+ left:0
3957
+ }
3958
+ }
3959
+
3960
+ @media screen and (-ms-high-contrast:active){
3961
+ .mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-attrib.maplibregl-compact:after{
3962
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")
3963
+ }
3964
+ }
3965
+
3966
+ @media screen and (-ms-high-contrast:black-on-white){
3967
+ .mapboxgl-ctrl-attrib.mapboxgl-compact:after,.maplibregl-ctrl-attrib.maplibregl-compact:after{
3968
+ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")
3969
+ }
3970
+ }
3971
+
3972
+ .mapboxgl-ctrl-attrib a,.maplibregl-ctrl-attrib a{
3973
+ color:rgba(0,0,0,.75);
3974
+ text-decoration:none
3975
+ }
3976
+
3977
+ .mapboxgl-ctrl-attrib a:hover,.maplibregl-ctrl-attrib a:hover{
3978
+ color:inherit;
3979
+ text-decoration:underline
3980
+ }
3981
+
3982
+ .mapboxgl-ctrl-attrib .mapbox-improve-map,.maplibregl-ctrl-attrib .mapbox-improve-map{
3983
+ font-weight:700;
3984
+ margin-left:2px
3985
+ }
3986
+
3987
+ .mapboxgl-attrib-empty,.maplibregl-attrib-empty{
3988
+ display:none
3989
+ }
3990
+
3991
+ .mapboxgl-ctrl-scale,.maplibregl-ctrl-scale{
3992
+ background-color:hsla(0,0%,100%,.75);
3993
+ font-size:10px;
3994
+ border:2px solid #333;
3995
+ border-top:#333;
3996
+ padding:0 5px;
3997
+ color:#333;
3998
+ box-sizing:border-box
3999
+ }
4000
+
4001
+ .mapboxgl-popup,.maplibregl-popup{
4002
+ position:absolute;
4003
+ top:0;
4004
+ left:0;
4005
+ display:flex;
4006
+ will-change:transform;
4007
+ pointer-events:none
4008
+ }
4009
+
4010
+ .mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right,.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{
4011
+ flex-direction:column
4012
+ }
4013
+
4014
+ .mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right,.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{
4015
+ flex-direction:column-reverse
4016
+ }
4017
+
4018
+ .mapboxgl-popup-anchor-left,.maplibregl-popup-anchor-left{
4019
+ flex-direction:row
4020
+ }
4021
+
4022
+ .mapboxgl-popup-anchor-right,.maplibregl-popup-anchor-right{
4023
+ flex-direction:row-reverse
4024
+ }
4025
+
4026
+ .mapboxgl-popup-tip,.maplibregl-popup-tip{
4027
+ width:0;
4028
+ height:0;
4029
+ border:10px solid transparent;
4030
+ z-index:1
4031
+ }
4032
+
4033
+ .mapboxgl-popup-anchor-top .mapboxgl-popup-tip,.maplibregl-popup-anchor-top .maplibregl-popup-tip{
4034
+ align-self:center;
4035
+ border-top:none;
4036
+ border-bottom-color:#fff
4037
+ }
4038
+
4039
+ .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{
4040
+ align-self:flex-start;
4041
+ border-top:none;
4042
+ border-left:none;
4043
+ border-bottom-color:#fff
4044
+ }
4045
+
4046
+ .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{
4047
+ align-self:flex-end;
4048
+ border-top:none;
4049
+ border-right:none;
4050
+ border-bottom-color:#fff
4051
+ }
4052
+
4053
+ .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{
4054
+ align-self:center;
4055
+ border-bottom:none;
4056
+ border-top-color:#fff
4057
+ }
4058
+
4059
+ .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{
4060
+ align-self:flex-start;
4061
+ border-bottom:none;
4062
+ border-left:none;
4063
+ border-top-color:#fff
4064
+ }
4065
+
4066
+ .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{
4067
+ align-self:flex-end;
4068
+ border-bottom:none;
4069
+ border-right:none;
4070
+ border-top-color:#fff
4071
+ }
4072
+
4073
+ .mapboxgl-popup-anchor-left .mapboxgl-popup-tip,.maplibregl-popup-anchor-left .maplibregl-popup-tip{
4074
+ align-self:center;
4075
+ border-left:none;
4076
+ border-right-color:#fff
4077
+ }
4078
+
4079
+ .mapboxgl-popup-anchor-right .mapboxgl-popup-tip,.maplibregl-popup-anchor-right .maplibregl-popup-tip{
4080
+ align-self:center;
4081
+ border-right:none;
4082
+ border-left-color:#fff
4083
+ }
4084
+
4085
+ .mapboxgl-popup-close-button,.maplibregl-popup-close-button{
4086
+ position:absolute;
4087
+ right:0;
4088
+ top:0;
4089
+ border:0;
4090
+ border-radius:0 3px 0 0;
4091
+ cursor:pointer;
4092
+ background-color:transparent
4093
+ }
4094
+
4095
+ .mapboxgl-popup-close-button:hover,.maplibregl-popup-close-button:hover{
4096
+ background-color:rgba(0,0,0,.05)
4097
+ }
4098
+
4099
+ .mapboxgl-popup-content,.maplibregl-popup-content{
4100
+ position:relative;
4101
+ background:#fff;
4102
+ border-radius:3px;
4103
+ box-shadow:0 1px 2px rgba(0,0,0,.1);
4104
+ padding:10px 10px 15px;
4105
+ pointer-events:auto
4106
+ }
4107
+
4108
+ .mapboxgl-popup-anchor-top-left .mapboxgl-popup-content,.maplibregl-popup-anchor-top-left .maplibregl-popup-content{
4109
+ border-top-left-radius:0
4110
+ }
4111
+
4112
+ .mapboxgl-popup-anchor-top-right .mapboxgl-popup-content,.maplibregl-popup-anchor-top-right .maplibregl-popup-content{
4113
+ border-top-right-radius:0
4114
+ }
4115
+
4116
+ .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{
4117
+ border-bottom-left-radius:0
4118
+ }
4119
+
4120
+ .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{
4121
+ border-bottom-right-radius:0
4122
+ }
4123
+
4124
+ .mapboxgl-popup-track-pointer,.maplibregl-popup-track-pointer{
4125
+ display:none
4126
+ }
4127
+
4128
+ .mapboxgl-popup-track-pointer *,.maplibregl-popup-track-pointer *{
4129
+ pointer-events:none;
4130
+ -webkit-user-select:none;
4131
+ -moz-user-select:none;
4132
+ -ms-user-select:none;
4133
+ user-select:none
4134
+ }
4135
+
4136
+ .mapboxgl-map:hover .mapboxgl-popup-track-pointer,.maplibregl-map:hover .maplibregl-popup-track-pointer{
4137
+ display:flex
4138
+ }
4139
+
4140
+ .mapboxgl-map:active .mapboxgl-popup-track-pointer,.maplibregl-map:active .maplibregl-popup-track-pointer{
4141
+ display:none
4142
+ }
4143
+
4144
+ .mapboxgl-marker,.maplibregl-marker{
4145
+ position:absolute;
4146
+ top:0;
4147
+ left:0;
4148
+ will-change:transform
4149
+ }
4150
+
4151
+ .mapboxgl-user-location-dot,.maplibregl-user-location-dot{
4152
+ background-color:#1da1f2;
4153
+ width:15px;
4154
+ height:15px;
4155
+ border-radius:50%
4156
+ }
4157
+
4158
+ .mapboxgl-user-location-dot:before,.maplibregl-user-location-dot:before{
4159
+ background-color:#1da1f2;
4160
+ content:"";
4161
+ width:15px;
4162
+ height:15px;
4163
+ border-radius:50%;
4164
+ position:absolute;
4165
+ -webkit-animation:maplibregl-user-location-dot-pulse 2s infinite;
4166
+ animation:maplibregl-user-location-dot-pulse 2s infinite
4167
+ }
4168
+
4169
+ .mapboxgl-user-location-dot:after,.maplibregl-user-location-dot:after{
4170
+ border-radius:50%;
4171
+ border:2px solid #fff;
4172
+ content:"";
4173
+ height:19px;
4174
+ left:-2px;
4175
+ position:absolute;
4176
+ top:-2px;
4177
+ width:19px;
4178
+ box-sizing:border-box;
4179
+ box-shadow:0 0 3px rgba(0,0,0,.35)
4180
+ }
4181
+
4182
+ @-webkit-keyframes maplibregl-user-location-dot-pulse{
4183
+ 0%{
4184
+ -webkit-transform:scale(1);
4185
+ opacity:1
4186
+ }
4187
+
4188
+ 70%{
4189
+ -webkit-transform:scale(3);
4190
+ opacity:0
4191
+ }
4192
+
4193
+ to{
4194
+ -webkit-transform:scale(1);
4195
+ opacity:0
4196
+ }
4197
+ }
4198
+
4199
+ @keyframes maplibregl-user-location-dot-pulse{
4200
+ 0%{
4201
+ transform:scale(1);
4202
+ opacity:1
4203
+ }
4204
+
4205
+ 70%{
4206
+ transform:scale(3);
4207
+ opacity:0
4208
+ }
4209
+
4210
+ to{
4211
+ transform:scale(1);
4212
+ opacity:0
4213
+ }
4214
+ }
4215
+
4216
+ .mapboxgl-user-location-dot-stale,.maplibregl-user-location-dot-stale{
4217
+ background-color:#aaa
4218
+ }
4219
+
4220
+ .mapboxgl-user-location-dot-stale:after,.maplibregl-user-location-dot-stale:after{
4221
+ display:none
4222
+ }
4223
+
4224
+ .mapboxgl-user-location-accuracy-circle,.maplibregl-user-location-accuracy-circle{
4225
+ background-color:rgba(29,161,242,.2);
4226
+ width:1px;
4227
+ height:1px;
4228
+ border-radius:100%
4229
+ }
4230
+
4231
+ .mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active,.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{
4232
+ cursor:crosshair
4233
+ }
4234
+
4235
+ .mapboxgl-boxzoom,.maplibregl-boxzoom{
4236
+ position:absolute;
4237
+ top:0;
4238
+ left:0;
4239
+ width:0;
4240
+ height:0;
4241
+ background:#fff;
4242
+ border:2px dotted #202020;
4243
+ opacity:.5
4244
+ }
4245
+
4246
+ @media print{
4247
+ .mapbox-improve-map{
4248
+ display:none
4249
+ }
4250
+ }