
.wrapper[data-v-06b901a0] {
  display: flex;
}
.button[data-v-06b901a0] {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 32px;
  width: fit-content;
  background-color: transparent;
  border-radius: 6px
}
.active[data-v-06b901a0] {
  background-color: #0F172A
}
.icon-wrapper[data-v-06b901a0] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 24px;
  height: 24px;
}
.hover-text[data-v-06b901a0] {
  display: none;
  position: absolute;
  left: 100%;
  top: 125%;
  white-space: nowrap;
  padding: 5px 10px;
  background-color: #2C2C2CF5;
  color: #fff;
  border-radius: 4px;
  z-index: 2;
  font-weight: normal;
  font-size: 12px;
}
.options[data-v-06b901a0] {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #1F2937;
  top: 35px;
  left: -5px;
  z-index: 100;
  width: max-content;
  color: #F0F9FF;
  font-size: 12px;
  padding: 5px 0;
}
.button:hover .hover-text[data-v-06b901a0] {
  display: inline-block;
}
.active[data-v-06b901a0] svg .change-fill {
  fill: #A5F3FC !important;
}
.active[data-v-06b901a0] svg .change-stroke {
  stroke: #A5F3FC !important;
}
.arrow[data-v-06b901a0] {
  width: 15px;
  margin-left: 3px;
  height: 100%;
  position: relative;
  border: 1px solid #334155 !important;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow[data-v-06b901a0]:hover {
  background-color: #0F172A
}
.arrow-active[data-v-06b901a0] {
  background-color: #06B6D4 !important;
  border: 1px solid #67E8F9 !important;
}
.arrow-active[data-v-06b901a0] svg path {
  fill: #1E293B !important;
}
.arrow.button-disabled[data-v-06b901a0] {
  background-color: transparent !important;
  border: 1px solid #334155 !important;
}
.arrow.button-disabled[data-v-06b901a0] svg path {
  fill: #64748B !important;
}
.arrow.button-disabled.arrow-active[data-v-06b901a0] {
  background-color: #334155 !important;
  border: 1px solid #475569 !important;
}
.arrow.disabled[data-v-06b901a0] svg path {
  fill: #64748B !important;
}
.disabled[data-v-06b901a0] svg .change-fill {
  fill: #64748B !important;
}
.disabled[data-v-06b901a0] svg .change-stroke {
  stroke: #64748B !important;
}
.disabled .arrow[data-v-06b901a0] {
  background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #64748B 50%, #64748B 100%);
}
.self-building-square-spinner,.self-building-square-spinner *{box-sizing:border-box}.self-building-square-spinner{height:40px;width:40px;top:calc(-10px * 2 / 3)}.self-building-square-spinner .square{height:10px;width:10px;top:calc(-10px * 2 / 3);margin-right:calc(10px / 3);margin-top:calc(10px / 3);background:#ff1d5e;float:left;position:relative;opacity:0;animation:self-building-square-spinner 6s infinite}.self-building-square-spinner .square:nth-child(1){animation-delay:calc(.3s * 6)}.self-building-square-spinner .square:nth-child(2){animation-delay:2.1s}.self-building-square-spinner .square:nth-child(3){animation-delay:2.4s}.self-building-square-spinner .square:nth-child(4){animation-delay:calc(.3s * 3)}.self-building-square-spinner .square:nth-child(5){animation-delay:1.2s}.self-building-square-spinner .square:nth-child(6){animation-delay:1.5s}.self-building-square-spinner .square:nth-child(7){animation-delay:0s}.self-building-square-spinner .square:nth-child(8){animation-delay:.3s}.self-building-square-spinner .square:nth-child(9){animation-delay:.6s}.self-building-square-spinner .clear{clear:both}@keyframes self-building-square-spinner{0%{opacity:0}5%{opacity:1;top:0}50.9%{opacity:1;top:0}55.9%{opacity:0;top:inherit}}

.button-like-div[data-v-5a4f0d0d] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    position: relative;
}
.button-wrapper[data-v-5a4f0d0d] {
    display: flex;
    width: 100%;
}
.button[data-v-5a4f0d0d] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
    width: 100%;
    min-width: 120px;
    position: relative;
}
.button.with-chevron[data-v-5a4f0d0d] {
    padding-right: 46px;
}
.button-content[data-v-5a4f0d0d] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.with-tip[data-v-5a4f0d0d] {
    padding-right: 28px;
}
.button.with-chevron .button-content[data-v-5a4f0d0d] {
    padding-right: 72px;
}
.dark[data-v-5a4f0d0d] {
    background-color: rgb(52, 52, 52);
    color: white;
}
.bright[data-v-5a4f0d0d] {
    background-color: #22D3EE;
    color: black;
}
.inverted[data-v-5a4f0d0d] {
    color: #22D3EE;
    border: 1px solid #22D3EE;
    background-color: transparent;
}
.disabled[data-v-5a4f0d0d] {
    background-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.53);
    cursor: not-allowed;
}
.faded[data-v-5a4f0d0d] {
    opacity: 0.3;
}
.button.faded-bg[data-v-5a4f0d0d] {
    background-color: rgba(52, 52, 52, 0.3);
}
.info-icon[data-v-5a4f0d0d] {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.button.with-chevron .info-icon[data-v-5a4f0d0d] {
    right: 52px;
}
.chevron-trigger[data-v-5a4f0d0d] {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
.chevron-trigger[data-v-5a4f0d0d]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    pointer-events: none;
}
.dark .chevron-trigger[data-v-5a4f0d0d]::before {
    background-color: rgba(64, 64, 64, 0.25);
}
.chevron-trigger svg[data-v-5a4f0d0d] {
    stroke: currentColor;
    transition: transform 0.2s ease;
}
.chevron-trigger.open svg[data-v-5a4f0d0d] {
    transform: rotate(180deg);
}
.chevron-trigger.disabled[data-v-5a4f0d0d] {
    cursor: not-allowed;
    opacity: 0.5;
}
.info-tooltip[data-v-5a4f0d0d] {
    position: fixed;
    transform: translateY(-50%);
    text-wrap: nowrap;
    background: rgb(45, 45, 45);
    color: white;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    max-width: min-content;
    z-index: 999999;
    pointer-events: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.button-options[data-v-5a4f0d0d] {
    position: fixed;
    background: #121212;
    border: 1px solid #334155;
    border-radius: 5px;
    padding: 0;
    z-index: 999999;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
.button-option[data-v-5a4f0d0d] {
    color: #f1f5f9;
    padding: 5px 10px;
    white-space: nowrap;
    cursor: pointer;
}
.button-option + .button-option[data-v-5a4f0d0d] {
    border-top: 1px solid #334155;
}
.button-option[data-v-5a4f0d0d]:hover {
    color: #22d3ee;
}
.option-disabled[data-v-5a4f0d0d] {
    color: rgba(241, 245, 249, 0.45);
    cursor: not-allowed;
}
.option-disabled[data-v-5a4f0d0d]:hover {
    color: rgba(241, 245, 249, 0.45);
    background-color: transparent;
}

.modal-overlay[data-v-9ba1bbc1] {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
.modal[data-v-9ba1bbc1] {
  display: flex;
  flex-direction: column;
  position: relative;
  width: fit-content;
  min-width: 20%;
  height: fit-content;
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.37), 0px 2px 21px rgba(0, 0, 0, 0.37);
  border-radius: 7px;
  z-index: inherit;
}
.top-right[data-v-9ba1bbc1] {
  align-items: flex-start;
  justify-content: flex-end;
}
.top-right .modal[data-v-9ba1bbc1] {
 top: 95px;
 margin-right: 25px;
 max-width: 30%;
}
.top-left[data-v-9ba1bbc1] {
  align-items: flex-start;
  justify-content: flex-start;
}
.top-left .modal[data-v-9ba1bbc1] {
 top: 95px;
 margin-left: 220px;
 max-width: 30%;
}
.modal-main[data-v-9ba1bbc1] {
  display: flex;
  flex-direction: column;
  background-color: #272727;
  padding: 20px;
  gap: 15px;
  color: white;
}
.modal-title[data-v-9ba1bbc1] {
  font-size: 20px;
  font-weight: 700;
}
.modal--content[data-v-9ba1bbc1] {
  display: flex;
  flex-direction: column;
  background-color: #272727;
  gap: 10px;
  border: 0;
}
.modal-actions[data-v-9ba1bbc1] {
  display: flex;
  gap: 10px;
  flex-direction: row;
  background-color: #202020;
  padding: 15px 20px;
}
.modal-button[data-v-9ba1bbc1] {
  max-width: max-content
}

.notification[data-v-fe0b0f8f] {
    position: fixed;
    top: 90px;
    left: 220px;
    padding: 15px 20px;
    background-color: rgb(28, 28, 28);
    color: white;
    border-radius: 5px;
    transition: opacity 0.5s;
    opacity: 1;
    border: 1px solid rgb(54, 64, 85);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fadeOut[data-v-fe0b0f8f] {
    opacity: 0;
}
.error[data-v-fe0b0f8f] {
    border-color: #EF4444;
}
.error[data-v-fe0b0f8f] svg .change-fill {
    fill: #EF4444 !important;
}
.error[data-v-fe0b0f8f] svg .change-stroke {
    stroke: #EF4444 !important;
}

.gmns-overlay[data-v-9da6b032] {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.gmns-modal[data-v-9da6b032] {
  background: #272727;
  border-radius: 8px;
  width: 480px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.gmns-header[data-v-9da6b032] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 12px;
  border-bottom: 1px solid #3a3a3a;
}
.gmns-title[data-v-9da6b032] {
  font-size: 16px;
  font-weight: 600;
  color: #e2e8f0;
}
.gmns-close[data-v-9da6b032] {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.15s;
  display: flex;
  align-items: center;
}
.gmns-close[data-v-9da6b032]:hover {
  opacity: 1;
}
.gmns-close svg[data-v-9da6b032] {
  width: 14px;
  height: 14px;
  fill: #e2e8f0;
}
.gmns-body[data-v-9da6b032] {
  padding: 16px 20px 20px;
}
.gmns-description[data-v-9da6b032] {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.gmns-dropzone[data-v-9da6b032] {
  border: 2px dashed #475569;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.gmns-dropzone[data-v-9da6b032]:hover,
.gmns-dropzone--active[data-v-9da6b032] {
  border-color: #22d3ee;
  background: rgba(34, 211, 238, 0.05);
}
.gmns-dropzone-text[data-v-9da6b032] {
  color: #cbd5e1;
  font-size: 14px;
}
.gmns-files-info[data-v-9da6b032] {
  margin-bottom: 16px;
}
.gmns-files-title[data-v-9da6b032] {
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}
.gmns-files-list[data-v-9da6b032] {
  background: #1e1e1e;
  border-radius: 6px;
  border: 1px solid #333;
  overflow: hidden;
}
.gmns-file-row[data-v-9da6b032] {
  display: flex;
  align-items: center;
  padding: 7px 12px;
  gap: 12px;
  border-bottom: 1px solid #333;
}
.gmns-file-row[data-v-9da6b032]:last-child {
  border-bottom: none;
}
.gmns-file-name[data-v-9da6b032] {
  color: #22d3ee;
  font-family: monospace;
  font-size: 12px;
  flex-shrink: 0;
  width: 120px;
}
.gmns-file-desc[data-v-9da6b032] {
  color: #94a3b8;
  font-size: 12px;
}
.gmns-status[data-v-9da6b032] {
  color: #e2e8f0;
  font-size: 14px;
  margin-bottom: 12px;
}
.gmns-progress-bar[data-v-9da6b032] {
  height: 6px;
  background: #1e293b;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.gmns-progress-fill[data-v-9da6b032] {
  height: 100%;
  background: #22d3ee;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.gmns-progress-text[data-v-9da6b032] {
  color: #cbd5e1;
  font-size: 12px;
  text-align: right;
}
.gmns-error-title[data-v-9da6b032] {
  color: #f87171;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.gmns-error-text[data-v-9da6b032] {
  color: #cbd5e1;
  font-size: 13px;
  margin-bottom: 16px;
  word-break: break-word;
}
.gmns-filelist[data-v-9da6b032] {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.gmns-filelist li[data-v-9da6b032] {
  padding: 4px 0;
  font-size: 13px;
  font-family: monospace;
}
.gmns-file--found[data-v-9da6b032] {
  color: #34d399;
}
.gmns-file--found[data-v-9da6b032]::before {
  content: '+ ';
}
.gmns-file--missing[data-v-9da6b032] {
  color: #f87171;
}
.gmns-file--missing[data-v-9da6b032]::before {
  content: '- ';
}
.gmns-success-title[data-v-9da6b032] {
  color: #34d399;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.gmns-stats[data-v-9da6b032] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
  margin-bottom: 20px;
}
.gmns-stat[data-v-9da6b032] {
  color: #cbd5e1;
  font-size: 13px;
}
.gmns-stat span[data-v-9da6b032] {
  color: #e2e8f0;
  font-weight: 500;
}
.gmns-actions[data-v-9da6b032] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
}

.status-row[data-v-e2cfb1da] {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.label[data-v-e2cfb1da] {
  color: #64748B;
  min-width: 100px;
}
.value[data-v-e2cfb1da] {
  color: #FFF;
}
.connected-badge[data-v-e2cfb1da] {
  color: #22D3EE;
}
.not-connected p[data-v-e2cfb1da] {
  margin: 5px 0;
  color: #94A3B8;
}
.error[data-v-e2cfb1da] {
  color: #EF4444;
  margin-top: 10px;
  padding: 8px;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 4px;
}
.loading[data-v-e2cfb1da] {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #94A3B8;
  padding: 20px 0;
}

.connection-info[data-v-bb62571b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #1C1C1C;
  border-radius: 4px;
  margin-bottom: 15px;
}
.connection-details[data-v-bb62571b] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.username[data-v-bb62571b] {
  color: #22D3EE;
  font-size: 13px;
  font-weight: 500;
}
.server[data-v-bb62571b] {
  color: #64748B;
  font-size: 11px;
}
.settings-btn[data-v-bb62571b] {
  background: transparent;
  border: 1px solid #334155;
  border-radius: 4px;
  padding: 6px;
  cursor: pointer;
  color: #64748B;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.settings-btn[data-v-bb62571b]:hover {
  border-color: #22D3EE;
  color: #22D3EE;
}
.loading[data-v-bb62571b] {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #94A3B8;
  padding: 20px 0;
}
.error[data-v-bb62571b] {
  color: #EF4444;
  padding: 8px;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 4px;
}
.empty[data-v-bb62571b] {
  color: #94A3B8;
  text-align: center;
  padding: 20px 0;
}
.empty p[data-v-bb62571b] {
  margin: 5px 0;
}
.hint[data-v-bb62571b] {
  font-size: 12px;
  color: #64748B;
}
.projects-list[data-v-bb62571b] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 400px;
  overflow-y: auto;
  min-width: 350px;
}
.project-item[data-v-bb62571b] {
  background: #1C1C1C;
  border: 1px solid #334155;
  border-radius: 4px;
  padding: 12px 15px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.project-item[data-v-bb62571b]:hover {
  border-color: #22D3EE;
}
.project-header[data-v-bb62571b] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.project-name[data-v-bb62571b] {
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
}
.private-badge[data-v-bb62571b] {
  font-size: 11px;
  color: #94A3B8;
  background: #334155;
  padding: 2px 6px;
  border-radius: 3px;
}
.project-meta[data-v-bb62571b] {
  margin-bottom: 6px;
}
.repo-name[data-v-bb62571b] {
  font-size: 12px;
  color: #64748B;
}
.project-description[data-v-bb62571b] {
  font-size: 13px;
  color: #94A3B8;
  margin-bottom: 8px;
  line-height: 1.4;
}
.project-footer[data-v-bb62571b] {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #64748B;
}
.updated[data-v-bb62571b] {
  color: #64748B;
}

.saving[data-v-cc087261] {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #94A3B8;
  padding: 20px 0;
}
.commit-form[data-v-cc087261] {
  min-width: 350px;
}
.repo-info[data-v-cc087261] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: #1C1C1C;
  border: 1px solid #334155;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #94A3B8;
}
.repo-icon[data-v-cc087261] {
  width: 20px;
  height: 20px;
}
.repo-info[data-v-cc087261] svg {
  width: 20px;
  height: 20px;
}
.commit-message[data-v-cc087261] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.commit-message label[data-v-cc087261] {
  color: #94A3B8;
  font-size: 13px;
}
.commit-message input[data-v-cc087261] {
  background: #1C1C1C;
  border: 1px solid #334155;
  border-radius: 4px;
  padding: 10px 12px;
  color: #FFF;
  font-size: 14px;
}
.commit-message input[data-v-cc087261]:focus {
  outline: none;
  border-color: #22D3EE;
}
.commit-message input[data-v-cc087261]::placeholder {
  color: #475569;
}
.error[data-v-cc087261] {
  color: #EF4444;
  margin-top: 10px;
  padding: 8px;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 4px;
  font-size: 13px;
}

.saving[data-v-d07f9e59] {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #94A3B8;
  padding: 20px 0;
}
.create-form[data-v-d07f9e59] {
  min-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-field[data-v-d07f9e59] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field label[data-v-d07f9e59] {
  color: #94A3B8;
  font-size: 13px;
}
.form-field input[type="text"][data-v-d07f9e59] {
  background: #1C1C1C;
  border: 1px solid #334155;
  border-radius: 4px;
  padding: 10px 12px;
  color: #FFF;
  font-size: 14px;
}
.form-field input[type="text"][data-v-d07f9e59]:focus {
  outline: none;
  border-color: #22D3EE;
}
.form-field input[type="text"][data-v-d07f9e59]::placeholder {
  color: #475569;
}
.field-hint[data-v-d07f9e59] {
  color: #64748B;
  font-size: 12px;
}
.checkbox-field[data-v-d07f9e59] {
  flex-direction: row;
  align-items: center;
}
.checkbox-label[data-v-d07f9e59] {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}
.checkbox-label input[type="checkbox"][data-v-d07f9e59] {
  width: 16px;
  height: 16px;
  accent-color: #22D3EE;
}
.error[data-v-d07f9e59] {
  color: #EF4444;
  padding: 8px;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 4px;
  font-size: 13px;
}

.input-container[data-v-15ffde70] {
    background-color: #FFFFFF0F;
    border-radius: 3px;
    height: 35px;
    position: relative;
    display: flex;
}
.input[data-v-15ffde70] {
    background-color: transparent;
    border: none;
    padding: 0px;
    border-radius: 3px;
    height: 100%;
    padding-left: 10px;
    width: 100%;
}
.input[data-v-15ffde70]::placeholder {
    color: var(--v855f12b8);
}
.input[data-v-15ffde70]:focus {
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input[data-v-15ffde70]::-webkit-outer-spin-button,
input[data-v-15ffde70]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][data-v-15ffde70] {
    appearance: textfield;
    -moz-appearance: textfield;
}
input[type=password][data-v-15ffde70]::-ms-reveal,
input[type=password][data-v-15ffde70]::-ms-clear {
    display: none;
}

/* Customize the label (the container) */
.container[data-v-d7d3fcc4] {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
}

/* Hide the browser's default radio button */
.container input[data-v-d7d3fcc4] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark[data-v-d7d3fcc4] {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 3px;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark[data-v-d7d3fcc4] {
    background-color: #60CDFF;
    border: 0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark[data-v-d7d3fcc4]:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark[data-v-d7d3fcc4]:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark[data-v-d7d3fcc4]:after {
    top: 6px;
    left: 9px;
    width: 8px;
    height: 13px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.disabled[data-v-d7d3fcc4] {
    pointer-events: none;
    color: #374151
}
.disabled .checkmark[data-v-d7d3fcc4] {
    border: solid #374151
}

.scroll-container[data-v-66753ee7] {
    width: 100%;
}
.conflict-matrix[data-v-66753ee7] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    padding: 0 5px;
}
.matrix-row[data-v-66753ee7] {
    display: table-row;
}
.matrix-cell[data-v-66753ee7] {
    padding: 8px;
    min-width: 60px;
    width: 120px;
    max-width: 120px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    padding: 1px;
}
.matrix-cell span[data-v-66753ee7] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.matrix-header[data-v-66753ee7] {
    background-color: rgb(52, 52, 52);
    cursor: default;
    position: sticky;
    top: 0;
    z-index: 1;
}
.conflict-cell[data-v-66753ee7] {
    background-color: rgb(52, 52, 52);
    position: relative;
    color: #fff;
}
.diagonal[data-v-66753ee7] {
    background-color: rgb(45, 56, 59);
    cursor: default;
}
.non-conflict-cell[data-v-66753ee7] {
    background-color: rgb(52, 52, 52);
}
.conflict-matrix th[data-v-66753ee7],
  .conflict-matrix td[data-v-66753ee7] {
    position: relative;
    text-align: center; 
    vertical-align: middle;
}
.conflict-matrix thead th[data-v-66753ee7] {
    position: sticky;
    top: 0;
    z-index: 2;
}
.conflict-matrix tbody td[data-v-66753ee7]:first-child {
    position: sticky;
    left: 0;
    background-color: rgb(52, 52, 52);
    z-index: 2;
}
.fixed-cell-size[data-v-66753ee7] > * {
    min-width: 120px;
}

.text-area[data-v-deb72539] {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    background-color: rgb(52, 52, 52);
    color: white;
    border: none;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
    outline: none;
}

.wrapper[data-v-7278994c] {
    width: 100%;
    /* height: 100%; */
    padding: 15px 20px;
    color: white;
    padding-bottom: 160px;
    display: flex;
    position: relative;
}
.header[data-v-7278994c] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4B5563;
    text-wrap: nowrap;
}
.header__name[data-v-7278994c] {
    font-weight: 700;
    font-size: 22px;
}
.add-button[data-v-7278994c] {
    width: min-content;
}
.groups[data-v-7278994c] {
    width: fit-content;
    max-width: 75%;
}
.main[data-v-7278994c] {
    width: 100%;
    display: flex;
    margin-bottom: 160px;
}
.groups__table[data-v-7278994c] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.table__header[data-v-7278994c],
.table__content[data-v-7278994c] {
    display: flex;
    gap: 15px;
}
.table__header[data-v-7278994c] {
    gap: 40px;
}
.description-block[data-v-7278994c] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.table__header[data-v-7278994c] {
    color: #6B7280;
    line-height: 1.2
}
.table__content[data-v-7278994c] {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.direction__headings[data-v-7278994c] {
    display: flex;
    flex-direction: row;
}
.direction__header[data-v-7278994c] {
    width: 96px;
}
.content__left[data-v-7278994c] {
    width: 100px;
}
.content__right[data-v-7278994c] {
    width: 270px;
}
.description__input[data-v-7278994c] {
    width: 350px
}
.groups__element[data-v-7278994c] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 15px;
    border-bottom: 1px solid #4B5563;
    margin-bottom: 10px;
}
.id__direction[data-v-7278994c] {
    width: 100%;
}
.group__name[data-v-7278994c] {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    height: 30px;
    flex-shrink: 0;
    cursor: pointer;
}
.group__cells[data-v-7278994c] {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    gap: 15px;
}
.group__idsAndDirections[data-v-7278994c] {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 10px;
}
.group__directions[data-v-7278994c],
.group__intensity[data-v-7278994c],
.group__radius[data-v-7278994c] {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.cell__id[data-v-7278994c] {
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    height: fit-content;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer
}
.id__delete[data-v-7278994c] {
    cursor: pointer;
}
.delete-cell[data-v-7278994c] {
    margin-right: 25px;
}
.direction-block[data-v-7278994c],
.intensity-block[data-v-7278994c] {
    display: flex;
    align-items: center;
    gap: 20px;
    height: min-content;
}
.direction-checkbox-cell[data-v-7278994c] {
  width: 96px;
  display: flex;
  justify-content: flex-start;
}
.intensity-block[data-v-7278994c]>* {
    height: 30px;
}
.group__delete[data-v-7278994c] {
    cursor: pointer;
}
.group__delete--disabled[data-v-7278994c] {
    opacity: 0.2;
    pointer-events: none;
}
.groups__main[data-v-7278994c],
.groups__secondary[data-v-7278994c] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.groups__secondary[data-v-7278994c] {
    border-left: 1px solid #4B5563;
    margin: 10px 0;
    padding-left: 10px;
    min-height: 115px;
}
.initial-warning[data-v-7278994c] {
    width: 100%;
    text-align: center;
    border: 1px dashed #444;
    border-radius: 4px;
    padding: 10px;
}
.pale-warning[data-v-7278994c] {
    color: #6B7280;
}
.conflict-matrix-placeholder[data-v-7278994c] {
    padding: 10px 20px;
    width: 100%;
    position: relative;
    /* border-left: 4px solid black; */
    margin-left: 15px;
}
.conflict-matrix-wrapper[data-v-7278994c] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 25%;
    background-color: #272727;
    padding: 0 15px;
    padding-top: 5px;
    padding-right: 0px;
    height: 100%;
    z-index: 999;
    margin-left: 15px;
}
.conflict-matrix-header[data-v-7278994c] {
    margin-bottom: 10px;
    white-space: nowrap;
}
.conflict-matrix-handle[data-v-7278994c] {
    background-color: #1C1C1C;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* top: calc(50% - 80px); */
    left: -17px;
    cursor: pointer;
}
.matrix-warning[data-v-7278994c] {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: fit-content;
    text-align: center;
    border: 1px dashed #444;
    border-radius: 4px;
    padding: 10px;
}
.group__type[data-v-7278994c] {
    cursor: pointer;
    position: relative;
}
.group__type-main[data-v-7278994c] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #06B6D4;
}
.type__selector[data-v-7278994c] {
    position: absolute;
    top: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    background-color: #1C1C1C;
    border-radius: 7px;
    border: 1px solid #334155;
    gap: 20px;
    color: white;
    padding: 15px;
}
.type-option[data-v-7278994c]:hover {
    color: #06B6D4
}
.group__radius[data-v-7278994c] {
    flex-shrink: 0;
    width: 100%;
}
.turn-radius[data-v-7278994c] {
    background-color: rgb(52, 52, 52);
    display: flex;
    align-items: center;
    width: 75px;
    border-radius: 3px;
    gap: 4px;
}
.turn-radius-input[data-v-7278994c] {
    height: 30px;
    width: 50px;
}
.turn-radius-button[data-v-7278994c] {
    cursor: pointer
}
.radius-input-right[data-v-7278994c] {
    position: relative;
    margin-left: auto;
    margin-right: 84px;
}
.tip[data-v-7278994c] {
    position: relative;
}
.tip[data-v-7278994c]::after {
    content: attr(data-tip);
    position: absolute;
    top: 60%;
    left: 260%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    width: 250px;
    z-index: 10;
    pointer-events: none;
}
.tip-right[data-v-7278994c]::after {
    left: auto !important;
    ;
    right: -75%;
}
.tip[data-v-7278994c]:hover::after {
    opacity: 1;
    visibility: visible;
}
.disabled[data-v-7278994c] svg .change-fill {
    fill: #64748B !important;
}
.disabled[data-v-7278994c] svg .change-stroke {
    stroke: #64748B !important;
}
.conflict-matrix-wrapper[data-v-7278994c] {
    position: relative;
}
.expanded-matrix[data-v-7278994c] {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #475569;
    border-radius: 6px;
    background-color: rgb(39, 39, 39);
    z-index: 100;
    overflow: hidden;
    padding: 10px;
}
.conflict-matrix-header[data-v-7278994c] {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 5px 10px;
    padding-bottom: 0;
    padding-right: 0;
}
.header-shrink[data-v-7278994c] {
    margin-left: auto;
    cursor: pointer;
}
.header-handle[data-v-7278994c] {
    cursor: grab
}
.group-crosswalk[data-v-7278994c] {
    min-width: 428px;
    display: flex;
    flex-grow: 1;
}
.crosswalk-warning[data-v-7278994c] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    padding: 30px;
}
.group-chosen-crosswalk[data-v-7278994c] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}
.group-crosswalks-top[data-v-7278994c],
.group-crosswalk-bottom[data-v-7278994c] {
    display: flex;
    gap: 5px;
}
.group-crosswalk-param[data-v-7278994c] {
    min-width: 80px;
    width: fit-content;
    margin-right: 20px;
}
.group-crosswalk-param-heading[data-v-7278994c] {
    color: #6B7280;
}
.crosswalk-edit[data-v-7278994c] {
    margin-left: auto;
    margin-top: auto;
    color: #06B6D4;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.unavailable-crosswalk-warning[data-v-7278994c] {
    border: 1px solid #EF4444;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    gap: 5px;
    text-wrap: nowrap;
    line-height: 1.2;
    margin-top: auto;
    margin-bottom: auto;
}
.swap-tooltip-container[data-v-7278994c] {
    position: relative;
    display: inline-block;
    margin-left: auto;
    cursor: pointer;
    height: fit-content;
}
.swap-tooltip[data-v-7278994c] {
    position: absolute;
    right: 100%;
    top: 200%;
    transform: translateY(-50%);
    background-color: rgba(53, 51, 51, 0.75);
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.swap-tooltip-container:hover .swap-tooltip[data-v-7278994c] {
    visibility: visible;
    opacity: 1;
    position: absolute;
}
.blocker[data-v-7278994c] {
    position: absolute;
    top: 80px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #272727;
    opacity: 0.5;
    z-index: 10;
}

.warning-tooltip-container[data-v-edf49ba9] {
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    transform: translateX(-50%);
    overflow: visible;
}
.warning-tooltip-content[data-v-edf49ba9] {
    background-color: rgb(52, 52, 52);
    color: #E2E8F0;
    border-radius: 8px;
    padding: 16px;
    max-width: 250px;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #94A3B8,
        0 2px 8px rgba(0, 0, 0, 0.5);
}
.warning-tooltip-title[data-v-edf49ba9] {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #F8FAFC;
}
.warning-tooltip-message[data-v-edf49ba9] {
    font-size: 0.9em;
    line-height: 1.4;
}
.warning-tooltip-pointer-border[data-v-edf49ba9] {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #94A3B8;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.warning-tooltip-pointer[data-v-edf49ba9] {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(52, 52, 52);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.main[data-v-b8d89c15] {
    display: flex;
    gap: 5px;
}
.groups-table[data-v-b8d89c15] {
    display: flex;
    flex-direction: column;
    gap: 8.2px;
}
.groups-table-title[data-v-b8d89c15] {
    color: #64748B;
    margin-bottom: 5px;
    white-space: nowrap;
}
.group[data-v-b8d89c15] {
    text-wrap: nowrap;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.editor[data-v-b8d89c15] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
}
.addPt[data-v-b8d89c15] {
    line-height: 12px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100% - 34px);
    margin-bottom: 2px;
    background-color: rgba(255, 255, 255, 0.06);
    width: 32px;
    min-width: 32px;
    cursor: pointer;
}
.addPt-left[data-v-b8d89c15] {
    border-radius: 2px 0px 0px 2px;
}
.addPt-right[data-v-b8d89c15] {
    border-radius: 0px 2px 2px 0px;
}
.signal[data-v-b8d89c15] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    max-height: 100%;
    position: relative;
}
.signal-main[data-v-b8d89c15] {
    width: 200%;
}
.signal__body[data-v-b8d89c15] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5.2px;
}
.signal__duration[data-v-b8d89c15] {
    text-align: center;
    width: 100%;
    color: #CFFAFE;
    padding-bottom: 2px;
    margin-bottom: 4px;
    border-bottom: 2px solid #CFFAFE;
    white-space: nowrap;
    position: relative;
    min-height: 28px;
}
.signal__duration--pt[data-v-b8d89c15] {
    border-bottom: 2px solid transparent;
}
.signal__color[data-v-b8d89c15] {
    height: 24px;
    cursor: pointer;
}
.signal__controls[data-v-b8d89c15] {
    display: flex;
    gap: 5px;
    width: 100%;
    /* margin-top: 5px; */
    white-space: nowrap;
    min-width: 250px;
}
.main-controls[data-v-b8d89c15] {
    min-width: 380px
}
.signal__control-button[data-v-b8d89c15] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CFFAFE;
    background-color: transparent;
    height: 35px;
    width: 100%;
    cursor: pointer;
    padding: 5px;
}
.delete-pt[data-v-b8d89c15] {
    position: absolute;
}
.duration-control[data-v-b8d89c15] {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: -60px;
    gap: 20px;
}
.duration-modifier[data-v-b8d89c15] {
    display: flex;
    color: #06B6D4;
    padding: 10px;
    gap: 20px;
}
.duration-pt[data-v-b8d89c15] {
    top: -40px
}
.duration-label[data-v-b8d89c15] {
    color: #64748B
}
.duration-value[data-v-b8d89c15] {
    background-color: rgb(52, 52, 52);
    color: white;
    border-radius: 4px;
    font-size: 16px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.duration-value[data-v-b8d89c15]:hover {
    background-color: #1C1C1C; 
    border: 1px solid #06B6D4;
}
.duration-modifier-button[data-v-b8d89c15] {
    height: 100%;
    display: flex;
    font-size: 26px;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: 20px;
    height: 20px;
}
.duration-input[data-v-b8d89c15] {
    left: -5px
}
.actual-duration[data-v-b8d89c15] {
    position: relative;
}
.duration-modifier-warning[data-v-b8d89c15] {
    display: none;
    position: absolute;
    background-color: #1C1C1C;
    border: 1px solid #334155;
    border-radius: 4px;
    color: white;
    padding: 5px;
    right: 20px;
}
.actual-duration:hover .duration-modifier-warning[data-v-b8d89c15] {
    display: block;
    left: 35px;
    width: fit-content;
    z-index: 99;
}
.duration-modifier-warning-max[data-v-b8d89c15] {
    right: auto !important;
    left: -160px !important;
}
.duration-grey[data-v-b8d89c15] {
    color: #64748B;
    margin-right: 6px;
}
.duration-arrow[data-v-b8d89c15] {
    color: #64748B;
    margin-right: 6px;
}
.signal__color--disabled[data-v-b8d89c15] {
    cursor: not-allowed !important;
}
.group-warnings-table[data-v-b8d89c15] {
    display: flex;
    flex-direction: column;
    gap: 5.2px;
    width: 24px;
    flex-shrink: 0;
}
.group-warning[data-v-b8d89c15] {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.group-empty-warning-icon[data-v-b8d89c15] {
    cursor: pointer;
}

.wrapper[data-v-de06b1e3] {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    color: white;
}
.header[data-v-de06b1e3] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4B5563;
}
.header__name[data-v-de06b1e3] {
    font-weight: 700;
    font-size: 22px;
}
.header__actions[data-v-de06b1e3] {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header__warning[data-v-de06b1e3] {
    font-size: 14px;
    border: 1px solid #939393;
    padding: 5px 10px;
    border-radius: 10px;
}
.phase-warning[data-v-de06b1e3] {
    margin-left: 10px;
}
.list[data-v-de06b1e3] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list__element[data-v-de06b1e3] {
    width: 47%;
    margin-bottom: 15px;
}
.phase__header[data-v-de06b1e3] {
    display: flex;
    justify-content: space-between;
    color: #22D3EE;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.phase__header--warning[data-v-de06b1e3] {
    display: flex;
    align-items: center;
}
.phase__options[data-v-de06b1e3] {
    position: relative;
    cursor: pointer;
}
.active-dots[data-v-de06b1e3] {
    border: 2px solid #22D3EE;
    border-radius: 4px;
}
.disabled-option[data-v-de06b1e3] {
    color: #555;
    margin-bottom: 5px;
}
.error-text[data-v-de06b1e3] {
    color: #999;
    font-size: 13px
}
.options-container[data-v-de06b1e3] {
    position: absolute;
    right: 0;
    background-color: #353535;
    ;
    z-index: 99;
    color: white;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 8px;
    border: 1px solid white;
    top: 35px;
}
.empty-phase[data-v-de06b1e3] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #444;
  border-radius: 10px;
  min-height: 85px;
  margin-top: 30px;
  gap: 15px;
}
.add-text[data-v-de06b1e3] {
  color: #06B6D4;
  cursor: pointer;
}

.wrapper[data-v-83a2eeeb] {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 15px 20px;
    padding-right: 0;
    color: white;
}
.header[data-v-83a2eeeb] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #4B5563;
}
.name__text[data-v-83a2eeeb] {
    font-weight: 700;
    font-size: 22px;
}
.name__icon[data-v-83a2eeeb] {
  display: none;
}
.header__buttons[data-v-83a2eeeb] {
    display: flex;
    gap: 15px;
}
.name[data-v-83a2eeeb] {
    display: flex; 
    gap: 15px;
    cursor: pointer;
}
.name[data-v-83a2eeeb]:hover {
    color: #06B6D4
}
.name:hover .name__icon[data-v-83a2eeeb] {
  display: block;
}
.name__editing[data-v-83a2eeeb] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.editing-confirm[data-v-83a2eeeb] {
    height: 20px;
    cursor: pointer
}

.toggle-switch[data-v-c8b8a726] {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 2px;
    margin-bottom: 12px;
    cursor: pointer;
}
.toggle-switch input[data-v-c8b8a726] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.slider[data-v-c8b8a726] {
    position: relative;
    width: 50px;
    height: 24px;
    background-color: transparent;
    border: 1px solid #888;
    border-radius: 25px;
    transition: background-color 0.3s;
}
.toggle-switch input:checked+.slider[data-v-c8b8a726] {
    background-color: rgba(96, 205, 255, 1);
    border: 1px solid rgba(96, 205, 255, 1);
}
.slider[data-v-c8b8a726]::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: #888;
    border-radius: 50%;
    top: 2px;
    left: 4px;
    transition: transform 0.3s, background-color 0.3s;
}
.toggle-switch input:checked+.slider[data-v-c8b8a726]::before {
    transform: translateX(25px);
    background-color: black;
}

.dropdown_wrapper[data-v-02ebf6ac] {
    cursor: pointer;
    position: relative;
}
.dropdown_wrapper-main[data-v-02ebf6ac] {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    color: #06b6d4;
    position: relative;
}
.chevron[data-v-02ebf6ac] {
    transition: transform 0.2s ease;
}
.options[data-v-02ebf6ac] {
    position: absolute;
    z-index: 99;
    display: flex;
    flex-direction: column;
    background-color: #1c1c1c;
    border-radius: 7px;
    border: 1px solid #334155;
    gap: 10px;
    color: white;
    padding: 15px;
    padding-right: 0;
    cursor: pointer;
    opacity: 0;
}
.scroll-container[data-v-02ebf6ac] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 15px;
}
.options-custom[data-v-02ebf6ac] {
    position: absolute;
    z-index: 2;
    opacity: 0;
}
.option[data-v-02ebf6ac]:hover {
    color: #06b6d4;
}
.options.position-left[data-v-02ebf6ac],
.options-custom.position-left[data-v-02ebf6ac] {
    right: 0;
    left: auto;
}
.options.position-up[data-v-02ebf6ac],
.options-custom.position-up[data-v-02ebf6ac] {
    top: auto;
    bottom: 100%;
    margin-bottom: 10px;
}
.tooltip[data-v-02ebf6ac] {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.dropdown_wrapper-main:hover .tooltip[data-v-02ebf6ac] {
    opacity: 1;
}
.dropdown_wrapper-main.with-tooltip[data-v-02ebf6ac]::after,
.dropdown_wrapper-main.with-tooltip[data-v-02ebf6ac]:hover::after {
    content: none;
}

.wrapper[data-v-f4ad1700] {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    padding-right: 0;
    color: white;
}
.header[data-v-f4ad1700] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-right: 20px;
}
.header__name[data-v-f4ad1700] {
    font-weight: 700;
    font-size: 22px;
}
.header__actions[data-v-f4ad1700] {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header__warning[data-v-f4ad1700] {
    font-size: 14px;
    border: 1px solid #939393;
    padding: 5px 10px;
    border-radius: 10px;
    white-space: nowrap;
}
.add-button[data-v-f4ad1700] {
    width: min-content;
}
.active-dots[data-v-f4ad1700] {
    border: 2px solid #22D3EE;
    border-radius: 4px;
}
.main[data-v-f4ad1700] {
    display: flex;
    flex-direction: column;
}
.groups-table[data-v-f4ad1700] {
    display: flex;
    flex-direction: column;
    gap: 8.1px;
}
.groups-table-title[data-v-f4ad1700] {
    color: #64748B;
    margin-bottom: 5px;
    white-space: nowrap;
}
.group[data-v-f4ad1700] {
    text-wrap: nowrap;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.program-list[data-v-f4ad1700] {
    display: flex;
    flex-direction: column;
}
.program-block[data-v-f4ad1700] {
    display: inline-flex;
    min-width: 100%;
    flex-direction: column;
    padding-right: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #4B5563;
}
.program-header[data-v-f4ad1700] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #22D3EE;
    margin-bottom: 10px;
}
.program-selector[data-v-f4ad1700] {
    display: flex;
    gap: 10px;
}
.program-name[data-v-f4ad1700] {
    font-weight: 700;
    font-size: 16px;
}
.program-commentary[data-v-f4ad1700] {
    color: #E2E8F0;
    max-width: 650px;
}
.program-options[data-v-f4ad1700] {
    cursor: pointer
}
.program-phases[data-v-f4ad1700] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.phase[data-v-f4ad1700] {
    width: 100%;
    min-width: 250px;
}
.phase__options[data-v-f4ad1700] {
    position: relative;
    cursor: pointer;
}
.program-time[data-v-f4ad1700] {
    text-wrap: nowrap;
    margin-left: -12px;
    padding-left: 2px;
    border-left: 2px solid rgba(255, 255, 255, 0.06);
}
.options-container[data-v-f4ad1700] {
    position: absolute;
    right: 0;
    background-color: #353535;
    z-index: 99;
    color: white;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 8px;
    border: 1px solid white;
    top: 0px;
}
.program-selector-inactive[data-v-f4ad1700] {
    position: relative;
}
.selector-disabled[data-v-f4ad1700] {
    pointer-events: none;
}
.selector-disabled-message[data-v-f4ad1700] {
    display: none;
    position: absolute;
    width: max-content;
    background-color: #353535;
    color: white;
    padding: 5px;
    border-radius: 4px;
    left: 25px;
    z-index: 2;
}
.program-selector-inactive:hover .selector-disabled-message[data-v-f4ad1700] {
    display: block;
}
.program-offset[data-v-f4ad1700] {
    margin-left: auto;
    margin-top: auto;
    margin-right: 40px;
    margin-bottom: 0;
    text-wrap: nowrap;
    align-items: center;
}
.offset-editor[data-v-f4ad1700] {
    background-color: rgba(17, 24, 39, 1);
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 20px;
    color: white;
    border-radius: 6px;
}
.offset-editor-input[data-v-f4ad1700] {
    padding-right: 20px;
}
.offset-editor-main[data-v-f4ad1700] {
    display: flex;
    align-items: center;
    gap: 15px;
}
.offset-editor-input[data-v-f4ad1700]::after {
    content: 'сек';
    font-size: 14px;
    display: block;
    position: absolute;
    color: #64748B;
    right: 10px;
    top: 5px
}
.offset-editor-checkmark[data-v-f4ad1700] {
    height: 22px;
}
.groups-table[data-v-f4ad1700] {
    display: flex;
    flex-direction: column;
    gap: 5.2px;
}
.group-name[data-v-f4ad1700] { 
    text-wrap: nowrap;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.group-row[data-v-f4ad1700] {
    display: flex;
    align-items: center;
    height: 24px;
    gap: 5px;
    justify-content: space-between;
}
.group-empty-warning-icon[data-v-f4ad1700] {
    cursor: pointer;
    line-height: 0; 
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Customize the label (the container) */
.container[data-v-f20a1e5b] {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
}

/* Hide the browser's default radio button */
.container input[data-v-f20a1e5b] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark[data-v-f20a1e5b] {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 3px;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark[data-v-f20a1e5b] {
    background-color: #60CDFF;
    border: 0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark[data-v-f20a1e5b]:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark[data-v-f20a1e5b]:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark[data-v-f20a1e5b]:after {
    top: 3px;
    left: 6px;
    width: 8px;
    height: 13px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.disabled[data-v-f20a1e5b] {
    pointer-events: none;
    color: #777;
}
.disabled .checkmark[data-v-f20a1e5b] {
    border: solid #777
}

.dropdown-wrapper[data-v-5081815c] {
    width: 100%;
    position: relative;
}
.dropdown-selected[data-v-5081815c] {
    background-color: #1c1c1c;
    border-radius: 3px;
    border: 2px solid transparent;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
}
.selected-regular[data-v-5081815c] {
    text-wrap: nowrap;
}
.active[data-v-5081815c] {
    border: 2px solid #22D3EE
}
.arrow[data-v-5081815c] {
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    margin-left: auto;
    position: relative;
    top: -2px;
}
.arrow-up[data-v-5081815c] {
    transform: rotate(-45deg);
    top: 2px
}
.dropdown-options[data-v-5081815c] {
    width: 100%;
    background-color: #1c1c1c;
    border-radius: 7px;
    align-items: center;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    position: absolute;
    margin-top: 10px;
    z-index: 100;
}
.dropdown-option[data-v-5081815c] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
}

.wrapper[data-v-bbf1392f] {
    width: 100%;
    color: white;
}
.header[data-v-bbf1392f] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 15px 20px 0 20px;
}
.header__name[data-v-bbf1392f] {
    font-weight: 700;
    font-size: 22px;
}
.header__buttons[data-v-bbf1392f] {
    display: flex;
    gap: 15px;
}
.main[data-v-bbf1392f] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.main-top[data-v-bbf1392f] {
    display: flex;
    flex-direction: column;
}
.inputs[data-v-bbf1392f] {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
}
.inputs__name[data-v-bbf1392f],
.inputs__comment[data-v-bbf1392f] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 4px;
}
.text-input[data-v-bbf1392f] {
    width: 100%;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.06);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
.text-input[data-v-bbf1392f]::placeholder {
    color: rgba(255, 255, 255, 0.79);
}
.text-input[data-v-bbf1392f]:focus {
    outline: none;
}
.group[data-v-bbf1392f] {
    text-wrap: nowrap;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.program-block[data-v-bbf1392f] {
    display: inline-flex;
    min-width: 100%;
    flex-direction: column;
    padding: 0 20px 15px 20px
}
.program-phases[data-v-bbf1392f] {
    display: flex;
    gap: 25px;
}
.groups-table[data-v-bbf1392f] {
    display: flex;
    flex-direction: column;
    gap: 8.2px;
}
.groups-table-title[data-v-bbf1392f] {
    color: #64748B;
    margin-bottom: 5px;
    white-space: nowrap;
}
.phase[data-v-bbf1392f] {
    width: 250px;
    flex-shrink: 0;
}
.main-bottom[data-v-bbf1392f] {
    padding: 0 20px 0 20px;
}
.main-bottom-title[data-v-bbf1392f] {
    font-size: 20px;
    margin-bottom: 20px;
}
.control-phases-wrapper[data-v-bbf1392f] {
    display: flex;
    gap: 20px;
    margin-left: 140px;
}
.control-phases[data-v-bbf1392f] {
    display: inline-flex;
    width: 100%;
    /* height: 300px; */
    gap: 25px;
}
.control-phase[data-v-bbf1392f] {
    display: flex;
    width: 250px;
    flex-shrink: 0;
    gap: 25px;
}
.phase-controls[data-v-bbf1392f] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    position: relative;
}
.dropdown-block[data-v-bbf1392f] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.phase-delete[data-v-bbf1392f] {
    background-color: rgba(255, 255, 255, 0.06);
    height: 100%;
    width: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.phase-delete-icon[data-v-bbf1392f] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.slider[data-v-bbf1392f] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.limits[data-v-bbf1392f] {
    display: flex;
    justify-content: space-between;
}
.fake-slider-wrapper[data-v-bbf1392f] {
    position: relative
}
.blocker[data-v-bbf1392f] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: #272727;
    opacity: 0.8;
    cursor: default;
}
.blocker-slider[data-v-bbf1392f] {
    top: 0;
}
.select-phases-warning[data-v-bbf1392f] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    width: 250px;
    border: 1px dashed #444;
    border-radius: 8px;
}
.select-phases-warning-text[data-v-bbf1392f] {
    padding: 15px;
    color: #fff
}
.addphase-wrapper[data-v-bbf1392f] {
    position: relative;
    display: inline-block;
}
.addphase-toggle[data-v-bbf1392f] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #06B6D4;
    height: 40px;
    border-radius: 3px;
    padding: 15px
}
.addphase-toggle.active[data-v-bbf1392f] {
    border: 2px solid #67E8F9;
    padding: 13px;
}
.addphase-chevron[data-v-bbf1392f] {
    transition: transform 0.3s ease;
}
.addphase-chevron.rotated[data-v-bbf1392f] {
    transform: rotate(180deg);
}
.addphase-dropdown[data-v-bbf1392f] {
    position: absolute;
    top: 35px;
    right: 0;
    margin-top: 8px;
    background-color: black;
    border: 1px solid #334155;
    border-radius: 7px;
    color: white;
    padding: 8px 0;
    width: 200px;
    text-align: left;
    z-index: 99;
}
.addphase-option[data-v-bbf1392f] {
    padding: 8px 12px;
    cursor: pointer;
    text-wrap: nowrap;
    overflow: hidden;
}
.phase-add--disabled[data-v-bbf1392f] {
    background-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.53);
    cursor: not-allowed;
}
.phase-add--disabled[data-v-bbf1392f] svg,
.phase-add--disabled[data-v-bbf1392f] svg path {
    fill: #737373 !important;
    stroke: #737373 !important;
    color: #737373 !important;
}
.program-time[data-v-bbf1392f] {
    text-wrap: nowrap;
}
.groups-table[data-v-bbf1392f] {
    display: flex;
    flex-direction: column;
    gap: 5.21px;
}
.groups-table-title[data-v-bbf1392f] {
    color: #64748B;
    margin-bottom: 5px;
    white-space: nowrap;
}
.group-row[data-v-bbf1392f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
    gap: 5px;
}
.group-name[data-v-bbf1392f] {
    text-wrap: nowrap;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.group-empty-warning-icon[data-v-bbf1392f] {
    cursor: pointer;
    line-height: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.toggle-wrapper[data-v-9c202866] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
}
.toggle-switch[data-v-9c202866] {
  position: relative;
  width: 50px;
  height: 22px;
  border: 1.5px solid #06B6D4;
  border-radius: 20px;
  background-color: #0000001A;
  cursor: pointer;
}
.toggle-switch-handle[data-v-9c202866] {
  position: absolute;
  top: 2.5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #67E8F9;
  transition: left 0.3s;
}
.on[data-v-9c202866] {
  color: #67E8F9;
}
.off[data-v-9c202866] {
  color: #64748B;
}
.on .toggle-switch-handle[data-v-9c202866] {
  left: calc(100% - 18px);
}
.off .toggle-switch-handle[data-v-9c202866] {
  left: 4px;
}
.disabled-handle[data-v-9c202866] {
  background-color: #475569
}
.disabled-rail[data-v-9c202866] {
  border: 1.5px solid #475569
}

.wrapper[data-v-54ebdad8] {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    padding-right: 0;
    color: white;
}
.header[data-v-54ebdad8] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-right: 20px;
}
.header__name[data-v-54ebdad8] {
    font-weight: 700;
    font-size: 22px;
}
.header__actions[data-v-54ebdad8] {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header__warning[data-v-54ebdad8] {
    font-size: 14px;
    border: 1px solid #939393;
    padding: 5px 10px;
    border-radius: 10px;
    white-space: nowrap;
}
.add-button[data-v-54ebdad8] {
    width: min-content;
}
.active-dots[data-v-54ebdad8] {
    border: 2px solid #22D3EE;
    border-radius: 4px;
}
.main[data-v-54ebdad8] {
    display: flex;
    flex-direction: column;
}
.groups-table[data-v-54ebdad8] {
    display: flex;
    flex-direction: column;
    gap: 8.1px;
}
.groups-table-title[data-v-54ebdad8] {
    color: #64748B;
    margin-bottom: 5px;
    white-space: nowrap;
}
.group[data-v-54ebdad8] {
    text-wrap: nowrap;
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.program-list[data-v-54ebdad8] {
    display: flex;
    flex-direction: column;
}
.program-block[data-v-54ebdad8] {
    display: inline-flex;
    min-width: 100%;
    flex-direction: column;
    padding-right: 15px;
}
.program-header[data-v-54ebdad8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #22D3EE;
    margin-bottom: 15px;
}
.program-selector[data-v-54ebdad8] {
    display: flex;
    gap: 10px;
}
.program-name[data-v-54ebdad8] {
    font-weight: 700;
}
.program-options[data-v-54ebdad8] {
    cursor: pointer
}
.program-phases[data-v-54ebdad8],
.phases[data-v-54ebdad8] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.phase[data-v-54ebdad8] {
    width: 100%;
    min-width: 250px;
}
.phase__options[data-v-54ebdad8] {
    position: relative;
    cursor: pointer;
}
.program-time[data-v-54ebdad8] {
    text-wrap: nowrap;
    margin-left: -12px;
    padding-left: 10px;
}
.options-container[data-v-54ebdad8] {
    position: absolute;
    right: 0;
    background-color: #353535;
    z-index: 99;
    color: white;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 8px;
    border: 1px solid white;
    top: 0px;
}
.program-selector-inactive[data-v-54ebdad8] {
    position: relative;
}
.selector-disabled[data-v-54ebdad8] {
    pointer-events: none;
}
.selector-disabled-message[data-v-54ebdad8] {
    display: none;
    position: absolute;
    width: max-content;
    background-color: #353535;
    color: white;
    padding: 5px;
    border-radius: 4px;
    left: 25px;
    z-index: 2;
}
.program-selector-inactive:hover .selector-disabled-message[data-v-54ebdad8] {
    display: block;
}
.result-lag-container[data-v-54ebdad8] {
    margin-top: 0 !important;
}
.result-time-heading[data-v-54ebdad8] {
    color: #6B7280;
    margin-left: 8px;
}
.result-recommendation-message[data-v-54ebdad8] {
    color: #CBD5E1;
    background-color: #1F2937;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-wrap: nowrap;
    width: 100%;
}
.program-time-title[data-v-54ebdad8] {
    color: #6B7280;
    padding-left: 8px;
}
.program-time-lag-container[data-v-54ebdad8] {
    display: table;
    width: 100%;
    border-spacing: 0 8px;
    margin-top: 5px;
}
.program-time-lag[data-v-54ebdad8] {
    display: table-row;
}
.time-value[data-v-54ebdad8],
.duration-arrow[data-v-54ebdad8] {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    white-space: nowrap;
}
.time-value[data-v-54ebdad8] {
    text-align: left;
    color: #F1F5F9;
}
.duration-arrow[data-v-54ebdad8] {
    text-align: center;
    color: #64748B;
}
.filter-grey[data-v-54ebdad8] {
    filter: invert(47%) sepia(22%) saturate(413%) hue-rotate(176deg) brightness(91%) contrast(93%);
}
.phases-and-message[data-v-54ebdad8] {
    flex-grow: 1
}
.result-action-buttons[data-v-54ebdad8] {
    display: flex;
    margin-top: 20px;
    gap: 15px;
}
.result-action-buttons[data-v-54ebdad8]>* {
    width: min-content;
    padding: 10px 20px;
}

.wrapper[data-v-9ec7007c] {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    padding-right: 0;
    color: white;
}
.starting-wrapper[data-v-9ec7007c] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.starting-block[data-v-9ec7007c] {
    border-radius: 8px;
    border: 1px dashed rgb(54, 54, 54);
    padding: 30px 80px;
    min-width: 50%;
}
.starting-warning[data-v-9ec7007c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.starting-params[data-v-9ec7007c] {
    display: flex;
    gap: 10px
}
.cycle-controls[data-v-9ec7007c] {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.button-and-cycle-group[data-v-9ec7007c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.cycle-toggle[data-v-9ec7007c] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cycle-toggle-label[data-v-9ec7007c] {
    color: #67E8F9;
    font-size: 16px;
    font-weight: 500;
}
.cycle-toggle-label.disabled[data-v-9ec7007c] {
    color: #64748B;
}
.cycle-input-row[data-v-9ec7007c] {
    display: flex;
    align-items: center;
    gap: 14px;
}
.starting-input-description[data-v-9ec7007c] {
    text-align: left;
    color: #6B7280;
    line-height: 1.2;
    font-size: 13px;
}
.starting-input-element[data-v-9ec7007c] {
    width: 105px;
    margin-right: 10px;
    position: relative;
}
.cycle-input[data-v-9ec7007c] .input-container {
    height: 32px;
    border-radius: 6px;
    background-color: #2B2F36;
}
.cycle-input[data-v-9ec7007c] .input {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 38px;
}
.cycle-input-unit[data-v-9ec7007c] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748B;
    font-size: 14px;
    pointer-events: none;
}
.cycle-toggle[data-v-9ec7007c] .toggle-switch {
    width: 40px;
    height: 18px;
}
.cycle-toggle[data-v-9ec7007c] .toggle-switch-handle {
    width: 12px;
    height: 12px;
    top: 2px;
}
.cycle-toggle[data-v-9ec7007c] .off .toggle-switch-handle {
    left: 3px;
}
.cycle-toggle[data-v-9ec7007c] .on .toggle-switch-handle {
    left: calc(100% - 15px);
}
.optimization-error[data-v-9ec7007c] {
    color: #F87171;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.loading[data-v-9ec7007c] {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.spinner[data-v-9ec7007c] {
    margin-top: 10px;
    font-size: 65px;
    line-height: 0.1;
    display: flex;
    justify-content: center;
    position: relative;
}
.spinner div[data-v-9ec7007c] {
    color: #155E75;
    animation: dots-9ec7007c 1.4s infinite;
}
.spinner div[data-v-9ec7007c]:nth-child(2) {
    animation-delay: 0.2s;
}
.spinner div[data-v-9ec7007c]:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes dots-9ec7007c {
0%,
    80%,
    100% {
        color: #155E75;
}
40% {
        color: #06B6D4;
}
}
.blocker[data-v-9ec7007c] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.chart-wrapper[data-v-a9a233ad] {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(39, 39, 39);
}
.chart-scroll-container[data-v-a9a233ad] {
    width: 100%;
    height: 100%;
    background: rgb(39, 39, 39);
    position: relative;
    z-index: 0;
    clip-path: inset(30px 0 0 50px);
}
.svg-wrapper[data-v-a9a233ad] {
    position: relative;
}
.chart-svg[data-v-a9a233ad] {
    display: block;
}
.axis-layer[data-v-a9a233ad] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.x-zoom[data-v-a9a233ad],
.y-zoom[data-v-a9a233ad]>* {
    cursor: pointer;
}
.x-zoom[data-v-a9a233ad] {
    position: absolute;
    right: 0px;
    top: 10px;
    display: flex;
    gap: 5px;
    z-index: 5;
    background-color: rgb(39, 39, 39);
    height: 20px;
    width: 50px;
    align-items: center;
}
.y-zoom[data-v-a9a233ad] {
    position: absolute;
    bottom: -10px;
    left: 5px;
    display: flex;
    gap: 5px;
    z-index: 5;
    background-color: rgb(39, 39, 39);
    height: 50px;
    width: 45px;
    align-items: center;
}

.tabs[data-v-a37a5723] {
    display: flex;
    color: rgba(6, 182, 212, 1);
    border: 1px solid rgba(6, 182, 212, 1);
    border-radius: 8px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.tab[data-v-a37a5723] {
    padding: 5px 30px;
    cursor: pointer;
}
.tab-active[data-v-a37a5723] {
    background-color: rgba(6, 182, 212, 1);
    color: rgba(0, 0, 0, 1);
}
.wrapper[data-v-a37a5723] {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    padding-right: 0;
    color: white;
}
.starting-wrapper[data-v-a37a5723] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.starting-block[data-v-a37a5723] {
    border-radius: 8px;
    border: 1px dashed rgb(54, 54, 54);
    padding: 30px 80px;
    min-width: 50%;
}
.starting-warning[data-v-a37a5723] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.starting-params[data-v-a37a5723] {
    display: flex;
    gap: 10px
}
.tls-block[data-v-a37a5723] {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}
.tl-top[data-v-a37a5723] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tl-info[data-v-a37a5723] {
    display: flex;
    gap: 10px;
}
.tl-delete[data-v-a37a5723] {
    width: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.tl-order[data-v-a37a5723] {
    min-width: 18px;
    height: 18px;
    border-radius: 2px;
    color: rgba(30, 41, 59, 1);
    background-color: rgba(6, 182, 212, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'PT Root UI Medium'
}
.program-option[data-v-a37a5723] {
    display: flex;
    flex-direction: row;
    min-width: max-content;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}
.program-option-warning[data-v-a37a5723] {
    position: relative;
    top: -3px;
}
.program-phases[data-v-a37a5723] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
}
.program-time-warning[data-v-a37a5723] {
    position: absolute;
    top: -5px;
    right: -35px;
}
.program-time-warning[data-v-a37a5723]:hover::after {
    content: 'Суммарное время программы должно совпадать с основным';
    position: absolute;
    display: block;
    bottom: -30px;
    right: 25px;
    background-color: rgba(28, 28, 28, 1);
    border: 1px solid rgba(51, 65, 85, 1);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 100;
}
.phase[data-v-a37a5723] {
    width: 100%;
    min-width: 50px;
}
.tl-bottom[data-v-a37a5723] {
    display: flex;
    text-wrap: nowrap;
    position: relative;
}
.tl-group[data-v-a37a5723] {
    margin-right: 15px;
}
.tl-group-header[data-v-a37a5723] {
    color: rgba(71, 85, 105, 1);
    margin-bottom: 10px;
}
.tl-group-title[data-v-a37a5723] {
    color: rgba(34, 211, 238, 1);
}
.group-option[data-v-a37a5723] {
    display: flex;
    text-wrap: wrap;
}
.group-option[data-v-a37a5723] {
    border-top: 1px solid rgba(71, 85, 105, 1);
    padding-top: 10px;
}
.group-option[data-v-a37a5723]:first-child {
    border-top: 0;
    padding-top: 0;
}
.group-description[data-v-a37a5723] {
    color: rgba(100, 116, 139, 1);
    width: max-content;
    max-width: 350px;
}
.distance[data-v-a37a5723] {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    gap: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.distance-line[data-v-a37a5723] {
    width: 100%;
    height: 1px;
    background-color: rgba(64, 64, 64, 1);
}
.distance-show[data-v-a37a5723] {
    display: flex;
    align-items: center;
    gap: 20px;
    color: rgba(34, 211, 238, 1);
}
.distance-edit[data-v-a37a5723] {
    cursor: pointer;
    position: relative;
}
.distance-editor[data-v-a37a5723] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.distance-input[data-v-a37a5723] {
    width: 70px;
}
.distance-input[data-v-a37a5723]::after {
    content: 'м';
    font-size: 14px;
    display: block;
    position: absolute;
    color: #64748B;
    right: 10px;
    top: 7px
}
.editing-confirm[data-v-a37a5723] {
    height: 15px;
    cursor: pointer;
}
.warning[data-v-a37a5723] {
    position: absolute;
    left: 220px;
    top: 60px;
    max-width: 430px;
    border: 1px solid rgba(51, 65, 85, 1);
    background-color: rgba(28, 28, 28, 1);
    display: flex;
    gap: 10px;
    padding: 10px;
    color: white;
    border-radius: 8px;
    z-index: 99;
}
.warning-icon[data-v-a37a5723] {
    width: 40px;
    margin-top: 5px;
}
.warning-main[data-v-a37a5723] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.warning-action[data-v-a37a5723] {
    color: rgba(34, 211, 238, 1);
    cursor: pointer;
}
.bottom-bar[data-v-a37a5723] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 50px;
}
.bottom-bar-left[data-v-a37a5723] {
    display: flex;
    gap: 20px;
}
.speed-limit-input[data-v-a37a5723] {
    width: 100px;
}
.speed-limit-input[data-v-a37a5723]::after {
    content: 'км/ч';
    font-size: 14px;
    display: block;
    position: absolute;
    color: #64748B;
    right: 5px;
    top: 7px;
    background-color: rgb(27, 27, 27);
}
.chart-actions[data-v-a37a5723] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.retry-coordination[data-v-a37a5723] {
    margin-right: auto;
    margin-left: 20px;
}
.distance-edit[data-v-a37a5723]::after {
    content: 'Редактировать расстояние между светофорными объектами';
    position: absolute;
    top: 100%;
    right: 50%;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.distance-edit[data-v-a37a5723]:hover::after {
    opacity: 1;
}

.wrapper[data-v-3b1827b9] {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  min-height: 65px;
  max-height: 100%;
  background-color: #272727;
  position: relative;
}
.header[data-v-3b1827b9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  background-color: #1C1C1C;
  color: white;
}
.header[data-v-3b1827b9] * {
  height: 30px;
  text-wrap: nowrap;
}
.header__tabs[data-v-3b1827b9] {
  display: flex;
  gap: 25px;
}
.header__tab[data-v-3b1827b9] {
  cursor: pointer;
  position: relative;
}
.header__tab--active[data-v-3b1827b9]::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #60CDFF;
  border-radius: 10px;
}
.handle[data-v-3b1827b9] {
  cursor: ns-resize;
  margin-top: 3px;
}
.close[data-v-3b1827b9] {
  cursor: pointer;
}
.header__close[data-v-3b1827b9] {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  min-width: 240px;
}
.body[data-v-3b1827b9] {
  flex-grow: 1;
}
.add_objects[data-v-3b1827b9] {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #06B6D4;
  margin-right: 20px;
}
.add_objects_icon[data-v-3b1827b9] {
  height: 16px;
}
.add_objects_text[data-v-3b1827b9] {
  height: min-content;
}
.add_disabled[data-v-3b1827b9], .add_disabled[data-v-3b1827b9] svg path {
  color: #4B5563;
  stroke: #4B5563 !important;
  pointer-events: none;
}



.menu-wrapper[data-v-291a610b] {
    display: flex;
    height: 30px;
    flex-shrink: 0;
    color: #64748B;
}
.menu-items[data-v-291a610b] {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
}
.menu-item[data-v-291a610b] {
    cursor: pointer;
}
.menu-item[data-v-291a610b]:hover {
    color: #FFF;
}
.user[data-v-291a610b] {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    cursor: pointer;
}
.user-active[data-v-291a610b] path {
  fill: #06B6D4 !important;
}
.user-icon[data-v-291a610b] {
    width: 24px;
}
.user-option-icon[data-v-291a610b] {
    width: 20px;
}
.user-options[data-v-291a610b] {
    position: absolute;
    background-color: #1C1C1C;
    z-index: 1;
    top: 35px;
    width: max-content;
    right: 0px;
    border: 1px solid #1F2937
}
.user-option[data-v-291a610b] {
    display: flex;
    gap: 10px;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #1F2937;
    cursor: pointer;
}
.system-info[data-v-291a610b] {
    margin-bottom: 25px;
}
.software-info-line[data-v-291a610b] {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    border-bottom: 1px solid #3F3F46;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.software-info-line[data-v-291a610b]:last-child {
    border-bottom: 0;
}
.software-info-link[data-v-291a610b] {
    display: flex;
    gap: 8px;
    min-width: 200px;
    align-items: center;
    color: #06B6D4;
}
.link-icon[data-v-291a610b] {
    display: flex;
    width: 20px;
    justify-content: center;
}
.link-text[data-v-291a610b] {
    cursor: pointer;
}
a[data-v-291a610b]:link {
    color: inherit; /* Inherits the color from its parent element */
    text-decoration: none; /* Removes the underline */
}
a[data-v-291a610b]:visited {
    color: inherit; /* Keeps the same color as unvisited links */
    text-decoration: none; /* Removes the underline */
}
a[data-v-291a610b]:hover {
    color: inherit; /* Keeps the same color as unvisited links */
    text-decoration: none; /* Removes the underline */
}
a[data-v-291a610b]:active {
    color: inherit; /* Keeps the same color as unvisited links */
    text-decoration: none; /* Removes the underline */
}


.controls-wrapper[data-v-143bf470] {
    display: flex;
    width: 100%;
    height: 52px;
    background-color: #1E293B;
    padding-right: 20px;
}
.controls-wrapper.blocked[data-v-143bf470] {
  pointer-events: none;
}
.controls-blocks[data-v-143bf470] {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
}
.block-title[data-v-143bf470] {
    margin-top: 0;
    margin-bottom: auto;
    text-transform: capitalize;
    line-height: 0.8
}
.controls-block[data-v-143bf470] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 100%;
    color: #64748B;
    font-size: 10px;
    font-weight: 700;
    border-right: 1px solid #334155;
    padding: 5px 0px 6px 10px;
}
.controls-item[data-v-143bf470]:first-child {
    padding-left: 0;
}
.controls-items>.controls-item[data-v-143bf470]:last-child {
    border-right: 0;
}
.controls-toggle>.controls-item[data-v-143bf470] {
    border-right: 0;
}
.controls-items[data-v-143bf470] {
    display: flex;
    flex-direction: row;
    position: relative;
}
.controls-item[data-v-143bf470] {
    cursor: pointer;
    padding: 0px 6px;
    border-right: 1px solid #334155;
    display: flex;
}
.controls-playback[data-v-143bf470] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-left: auto;
    position: relative;
    overflow: visible;
}
.option[data-v-143bf470] {
    display: flex;
    align-items: center;
    height: 30px;
    gap: 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #1F2937;
    position: relative;
}
.option[data-v-143bf470] svg .change-fill {
  fill: rgb(6, 182, 212) !important;
}
.option[data-v-143bf470] svg .change-stroke {
  stroke: rgb(6, 182, 212) !important;
}
.option-active[data-v-143bf470] {
    background-color: #000000 !important;
}
.option-disabled[data-v-143bf470] {
    opacity: 0.5;
    cursor: not-allowed;
}
.option-hint[data-v-143bf470] {
    color: #64748B;
    font-size: 11px;
    margin-left: 4px;
}
.simulation-start-button[data-v-143bf470] {
    border: 1px solid #22D3EE;
    border-radius: 4px;
    color: #22D3EE;
    display: flex;
    align-items: center;
    padding: 2px 12px;
    gap: 8px;
    cursor: pointer;
    white-space: nowrap;
}
.simulation-start-button > span[data-v-143bf470] {
    order: 2;
    flex: 1;
}
.simulation-mode-button[data-v-143bf470] {
    display: contents;
}
.simulation-mode-button[data-v-143bf470] .button {
    order: 1;
}
.simulation-mode-button[data-v-143bf470] .arrow {
    order: 3;
    align-self: center;
    height: 24px;
    margin-left: auto;
}
.modeling-time[data-v-143bf470] {
    background-color: rgb(57, 57, 57);
    width: max-content;
    padding: 5px 35px 8px 5px;
    border-radius: 4px;
}
.modeling-time-input[data-v-143bf470] {
    width: 25px;
    color: white;
    background-color: transparent;
    border: none;
}
.modeling-time-labels[data-v-143bf470] {
    color: #64748B;
    font-size: 14px;
}


/* animated loader modal */
.modal__wrapper[data-v-143bf470] {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.modal[data-v-143bf470] {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 30%;
    height: 25%;
    min-height: 200px;
    min-width: 250px;
    box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.37), 0px 2px 21px rgba(0, 0, 0, 0.37);
    border-radius: 7px;
}
.modal__main[data-v-143bf470] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #272727;
    padding: 20px;
    color: white;
    font-weight: 700;
    font-size: 18px;
    height: 70%;
}
.modal__spinner[data-v-143bf470] {
    margin-top: auto;
    margin-bottom: auto;
}
.modal__bottom[data-v-143bf470] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #202020;
    height: 30%;
    padding: 10px;
}
.playback-disabled[data-v-143bf470] {
    border: 1px solid #64748B;
    color: #64748B;
}
.macro-progress[data-v-143bf470] {
    min-width: 200px;
    border: 1px solid #22D3EE;
    border-radius: 4px;
    color: #E0F2FE;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    gap: 10px;
    background-color: #0F172A;
    font-size: 12px;
    white-space: nowrap;
}
.macro-progress__bar[data-v-143bf470] {
    width: 92px;
    height: 8px;
    border: 1px solid #334155;
    border-radius: 2px;
    overflow: hidden;
    background-color: #1E293B;
}
.macro-progress__bar-fill[data-v-143bf470] {
    height: 100%;
    background-color: #22D3EE;
    transition: width 0.25s ease;
}
.macro-progress__bar-fill.indeterminate[data-v-143bf470] {
    width: 100%;
    position: relative;
    animation: macro-progress-indeterminate-143bf470 1.2s infinite linear;
}
.macro-progress__bar-fill.indeterminate[data-v-143bf470]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    animation: macro-progress-indeterminate-shimmer-143bf470 1.2s infinite linear;
}
@keyframes macro-progress-indeterminate-143bf470 {
0% {
        transform: translateX(-100%);
}
100% {
        transform: translateX(100%);
}
}
@keyframes macro-progress-indeterminate-shimmer-143bf470 {
0% {
        left: -40%;
}
100% {
        left: 100%;
}
}
.micro-batch-progress[data-v-143bf470] {
    min-width: 200px;
    border: 1px solid #22D3EE;
    border-radius: 4px;
    color: #E0F2FE;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    gap: 10px;
    background-color: #0F172A;
    font-size: 12px;
    white-space: nowrap;
}
.micro-batch-progress__bar[data-v-143bf470] {
    width: 92px;
    height: 8px;
    border: 1px solid #334155;
    border-radius: 2px;
    overflow: hidden;
    background-color: #1E293B;
    flex-shrink: 0;
}
.micro-batch-progress__bar-fill[data-v-143bf470] {
    height: 100%;
    background-color: #22D3EE;
    transition: width 0.25s ease;
}
.micro-batch-progress__bar-fill.indeterminate[data-v-143bf470] {
    width: 100%;
    position: relative;
    animation: macro-progress-indeterminate-143bf470 1.2s infinite linear;
}
.micro-batch-progress__bar-fill.indeterminate[data-v-143bf470]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    animation: macro-progress-indeterminate-shimmer-143bf470 1.2s infinite linear;
}
.micro-batch-progress__text[data-v-143bf470] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.micro-batch-progress__stop-button[data-v-143bf470] {
    border: 1px solid rgba(239, 68, 68, 0.5);
    background: rgba(239, 68, 68, 0.1);
    color: #FCA5A5;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}
.micro-batch-progress__stop-button[data-v-143bf470]:hover:not(:disabled) {
    background: rgba(239, 68, 68, 0.2);
}
.micro-batch-progress__stop-button[data-v-143bf470]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.macro-result-panel[data-v-143bf470] {
    width: fit-content;
    border: 1px solid #22D3EE;
    border-radius: 4px;
    color: #E0F2FE;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 12px;
    background-color: #1E293B;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1000;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.35);
    align-items: flex-start;
}
.macro-result-panel__top[data-v-143bf470] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
}
.macro-result-panel__title[data-v-143bf470] {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.macro-result-panel__actions[data-v-143bf470] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: auto;
    align-self: flex-start;
}
.macro-result-panel__button[data-v-143bf470] .button-like-div {
    padding: 6px 10px;
}
.macro-result-panel__button[data-v-143bf470] .button-content  {
  text-overflow: unset;
}
.macro-result-panel__button[data-v-143bf470] .button-wrapper {
    width: auto;
    min-width: 0;
}
.macro-result-panel__button[data-v-143bf470] .button {
    width: auto;
    min-width: 0;
    padding: 8px 12px;
    border-radius: 6px;
}
.macro-result-panel__close-button[data-v-143bf470] {
    margin-left: 0;
    border: 1px solid rgba(226, 232, 240, 0.2);
    background: rgba(226, 232, 240, 0.05);
    color: #E0F2FE;
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
}
.macro-result-panel__close-button[data-v-143bf470]:hover {
    background: rgba(226, 232, 240, 0.12);
}
.macro-result-panel__spinner[data-v-143bf470] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    flex: 0 0 auto;
}
.controls-item-tip[data-v-143bf470] {
    position: absolute;
    top: 30px;
    width: max-content;
    z-index: 100;
    color: white;
    background-color: #333;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
}
.modeling-tip[data-v-143bf470] {
    top: 50px;
    right: 0
}
.unsaved-warning p[data-v-143bf470] {
    margin: 5px 0;
    color: #94A3B8;
}


