@charset "UTF-8";
.map-section {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 6rem; }

@media (min-width: 768px) {
  .map-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 76px; } }

.map-section .map-section-title {
  position: relative; }

.map-section .map-section-title {
  margin-bottom: 2.5rem; }

.map-section .map-section-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map-section .map-section-title {
  height: 100%; }

.map-section .map-section-title {
  width: 100%; }

.map-section .map-section-title {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media (min-width: 768px) {
  .map-section .map-section-title {
    margin-bottom: 8rem; } }

@media (min-width: 768px) {
  .map-section .map-section-title {
    margin-left: 115px; } }

@media (min-width: 768px) {
  .map-section .map-section-title {
    width: 50%; } }

.map-section .map {
  position: relative; }

.map-section .map {
  margin-bottom: 2.25rem; }

.map-section .map .city {
  position: absolute; }

.map-section .map .city {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map-section .map .city {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.map-section .map .city {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.map-section .map .city {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.map-section .map .city {
  gap: 1.5rem; }

.map-section .map .city .dot-location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map-section .map .city .dot-location {
  cursor: pointer; }

.map-section .map .city .dot-location {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.map-section .map .city .dot-location {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.map-section .map .city .location-popup {
  display: none; }

.map-section .map .city .location-popup:hover {
  z-index: 40; }

@media (min-width: 768px) {
  .map-section .map .city .location-popup {
    display: block; } }

.map-section .map .city .location-popup .city-card-scale-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map-section .map .city .location-popup .city-card-scale-top {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top; }

.map-section .map .city .location-popup .city-card-scale-top {
  gap: 0.75rem; }

.map-section .map .city .location-popup .city-card-scale-top {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; }

.map-section .map .city .location-popup .city-card-scale-top {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.map-section .map .city .location-popup .city-card-scale-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map-section .map .city .location-popup .city-card-scale-bottom {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom; }

.map-section .map .city .location-popup .city-card-scale-bottom {
  gap: 0.75rem; }

.map-section .map .city .location-popup .city-card-scale-bottom {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; }

.map-section .map .city .location-popup .city-card-scale-bottom {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.map-section .city-card {
  height: 317px; }

.map-section .city-card {
  width: 328px; }

.map-section .city-card {
  border-radius: 0.5rem; }

.map-section .city-card {
  background-color: #8096a3; }

.map-section .city-card {
  padding-left: 1rem;
  padding-right: 1rem; }

.map-section .city-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

@media (min-width: 768px) {
  .map-section .city-card {
    height: 200px; } }

@media (min-width: 768px) {
  .map-section .city-card {
    width: 300px; } }

@media (min-width: 768px) {
  .map-section .city-card {
    padding: 0.75rem; } }

.map-section .city-card .city-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map-section .city-card .city-name {
  height: 2rem; }

.map-section .city-card .city-name {
  width: -webkit-max-content;
  width: max-content; }

.map-section .city-card .city-name {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.map-section .city-card .city-name {
  border-radius: 1.5rem; }

.map-section .city-card .city-name {
  background-color: white; }

.map-section .city-card .city-name {
  padding-left: 1rem;
  padding-right: 1rem; }

.map-section .city-card .city-name {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.map-section .city-card .city-name {
  text-align: center; }

.map-section .city-card .city-name {
  font-size: 0.75rem;
  line-height: 1rem; }

.map-section .city-card .city-name {
  line-height: 125%; }

.map-section .city-card .city-name {
  color: #8096a3; }

@media (min-width: 768px) {
  .map-section .city-card .city-name {
    height: 1rem; } }

@media (min-width: 768px) {
  .map-section .city-card .city-name {
    border-radius: 0.75rem; } }

@media (min-width: 768px) {
  .map-section .city-card .city-name {
    padding-top: 0px;
    padding-bottom: 0px; } }

@media (min-width: 768px) {
  .map-section .city-card .city-name {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media (min-width: 768px) {
  .map-section .city-card .city-name {
    font-size: 7px; } }

.map-section .city-card .city-headcount {
  font-size: 17px; }

.map-section .city-card .city-headcount {
  line-height: 140%; }

.map-section .city-card .city-headcount {
  letter-spacing: 0.005em; }

.map-section .city-card .city-headcount {
  --tw-text-opacity: 1;
  color: white; }

@media (min-width: 768px) {
  .map-section .city-card .city-headcount {
    font-size: 10px; } }

.map-section .city-card .city-description-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map-section .city-card .city-description-container {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }

.map-section .city-card .city-description-container {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.map-section .city-card .city-description-container {
  gap: 0.5rem; }

.map-section .city-card .city-description-container {
  color: white; }

.map-section .city-card .city-description-container .city-description,
.map-section .city-card .city-description-container .city-description p {
  margin-bottom: 0px; }

.map-section .city-card .city-description-container .city-description,
.map-section .city-card .city-description-container .city-description p {
  overflow: hidden; }

.map-section .city-card .city-description-container .city-description,
.map-section .city-card .city-description-container .city-description p {
  font-size: 0.8125rem; }

.map-section .city-card .city-description-container .city-description,
.map-section .city-card .city-description-container .city-description p {
  line-height: 125%; }

@media (min-width: 768px) {
  .map-section .city-card .city-description-container .city-description,
  .map-section .city-card .city-description-container .city-description p {
    font-size: 7px; } }

.block-inline-blockmap-location-point .location-detail .city-description ul li::before,
.block-inline-blockmap-location-point .map .city-description ul li::before {
  content: '•';
  display: inline-block;
  width: 1em;
  margin-left: 0;
  position: absolute;
  left: 0; }

.block-inline-blockmap-location-point div#map-city-description ul li {
  padding-left: 5px;
  position: relative; }

@media only screen and (max-width: 1024px) {
  .block-inline-blockmap-location-point {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 6rem; }
    .block-inline-blockmap-location-point .city-card {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      width: 328px;
      height: 317px !important; }
    .block-inline-blockmap-location-point .city-card .city-headcount {
      line-height: 140%;
      letter-spacing: 0.005em;
      font-size: 17px; }
    .block-inline-blockmap-location-point .city-card .city-name {
      font-size: 0.75rem;
      line-height: 125%;
      --tw-text-opacity: 1;
      color: #0088cd;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .block-inline-blockmap-location-point .city-card .city-description-container .city-description,
    .block-inline-blockmap-location-point .city-card .city-description-container .city-description p {
      font-size: 0.8125rem;
      letter-spacing: normal; }
    .block-inline-blockmap-location-point .map .city .location-popup {
      display: none !important; }
    .block-inline-blockmap-location-point .location-detail {
      display: block; }
      .block-inline-blockmap-location-point .location-detail .city-description ul li {
        position: relative;
        padding-left: 10px; }
    .block-inline-blockmap-location-point .map-section-title {
      margin: 0;
      margin-bottom: 2.5rem;
      width: 100%; }
      .block-inline-blockmap-location-point .map-section-title h4 {
        font-size: 28px; }
    .block-inline-blockmap-location-point .slick-slide {
      padding-right: 1rem; } }

.map-section .map .city-description-container .city-description,
.map-section .map .city-description-container .city-description p {
  letter-spacing: normal; }

@media (min-width: 1024px) {
  .map-section .map .city-card .city-description-container .city-description,
  .map-section .map .city-card .city-description-container .city-description p {
    letter-spacing: normal; } }

@media (max-width: 1024px) {
  .map-section .map .city {
    width: 1px;
    height: 1px; }
    .map-section .map .city .dot-location {
      position: absolute; }
    .map-section .map .city#baltimore {
      top: 45%;
      left: 25%; }
    .map-section .map .city#london {
      top: 32%;
      left: 46%; }
    .map-section .map .city#amsterdam {
      left: 50%;
      top: 33%; }
    .map-section .map .city#singapore {
      top: 63%;
      left: 75%; }

    .map-section .map .city#tokyo {
      top: 43%;
      left: 85%; } }

.map-section .location-detail .city .city-card {
  background: #0088cd !important; }

@media (min-width: 1025px) {
  .map-section .map #baltimore.city {
    top: 32%;
    left: 26%; }
    .map-section .map #baltimore.city .city-card {
      position: absolute;
      left: -178px;
      bottom: 100%; } }
#singapore {
  right: 12.5%;
  bottom: 1%;
}
#tokyo {
  top: 8%;
  right: 3%;
}
#london {
  top: -4%;
  left: 36%;
}

#brisbane {
  bottom: 18%;
  right: 0%;
}

@media (min-width: 1920px) {
  #singapore {
    right: 16.5%;
    bottom: 10.5%;
  }

  #tokyo {
    top: 17%;
    right: 6%;
  }

  #london {
    left: 39%;
    top: 6%;
  }

  #brisbane {
    bottom: 18%;
    right: 3%;
  }

}
