#gpc-world-map{
    background:#081321;
    padding:80px 20px;
}

.gpc-container{
    max-width:1400px;
    margin:auto;
}

.gpc-header{
    text-align:center;
    margin-bottom:40px;
}

.gpc-header h2{
    color:#fff;
    font-size:42px;
    letter-spacing:4px;
}

.gpc-header p{
    color:#cfd8e3;
}

#gpc-map-wrapper{
    background:#102038;
    border-radius:16px;
    padding:20px;
}

#gpc-map-wrapper svg{
    width:100%;
    height:auto;
    display:block;
}

#gpc-map-wrapper path{
    fill:#5a6d87;
    stroke:#ffffff;
    stroke-width:.4;
    transition:all .25s ease;
    cursor:pointer;
}

#gpc-map-wrapper path:hover{
    fill:#d4af37;
}