@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.leaflet-control-attribution {
    display: none !important;
}
.dg-attribution,
.dg-control-attribution {
    display: none !important;
}

.page-home {
    background: #262E6A url("../images/img-2.webp?v1") no-repeat top right;
    background-size: cover;
}
.page-home .width-a {
    width: 730px;
    max-width: 730px;
    min-width: 730px;
}
.page-home .section-a {
    padding-top:140px;
}
.page-home .section-video {
    border-radius: 20px;
    overflow: hidden;
}
.page-home .section-b {
    margin-top:60px;
    margin-bottom:60px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.page-home .section-c .panel-a {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 10px 15px 10px 25px;
    color: #001B54;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.39px;
    text-transform: uppercase;
}
.page-home .section-c .panel-a:hover {
    text-decoration: none;
    background: rgb(255 255 255 / 0.7);
}
.page-home .section-d  {
    margin-bottom:50px;
}
.page-home .section-d .panel-a img {
    border-radius: 8px;
    background: #ffffff;
    width: 167px;
    height: 167px;
}
.page-home .section-d .panel-b {
    border-radius: 8px;
    background: #ffffff;
}
.page-home .section-d .panel-b #map {
    width: 100%;
    height: 167px;
    border-radius: 8px;
}
.page-home .section-e {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.page-home .section-e a {
    color: #FFF;
}
.page-home .section-e a:hover {
    color: rgb(255 255 255 / 0.7);
    text-decoration: none!important;
}
.page-home .section-e .panel-a {
    height: 100px;
}
.page-home .section-e .panel-a .head-a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.page-home .section-e .panel-a .head-b {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.page-home .section-e .panel-a .head-c {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 576px)
{
    .page-home .width-a {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .page-home {
        background: #262E6A url("../images/img-2.webp?v1") no-repeat top right;
        background-size: cover;
    }
    .page-home .section-a {
        padding-top: 50px;
    }
    .page-home .section-b {
        width: 100%;
    }
    .page-home .section-c {
        width: 100%;
    }
    .page-home .section-c .panel-a {
        width: 100%;
    }
    .page-home .section-d  {
        width: 100%;
        margin-bottom:100px;
    }
    .page-home .section-e .panel-a {
        height: 80px;
    }
}








