/* Intro */
#intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    min-height: 100vh;
    background: #000;
}

#intro video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#intro canvas {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 100vh;
}

/* Hero */
.hero-video::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.45;
    background: #000;
}

.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Welcome */
.welcome-wrap {
    color: #fff;
    padding: 0 0 5.75em;
    /* max-width: 1072px; */
    margin: -1.813em auto 0;
    width: calc((1072/1600)*100%);
}

.welcome-tagline h2 {
    font-size: 4.375em;
    font-weight: 400;
    line-height: 0.929em;
    letter-spacing: 0;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    font-family: var(--font-family-title);
}

.welcome-tagline p {
    line-height: 1;
    font-size: 1.563em;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.1em;
    font-family: var(--font-family-default);
    margin-top: 0.4em;
}

.welcome-video .splide__video__wrapper iframe {
    width: 100%;
    height: calc((900 / 1600)* 100vw);
}

.welcome-search {
    margin-top: 2.9375em;
}

.welcome-search h3 {
    line-height: 1;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    margin: 0.35em 0;
}

.welcome-search-form {
    display: flex;
    align-items: center;
    position: relative;
}

.welcome-search-form > a {
    position: absolute;
    top: 100%;
    right: 0;
    color: #fff;
    margin-top: 0.538em;
    font-size: 0.813em;
    line-height: 1.615;
    text-transform: uppercase;
    transition: var(--default-transition);
    margin-right: 16.2em;
}

.welcome-search-form > a:hover {
    color: var(--primary);
}

.welcome-search-form-field {
    position: relative;
    width: calc((232/1072)*100%);
}

.welcome-search-form-field.lg {
    width: calc((620/1072)*100%);
    margin: 0 auto;
}

.welcome-search-form-field .icon-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    font-size: 1.25em;
}

.welcome-search-form-field select {
    line-height: 1;
    font-size: 0.813em;
    font-weight: 400;
    letter-spacing: 0.1em;
    background: transparent;
    text-transform: uppercase;
    padding: 0 1.462em;
}

.welcome-search-form-field select#search-status,
.welcome-search-form-field select#search-city {
    opacity: 1;
    width: 100%;
    height: 4em;
    appearance: none;
    overflow: hidden;
    border: 1px solid #fff;
    outline: none !important;
    display: block !important;
}

.welcome-search-form-field .bootstrap-select .dropdown-toggle {
    font-size: 0.813em;
    font-weight: 400;
    line-height: 1.615;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: transparent;
    padding: 1.154em 1.462em 1.077em;
    border-radius: 0;
    max-height: 4em;
    color: #fff;
}

.welcome-search-form-field .bootstrap-select .dropdown-toggle:hover,
.welcome-search-form-field .bootstrap-select .dropdown-toggle:focus,
.welcome-search-form-field .bootstrap-select.open .dropdown-toggle:hover,
.welcome-search-form-field .bootstrap-select.open .dropdown-toggle:focus {
    color: inherit;
    background: transparent;
    outline: none !important;
    border-color: currentColor;
}

.welcome-search-form-field .bootstrap-select .dropdown-toggle .filter-option {
    font-size: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
}

.welcome-search-form-field .bootstrap-select .dropdown-toggle .bs-caret {
    position: absolute;
    top: 0;
    right: 1.125em;
    bottom: 0;
    margin: auto;
    height: 0.75em;
    line-height: 1;
    padding-bottom: 1.25em;
}

.welcome-search-form-field .bootstrap-select .dropdown-menu {
    padding-bottom: 0;
    min-width: 0;
}

.welcome-search-form-field .bootstrap-select > .dropdown-menu {
    border: none;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    border-radius: 0px;
    z-index: 98;
}

.welcome-search-form-field .bootstrap-select > .dropdown-backdrop {
    z-index: 97;
}

.welcome-search-form-field .bootstrap-select .dropdown-menu input {
    color: #000;
}

.welcome-search-form-field .bootstrap-select .dropdown-menu .dropdown-menu.inner {
    max-height: 300px !important;
}

