<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Container */
#inner-page-wrapper {
    margin-bottom: 0;
}

    #inner-page-wrapper &gt; .container {
        width: 100%;
        padding: 0;
    }

    #inner-page-wrapper  #breadcrumbs {
        max-width: 1470px;
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }


/* IP Banner */
.ip-banner {
    display: none;
}

    .ip-slider-cont {
        position: relative;
    }

    .ip-slider {
        position: relative;
        z-index: 1;
    }

    .ip-slider canvas {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
    }

    .ip-slider-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.35);
        z-index: 5;
    }

    .ip-slider-overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);
        z-index: 7;
    }

    .ip-slider-overlay::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        z-index: 7;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);
    }

    .ip-sell-slider-title {
        top: 0;
        z-index: 20;
    }

    .ip-slider-cont .arrow-cont {
        z-index: 20;
    }

    .ip-slider-cont .primary-btn-cont {
        border: 1px solid #000;
        background: #e5be29;
        color: #000;
    }

    .ip-slider-cont .hp-slider-title-text {
        text-transform: uppercase;
    }

/* Content */
.ip-oh-txt-inner {
    max-width: 1292px;
    width: 100%;
    margin: auto;
}

.ip-oh-txt {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 61px 15px 15px;
}

.ip-oh-txt p {
    margin: 0 0 23px !important;
}

.ip-oh-btn .primary-btn-cont {
    margin: auto;
    text-transform: uppercase;
}

.ip-oh-txt .ip-oh-btn {
    margin: 52px 0 0;
}

.ip-oh-btn {
    line-height: 1;
}

/* Listings */
.ip-oh-listings {
    padding: 91px 15px 0;
    position: relative;
}

.ip-oh-section-header {
    text-transform: uppercase;
    line-height: 1;
    margin-left: -57px;
}

.ip-oh-section-header-cont {
    display: flex;
    justify-content: center;
}

.ip-oh-lh-flex {
    display: block;
    /* align-items: flex-start;
    justify-content: center; */
    max-width: 1482px;
    width: 100%;
    margin: 54px auto 74px;
}

.ip-oh-lh-item {
    width: 50%;
    padding: 0 23px;
}

.ip-oh-lh-item a {
    display: block;
    position: relative;
}

.ip-oh-lh-img {
    position: relative;
    overflow: hidden;
}

.ip-oh-lh-img::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    z-index: 7;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

.ip-oh-lh-img canvas {
    display: block;
    width: 100%;
}

.ip-oh-lh-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ip-oh-lh-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 1;
    padding: 0 70px 60px;
}

.ip-oh-lh-price {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 7px;
}

.ip-oh-lh-address {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px;
    margin: 0 0 10px;
}

.ip-oh-lh-bbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 3px;
}

.ip-oh-lh-bbs span {
    margin-right: 36px;
}

.ip-oh-lh-bbs span:last-of-type {
    margin-right: 0;
}

.ip-oh-lh-info-btn .primary-btn-cont {
    width: 142px;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 0 auto;
}

.ip-oh-lh-item a:hover .primary-btn-cont {
    background: #445e7d;
}

.ip-oh-lh-item a:hover .ip-oh-lh-img img {
    transform: scale(1.1);
}

.ip-oh-lh-info-btn .plus::before,
.ip-oh-lh-info-btn .plus::after {
    width: 61px;
}

.ip-oh-lh-info-btn {
    width: 182px;
}

.ip-oh-lh-info {
    width: calc(100% - 182px);
}

/* Map */
.ip-oh-map {
    padding: 111px 0 0;
    position: relative;
}

.ip-oh-map-holder {
    position: relative;
    margin: 57px 0 0;
}

.ip-oh-map-holder canvas {
    display: block;
    width: 100%;
    min-height: 597px;
    height: 597px;
    z-index: 1;
}

.ip-oh-map-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}

#custom_map {
    width: 100%;
    height: 600px;
}
/* Listings Bot */
.ip-oh-listings.ip-oh-listings-bot {
    /* padding: 111px 15px 0; */
    padding: 111px 4.9%;
}
/* Call */
.ip-oh-listings-contact {
    background: url(../../images/op-bg-new.jpg) no-repeat center bottom / contain;
    position: relative;
}