.dropdown[data-v-91a0a00b] {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    flex-grow: 1;
}
.dropdown-button[data-v-91a0a00b] {
    width: 100%;
    padding: 10px 8px;
    background-color: #171717;
    border: 1px solid #374151;
    color: #06B6D4;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1.15;
    text-wrap: nowrap;
    overflow: hidden;
}
.dropdown-button.open[data-v-91a0a00b] {
    border: 1px solid #06B6D4;
}
.arrow[data-v-91a0a00b] {
    transition: transform 0.2s ease;
}
.arrow[data-v-91a0a00b] path {
    fill: #475569;
}
.arrow.open[data-v-91a0a00b] {
    transform: rotate(180deg);
}
.checkmark[data-v-91a0a00b] {
    height: 8px;
    width: 10px;
}
.dropdown-menu[data-v-91a0a00b] {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background-color: #171717;
    border: 1px solid #374151;
    border-radius: 6px;
    z-index: 9999;
    padding: 0;
    overflow: hidden;
}
.dropdown-item[data-v-91a0a00b] {
    padding: 10px 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.15;
    border-bottom: 1px solid #374151;
    ;
    background-color: #171717;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-item[data-v-91a0a00b]:last-child {
    border-bottom: 0;
}
.dropdown-item.selected[data-v-91a0a00b] {
    color: #06B6D4;
    background-color: #000;
}
.editor-alert[data-v-91a0a00b] {
    display: flex;
    flex-direction: column;
    background-color: #1C1C1C;
    border: 1px solid #334155;
    border-radius: 8px;
    z-index: 999;
    position: absolute;
    top: 65px;
    left: 220px;
    color: white;
    padding: 15px;
    gap: 15px;
}
.editor-alert-top[data-v-91a0a00b] {
    display: flex;
    gap: 10px;
    line-height: 1.25;
}
.editor-alert-bottom[data-v-91a0a00b] {
    display: flex;
    justify-content: space-between;
}
.editor-alert-checkbox-text[data-v-91a0a00b] {
    color: #6B7280;
}
.editor-alert-hide[data-v-91a0a00b] {
    cursor: pointer;
    color: #DC2626;
}
.warning-triangle[data-v-91a0a00b] {
    margin-top: 5px;
}
.disabled[data-v-91a0a00b] {
    color: #475569;
    cursor: not-allowed;
}