.welcome-search-form-field .bootstrap-select .dropdown-menu .dropdown-menu.inner li a:focus {
    outline: none;
    border: none;
}

/* .welcome-search-form-field .bootstrap-select .dropdown-menu .dropdown-menu.inner li.selected a, */
.welcome-search-form-field .bootstrap-select .dropdown-menu .dropdown-menu.inner li a:hover,
.welcome-search-form-field .bootstrap-select .dropdown-menu .dropdown-menu.inner li a:focus {
    background-color: var(--primary);
    outline: none !important;
    border: none !important;
    color: #fff;
}

.welcome-search-form-field.dropdown .bootstrap-select .dropdown-toggle .caret {
    display: inline-block;
    border-top: 0.462em dashed;
    border-right: 0.462em solid transparent;
    border-left: 0.462em solid transparent;
}

.welcome-search-form-field.dropdown .bootstrap-select.dropup .dropdown-toggle .caret {
    border-top: 0;
    border-bottom: 0.462em dashed;
}

.welcome-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.welcome-video::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.45;
    background: #000;
}

.welcome-video iframe {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: calc((900/1600)*100vw);
    transform: translateY(-50%);
}

.welcome-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 25%;
}

.welcome-video img {
    object-position: bottom;
}

/* Luxury Properties */
.properties-wrap {
    padding: 2.688em 0 5.625em;
    /* max-width: 1600px; */
    margin: 0 auto;
}

.properties-slider {
    margin: 2.625em 0 3.75em;
}

.properties-slider .splide__slide {
    margin: 0 0.219em;
}

.properties-slider:not(.is-initialized) {
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    gap: 0.438em;
}

.properties-slider:not(.is-initialized) .splide__slide:nth-child(n+4) {
    display: none;
}

.property-card {
    position: relative;
}

.property-card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 25%);
}

.property-card::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.25);
}

.property-card a {
    display: block;
}

.property-card img {
    width: 100%;
    height: 100%;
    display: block;
}

.property-card figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 0 1.438em 1.438em;
}

.property-card figcaption address {
    line-height: 1;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
}

.property-card figcaption span {
    line-height: 1;
    font-size: 1.563em;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0.24em;
    display: block;
}

.properties-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.563em;
}

.properties-buttons .splide__arrow {
    opacity: 1;
    transform: none;
    position: static;
}

/* Statistics */
.stats-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stats-list::before,
.stats-list::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: calc((560/1600)*100%);
    background: rgba(0, 0, 0, 0.8);
}

.stats-list::before {
    right: auto;
}

.stats-list::after {
    left: auto;
}

.stats-item {
    width: calc((560/1600)*100%);
}

.stats-num {
    color: #fff;
    text-align: center;
    min-height: calc((174/1600)*100vw);
}

.stats-num:first-child {
    margin-bottom: 6.313em;
}

.stats-num strong {
    display: block;
    font-weight: 400;
    font-size: 3.75em;
    font-variant-numeric: lining-nums;
    font-family: var(--font-family-title);
    margin-bottom: 0.317em;
}

.stats-num strong small {
    display: block;
    font-size: 0.5em;
    min-height: 1em;
    margin-bottom: 0.333em;
}

.stats-num span {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
}

.stats-item:last-child .stats-num:first-child strong {
    font-variant-numeric: normal;
}

.stats-photo {
    position: relative;
    background: #000;
}

.stats-photo:not(.is-fixed) {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.stats-photo:not(.is-fixed) .stats-bg {
    opacity: 0.75;
}

.stats-agent {
    position: absolute;
    left: calc((18/ 1600)* 100%);
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: calc((466 / 1600)* 100%);
}

.stats-photo.is-fixed {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: translateX(-50%);
}

.stats-photo.is-fixed[style="width: 30%;"] img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

/* Press */
.press-slider {
    width: 100%;
    /* max-width: 1600px; */
    padding: 2.375em 0 2.125em;
}

.press-slider .splide__track {
    direction: ltr;
}

.press-slider .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4.75em;
}

