svg :focus,svg :focus-visible{outline:none}.world-map{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}@media only screen and (max-width:768px){.world-map{width:100%}}.geography-default{fill:#97aae6;cursor:pointer;stroke-width:.5px;stroke:#fff;z-index:1;transition:fill .5s}.geography-default:hover,.geography-transition:hover{fill:#38924c;stroke-width:.5px;stroke:#fff;transition:fill .1s;animation:none}.geography-pointer{cursor:pointer;fill:green;stroke-width:.5px;stroke:#fff;transition:fill .5s}.geography-transition{fill:#97aae6;stroke:#fff;stroke-width:.5px;animation:1s infinite alternate fadeOutIn;animation-delay:calc(var(--i)*10ms);cursor:pointer;z-index:-1;transition:all .125s ease-in-out}@keyframes fadeOutIn{0%{fill:#97aae6}to{fill:#5677e3}}
