/* @group banner
------------------------------------ */

.find-content .banner {
    position: relative;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.find-content .banner .bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.find-content .banner .bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
}

@media only screen and (min-width : 961px) {
    .find-content .banner {
        height: 35.1rem;
    }
}

@media only screen and (min-width : 0) and (max-width : 960px) {
    .find-content .banner {
        height: 32.2rem;
    }
}

/* @end */


/* @group Find a Home
------------------------------------ */
.find-content {}

.find-content .items {
    isolation: isolate;
}

.find-content .homes-list {
    margin-bottom: 5.2rem;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width : 961px) {
    .find-content {
        margin-top: 10.9rem;
    }

    .page-header h1 {
        opacity: 0;
        visibility: hidden;
        animation: textUp .5s 1 cubic-bezier(0.4, 0.0, 0.2, 1) forwards;
        animation-delay: .4s;
    }

    .find-content {
        min-height: 700px;
    }

    /* Content
  ----------------------*/

    .row-filter {
        position: sticky;
        top: 8.8rem;
        margin-top: -7rem;
        top: 8.8rem;
        transition: background .2s cubic-bezier(0.4, 0.0, 0.2, 1), height .8s cubic-bezier(0.4, 0.0, 0.2, 1), top .8s cubic-bezier(0.4, 0.0, 0.2, 1);
        z-index: 1;
    }

    .filter-container {}

}

@media only screen and (min-width : 961px) and (max-width : 1440px) {}

@media only screen and (min-width : 0) and (max-width : 960px) {
    .page-header {}

    .page-header .img-box {
        height: 51.5rem;
    }

    .page-header h1 {
        font-size: 5em;
        letter-spacing: 1.07px;
        line-height: 1.040em;
        max-width: 50rem;
        margin: 0 auto;
    }

    /* Content
  ----------------------*/
    .find-content {
        min-height: 400px;
    }

    .find-content .homes-list {
        margin-bottom: 3.2rem;
        padding: 0;
    }

    .find-content .homes-list .homes-item {
        padding: 0 4rem;
        margin: 0 0 7rem;
    }
}

/* @end */


.header-qmi {
    position: relative;
}

.header-qmi .content span {
    display: block;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
}

.header-qmi__col--left h2 {
    color: rgba(22, 45, 90, 1);
    text-transform: uppercase;
}

.header-qmi__col--left p {
    color: rgba(22, 45, 90, 1);
}

.header-qmi__col--right .text {
    color: #000000;
    text-transform: uppercase;
    font-family: 700;
}

.header-qmi__col--right .number {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.header-qmi__col--right .bttn {
    width: 100%;
    max-width: 22rem;
    font-weight: 700;
}

/* hide filter home type */
.header-qmi {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-qmi h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.75px;
}

@media only screen and (min-width : 961px) {

    .header-qmi {
        margin-top: 8.8rem;
        margin-bottom: 8rem;
    }

    .header-qmi .row {
        height: 39.2rem;
        position: relative;
    }

    .header-qmi h2 {
        font-size: 3.5em;
        line-height: 1.209em;
    }


}

@media only screen and (min-width : 0) and (max-width : 960px) {

    .header-qmi {
        margin-top: 11.8rem;
        margin-bottom: 5rem;
    }

    .header-qmi .row {
        height: 30rem;
        position: relative;
    }

    .header-qmi h2 {
        font-size: 4em;
        line-height: 1.2em;
    }


}

.banner-text-qmi {
    background-color: rgba(199, 233, 243, 1);
}

.banner-text-qmi p {
    color: rgba(22, 45, 90, 1);
}

@media only screen and (min-width : 961px) {

    .banner-text-qmi {
        margin-bottom: 8.7rem;
    }

    .banner-text-qmi .row {
        height: 34rem;
        position: relative;
    }

    .banner-text-qmi p {
        font-size: 1.6em;
        line-height: 1.68em;
    }

}

@media only screen and (min-width : 0) and (max-width : 960px) {

    .banner-text-qmi .row {
        height: 30rem;
        position: relative;
    }

    .banner-text-qmi p {
        font-size: 2.4em;
        line-height: 1.68em;
    }

}

/* @group fixed-contact-widget
------------------------------------ */

.fixed-contact-widget {
    position: fixed;
    bottom: 2.6rem;
    left: 7.6rem;
    z-index: 100;
}

.fixed-contact-widget .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    background: var(--white);
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.07);
    border-radius: 10rem;
    padding-block: 0.35rem;
    padding-inline: 1.7rem 0.35rem;
}

.fixed-contact-widget .phone {
    font-size: 1.6em;
    line-height: 2.18em;
}

@media only screen and (min-width: 961px) {}

@media only screen and (min-width: 961px) and (max-width: 1440px) {}

@media only screen and (min-width: 0) and (max-width: 960px) {
    .fixed-contact-widget {
        left: 3rem;
    }

    .fixed-contact-widget .phone {
        font-size: 16px;
        padding: 0 10px;
    }

    .fixed-contact-widget .bttn-rounded {
        font-size: 18px;
        padding: 0 34px;
    }
}

/* @end */

/* @group views STATE
------------------------------------ */

.views {
    --_transition: 0.25s;
    position: relative;
    min-height: 40vh;
}

.views .status {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.views :where(.row-list, .row-map, .status) {
    opacity: 0;
    transition: var(--_transition);
    pointer-events: none;
}

.find-content[data-view="loading"] :is(.row-map, .row-list) {
    display: none;
}

.find-content:not([data-view="map"]) .row-map,
.find-content[data-view="map"] .row-list {
    display: none;
}

.find-content:not([data-view="map"]) .row-list,
.find-content[data-view="map"] .row-map,
.find-content[data-view="loading"] .status {
    opacity: 1;
    pointer-events: all;
}

@media only screen and (min-width : 961px) {}

@media only screen and (min-width : 961px) and (max-width : 1440px) {}

@media only screen and (min-width : 0) and (max-width : 960px) {}

/* @end */


/* @group juicer-container
------------------------------------ */

.juicer-container {}

@media only screen and (min-width : 961px) {
    .juicer-container {
        margin-block: 10rem 15rem;
    }
}

@media only screen and (min-width : 0) and (max-width : 960px) {
    .juicer-container {
        margin: 22rem 0 14rem;
        z-index: 1;
    }

}

/* @end */