.press-logo.pl-01 {
    width: 6.563em;
}

.press-logo.pl-02 {
    width: 5.75em;
}

.press-logo.pl-03 {
    width: 8.813em;
}

.press-logo.pl-04 {
    width: 4.5em;
}

.press-logo.pl-05 {
    width: 10.813em;
}

.press-logo.pl-06 {
    width: 4.563em;
}

.press-logo figcaption {
    display: none;
}


/* Communities */
.communities-wrap {
    display: flex;
    align-items: center;
    padding: 6.688em 0 6.625em;
    /* max-width: 1600px; */
    margin: 0 auto;
}

.communities-header {
    color: #fff;
    padding: 0 3.125em 0 5.625em;
    width: calc((717/1600)*100%);
    flex-shrink: 0;
}

.communities-header .site-title {
    margin-bottom: 0.2em;
}

.communities-header .site-button {
    margin-top: 3.867em;
}

.communities-list {
    display: flex;
    overflow: hidden;
}

.community-card {
    flex-shrink: 0;
    width: calc((686 / 883)* 100%);
    position: relative;
    padding-left: 1.25em;
}

.community-card > a {
    position: relative;
    display: block;
}

.community-card-photo::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
}

.community-card-photo::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}

.community-card-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0.813em 1.313em;
}

.community-card-info span {
    font-size: 1.563em;
    font-weight: 400;
    line-height: 1.24em;
    letter-spacing: 0;
    font-family: var(--font-family-title);
}

.communities-bg {
    background: #000;
}

.communities-bg canvas {
    opacity: 0.15;
}

/* Exclusive Listings */
.listings-wrap {
    padding: 3.75em 0 1.75em;
}

.listings-header .site-title span {
    margin-bottom: -0.04em;
}

.listings-list {
    position: relative;
}

.listings-slider:not(.is-initialized) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5em 0 1.875em;
    visibility: visible;
    margin: 0 -40em;
    gap: 2.063em;
}

.listings-slider {
    margin: 2.563em 0 1.813em;
}

.listings-slider .splide__slide {
    padding: 0 1.031em;
}

.listings-slider .splide__slide.is-active .listing-info {
    opacity: 1;
}

.listings-slider .splide__slide.is-active .listing-photo::after {
    opacity: 1;
}

.listings-slider .splide__slide.is-active .listing-photo img {
    opacity: 1;
}

.listing-card {
    position: relative;
}

.listing-card a {
    display: block;
    position: relative;
}

.listing-photo {
    background: #000;
    position: relative;
}

.listing-photo::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: var(--default-transition);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 50%);
}

.listing-photo img {
    width: 100%;
    height: 100%;
    opacity: 0.25;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: var(--default-transition);
}

.listing-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: var(--default-transition);
    padding: 0 2.5em 1.875em;
}

.listing-info address {
    font-size: 1.0625em;
    font-weight: 400;
    line-height: 1.176;
    letter-spacing: 0.02em;
    margin-bottom: 1.118em;
}

.listing-info .features {
    display: flex;
    align-items: center;
    gap: 1.25em;
}

.listing-info .features span {
    font-size: 0.813em;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-info .features i {
    margin-right: 0.5em;
    font-size: 1em;
}

.listing-info .features i.icon-shower {
    margin-right: 0.4em;
    font-size: 1.25em;
    top: 1px;
}

.listing-info .price {
    line-height: 1;
    font-weight: 600;
    font-size: 1.875em;
    text-align: right;
    letter-spacing: 0.02em;
    margin-bottom: 0.333em;
}

.listing-info .site-button {
    min-width: 12.133em;
}

.listing-card.is-active a:hover .listing-photo img {
    opacity: 0.75;
}

.listing-card.is-active a:hover .listing-info .site-button {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
    border-image: linear-gradient(to right, var(--primary), var(--primary)) 1;
}

.listings-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.563em;
}

