[mn="7050"] #hoverlayer g[id] {
    transition: 1.2s all ease;
    opacity: 0; 
    cursor: pointer;
}
[mn="7050"] #hoverlayer g[id]:hover { 
    opacity: 1; 
} 
[mn="7050"] #info { 
    pointer-events: none;
}
[mn="7050"] .boxbx .bglyr { 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: multiply;
    filter: grayscale(1);
    opacity: 0.7;
}
[mn="7050"] .boxbx .box- { 
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 9px;
}
[mn="7050"] .boxbx .box- ~ .box- { 
    margin: 15px 0 0
}
[mn="7050"] .boxbx a { 
    color: inherit;
    text-decoration: none;
}
[mn="7050"] .boxbx .title { 
    font-size: 150%;
}
[mn="7050"] .boxbx .box-w {
    padding: 15px;
    color: #fff;
    z-index: 1;
}
[mn="7050"] .boxbx .con { 
    width: 60px;
}
[mn="7050"] .boxbx .box-:nth-child(1) .box-w{ 
    background-color: #b03837;
}
[mn="7050"] .boxbx .box-:nth-child(2) .box-w{ 
    background-color: #263d90;
}
[mn="7050"] .boxbx .box-:nth-child(3) .box-w{ 
    background-color: #0e76ba;
}
[mn="7050"] .boxbx .box-:nth-child(4) .box-w{ 
    background-color: #aae0f3;
}
[mn="7050"] .boxbx .box-:nth-child(5) .box-w{ 
    background-color: #1daadf;
}
[mn="7050"] .boxbx .box-:nth-child(6) .box-w{ 
    background-color: #12693a;
}
[mn="7050"] .boxbx .box-:nth-child(7) .box-w{ 
    background-color: #109548;
}
[mn="7050"] .boxbx .box-:nth-child(8) .box-w{ 
    background-color: #3cb54a;
}
[mn="7050"] .boxbx .box-:nth-child(9) .box-w{ 
    background-color: #d6df28;
}
[mn="7050"] .boxbx .box-:nth-child(10) .box-w{ 
    background-color: #f59422;
}

@media (max-width: 991px) {
}
@media (max-width: 767px) {
}

@media (max-width: 575px) {
    [mn="7050"] svg {
        display: none;
    }
}
@media (min-width: 575px) {
    [mn="7050"] .boxbx {
        display: none;
    }
}