.map-background-wrapper{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23ececec' d='m0 4 4-4m-5 1 2-2m2 6 2-2'/%3E%3C/svg%3E");padding:60px 0;width:100%}#chartdiv{height:50vh;width:100%}.map-marker{margin-left:-8px;margin-top:-8px}.map-marker.map-clickable{cursor:pointer}.pulse{background-color:rgba(223,122,0,.5);border:5px solid #df7a00;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;height:10px;position:absolute;width:10px;z-index:10}.map-marker .dot{-webkit-animation:pulse 3s ease-out;-moz-animation:pulse 3s ease-out;animation:pulse 3s ease-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;background:transparent;border:10px solid #df7a00;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;height:50px;left:-20px;opacity:0;position:absolute;top:-20px;width:50px;z-index:1}@-moz-keyframes pulse{0%{opacity:0;-moz-transform:scale(0)}25%{opacity:.1;-moz-transform:scale(0)}50%{opacity:.3;-moz-transform:scale(.1)}75%{opacity:.5;-moz-transform:scale(.5)}to{opacity:0;-moz-transform:scale(1)}}@-webkit-keyframes pulse{0%{opacity:0;-webkit-transform:scale(0)}25%{opacity:.1;-webkit-transform:scale(0)}50%{opacity:.3;-webkit-transform:scale(.1)}75%{opacity:.5;-webkit-transform:scale(.5)}to{opacity:0;-webkit-transform:scale(1)}}@keyframes pulse{0%{opacity:0;transform:scale(0)}25%{opacity:.1;transform:scale(0)}50%{opacity:.3;transform:scale(.1)}75%{opacity:.5;transform:scale(.5)}to{opacity:0;transform:scale(1)}}@media screen and (max-width:768px){#chartdiv{min-height:400px}.map-background-wrapper{padding:40px 0}.map-marker .dot{border-width:6px;height:30px;left:-10px;top:-10px;width:30px}.pulse{border-width:4px;height:8px;width:8px}}