.listings-buttons .site-arrow.prev {
    position: absolute;
    top: 0;
    bottom: calc((81 / 567.77)* 100%);
    left: calc((226 / 1600)* 100%);
    transform: none;
    margin: auto;
}

.listings-buttons .site-arrow.next {
    position: absolute;
    top: 0;
    bottom: calc((81 / 567.77)* 100%);
    right: calc((226/1600)*100%);
    transform: none;
    margin: auto;
}

/* Meet Agent */
.agent-wrap {
    margin: 0 auto;
    /* max-width: 1280px; */
    width: calc((1280/1600)*100%);
    padding: 1.875em 0 3.5em;
    display: flex;
}

.agent-text {
    width: calc((848 / 1280)* 100%);
    padding: 0 4.188em 0 2.5em;
    position: relative;
    z-index: 1;
}

.agent-text::before {
    position: absolute;
    content: '';
    z-index: -1;
    top: -5%;
    left: 0;
    right: 0;
    bottom: -10%;
    background: #fff;
}

.agent-text p {
    color: #393939;
}

.agent-text p strong {
    color: #000;
}

.agent-text .agent-position {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    padding-right: 1em;
    margin: 0.5em 0 0.25em;
    font-family: var(--font-family-title);
}

.agent-photo {
    margin-top: 1.813em;
    width: calc((432/1280)*100%);
}

.agent-photo canvas {
    background: linear-gradient(0deg, #000, #5b5b5a 89.06%, transparent 89.06%);
}

.agent-wrap.reverse {
    flex-flow: row-reverse;
    padding: 3.438em 0 1.813em;
}

.agent-wrap.reverse .agent-photo {
    margin-top: 1.188em;
}

.agent.rebekah .agent-photo canvas {
    background: none;
}

.agent-bg {
    background: #fff;
}

.agent-bg canvas {
    opacity: 0.15;
    background-color: #fff;
    background-position-y: top;
    background-blend-mode: luminosity;
    -webkit-mask: linear-gradient(0deg, transparent, #fff 26.178% 73.822%, transparent);
    mask: linear-gradient(0deg, transparent, #fff 26.178% 73.822%, transparent);
}

/* Meet the Team */
.team-wrap {
    margin: 0 auto;
    /* max-width: 1400px; */
    padding: 6.25em 0 5.75em;
    width: calc((1400/1600)*100%);
}

.team-header p {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 0.95em 0;
}

.team-list {
    margin: 0 auto;
    position: relative;
    width: calc((1247/1400)*100%);
}

.team-slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.125em;
}

.team-slider:not(.is-initialized) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.563em;
}

.team-slider:not(.is-initialized) .team-agent:nth-child(n+5) {
    display: none;
}

.team-slider .slick-slide > div {
    display: flex;
    margin: 0 0.281em;
    padding: 3.5em 0 3.313em;
}

/* Hide non-active slides */
.team-slider .slick-slide:not(.slick-active) {
    opacity: 0;
    pointer-events: none;
}

.team-slider .splide__slide {
    padding: 3.5em 0 3.313em;
    justify-content: center;
    display: flex;
}

.team-slider .splide__slide.not-visible .team-agent {
    opacity: 0;
}

.team-agent {
    position: relative;
    transition: var(--default-transition);
    width: calc((295/302)*100%);
}

.team-photo {
    overflow: hidden;
    position: relative;
    transition: var(--default-transition);
    background: linear-gradient(0deg, #282828, #5b5b5a);
    z-index: -1;
}

.team-photo::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: var(--default-transition);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 50%);
}

.team-photo > a {
    display: block;
}

.team-photo img {
    object-position: top;
}

.team-photo .site-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    gap: 0.813em;
    z-index: 1;
    opacity: 0;
    color: #fff;
    flex-direction: column;
    padding: 0 0.813em 1.188em;
    transform: translateY(100%);
    transition: var(--default-transition);
}

.team-photo .site-info a {
    font-size: 0.813em;
}

