@keyframes pulse-border {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  100% {
    transform: scale(350%);
    opacity: 0;
  }
}
.rts-data-center {
  position: relative;
  background: var(--data-center-bg);
}
@media (max-width: 768px) {
  .rts-data-center .rts-section__title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .rts-data-center .rts-section__title {
    font-size: 24px;
  }
}
.rts-data-center__location {
  position: relative;
}
.rts-data-center__location img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rts-data-center__location .round-shape {
  padding: 0;
  margin: 0;
}
.rts-data-center__location .round-shape li {
  position: absolute;
  text-align: center;
  list-style: none;
}
.rts-data-center__location .round-shape li .tolltip {
  font-size: 16px;
  cursor: pointer;
}
.rts-data-center__location .round-shape li .tooltip-inner {
  background: none !important;
  color: var(--e-global-color-secondary);
  font-size: 14px;
  padding: 15px;
  opacity: 1 !important;
  top: 100px !important;
  left: -100px;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  margin: 0 auto;
  text-align: left;
  border-radius: 4px;
}
.rts-data-center__location .round-shape li:nth-child(1) {
  top: 17.5%;
  left: 16.8%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(1) {
    left: 16%;
  }
}
.rts-data-center__location .round-shape li:nth-child(2) {
  top: 27.4%;
  left: 47.3%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(2) {
    left: 46.5%;
  }
}
.rts-data-center__location .round-shape li:nth-child(3) {
  top: 20.8%;
  right: 20%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(3) {
    right: 19%;
  }
}
.rts-data-center__location .round-shape li:nth-child(4) {
  top: 38.3%;
  left: 17.5%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(4) {
    left: 16.6%;
  }
}
.rts-data-center__location .round-shape li:nth-child(5) {
  top: 45.7%;
  left: 52.1%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(5) {
    left: 51.2%;
  }
}
.rts-data-center__location .round-shape li:nth-child(6) {
  top: 49.4%;
  right: 31.2%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(6) {
    right: 30.2%;
  }
}
.rts-data-center__location .round-shape li:nth-child(7) {
  top: 36%;
  right: 24%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(7) {
    right: 23%;
  }
}
.rts-data-center__location .round-shape li:nth-child(8) {
  bottom: 31.3%;
  left: 28.7%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(8) {
    bottom: 27.3%;
    left: 27.9%;
  }
}
.rts-data-center__location .round-shape li:nth-child(9) {
  bottom: 16.3%;
  left: 51%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(9) {
    bottom: 12.3%;
    left: 50%;
  }
}
.rts-data-center__location .round-shape li:nth-child(10) {
  bottom: 18.7%;
  right: 16.5%;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape li:nth-child(10) {
    bottom: 14.7%;
    right: 15.5%;
  }
}
.rts-data-center__location .round-shape span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: VAR(--e-global-color-primary);
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 10px;
  top: -10px;
  z-index: 3;
  cursor: pointer;
}
.rts-data-center__location .round-shape span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-primary);
  top: 0;
  left: 0;
  animation: pulse-border 2s ease-out infinite;
  z-index: -1;
}
.rts-data-center__location .round-shape img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
@media (max-width: 768px) {
  .rts-data-center__location .round-shape img {
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .rts-data-center__location .round-shape img {
    margin-top: 0;
    width: 15px;
  }
}
.rts-data-center .rts-shape__one {
  height: 330px;
  width: 65px;
  background: var(--data-center-shape-small);
  position: absolute;
  bottom: 45%;
  left: -4%;
  transform: rotate(60deg);
  z-index: -1;
}
.rts-data-center .rts-shape__two {
  width: 356px;
  height: 575px;
  background: var(--data-center-shape-1);
  position: absolute;
  top: 30%;
  left: -10%;
  transform: rotate(60deg);
  z-index: -1;
}
.rts-data-center .rts-shape__three {
  width: 356px;
  height: 575px;
  background: var(--data-center-shape-1);
  position: absolute;
  top: 10%;
  right: -10%;
  transform: rotate(-120deg);
  z-index: -1;
}
.rts-data-center .rts-shape__four {
  height: 330px;
  width: 65px;
  background: var(--data-center-shape-small);
  position: absolute;
  bottom: 20%;
  right: -4%;
  transform: rotate(-120deg);
  z-index: -1;
}

.color-hostie.map > .tooltip-inner {
  top: 30px;
}/*# sourceMappingURL=style.css.map */