.featured_property_module {
    z-index: 1;
}


/*=============================================
=            Loader            =
=============================================*/


/*=====  End of Loader  ======*/


/*=================================
=           New Banner          =
=================================*/

.new_banner_section {
    width: 100vw;
    height: var(--app-height, 100vh);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.new_banner_section .bcg_loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.new_banner_section .bcg_loader svg {
    position: absolute;
    left: 51%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
}

.new_banner_section .background_Images_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.new_banner_section .background_Images_div.active {
    opacity: 1;
}

.new_banner_section .background_Images_div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.new_banner_section .background_Images_div .slick-list,
.new_banner_section .background_Images_div .slick-track {
    height: 100%;
}

.new_banner_section .bottom_title_cont {
    margin: auto auto 0 0;
    position: relative;
    max-width: 487px;
    z-index: 2;
}

.new_banner_section .bottom_title_cont .progress_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background-color: #fff;
    z-index: 5;
}

.new_banner_section .bottom_title_wrap {
    position: relative;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
    .new_banner_section .bottom_title_wrap:hover .btnWArrow svg {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .new_banner_section .bottom_title_wrap:hover .btnWArrow path {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
    .new_banner_section .bottom_title_wrap:hover .btnWArrow rect {
        -webkit-transform: translateY(-2px) scale(1.08);
        -moz-transform: translateY(-2px) scale(1.08);
        -ms-transform: translateY(-2px) scale(1.08);
        -o-transform: translateY(-2px) scale(1.08);
        transform: translateY(-2px) scale(1.08);
        height: 33px;
    }
}

.new_banner_section .bottom_title_wrap.active {
    opacity: 1;
}

.new_banner_section .bottom_title_wrap .btnWArrow {
    left: unset;
}

.new_banner_section .bottom_title_wrap .slick-slide {
    padding: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .new_banner_section .bottom_title_wrap .slick-slide {
        padding: 24px;
    }
}

.new_banner_section .bottom_title_wrap .street {
    color: #FFFFFF;
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: start;
}

@media screen and (max-width: 767px) {
    .new_banner_section .bottom_title_wrap .street {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}

.new_banner_section .bottom_title_wrap .desc {
    font-family: "Canela", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    text-align: start;
}

@media screen and (max-width: 767px) {
    .new_banner_section .bottom_title_wrap .desc {
        font-size: 24px;
        line-height: 28px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .new_banner_section .bottom_title_wrap .desc span {
        max-width: 200px;
    }
}

.new_banner_section .bottom_title_wrap .btnWArrow {
    color: #E3E3E3;
    margin: 10px 0 10px 16px;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 767px) {
    .new_banner_section .bottom_title_wrap .btnWArrow {
        margin: 0;
        top: unset;
    }
}

.new_banner_section .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.new_banner_section .slick-dots li {
    padding: 0 6px;
    position: relative;
    height: 9px;
}

.new_banner_section .slick-dots li button {
    color: transparent;
    width: 6px;
    height: 6px;
    background-color: #D1D6E0;
    border-radius: 4px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.new_banner_section .slick-dots li.slick-active button {
    background-color: #FFFFFF;
    width: 12px;
}

.new_banner_section_video,
.new_banner_section {
    position: relative;
    height: var(--app-height, 100vh);
}

.new_banner_section_video::after,
.new_banner_section::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 213px;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.new_banner_section_video .new_banner_card_wrap,
.new_banner_section .new_banner_card_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 48px;
    z-index: 2;
    max-width: 487px;
    color: white;
}

@media screen and (max-width: 767px) {
    .new_banner_section_video .new_banner_card_wrap,
    .new_banner_section .new_banner_card_wrap {
        padding: 24px;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1025px) {
    .new_banner_section_video .new_banner_card_wrap:hover .btnWArrow svg,
    .new_banner_section .new_banner_card_wrap:hover .btnWArrow svg {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .new_banner_section_video .new_banner_card_wrap:hover .btnWArrow path,
    .new_banner_section .new_banner_card_wrap:hover .btnWArrow path {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
    .new_banner_section_video .new_banner_card_wrap:hover .btnWArrow rect,
    .new_banner_section .new_banner_card_wrap:hover .btnWArrow rect {
        -webkit-transform: translateY(-2px) scale(1.08);
        -moz-transform: translateY(-2px) scale(1.08);
        -ms-transform: translateY(-2px) scale(1.08);
        -o-transform: translateY(-2px) scale(1.08);
        transform: translateY(-2px) scale(1.08);
        height: 33px;
    }
}

.new_banner_section_video .new_banner_heading,
.new_banner_section .new_banner_heading {
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Europa";
}

@media screen and (max-width: 767px) {
    .new_banner_section_video .new_banner_heading,
    .new_banner_section .new_banner_heading {
        font-size: 14px;
        line-height: 20px;
    }
}

.new_banner_section_video .new_banner_title,
.new_banner_section .new_banner_title {
    font-family: "Canela";
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .new_banner_section_video .new_banner_title,
    .new_banner_section .new_banner_title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .new_banner_section_video .new_banner_title span,
    .new_banner_section .new_banner_title span {
        display: block;
        max-width: 200px;
    }
}

.new_banner_section_video .btnWArrow,
.new_banner_section .btnWArrow {
    position: relative;
    top: 3px;
    left: 10px;
}

@media screen and (max-width: 767px) {
    .new_banner_section_video .btnWArrow,
    .new_banner_section .btnWArrow {
        top: unset;
        left: unset;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }
}

.new_banner_section_video .btnWArrow path,
.new_banner_section_video .btnWArrow rect,
.new_banner_section .btnWArrow path,
.new_banner_section .btnWArrow rect {
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.new_banner_section_video .btnWArrow svg,
.new_banner_section .btnWArrow svg {
    overflow: visible;
}

.new_banner_section_video .video_iframe {
    width: 100%;
    pointer-events: none;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .new_banner_section_video .video_iframe {
        height: initial;
    }
}

.new_banner_section_video iframe {
    position: absolute;
    pointer-events: all;
}

@media screen and (max-width: 1024px) {
    .new_banner_section_video iframe {
        top: 76px;
        height: initial;
    }
}

@media screen and (max-width: 767px) {
    .new_banner_section_video iframe {
        top: 122px;
    }
}

.new_banner_section_video video {
    -o-object-fit: cover;
    object-fit: cover;
    height: -webkit-calc(var(--app-height) - 72px);
    height: -moz-calc(var(--app-height) - 72px);
    height: calc(var(--app-height) - 72px);
    margin-top: 72px;
}

@media screen and (max-width: 1024px) {
    .new_banner_section_video video {
        margin-top: 72px;
    }
}

.new_banner_section_video .video_cover {
    position: absolute;
    left: 0;
    top: 72px;
    width: 100vw;
    height: -webkit-calc(var(--app-height) - 72px);
    height: -moz-calc(var(--app-height) - 72px);
    height: calc(var(--app-height) - 72px);
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.new_banner_section_video .banner_title {
    color: white;
    font-family: Canela, sans-serif;
    font-size: 104px;
    font-weight: 400;
    line-height: 108px;
    letter-spacing: 0em;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-bottom: -1px;
}

.new_banner_section_video .banner_title p {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .new_banner_section_video .banner_title {
        padding-top: 80px;
        padding-bottom: 19px;
        font-size: 72px;
        font-weight: 400;
        line-height: 80px;
        margin-left: 120px;
        margin-right: 120px;
    }
}

@media screen and (max-width: 767px) {
    .new_banner_section_video .banner_title {
        font-size: 38px;
        font-weight: 400;
        line-height: 44px;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 56px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .new_banner_section_video .link_video_wrap {
        margin-top: 70px;
    }
    .new_banner_section_video .link_video_wrap .video_iframe {
        width: 100%;
        max-width: 100%;
        position: relative;
        display: inline-block;
        top: 0;
    }
    .new_banner_section_video .link_video_wrap .video_iframe::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
    .new_banner_section_video .link_video_wrap .video_iframe iframe {
        width: 100%;
        border: none;
        position: absolute;
        left: 0;
        height: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .new_banner_section_video .link_video_wrap {
        margin-top: 120px;
    }
}

@media screen and (max-width: 767px) {
    .new_banner_section {
        width: auto;
        height: -webkit-calc(100vh - 72px);
        height: -moz-calc(100vh - 72px);
        height: calc(100vh - 72px);
        margin-top: 72px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .new_banner_section .bcg_loader {
        height: 234px;
    }
    .new_banner_section .bcg_loader svg {
        left: 56%;
    }
    .new_banner_section .background_Images_div {
        max-width: 100vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .new_banner_section .bottom_title_cont {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        z-index: 2;
        position: absolute;
        bottom: 0;
    }
    .new_banner_section .bottom_title_wrap {
        padding: 0;
        z-index: 2;
        width: 100%;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse;
        text-align: center;
    }
    .new_banner_section .bottom_title_wrap .desc {
        margin-bottom: 0px;
    }
    .new_banner_section .bottom_title_wrap .btnWArrow {
        margin-bottom: 0px;
    }
    .new_banner_section .slick-dots {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        margin-bottom: 25px;
    }
}


/*=====  End of New Banner  ======*/


/*=================================
=        Discover Suburb         =
=================================*/

.home_page>.pin-spacer {
    max-width: 100vw !important;
}

.home_page>.pin-spacer>.pin-container {
    max-width: 100vw !important;
}

.discover_suburbs {
    position: relative;
    padding-bottom: 48px;
}

.discover_suburbs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    background-color: #FFFFFF;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .discover_suburbs::before {
        height: 125px;
    }
}

.discover_suburbs .top_elements {
    padding: 0 30px;
    max-width: 1440px;
    margin: 0 auto;
}

.discover_suburbs .section_titles_wrap {
    padding-left: 112px;
}

.discover_suburbs .first_title {
    margin-left: 60px;
}

.discover_suburbs .second_titles_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.discover_suburbs .second_titles_wrap .text_16_eu {
    margin-left: 24px;
    padding-bottom: 12px;
    max-width: 234px;
}

.discover_suburbs .autocomplete_wrap {
    width: 522px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 5;
}

.discover_suburbs .autocomplete_wrap.hover_scale {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.discover_suburbs .autocomplete_wrap.click {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.discover_suburbs .autocomplete_wrap.click .input_wrap {
    background-color: #FFFFFF;
}

.discover_suburbs .autocomplete_wrap.click .input_wrap .inputTextWrap input[type=text] {
    color: #22314E;
}

.discover_suburbs .autocomplete_wrap.click .input_wrap svg path {
    stroke: #22314E;
}

.discover_suburbs .autocomplete_wrap.click .input_wrap .submit_wrap {
    color: #22314E;
}

.discover_suburbs .input_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 76px auto 0;
    width: 522px;
    height: 55px;
    border: 1px solid #5B6D8F;
    border-radius: 4px;
    padding-right: 16px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.discover_suburbs .input_wrap .search_loupe {
    position: absolute;
    margin-right: 10px;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
}

.discover_suburbs .input_wrap .inputTextWrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: -webkit-calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: calc(100% - 88px);
    height: 100%;
}

.discover_suburbs .input_wrap .inputTextWrap input[type=text] {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    font-family: "europa", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding-left: 49px;
}

.discover_suburbs .input_wrap .inputTextWrap input[type=text]::-webkit-input-placeholder {
    opacity: 1;
    color: #5b6d8f;
}

.discover_suburbs .input_wrap .inputTextWrap input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #5b6d8f;
}

.discover_suburbs .input_wrap .inputTextWrap input[type=text]:-moz-placeholder {
    opacity: 1;
    color: #5b6d8f;
}

.discover_suburbs .input_wrap .inputTextWrap input[type=text]:-ms-input-placeholder {
    opacity: 1;
    color: #5b6d8f;
}

.discover_suburbs .input_wrap .submit_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-family: "europa", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.discover_suburbs .input_wrap .submit_wrap span {
    padding-right: 12px;
}

.discover_suburbs .suburb_profiles {
    max-width: 930px;
    margin: 64px auto 120px;
    z-index: 0;
    position: relative;
}

.discover_suburbs .suburb_profiles .top_line_profiles {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.discover_suburbs .suburb_profiles .top_line_profiles::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: rgba(91, 109, 143, 0.2);
    width: 100%;
    height: 1px;
    z-index: 0;
}

.discover_suburbs .suburb_profiles .top_line_profiles div {
    background-color: #09142B;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}

.discover_suburbs .suburb_profiles .top_line_profiles div:first-child {
    padding-left: 12px;
}

.discover_suburbs .suburb_profiles .show_more_profiles_btn {
    cursor: pointer;
}

.discover_suburbs .suburb_profiles .show_more_profiles_btn .plus {
    position: relative;
    top: -1px;
}

.discover_suburbs .suburb_profiles .profiles_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
}

.discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile {
    display: none;
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 20px 10px 10px;
}

.discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile:nth-child(4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile:nth-child(5) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile:nth-child(6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.discover_suburbs .suburb_profiles .small_profiles_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 22px;
}

.discover_suburbs .suburb_profiles .small_profiles_wrap .one_sub_profile {
    height: 24px;
    padding: 0 12px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 48px;
    margin: 0 6px 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
    .discover_suburbs .suburb_profiles .small_profiles_wrap .one_sub_profile:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.discover_suburbs .trending_suburbs {
    z-index: 6;
    position: relative;
}

.discover_suburbs .trending_suburbs .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.discover_suburbs .trending_suburbs .setion_title {
    padding: 35px 0 45px 0;
    text-align: start;
    padding-left: 142px;
    color: #09142B;
}

.discover_suburbs .trending_suburbs .one_trending_wrap {
    margin: 0 12px;
    width: 448px;
    height: 572px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding: 48px;
    overflow: hidden;
    background-color: #5B6D8F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.discover_suburbs .trending_suburbs .one_trending_wrap .image_bg_wrap {
    -webkit-background-size: cover;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-blend-mode: multiply, normal;
    background-position: center !important;
}

.discover_suburbs .trending_suburbs .one_trending_wrap .trending_wrap {
    position: absolute;
    top: 32px;
    left: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.discover_suburbs .trending_suburbs .one_trending_wrap .top_cat {
    padding: 4px 12px;
    z-index: 1;
    margin-bottom: 10px;
    margin-right: 10px;
}

.discover_suburbs .trending_suburbs .one_trending_wrap .bottom_texts {
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.discover_suburbs .trending_suburbs .one_trending_wrap .bottom_texts .text_48 {
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .discover_suburbs .trending_suburbs .one_trending_wrap .bottom_texts .text_48 {
        margin-bottom: 2px;
    }
}

@media screen and (min-width: 1025px) {
    .discover_suburbs .trending_suburbs .one_trending_wrap:hover .image_bg_wrap {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.one_sub_profile {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    height: 64px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.one_sub_profile .image_Wrap {
    width: 64px;
    height: 100%;
    border-radius: 4px 0px 0px 4px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.one_sub_profile .text_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 16px;
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    height: 100%;
    border-radius: 0px 4px 4px 0px;
}

@media screen and (min-width: 1025px) {
    .one_sub_profile:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media screen and (max-width: 767px) {
    .one_sub_profile .text_wrap {
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media screen and (max-width: 1024px) {
    .discover_suburbs .top_elements {
        padding: 0 40px;
    }
    .discover_suburbs .section_titles_wrap {
        padding-left: 40px;
    }
    .discover_suburbs .first_title {
        margin-left: 60px;
    }
    .discover_suburbs .second_titles_wrap .text_16_eu {
        padding-bottom: 5px;
    }
    .discover_suburbs .input_wrap {
        margin: 48px auto 0;
    }
    .discover_suburbs .suburb_profiles {
        margin: 48px auto 0;
    }
    .discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 20px 10px 0;
    }
    .discover_suburbs .trending_suburbs .setion_title {
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .discover_suburbs {
        padding-bottom: 0px;
    }
    .discover_suburbs .top_elements {
        padding: 0 20px;
    }
    .discover_suburbs .section_titles_wrap {
        padding-left: 0;
    }
    .discover_suburbs .second_titles_wrap {
        margin-top: 12px;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
    }
    .discover_suburbs .autocomplete_wrap {
        width: 100%;
    }
    .discover_suburbs .input_wrap {
        margin: 48px 0 0;
        width: 100%;
    }
    .discover_suburbs .input_wrap .inputTextWrap {
        width: -webkit-calc(100% - 28px);
        width: -moz-calc(100% - 28px);
        width: calc(100% - 28px);
    }
    .discover_suburbs .input_wrap .submit_wrap span {
        display: none;
    }
    .discover_suburbs .input_wrap .submit_wrap input[type=submit] {
        color: transparent;
    }
    .discover_suburbs .suburb_profiles .profiles_wrap {
        margin-top: 12px;
        width: 100%;
        margin-left: 0px;
    }
    .discover_suburbs .suburb_profiles .profiles_wrap .one_sub_profile {
        margin: 0 0 20px;
        width: 100%;
    }
    .discover_suburbs .trending_suburbs {
        padding-bottom: 24px;
    }
    .discover_suburbs .trending_suburbs .setion_title {
        padding: 24px 12px 24px 24px;
        line-height: 52px;
    }
    .discover_suburbs .trending_suburbs .trending_slide_wrap {
        margin-bottom: 0px;
    }
    .discover_suburbs .trending_suburbs .one_trending_wrap {
        margin: 0 10px;
        width: 280px;
        height: 480px;
        padding: 24px;
    }
}


/*=====  End of Discover Suburb  ======*/


/*=============================
=         Find Agent         =
=============================*/

.home_find_agent {
    margin: 0;
}

.home_find_agent .top_elements {
    padding: 130px 40px 0 80px;
}

@media screen and (max-width: 1024px) {
    .home_find_agent {
        margin: 0;
    }
    .home_find_agent .top_elements {
        padding: 130px 40px 0 80px;
    }
}

@media screen and (max-width: 767px) {
    .home_find_agent .top_elements {
        padding: 120px 20px 0 20px;
    }
}


/*=====  End of Find Agent  ======*/


/*=============================
=      News and Insights      =
=============================*/

.news_and_insights {
    padding: 0 64px;
    margin: 0 auto;
    max-width: 1440px;
}

.news_and_insights.suburb_archive_news {
    padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
    .news_and_insights.suburb_archive_news {
        padding-bottom: 64px;
    }
}

.news_and_insights .main_news_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: -webkit-calc(100% + 44px);
    width: -moz-calc(100% + 44px);
    width: calc(100% + 44px);
    margin-left: -22px;
    margin-bottom: 64px;
    margin-top: 122px;
}

.news_and_insights .big_news_wrap {
    width: -webkit-calc(42% - 44px);
    width: -moz-calc(42% - 44px);
    width: calc(42% - 44px);
    margin: 0 22px;
    padding: 40px 48px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.news_and_insights .big_news_wrap .silver_c {
    margin-top: auto;
    margin-bottom: 4px;
}

.news_and_insights .big_news_wrap .text_44_Frei {
    margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
    .news_and_insights .big_news_wrap:hover {
        background-color: #E3E3E3;
    }
    .news_and_insights .big_news_wrap:hover .btnWArrow svg {
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -ms-transform: translateX(8px);
        -o-transform: translateX(8px);
        transform: translateX(8px);
    }
}

.news_and_insights .small_news_wrap {
    height: auto;
    width: -webkit-calc(29% - 44px);
    width: -moz-calc(29% - 44px);
    width: calc(29% - 44px);
    margin: 0 22px;
    position: relative;
    overflow: hidden;
}

.news_and_insights .small_news_wrap .backgr_image {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.news_and_insights .small_news_wrap .backgr_image .bcg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.news_and_insights .small_news_wrap .backgr_image::before {
    content: "";
    display: block;
    padding-top: 131%;
}

.news_and_insights .small_news_wrap>div {
    position: relative;
    z-index: 2;
}

.news_and_insights .small_news_wrap .snews_title {
    margin-bottom: 24px;
}

.news_and_insights .small_news_wrap .title_wrap {
    color: #22314E;
}

.news_and_insights .small_news_wrap .post_info_wrap {
    padding: 16px 0;
    color: #A2AAAD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
    .news_and_insights .small_news_wrap:hover .bcg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .news_and_insights .small_news_wrap:hover .btnWArrow svg {
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -ms-transform: translateX(8px);
        -o-transform: translateX(8px);
        transform: translateX(8px);
    }
}

.news_and_insights .small_topics_wrap .title_wrap {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.news_and_insights .small_topics_wrap .title_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgba(91, 109, 143, 0.2);
    z-index: 0;
}

.news_and_insights .small_topics_wrap .title_wrap div {
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.news_and_insights .small_topics_wrap .topics_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
}

.news_and_insights .small_topics_wrap .one_sub_profile {
    width: -webkit-calc(16.66% - 20px);
    width: -moz-calc(16.66% - 20px);
    width: calc(16.66% - 20px);
    margin: 12px 10px 0;
}

@media screen and (max-width: 1024px) {
    .news_and_insights {
        padding: 0 40px;
    }
    .news_and_insights .main_news_wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 44px;
        margin-top: 128px;
    }
    .news_and_insights .big_news_wrap {
        height: 248px;
        width: 100%;
        margin: 0 22px 44px;
    }
    .news_and_insights .small_news_wrap {
        width: -webkit-calc(50% - 44px);
        width: -moz-calc(50% - 44px);
        width: calc(50% - 44px);
    }
    .news_and_insights .small_topics_wrap {
        margin-bottom: 64px;
    }
    .news_and_insights .small_topics_wrap .title_wrap {
        margin-bottom: 7px;
    }
    .news_and_insights .small_topics_wrap .one_sub_profile {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 20px 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .news_and_insights {
        padding: 0 20px;
    }
    .news_and_insights .main_news_wrap {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0;
    }
    .news_and_insights .big_news_wrap {
        height: 240px;
        margin: 0 0 44px;
    }
    .news_and_insights .small_news_wrap {
        width: 100%;
        margin: 0 0 44px;
    }
    .news_and_insights .small_news_wrap .backgr_image::before {
        padding-top: 122%;
    }
}


/*=====  End of News and Insights  ======*/


/*=============================
=          CTA hero           =
=============================*/

.cta_hero {
    padding: 118px 40px 126px;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.cta_hero .text_90_Frei {
    margin-top: 16px;
    margin-bottom: 24px;
}

.cta_hero .btn_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

@media screen and (max-width: 767px) {
    .cta_hero {
        padding: 140px 0 148px;
        text-align: center;
    }
}


/*=====  End of CTA hero  ======*/


/*=========  Discover suburbs  ==========*/

.discover_suburbs {
    position: relative;
}

.suburb_archive_banner .discover_suburbs {
    padding: 200px 0 10px;
}


/*=====  End of Discover suburbs  ======*/

#mainsearchinput {
    font-family: "Canela", serif;
    font-size: 48px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    #mainsearchinput {
        font-size: 32px;
        line-height: 32px;
    }
}

.light_gray_bg {
    background-color: #F5F5F5;
}

.page-template-home .find_agent.home_find_agent {
    padding: 96px 0;
}

@media screen and (max-width: 767px) {
    .page-template-home .find_agent.home_find_agent {
        padding: 72px 0;
    }
}

.home_find_agent .find_agent_wrap {
    max-width: 614px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .home_find_agent .find_agent_wrap {
        padding: 0 20px;
    }
}

.home_find_agent .find_agent_wrap .first_title {
    margin-left: 0;
    text-align: center;
    margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
    .home_find_agent .find_agent_wrap .first_title {
        line-height: 56px;
        margin-bottom: 12px;
    }
}

.home_find_agent .find_agent_wrap .first_title span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
}

.home_find_agent .find_agent_wrap .top_elements {
    padding: 0;
}

.home_find_agent .find_agent_wrap .input_wrap {
    margin-top: 40px;
    width: 100%;
    padding-right: 0;
    border: none;
    height: 54px;
}

@media screen and (max-width: 767px) {
    .home_find_agent .find_agent_wrap .input_wrap {
        margin-top: 32px;
    }
}

.home_find_agent .find_agent_wrap .input_wrap .search_loupe {
    left: 33px;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap {
    width: 100%;
}

.home_find_agent .find_agent_wrap .autocomplete_wrap {
    max-width: 444px;
    width: 100%;
}

.home_find_agent .find_agent_wrap .autocomplete_list {
    margin-top: 8px;
}

.home_find_agent .find_agent_wrap .trending_skills {
    margin: 0;
    padding: 0;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text] {
    padding-left: 60px;
    border-radius: 100px;
    border: 1px solid #5B6D8F;
    padding-bottom: 2px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (min-width: 1025px) {
    .home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:hover {
        border-color: #A2AAAD;
    }
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:active,
.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:focus {
    border-color: #5B6D8F;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:active::-webkit-input-placeholder,
.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:focus::-webkit-input-placeholder {
    color: transparent;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:active::-moz-placeholder,
.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:focus::-moz-placeholder {
    color: transparent;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:active:-ms-input-placeholder,
.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:focus:-ms-input-placeholder {
    color: transparent;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:active::-ms-input-placeholder,
.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:focus::-ms-input-placeholder {
    color: transparent;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:active::placeholder,
.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:focus::placeholder {
    color: transparent;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]::-webkit-input-placeholder {
    color: #A2AAAD;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]::-moz-placeholder {
    color: #A2AAAD;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]:-ms-input-placeholder {
    color: #A2AAAD;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]::-ms-input-placeholder {
    color: #A2AAAD;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home_find_agent .find_agent_wrap .input_wrap .inputTextWrap input[type=text]::placeholder {
    color: #A2AAAD;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home_find_agent .find_agent_wrap .trending_skils {
    padding: 0;
    margin: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
    .home_find_agent .find_agent_wrap .trending_skils {
        margin: 32px 0 0 0;
    }
}

.home_find_agent .find_agent_wrap .trending_skils .trending_wrap {
    margin: 0;
    row-gap: 8px;
}

.home_find_agent .find_agent_wrap .trending_skils .trending_wrap .one_trend_skil {
    padding: 8px 12px;
    background-color: #F5F5F5;
    border-radius: 50px;
    margin: 0 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (max-width: 1024px) {
    .home_find_agent .find_agent_wrap .trending_skils .trending_wrap .one_trend_skil {
        line-height: 12px;
    }
}

.home_find_agent .find_agent_wrap .trending_skils .trending_wrap .one_trend_skil:first-child {
    margin-left: 0;
}

.home_find_agent .find_agent_wrap .trending_skils .trending_wrap .one_trend_skil:last-child {
    margin-right: 0;
}

@media screen and (min-width: 1025px) {
    .home_find_agent .find_agent_wrap .trending_skils .trending_wrap .one_trend_skil:hover {
        background-color: #FBFBFB;
    }
    .home_find_agent .find_agent_wrap .trending_skils .trending_wrap .one_trend_skil:hover::after {
        display: none;
    }
}

.home_find_agent .subtitle {
    text-align: center;
}

.arrowBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.arrowBtn span {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.arrowBtn svg {
    margin-left: 8px;
    overflow: visible;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.arrowBtn svg path,
.arrowBtn svg rect {
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.arrowBtn--dark svg path {
    stroke: #09142B;
}

.arrowBtn--dark svg rect {
    stroke: #09142B;
}

@media screen and (min-width: 1025px) {
    .arrowBtn--dark:hover span {
        color: #5B6D8F;
    }
    .arrowBtn--dark:hover svg path {
        stroke: #5B6D8F;
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
    .arrowBtn--dark:hover svg rect {
        stroke: #5B6D8F;
        -webkit-transform: translateY(-2px) scale(1.16);
        -moz-transform: translateY(-2px) scale(1.16);
        -ms-transform: translateY(-2px) scale(1.16);
        -o-transform: translateY(-2px) scale(1.16);
        transform: translateY(-2px) scale(1.16);
    }
}

.arrowBtn--light span {
    color: #FFFFFF;
}

.arrowBtn--light svg path,
.arrowBtn--light svg rect {
    stroke: #FFFFFF;
}

@media screen and (min-width: 1025px) {
    .arrowBtn--light:hover span {
        color: #5B6D8F;
    }
    .arrowBtn--light:hover svg path {
        stroke: #5B6D8F;
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
    .arrowBtn--light:hover svg rect {
        stroke: #5B6D8F;
        -webkit-transform: translateY(-2px) scale(1.16);
        -moz-transform: translateY(-2px) scale(1.16);
        -ms-transform: translateY(-2px) scale(1.16);
        -o-transform: translateY(-2px) scale(1.16);
        transform: translateY(-2px) scale(1.16);
    }
}

.arrowBtn_large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.arrowBtn_large--light span {
    color: #FFFFFF;
}

.arrowBtn_large--light svg path,
.arrowBtn_large--light svg rect {
    stroke: #FFFFFF;
}

.hlm {
    padding: 96px 0 0 0;
    background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .hlm {
        padding: 72px 0 0 0;
    }
}

.hlm__container {
    padding: 0 142px 50px;
    max-width: 1440px;
}

@media (max-width: 1199px) {
    .hlm__container {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1024px) {
    .hlm__container {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .hlm__container {
        padding: 0px;
    }
}

.hlm__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

@media screen and (max-width: 767px) {
    .hlm__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse;
    }
}

.hlm__title {
    max-width: 424px;
}

@media screen and (max-width: 767px) {
    .hlm__title {
        line-height: 56px;
        padding: 0 24px;
    }
}

.hlm__title span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.hlm__desc {
    margin-top: 29px;
    max-width: 363px;
}

@media screen and (max-width: 767px) {
    .hlm__desc {
        margin-top: 24px;
        padding: 0 3px 0 24px;
        max-width: 390px;
    }
}

.hlm__btn {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .hlm__btn {
        padding: 0 24px;
    }
}

.hlm__text_content {
    max-width: 448px;
    margin-top: -16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media screen and (max-width: 767px) {
    .hlm__text_content {
        margin-left: 0;
        margin-top: -9px;
        margin-bottom: 40px;
    }
}

.hlm__image {
    display: block;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .hlm__image {
        margin: 0 auto;
    }
}

.hlm__image_wrap {
    mix-blend-mode: normal;
    -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    border-radius: 2px 2px 0px 0px;
    margin-right: 160px;
    max-width: 548px;
}

@media screen and (max-width: 1024px) {
    .hlm__image_wrap {
        margin-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    .hlm__image_wrap {
        margin-right: 0;
        mix-blend-mode: normal;
        -webkit-filter: drop-shadow(0px 2.49635px 7.48905px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(0px 2.49635px 7.48905px rgba(0, 0, 0, 0.25));
        border-radius: 1.24818px 1.24818px 0px 0px;
        padding: 0 24px;
    }
}

.news_and_insights_sc {
    background-color: #F5F5F5;
    padding: 83px 0 96px 0;
}

@media screen and (max-width: 1024px) {
    .news_and_insights_sc {
        padding: 63px 0 72px 0;
    }
}

.news_and_insights_sc .news_info_wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 142px;
}

@media screen and (max-width: 1024px) {
    .news_and_insights_sc .news_info_wrap {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .news_and_insights_sc .news_info_wrap {
        padding: 0 24px;
    }
}

.news_and_insights_sc .news_wrap_container {
    max-width: 1440px;
    padding: 0 142px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .news_and_insights_sc .title_wrap {
        font-size: 48px;
        line-height: 56px;
    }
}

.news_and_insights_sc .title_wrap span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
}

.news_and_insights_sc .categories_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: 29px;
}

@media screen and (max-width: 1024px) {
    .news_and_insights_sc .categories_wrap {
        display: none;
    }
}

.news_and_insights_sc .categories_list .chip {
    margin-right: 8px;
}

.news_and_insights_sc .categories_list .chip:last-child {
    margin-right: 0;
}

.news_and_insights_sc .categories_list_sm {
    display: none;
    margin-top: 24px;
}

@media screen and (max-width: 1024px) {
    .news_and_insights_sc .categories_list_sm {
        display: block;
    }
}

.news_and_insights_sc .news_slider_wrap {
    margin-top: 48px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .news_and_insights_sc .news_slider_wrap {
        margin-top: 40px;
    }
}

.news_and_insights_sc .swiper-scrollbar-drag {
    background-color: #A2AAAD;
    height: 4px;
    top: -1px;
}

.news_and_insights_sc .swiper_scrollbar_wrap .arrowBtn {
    display: none;
}

@media screen and (max-width: 1024px) {
    .news_and_insights_sc .swiper_scrollbar_wrap .arrowBtn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    .news_and_insights_sc .swiper_scrollbar_wrap {
        padding: 6px 0;
        margin-top: 32px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
}

.chip {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 12px;
    font-family: "Europa";
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.chip--light {
    color: #4F4F4F;
    background-color: #FFFFFF;
}

@media screen and (min-width: 1025px) {
    .chip--light:hover {
        background-color: #FBFBFB;
    }
}

.chip_large {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    letter-spacing: 0.3em;
    font-size: 10px;
    line-height: 10px;
    padding: 10px 15px;
    border-radius: 48px;
    background: rgba(245, 245, 245, 0.9);
    font-family: "Europa";
    color: #22314E;
    text-transform: uppercase;
    font-weight: 700;
}

.post_card {
    width: 448px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .post_card {
        width: 245px;
    }
}

@media screen and (min-width: 1025px) {
    .post_card:hover .post_card__image {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .post_card:hover .line_wrap {
        color: #A2AAAD;
        -webkit-background-size: 100% 1px;
        background-size: 100% 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#A2AAAD), to(#A2AAAD));
        background-image: -webkit-linear-gradient(#A2AAAD, #A2AAAD);
        background-image: -moz-linear-gradient(#A2AAAD, #A2AAAD);
        background-image: linear-gradient(#A2AAAD, #A2AAAD);
    }
    .post_card:hover .arrowBtn span {
        color: #5B6D8F;
    }
    .post_card:hover .arrowBtn svg path {
        stroke: #5B6D8F;
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
    .post_card:hover .arrowBtn svg rect {
        stroke: #5B6D8F;
        -webkit-transform: translateY(-2px) scale(1.16);
        -moz-transform: translateY(-2px) scale(1.16);
        -ms-transform: translateY(-2px) scale(1.16);
        -o-transform: translateY(-2px) scale(1.16);
        transform: translateY(-2px) scale(1.16);
    }
}

.post_card__image_wrap {
    position: relative;
    max-width: 100%;
    height: 432px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .post_card__image_wrap {
        height: 235px;
    }
}

.post_card__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.post_card__title {
    max-width: 423px;
    margin-bottom: 24px;
    margin-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .post_card__title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 8px;
    }
}

.post_card .line_wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-background-size: 0% 1px;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.post_card__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-top: 24px;
}

@media screen and (max-width: 1024px) {
    .post_card__row {
        margin-bottom: 16px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .post_card__date {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .post_card .arrowBtn_large {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

.post_card .chip_large {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 1;
}

.featured_properties_home .swiper-scrollbar,
.news_and_insights_sc .swiper-scrollbar {
    position: relative;
    height: 2px;
    left: 0;
    max-width: 196px;
    background-color: #22314E;
}

.featured_properties_home .swiper-scrollbar.swiper-scrollbar--bright,
.news_and_insights_sc .swiper-scrollbar.swiper-scrollbar--bright {
    background-color: #E3E3E3;
}

@media screen and (max-width: 1024px) {
    .featured_properties_home .swiper-scrollbar.swiper-scrollbar--bright,
    .news_and_insights_sc .swiper-scrollbar.swiper-scrollbar--bright {
        width: 100%;
    }
}

.featured_properties_home .swiper-scrollbar.swiper-scrollbar--bright .swiper-scrollbar-drag,
.news_and_insights_sc .swiper-scrollbar.swiper-scrollbar--bright .swiper-scrollbar-drag {
    background-color: #A2AAAD;
}

.featured_properties_home .swiper-scrollbar .swiper-scrollbar-drag,
.news_and_insights_sc .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #5B6D8F;
    height: 4px;
    top: -1px;
}

.featured_properties_home .swiper_scrollbar_wrap,
.news_and_insights_sc .swiper_scrollbar_wrap {
    padding: 15px 0;
    margin-top: 48px;
    position: relative;
}

.featured_properties_home .swiper-navigation,
.news_and_insights_sc .swiper-navigation {
    position: absolute;
    width: 72px;
    height: 32px;
    right: 0;
    top: 0;
}

.featured_properties_home .swiper-button-prev,
.featured_properties_home .swiper-button-next,
.news_and_insights_sc .swiper-button-prev,
.news_and_insights_sc .swiper-button-next {
    width: 32px;
    height: 32px;
    margin: 0;
}

.featured_properties_home .swiper-button-prev::after,
.featured_properties_home .swiper-button-next::after,
.news_and_insights_sc .swiper-button-prev::after,
.news_and_insights_sc .swiper-button-next::after {
    content: none;
}

.featured_properties_home .swiper-button-prev svg rect,
.featured_properties_home .swiper-button-prev svg path,
.featured_properties_home .swiper-button-next svg rect,
.featured_properties_home .swiper-button-next svg path,
.news_and_insights_sc .swiper-button-prev svg rect,
.news_and_insights_sc .swiper-button-prev svg path,
.news_and_insights_sc .swiper-button-next svg rect,
.news_and_insights_sc .swiper-button-next svg path {
    -webkit-transition: 0.3s stroke ease-out;
    -o-transition: 0.3s stroke ease-out;
    -moz-transition: 0.3s stroke ease-out;
    transition: 0.3s stroke ease-out;
}

.featured_properties_home .swiper-button-prev,
.news_and_insights_sc .swiper-button-prev {
    right: 40px;
    left: auto;
    top: 0;
}

.featured_properties_home .swiper-button-next,
.news_and_insights_sc .swiper-button-next {
    right: 0;
    left: auto;
    top: 0;
}

.featured_properties_home .swiper-button-disabled,
.news_and_insights_sc .swiper-button-disabled {
    opacity: 1;
}

.featured_properties_home .swiper-button-disabled svg rect,
.featured_properties_home .swiper-button-disabled svg path,
.news_and_insights_sc .swiper-button-disabled svg rect,
.news_and_insights_sc .swiper-button-disabled svg path {
    stroke: #2A3853;
}

.news_and_insights_sc .swiper-button-disabled {
    opacity: 0.35;
}

@media screen and (max-width: 1024px) {
    .news_and_insights_sc .swiper_scrollbar_wrap {
        padding: 6px 0;
        margin-top: 32px;
    }
}

.featured_properties_home {
    padding: 156px 0 96px 0;
    background-color: #09142B;
}

@media screen and (max-width: 1024px) {
    .featured_properties_home {
        padding: 72px 0;
    }
}

.featured_properties_home .properties_wrap_container {
    max-width: 1440px;
    padding: 0 142px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .featured_properties_home .properties_wrap_container {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .featured_properties_home .properties_wrap_container {
        padding: 0 24px;
    }
}

@media screen and (max-width: 767px) {
    .featured_properties_home .swiper_scrollbar_wrap {
        padding-bottom: 0;
    }
}

.news_and_insights_sc .swiper-container-free-mode>.swiper-wrapper.swiper-anim,
.featured_properties_home .swiper-container-free-mode>.swiper-wrapper.swiper-anim {
    -webkit-transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

@media screen and (min-width: 1025px) {
    .post_card.property_card:hover .line_wrap {
        color: #A2AAAD;
        -webkit-background-size: 100% 1px;
        background-size: 100% 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#A2AAAD), to(#A2AAAD));
        background-image: -webkit-linear-gradient(#A2AAAD, #A2AAAD);
        background-image: -moz-linear-gradient(#A2AAAD, #A2AAAD);
        background-image: linear-gradient(#A2AAAD, #A2AAAD);
    }
    .post_card.property_card:hover .arrowBtn span {
        color: #FFFFFF;
    }
    .post_card.property_card:hover .arrowBtn path,
    .post_card.property_card:hover .arrowBtn rect {
        stroke: #FFFFFF;
    }
}

.post_card.property_card .post_card__address {
    color: #A2AAAD;
    margin-top: 32px;
    font-family: "Europa";
}

@media screen and (max-width: 1024px) {
    .post_card.property_card .post_card__address {
        margin-top: 16px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 300;
    }
}

.post_card.property_card .post_card__title {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .post_card.property_card .post_card__title {
        font-size: 26px;
        line-height: 28px;
    }
}

.post_card.property_card .line_wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A2AAAD), to(#A2AAAD));
    background-image: -webkit-linear-gradient(#A2AAAD, #A2AAAD);
    background-image: -moz-linear-gradient(#A2AAAD, #A2AAAD);
    background-image: linear-gradient(#A2AAAD, #A2AAAD);
    -webkit-background-size: 0% 1px;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.post_card.property_card .post_card__suburb {
    font-size: 24px;
    line-height: 24px;
    color: #A2AAAD;
}

@media screen and (max-width: 1024px) {
    .post_card.property_card .post_card__suburb {
        font-size: 16px;
    }
}

.post_card.property_card .post_card__title {
    margin-top: 8px;
}

@media screen and (max-width: 1024px) {
    .post_card.property_card .post_card__title {
        margin-bottom: 16px;
    }
}

.post_card.property_card--light .post_card__address {
    color: #4F4F4F;
}

.post_card.property_card--light .post_card__title {
    color: #22314E;
}

.grecaptcha-badge {
    z-index: 99;
}

.footer .newsletter_wrap_footer .thank_you_message {
    font-weight: normal;
    font-size: 88px;
    line-height: 88px;
    color: #D1D6E0;
    text-align: start;
    max-width: 1156px;
    position: absolute;
    top: 96px;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media screen and (max-width: 1024px) {
    .footer .newsletter_wrap_footer .thank_you_message {
        font-size: 48px;
        line-height: 48px;
    }
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer .thank_you_message {
        top: 72px;
    }
}

.footer .newsletter_wrap_footer .thank_you_message p {
    margin: 0;
}

.footer .newsletter_wrap_footer form.sent.hidden {
    display: block !important;
}

.home .signup_popup {
    left: unset;
    right: 22px;
}

@media screen and (max-width: 767px) {
    .home .signup_popup {
        bottom: 140px;
    }
}


/*# sourceMappingURL=home.css.map */