.team-details {
    text-align: center;
}

.team-details .name {
    color: #000;
    line-height: 1;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--font-family-cursive);
    margin-top: 0.475em;
    padding-top: 0.15em;
}

.team-details .position {
    color: #6f6e6e;
    font-weight: 400;
    font-size: 0.75em;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.team-agent:hover {
    z-index: 1;
    transform: scale(1.13559);
}

.team-agent:hover .team-photo {
    box-shadow: 0px 0px 0.469em 0px rgba(0, 0, 0, 0.75);
}

.team-agent:hover .team-photo::after {
    opacity: 1;
}

.team-agent:hover .team-photo .site-info {
    opacity: 1;
    transform: translateY(0%);
}

.team-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.563em;
}

.team-buttons .site-arrow.prev {
    position: absolute;
    top: calc((210/602)*100%);
    right: 100%;
    margin-right: 1em;
}

.team-buttons .site-arrow.next {
    position: absolute;
    top: calc((210/602)*100%);
    left: 100%;
    margin-left: 1em;
}

/* Testimonials */
.reviews-wrap {
    margin: 0 auto;
    /* max-width: 1420px; */
    padding: 4.188em 0 2.375em;
    width: calc((1420/1600)*100%);
}

.reviews-inner {
    padding: 4em 4.375em 4.188em;
    position: relative;
    color: #fff;
    z-index: 1;
}

.reviews-video {
    position: absolute;
    right: 0;
    top: 18.5em;
    cursor: pointer;
    width: calc((500/1280)*100%);
}

.reviews-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.reviews-video .play-icon {
    width: 3.75em;
    height: 3.75em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    transition: var(--default-transition);
}

.reviews-video .play-icon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: var(--default-transition);
    background: linear-gradient(90deg, var(--secondary), #fff) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.reviews-video .play-icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.25em;
    height: 1.25em;
    border-left: 1.25em dashed;
    border-top: 0.719em solid transparent;
    border-bottom: 0.719em solid transparent;
}

.reviews-video .site-image.is-active .play-icon,
.reviews-video .site-image.is-active img {
    transition-delay: 0.3s;
    pointer-events: none;
    opacity: 0;
}

.reviews-video .site-image.is-active iframe {
    transition-delay: 0.3s;
    pointer-events: auto;
    opacity: 1;
}

.reviews-video:hover .play-icon {
    background: var(--primary);
}

.reviews-video:hover .play-icon::before {
    opacity: 0;
}

.reviews-subscribe {
    padding-right: 6em;
}

.reviews-stars span {
    display: flex;
    align-items: center;
    color: var(--primary);
    margin: 1.55em 0 1.75em;
    font-size: 1.25em;
    gap: 0.45em;
}

.reviews-stars .reviews-subtitle {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 1.9em 0;
}

.reviews-list {
    width: calc((804/1280)*100%);
    padding-right: 1em;
}

.reviews-slider:not(.is-initialized) .review-post:not(:first-child) {
    display: none;
}

.reviews-slider .review-post {
    transition: var(--default-transition);
    width: calc((778 / 804)* 100%);
    padding-left: 0.188em;
}

.review-post p {
    font-size: 0.938em;
    font-weight: 400;
    line-height: 1.667;
    letter-spacing: 0;
    margin: 1.667em 0;
}

.reviews-buttons {
    display: flex;
    align-items: center;
    margin-top: 2.625em;
    margin-top: 5.45em;
    gap: 0.5em;
}

.reviews-inner-bg {
    width: auto;
    right: 4.375em;
}

.reviews-bg {
    height: auto;
}

/* News */
.news-wrap {
    margin: 0 auto;
    /* max-width: 1420px; */
    width: calc((1420/1600)*100%);
    margin-top: 8.938em;
    display: flex;
}

.news-photo {
    margin-left: -3.063em;
    margin-top: -6.563em;
    margin-right: auto;
    width: calc((628/1420)*100%);
}

.news-photo img {
    object-position: center top;
}

