@charset "UTF-8";.ls-map{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5}.ls-default{width:90%;height:90%}#europe-map{width:100%;height:100%}.country-hover{cursor:pointer;transition:fill .3s ease}.country-hover path{transition:fill .3s ease}.country-hover:hover{filter:brightness(1.1)}svg{max-width:100%;max-height:100%;width:auto;height:auto}#UK,#NL,#BE,#DE,#PL,#CZ,#FR,#HU,#ES,#IT{cursor:pointer;transition:all .3s ease}#UK:hover,#NL:hover,#BE:hover,#DE:hover,#PL:hover,#CZ:hover,#FR:hover,#HU:hover,#ES:hover,#IT:hover{filter:drop-shadow(0 0 5px rgba(255,139,0,.5))}#UK path,#NL path,#BE path,#DE path,#PL path,#CZ path,#FR path,#HU path,#ES path,#IT path{transition:fill .3s ease}#DE path{cursor:pointer;transition:fill .3s ease}#DE path:hover{fill:#ff8b00!important}[id^=modal-]{opacity:1;transition:opacity .3s ease-in-out;pointer-events:auto}[id^=modal-][style*="display: none"]{opacity:0;pointer-events:none}[id^=modal-][style*="display: block"]{opacity:1;pointer-events:auto}@media (max-width: 767px){#my-map-container,.ls-default{width:100%;height:auto}}@media (min-width: 768px){#my-map-container,.ls-default{width:1200px;height:584px}}
