.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.location-hero-wireframe {
  padding-right: max(20px, (100vw - 1280px) / 2);
  padding-left: max(20px, (100vw - 1280px) / 2);
  border-bottom: 1px solid #ebebeb;
  background: linear-gradient(180deg, #eef3ff 0%, rgba(252, 251, 250, 0.5019607843) 60%);
  overflow: visible;
}
.location-hero-wireframe__frame {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  overflow: visible;
}
.location-hero-wireframe__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--site-header-height) + 100px) 130px 50px;
  text-align: center;
}
.location-hero-wireframe__breadcrumb {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
}
.location-hero-wireframe__title {
  margin: 0;
  color: #191717;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  max-width: 950px;
}
html:lang(zh-CN) .location-hero-wireframe__title, html:lang(zh-TW) .location-hero-wireframe__title {
  letter-spacing: 0.04em;
}
.location-hero-wireframe__title-highlight {
  color: #277eff;
}
.location-hero-wireframe__subtitle {
  max-width: 760px;
  margin: 16px 0 0;
  color: #191717;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.55;
}
.location-hero-wireframe__actions {
  margin-top: 50px;
}
.location-hero-wireframe__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  min-width: 190px;
  padding: 13px 32px;
  border-radius: 999px;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.location-hero-wireframe__button--primary {
  background: #247cff;
  color: #fff;
}
.location-hero-wireframe__button--primary:hover {
  background: #2070e5;
}
.location-hero-wireframe__map {
  padding: 0 24px 30px;
  overflow: visible;
}
.location-hero-wireframe__map-stage {
  position: relative;
  width: 936px;
  margin: 0 auto;
  overflow: visible;
}
.location-hero-wireframe__map-canvas {
  position: relative;
  width: 936px;
  height: 470px;
  overflow: visible;
  cursor: default;
}
.location-hero-wireframe__continent {
  position: absolute;
  pointer-events: none;
}
.location-hero-wireframe__continent-default, .location-hero-wireframe__continent-active {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.location-hero-wireframe__continent-default {
  position: relative;
  z-index: 1;
  transition: opacity 0.25s ease;
}
.location-hero-wireframe__continent-active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.location-hero-wireframe__continent.is-active {
  z-index: 10;
}
.location-hero-wireframe__continent.is-active .location-hero-wireframe__continent-default {
  opacity: 0;
}
.location-hero-wireframe__continent.is-active .location-hero-wireframe__continent-active {
  opacity: 1;
}
.location-hero-wireframe__continent.is-active .location-hero-wireframe__map-pin {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.location-hero-wireframe__continent.is-active .location-hero-wireframe__map-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.location-hero-wireframe__continent--na {
  left: 0px;
  top: 0px;
  width: 408px;
}
.location-hero-wireframe__continent--na .location-hero-wireframe__map-pin {
  left: 146px;
  top: 104px;
}
.location-hero-wireframe__continent--na .location-hero-wireframe__map-tooltip {
  left: 146px;
  top: 111px;
  transform: translateX(-50%) translateY(6px);
}
.location-hero-wireframe__continent--na.is-active .location-hero-wireframe__map-tooltip {
  transform: translateX(-50%) translateY(0);
}
.location-hero-wireframe__continent--sa {
  left: 205px;
  top: 260px;
  width: 133px;
}
.location-hero-wireframe__continent--sa .location-hero-wireframe__map-pin {
  left: 65px;
  top: 90px;
}
.location-hero-wireframe__continent--sa .location-hero-wireframe__map-tooltip {
  left: 65px;
  top: 53px;
  transform: translateX(-50%) translateY(calc(-100% + 6px));
}
.location-hero-wireframe__continent--sa.is-active .location-hero-wireframe__map-tooltip {
  transform: translateX(-50%) translateY(-100%);
}
.location-hero-wireframe__continent--eu {
  left: 376.5px;
  top: 15px;
  width: 239px;
}
.location-hero-wireframe__continent--eu .location-hero-wireframe__map-pin {
  left: 150px;
  top: 117px;
}
.location-hero-wireframe__continent--eu .location-hero-wireframe__map-tooltip {
  left: 150px;
  top: 124px;
  transform: translateX(-50%) translateY(6px);
}
.location-hero-wireframe__continent--eu.is-active .location-hero-wireframe__map-tooltip {
  transform: translateX(-50%) translateY(0);
}
.location-hero-wireframe__continent--af {
  left: 388.5px;
  top: 185.5px;
  width: 198px;
}
.location-hero-wireframe__continent--af .location-hero-wireframe__map-pin {
  left: 100px;
  top: 86px;
}
.location-hero-wireframe__continent--af .location-hero-wireframe__map-tooltip {
  left: 100px;
  top: 93px;
  transform: translateX(-50%) translateY(6px);
}
.location-hero-wireframe__continent--af.is-active .location-hero-wireframe__map-tooltip {
  transform: translateX(-50%) translateY(0);
}
.location-hero-wireframe__continent--as {
  left: 512px;
  top: 10px;
  width: 414px;
}
.location-hero-wireframe__continent--as .location-hero-wireframe__map-pin {
  left: 200px;
  top: 120px;
}
.location-hero-wireframe__continent--as .location-hero-wireframe__map-tooltip {
  left: 200px;
  top: 127px;
  transform: translateX(-50%) translateY(6px);
}
.location-hero-wireframe__continent--as.is-active .location-hero-wireframe__map-tooltip {
  transform: translateX(-50%) translateY(0);
}
.location-hero-wireframe__continent--oa {
  left: 758px;
  top: 310.4px;
  width: 180px;
}
.location-hero-wireframe__continent--oa .location-hero-wireframe__map-pin {
  left: 70px;
  top: 60px;
}
.location-hero-wireframe__continent--oa .location-hero-wireframe__map-tooltip {
  left: 70px;
  top: 23px;
  transform: translateX(-50%) translateY(calc(-100% + 6px));
}
.location-hero-wireframe__continent--oa.is-active .location-hero-wireframe__map-tooltip {
  transform: translateX(-50%) translateY(-100%);
}
.location-hero-wireframe__map-pin {
  position: absolute;
  width: 26px;
  height: 32px;
  opacity: 0;
  transform: translate(-50%, -100%) scale(0.8);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 5;
  pointer-events: none;
}
.location-hero-wireframe__map-pin img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.location-hero-wireframe__map-tooltip {
  position: absolute;
  min-width: 180px;
  padding: 16px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 6;
  pointer-events: none;
}
.location-hero-wireframe__map-tooltip-divider {
  height: 1px;
  margin: 0 0 16px;
  background: #ebebeb;
}
.location-hero-wireframe__map-tooltip-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #f7f6f5;
}
.location-hero-wireframe__map-tooltip-icon img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.location-hero-wireframe__map-tooltip-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  color: #191717;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.location-hero-wireframe__map-tooltip-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-hero-wireframe__map-tooltip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
}
.location-hero-wireframe__map-tooltip-flag {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.location-wireframe__blank {
  padding-top: 80px;
}

@media (max-width: 1200px) {
  .location-hero-wireframe__hero {
    padding: calc(var(--site-header-height) + 72px) 48px 48px;
  }
  .location-hero-wireframe__title {
    font-size: 48px;
  }
  .location-hero-wireframe__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .location-hero-wireframe__hero {
    padding: calc(var(--site-header-height) + 56px) 32px 40px;
  }
  .location-hero-wireframe__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .location-hero-wireframe {
    padding-right: 18px;
    padding-left: 18px;
  }
  .location-hero-wireframe__hero {
    padding: calc(var(--site-header-height) + 40px) 16px 32px;
  }
  .location-hero-wireframe__breadcrumb {
    margin-bottom: 24px;
  }
  .location-hero-wireframe__title {
    font-size: clamp(30px, 9vw, 42px);
  }
  .location-hero-wireframe__subtitle {
    margin-top: 12px;
    font-size: 14px;
  }
  .location-hero-wireframe__actions {
    margin-top: 28px;
  }
  .location-hero-wireframe__button {
    width: 100%;
    max-width: 280px;
  }
  .location-hero-wireframe__map {
    padding: 0 8px 32px;
    overflow-x: auto;
  }
  .location-hero-wireframe__map-stage {
    padding-top: 12px;
  }
  .location-hero-wireframe__map-tooltip-head {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .location-hero-wireframe__map-tooltip-item {
    font-size: 13px;
  }
  .location-wireframe__blank {
    padding-top: 48px;
  }
}
.location-all-regions-wireframe {
  padding-right: max(20px, (100vw - 1280px) / 2);
  padding-left: max(20px, (100vw - 1280px) / 2);
  border-bottom: 1px solid #ebebeb;
  background: #F7F6F5;
}
.location-all-regions-wireframe__frame {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.location-all-regions-wireframe__header {
  padding: 60px 140px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.location-all-regions-wireframe__title {
  margin: 0;
  color: #191717;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.12;
}
.location-all-regions-wireframe__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 30px;
}
.location-all-regions-wireframe__filters {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  min-width: 0;
  padding: 4px 6px;
  border-radius: 999px;
  background: #F7F6F5;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border: 1px solid #EBEBEB;
}
.location-all-regions-wireframe__filters::-webkit-scrollbar {
  display: none;
}
.location-all-regions-wireframe__filter {
  flex-shrink: 0;
  padding: 10px 28px;
  border: 0;
  border-radius: 999px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.location-all-regions-wireframe__filter.is-active {
  background: #ffffff;
  color: #191717;
  font-weight: 500;
}
.location-all-regions-wireframe__filter:hover:not(.is-active) {
  color: #191717;
}
.location-all-regions-wireframe__search {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: min(100%, 280px);
}
.location-all-regions-wireframe__search-icon {
  position: absolute;
  left: 16px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.location-all-regions-wireframe__search-input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 40px 0 44px;
  border: 1px solid #ebebeb;
  border-radius: 999px;
  color: #191717;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  background: #ffffff;
  outline: none;
  appearance: none;
}
.location-all-regions-wireframe__search-input::-webkit-search-cancel-button, .location-all-regions-wireframe__search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.location-all-regions-wireframe__search-input::-ms-clear {
  display: none;
}
.location-all-regions-wireframe__search-input::placeholder {
  color: #969390;
}
.location-all-regions-wireframe__search-input:focus {
  border-color: #277eff;
}
.location-all-regions-wireframe__search-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #969390;
  font-size: 18px;
  line-height: 1;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.location-all-regions-wireframe__search-clear[hidden] {
  display: none;
}
.location-all-regions-wireframe__search-clear:hover {
  color: #191717;
  background: #f7f6f5;
}
.location-all-regions-wireframe__body {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 0 30px 40px;
}
.location-all-regions-wireframe__results {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.location-all-regions-wireframe__card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 16px 20px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.location-all-regions-wireframe__card.is-hidden {
  display: none;
}
.location-all-regions-wireframe__card-flag {
  flex-shrink: 0;
  width: 40px;
  height: 30px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.location-all-regions-wireframe__card-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #191717;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}
.location-all-regions-wireframe__empty {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.location-all-regions-wireframe__empty[hidden] {
  display: none;
}
.location-all-regions-wireframe__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.location-all-regions-wireframe__empty-icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.location-all-regions-wireframe__empty-text {
  margin: 0;
  color: #969390;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .location-all-regions-wireframe__header {
    padding: 60px 40px 48px;
  }
  .location-all-regions-wireframe__title {
    font-size: 36px;
  }
  .location-all-regions-wireframe__toolbar {
    padding: 24px 32px;
  }
  .location-all-regions-wireframe__body {
    padding: 32px 32px 100px;
  }
  .location-all-regions-wireframe__results {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .location-all-regions-wireframe__header {
    padding: 48px 32px 40px;
  }
  .location-all-regions-wireframe__title {
    font-size: 32px;
  }
  .location-all-regions-wireframe__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .location-all-regions-wireframe__filters {
    width: 100%;
  }
  .location-all-regions-wireframe__search {
    width: 100%;
  }
  .location-all-regions-wireframe__results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .location-all-regions-wireframe {
    padding-right: 18px;
    padding-left: 18px;
  }
  .location-all-regions-wireframe__header {
    padding: 48px 16px 32px;
  }
  .location-all-regions-wireframe__title {
    font-size: clamp(27px, 8vw, 34px);
  }
  .location-all-regions-wireframe__toolbar {
    padding: 20px 16px;
  }
  .location-all-regions-wireframe__filter {
    padding: 8px 14px;
    font-size: 13px;
  }
  .location-all-regions-wireframe__body {
    min-height: 240px;
    padding: 24px 16px 80px;
  }
  .location-all-regions-wireframe__results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .location-all-regions-wireframe__card {
    padding: 14px 16px;
    gap: 10px;
  }
  .location-all-regions-wireframe__card-name {
    font-size: 14px;
  }
}

/*# sourceMappingURL=location.css.map */