.news-text {
    width: calc((738/1420)*100%);
    padding: 4.125em 0 6.5em;
}

.news-list {
    display: flex;
    margin-top: 1.75em;
    gap: 0.75em;
}

.news-post {
    background: #fff;
    padding: 1.75em 1.625em 3em;
    width: calc((238/738)*100%);
    box-shadow: 0px 0px 1.125em 0px rgba(0, 0, 0, 0.35);
}

.news-post strong {
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.063em;
    text-transform: uppercase;
    font-family: var(--font-family-title);
}

.news-post p,
.news-post a {
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.667;
    letter-spacing: 0;
    color: #393939;
    margin: 1.667em 0;
}

.news-post a {
    text-transform: uppercase;
    transition: var(--default-transition);
}

.news-post a:hover {
    color: var(--primary);
}

.news-bg {
    background: #fff;
}

.news-bg canvas {
    opacity: 0.15;
    background-color: #fff;
    background-blend-mode: luminosity;
}

.bootstrap-select.btn-group .dropdown-menu {
    max-width: unset !important;
}

@media screen and (min-width: 992px) {
    .properties-slider .splide__slide {
        width: calc((529/1600)*100%) !important;
    }

    .listings-slider .splide__slide {
        width: calc((938/1600)*100vw) !important;
    }
}

