@import url(https://rsms.me/inter/inter.css);body{font-family:"Inter",sans-serif}@supports (font-variation-settings:normal){body{font-family:"Inter var",sans-serif}}html{transition:.3s;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}footer a{color:#038efb}footer a:hover{color:#41474c}.container{max-width:800px;margin:0 auto}header{display:flex;align-items:center;justify-content:space-between}header span{font-size:18px}.logo{height:100%;margin-right:5px}.geo-container{background:#d9d9d9;display:flex;justify-content:center;border-radius:5px}.geo-card{margin:10px 20px;width:200px;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.12);border-radius:5px}.geo-card--header-container{display:flex}.geo-card--header{background:#038efb;color:#fff;padding:10px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:80%}.geo-card--share{background:#000;width:20%;display:flex;justify-content:center;align-items:center;cursor:pointer}.geo-card--share:hover{background:#1f1f1f}.geo-card--header:hover{background:#3ca8fd}.geo-card--body{padding:10px}.separator{border-top:1px solid grey;margin:15px 0}.map,.map-container{height:350px}.map-container{width:500px;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.error{background:#ff7373;padding:10px;font-size:14px;text-align:center;color:#fff}path.leaflet-interactive.animate{stroke-dasharray:1920;stroke-dashoffset:1920;-webkit-animation:dash 3s linear 3s infinite forwards;animation:dash 3s linear 3s infinite forwards}.leaflet-bottom.leaflet-right,.leaflet-top.leaflet-left{display:none}@-webkit-keyframes dash{to{stroke-dashoffset:0}}@keyframes dash{to{stroke-dashoffset:0}}.origin-icon{border:none;background:none}footer{display:flex;justify-content:center;align-items:center;flex-direction:column}footer p{font-size:12px;color:#a9a9a9}footer p:first-child{margin-bottom:-5px}.calvin{display:flex}.calvin img{-webkit-filter:opacity(.5);filter:opacity(.5)}.calvin img:hover{-webkit-filter:opacity(.7);filter:opacity(.7)}.skeleton{display:block;width:100%;border-radius:5px;background-image:linear-gradient(270deg,#fafafa,#eaeaea,#eaeaea,#fafafa);background-size:400% 100%;-webkit-animation:loading 8s ease-in-out infinite;animation:loading 8s ease-in-out infinite}button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media only screen and (max-width:715px){.geo-container{flex-direction:column;overflow:hidden}.geo-card{position:absolute;z-index:999}.map-container{margin:0 auto}.map-el{display:none}}