.button-wrapper[data-v-745b695d] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: transparent;
    color: #FFF;
    position: relative;
}
.button[data-v-745b695d] {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    height: 45px;
    padding: 0 8px;
    font-weight: 700;
    border-bottom: 1px solid #374151;
    overflow: hidden;
}
.active[data-v-745b695d] {
    background-color: #000000;
}
.active-object[data-v-745b695d] {
    background-color: #FFFFFF0F;
}
.button-title[data-v-745b695d] {
    font-family: PT Root UI Medium;
    overflow: visible;
    width: 50%;
    line-height: 1;
}
.button-icon[data-v-745b695d] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex-shrink: 0;
}
.button-icon[data-v-745b695d] svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.opened[data-v-745b695d] {
    transform: rotate(90deg);
    left: 30px;
    top: 45%;
}
.dropdown-search[data-v-745b695d] {
    padding: 10px;
}
.dropdown-options[data-v-745b695d] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
}
.dropdown-option[data-v-745b695d] {
    position: relative;
    display: flex;
    cursor: pointer;
    height: 35px;
    align-items: center;
    padding-left: 50px;
    border-radius: 3px;
    justify-content: space-between;
    padding-right: 14px;
}
.button-delete[data-v-745b695d] {
    height: 20px;
    width: 20px;
    display: flex;
    place-items: center;
    cursor: pointer;
}
.button-bar[data-v-745b695d] {
    position: absolute;
    left: 0;
    top: 25%;
    width: 3px;
    height: 50%;
    border-radius: 999px;
    background-color: #60CDFF;
}
.button-delete[data-v-745b695d] svg path {
    fill: #FFF !important
}
.button-options[data-v-745b695d] {
    display: flex;
    gap: 6px;
    margin-left: auto;
}
.button-option[data-v-745b695d] {
    width: 16px;
}
.eye-icon[data-v-745b695d] {
    width: 14px
}
.eye-icon[data-v-745b695d] path {
    fill: #334155;
}
.ps[data-v-745b695d] {
    max-height: 300px;
}
.info-icon[data-v-745b695d] {
    height: 16px;
    margin-left: auto;
    margin-right: 10px;
}
.info[data-v-745b695d] {
    background-color: #333333;
    color: white;
    border-radius: 4px;
    position: absolute;
    z-index: 99999;
    padding: 5px 10px;
    width: max-content;
    max-width: 500px;
}
.disabled[data-v-745b695d] {
    color: #52525B
}
.disabled[data-v-745b695d] svg path {
    fill: #52525B
}
.disabled[data-v-745b695d] svg circle {
    stroke: #52525B
}
.disabled[data-v-745b695d] svg .change-stroke {
    stroke: #52525B
}
.disabled[data-v-745b695d] svg .change-fill {
    fill: #52525B
}
.button-delete-disabled[data-v-745b695d] svg path {
  fill: #444 !important;
}