@media screen and (max-width: 991px) {
    .hero-video canvas {
        min-height: 100vh;
    }

    .welcome-wrap {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding: max(8vw, 65px) 0;
    }

    .welcome-tagline {
        font-size: 0.8em;
    }

    .welcome-search {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .welcome-search h3 {
        font-size: 2em;
    }

    .welcome-search-form {
        flex-direction: column;
        gap: 0.5em;
    }

    .welcome-search-form-field,
    .welcome-search-form-field.lg {
        width: 100%;
    }

    .welcome-search-form > a {
        left: 0;
        margin: 1em auto 0;
    }

    .welcome-video iframe {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 120vw;
        min-width: 900px;
        transform: translate(-50%, -50%);
        min-height: 100vh;
    }

    .stats-item {
        font-size: 0.65em;
    }

    .stats-photo.is-fixed {
        display: none;
    }

    .communities-wrap {
        flex-direction: column;
        padding: max(8vw, 65px) 0;
        width: 80%;
        min-width: 280px;
        gap: 3em;
    }

    .communities-header {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .communities-header .site-button {
        margin-top: 2em;
    }

    .communities-list {
        flex-direction: column;
    }

    .community-card {
        width: 100%;
        padding-left: 0;
        padding-bottom: 1.25em;
    }

    .listings-buttons .site-arrow.next,
    .listings-buttons .site-arrow.prev {
        position: static;
        color: #000;
        margin: 0;
        border-image: linear-gradient(to right, var(--secondary), #000) 1;
    }

    .listings-buttons .site-arrow:hover {
        color: #fff;
        background: var(--primary);
        border-image: linear-gradient(to right, var(--primary), var(--primary)) 1;
    }

    .agent-wrap,
    .agent-wrap.reverse {
        flex-direction: column-reverse;
    }

    .agent-photo {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .agent-text {
        width: 100%;
        padding: 2em 4em;
        text-align: center;
    }

    .agent-text::before {
        top: 0;
        bottom: 0;
    }

    .team-slider .splide__slide {
        padding-left: 1em;
        padding-right: 1em;
    }

    .reviews-inner {
        text-align: center;
    }

    .reviews-inner-bg {
        right: 0;
    }

    .reviews-stars span {
        justify-content: center;
    }

    .reviews-list {
        width: 100%;
        padding-right: 0;
    }

    .reviews-buttons {
        margin-top: 2.625em;
    }

    .reviews-video {
        position: relative;
        width: 100%;
        margin: 3em auto;
        top: 0;
        max-width: 500px;
    }

    .reviews-subscribe {
        padding-right: 0;
    }

    .reviews-buttons {
        justify-content: center;
    }

    .news-wrap {
        flex-direction: column-reverse;
        width: 80%;
        min-width: 280px;
        margin-top: 2em;
    }

    .news-text {
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    .news-post {
        padding-bottom: 2em;
    }

    .news-photo {
        width: 100%;
        max-width: 500px;
        margin: 2em auto 0;
    }

}

@media screen and (max-width: 767px) {
    .welcome-wrap {
        position: absolute;
        bottom: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .welcome-tagline h2 {
        font-size: 3.5em;
    }

    .welcome-tagline h2 br {
        display: none;
    }

    .welcome-search {
        margin-top: 1em;
    }

    .welcome-video {
        display: none;
    }

    .stats-list {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        width: 50%;
        left: auto;
        background: rgba(0, 0, 0, 0.8);
    }

    .stats-list::before, .stats-list::after {
        display: none;
    }

    .stats-num:first-child {
        margin-bottom: 2em;
    }

    .stats-item {
        width: 100%;
    }

    .stats-photo:not(.is-fixed) {
        webkit-filter: none;
        filter: none;
    }

    .stats-photo .stats-bg canvas {
        min-height: 450px;
    }

    .stats-agent {
        width: 100%;
        left: auto;
        right: 100%;
        max-width: 290px;
        transform: translateX(100%);
    }

    .press-slider {
        font-size: 0.75em;
    }

    .team-list {
        width: 100%;
    }

    .team-slider {
        max-width: 400px;
        margin: 0 auto;
    }

    .team-agent:hover {
        transform: scale(1);
    }

    .team-agent .team-photo::after {
        opacity: 1;
    }

    .team-agent .team-photo .site-info {
        opacity: 1;
        transform: none;
    }

    .team-buttons .site-arrow.next,
    .team-buttons .site-arrow.prev {
        margin: 0;
        position: static;
    }

    .reviews-inner {
        padding-left: 3em;
        padding-right: 3em;
    }

    .reviews-slider .review-post {
        width: 100%;
        padding-left: 0;
    }

    .news-list {
        flex-flow: row wrap;
        max-width: 400px;
        margin: 2em auto 0;
    }

    .news-post {
        width: 100%;
    }

}

@media screen and (max-width: 567px) {
    .properties-slider {
        margin-top: 2em;
    }

    .stats-list {
        gap: 2em;
        width: 60%;
    }

    .stats-num strong {
        font-size: 3em;
    }

    .stats-agent {
        transform: none;
        left: max(-5em, -10vw);
        right: auto;
    }

    .press-slider .splide__slide {
        margin: 0 3.5em;
    }

    .listing-info {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 2em;

        position: static;
        background: #000;
        padding: 2em 0;
        font-size: 0.85em;
    }

    .listing-photo canvas {
        min-height: 225px;
    }

    .listing-info .site-button {
        display: none;
    }

    .listing-info .features {
        justify-content: center;
        font-size: 1.2em;
    }

    .agent-wrap {
        padding: 2em 0 0;
    }

    .agent-wrap, .agent-wrap.reverse {
        width: 100%;
    }

    .agent-wrap.reverse {
        padding: 1em 0 0;
    }

    .agent-text {
        padding: 4em 2em 2em;
    }

    .reviews-wrap {
        width: 100%;
        padding-top: 0;
    }

    .reviews-inner {
        padding-left: 2em;
        padding-right: 2em;
    }

    .reviews-bg {
        position: relative;
    }

    .reviews-bg canvas {
        min-height: 150px;
    }
}

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

    .properties-buttons,
    .listings-buttons,
    .team-buttons,
    .reviews-buttons {
        flex-flow: row wrap;
        max-width: 360px;
        margin: 0 auto;
    }

    .properties-buttons .site-button,
    .listings-buttons .site-button,
    .team-buttons .site-button,
    .reviews-buttons .site-button {
        order: 3;
        width: 100%;
        max-width: 270px;
        margin-top: 20px;
    }

    .stats-agent {
        left: min(-6vw, -5em);
    }
}