.ip-oh-contact {
    position: relative;
    min-height: 526px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.ip-oh-contact-label {
    text-align: center;
    color: #000;
    font-size: 36px;
    font-family: 'Barlow Semi Condensed';
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}

.ip-oh-contact .ip-oh-btn {
    margin: 46px 0 0;
}

.ip-oh-contact-inner {
    position: relative;
    margin: 29px 0 0;
}


/* Download */
.ip-oh-download {
    position: relative;
    padding: 84px 15px 59px;
}

.ip-oh-download-txt {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    text-align: center;
    letter-spacing: 0.3px;
    max-width: 640px;
    width: 100%;
    margin: 0 0 0 70px;
}

.ip-oh-download-pdf {
    width: 155px;
    position: relative;
    text-align: center;
}

.ip-oh-download-pdf img {
    width: 100%;
}

.ip-oh-download-pdf span {
    display: block;
    line-height: 1;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 6px 0 0;
}

.ip-oh-download-txt p {
    margin: 0 0 23px !important;
}

.ip-oh-download-txt p:last-of-type {
    margin: 0 !important;
}

.ip-oh-download-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipcc-guide {
        position: relative;
        background: #ededed;
        padding: 156px 0 0;
        margin-bottom: 151px;
    }
        .ipcc-guide-row {
            display: flex;
            flex-flow: row wrap;
            align-items: flex-start;
            max-width: 1006px;
            margin: 0 auto;
        }
            .ipcc-guide-book {
                /*width: 382px;*/
                width: 33.00198807157058%;
                margin-bottom: -26px;
                position: relative;
            }
                .ipcc-guide-book img {
                    display: block;
                    width: 100%;
                    height: auto;
                }
                .ipcc-guide-book:before {
                    content: '';
                    position: absolute;
                    top: 100%;
                    left: -41px;
                    right: -39px;
                    height: 67px;
                    background: url(../../images/communities/shadow-book.png) center top/100% 100% no-repeat;
                }

            .ipcc-guide-text {
                width: 66.99801192842942%;
                padding: 0 0 0 68px;
            }
                .ipcc-guide-text .hp-section-header {
                    margin-bottom: 27px;
                }
                    .ipcc-guide-text .buzz-title.ipcc-title {
                        margin-left: 43px;
                        margin-right: 0;
                        margin-top: -15px;
                        margin-bottom: 45px;
                        text-transform: uppercase;
                    }
                    .ipcc-guide-text .hp-section-header .hr-line {
                        margin-left: 0;
                    }

                .ipcc-guide-text p {
                    font-size: 16px;
                    line-height: 25px;
                    letter-spacing: 0.025em;
                    color: #666666;
                    max-width: 602px;
                }

                a.ipcc-guide-btn {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 228px;
                    height: 50px;
                    background: var(--primary);
                    font-size: 15px;
                    letter-spacing: 0.05em;
                    line-height: 1;
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 600;
                    border: 1px solid #000;
                    margin: 34px 0 0;
                    transition: all .3s ease;
                }
                    a.ipcc-guide-btn:hover {
                        background: transparent;
                        color: #000;
                    }








                    .ip-oh-lh-flex .slick-arrow {
                        width: 25px;
                        height: 50px;
                        background-color: transparent;
                        border: none;
                        padding: 0;
                        pointer-events: all;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        z-index: 1;
                    }



                    .ip-oh-lh-flex .slick-prev {
                        left: -2.5%;
                        background: url(../../images/community-details/icon-arrow-prev.png) center/contain no-repeat;
                    }


                    .ip-oh-lh-flex .slick-arrow i {
                        font-size: 0;
                    }





                    .ip-oh-lh-flex .slick-next {
                        right: -2.5%;
                        background: url(../../images/community-details/icon-arrow-next.png) center/contain no-repeat;
                    }







@media only screen and (max-width: 1280px) {
    .ip-oh-lh-details {
        padding: 0 40px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-oh-lh-details {
        padding: 0 15px 20px;
    }

    .ip-oh-lh-price {
        font-size: 12px;
    }

    .ip-oh-lh-address {
        font-size: 16px;
    }

    .ip-oh-lh-bbs span {
        margin-right: 15px;
    }

    .ip-oh-lh-bbs {
        font-size: 10px;
    }
}

@media only screen and (max-width: 991px) {





.ip-oh-lh-flex .slick-next{

    right: -14px;
}



.ip-oh-lh-flex .slick-prev{

    left: -14px;
}







    .ip-oh-lh-flex {
        flex-direction: column;
        max-width: 500px
    }

    .ip-oh-lh-item {
        width: 100%;
        padding: 15px;
    }

    .ip-oh-download-inner {
        flex-direction: column;
    }

    .ip-oh-download-txt {
        margin: 30px 0 0;
    }

    .hp-slider-title {
        display: flex !important;
        margin: 0 !important;
    }

    .ip-oh-section-header {
        margin-left: 0;
    }

    .ip-oh-lh-details {
        flex-direction: column;
    }

    .ip-oh-lh-info {
        width: 100%;
    }

    .ip-oh-lh-info-btn {
        width: 100%;
    }

    .ip-oh-lh-info-btn .primary-btn-cont {
        margin: 10px 0 0;
    }

}

@media only screen and (max-width: 767px) {
    .hp-section-header .buzz-subtitle-text {
        font-size: 37px;
    }

    .hp-section-header .buzz-title-text {
        font-size: 23px;
    }


}

@media only screen and (max-width: 480px) {
    .ip-oh-map .ip-oh-section-header {
        max-width: 208px;
    }
}
</pre></body></html>