.menu-wrapper[data-v-51af0f89] {
    flex-shrink: 0;
    width: 210px;
    height: 100%;
    background-color: #1C1C1C;
    transition: width 0.3s ease;
    border-right: 1px solid #374151;
}
.blocked[data-v-51af0f89] {
    pointer-events: none;
}
.narrow[data-v-51af0f89] {
    width: 40px;
}
.menu-header[data-v-51af0f89] {
    background-color: #121212;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    height: 44px;
    gap: 10px;
    margin-bottom: 12px;
}
.menu-open-close[data-v-51af0f89] {
    width: 18px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-open[data-v-51af0f89],
.menu-close[data-v-51af0f89] {
    width: 18px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    cursor: pointer;
}
.menu-open[data-v-51af0f89] svg,
.menu-close[data-v-51af0f89] svg {
    display: block;
}
.title[data-v-51af0f89] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
}
.title-label[data-v-51af0f89] {
    color: #64748B;
    font-size: 16px;
    height: 24px
}
.title-icon[data-v-51af0f89] {
    height: 24px;
    width: 24px;
}
.menu-items[data-v-51af0f89] {
    display: flex;
    flex-direction: column;
}
.menu-item[data-v-51af0f89] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button-wrapper[data-v-2938f012] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    background-color: transparent;
    color: #FFF;
    position: relative;
    border-bottom: 1px solid #374151;
}
.button[data-v-2938f012] {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 3px;
    height: 45px;
    padding-left: 23px;
    font-family: PT Root UI Medium;
    font-weight: 700;
}
.narrow[data-v-2938f012] {
    padding-left: 15px;
}
.active[data-v-2938f012] {
    background-color: #000000;
}
.button-title[data-v-2938f012] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button-arrow[data-v-2938f012] {
    height: 6px;
    width: 6px;
    position: absolute;
    left: 20px;
    top: 12%;
}
.opened[data-v-2938f012] {
    transform: rotate(90deg);
    left: 30px;
    top: 45%;
}
.button-bar[data-v-2938f012] {
    position: absolute;
    left: 10px;
    top: 30%;
    width: 3px;
    height: 40%;
    border-radius: 999px;
    background-color: #60CDFF;
}
.dropdown-search[data-v-2938f012] {
    padding: 10px;
}
.dropdown-options[data-v-2938f012] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
}
.dropdown-option[data-v-2938f012] {
    position: relative;
    display: flex;
    cursor: pointer;
    height: 35px;
    align-items: center;
    padding-left: 50px;
    border-radius: 3px;
    justify-content: space-between;
    padding-right: 14px;
}
.button-delete[data-v-2938f012] {
    height: 20px;
    width: 20px;
    display: flex;
    place-items: center;
    cursor: pointer;
}
.button-delete[data-v-2938f012] svg path {
  fill: grey !important
}
.ps[data-v-2938f012] {
    max-height: 300px;
}
.info-icon[data-v-2938f012] {
    height: 16px;
    margin-left: auto;
    margin-right: 10px;
}
.options[data-v-2938f012] {
    margin-left: auto;
    margin-right: 10px;
    text-wrap: nowrap;
}
.info[data-v-2938f012] {
    background-color: #333333;
    color: white;
    border-radius: 4px;
    position: absolute;
    z-index: 99999;
    padding: 5px 10px;
    width: max-content;
    max-width: 500px;
}
.params[data-v-2938f012] {
    height: 20px;
}
.params[data-v-2938f012] path {
   fill: #94A3B8 !important
}
.params-active[data-v-2938f012] path {
    fill: #06B6D4 !important;
}
.disabled[data-v-2938f012] {
    color: #334155
}
.disabled[data-v-2938f012] path {
    fill: #334155 !important;
}
.disabled[data-v-2938f012] circle {
    stroke: #334155 !important;
}
.disabled[data-v-2938f012] rect {
    stroke: #334155 !important;
}

.menu-wrapper[data-v-faafbe75] {
  flex-shrink: 0;
  width: 220px;
  height: 100%;
  background-color: #1C1C1C;
  transition: width 0.3s ease;
  border-right: 1px solid #4B5563;
}
.narrow[data-v-faafbe75] {
  width: 80px;
}
.menu-header[data-v-faafbe75] {
  background-color: #121212;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  height: 44px;
  gap: 10px;
  margin-bottom: 12px;
}
.menu-open-close[data-v-faafbe75] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-open[data-v-faafbe75],
.menu-close[data-v-faafbe75] {
  height: 24px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
}
.menu-open[data-v-faafbe75] svg,
.menu-close[data-v-faafbe75] svg {
  display: block;
}
.title[data-v-faafbe75] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 22px;
  border-bottom: 1px solid #334155;
  min-height: 51px;
}
.title-label[data-v-faafbe75] {
  color: #CFFAFE;
  font-size: 20px;
}
.title-icon[data-v-faafbe75] {
  height: 24px;
  width: 24px;
}
.menu-items[data-v-faafbe75] {
  display: flex;
  flex-direction: column;
}
.menu-item[data-v-faafbe75] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-wrapper[data-v-11da334e] {
  flex-shrink: 0;
  width: 220px;
  height: 100%;
  background-color: #1C1C1C;
  transition: width 0.3s ease;
  border-right: 1px solid #4B5563;
}
.narrow[data-v-11da334e] {
  width: 80px;
}
.menu-header[data-v-11da334e] {
  background-color: #121212;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  height: 44px;
  gap: 10px;
  margin-bottom: 12px;
}
.menu-open-close[data-v-11da334e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-open[data-v-11da334e],
.menu-close[data-v-11da334e] {
  height: 24px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
}
.menu-open[data-v-11da334e] svg,
.menu-close[data-v-11da334e] svg {
  display: block;
}
.menu-items[data-v-11da334e] {
  display: flex;
  flex-direction: column;
}
.dl-button-wrapper[data-v-11da334e] {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: transparent;
  color: #FFF;
  position: relative;
  border-bottom: 1px solid #374151;
}
.dl-button[data-v-11da334e] {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 3px;
  height: 45px;
  padding-left: 23px;
  font-family: PT Root UI Medium;
  font-weight: 700;
}
.dl-button.active[data-v-11da334e] {
  background-color: #000000;
}
.dl-bar[data-v-11da334e] {
  position: absolute;
  left: 10px;
  top: 30%;
  width: 3px;
  height: 40%;
  border-radius: 999px;
  background-color: #60CDFF;
}
.dl-button-title[data-v-11da334e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-options[data-v-11da334e] {
  margin-left: auto;
  margin-right: 10px;
  text-wrap: nowrap;
}
.dl-info-icon[data-v-11da334e] {
  height: 16px;
  margin-left: auto;
  margin-right: 10px;
}
.dl-params[data-v-11da334e] {
  height: 20px;
}
.dl-params[data-v-11da334e] path {
  fill: #94A3B8 !important;
}
.dl-params-active[data-v-11da334e] path {
  fill: #06B6D4 !important;
}
.dl-info-tooltip[data-v-11da334e] {
  background-color: #333333;
  color: white;
  border-radius: 4px;
  position: absolute;
  z-index: 99999;
  padding: 5px 10px;
  width: max-content;
  max-width: 300px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.wrapper[data-v-daec1dee] {
  background-color: #272727;
  color: #CFFAFE;
  position: absolute;
  height: 100%;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  border-right: 1px solid #475569;
  transition: left 0.3s ease;
}
.header[data-v-daec1dee] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: nowrap;
  padding: 10px;
  background-color: #1C1C1C;
  font-size: 18px;
  border-bottom: 1px solid #475569;
}
.header__close[data-v-daec1dee] {
  cursor: pointer;
  width: 24px;
}
.main[data-v-daec1dee] {
  padding: 20px;
}
.footer[data-v-daec1dee] {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  padding-bottom: 20px;
  margin-top: auto;
}
.footer__button[data-v-daec1dee] {
  width: 50%;
}

.color__wrapper[data-v-53d44ac8] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #374151;
    padding-bottom: 20px;
}
.color__main[data-v-53d44ac8] {
    border-radius: 3px;
    width: 100px;
    color: black;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.value-min[data-v-53d44ac8] ::after {
    content: "мин.";
    color: #9CA3AF;
    font-size: 14px;
}
.value-max[data-v-53d44ac8] ::after {
    content: "макс.";
    color: #9CA3AF;
    font-size: 14px;
}
.table[data-v-53d44ac8] {
    display: table;
    color: white;
    table-layout: fixed;
    width: 100%;
}
.table__headers[data-v-53d44ac8] {
    color: #64748B
}
.table__row[data-v-53d44ac8] {
    display: table-row;
    padding-left: 10px;
}
.table__cell[data-v-53d44ac8] {
    display: table-cell;
    padding: 10px;
    margin: 0;
}
.table__cell[data-v-53d44ac8]>* {
    margin: 0;
}
.px-input[data-v-53d44ac8]:after {
    content: 'м';
    position: absolute;
    color: #64748B;
    right: 10px;
    top: 5px
}
.percent-input[data-v-53d44ac8]:after {
    content: '%';
    position: absolute;
    color: #64748B;
    right: 10px;
    top: 5px
}
.color__wrapper[data-v-53d44ac8] .vc-color-wrap {
    position: absolute !important;
    right: 20px !important;
    z-index: 1 !important;
    width: 100px;
    height: 35px;
    border-radius: 3px;
}
.color__cell[data-v-53d44ac8] {
    position: relative;
}
.color__cell[data-v-53d44ac8] .vc-color-wrap {
    position: absolute !important;
    top: 14px;
    width: 100px;
    height: 30px;
    z-index: 0 !important;
    padding: 0;
}
.color-picker[data-v-53d44ac8] {
    position: absolute;
    right: -320px;
    display: flex;
    flex-direction: column;
    background-color: #272727;
    z-index: 99999;
    top: 10px;
}
.color-picker--main[data-v-53d44ac8] {
    right: -285px;
    top: 75px;
}
.color-picker-buttons[data-v-53d44ac8] {
    display: flex;
    padding: 5px 16px;
    justify-content: space-between;
    padding-bottom: 20px;
}
.color-picker-buttons[data-v-53d44ac8]>* {
    min-width: auto;
    width: 118px;
}

.wrapper[data-v-c49e9674] {
  background-color: #272727;
  color: #CFFAFE;
  position: absolute;
  height: 100%;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  width: 260px;
  border-right: 1px solid #475569;
  transition: left 0.3s ease;
}
.header[data-v-c49e9674] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: nowrap;
  padding: 10px;
  background-color: #1C1C1C;
  font-size: 18px;
  border-bottom: 1px solid #475569;
}
.header__close[data-v-c49e9674] {
  cursor: pointer;
  width: 24px;
}
.main[data-v-c49e9674] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.row[data-v-c49e9674] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.label[data-v-c49e9674] {
  color: #94a3b8;
  font-size: 13px;
  white-space: nowrap;
}
.color-input[data-v-c49e9674] {
  width: 32px;
  height: 24px;
  border: 1px solid #475569;
  border-radius: 3px;
  background: none;
  cursor: pointer;
  padding: 0;
}
.range-inputs[data-v-c49e9674] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.num-input[data-v-c49e9674] {
  width: 50px;
  height: 28px;
}
.num-input--wide[data-v-c49e9674] {
  width: 70px;
}
.dash[data-v-c49e9674] {
  color: #64748b;
  font-size: 12px;
}
.scale-button[data-v-c49e9674] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid #475569;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
}
.scale-button[data-v-c49e9674]:hover {
  border-color: #06B6D4;
  color: #CFFAFE;
}
.scale-button.active[data-v-c49e9674] {
  border-color: #06B6D4;
  color: #06B6D4;
}
.scale-icon[data-v-c49e9674] {
  height: 14px;
  flex-shrink: 0;
}
.scale-icon[data-v-c49e9674] path {
  fill: currentColor !important;
}
.row.disabled[data-v-c49e9674] {
  opacity: 0.4;
  pointer-events: none;
}
.row-info[data-v-c49e9674] {
  color: #64748b;
  font-size: 12px;
  text-align: right;
}

