.ip-banner {
    display: none;
}

.ip-custom-banner .ip-banner {
    display: block;
    border-bottom-left-radius: var(--border-radius);
    overflow: hidden;
}
.ip-custom-banner.default {
    display: none;
}

#inner-page-wrapper {
    margin: 0;
}

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

.ip-custom-banner {
    position: relative;
    padding-left: 70px;
}

.ip-banner::before {
    /* background: url(../../assets/images/community-details/cd-banner-overlay.png) no-repeat;
    background-size: cover;
    background-position: center; */
    background: rgba(0, 0, 0, .5);
}

.ip-cd-title {
    font-size: 80px;
    font-weight: 400;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
    line-height: 0.9;
}

#ftr-git {
    display: none;
}


.ip-cd-section1 {
    position: relative;
}

.ip-cd-s1-row {
    position: relative;
    max-width: 1292px;
    margin: 0 auto;
    padding: 120px 0;
}

.ip-cd-s1-col-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ip-cd-s1-col-left {
    width: 45.51%;
    padding-right: 35px;
}

.ip-cd-s1-col-right {
    width: 54.49%;
}

.ip-cd-s1-title {
    margin: 0 0 21px;
}

.ip-cd-text {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.9;
    color: #000;
}

.ip-cd-s1-image {
    border-top-right-radius: 50px;
    overflow: hidden;
}

.ip-cd-s1-image img,
.ip-cd-s1-mr img {
    width: 100%;
}

.ip-cd-s1-row.market-report {
    max-width: 1460px;
    padding: 11px 0;
}

.ip-cd-s1-row.market-report .ip-cd-s1-title {
    text-align: center;
    margin-bottom: 41px;
}

.ip-cd-s1-row.market-report .ip-cd-text {
    max-width: 1246px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.05em;
}

.ip-cd-s1-mr {
    margin-top: 42px;
}

.ip-cd-s1-mr span {
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #000;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}


.ip-cd-section2 {
    position: relative;
    padding: 93px 0;
}

.ip-cd-s2-inner {
    position: relative;
    max-width: 1292px;
    margin: 0 auto;
}

.ip-cd-s2-title {
    text-align: center;
    margin: 0 0 55px;
}

.ip-cd-s2-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -23px;
    gap: 38px 0;
}

.ip-cd-s2-item {
    width: calc(100% / 3);
    padding: 0 23px;
}

.ip-cd-s2-item a {
    position: relative;
    display: block;
}

.ip-cd-s2-img.img-wrapper {
    border-top-right-radius: 50px;
    overflow: hidden;
}

.ip-cd-s2-item a:hover .ip-cd-s2-img.img-wrapper img {
    filter: grayscale(1);
}

.ip-cd-s2-details {
    padding: 48px 0 15px;
    color: #000;
}

.ip-cd-s2-price {
    font-size: 35px;
    font-weight: 600;
    font-family: var(--font-family-title);
}

.ip-cd-s2-address {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-family-title);
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.ip-cd-s2-address span {
    display: block;
}

.ip-cd-s2-btn {
    margin-top: 66px;
}

.ip-cd-s2-btn a {
    margin: 0 auto;
}

.ihf-listings-main-container{
    display: none!important;
}


#ihf-board-disclaimers > img{
    width: 50px!important;
}


@media screen and (min-width: 992px) {
    .ip-custom-banner{
        padding-left: 4.375vw;
    }

    .ip-cd-title {
        font-size: 5vw;
    }

    .ip-cd-s1-row {
        max-width: 80.75vw;
        padding: 7.5vw 0;
    }
    .ip-cd-s1-col-left {
        padding-right: 2.19vw;
    }
    .ip-cd-s1-title {
        margin: 0 0 1.31vw;
    }
    .ip-cd-text {
        font-size: 1vw;
    }
    .ip-cd-s1-image {
        border-top-right-radius: 3.13vw;
    }
    .ip-cd-s1-row.market-report {
        max-width: 91.25vw;
        padding: 0.69vw 0;
    }
    .ip-cd-s1-row.market-report .ip-cd-s1-title {
        margin-bottom: 2.56vw;
    }
    .ip-cd-s1-row.market-report .ip-cd-text {
        max-width: 77.88vw;
    }
    .ip-cd-s1-mr {
        margin-top: 2.63vw;
    }
    .ip-cd-s1-mr span {
        font-size: 1vw;
        margin-bottom: 0.63vw;
    }
   

    .ip-cd-section2 {
        padding: 5.81vw 0;
    }
    .ip-cd-s2-inner {
        max-width: 80.75vw;
    }
    .ip-cd-s2-title {
        margin: 0 0 3.44vw;
    }
    .ip-cd-s2-lists {
        margin: 0 -1.44vw;
        gap: 2.38vw 0;
    }
    .ip-cd-s2-item {
        padding: 0 1.44vw;
    }
    .ip-cd-s2-img.img-wrapper {
        border-top-right-radius: 3.13vw;
    }
    .ip-cd-s2-details {
        padding: 3vw 0 0.94vw;
    }
    .ip-cd-s2-price {
        font-size: 2.19vw;
    }
    .ip-cd-s2-address {
        font-size: 1.25vw;
    }
    .ip-cd-s2-btn {
        margin-top: 4.13vw;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-custom-banner {
        padding-left: 0;
    }
    .ip-custom-banner .ip-banner {
        border-radius: 0;
    }
    .ip-cd-title {
        font-size: 60px;
    }

    .ip-cd-section1 {
        padding: 0 15px;
    }
    .ip-cd-s1-row {
        padding: 50px 0;
    }
    .ip-cd-s1-col-wrap > div {
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }
    .ip-cd-s1-image {
        max-width: 704px;
        margin: 30px auto 0;
    }

    .ip-cd-section2 {
        padding: 50px 15px;
    }
    .ip-cd-s2-title {
        margin: 0 0 35px;
    }
    .ip-cd-s2-lists {
        margin: 0 -15px;
        gap: 30px 0;
    }
    .ip-cd-s2-item {
        width: 50%;
        padding: 0 15px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-cd-title {
        font-size: 50px;
    }

    .ip-cd-s1-row.market-report .ip-cd-s1-title {
        margin-bottom: 21px;
    }

    .ip-cd-s2-item {
        width: 100%;
    }
    .ip-cd-s2-img.img-wrapper {
        border-top-right-radius: 30px;
    }
    .ip-cd-s2-details {
        padding: 28px 0 15px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-cd-title {
        font-size: 40px;
    }

    .ip-cd-s2-price {
        font-size: 25px;
    }
    .ip-cd-s2-address {
        font-size: 18px;
    }
    .ip-cd-s2-btn {
        margin-top: 36px;
    }
}