.Pulse{display:inline-block;width:16px;height:16px;background:#cca92c;cursor:pointer;box-shadow:0 0 0 rgba(204,169,44,.4);animation:Pulse-pulse 2s infinite;margin:0 8px}.Pulse--disabled,.Pulse:hover{animation:none}@keyframes Pulse-pulse{0%{box-shadow:0 0 0 0 rgba(204,169,44,.4)}70%{box-shadow:0 0 0 10px rgba(204,169,44,0)}to{box-shadow:0 0 0 0 rgba(204,169,44,0)}}.MapChart-worldMap{display:flex;justify-content:center;align-items:center;margin:80px 0;overflow:hidden;position:relative;box-shadow:0 0 .6px 0 rgba(0,0,0,.4)}.MapChart-worldMap .svg-map{width:90%;height:auto;stroke:#ccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;transform:scale(1.25)}.MapChart-worldMap .svg-map .svg-map__location{fill:#ccc}.MapChart-worldMap .svg-map #ug{fill:#8079ef}.MapChart-worldMap .svg-map #in{fill:#905389}.MapChart-worldMap .svg-map #cn{fill:#c6ce5b}.MapChart-worldMap .svg-map #tz{fill:#d13527}.MapChart-worldMap .svg-map #ke{fill:#00959f}.MapChart-worldMap .svg-map #ae{fill:#008bc8}.MapChart-worldMap .svg-map #za{fill:#f2c801}.MapChart-worldMap .MapChart-locationList{position:absolute;top:0;left:0;padding:10px 30px;background-color:rgba(0,0,0,.8)}.MapChart-worldMap .MapChart-locationList .Pulse{margin-right:16px}.MapChart-worldMap .MapChart-locationList .MapChart-location{display:flex;align-items:center;padding:8px 0;color:#fff;font-family:Aeonik-Regular,sans-serif}@media(max-width:768px){.MapChart-worldMap{flex-direction:column;margin:40px 0;overflow:visible}.MapChart-worldMap .svg-map{width:100%;transform:none}.MapChart-worldMap .MapChart-locationList{position:static;width:100%;padding:12px 16px;background-color:rgba(0,0,0,.85);display:flex;flex-wrap:wrap;justify-content:center;gap:4px 16px;box-sizing:border-box}.MapChart-worldMap .MapChart-locationList .Pulse{margin-right:8px}.MapChart-worldMap .MapChart-locationList .MapChart-location{padding:4px 0;font-size:14px}}@media(max-width:380px){.MapChart-worldMap .MapChart-locationList .MapChart-location{font-size:13px}}