.wrapper[data-v-03753514] {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 100%;
  border-right: 1px solid #475569;
}
.header[data-v-03753514] {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 55px;
  gap: 10px;
  border-bottom: 1px solid #475569;
  padding: 10px;
  background-color: #1C1C1C;
  color: white;
  width: 100%;
  justify-content: center;
  position: relative;
}
.header__close[data-v-03753514] {
  width: 20px;
  position: absolute;
  right: 10px;
  display: flex;
  cursor: pointer;
}
.header__title[data-v-03753514] {
  display: flex;
  font-weight: 700;
  font-size: 16px;
}
.tabs[data-v-03753514] {
  display: flex;
  height: 55px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  background-color: #1C1C1C;
  color: white;
  flex-shrink: 0;
}
.tabs__tab[data-v-03753514] {
  cursor: pointer;
  position: relative;
}
.tabs__tab--active[data-v-03753514]::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #60CDFF;
  border-radius: 10px;
}
.trips-hover[data-v-03753514] {
  position: absolute;
  width: max-content;
  font-size: 15px;
  color: white;
  z-index: 999;
  background-color: rgb(44, 44, 44);
  padding: 8px;
  border-radius: 4px;
  left: 30px;
  display: none;
}
.tab--disabled[data-v-03753514] {
  color: #777;
}
.tab--disabled:hover .trips-hover[data-v-03753514] {
  display: block;
}
.main[data-v-03753514] {
  display: flex;
  flex: 1;
  min-height: 0;
  background-color: #272727;
  color: white;
  padding: 20px;
}
.main__birth[data-v-03753514],
.main__death[data-v-03753514],
.main__trips[data-v-03753514] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.cell__placeholder[data-v-03753514] {
  width: 100%;
  padding: 15px;
  border: 1px dashed rgb(61, 61, 61);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cells__add[data-v-03753514] {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cells__header[data-v-03753514] {
  margin-bottom: 5px;
}
.cells[data-v-03753514] {
  display: flex;
  gap: 15px;
  overflow: hidden;
  flex: 1;
  min-height: 0;
  flex-direction: column;
}
.cells__scroll[data-v-03753514] {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  height: 100%;
}
.cell[data-v-03753514] {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 4px 10px 4px 20px;
}
.cell.selected[data-v-03753514] {
  background-color: rgb(23, 23, 23);
  border-radius: 4px;
}
.cell__id[data-v-03753514] {
  height: fit-content;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: auto;
}
.cell__delete[data-v-03753514],
.route__view[data-v-03753514],
.cell__actions[data-v-03753514] {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.cell__delete[data-v-03753514]>* {
  height: 18px;
}
.route__view[data-v-03753514]>* {
  height: 18px;
}
.cell__actions[data-v-03753514]>* {
  height: 18px;
}
.route__warning[data-v-03753514] {
  display: flex;
  align-items: center;
}
.cell__delete[data-v-03753514]:hover,
.route__view[data-v-03753514]:hover svg > path,
.cell__show[data-v-03753514]:hover path {
  stroke: #22D3EE;
  fill: #22D3EE;
}
.disabled[data-v-03753514] {
  pointer-events: none;
  color: #777
}
.disabled[data-v-03753514] svg > path {
  stroke: #777;
  fill: #777;
}
.route[data-v-03753514] {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  position: relative;
}
.route.selected[data-v-03753514] {
  background-color: rgb(23, 23, 23);
  border-radius: 4px;
}
.route__main[data-v-03753514] {
  position: relative;
  display: flex;
  gap: 10px;
  padding-left: 10px;
  cursor: pointer;
}
.route__controls[data-v-03753514] {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  gap: 5px;
}
.button-bar[data-v-03753514] {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 24px;
  border-radius: 999px;
  background-color: #60CDFF;
}
.route__id[data-v-03753514] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.group-wrapper[data-v-03753514] {
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
}
.group-icon[data-v-03753514] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 22px;
  background-color: #10B981;
  color: #1E293B;
  font-size: 12px;
  font-family: 'PT Root UI Bold';
  margin-right: 10px;

  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.main__death .group-icon[data-v-03753514] {
  background-color: #D946EF;
}
.group-header[data-v-03753514] {
  display: flex;
  align-items: center;
  padding: 4px 10px 4px 20px;
  cursor: default;
  position: relative;
}
.group-header.selected[data-v-03753514] {
  background-color: rgb(23, 23, 23);
  border-radius: 4px;
}
.group-header__title[data-v-03753514] {
  margin-right: auto;
  font-weight: 500;
  font-size: 14px;
  color: #E2E8F0;
  cursor: pointer;
}
.group-content[data-v-03753514] {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 3px;
}

/* Ensure group header actions match cell action styles */
.group-header .cell__actions[data-v-03753514] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.warning[data-v-03753514] {
  position: absolute;
  left: 330px;
  top: 60px;
  max-width: 430px;
  border: 1px solid rgba(51, 65, 85, 1);
  background-color: rgba(28, 28, 28, 1);
  display: flex;
  gap: 10px;
  padding: 10px;
  color: white;
  border-radius: 8px;
  z-index: 99;
}
.warning-icon[data-v-03753514] {
  width: 20px;
  margin-top: 5px;
}
.warning-main[data-v-03753514] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.warning-action[data-v-03753514] {
  color: rgba(34, 211, 238, 1);
  cursor: pointer;
}

.zones-panel[data-v-a4a24a37] {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #1E1E1E;
  color: white;
  font-size: 14px;
  border-right: 1px solid #333;
  z-index: 10;
  min-height: 0;
}
.content[data-v-a4a24a37] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.header[data-v-a4a24a37] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px;
  background-color: #1C1C1C;
  border-bottom: 1px solid #334155;
  flex-shrink: 0;
}
.header__title[data-v-a4a24a37] {
  font-size: 16px;
  font-weight: 500;
  color: #F1F5F9;
}
.header__close[data-v-a4a24a37] {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.header__close[data-v-a4a24a37] svg {
  width: 20px;
  height: 20px;
}
.header__close-disabled[data-v-a4a24a37] {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.search-bar[data-v-a4a24a37] {
  padding: 10px 16px;
  flex-shrink: 0;
}
.search-input[data-v-a4a24a37] {
  width: 100%;
  padding: 8px 12px;
  background-color: #2A2A2A;
  border: 1px solid #444;
  border-radius: 4px;
  color: white;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}
.search-input[data-v-a4a24a37]:focus {
  border-color: #60CDFF;
}
.search-input[data-v-a4a24a37]::placeholder {
  color: #777;
}
.table-wrapper-disabled[data-v-a4a24a37] {
  pointer-events: none;
}
.table-wrapper[data-v-a4a24a37] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.table-header[data-v-a4a24a37] {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 74px 74px;
  column-gap: 10px;
  align-items: center;
  padding: 8px 14px;
  background-color: #252525;
  flex-shrink: 0;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  width: 100%;
}
.th[data-v-a4a24a37] {
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  color: #94A3B8;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  white-space: nowrap;
}
.th-label[data-v-a4a24a37] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.th[data-v-a4a24a37]:hover {
  color: #E2E8F0;
}
.th-id[data-v-a4a24a37] { min-width: 0;
}
.th-name[data-v-a4a24a37] {
  min-width: 0;
}
.th-pop[data-v-a4a24a37],
.th-emp[data-v-a4a24a37] {
  width: max-content;
  min-width: 0;
  justify-content: flex-start;
  text-align: left;
}
.sort-icon[data-v-a4a24a37] {
  font-size: 10px;
  flex-shrink: 0;
  width: 10px;
  text-align: center;
}
.sort-icon--hidden[data-v-a4a24a37] {
  visibility: hidden;
}
.table-scroll[data-v-a4a24a37] {
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow-x: hidden;
}
.table-row[data-v-a4a24a37] {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 74px 74px;
  column-gap: 10px;
  align-items: center;
  padding: 8px 14px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.15s;
  box-sizing: border-box;
  width: 100%;
}
.table-row[data-v-a4a24a37]:hover {
  background-color: #2A2A2A;
}
.table-row.selected[data-v-a4a24a37] {
  background-color: rgba(96, 205, 255, 0.08);
}
.table-row.selected[data-v-a4a24a37]::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background-color: #60CDFF;
  border-radius: 999px;
}
.td[data-v-a4a24a37] {
  font-size: 13px;
  min-width: 0;
  white-space: nowrap;
}
.td-id[data-v-a4a24a37] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.td-name[data-v-a4a24a37] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.td-pop[data-v-a4a24a37],
.td-emp[data-v-a4a24a37] {
  width: auto;
  min-width: 0;
  display: block;
  text-align: left;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.empty-state[data-v-a4a24a37] {
  padding: 30px 20px;
  text-align: center;
  color: #777;
  border: 1px dashed #3D3D3D;
  border-radius: 8px;
  margin: 20px 16px;
}
.empty-state.inner[data-v-a4a24a37] {
  margin-top: 16px;
}
.panel-actions[data-v-a4a24a37] {
  flex-shrink: 0;
  margin-top: auto;
  padding: 16px;
  border-top: 1px solid #333;
}

.zone-card[data-v-89194f5e] {
  background-color: #1E1E1E;
  color: white;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.card-header[data-v-89194f5e] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: -16px -16px 16px -16px;
  padding: 15px 16px;
  background-color: #1C1C1C;
  border-bottom: 1px solid #334155;
}
.card-title[data-v-89194f5e] {
  font-size: 16px;
  font-weight: 500;
  color: #F1F5F9;
  min-width: 0;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card-name[data-v-89194f5e] {
  color: #E2E8F0;
  font-weight: 400;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card-close[data-v-89194f5e] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.card-close-disabled[data-v-89194f5e] {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.card-close[data-v-89194f5e] svg {
  width: 20px;
  height: 20px;
}
.card-body[data-v-89194f5e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px 0 0;
}
.card-scroll[data-v-89194f5e] {
  flex: 1;
  min-height: 0;
  margin-bottom: 16px;
  padding-right: 10px;
  margin-right: -10px;
}
[data-v-89194f5e] .card-scroll .ps__rail-y {
  display: none !important;
  right: 1px !important;
}
[data-v-89194f5e] .card-scroll.card-scroll--real-overflow .ps__rail-y {
  display: block !important;
}
[data-v-89194f5e] .card-scroll .ps__thumb-y {
  right: 1px !important;
}
.field-row[data-v-89194f5e] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 4px 0;
}
.field-label[data-v-89194f5e] {
  color: #94A3B8;
  font-size: 13px;
}
.field-value[data-v-89194f5e] {
  font-size: 13px;
  color: #E2E8F0;
  text-align: right;
  max-width: 65%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card-actions[data-v-89194f5e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.delete-btn[data-v-89194f5e] .button {
  border-color: #EF4444;
  color: #EF4444;
}

.zone-form[data-v-a01ecd24] {
  background-color: #1E1E1E;
  border-top: 1px solid #333;
  color: white;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.form-header[data-v-a01ecd24] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.form-title[data-v-a01ecd24] {
  font-size: 15px;
  font-weight: 500;
  color: #60CDFF;
}
.form-close[data-v-a01ecd24] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.form-close[data-v-a01ecd24] svg {
  width: 20px;
  height: 20px;
}
.form-body[data-v-a01ecd24] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
  flex: 1;
  min-height: 0;
}
.form-field[data-v-a01ecd24] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-label[data-v-a01ecd24] {
  font-size: 12px;
  color: #94A3B8;
}
.required[data-v-a01ecd24] {
  color: #EF4444;
}
.form-input[data-v-a01ecd24] {
  background-color: #2A2A2A;
  border: 1px solid #444;
  border-radius: 4px;
  color: white;
  padding: 6px 10px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}
.form-input[data-v-a01ecd24]:focus {
  border-color: #60CDFF;
}
.form-input.error[data-v-a01ecd24] {
  border-color: #EF4444;
}
.form-input.readonly[data-v-a01ecd24] {
  background-color: #222;
  color: #94A3B8;
}
.form-input[data-v-a01ecd24]::placeholder {
  color: #555;
}
.form-input[type='number'][data-v-a01ecd24]::-webkit-outer-spin-button,
.form-input[type='number'][data-v-a01ecd24]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-input[type='number'][data-v-a01ecd24] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.form-error[data-v-a01ecd24] {
  font-size: 11px;
  color: #EF4444;
}
.form-warning[data-v-a01ecd24] {
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  border-radius: 6px;
  background-color: rgba(251, 191, 36, 0.08);
  color: #FCD34D;
  font-size: 12px;
}
.form-actions[data-v-a01ecd24] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

.zones-wrapper[data-v-150163aa] {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 380px;
  min-width: 380px;
  border-right: 1px solid #475569;
}
.zones-wrapper.has-right-pane[data-v-150163aa] {
  width: 760px;
  min-width: 760px;
}
.zones-list-pane[data-v-150163aa] {
  width: 380px;
  min-width: 380px;
  height: 100%;
}
.zones-right-pane[data-v-150163aa] {
  width: 380px;
  min-width: 380px;
  height: 100%;
  border-left: 1px solid #333;
  background-color: #1E1E1E;
}
.zone-edit-tip[data-v-150163aa] {
  position: fixed;
  top: 60px;
  max-width: 430px;
  border: 1px solid rgba(51, 65, 85, 1);
  background-color: rgba(28, 28, 28, 0.95);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px;
  color: white;
  border-radius: 8px;
  z-index: 99;
  font-size: 13px;
}
.tip-warning[data-v-150163aa] {
  color: #FBBF24;
  font-size: 12px;
}
.tip-actions[data-v-150163aa] {
  display: flex;
  gap: 16px;
}
.tip-action[data-v-150163aa] {
  cursor: pointer;
  font-size: 13px;
}
.tip-action.save[data-v-150163aa] {
  color: #60CDFF;
}
.tip-action.cancel[data-v-150163aa] {
  color: #94A3B8;
}
.tip-action[data-v-150163aa]:hover {
  text-decoration: underline;
}

.dropdown-wrapper[data-v-2336e3c6] {
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.dropdown-selected[data-v-2336e3c6] {
    background-color: #1c1c1c;
    border-radius: 3px;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.selected-regular[data-v-2336e3c6] {
    text-wrap: nowrap;
}
.active[data-v-2336e3c6] {
    border: 2px solid #22D3EE
}
.active-option[data-v-2336e3c6] {
    background-color: black !important;
}
.arrow[data-v-2336e3c6] {
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    margin-left: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}
.arrow-up[data-v-2336e3c6] {
    transform: rotate(-45deg);
    top: 14px
}
.dropdown-options[data-v-2336e3c6] {
    width: 100%;
    background-color: #1c1c1c;
    border-radius: 7px;
    border: 1px solid #334155;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 150px;
    height: fit-content;
    width: max-content;
    position: absolute;
    margin-top: 10px;
    z-index: 1000;
}
.dropdown-option[data-v-2336e3c6] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    position: relative;
    color: white;
    padding: 10px 15px;
}
.dropdown-option[data-v-2336e3c6]:first-child{
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.dropdown-option[data-v-2336e3c6]:last-child{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.hover-option[data-v-2336e3c6] {
    background-color: #2e302d;
    color: white;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateY(-15px);
    z-index: 999;
}
.hover-option-element[data-v-2336e3c6] {
    min-width: max-content
}
.hover-description[data-v-2336e3c6] {
    color: rgb(144, 155, 176);
    font-size: 14px;
}
.selected-description[data-v-2336e3c6] {
    width: 45%;
    color: #6B7280;
}
.option-description[data-v-2336e3c6] {
    width: 65%;
    color: #6B7280;
}
.checkmark[data-v-2336e3c6] {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
}
.checkmark[data-v-2336e3c6]::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 2px;
    left: 7px;
}
.disabled[data-v-2336e3c6] {
    color: #475569 !important;
    pointer-events: none;
}

.public-transport-panel[data-v-9f6b8138] {
  width: 380px;
  max-width: calc(100vw - 40px);
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(39, 39, 39);
  border-right: 1px solid #374151;
}
.header[data-v-9f6b8138] {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #121212;
  padding: 0 12px;
  border-bottom: 1px solid #374151;
}
.header__title[data-v-9f6b8138] {
  font-family: PT Root UI Medium;
  font-size: 16px;
  line-height: 1.2;
  color: #f8fafc;
}
.header__close[data-v-9f6b8138] {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  border: none;
  background: transparent;
  padding: 0;
}
.subsections-shell[data-v-9f6b8138] {
  position: relative;
  background-color: #1c1c1c;
}
.subsections-shell[data-v-9f6b8138]::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(28, 28, 28, 0), #1c1c1c 78%);
  z-index: 2;
}
.subsections[data-v-9f6b8138] {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 30px 0 12px;
  min-height: 40px;
  white-space: nowrap;
  width: max-content;
}
.subsections-scroll[data-v-9f6b8138] .ps__rail-x,
.subsections-scroll[data-v-9f6b8138] .ps__rail-y {
  display: none !important;
}
.subsections__tab[data-v-9f6b8138] {
  position: relative;
  padding: 10px 0 9px;
  color: #ffffff;
  font-family: PT Root UI Regular;
  font-size: 14px;
  line-height: 1.1;
  cursor: pointer;
  flex-shrink: 0;
}
.subsections__tab--active[data-v-9f6b8138] {
  color: #ffffff;
}
.subsections__tab--active[data-v-9f6b8138]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 3px;
  background-color: #13bddd;
}
.content[data-v-9f6b8138] {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 10px;
}
.filters[data-v-9f6b8138] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field[data-v-9f6b8138] {
  height: 36px;
  background-color: rgb(48, 48, 48);
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.field[data-v-9f6b8138]:focus-within {
  border-color: #2f3745;
}
.field--disabled[data-v-9f6b8138] {
  background-color: rgb(48, 48, 48);
  border-color: #2f3745;
}
.field--disabled .field__input[data-v-9f6b8138],
.field--disabled .field__icon[data-v-9f6b8138],
.field--disabled[data-v-9f6b8138] .dropdown-selected {
  color: rgb(123, 123, 123) !important;
}
.field--disabled .field__input[data-v-9f6b8138]::placeholder {
  color: rgb(123, 123, 123);
}
.field--disabled[data-v-9f6b8138] .arrow {
  border-top-color: rgb(123, 123, 123);
  border-right-color: rgb(123, 123, 123);
}
.field__input[data-v-9f6b8138],
.field__select[data-v-9f6b8138] {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  color: #ffffff;
  background: transparent;
  font-family: PT Root UI Regular;
  font-size: 13px;
  line-height: 1.2;
}
.field__clear[data-v-9f6b8138] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 0;
  margin-left: 6px;
  cursor: pointer;
}
.field__clear[data-v-9f6b8138] svg {
  width: 14px;
  height: 14px;
}
.field__clear[data-v-9f6b8138] path {
  fill: currentColor !important;
  stroke: currentColor !important;
}
.field__input[data-v-9f6b8138]::placeholder {
  color: #ffffff;
}
.field__input[data-v-9f6b8138]:disabled {
  cursor: not-allowed;
  color: rgb(123, 123, 123);
}
.field__select[data-v-9f6b8138] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 18px;
}
.field__icon[data-v-9f6b8138],
.field__chevron[data-v-9f6b8138] {
  color: #ffffff;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.field[data-v-9f6b8138]:not(.field--disabled) .dropdown-selected {
  color: #ffffff !important;
}
.field--select[data-v-9f6b8138] .dropdown-wrapper {
  height: 100%;
}
.field--select[data-v-9f6b8138] .dropdown-selected {
  height: 100%;
  border-radius: 6px;
  padding: 0;
  font-family: PT Root UI Regular;
  font-size: 13px;
}
.field--select[data-v-9f6b8138] .arrow {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
}
.field--select.field--disabled[data-v-9f6b8138] .arrow {
  border-top-color: rgb(123, 123, 123);
  border-right-color: rgb(123, 123, 123);
}
.labels-toggle[data-v-9f6b8138] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.labels-toggle__switch[data-v-9f6b8138] {
  width: 50px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid rgb(156, 156, 156);
  background: transparent;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.labels-toggle__switch[data-v-9f6b8138]:disabled {
  cursor: not-allowed;
  border-color: rgb(123, 123, 123);
}
.labels-toggle__switch:disabled .labels-toggle__thumb[data-v-9f6b8138] {
  background-color: rgb(123, 123, 123);
}
.labels-toggle__thumb[data-v-9f6b8138] {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgb(209, 209, 209);
  left: 4px;
  top: 3px;
  transition: left 0.2s ease;
}
.labels-toggle__switch--active[data-v-9f6b8138] {
  border-color: #13bddd;
  background-color: #13bddd;
}
.labels-toggle__switch--active .labels-toggle__thumb[data-v-9f6b8138] {
  left: 28px;
  background-color: black;
}
.labels-toggle__switch--active[data-v-9f6b8138]:disabled {
  border-color: #4b5563;
}
.labels-toggle__switch--active:disabled .labels-toggle__thumb[data-v-9f6b8138] {
  background-color: #6b7280;
}
.labels-toggle__text[data-v-9f6b8138] {
  color: #ffffff;
  font-family: PT Root UI Medium;
  font-size: 13px;
  line-height: 1.2;
}
.labels-toggle--disabled[data-v-9f6b8138] {
  opacity: 1;
}
.labels-toggle--disabled .labels-toggle__text[data-v-9f6b8138] {
  color: rgb(123, 123, 123);
}
.list-wrapper[data-v-9f6b8138] {
  margin-top: 10px;
  min-height: 0;
  flex: 1;
}
.stops-scroll[data-v-9f6b8138] {
  height: 100%;
  max-height: 100%;
}
.stop-row[data-v-9f6b8138] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px;
  border-bottom: 1px solid #2d323c;
  cursor: pointer;
  border-radius: 4px;
}
.stop-row--selected[data-v-9f6b8138] {
  background-color: rgb(23, 23, 23);
}
.stop-row__left[data-v-9f6b8138] {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.stop-row__bar[data-v-9f6b8138] {
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background-color: transparent;
}
.stop-row--selected .stop-row__bar[data-v-9f6b8138] {
  background-color: #13bddd;
}
.stop-row__bus[data-v-9f6b8138] {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.stop-row__name[data-v-9f6b8138] {
  font-size: 13px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stop-row__actions[data-v-9f6b8138] {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: visible;
}
.stop-row__action[data-v-9f6b8138] {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  overflow: visible;
}
.stop-row__action--eye svg[data-v-9f6b8138],
.stop-row__action--eye svg path[data-v-9f6b8138] {
  transition: fill 150ms ease;
}
.stop-row__action--eye:hover svg path[data-v-9f6b8138],
.stop-row__action--eye[data-v-9f6b8138]:hover path {
  fill: #06b6d4 !important;
}
.stop-row__action[data-v-9f6b8138] path {
  fill: #6b7280 !important;
}
.empty-state[data-v-9f6b8138] {
  text-align: center;
  color: #ffffff;
  font-family: PT Root UI Regular;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}
.empty-state--boxed[data-v-9f6b8138] {
  height: 38px;
  border: 1px dashed rgb(61, 61, 61);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer[data-v-9f6b8138] {
  margin-top: 12px;
}
.empty-subsection[data-v-9f6b8138] {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-family: PT Root UI Regular;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 14px;
}
.footer__add-btn[data-v-9f6b8138] {
  width: 100%;
  height: 34px;
  border: none;
  border-radius: 6px;
  background-color: #13bddd;
  color: #082f3a;
  font-family: PT Root UI Regular;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 5px;
  cursor: pointer;
}
.footer__add-btn--cancel[data-v-9f6b8138] {
  background-color: rgb(48, 48, 48);
  color: rgb(198, 198, 198);
}
.warning[data-v-9f6b8138] {
  position: fixed;
  top: 54px;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #10141d;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 10px 12px;
  color: #e2e8f0;
}
.warning__icon[data-v-9f6b8138] {
  width: 22px;
  height: 22px;
  color: #13bddd;
  flex-shrink: 0;
  margin-top: 2px;
}
.warning__main[data-v-9f6b8138] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.warning__text[data-v-9f6b8138] {
  font-family: PT Root UI Regular;
  font-size: 14px;
  line-height: 1.2;
}
.warning__action[data-v-9f6b8138] {
  font-family: PT Root UI Regular;
  font-size: 14px;
  line-height: 1.2;
  color: #13bddd;
  cursor: pointer;
}


.wrapper[data-v-6efee30a] {
    background-color: #1c1c1c;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 420px;
    border: 2px solid #334155;
    border-radius: 6px;
    gap: 5px;
    z-index: 998;
}
.scale[data-v-6efee30a] {
    display: flex;
    flex-direction: column;
}
.scale-labels[data-v-6efee30a] {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    color: #6B7280;
    font-size: 14px;
}
.scale-label[data-v-6efee30a] {
    width: calc(100% / 8);
    text-align: center;
}
.scale-values[data-v-6efee30a] {
    display: flex;
    padding: 0 25px 10px 25px;
}
.scale-value[data-v-6efee30a] {
    height: 20px;
    width: calc(100% / 7);
    display: block;
}

.button[data-v-f1bcbb9b] {
  cursor: pointer;
  border: none;
  background-color: #1F2937;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-out;
  position: relative;
}
.button[data-v-f1bcbb9b]:hover {
  background-color: #111827;
}
.active[data-v-f1bcbb9b] {
  background-color: #111827;
}
.icon-wrapper[data-v-f1bcbb9b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hover-text[data-v-f1bcbb9b] {
  display: none;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 5px 10px;
  background-color: #2C2C2CF5;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
}
.button:hover .hover-text[data-v-f1bcbb9b] {
  display: inline-block;
}

.dropdown[data-v-501bda3e] {
    display: flex;
}
.dropdown-options[data-v-501bda3e] {
    position: absolute;
    min-width: 250px;
    background-color: #111827;
    border: 1px solid #1F2937;
    border-radius: 8px;
    right: calc(100% + 10px);
    bottom: 0;
    white-space: nowrap;
    color: #F0F9FF;
    font-weight: 500;
    z-index: 1;
}
.dropdown-option[data-v-501bda3e] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    cursor: pointer;
    border-bottom: 1px solid #1F2937;
}
.option-icon[data-v-501bda3e] {
    height: 26px;
    width: 26px;
}
.dropdown-option[data-v-501bda3e]:last-child {
    border-bottom: none;
}
.selected[data-v-501bda3e] {
    color: #22D3EE;
}
.selected[data-v-501bda3e] svg > path {
    fill: #22D3EE
}

[data-v-7b31f167] .blocked-wrapper {
    pointer-events: none;
}
[data-v-7b31f167] .blocked {
    filter: grayscale(1) brightness(0.4);
}

.wrapper[data-v-03ca11aa] {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    min-height: 65px;
    max-height: 100%;
    background-color: #272727;
    position: relative;
    text-wrap: nowrap
}
.header[data-v-03ca11aa] {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #1C1C1C;
    color: white;
    z-index: 1;
}
.header[data-v-03ca11aa] * {
    height: 30px;
}
.header__title[data-v-03ca11aa] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__close[data-v-03ca11aa] {
    cursor: pointer;
    display: flex;
    gap: 15px;
}
.main[data-v-03ca11aa] {
    color: white;
    padding: 10px 20px;
    display: flex;
    position: relative;
    z-index: 999;
    flex-direction: column;
    height: 250px;
}
.titles[data-v-03ca11aa] {
    display: flex;
    color: #6B7280;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    text-wrap: nowrap;
    gap: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.title[data-v-03ca11aa] {
    display: flex;
    align-items: center;
    gap: 20px;
}
.data_all[data-v-03ca11aa] {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border-bottom: 1px solid #475569;
    padding-left: 10px;
}
.data[data-v-03ca11aa] {
    padding: 10px 0;
}
.trip_id[data-v-03ca11aa] {
    min-width: 200px;
    width: 200px;
}
.trip_intensity[data-v-03ca11aa] {
    min-width: 200px;
    width: 200px;
}
.total_probability[data-v-03ca11aa] {
    color: white;
    white-space: nowrap;
}
.view_trip[data-v-03ca11aa] {
    margin-left: auto;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #475569;
    margin-bottom: 0;
    margin-top: auto;
    height: 35px;
    display: flex;
    align-items: end;
    cursor: pointer;
}
.view_trip[data-v-03ca11aa]:hover svg > path {
    stroke: #22D3EE;
    fill: #22D3EE;
}


.wrapper[data-v-a6978b85] {
    display: flex;
    flex-direction: column;
    background-color: #272727;
    color: white;
    width: 100%;
}
.header[data-v-a6978b85] {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 16px;
    background-color: #1C1C1C;
    align-items: center;
}
.header__close[data-v-a6978b85] {
    width: 20px;
    cursor: pointer;
}
.main[data-v-a6978b85] {
    height: 250px;
    padding: 10px 20px;
}
.titles[data-v-a6978b85] {
    display: flex;
    color: #6B7280;
    gap: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.zone_id[data-v-a6978b85],
.zone_intensity[data-v-a6978b85] {
    min-width: 200px;
    width: 200px;
}
.zone_id[data-v-a6978b85] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.total_probability[data-v-a6978b85] {
    color: #10B981;
    font-weight: bold;
}
.data_all[data-v-a6978b85] {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 10px;
}
.data[data-v-a6978b85] {
    padding: 10px 0;
}
.zone_intensity.clickable[data-v-a6978b85] {
    cursor: pointer;
    text-decoration: underline dotted #22D3EE;
    color: #22D3EE;
    font-weight: 500;
}
.actions[data-v-a6978b85] {
    margin-left: auto;
    display: flex;
    gap: 10px;
    padding-right: 10px;
}
.action_btn[data-v-a6978b85] {
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
}
.action_btn[data-v-a6978b85]:hover svg > path {
  stroke: #22D3EE;
  fill: #22D3EE;
}
.intensity-distribution-popup[data-v-a6978b85] {
    position: fixed;
    width: 320px;
    background-color: #111827;
    border: 1px solid #1F2937;
    border-radius: 8px;
    z-index: 10000;
    color: #E0E0E0;
    padding: 12px;
    pointer-events: auto;
}
.sum-popup__title[data-v-a6978b85] {
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: 1px solid #1F2937;
    padding-bottom: 5px;
}
.sum-popup__title span[data-v-a6978b85] {
    display: block;
    font-weight: 400;
    color: #A0A0A0;
    font-size: 12px;
}
.sum-popup__row[data-v-a6978b85] {
    display: flex;
    justify-content: space-between;
    padding: 6px 4px;
    border-radius: 4px;
    margin: 2px 0;
}
.sum-popup__route-intensity[data-v-a6978b85] {
    font-weight: 600;
    margin-left: auto;
    margin-right: 10px;
}
.sum-popup__eye-icon[data-v-a6978b85] {
    width: 18px;
    opacity: 0.7;
    cursor: pointer;
}
.sum-popup__eye-icon[data-v-a6978b85]:hover path {
    stroke: #22D3EE;
    fill: #22D3EE;
}
.group-actions[data-v-a6978b85] {
    padding: 25px;
    border-top: 1px solid #475569;
}
.add-zone[data-v-a6978b85] {
    width: 160px;
}

.wrapper[data-v-a5351ad8] {
    display: flex;
    flex-direction: column;
    background-color: #272727;
    color: white;
    width: 100%;
}
.header[data-v-a5351ad8] {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 16px;
    background-color: #1C1C1C;
    align-items: center;
}
.header__close[data-v-a5351ad8] {
    width: 20px;
    cursor: pointer;
}
.main[data-v-a5351ad8] {
    height: 250px;
    padding: 10px 20px;
}
.titles[data-v-a5351ad8] {
    display: flex;
    color: #6B7280;
    gap: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.zone_id[data-v-a5351ad8] {
    min-width: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.data_all[data-v-a5351ad8] {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 10px;
}
.data[data-v-a5351ad8] {
    padding: 10px 0;
}
.actions[data-v-a5351ad8] {
    margin-left: auto;
    display: flex;
    gap: 10px;
    padding-right: 10px;
}
.action_btn[data-v-a5351ad8] {
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
}
.action_btn[data-v-a5351ad8]:hover svg > path {
  stroke: #22D3EE;
  fill: #22D3EE;
}
.group-actions[data-v-a5351ad8] {
    padding: 25px;
    border-top: 1px solid #475569;
}
.add-zone[data-v-a5351ad8] {
    width: 160px;
}

/* Customize the label (the container) */
.container[data-v-cfe4b31a] {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
}

/* Hide the browser's default radio button */
.container input[data-v-cfe4b31a] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark[data-v-cfe4b31a] {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark[data-v-cfe4b31a] {
  background-color: #60CDFF;
  border: 0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark[data-v-cfe4b31a]:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark[data-v-cfe4b31a]:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark[data-v-cfe4b31a]:after {
  top: 5.5px;
  left: 5.5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: black;
}

.info-trigger[data-v-5aa4a95a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: help;
}
.info-icon[data-v-5aa4a95a] {
  width: 14px;
  height: 14px;
}
.tooltip[data-v-5aa4a95a] {
  position: fixed;
  z-index: 100000;
  max-width: 320px;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #334155;
  background: #121212;
  color: #f1f5f9;
  font-size: 12px;
  line-height: 1.3;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.17.0"}.katex .katex-mathml{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}

.katex-formula[data-v-03455669] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.katex-formula__math[data-v-03455669] {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  background: #1E1E1E;
  border: 1px solid #3f3f46;
  color: #e5e7eb;
  overflow-x: auto;
}
.katex-formula__math[data-v-03455669] .katex,
.katex-formula__math[data-v-03455669] .katex-display,
.katex-formula__math[data-v-03455669] .katex * {
  color: #e5e7eb;
}
.katex-formula__caption[data-v-03455669] {
  font-size: 12px;
  line-height: 1.35;
  color: #9ca3af;
  text-align: center;
}

.tab-root[data-v-c938826a] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  color: #f3f4f6;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
.block[data-v-c938826a] {
  border: 1px solid #3f3f46;
  border-radius: 8px;
  background: #272727;
  padding: 10px;
}
.block__label[data-v-c938826a] {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 8px;
}
.method-radio-row[data-v-c938826a] {
  display: flex;
  gap: 20px;
  align-items: center;
}
.method-hint[data-v-c938826a] {
  border: 1px dashed #3f3f46;
  border-radius: 8px;
  padding: 10px;
  color: #9ca3af;
  font-size: 12px;
}
.regression-layout[data-v-c938826a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.coeff-group[data-v-c938826a] {
  border: 1px solid #3f3f46;
  border-radius: 8px;
  padding: 10px;
  background: #272727;
}
.coeff-group__title[data-v-c938826a] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.group-warning[data-v-c938826a] {
  color: #f5d38a;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.coeff-grid[data-v-c938826a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
}
.cross-layout[data-v-c938826a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.field[data-v-c938826a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
}
.field[data-v-c938826a] .input-container {
  max-width: 200px;
}
.field--single[data-v-c938826a] {
  max-width: 340px;
}
.field__label[data-v-c938826a] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.field-message[data-v-c938826a] {
  min-height: 16px;
}
.thresholds-box[data-v-c938826a] {
  border: 1px solid #3f3f46;
  border-radius: 8px;
  padding: 10px;
}
.thresholds-box__title[data-v-c938826a] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
}
.thresholds-box__header[data-v-c938826a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.threshold-add-btn[data-v-c938826a] {
  border: 1px solid #3f3f46;
  border-radius: 6px;
  background: transparent;
  color: #9ca3af;
  font-size: 12px;
  padding: 4px 8px;
  cursor: pointer;
}
.threshold-add-btn[data-v-c938826a]:hover:not(:disabled) {
  border-color: #6b7280;
  color: #f3f4f6;
}
.threshold-add-btn[data-v-c938826a]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.threshold-row[data-v-c938826a] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.threshold-cell[data-v-c938826a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.threshold-input-row[data-v-c938826a] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.threshold-remove-btn[data-v-c938826a] {
  width: 26px;
  height: 26px;
  border: 1px solid #3f3f46;
  border-radius: 6px;
  background: transparent;
  color: #9ca3af;
  font-weight: 700;
  cursor: pointer;
}
.threshold-remove-btn[data-v-c938826a]:hover:not(:disabled) {
  border-color: #6b7280;
  color: #f3f4f6;
}
.threshold-remove-btn[data-v-c938826a]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.table-wrap[data-v-c938826a] {
  margin-top: 4px;
}
.table-scroll[data-v-c938826a] {
  max-width: 100%;
  padding-bottom: 6px;
}
.table-title[data-v-c938826a] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.rates-table[data-v-c938826a] {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  min-width: 100%;
}
.table-scroll[data-v-c938826a] .ps__rail-x {
  opacity: 1;
}
.rates-table th[data-v-c938826a],
.rates-table td[data-v-c938826a] {
  border: 1px solid #3f3f46;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.rates-table th[data-v-c938826a] {
  background: #272727;
  font-weight: 700;
}
.rate-cell[data-v-c938826a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.field-message[data-v-c938826a] {
  min-height: 16px;
  width: 100%;
}
.field-error[data-v-c938826a] {
  color: #fecaca;
  font-size: 11px;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}
.field-warning[data-v-c938826a] {
  color: #f5d38a;
  font-size: 11px;
  line-height: 1.3;
}
@media (max-width: 980px) {
.regression-layout[data-v-c938826a],
  .coeff-grid[data-v-c938826a] {
    grid-template-columns: 1fr;
}
.method-radio-row[data-v-c938826a] {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
}

.tab-root[data-v-caeaba35] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  color: #f3f4f6;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
.block[data-v-caeaba35] {
  border: 1px solid #3f3f46;
  border-radius: 8px;
  background: #272727;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.field[data-v-caeaba35] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: #9ca3af;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.field[data-v-caeaba35] .input-container {
  width: 100%;
  max-width: 100%;
}
.field-message[data-v-caeaba35] {
  min-height: 18px;
  word-break: break-word;
}
.field--radio[data-v-caeaba35] {
  gap: 8px;
}
.field__label[data-v-caeaba35] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.radio-row[data-v-caeaba35] {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.type-text[data-v-caeaba35] {
  color: #f3f4f6;
  font-size: 12px;
}
.field-message[data-v-caeaba35] {
  min-height: 16px;
}
.field-error[data-v-caeaba35] {
  color: #fecaca;
  font-size: 11px;
  line-height: 1.3;
}
.field-warning[data-v-caeaba35] {
  color: #f5d38a;
  font-size: 11px;
  line-height: 1.3;
}
@media (max-width: 920px) {
.radio-row[data-v-caeaba35] {
    flex-direction: column;
    gap: 8px;
}
}

.tab-root[data-v-00ae923e] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  color: #f3f4f6;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
.section-title[data-v-00ae923e] {
  font-size: 12px;
  color: #9ca3af;
}
.table-wrap[data-v-00ae923e] {
  width: 100%;
  margin-top: 2px;
}
.table-scroll[data-v-00ae923e] {
  width: 100%;
  padding-bottom: 6px;
}
.table-scroll[data-v-00ae923e] .ps__rail-x {
  opacity: 1;
}
.mode-table[data-v-00ae923e] {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.mode-table th[data-v-00ae923e],
.mode-table td[data-v-00ae923e] {
  border: 1px solid #3f3f46;
  padding: 8px;
  font-size: 12px;
  min-width: 0;
}
.mode-table th[data-v-00ae923e] {
  background: #272727;
  font-weight: 700;
}
.mode-table td[data-v-00ae923e]:first-child {
  font-weight: 700;
}
.cell-wrap[data-v-00ae923e] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.cell-message[data-v-00ae923e] {
  min-height: 16px;
  max-width: 100%;
}
.field-error[data-v-00ae923e] {
  color: #fecaca;
  font-size: 11px;
  line-height: 1.3;
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.hint[data-v-00ae923e] {
  margin-left: 6px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
}
.inline-warning[data-v-00ae923e] {
  border: 1px solid #7a5a23;
  background: #2f2614;
  border-radius: 8px;
  padding: 8px;
  color: #f5d38a;
  font-size: 12px;
  line-height: 1.35;
}

.tab-root[data-v-b507f57c] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  color: #f3f4f6;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
.block[data-v-b507f57c] {
  border: 1px solid #3f3f46;
  border-radius: 8px;
  background: #272727;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.block__title[data-v-b507f57c] {
  font-size: 13px;
  font-weight: 700;
}
.method-radio-row[data-v-b507f57c] {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.method-hints[data-v-b507f57c] {
  font-size: 12px;
  color: #9ca3af;
  display: grid;
  gap: 3px;
}
.two-columns[data-v-b507f57c] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.field[data-v-b507f57c] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
}
.field[data-v-b507f57c] .input-container {
  max-width: 200px;
}
.field--single[data-v-b507f57c] {
  max-width: 340px;
}
.field__label[data-v-b507f57c] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.field-message[data-v-b507f57c] {
  min-height: 16px;
}
.field-error[data-v-b507f57c] {
  color: #fecaca;
  font-size: 11px;
  line-height: 1.3;
}
.field-warning[data-v-b507f57c] {
  color: #f5d38a;
  font-size: 11px;
  line-height: 1.3;
}
@media (max-width: 920px) {
.two-columns[data-v-b507f57c] {
    flex-direction: column;
}
.method-radio-row[data-v-b507f57c] {
    flex-direction: column;
    gap: 8px;
}
}

.wrapper[data-v-5346dcb7] {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 100%;
	max-height: 100%;
	background-color: #272727;
	border-top: 1px solid #374151;
}
.header[data-v-5346dcb7] {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	border-bottom: 1px solid #374151;
	background-color: #272727;
}
.header__title[data-v-5346dcb7] {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}
.header__close[data-v-5346dcb7] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 64px;
	height: 24px;
}
.handle[data-v-5346dcb7] {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	cursor: ns-resize;
	color: #9ca3af;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}
.handle[data-v-5346dcb7] svg {
	width: 24px;
	height: 24px;
	display: block;
}
.close[data-v-5346dcb7] {
	width: 24px;
	height: 24px;
	cursor: pointer;
	color: #9ca3af;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.close[data-v-5346dcb7] svg {
	width: 24px;
	height: 24px;
	display: block;
}
.tabs[data-v-5346dcb7] {
	padding: 8px 12px 2px;
	border-bottom: 1px solid #374151;
	background-color: #272727;
}
.tabs-scroll[data-v-5346dcb7] {
	max-width: 100%;
}
.tabs-scroll[data-v-5346dcb7] .ps__rail-x {
	opacity: 1;
}
.tabs__inner[data-v-5346dcb7] {
	display: flex;
	align-items: center;
	gap: 8px;
	width: max-content;
	min-width: 100%;
}
.tabs__item[data-v-5346dcb7] {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 10px;
	font-size: 13px;
	border-radius: 6px;
	color: #9ca3af;
	cursor: pointer;
	white-space: nowrap;
}
.tabs__item--active[data-v-5346dcb7] {
	color: #ffffff;
	font-weight: 600;
	background: #374151;
}
.tabs__status[data-v-5346dcb7] {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.tabs__status--valid[data-v-5346dcb7] {
	background: #21a366;
}
.tabs__status--invalid[data-v-5346dcb7] {
	background: #dc3545;
}
.tabs__status--empty[data-v-5346dcb7] {
	background: #c4cdd6;
}
.tabs__check[data-v-5346dcb7] {
	width: 6px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	margin-top: -1px;
}
.content[data-v-5346dcb7] {
	flex: 1;
	min-height: 0;
	border-bottom: 1px solid #374151;
}
.content-scroll[data-v-5346dcb7] {
	height: 100%;
	scroll-behavior: auto;
}
[data-v-5346dcb7] .content-scroll > .ps__rail-y,[data-v-5346dcb7] .content-scroll > .ps__rail-x {
	opacity: 0 !important;
	visibility: hidden !important;
	display: none !important;
	pointer-events: none;
}
[data-v-5346dcb7] .content-scroll.content-scroll--real-overflow.ps--active-y > .ps__rail-y,[data-v-5346dcb7] .content-scroll.content-scroll--real-overflow.ps--active-x > .ps__rail-x {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	pointer-events: auto;
}
.actions[data-v-5346dcb7] {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding: 10px 12px;
	background-color: #272727;
}
.actions__left[data-v-5346dcb7],
.actions__right[data-v-5346dcb7] {
	flex: 1 1 260px;
	max-width: 360px;
}
.actions__right[data-v-5346dcb7] {
	min-width: 220px;
}
.save-btn-wrapper[data-v-5346dcb7] {
	position: relative;
}
.save-tooltip[data-v-5346dcb7] {
	position: absolute;
	right: 0;
	bottom: calc(100% + 8px);
	width: 360px;
	max-width: calc(100vw - 24px);
	background: #121212;
	color: #fff;
	border-radius: 8px;
	padding: 10px;
	z-index: 5;
	border: 1px solid #3f3f46;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}
.save-tooltip__title[data-v-5346dcb7] {
	font-weight: 700;
	margin-bottom: 6px;
	font-size: 12px;
}
.save-tooltip__row[data-v-5346dcb7] {
	font-size: 12px;
	line-height: 1.35;
}

@font-face {
    font-family: 'PT Root UI Medium';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Medium'), url('/fonts/PT_Root_UI_Medium.woff') format('woff');
}
.wrapper[data-v-75b26534] {
    height: 70px;
    background-color: #1C1C1C;
    position: relative;
    border-bottom: 1px solid #64748B;
    padding: 20px 20px;
}
.header[data-v-75b26534] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    gap: 20px;
}
.header[data-v-75b26534] * {
    height: 30px;
}
.header__tabs[data-v-75b26534] {
    display: flex;
    gap: 25px;
}
.header__tab[data-v-75b26534] {
    cursor: pointer;
    position: relative;
    text-wrap: nowrap;
    position: relative;
}
.header__tab--active[data-v-75b26534]::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #60CDFF;
    border-radius: 10px;
}
.header__fold[data-v-75b26534] {
    cursor: pointer;
    position: absolute;
    top: -14px;
    right: 33px;
}
.header__fold[data-v-75b26534] * {
    height: 23px;
}
.header__fold--unfold[data-v-75b26534] {
    transform: rotate(180deg);
    top: -20px;
}
.header__handle[data-v-75b26534] {
    cursor: ns-resize;
    margin-right: 12px;
}
.add-tab[data-v-75b26534] {
    position: relative
}
.add-tab--plus[data-v-75b26534] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border: 2px solid transparent;
}
.add-tab--plus-icon[data-v-75b26534] {
    height: 18px;
    width: 18px;
}
.add-tab--option[data-v-75b26534] {
    cursor: pointer;
    width: 100%;
}
.add-tab--options[data-v-75b26534] {
    border: 2px solid #334155;
    background-color: #1C1C1C;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 200px;
    border-radius: 6px;
    padding: 15px;
    gap: 15px;
    z-index: 2147483647;
    position: absolute;
    top: 45px
}
.add-tab--options.above[data-v-75b26534] {
    position: absolute;
    top: auto;
    bottom: calc(100% + 20px);
    right: -180px;
}
.plus-active[data-v-75b26534] {
    border: 2px solid #06B6D4;
    border-radius: 6px
}
.header__export[data-v-75b26534] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #06B6D4;
    font-family: 'PT Root UI Medium';
    cursor: pointer;
    margin-left: auto;
    margin-right: 35px;
}
.deletable-tab[data-v-75b26534] {
    margin-right: 20px;
}
.delete-tab[data-v-75b26534] {
    position: absolute;
    height: 20px;
    top: 3px;
    right: -25px;
}

.dropdown-wrapper[data-v-8a9d89ed] {
    width: 100%;
    position: relative;
}
.dropdown-selected[data-v-8a9d89ed] {
    background-color: #1c1c1c;
    border-radius: 3px;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.selected-regular[data-v-8a9d89ed] {
    text-wrap: nowrap;
}
.active[data-v-8a9d89ed] {
    border: 2px solid #22D3EE
}
.arrow[data-v-8a9d89ed] {
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    margin-left: auto;
    position: relative;
    top: -2px;
}
.arrow-up[data-v-8a9d89ed] {
    transform: rotate(-45deg);
    top: 2px
}
.dropdown-options[data-v-8a9d89ed] {
    width: 100%;
    background-color: #1c1c1c;
    border-radius: 7px;
    align-items: center;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 150px;
    height: fit-content;
    width: max-content;
    position: absolute;
    margin-top: 10px;
    z-index: 1000;
}
.dropdown-option[data-v-8a9d89ed] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    background-color: #1c1c1c;
    color: white;
    padding: 10px;
}
.hover-option[data-v-8a9d89ed] {
    background-color: #2e302d;
    color: white;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateY(-15px);
    z-index: 999;
}
.hover-option-element[data-v-8a9d89ed] {
    min-width: max-content
}
.hover-description[data-v-8a9d89ed] {
    color: rgb(144, 155, 176);
    font-size: 14px;
}
.disabled[data-v-8a9d89ed] {
    color: #475569 !important;
    pointer-events: none;
}

.wrapper[data-v-d1d2d3ba] {
  height: 70px;
  background-color: #1C1C1C;
  position: relative;
  border-bottom: 1px solid #64748B;
  padding: 20px;
}
.header[data-v-d1d2d3ba] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  gap: 16px;
}
.header[data-v-d1d2d3ba] > * {
  min-height: 30px;
}
.header__title[data-v-d1d2d3ba] {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.header__link-button[data-v-d1d2d3ba] {
  appearance: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.55);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}
.header__link-button[data-v-d1d2d3ba]:hover {
  color: #e2e8f0;
  border-bottom-color: #ffffff;
}
.header__link-button[data-v-d1d2d3ba]:focus-visible {
  outline: none;
  border-bottom-color: #06B6D4;
  color: #06B6D4;
}
.header__link-button[data-v-d1d2d3ba]:active {
  opacity: 0.85;
}
.header__link-button[data-v-d1d2d3ba]::after {
  content: '';
  display: block;
  height: 0;
}
.header__link-button[data-v-d1d2d3ba] {
  cursor: pointer;
}
.header__link-button[data-v-d1d2d3ba]::after {
  content: '';
  display: block;
  height: 0;
}
.header__link-button[data-v-d1d2d3ba] {
  cursor: pointer;
}
.header__period[data-v-d1d2d3ba] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__period-label[data-v-d1d2d3ba] {
  font-size: 13px;
  color: #94a3b8;
  line-height: 30px;
}
.header__period-dropdown[data-v-d1d2d3ba] {
  width: 140px;
  min-height: 30px;
}
.header__period-dropdown .dropdown-wrapper[data-v-d1d2d3ba] {
  height: 30px;
}
.header__period-dropdown .dropdown-selected[data-v-d1d2d3ba] {
  height: 30px;
  padding: 0 12px;
  align-items: center;
}
.header__period-dropdown .dropdown-selected .arrow[data-v-d1d2d3ba] {
  width: 6px;
  height: 6px;
  border-top-width: 2px;
  border-right-width: 2px;
  top: 0;
  margin-left: auto;
}
.header__export[data-v-d1d2d3ba] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #60cdff;
  font-family: 'PT Root UI Medium';
  cursor: pointer;
  margin-left: auto;
  margin-right: 35px;
  background: transparent;
  border: none;
  padding: 0;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.export__icon[data-v-d1d2d3ba] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.export__icon[data-v-d1d2d3ba] svg {
  width: 18px;
  height: 18px;
  display: block;
  color: currentColor;
}
.header__fold[data-v-d1d2d3ba] {
  cursor: pointer;
  position: absolute;
  top: -14px;
  right: 33px;
}
.header__fold[data-v-d1d2d3ba] * {
  height: 23px;
}
.header__fold--unfold[data-v-d1d2d3ba] {
  transform: rotate(180deg);
  top: -20px;
}
.header__handle[data-v-d1d2d3ba] {
  cursor: ns-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.header__handle svg[data-v-d1d2d3ba] {
  cursor: ns-resize;
}

/*
.vue-slider-marks::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: relative;
  top: -4px;
  background: repeating-linear-gradient(
    to right,
    grey,
    grey 1px,
    transparent 1px,
    transparent 10px
  );
}
*/
.timeline-wrapper[data-v-8efc2748] {
    background-color: transparent;
    width: 100%;
    padding: 0 15px;
}
.timeline-range[data-v-8efc2748] {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.timeline-range-selector[data-v-8efc2748] {
    color: white;
    display: flex;
    gap: 10px;
}
.timeline-range-input[data-v-8efc2748] {
    width: 45px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.custom-dot[data-v-8efc2748] {
    display: none
}
.custom-tooltip[data-v-8efc2748] {
    height: 25px;
    width: 15px;
    cursor: pointer;
}
.vue-slider-mark-label[data-v-8efc2748] {
    height: 10px;
    width: 10px;
    background-color: black;
    color: transparent;
    transform: translateY(-350%) !important;
}
.custom-mark[data-v-8efc2748] {
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    color: grey;
}
.custom-mark[data-v-8efc2748]::after {
    content: "";
    height: 10px;
    width: 1.5px;
    display: block;
    background-color: grey;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.hide-text[data-v-8efc2748] {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

@font-face {
    font-family: 'PT Mono';
    font-style: normal;
    font-weight: normal;
    src: local('PTMono'), url('/fonts/PTMono.ttf') format('truetype');
}
.header[data-v-90f6b875] {
    background-color: #1C1C1C;
    color: white;
    padding: 20px;
    border-bottom: 1px solid #64748B;
}
.main[data-v-90f6b875] {
    background-color: #1C1C1C;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.playback-controls[data-v-90f6b875] {
    display: flex;
    align-items: center;
    gap: 12px
}
.playback-button[data-v-90f6b875] {
    height: 24px;
    cursor: pointer
}
.pause-button[data-v-90f6b875] {
    height: 22px
}
.play-button[data-v-90f6b875] {
    height: 22px
}
.stop-button[data-v-90f6b875] {
    height: 20px;
}
.playback-button-disabled[data-v-90f6b875] {
    pointer-events: none;
}
.playback-speed-control[data-v-90f6b875] {
    background-color: #64748B;
    color: black;
    border-radius: 3px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-family: 'PT Mono';
    font-size: 14px;
    cursor: pointer;
}
.timer[data-v-90f6b875] {
    font-size: 16px;
    color: white;
    font-family: 'PT Mono';
}
.timeline[data-v-90f6b875] {
    position: relative;
    top: 10px;
}
.wrapper[data-v-b2a3dcc7] {
    padding: 10px 20px;
    background-color: #272727;
    height: 100%;
}
.table[data-v-b2a3dcc7],
.content__table[data-v-b2a3dcc7] {
    display: table;
    color: white;
    table-layout: fixed;
    width: 100%;
    margin: 0
}
.table__headers[data-v-b2a3dcc7] {
    color: #6B7280
}
.table__row[data-v-b2a3dcc7] {
    display: table-row;
}
.table__cell[data-v-b2a3dcc7] {
    display: table-cell;
    padding: 10px;
    margin: 0;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #475569;
}
.table__cell[data-v-b2a3dcc7]>* {
    margin: 0;
    padding: 0;
}
.table__content:hover .table__cell[data-v-b2a3dcc7] {
    border-top: 1px solid #06B6D4;
    border-bottom: 1px solid #06B6D4;
}
.cell__header[data-v-b2a3dcc7] {
    border-bottom: 0
}
.cell-hover[data-v-b2a3dcc7] {
    display: none;
    position: absolute;
    box-shadow: 0px 4px 8px 0px #00000042;
    padding: 5px;
    background-color: #272727;
    left: 50px;
    bottom: -10px;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
}
.cell__data[data-v-b2a3dcc7] {
    width: fit-content
}
.cell__data:hover .cell-hover[data-v-b2a3dcc7] {
    display: block;
}
.hover-left[data-v-b2a3dcc7] {
    transform: translateX(-100%);
    left: 0;
}
.table__content[data-v-b2a3dcc7] {
    overflow: auto;
    max-height: 400px
}
.cell-id[data-v-b2a3dcc7] {
    width: 7%
}
.reset-filter[data-v-b2a3dcc7] {
    margin-top: 10px;
    padding-bottom: 20px;
    margin-left: 20px;
    display: flex;
    text-wrap: nowrap;
    align-items: center;
    gap: 20px;
}
.reset-filter-button[data-v-b2a3dcc7] {
    width: 135px;
}
.export-wrapper[data-v-b2a3dcc7] {
    display: flex;
    flex-direction: column;
    gap: 25px
}
.subtitle[data-v-b2a3dcc7] {
    margin-bottom: 15px;
}
.separator-options[data-v-b2a3dcc7] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.encoding-option[data-v-b2a3dcc7] {
    cursor: pointer;
    position: relative;
}
.selected-encoding-option[data-v-b2a3dcc7] {
    color: #06B6D4
}
.selected-encoding-option[data-v-b2a3dcc7]::after {
    position: absolute;
    right: 10px;
    top: 2px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.selectors-wrapper[data-v-b2a3dcc7] {
    display: flex;
    gap: 50px;
}
.encoding-scrollbar-wrapper[data-v-b2a3dcc7] {
    border: 1px solid #334155;
    border-radius: 7px;
}
.encoding-scrollbar[data-v-b2a3dcc7] {
    background-color: #1C1C1C;
    border-radius: 7px;
}
.encoding-options[data-v-b2a3dcc7] {
    height: 230px;
    min-width: 200px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}
.encoding-option[data-v-b2a3dcc7]:last-child>* {
    margin-bottom: 20px;
}
.filter-message[data-v-b2a3dcc7] {
    color: #6B7280;
}

.wrapper[data-v-839c8234] {
  padding: 10px 20px;
  background-color: #272727;
  border-top: 1px solid #475569;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.table[data-v-839c8234],
.content__table[data-v-839c8234] {
  display: table;
  color: white;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
.content-scroll[data-v-839c8234] {
  flex: 1;
  min-height: 0;
}
.content__wrapper[data-v-839c8234] {
  min-height: 0;
}
.table__headers[data-v-839c8234] {
  color: #6B7280;
}
.table__row[data-v-839c8234] {
  display: table-row;
}
.table__cell[data-v-839c8234] {
  display: table-cell;
  padding: 10px;
  margin: 0;
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #475569;
  white-space: nowrap;
}
.table__cell[data-v-839c8234]>* {
  margin: 0;
  padding: 0;
}
.table__content:hover .table__cell[data-v-839c8234] {
  border-top: 1px solid #06B6D4;
  border-bottom: 1px solid #06B6D4;
}
.cell__header[data-v-839c8234] {
  border-bottom: 0;
  cursor: pointer;
}
.cell-hover[data-v-839c8234] {
  display: none;
  position: absolute;
  box-shadow: 0px 4px 8px 0px #00000042;
  padding: 5px;
  background-color: #272727;
  left: 50px;
  bottom: -10px;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}
.cell__data[data-v-839c8234] {
  width: fit-content;
}
.cell__data:hover .cell-hover[data-v-839c8234] {
  display: block;
}
.hover-left[data-v-839c8234] {
  transform: translateX(-100%);
  left: 0;
}
.table__content[data-v-839c8234] {
  overflow: auto;
}
.table__row.table__content[data-v-839c8234] {
  cursor: pointer;
}
.table__row--selected[data-v-839c8234] {
  background-color: rgba(255, 255, 255, 0.06);
}
.cell-id[data-v-839c8234] {
  width: 7%;
}
.vc-cell[data-v-839c8234] {
  font-weight: 700;
}
.vc-green[data-v-839c8234] {
  color: #22c55e;
}
.vc-yellow[data-v-839c8234] {
  color: #f59e0b;
}
.vc-red[data-v-839c8234] {
  color: #ef4444;
}
.sort-arrow[data-v-839c8234] {
  margin-left: 6px;
  font-size: 11px;
}
.export-wrapper[data-v-839c8234] {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.subtitle[data-v-839c8234] {
  margin-bottom: 15px;
}
.separator-options[data-v-839c8234] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.encoding-option[data-v-839c8234] {
  cursor: pointer;
  position: relative;
}
.selected-encoding-option[data-v-839c8234] {
  color: #06B6D4
}
.selected-encoding-option[data-v-839c8234]::after {
  position: absolute;
  right: 10px;
  top: 2px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.selectors-wrapper[data-v-839c8234] {
  display: flex;
  gap: 50px;
}
.encoding-scrollbar-wrapper[data-v-839c8234] {
  border: 1px solid #334155;
  border-radius: 7px;
}
.encoding-scrollbar[data-v-839c8234] {
  background-color: #1C1C1C;
  border-radius: 7px;
}
.encoding-options[data-v-839c8234] {
  height: 230px;
  min-width: 200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
.encoding-option[data-v-839c8234]:last-child>* {
  margin-bottom: 20px;
}
.vc-header[data-v-839c8234] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.vc-tooltip-wrapper[data-v-839c8234] {
  position: relative;
  display: flex;
  align-items: center;
}
.info-icon[data-v-839c8234] {
  width: 14px;
  height: 14px;
  cursor: help;
}
.vc-tooltip[data-v-839c8234] {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
  background: rgb(45, 45, 45);
  color: white;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  max-width: min-content;
  z-index: 999999;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
}
.vc-tooltip-wrapper:hover .vc-tooltip[data-v-839c8234] {
  opacity: 1;
  visibility: visible;
}

.wrapper[data-v-59b9ec0a] {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 !important;
}
.chart[data-v-59b9ec0a] {
    width: 100%;
}

.wrapper[data-v-eee4a8eb] {
    padding: 0px 20px;
    background-color: #272727;
    color: white;
    padding-right: 5px;
    position: relative;
}
.header[data-v-eee4a8eb] {
    color: #6B7280;
    padding: 10px;
    display: flex;
    position: relative;
    background-color: rgb(39, 39, 39);
    z-index: 1000;
}
.header__dropdown[data-v-eee4a8eb] {
    width: 180px;
    margin-left: 230px;
}
.header__dropdown[data-v-eee4a8eb]>*>* {
    padding: 5px;
}
.main[data-v-eee4a8eb] {
    padding-right: 40px;
    padding-bottom: 20px;
}
.main__row[data-v-eee4a8eb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 51px;
    border-bottom: 1px solid #475569;
    padding-left: 10px;
}
.row__chart[data-v-eee4a8eb] {
  width: var(--chart-width, calc(100% - 295px));
    height: 50px;
    position: absolute;
  left: var(--chart-left, 254px);
}
.warning[data-v-eee4a8eb] {
    color: white;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.warning__text[data-v-eee4a8eb] {
    background-color: #1F2937;
    border: 1px solid #374151;
    padding: 15px;
    width: max-content;
    border-radius: 4px;
    z-index: 1000;
}
.reset-filter[data-v-eee4a8eb] {
    width: 150px;
    margin-top: 20px;
    margin-left: 10px;
    z-index: 1000;
}
.reset-filter-top[data-v-eee4a8eb] {
    margin-top: 0;
    margin-left: 20px;
}
.stick[data-v-eee4a8eb] {
    position: absolute;
    max-height: 200%;
    width: 2px;
    background-color: #22D3EE;
    z-index: 999;
    top: -30px
}
.filler[data-v-eee4a8eb] {
    position: relative;
    display: flex;
    height: 20px;
    z-index: 1000;
    background-color: rgb(39, 39, 39);
}

.wrapper[data-v-8f765f74] {
    pointer-events: all;
}
.header[data-v-8f765f74] {
    background-color: #1C1C1C;
    color: white;
    padding: 15px;
    border-bottom: 1px solid #64748B;
    display: flex;
    justify-content: space-between;
}
.header__close[data-v-8f765f74] {
    width: 25px;
    cursor: pointer;
}
.main[data-v-8f765f74] {
    background-color: #272727;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
    color: white;
}
.crosswalk_delete[data-v-8f765f74] {
    margin-left: auto;
    height: 20px;
    cursor: pointer;
}
.save-button[data-v-8f765f74] {
    width: 140px;
    margin-left: auto;
}
.go-back[data-v-8f765f74] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #06B6D4;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
}
.traffic_light_connection[data-v-8f765f74] {
    text-wrap: nowrap;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.connected_tl[data-v-8f765f74] {
    border: 1px dashed #444;
    color: #9CA3AF;
    padding: 5px 10px;
    min-width: 110px;
    width: fit-content;
    border-radius: 4px;
}
.tl_id[data-v-8f765f74] {
    color: #06B6D4;
}


.wrapper[data-v-ca8faae3] {
  pointer-events: all;
  height: 170px;
}
.header[data-v-ca8faae3] {
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 10px 16px;
  border-top: 1px solid #334155;
  border-bottom: 1px solid #334155;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__title[data-v-ca8faae3] {
  font-family: PT Root UI Medium;
  font-size: 16px;
  line-height: 1.2;
}
.header__close[data-v-ca8faae3] {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #64748b;
  padding: 0;
}
.main[data-v-ca8faae3] {
  background-color: #272727;
  width: 100%;
  padding: 14px 16px 26px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 220px) minmax(220px, 170px) minmax(300px, 350px);
  gap: 10px 14px;
  align-items: end;
  color: #ffffff;
}
.main-scroll[data-v-ca8faae3] {
  width: 100%;
  background-color: #272727;
  overflow-x: auto;
  overflow-y: hidden;
}
.main-scroll > .main[data-v-ca8faae3] {
  min-width: 720px;
}
.main-overlay[data-v-ca8faae3] {
  position: absolute;
  inset: 0;
  background: rgba(54, 54, 54, 0.45);
  z-index: 20;
  pointer-events: all;
}
.field[data-v-ca8faae3] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 300px;
}
.field__label[data-v-ca8faae3] {
  color: #94a3b8;
  font-family: PT Root UI Regular;
  font-size: 13px;
  line-height: 1.2;
}
.field__dropdown[data-v-ca8faae3] {
  height: 34px;
}
.coords-row[data-v-ca8faae3] {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.coords-row__input[data-v-ca8faae3] {
  width: 220px;
}
.coords-row__copy-group[data-v-ca8faae3] {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.copy-notification[data-v-ca8faae3] {
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  background-color: rgb(43, 43, 43);
  color: white;
  padding: 5px 8px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px #00000042;
  white-space: nowrap;
  z-index: 10;
  font-family: PT Root UI Regular;
  font-size: 13px;
}
.copy-notification--left[data-v-ca8faae3] {
  left: auto;
  right: calc(100% + 8px);
}
.coords-row__btn[data-v-ca8faae3] {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: visible;
}
.coords-row__btn[data-v-ca8faae3] svg {
  display: block;
  overflow: visible;
}
.coords-row__btn--copy[data-v-ca8faae3] svg {
  width: 28px;
  height: 30px;
}
.coords-row__btn--edit[data-v-ca8faae3] svg {
  width: 18px;
  height: 20px;
}
.edit-angle-action[data-v-ca8faae3] {
  grid-column: 1 / span 2;
  margin-top: 2px;
  border: none;
  background: transparent;
  color: #06b6d4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-family: PT Root UI Regular;
  font-size: 14px;
  line-height: 1.2;
  justify-self: start;
  cursor: pointer;
}
.edit-angle-action[data-v-ca8faae3] svg {
  width: 20px;
  height: 20px;
  display: block;
  overflow: visible;
  flex-shrink: 0;
}
.warning[data-v-ca8faae3] {
  position: fixed;
  top: 54px;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #10141d;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 10px 12px;
  color: #e2e8f0;
}
.warning__icon[data-v-ca8faae3] {
  width: 22px;
  height: 22px;
  color: #13bddd;
  flex-shrink: 0;
  margin-top: 2px;
}
.warning__main[data-v-ca8faae3] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.warning__text[data-v-ca8faae3] {
  font-family: PT Root UI Regular;
  font-size: 14px;
  line-height: 1.2;
}
.warning__action[data-v-ca8faae3] {
  font-family: PT Root UI Regular;
  font-size: 14px;
  line-height: 1.2;
  color: #13bddd;
  cursor: pointer;
}
.field--coords[data-v-ca8faae3] input {
  color: #9ca3af;
}

.project-loading-overlay[data-v-b6e95406] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.project-loading-content[data-v-b6e95406] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #272727;
  padding: 40px 50px;
  border-radius: 8px;
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.37), 0px 2px 21px rgba(0, 0, 0, 0.37);
}
.project-loading-message[data-v-b6e95406] {
  color: #94A3B8;
  font-size: 16px;
  font-weight: 500;
}

.wrapper[data-v-b7514571] {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    min-height: 65px;
    max-height: 100%;
    background-color: #272727;
    position: relative;
    text-wrap: nowrap
}
.header[data-v-b7514571] {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #1C1C1C;
    color: white;
    z-index: 1;
}
.header[data-v-b7514571] * {
    height: 30px;
}
.header__tabs[data-v-b7514571] {
    display: flex;
    gap: 25px;
}
.header__tab[data-v-b7514571] {
    cursor: pointer;
    position: relative;
}
.header__tab--active[data-v-b7514571]::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #60CDFF;
    border-radius: 10px;
}
.handle[data-v-b7514571] {
    cursor: ns-resize;
}
.header__close[data-v-b7514571] {
    cursor: pointer;
    display: flex;
    gap: 15px;
}
.main[data-v-b7514571] {
    color: white;
    padding: 10px 20px;
    display: flex;
    position: relative;
    z-index: 999;
    flex-direction: column;
    min-height: 200px
}
.titles[data-v-b7514571] {
    display: flex;
    color: #6B7280;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    text-wrap: nowrap;
    gap: 20px;
    margin-bottom: 10px;
}
.title[data-v-b7514571] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
}
.title.probability[data-v-b7514571] {
    min-width: 390px;
}
.settings_all[data-v-b7514571] {
    display: flex;
    flex-direction: column;
    padding-right: 15px
}
.trips-scroll[data-v-b7514571] {
    max-height: 420px;
}
.settings[data-v-b7514571] {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    gap: 20px;
    height: 45px;
    margin-bottom: 10px;
    border-bottom: 1px solid #6B7280;
    padding-bottom: 10px;
}
.setting[data-v-b7514571] {
    padding: 0 10px
}
.behaviour_type[data-v-b7514571],
.agent_type[data-v-b7514571] {
    display: flex
}
.delete[data-v-b7514571] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    border-left: 1px solid #475569
}
.delete svg[data-v-b7514571] {
    height: 22px;
    width: 22px
}
.agent_type[data-v-b7514571] {
    min-width: 200px;
    width: 200px
}
.behaviour_type[data-v-b7514571] {
    min-width: 260px;
    width: 260px
}
.probability[data-v-b7514571],
.time[data-v-b7514571] {
    color: #06B6D4;
    width: fit-content;
    position: relative;
    min-width: 210px;
}
.total_probability[data-v-b7514571] {
    color: #06B6D4;
    text-decoration: underline dotted #06B6D4;
    cursor: pointer;
    margin-left: 45px;
}
.speed_limit[data-v-b7514571] {
    min-width: 175px;
    width: 175px
}
.text-input[data-v-b7514571] {
    background-color: #1c1c1c;
}
.speed-input[data-v-b7514571]::after {
    top: 10px
}
.buttons[data-v-b7514571] {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}
.buttons__modify[data-v-b7514571] {
    display: flex;
    gap: 15px;
}
.measurement-selecting[data-v-b7514571] {
    cursor: pointer;
    margin-left: 5px;
    width: 10px;
}
.selecting-active[data-v-b7514571] {
    transform: rotate(180deg)
}
.measurement__options[data-v-b7514571] {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: -105px;
    right: 15px;
    background-color: #1C1C1C;
    border-radius: 7px;
    border: 1px solid #334155;
    gap: 20px;
    color: white;
    padding: 15px;
    width: 220px;
    z-index: 999;
}
.measurement__option[data-v-b7514571] {
    cursor: pointer
}
.measurement__option.active-option[data-v-b7514571] {
    position: relative;
    padding-right: 25px;
}
.measurement__option.active-option[data-v-b7514571]::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #06B6D4;
    border-width: 0 2px 2px 0;
}
.measurement__selector-wrapper[data-v-b7514571] {
    display: inline-block;
}
.measurement__selector[data-v-b7514571] {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
}
.total_probability[data-v-b7514571] {
    white-space: nowrap;
}
.intensity-distribution-popup[data-v-b7514571] {
    position: fixed;
    width: 320px;
    background-color: rgba(17, 24, 39, 1);
    border: 1px solid rgba(31, 41, 55, 1);
    border-radius: 8px;
    z-index: 10000;
    color: #e0e0e0;
    font-size: 14px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    max-height: 250px;
    transform: translateY(-100%);
}
.sum-popup__content[data-v-b7514571] {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}
.sum-popup__title[data-v-b7514571] {
    margin-bottom: 8px;
    flex-shrink: 0;
}
.sum-popup__title span[data-v-b7514571] {
    display: block;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 13px;
    margin-top: 2px;
}
.sum-popup__row[data-v-b7514571] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}
.sum-popup__row[data-v-b7514571]:hover svg > path {
    stroke: #22D3EE;
    fill: #22D3EE;
}
.sum-popup__route-info[data-v-b7514571] {
    flex-grow: 1;
}
.sum-popup__route-intensity[data-v-b7514571] {
    margin-right: 12px;
    color: #b0b0b0;
}
.sum-popup__eye-icon[data-v-b7514571] {
    width: 20px;
    height: 20px;
    fill: #70a1ff;
    opacity: 0.7;
    cursor: pointer;
}
.sum-popup__row:hover .popup__eye-icon[data-v-b7514571] {
    opacity: 1;
}
.setting.model[data-v-b7514571] {
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 10px;
}
.model-selector-wrapper[data-v-b7514571] {
    position: relative;
    width: 100%;
    height: 100%;
}
.model-selector[data-v-b7514571] {
    display: flex;
    align-items: center;
    width: 200px;
    height: 100%;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: rgba(6, 182, 212, 1);
    gap: 8px;
    user-select: none;
}
.model-selector.unselected .plus-icon[data-v-b7514571] {
    font-size: 20px;
    line-height: 1;
}
.model-selector.selected[data-v-b7514571] {
    flex-direction: row;
    gap: 5px;
}
.model-preview-image[data-v-b7514571] {
    width: 80px;
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
}
.model-popup-container[data-v-b7514571] {
    position: absolute;
    width: 340px;
    background-color: rgb(18, 24, 38);
    border-radius: 6px;
    border: 1px solid rgba(31, 41, 55, 1);
    z-index: 1000;
    overflow: hidden;
    color: #E2E8F0;
}
.model-popup__header[data-v-b7514571] {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(31, 41, 55, 1);
}
.model-popup__header .popup__description[data-v-b7514571] {
    color: rgba(107, 114, 128, 1)
}
.model-popup__content[data-v-b7514571] {
    max-height: 300px;
    padding: 0;
}
.model-list[data-v-b7514571] {
    list-style: none;
    margin: 0;
    padding: 0;
}
.model-list__item[data-v-b7514571] {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid rgba(31, 41, 55, 1);
}
.model-list__item[data-v-b7514571]:last-child {
    border-bottom: none;
}
.model-list__name[data-v-b7514571] {
    flex-grow: 1;
    font-family: PT Root UI Medium;
}
.model-list__image[data-v-b7514571] {
    width: 80px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
}
.model-list__checkmark[data-v-b7514571] {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
}
.model-list__checkmark[data-v-b7514571]::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #60CDFF;
    border-width: 0 2px 2px 0;
}
.main__error[data-v-b7514571] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error[data-v-b7514571] {
    background-color: #1F2937;
    border: 1px solid #374151;
    padding: 20px;
    width: max-content;
    border-radius: 4px;
}
.error__text[data-v-b7514571] {
    display: inline-block;
    color: white;
    margin-right: 8px
}
.error__link[data-v-b7514571] {
    display: inline-block;
    color: rgb(47, 105, 128);
    text-decoration: underline;
    cursor: pointer;
}

.object-params__wrapper[data-v-b28967bc] {
    color: #F1F5F9;
    background-color: #121212;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: all !important;
    width: 450px;
    z-index: 2;
}
.object-params__shrink[data-v-b28967bc], .object-params__close[data-v-b28967bc] {
    width: 20px;
    display: flex;
    align-items: center;
}
.object-params__header[data-v-b28967bc] {
    background-color: #1C1C1C;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}
.object-params__close[data-v-b28967bc] {
    margin-left: auto;
    width: 24px;
    cursor: pointer;
}
.object-params__title[data-v-b28967bc] {
    font-size: 16px;
}
.object-params__main-title[data-v-b28967bc] {
    font-size: 16px;
    padding: 15px;
    padding-top: 25px;
}
.object-params__main[data-v-b28967bc] {
    background-color: #121212;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.object-params__actions[data-v-b28967bc] {
    padding: 20px;
    margin-top: auto;
}
.object-params__buttons[data-v-b28967bc] {
    display: flex;
    gap: 10px;
    border-top: 1px solid #334155;
    padding-top: 20px;
}


.notification[data-v-f290f06b] {
    position: fixed;
    top: 90px;
    left: 220px;
    padding: 15px 20px;
    background-color: rgb(28, 28, 28);
    color: white;
    border-radius: 5px;
    transition: opacity 0.5s;
    opacity: 1;
    border: 1px solid rgb(54, 64, 85);
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
}
.main[data-v-f290f06b] {
    display: flex;
    flex-direction: column;
    white-space: pre-line;
}
.error[data-v-f290f06b] {
    cursor: pointer;
    color: #06B6D4;
    margin-top: 5px;
}

.overlay[data-v-9b6af488] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999;
}
.modal[data-v-9b6af488] {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 280px;
    background-color: #1F2937;
    border: 1px solid #4B5563;
    border-radius: 6px;
    z-index: 1000;
    overflow: hidden;
}
.option[data-v-9b6af488] {
    border-bottom: 1px solid #4B5563;
}
.option-content[data-v-9b6af488] {
    padding: 12px 15px;
    cursor: pointer;
}
.option-text[data-v-9b6af488] {
    color: white;
}
.option-desc[data-v-9b6af488] {
    color: #6B7280;
}
  .maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}}.maplibregl-ctrl button:not(:disabled):active{background-color:rgba(0,0,0,.05)}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgba(0,0,0,.05)}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:rgba(0,0,0,.4);color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}/* Override default control style */.mapbox-gl-draw_ctrl-bottom-left,
.mapbox-gl-draw_ctrl-top-left {
  margin-left:0;
  border-radius:0 4px 4px 0;
}.mapbox-gl-draw_ctrl-top-right,
.mapbox-gl-draw_ctrl-bottom-right {
  margin-right:0;
  border-radius:4px 0 0 4px;
}.mapbox-gl-draw_ctrl-draw-btn {
  border-color:rgba(0,0,0,0.9);
  color:rgba(255,255,255,0.5);
  width:30px;
  height:30px;
}.mapbox-gl-draw_ctrl-draw-btn.active,
.mapbox-gl-draw_ctrl-draw-btn.active:hover {
  background-color:rgb(0 0 0/5%);
}.mapbox-gl-draw_ctrl-draw-btn {
  background-repeat: no-repeat;
  background-position: center;
}.mapbox-gl-draw_point {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>');
}.mapbox-gl-draw_polygon {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>');
}.mapbox-gl-draw_line {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>');
}.mapbox-gl-draw_trash {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>');
}.mapbox-gl-draw_uncombine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>');
}.mapbox-gl-draw_combine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>');
}.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: pointer;
}.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: crosshair;
}.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: cell;
}.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}.mapboxgl-map.mode-static.mouse-pointer  .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}.mapbox-gl-draw_boxselect {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,.1);
    border: 2px dotted #fff;
    opacity: 0.5;
}.map-wrap {
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: relative;
}#base_map {
  height: 100%;
  width: 100%;
}body.zones-drawing-cursor-lock #base_map,
body.zones-drawing-cursor-lock #base_map *,
body.zones-drawing-cursor-lock .maplibregl-canvas,
body.zones-drawing-cursor-lock .mapboxgl-canvas,
body.zones-drawing-cursor-lock .maplibregl-canvas-container,
body.zones-drawing-cursor-lock .mapboxgl-canvas-container {
  cursor: crosshair !important;
}body.zones-hover-cursor-lock #base_map,
body.zones-hover-cursor-lock #base_map *,
body.zones-hover-cursor-lock .maplibregl-canvas,
body.zones-hover-cursor-lock .mapboxgl-canvas,
body.zones-hover-cursor-lock .maplibregl-canvas-container,
body.zones-hover-cursor-lock .mapboxgl-canvas-container {
  cursor: pointer !important;
}.mapboxgl-ctrl-group input[type="checkbox"] {
  width: 29px;
  height: 29px;
  overflow: hidden;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}.mapboxgl-ctrl-group input[type="checkbox"]:last-of-type {
  border-bottom: none;
}.mapboxgl-ctrl-group input[type="checkbox"]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}.mapboxgl-ctrl-group input[type="checkbox"]:checked {
  background-color: rgba(0, 0, 0, 0.15);
}.mapboxgl-ctrl-group input[type="checkbox"]:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: inline-block;
}.mapboxgl-ctrl-group input[type="checkbox"].snap_mode.snap:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32 ' xml:space='preserve'%3E%3Cpath d='M26.5,10l-4.8-4.8c0,0,0,0,0,0s0,0,0,0l-3-3c-0.4-0.4-1-0.4-1.4,0l-4.6,4.6c-0.4,0.4-0.4,1,0,1.4l7.8,7.8 c1.3,1.3,1.3,3.3,0.1,4.5c-0.6,0.6-1.4,0.9-2.2,0.9c-0.8,0-1.7-0.4-2.3-1l-4.8-4.8c0,0,0,0,0,0s0,0,0,0l-3-3c-0.4-0.4-1-0.4-1.4,0 l-4.6,4.6c-0.4,0.4-0.4,1,0,1.4l7.8,7.8c2.3,2.3,5.2,3.5,8.4,3.6c0.1,0,0.1,0,0.2,0c3.1,0,5.9-1.2,8.1-3.3 C31.2,22.2,31.1,14.7,26.5,10z M18,4.4L19.6,6l-3.2,3.2l-1.6-1.6L18,4.4z M7.6,14.8l1.6,1.6L6,19.6L4.4,18L7.6,14.8z'/%3E%3C/svg%3E%0A");
}.mapboxgl-ctrl-group input[type="checkbox"].snap_mode.grid:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='16px' height='16px' viewBox='0 0 16 16' id='svg2' version='1.1' inkscape:version='1.0.1 (3bc2e813f5, 2020-09-07)' sodipodi:docname='grid.svg'%3E%3Cdefs id='defs4' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='22.627417' inkscape:cx='16.97478' inkscape:cy='4.108315' inkscape:document-units='px' inkscape:current-layer='g6148-2' showgrid='true' units='px' inkscape:window-width='1920' inkscape:window-height='1021' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:snap-bbox='false' inkscape:bbox-paths='false' inkscape:bbox-nodes='false' inkscape:snap-bbox-edge-midpoints='true' inkscape:snap-bbox-midpoints='true' inkscape:document-rotation='0'%3E%3Cinkscape:grid type='xygrid' id='grid3336' /%3E%3C/sodipodi:namedview%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1' transform='translate(0,-1036.3622)'%3E%3Cg transform='translate(78,-251.00067)' id='g6148-2'%3E%3Cpath style='color:%23000000 font-style:normal font-variant:normal font-weight:normal font-stretch:normal font-size:medium line-height:normal font-family:sans-serif text-indent:0 text-align:start text-decoration:none text-decoration-line:none text-decoration-style:solid text-decoration-color:%23000000 letter-spacing:normal word-spacing:normal text-transform:none writing-mode:lr-tb direction:ltr baseline-shift:baseline text-anchor:start white-space:normal clip-rule:nonzero display:inline overflow:visible visibility:visible opacity:1 isolation:auto mix-blend-mode:normal color-interpolation:sRGB color-interpolation-filters:linearRGB solid-color:%23000000 solid-opacity:1 fill:%23000000 fill-opacity:1 fill-rule:evenodd stroke:none stroke-width:1px stroke-linecap:butt stroke-linejoin:miter stroke-miterlimit:4 stroke-dasharray:none stroke-dashoffset:0 stroke-opacity:1 color-rendering:auto image-rendering:auto shape-rendering:auto text-rendering:auto enable-background:accumulate' d='m -76.5,1287.8629 v 1 h -1 v 1 h 1 v 3 h -1 v 1 h 1 v 3 h -1 v 1 h 1 v 3 h -1 v 1 h 1 v 1 h 1 v -1 h 3 v 1 h 1 v -1 h 3 v 1 h 1 v -1 h 3 v 1 h 1 v -1 h 1 v -1 h -1 v -3 h 1 v -1 h -1 v -3 h 1 v -1 h -1 v -3 h 1 v -1 h -1 v -1 h -1 v 1 h -3 v -1 h -1 v 1 h -3 v -1 h -1 v 1 h -3 v -1 z m 1,2 h 3 v 3 h -3 z m 4,0 h 3 v 3 h -3 z m 4,0 h 3 v 3 h -3 z m -8,4 h 3 v 3 h -3 z m 4,0 h 3 v 3 h -3 z m 4,0 h 3 v 3 h -3 z m -8,4 h 3 v 3 h -3 z m 4,0 h 3 v 3 h -3 z m 4,0 h 3 v 3 h -3 z' id='path7088-6-0' /%3E%3C/g%3E%3C/g%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Crdf:Description about='https://iconscout.com/legal%23licenses' dc:title='Grid, Line, Streamline, Layout, Outline' dc:description='Grid, Line, Streamline, Layout, Outline' dc:publisher='Iconscout' dc:date='2016-12-14' dc:format='image/svg+xml' dc:language='en'%3E%3Cdc:creator%3E%3Crdf:Bag%3E%3Crdf:li%3EMohit Gandhi%3C/rdf:li%3E%3C/rdf:Bag%3E%3C/dc:creator%3E%3C/rdf:Description%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3C/svg%3E%0A");
}.mapboxgl-popup,
.maplibregl-popup {
  z-index: 3;
}.popup-checkmark {
  display: flex;
  align-items: center;
  gap: 5px;
}.micro_edges {
  display: flex;
  gap: 5px;
  position: absolute;
  right: 10px;
  bottom: 280px;
  color: white;
}.download_state {
  position: absolute;
  right: 10px;
  bottom: 320px;
  width: min-content;
  font-size: 14px;
  color: white;
}.upload_state {
  position: absolute;
  bottom: 30px;
  background-color: #fff;
}.speed-input::after {
  content: 'КМ/Ч';
  font-size: 14px;
  display: block;
  position: absolute;
  color: #64748B;
  right: 10px;
  top: 7px
}.modal-input {
  max-width: 150px;
}.lanes {
  display: flex;
  gap: 35px;
}.lanes-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}.lanes-solid {
  margin-top: 40px;
}.blue-alert {
  position: absolute;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  min-width: min-content;
  width: 40%;
  color: white;
  text-wrap: nowrap;
  background-color: #1F2937;
  border-radius: 8px;
  padding: 10px 15px;
}.blue-alert-buttons {
  display: flex;
  gap: 10px;
}.blue-alert-button {
  color: rgb(98, 105, 115);
  cursor: pointer;
}.blue-alert-save-button {
  color: #06B6D4
}.lock-popup .maplibregl-popup-content {
  background-color: #333333;
  color: white;
  height: fit-content;
  width: max-content;
}.popup-lock-alert {
  font-size: 14px;
  text-wrap: nowrap
}.zone-hover-popup .maplibregl-popup-content,
.zone-hover-popup .mapboxgl-popup-content {
  background-color: #1f2937;
  color: #e2e8f0;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.35;
  max-width: min(300px, calc(100vw - 24px));
  white-space: normal;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}.zone-hover-popup .maplibregl-popup-tip,
.zone-hover-popup .mapboxgl-popup-tip {
  border-top-color: #1f2937 !important;
  border-bottom-color: #1f2937 !important;
}:deep(.zone-hover-tooltip) {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: min(280px, calc(100vw - 44px));
}:deep(.zone-hover-label) {
  color: #93c5fd;
  font-weight: 600;
}:deep(.zone-hover-value) {
  color: #e2e8f0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.sub-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}.create-lanes-menu {
  position: absolute;
  top: 0;
  width: 500px;
}.params-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.params-element-label {
  color: #6B7280;
  line-height: 1;
  width: 30%
}.params-input,
.params-dropdown {
  width: 65% !important
}.params-go-to-edge {
  color: #06B6D4;
  cursor: pointer;
  margin-top: 5px;
}.directions-to-choose {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 65%;
}.loc-type-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 65%;
}.direction-option {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}.direction-color {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  flex-shrink: 0;
}.alert-go-back {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #22D3EE;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #1F2937;
  border: 1px solid #22D3EE;
  border-radius: 8px;
  padding: 5px 14px 5px 12px;
  font-size: 16px;
  cursor: pointer;
}.delete-vertices-trips-scroll {
  max-height: min(240px, 35vh);
}.delete-trips-item + .delete-trips-item {
  margin-top: 6px;
}.crosswalk_type {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}.crosswalk_params {
  display: flex;
  gap: 10px;
}.crosswalk_param {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 110px;
}.crosswalk_intensity_input {
  padding-right: 30px;
}.crosswalk_intensity_input::after {
  content: 'чел./ч';
  font-size: 14px;
  display: block;
  position: absolute;
  color: #64748B;
  right: 10px;
  top: 5px;
}.crosswalk_alert {
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  background-color: #2C2C2C;
  border: 1px solid #EF4444;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  line-height: 1.1;
  margin-bottom: 15px;
}.maplibregl-canvas,
.mapboxgl-canvas {
  outline: none;
  user-select: none;
}.fade-enter-active,
.fade-leave-active {
  transition: all 0.5s ease;
}.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}/* Zone binding dropdown */.zone-binding-disabled {
  color: #475569;
}.zone-binding-warning {
  color: #FBBF24;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.4;
}.zone-binding-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 4px 8px;
  background-color: transparent;
  border: 1px solid #64748B;
  border-radius: 4px;
  min-height: 28px;
  color: white;
  font-size: 13px;
}.zone-binding-selected:hover {
  border-color: #94A3B8;
}.zone-binding-selected.zone-binding-active {
  border-color: #22D3EE;
}.zone-binding-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(135deg);
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  top: -2px;
}.zone-binding-arrow.arrow-up {
  transform: rotate(-45deg);
  top: 2px;
}.zone-dropdown {
  position: fixed;
  z-index: 1000;
  min-width: 200px;
  max-height: 250px;
  background: #1C1C1C;
  border: 1px solid rgba(51, 65, 85, 1);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}.zone-dropdown-search {
  padding: 8px 12px;
  background: #121212;
  border: none;
  border-bottom: 1px solid #334155;
  color: white;
  font-size: 13px;
  outline: none;
}.zone-dropdown-search::placeholder {
  color: #475569;
}.zone-dropdown-list {
  overflow-y: auto;
}.zone-dropdown-item {
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
  color: #E2E8F0;
  display: flex;
  gap: 4px;
  align-items: center;
}.zone-dropdown-item:hover {
  background: #FFFFFF14;
}.zone-dropdown-item-active {
  background: #FFFFFF1F;
  color: #60CDFF;
}.zone-dropdown-item-id {
  font-weight: 600;
}.zone-dropdown-item-dist {
  color: #64748B;
  margin-left: auto;
  font-size: 12px;
}.zone-dropdown-item-reset {
  color: #94A3B8;
}.zone-dropdown-empty {
  color: #475569;
  cursor: default;
}.zone-dropdown-separator {
  height: 1px;
  background: #334155;
  margin: 4px 0;
}/* Zone binding tip - positioned to the right of the vertex panel */.zone-binding-tip {
  position: fixed;
  max-width: 360px;
  border: 1px solid rgba(51, 65, 85, 1);
  background-color: rgba(28, 28, 28, 0.95);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  color: #E2E8F0;
  border-radius: 8px;
  z-index: 10;
  font-size: 13px;
}.zone-binding-tip-cancel {
  color: #94A3B8;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}.zone-binding-tip-cancel:hover {
  text-decoration: underline;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

 /* Sections
     ========================================================================== */

 /**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
    line-height: 1.5;
}

 /**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}

 /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

 /* Grouping content
     ========================================================================== */

 /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

 /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

 /* Text-level semantics
     ========================================================================== */

 /**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

 /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

 /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
  strong {
    font-weight: bolder;
}

 /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

 /**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

 /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

 /* Embedded content
     ========================================================================== */

 /**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}
img,
  svg {
    vertical-align: middle;
}

 /* Forms
     ========================================================================== */

 /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

 /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
  input { /* 1 */
    overflow: visible;
}

 /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
  select { /* 1 */
    text-transform: none;
}

 /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
}

 /**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

 /**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

 /**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

 /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

 /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

 /**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

 /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

 /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

 /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

 /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

 /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

 /* Interactive
     ========================================================================== */

 /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

 /*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

 /* Misc
     ========================================================================== */

 /**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

 /**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}
*,
  *::before,
  *::after {
    box-sizing: border-box;
}
@font-face {
    font-family: 'PT Root UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Regular'), url('/fonts/PT_Root_UI_Regular.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI Light';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Light'), url('/fonts/PT_Root_UI_Light.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI Medium';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Medium'), url('/fonts/PT_Root_UI_Medium.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Bold'), url('/fonts/PT_Root_UI_Bold.woff') format('woff');
}
@font-face {
    font-family: 'PT Mono';
    font-style: normal;
    font-weight: normal;
    src: local('PTMono'), url('/fonts/PTMono.ttf') format('truetype');
}
body {
   font-family: PT Root UI Regular;
   height: 100%;
   width: 100%;
   overflow: hidden;
   font-size: 14px;
}
#main-app {
   position: relative;
   height: 100vh;
}
#workspace {
   top: 0;
   left: 0;
   height: 100%;
   z-index: 1001;
}
.project-import-notice-line {
   white-space: pre-wrap;
}
#wrap-slide {
   bottom: 0;
   left: 0;
   right: 0;
   width: 60%;
   /* background-color: aqua; */
   z-index: 1001;
}
.dark-theme {
   /* background-color: ; */
   background-color: rgb(36, 39, 48) !important;
   border-color: rgb(36, 39, 48) !important;
   color: rgb(215, 215, 215) !important;
}
.dark-header {
   background-color: rgb(41, 50, 60) !important;
   border-color: rgb(41, 50, 60) !important;
   color: rgb(215, 215, 215) !important;
}
.file-loader {
   bottom: 0;
   left: 0;
   z-index: 1001;
}
.load-file,
 btn-load {
   color: white
}
.map-wrapper {
   width: 100%;
   flex: 1 1 auto;
   min-height: 0;
   position: relative;
}
.stale-banner {
   position: absolute;
   top: 8px;
   left: 50%;
   transform: translateX(-50%);
   background-color: rgba(234, 179, 8, 0.9);
   color: #000;
   padding: 6px 16px;
   border-radius: 6px;
   font-size: 13px;
   z-index: 10;
   pointer-events: none;
   white-space: nowrap;
}
.unmapped-banner {
   position: absolute;
   top: 40px;
   left: 50%;
   transform: translateX(-50%);
   background-color: rgba(100, 116, 139, 0.85);
   color: #fff;
   padding: 4px 12px;
   border-radius: 6px;
   font-size: 12px;
   z-index: 10;
   pointer-events: none;
   white-space: nowrap;
}
.topmenu-map-wrapper,
 .bottommenu-map-wrapper {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.sidemenu-map-wrapper {
   position: relative;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   width: 100%;
   flex: 1 1 auto;
   min-height: 0;
   overflow: hidden;
}
.floatingControls {
   position: absolute;
   display: flex;
   flex-direction: column;
   gap: 15px;
   right: 20px;
   bottom: 20px;
   z-index: 9;
}
.analytics-wrapper {
   flex-shrink: 0;
   box-sizing: border-box;
}
.analysis-scale {
   position: absolute;
   left: 20px;
   bottom: 20px;
}
.prevent-select {
   -webkit-user-select: none;
   /* Safari */
   -ms-user-select: none;
   /* IE 10 and IE 11 */
   user-select: none;
   /* Standard syntax */
}
.blocked {
   pointer-events: none
}
.unblocked {
   pointer-events: all;
}
.ps__thumb-y {
   background-color: #334155 !important;
   width: 6px !important;
}
.ps__thumb-x {
   background-color: #334155 !important;
   /* height: 6px !important; */
}
.ps__rail-y,
 .ps__rail-x {
   background-color: transparent !important;
   opacity: 1 !important;
   visibility: visible !important;
   z-index: 3;
}
.ps__rail-x:hover,
 .ps__rail-y:hover {
   background-color: #334155;
}
.vc-saturation {
   height: 225px !important;
}
.vc-colorpicker {
   box-shadow: none !important;
}
.vc-colorpicker--container {
   background-color: #272727 !important;
   color: white !important;
}
.vc-color-input>input,
 .vc-alpha-input__inner {
   color: white !important;
   background-color: #1C1C1C !important;
   text-transform: uppercase !important;
}
.vc-alpha-input {
   background-color: #1C1C1C !important;
}
.vc-chrome-colorPicker-body .chrome-controls .chrome-sliders {
  margin-left: 0 !important;
}
.vc-alpha-input__inner {
   width: 100px;
}
.vc-current-color {
   display: none !important;
}
.vc-input-toggle {
   width: 55px !important;
   text-transform: capitalize;
   background-color: #272727 !important;
}
.maplibregl-popup-anchor-top .maplibregl-popup-tip,
 .maplibregl-popup-anchor-top-left .maplibregl-popup-tip,
 .maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
   border-bottom-color: #333333;
}
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,
 .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,
 .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
   border-top-color: #333333;
}
.maplibregl-popup-anchor-left .maplibregl-popup-tip {
   border-right-color: #333333;
}
.maplibregl-popup-anchor-right .maplibregl-popup-tip {
   border-left-color: #333333;
}
.load-stats {
  display: flex !important;
  width: fit-content;
}
.load-stats > * {
  position: relative !important;
  left: auto !important;
}
.load-stats-tl {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}
.load-stats-tr {
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
}
.load-stats-bl {
  bottom: 0 !important;
  left: 0 !important;
  top: auto !important;
  right: auto !important;
}
.load-stats-br {
  bottom: 0 !important;
  right: 0 !important;
  top: auto !important;
  left: auto !important;
}
.cw-marker-popup .maplibregl-popup-tip {
  display: none;
}
.cw-marker-popup .maplibregl-popup-content {
  background: #06B6D4;
  border: 2px solid #155E75;
  color: #164E63;
  padding: 2px 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  transition: max-width 0.2s ease-out;
  will-change: transform, max-width;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 0;
}
@keyframes expandWidth {
from {
    max-width: 0;
}
to {
    max-width: 250px;
}
}
@keyframes collapseWidth {
from {
    max-width: 250px;
}
to {
    max-width: 0;
}
}
.cw-marker-popup .maplibregl-popup-content {
  animation: expandWidth 0.3s ease-out forwards;
}
.cw-marker-popup.exit .maplibregl-popup-content {
  animation: collapseWidth 0.25s ease-in forwards;
}
.popup-icon {
  width: 15px;
  height: 15px;
  margin-left: -10px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.popup-text {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}


@font-face {
    font-family: 'PT Root UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Regular'), url('/fonts/PT_Root_UI_Regular.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI Light';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Light'), url('/fonts/PT_Root_UI_Light.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI Medium';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Medium'), url('/fonts/PT_Root_UI_Medium.woff') format('woff');
}
@font-face {
    font-family: 'PT Root UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('PT Root UI Bold'), url('/fonts/PT_Root_UI_Bold.woff') format('woff');
}
@font-face {
    font-family: 'PT Mono';
    font-style: normal;
    font-weight: normal;
    src: local('PTMono'), url('/fonts/PTMono.ttf') format('truetype');
}
.wrapper[data-v-b4bdf95c] {
    height: 100vh;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: PT Root UI Regular;
}
.login[data-v-b4bdf95c] {
    width: 350px;
    height: max-content;
    background-color: #1C1C1C;
    color: #6B7280;
    border: 1px solid #334155;
    border-radius: 4px;
    padding: 30px 25px;
}
.login-header[data-v-b4bdf95c] {
    color: #64748B;
    font-size: 1.8rem;
    border-bottom: 1px solid #64748B;
    margin-bottom: 15px;
}
.login-form[data-v-b4bdf95c] {
    padding: 10px;
}
.input-title[data-v-b4bdf95c] {
    margin-bottom: 10px;
}
.username-input[data-v-b4bdf95c] {
    margin-bottom: 20px;
}
.password-input[data-v-b4bdf95c] {
    margin-bottom: 10px;
}
.login-error[data-v-b4bdf95c] {
    color: #EF4444;
}
.login-button[data-v-b4bdf95c] {
    margin-top: 35px;
}
.password-wrapper[data-v-b4bdf95c] {
    position: relative;
}
.password-show[data-v-b4bdf95c] {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 15px;
    width: 18px;
}
.login-error-code[data-v-b4bdf95c] {
    display: flex;
    gap: 10px;
    background-color: #1C1C1C;
    border: 1px solid #334155;
    border-radius: 4px;
    padding: 10px 25px;
    width: 350px;
    color: white;
}
.error-icon[data-v-b4bdf95c] svg > path {
  fill: #EF4444
}
.error-code[data-v-b4bdf95c] {
  font-family: PT Root UI Medium;
}

.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}}.maplibregl-ctrl button:not(:disabled):active{background-color:rgba(0,0,0,.05)}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgba(0,0,0,.05)}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:rgba(0,0,0,.4);color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}
/* Override default control style */
.mapbox-gl-draw_ctrl-bottom-left,
.mapbox-gl-draw_ctrl-top-left {
  margin-left:0;
  border-radius:0 4px 4px 0;
}
.mapbox-gl-draw_ctrl-top-right,
.mapbox-gl-draw_ctrl-bottom-right {
  margin-right:0;
  border-radius:4px 0 0 4px;
}

