<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*map-block*/

.map-block {
    height: 1065px;
    overflow: hidden;
    margin-bottom: 80px;
}

    .map-block &gt; .title {
        border-bottom: solid 1px #D7E6E1;
        padding: 100px 0 74px;
    }

    .map-block .title h2 {
        margin-bottom: 30px;
    }

    .map-block .title p {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }

.map-panel {
    padding: 77px 0px 0;
}

    .map-panel .container {
        max-width: 1390px;
    }

.community-panel .inner-panel {
    height: 490px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px 0px 0px 30px;
    width: 86%;
}

.community-panel h3 {
    border-bottom: solid 1px #D7E6E1;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-left: 30px;
    width: 75%;
}

.community-panel .panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    border-radius: 12px;
    width: 92%;
    cursor: pointer;
}

    .community-panel .panel:hover,
    .community-panel .panel.active {
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
    }

    .community-panel .panel .image-panel figure {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
        border-radius: 50%;
    }

    .community-panel .panel .text-panel {
        width: calc(100% - 62px);
    }

        .community-panel .panel .text-panel h4, .community-panel .panel .text-panel a {
            color: #85a827;
            font-size: 24px;
            font-weight: 700;
            display: block;
            text-decoration: none;
        }

        .community-panel .panel .text-panel p {
            color: #000000;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 0;
        }

#scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #f3f5f8;
}

#scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #85a827;
}

#scrollbar::-webkit-scrollbar-track {
    background-color: #f3f5f8;
    border-radius: 8px;
}

#map-canvas {
    height: 100%;
    margin: auto;
    padding: 0;
    min-height: 650px;
}

.gm-ui-hover-effect {
    display: none !important;
}

.gm-style-iw.gm-style-iw-c {
    border-radius: 30px;
    background-color: #d7e6e1;
    padding: 10px 35px !important;
    top: 120px;
}

.info-window {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

    .info-window a {
        text-decoration: none;
    }

.gm-style-iw-tc {
    display: none;
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
}
/*responsive*/
@media only screen and (max-width:1439px) {
    .community-panel .inner-panel {
        padding: 0;
        width: 100%;
    }

    .community-panel h3 {
        margin-left: 0;
        width: 80%;
    }

    .community-panel .panel {
        width: 95%;
    }

    .map-block &gt; .title,
    .map-panel {
        padding: 50px 0;
    }

    .map-block {
        height: 965px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:991px) {
    .map-block {
        display: none !important;
    }
}

</pre></body></html>