.map-container{position:relative;display:flex;justify-content:center;line-height:0;flex-direction:column;align-items:center}.map-container .map-wrapper{position:relative}.map-container>h2.title{display:inline-block;color:#fff;font-size:34px;font-family:Montserrat;text-transform:uppercase;margin-top:60px;z-index:1}.map-container .refresh_points{position:absolute;color:var(--main-color, #ff6800);z-index:5;background-color:rgba(255,255,255,.12);padding:8px 15px;border-radius:5px;right:15px;top:5px;border:0;text-decoration:none;font-weight:600;text-shadow:none;display:inline-block;-webkit-appearance:none;cursor:pointer;outline:none !important}.map-container .refresh_points>br{display:none}.map-container .map-wrapper{display:inline-flex;position:relative}.map-container .map-wrapper img{max-width:100%}.map-container .map-wrapper .map-point{position:absolute;display:inline-block;background-color:#ff6800;height:20px;width:20px;border-radius:50%;transform:translate(-50%, -50%);cursor:pointer;animation:map-point-glow 1.5s infinite}@media only screen and (max-width: 767px){.map-container .map-wrapper .map-point{height:10px;width:10px;animation:none}}@media only screen and (max-width: 480px){.map-container .map-wrapper .map-point{height:5px;width:5px;animation:none}}@keyframes map-point-glow{0%{opacity:1;transform:translate(-50%, -50%) scale(0.2)}100%{opacity:0;transform:translate(-50%, -50%) scale(1)}}