.mapbox-gl-draw_ctrl-draw-btn {
  border-color:rgba(0,0,0,0.9);
  color:rgba(255,255,255,0.5);
  width:30px;
  height:30px;
}

.mapbox-gl-draw_ctrl-draw-btn.active,
.mapbox-gl-draw_ctrl-draw-btn.active:hover {
  background-color:rgb(0 0 0/5%);
}
.mapbox-gl-draw_ctrl-draw-btn {
  background-repeat: no-repeat;
  background-position: center;
}

.mapbox-gl-draw_point {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>');
}
.mapbox-gl-draw_polygon {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>');
}
.mapbox-gl-draw_line {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>');
}
.mapbox-gl-draw_trash {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>');
}
.mapbox-gl-draw_uncombine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>');
}
.mapbox-gl-draw_combine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>');
}

.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: pointer;
}
.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: crosshair;
}
.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: cell;
}
.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-static.mouse-pointer  .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.mapbox-gl-draw_boxselect {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,.1);
    border: 2px dotted #fff;
    opacity: 0.5;
}
.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.ps{position:relative}
.small-alpha-slider{height:10px!important}.small-alpha-slider .small-bar{height:10px!important;width:10px!important}.small-alpha-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-alpha-slider{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-alpha-slider.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-alpha-slider.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-alpha-slider__bar{position:relative;width:100%;height:100%;border-radius:15px}.bee-alpha-slider__bar-pointer{position:absolute;width:14px;height:14px}.bee-alpha-slider__bar-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-alpha-slider__bar-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-compact{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.bee-compact__row{position:relative;width:100%;margin:0}.bee-compact__row>*{display:inline-block;vertical-align:middle}.bee-compact__color_cube{width:100%;height:100%}.bee-compact__color_cube.transparent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:white}.bee-compact__color_cube.transparent:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.bee-compact__color_cube.advance{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.bee-compact__color_cube .alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-compact__color-cube--wrap{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden}.bee-compact__color-cube--wrap:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record{display:flex;align-items:center;margin-top:20px}.bee-colorPicker__record .text{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.bee-colorPicker__record .color-list{width:auto;display:flex;position:relative;margin:0}.bee-colorPicker__record .color-list .color-item{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;margin-right:1px;box-shadow:3px 0 5px #00000014}.bee-colorPicker__record .color-list .color-item__round{border-radius:50%}.bee-colorPicker__record .color-list .color-item.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-colorPicker__record .color-list .color-item:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record .color-list .color-item__display{width:100%;height:100%}.small-hue-slider{height:10px!important}.small-hue-slider .small-bar{height:10px!important;width:10px!important}.small-hue-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-hue-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-hue-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-hue-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-hue-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAdCAYAAAAAaUg8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNrs09EKgjAUgOGzEFfv/7CVBceiLiJiLnf7fSAbDoUj/iWnyKgRcXxf9Wtt7Vvntf8854jLY3uN19qzf67nH/e2nmmdZ8xjg2x+sI533qf9g4wM/3GvLPumOHVMWf/4SiWWsUG6/6bG+/NWDgE0iQREAiIBkYBIQCQgEhAJiAQQCYgERAIiAZGASEAkIBJAJCASEAmIBEQCIgGRgEgAkYBIYNAqwAD5oWo3bpsiKwAAAABJRU5ErkJggg==);background-size:100%}.bee-hue-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-hue-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-hue-colorPicker__inner-handle.vertical{transform:translate(-1px,-7px);margin-top:0}.small-light-slider{height:10px!important}.small-light-slider .small-bar{height:10px!important;width:10px!important}.small-light-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-light-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-light-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-light-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-light-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px}.bee-light-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-light-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-light-colorPicker__inner-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-saturation{position:relative;margin-bottom:15px;width:100%;height:125px}.bee-saturation__chrome{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.bee-saturation__hidden{overflow:hidden}.bee-saturation__white,.bee-saturation__black{position:absolute;top:0;left:0;right:0;bottom:0}.bee-saturation__black{background:linear-gradient(0deg,#000,transparent)}.bee-saturation__white{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.bee-saturation__cursor{position:absolute}.bee-saturation__cursor div{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.inputs-controls{display:flex;font-size:16px;margin-bottom:5px}.inputs-controls .formatBtn{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:1px;border:0;text-align:center;cursor:pointer;background-color:transparent;font-weight:700;outline:none;margin-right:5px}.inputs-controls .formatBtn:hover{color:#1a3aff}.inputs-controls .format-group{display:flex;flex-grow:1}.inputs-controls .format-group input{padding:5px;margin:0 3px;min-width:0;text-align:center;border-width:0 0 1px 0;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;outline:none;flex:1}.inputs-controls .format-group input::-webkit-outer-spin-button,.inputs-controls .format-group input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.bee-fk-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:249px;padding-bottom:10px}.bee-fk-colorPicker__inner{padding:12px}.bee-fk-colorPicker__header{margin-bottom:12px;z-index:999;text-align:left}.bee-fk-colorPicker__header .back{border:solid black;border-width:0 1px 1px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.bee-fk-colorPicker__display{position:relative;width:100%;margin:0;text-align:left}.bee-fk-colorPicker__display .transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-fk-colorPicker__display .current-color{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display .current-color .color-cube{width:100%;height:100%}.bee-fk-colorPicker__display .hexColor-prefix{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display input{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.bee-fk-colorPicker__display .hexColor-input{width:64px}.bee-fk-colorPicker__display .action{float:right;vertical-align:middle}.bee-fk-colorPicker__display .action .clear-btn{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.bee-fk-colorPicker__display .action .copy-btn{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.bee-ele-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;padding:10px;width:300px}.bee-ele-colorPicker .bee-ele-row{display:flex}.bee-ele-colorPicker .bee-ele-row .bee-ele-saturation{width:280px;height:180px}.bee-ele-colorPicker .bee-ele-row .bee-ele-hue{margin-left:10px;height:180px}.bee-chrome-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:250px;padding-bottom:20px}.bee-chrome-colorPicker-body{padding:0 12px;background-color:#fff}.bee-chrome-colorPicker-body .chrome-controls{display:flex}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color{width:100%;height:100%}.bee-chrome-colorPicker-body .chrome-controls .chrome-sliders{flex:1;margin-left:10px}.bee-color-wrap{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-color-wrap.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-color-wrap.round{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.bee-color-wrap .current-color{width:100%;height:100%}.vc-alpha-slider[data-v-18925ba6]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-alpha-slider.is-vertical[data-v-18925ba6]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-alpha-slider.transparent[data-v-18925ba6]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-alpha-slider__bar[data-v-18925ba6]{position:relative;width:100%;height:100%;border-radius:15px}.vc-alpha-slider__bar-pointer[data-v-18925ba6]{position:absolute;width:14px;height:14px}.vc-alpha-slider__bar-handle[data-v-18925ba6]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-alpha-slider__bar-handle.vertical[data-v-18925ba6]{transform:translateY(-7px);margin-top:0}.vc-alpha-slider.small-slider[data-v-18925ba6]{height:10px!important}.vc-alpha-slider.small-slider .small-bar[data-v-18925ba6]{height:10px!important;width:10px!important}.vc-alpha-slider.small-slider .small-bar div[data-v-18925ba6]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-compact[data-v-b969fd48]{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.vc-compact__row[data-v-b969fd48]{position:relative;width:100%;margin:0;height:27px}.vc-compact__row>*[data-v-b969fd48]{display:inline-block;vertical-align:middle}.vc-compact__color_cube[data-v-b969fd48]{width:100%;height:100%}.vc-compact__color_cube.transparent[data-v-b969fd48]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:white}.vc-compact__color_cube.transparent[data-v-b969fd48]:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.vc-compact__color_cube.advance[data-v-b969fd48]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.vc-compact__color_cube .alpha[data-v-b969fd48]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-compact__color-cube--wrap[data-v-b969fd48]{position:relative;width:27px;height:27px;cursor:pointer;overflow:hidden}.vc-compact__color-cube--wrap[data-v-b969fd48]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-saturation[data-v-7f0cdcdf]{position:relative;margin-bottom:15px;width:100%;height:125px}.vc-saturation__chrome[data-v-7f0cdcdf]{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.vc-saturation__hidden[data-v-7f0cdcdf]{overflow:hidden}.vc-saturation__white[data-v-7f0cdcdf],.vc-saturation__black[data-v-7f0cdcdf]{position:absolute;top:0;left:0;right:0;bottom:0}.vc-saturation__black[data-v-7f0cdcdf]{background:linear-gradient(0deg,#000,transparent)}.vc-saturation__white[data-v-7f0cdcdf]{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.vc-saturation__cursor[data-v-7f0cdcdf]{position:absolute}.vc-saturation__cursor div[data-v-7f0cdcdf]{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.vc-hue-slider[data-v-e1a08576]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-hue-slider.is-vertical[data-v-e1a08576]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-hue-slider.transparent[data-v-e1a08576]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-hue-slider__bar[data-v-e1a08576]{position:relative;width:100%;height:100%;border-radius:15px;background:linear-gradient(to right,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-webkit-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-moz-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-ms-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%)}.vc-hue-slider__bar-pointer[data-v-e1a08576]{position:absolute;width:14px;height:14px}.vc-hue-slider__bar-handle[data-v-e1a08576]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-hue-slider__bar-handle.vertical[data-v-e1a08576]{transform:translateY(-7px);margin-top:0}.vc-hue-slider.small-slider[data-v-e1a08576]{height:10px!important}.vc-hue-slider.small-slider .small-bar[data-v-e1a08576]{height:10px!important;width:10px!important}.vc-hue-slider.small-slider .small-bar div[data-v-e1a08576]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-lightness-slider[data-v-94a50a9e]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-lightness-slider.is-vertical[data-v-94a50a9e]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-lightness-slider.transparent[data-v-94a50a9e]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-lightness-slider__bar[data-v-94a50a9e]{position:relative;width:100%;height:100%;border-radius:15px}.vc-lightness-slider__bar-pointer[data-v-94a50a9e]{position:absolute;width:14px;height:14px}.vc-lightness-slider__bar-handle[data-v-94a50a9e]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-lightness-slider__bar-handle.vertical[data-v-94a50a9e]{transform:translateY(-7px);margin-top:0}.vc-lightness-slider.small-slider[data-v-94a50a9e]{height:10px!important}.vc-lightness-slider.small-slider .small-bar[data-v-94a50a9e]{height:10px!important;width:10px!important}.vc-lightness-slider.small-slider .small-bar div[data-v-94a50a9e]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-colorPicker__record[data-v-0f657238]{display:flex;align-items:center;margin-top:15px}.vc-colorPicker__record .text[data-v-0f657238]{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.vc-colorPicker__record .color-list[data-v-0f657238]{width:100%;display:flex;position:relative;margin:0;gap:2px}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]{position:relative;flex:1;max-width:26px;height:26px;border-radius:2px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;box-shadow:3px 0 5px #0000001a}.vc-colorPicker__record .color-list .color-item__round[data-v-0f657238]{border-radius:50%}.vc-colorPicker__record .color-list .color-item.transparent[data-v-0f657238]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-colorPicker__record .color-list .color-item__display[data-v-0f657238]{width:100%;height:100%}.vc-display[data-v-7334ac20]{height:28px;display:flex;align-items:center;gap:8px}.vc-display .vc-current-color[data-v-7334ac20]{width:50px;height:100%;box-shadow:3px 0 5px #00000014;border-radius:2px;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-display .vc-current-color.vc-transparent[data-v-7334ac20]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-display .vc-current-color .color-cube[data-v-7334ac20]{width:100%;height:100%;text-align:center}.vc-display .vc-color-input[data-v-7334ac20]{height:100%;flex:1;flex-shrink:0;box-sizing:border-box;position:relative}.vc-display .vc-color-input input[data-v-7334ac20]{padding:0;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;box-sizing:border-box;background-color:#c8c8c840;color:#666;border-radius:2px;height:100%;width:100%}.vc-display .vc-rgb-input[data-v-7334ac20]{flex:1;font-size:12px;color:#666;text-align:center}.vc-display .vc-rgb-input input[data-v-7334ac20]{padding:4px 0;margin-bottom:2px;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;background-color:#c8c8c840;color:#666;border-radius:2px;width:100%}.vc-display .vc-alpha-input[data-v-7334ac20]{width:48px;height:100%;border:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:2px;font-size:14px;background-color:#c8c8c840;padding:0 2px}.vc-display .vc-alpha-input>input[data-v-7334ac20]{width:100%;height:100%;padding:0;text-align:center;background-color:transparent;font-size:inherit}.vc-display .vc-alpha-input__inner[data-v-7334ac20]{padding:10px 12px;border-radius:4px;color:#000;font-size:14px;line-height:20px;outline:none;border:none;display:block;box-sizing:border-box;cursor:pointer}.vc-display .vc-input-toggle[data-v-7334ac20]{cursor:pointer;font-size:12px;line-height:12px;width:24px;border-radius:4px;padding:2px}.vc-display .vc-input-toggle[data-v-7334ac20]:hover{background-color:#efefef}.vc-display .vc-input-toggle[data-v-7334ac20]:before{height:0;width:0;margin:auto auto 2px;content:"";display:block;border-bottom:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .vc-input-toggle[data-v-7334ac20]:after{height:0;width:0;margin:2px auto auto;content:"";display:block;border-top:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .copy-text[data-v-7334ac20]{font-size:12px;line-height:28px;text-align:center;transform:scale(.8);display:inline-block}.vc-fk-colorPicker[data-v-48e3c224]{position:relative;box-sizing:border-box;border-radius:3px;user-select:none;background-color:initial}.vc-fk-colorPicker__inner[data-v-48e3c224]{position:relative}.vc-fk-colorPicker__header[data-v-48e3c224]{z-index:999;text-align:left}.vc-fk-colorPicker__header .back[data-v-48e3c224]{border:2px solid rgba(150,150,150,.6);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;margin-bottom:12px;transform:rotate(135deg)}.vc-fk-colorPicker__display[data-v-48e3c224]{position:relative;width:100%;margin:0;text-align:left}.vc-fk-colorPicker__display .transparent[data-v-48e3c224]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-fk-colorPicker__display .current-color[data-v-48e3c224]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display .current-color .color-cube[data-v-48e3c224]{width:100%;height:100%}.vc-fk-colorPicker__display .hexColor-prefix[data-v-48e3c224]{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display input[data-v-48e3c224]{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.vc-fk-colorPicker__display .hexColor-input[data-v-48e3c224]{width:64px}.vc-fk-colorPicker__display .action[data-v-48e3c224]{float:right;vertical-align:middle}.vc-fk-colorPicker__display .action .clear-btn[data-v-48e3c224]{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.vc-fk-colorPicker__display .action .copy-btn[data-v-48e3c224]{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.vc-chrome-colorPicker[data-v-2611d66c]{position:relative;box-sizing:border-box;border-radius:3px;user-select:none;background-color:initial}.vc-chrome-colorPicker-body[data-v-2611d66c]{position:relative}.vc-chrome-colorPicker-body .chrome-controls[data-v-2611d66c]{display:flex}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap[data-v-2611d66c]{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap.transparent[data-v-2611d66c]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color[data-v-2611d66c]{width:100%;height:100%}.vc-chrome-colorPicker-body .chrome-controls .chrome-sliders[data-v-2611d66c]{flex:1;margin-left:10px}.bee-angle{transform:rotate(90deg)}.bee-angle>*{display:inline-block;vertical-align:middle}.bee-angle.zero-right{transform:rotate(180deg)}.bee-angle.zero-bottom{transform:rotate(270deg)}.bee-angle__round{position:relative;width:16px;height:16px;border:1px solid #666;border-radius:50%;cursor:pointer;display:inline-block;vertical-align:middle}.bee-angle__round:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:50%;height:1px;background-color:#666}.vc-gradient-picker[data-v-c4d6d6ea]{position:relative}.vc-gradient-picker__header[data-v-c4d6d6ea]{margin-bottom:12px;z-index:999;text-align:left;display:flex;justify-content:space-between;align-items:center}.vc-gradient-picker__header .back[data-v-c4d6d6ea]{border:2px solid rgba(150,150,150,.65);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);margin-right:8px}.vc-gradient-picker .vc-gradient__types[data-v-c4d6d6ea]{display:flex;width:100%;justify-content:space-between}.vc-gradient-picker .vc-gradient__types .vc-gradient-wrap__types[data-v-c4d6d6ea]{display:flex;background-color:#c8c8c840;border-radius:4px;overflow:hidden;align-items:center}.vc-gradient-picker .vc-gradient__types .vc-gradient__type[data-v-c4d6d6ea]{padding:4px 8px;color:#666;cursor:pointer;font-size:12px}.vc-gradient-picker .vc-gradient__types .vc-gradient__type.active[data-v-c4d6d6ea]{color:#000;background-color:#c8c8c8cc}.vc-gradient-picker__body[data-v-c4d6d6ea]{margin-bottom:12px;display:-ms-flexbox;display:flex;align-items:center}.vc-gradient-picker__body .vc-color-range[data-v-c4d6d6ea]{flex:1}.vc-gradient-picker__body .vc-color-range__container[data-v-c4d6d6ea]{position:relative;height:16px;border-radius:5px}.vc-gradient-picker__body .vc-color-range__container .vc-background[data-v-c4d6d6ea]{height:100%;border-radius:4px;box-shadow:inset 0 0 0 1px #0000000f}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container[data-v-c4d6d6ea]{position:absolute;width:100%;top:0;height:100%;left:0}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop[data-v-c4d6d6ea]{position:absolute;top:-2px;width:14px;height:16px;overflow:hidden;border:2px solid #fff;border-radius:2px;cursor:pointer;box-shadow:0 0 2px 1px #00000059;box-sizing:content-box;transform:translate(-9px)}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--inner[data-v-c4d6d6ea]{display:inline-block;height:100%}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--current[data-v-c4d6d6ea]{position:relative;z-index:1;box-shadow:0 0 2px 2px #2253f4,0 0 1px 1px #2253f480}.vc-gradient-picker .vc-degree-input[data-v-c4d6d6ea]{position:relative;z-index:2;font-size:12px;border-radius:4px;display:flex}.vc-gradient-picker .vc-degree-input:hover .vc-degree-input__panel[data-v-c4d6d6ea]{display:block}.vc-gradient-picker .vc-degree-input__control[data-v-c4d6d6ea]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#c8c8c840;color:#666;padding:0 6px 0 0}.vc-gradient-picker .vc-degree-input__control input[data-v-c4d6d6ea]{max-width:28px;text-align:center;border:none;outline:none;background-color:transparent;color:#666;font-size:inherit;overflow:visible}.vc-gradient-picker .vc-degree-input__panel[data-v-c4d6d6ea]{display:none;z-index:10;position:absolute;top:20px;left:0}.vc-gradient-picker .vc-degree-input__panel .vc-degree-input__disk[data-v-c4d6d6ea]{padding:4px;background-color:#f1f1f1;box-shadow:0 0 2px #00000029,0 1px 8px #0000000f,0 4px 12px #00000014;border-radius:4px;display:flex;justify-content:center;align-items:center;position:relative;transform:translate(0)}.vc-gradient-picker .vc-picker-degree-input[data-v-c4d6d6ea]{margin-left:8px}.vc-colorpicker[data-v-0492277d]{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;user-select:none;width:276px;z-index:10000}.vc-colorpicker *[data-v-0492277d]{outline:none;line-height:1}.vc-colorpicker--container[data-v-0492277d]{padding:16px}.vc-colorpicker--tabs[data-v-0492277d]{padding:2px;background:#f6f7f9;border-radius:6px;position:relative;margin-bottom:12px}.vc-colorpicker--tabs__inner[data-v-0492277d]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0;background:#f6f7f9;border-bottom:none;position:relative;box-sizing:border-box}.vc-colorpicker--tabs__btn[data-v-0492277d]{-ms-flex:1;flex:1;z-index:2;color:#636c78;font-size:14px;border-radius:4px;cursor:pointer}.vc-colorpicker--tabs__btn.vc-btn-active[data-v-0492277d]{color:#33383e;font-weight:600}.vc-colorpicker--tabs__btn button[data-v-0492277d]{width:100%;background-color:initial;padding:6px 0;font-size:14px;line-height:20px;color:#636c78;border:0;border-radius:0;outline:0;cursor:pointer;appearance:none;-webkit-appearance:none;font-weight:inherit}.vc-colorpicker--tabs__btn button .vc-btn__content[data-v-0492277d]{position:relative;white-space:nowrap}.vc-colorpicker--tabs__bg[data-v-0492277d]{position:absolute;top:0;bottom:0;background:#fff;box-shadow:0 1px 4px #0000001f;border-radius:4px;z-index:1;transition:left .2s ease-in-out}.vc-colorpicker.black[data-v-0492277d]{background-color:#000;color:#fff}.vc-colorpicker.white[data-v-0492277d]{background-color:#fff;color:#333}.vc-color-wrap[data-v-354ca836]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-color-wrap.transparent[data-v-354ca836]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-color-wrap.round[data-v-354ca836]{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.vc-color-wrap .current-color[data-v-354ca836]{width:100%;height:100%}.vc-color-extra[data-v-354ca836]{margin-top:10px}
