.wwk-dc-page,
.wwk-dc-page * {
  box-sizing: border-box;
}

.wwk-data-centers-shell .wwk-inner-hero .wwk-inner-shell-wrap {
  width: min(1290px, calc(100% - 48px));
  min-height: 356px;
  padding: 52px 0 64px;
}.wwk-data-centers-shell .wwk-inner-top-shell {
  min-height: 480px;
  background-color: #20569E;
  background-image: radial-gradient(ellipse 520px 310px at 23% 50%, rgba(214, 232, 247, .24) 0%, rgba(214, 232, 247, .12) 32%, rgba(214, 232, 247, 0) 62%), url("/themes/shop/mobitreks-tech/assets/pages/our-data-centers/wwk-our-data-centers-hero.webp?v=20260716195550");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  isolation: isolate;
}



.wwk-data-centers-shell .wwk-inner-hero__copy {
  max-width: 610px;
  font-family: Arial, Helvetica, sans-serif;
}

.wwk-data-centers-shell .wwk-inner-hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(40px, 3.3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 600;
}

.wwk-data-centers-shell .wwk-inner-hero p {
  max-width: 570px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.wwk-dc-page {
  background: #fff;
  color: #526b84;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.wwk-dc-selector-intro {
  height: 146px;
  padding: 50px 24px 60px;
  background: #eef5fb;
  text-align: center;
}

.wwk-dc-selector-intro h2 {
  margin: 0;
  color: #1a416d;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.wwk-dc-selector {
  width: min(877px, calc(100% - 30px));
  height: 60px;
  margin: -10px auto 0;
  display: grid;
  grid-template-columns: 1.2fr .96fr 1.03fr 1.08fr 1.1fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.wwk-dc-location {
  min-width: 0;
  min-height: 60px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d6e1ec;
  border-radius: 7px;
  background: #fff;
  color: #506981;
  appearance: none;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
}

.wwk-dc-location small {
  margin-top: 3px;
  display: block;
  color: #8a9caf;
  font-size: 10px;
}

.wwk-dc-location.is-active {
  border-color: #7ebb42;
  box-shadow: 0 2px 8px rgba(68, 111, 43, .12);
  color: #174c91;
}

.wwk-dc-location:focus-visible,
.wwk-dc-map-node:focus-visible,
.wwk-dc-gallery-controls button:focus-visible {
  outline: 2px solid #265ca9;
  outline-offset: 2px;
}

.wwk-dc-pin {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 3px solid #c9daea;
  border-radius: 50%;
}

.wwk-dc-location.is-active .wwk-dc-pin {
  border-color: #7ebb42;
}

.wwk-dc-active {
  width: min(1250px, calc(100% - 30px));
  height: 139px;
  margin: 66px auto 0;
  display: grid;
  grid-template-columns: 57% 43%;
  align-items: center;
}

.wwk-dc-active-visual {
  height: 139px;
  min-width: 0;
  margin: 0 40px;
  display: grid;
  overflow: hidden;
  border-radius: 9px;
  background: #dce8f2;
}

.wwk-dc-active-visual img,
.wwk-dc-active-visual figcaption {
  grid-area: 1 / 1;
}

.wwk-dc-active-visual img {
  width: 100%;
  height: 139px;
  display: block;
  object-fit: cover;
}

.wwk-dc-active-visual figcaption {
  margin: 0;
  padding: 0 24px 18px;
  align-self: end;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: 0 2px 9px rgba(8, 31, 57, .7);
}

.wwk-dc-services {
  min-height: 112px;
  padding: 10px 0 0;
}

.wwk-dc-services h2 {
  margin: 0 0 20px;
  color: #38536d;
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 600;
}

.wwk-dc-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwk-dc-service-list div {
  min-width: 0;
  min-height: 51px;
  padding: 0 12px;
  border-left: 1px solid #e1e8ef;
  text-align: center;
}

.wwk-dc-service-list div:first-child {
  border-left: 0;
}

.wwk-dc-service-list span {
  width: 21px;
  height: 21px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #7ebb42;
  color: #fff;
  font-size: 12px;
}

.wwk-dc-service-list strong {
  display: block;
  color: #526b84;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.wwk-dc-map {
  width: min(1139px, calc(100% - 30px));
  aspect-ratio: 1139 / 559;
  margin: 45px auto 0;
  position: relative;
}

.wwk-dc-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.wwk-dc-map-node {
  width: 13px;
  height: 13px;
  padding: 0;
  position: absolute;
  left: var(--node-x);
  top: var(--node-y);
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1f56a5;
  box-shadow: 0 1px 4px rgba(22, 63, 112, .32);
  cursor: pointer;
}

.wwk-dc-map-node.is-active {
  width: 17px;
  height: 17px;
  background: #7ebb42;
}

.wwk-dc-map-callout {
  max-width: 172px;
  min-height: 42px;
  padding: 7px 10px;
  position: absolute;
  z-index: 2;
  left: var(--callout-x, 18.5%);
  top: var(--callout-y, 46%);
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #174c91;
  color: #fff;
  box-shadow: 0 3px 9px rgba(21, 59, 100, .18);
  transform: translate(-22px, 22px);
}

.wwk-dc-map-callout-pin {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 2px solid #7ebb42;
  border-radius: 50%;
}

.wwk-dc-map-callout strong,
.wwk-dc-map-callout small {
  display: block;
}

.wwk-dc-map-callout strong {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.wwk-dc-map-callout small {
  margin-top: 2px;
  color: #d7e5f3;
  font-size: 9px;
  line-height: 1.25;
}

.wwk-dc-facility {
  width: min(1070px, calc(100% - 30px));
  height: 197px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 312fr 312fr 445fr;
  border: 1px solid #d5dee9;
  border-radius: 3px;
  background: #fff;
}

.wwk-dc-facility > div {
  padding: 30px 28px;
  border-left: 1px solid #dfe6ed;
}

.wwk-dc-facility > div:first-child {
  border-left: 0;
}

.wwk-dc-facility h3 {
  margin: 0 0 9px;
  color: #7b8fa3;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.wwk-dc-facility strong {
  margin-bottom: 10px;
  display: block;
  color: #174c91;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
}

.wwk-dc-facility p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
}

.wwk-dc-location-detail {
  width: min(1100px, calc(100% - 30px));
  min-height: 413px;
  margin: 50px auto 70px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: start;
}

.wwk-dc-location-copy {
  padding: 0 30px 0 15px;
}

.wwk-dc-location-copy h2,
.wwk-dc-capability h2 {
  color: #38536d;
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 600;
}

.wwk-dc-location-copy h2 {
  margin: 0 0 15px;
}

.wwk-dc-location-copy p,
.wwk-dc-location-copy li,
.wwk-dc-capability li {
  font-size: 13.2px;
  line-height: 1.65;
}

.wwk-dc-location-copy p {
  margin: 0 0 18px;
}

.wwk-dc-location-copy ul,
.wwk-dc-capability ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wwk-dc-location-copy li,
.wwk-dc-capability li {
  margin-top: 7px;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 5px;
}

.wwk-dc-location-copy li span,
.wwk-dc-capability li span {
  color: #265ca9;
  font-weight: 700;
}

.wwk-dc-gallery {
  width: 494px;
  max-width: 100%;
  min-width: 0;
  position: relative;
  justify-self: end;
}

.wwk-dc-gallery-media,
.wwk-dc-capability-media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}

.wwk-dc-gallery-media {
  height: 400px;
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;

}

.wwk-dc-gallery-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.wwk-dc-gallery-controls {
  position: absolute;
  top: 185px;
  right: -14px;
  left: -14px;
  display: flex;
  justify-content: space-between;
}

.wwk-dc-gallery-controls button {
  width: 34px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #1f56a5;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  box-shadow: 0 2px 8px rgba(21, 59, 100, .16);
}

.wwk-dc-capabilities {
  width: 100%;
  margin: 0;
  background: #f7fafd;
}

.wwk-dc-capability {
  width: min(1080px, calc(100% - 48px));
  height: 365px;
  margin: 0 auto;
  padding: 40px 0;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
  border-bottom: 1px solid #e0e8f0;
}

.wwk-dc-capability:nth-child(2) {
  height: 379px;
}

.wwk-dc-capability:nth-child(3) {
  height: 353px;
}

.wwk-dc-capability:nth-child(4) {
  height: 356px;
}

.wwk-dc-capability.is-media-first {
  grid-template-columns: 42% 58%;
}

.wwk-dc-capability > div {
  min-width: 0;
}

.wwk-dc-capability h2 {
  margin: 0 0 15px;
}

.wwk-dc-capability-media {
  width: 289px;
  height: 289px;
  justify-self: center;
}

.wwk-dc-capability:nth-child(2) .wwk-dc-capability-media,
.wwk-dc-capability:nth-child(3) .wwk-dc-capability-media {
  width: 300px;
  height: 300px;
}

.wwk-dc-capability-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@media (max-width: 767px) {
  .wwk-data-centers-shell .wwk-inner-hero .wwk-inner-shell-wrap {
    width: calc(100% - 28px);
    min-height: 480px;
    align-items: flex-start;
    padding: 32px 0 220px;
  }

  .wwk-data-centers-shell .wwk-inner-top-shell {
    min-height: 576px;
    background-color: #2258a2;
    background-image: radial-gradient(ellipse 320px 210px at 24% 38%, rgba(214, 232, 247, .2) 0%, rgba(214, 232, 247, .1) 38%, rgba(214, 232, 247, 0) 66%), url("/themes/shop/mobitreks-tech/assets/pages/our-data-centers/wwk-our-data-centers-hero-mobile.webp?v=20260716162020");
    background-position: center top;
  }

  .wwk-data-centers-shell .wwk-inner-hero h1 {
    max-width: 320px;
    margin-bottom: 14px;
    font-size: 33px;
    line-height: 1.1;
  }

  .wwk-data-centers-shell .wwk-inner-hero p {
    max-width: 320px;
    font-size: 15.5px;
    line-height: 1.52;
  }

  .wwk-dc-selector-intro {
    height: 146px;
    padding: 42px 15px 46px;
  }

  .wwk-dc-selector-intro h2 {
    font-size: 20px;
    line-height: 29px;
  }

  .wwk-dc-selector {
    width: calc(100% - 30px);
    height: 178px;
    margin-top: -10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 54px);
    gap: 8px;
  }

  .wwk-dc-location {
    min-height: 54px;
    border-radius: 7px;
    font-size: 11.5px;
  }

  .wwk-dc-location:nth-child(5) {
    grid-column: 1;
  }

  .wwk-dc-active {
    width: calc(100% - 30px);
    height: auto;
    margin-top: 32px;
    grid-template-columns: minmax(0, 1fr);
  }

  .wwk-dc-active-visual {
    height: 139px;
    margin: 0;
  }

  .wwk-dc-active-visual img {
    height: 139px;
  }

  .wwk-dc-active-visual figcaption {
    padding: 0 18px 16px;
    font-size: 20px;
  }

  .wwk-dc-services {
    min-height: 125px;
    padding: 24px 0 0;
  }

  .wwk-dc-services h2 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 22px;
  }

  .wwk-dc-service-list div {
    padding: 0 6px;
  }

  .wwk-dc-service-list strong {
    font-size: 10px;
  }

  .wwk-dc-map {
    width: calc(100% - 30px);
    margin-top: 22px;
  }

  .wwk-dc-map-node {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }

  .wwk-dc-map-node.is-active {
    width: 12px;
    height: 12px;
  }

  .wwk-dc-map-callout {
    max-width: 150px;
    min-height: 34px;
    padding: 5px 8px;
    left: 12px;
    top: auto;
    bottom: 8px;
    transform: none;
  }

  .wwk-dc-map-callout strong {
    font-size: 10px;
  }

  .wwk-dc-map-callout small {
    font-size: 8px;
  }

  .wwk-dc-facility {
    width: calc(100% - 30px);
    height: auto;
    margin-top: 40px;
    grid-template-columns: minmax(0, 1fr);
  }

  .wwk-dc-facility > div {
    min-height: 132px;
    padding: 22px 20px;
    border-top: 1px solid #dfe6ed;
    border-left: 0;
  }

  .wwk-dc-facility > div:first-child {
    border-top: 0;
  }

  .wwk-dc-location-detail {
    width: calc(100% - 30px);
    min-height: 0;
    margin-top: 50px;
    margin-bottom: 70px;
    grid-template-columns: minmax(0, 1fr);
  }

  .wwk-dc-location-copy {
    padding: 0 0 30px;
  }

  .wwk-dc-location-copy h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .wwk-dc-location-copy p,
  .wwk-dc-location-copy li,
  .wwk-dc-capability li {
    font-size: 12px;
    line-height: 1.55;
  }

  .wwk-dc-gallery {
    width: 100%;
  }

  .wwk-dc-gallery-controls {
    top: calc(50% - 17px);
    right: 8px;
    left: 8px;
  }

  .wwk-dc-gallery-media,
  .wwk-dc-gallery-media img {
    height: auto;
    aspect-ratio: 1.4 / 1;
  }

  .wwk-dc-capability,
  .wwk-dc-capability:nth-child(2),
  .wwk-dc-capability:nth-child(3),
  .wwk-dc-capability:nth-child(4),
  .wwk-dc-capability.is-media-first {
    width: calc(100% - 30px);
    height: auto;
    min-height: 0;
    padding: 34px 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .wwk-dc-capability > div {
    order: 2;
    padding-top: 24px;
  }

  .wwk-dc-capability-media,
  .wwk-dc-capability:nth-child(2) .wwk-dc-capability-media,
  .wwk-dc-capability:nth-child(3) .wwk-dc-capability-media {
    width: 220px;
    height: 220px;
    order: 1;
  }

  .wwk-dc-capability h2 {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 25px;
  }
}
