.s61-slide-banner-home {
    font-family: 'NewAmsterdam', sans-serif;
}

.s61-slide-banner-home::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -6vw;
    width: 100%;
    height: 100%;
    background: #17464C;
    background: -webkit-linear-gradient(90deg, rgba(23, 70, 76, 1) 45%, rgba(0, 0, 0, 0) 0%);
    background: -moz-linear-gradient(90deg, rgba(23, 70, 76, 1) 45%, rgba(0, 0, 0, 0) 0%);
    background: linear-gradient(90deg, rgba(23, 70, 76, 1) 45%, rgba(0, 0, 0, 0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6DBCA", endColorstr="#000000", GradientType=1);
    transition: left .3s ease;
}

.s61-slide-banner-home .container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 4%;
}

.s61-slide-banner-home .container .col {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s61-slide-banner-home .container .col:nth-of-type(1) {
    width: 70%;
    padding: 130px 0 70px 7%;
    box-sizing: border-box;
}

.s61-slide-banner-home .container .col:nth-of-type(1) .navigation {
    position: absolute;
    bottom: 0;
    left: 57%;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.s61-slide-banner-home .container .col:nth-of-type(1) .navigation .button-prev,
.s61-slide-banner-home .container .col:nth-of-type(1) .navigation .button-next {
    font-family: 'DMSans', sans-serif;
    font-size: 22px;
    color: #fff;
    background-color: #FF822E;
    border: 1px solid #FF822E;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease;
}

.s61-slide-banner-home .container .col:nth-of-type(1) .pagination {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    left: calc(4% - 6.5px);
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
}

.s61-slide-banner-home .container .col:nth-of-type(1) .pagination::after {
    content: "";
    position: absolute;
    left: 6.5px;
    top: calc(100% + 30px);
    width: 1px;
    height: 500px;
    background-color: #fff;
}

.s61-slide-banner-home .container .col:nth-of-type(1) .pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 13px;
    height: 13px;
}

.s61-slide-banner-home .container .col:nth-of-type(1) .pagination.swiper-pagination-lock {
    display: none !important;
}

.s61-slide-banner-home .container .col:nth-of-type(1) .pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.s61-slide-banner-home .container .col:nth-of-type(1)>.container {
    position: relative;
}

.s61-slide-banner-home .container .col:nth-of-type(1)>.container .swiper {
    z-index: 0;
    width: 100%;
    margin-left: 9%;
    border-radius: 30px;
}

.s61-slide-banner-home .container .col:nth-of-type(1)>.container .swiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 564px;
    object-fit: cover;
}

.s61-slide-banner-home .container .col:nth-of-type(1)>.container .content {
    z-index: 1;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70%;
    max-width: 678px;
    display: flex;
    flex-direction: column;
    font-size: 75px;
    line-height: 70px;
    color: #fff;
}

.s61-slide-banner-home .container .col:nth-of-type(2) {
    width: 30%;
    padding: 70px 0% 70px 0%;
    box-sizing: border-box;
    font-family: "DMSans", sans-serif;
    color: #17464C;
}

.s61-slide-banner-home .container .col:nth-of-type(2) .content>.title {
    font-size: 36px;
    letter-spacing: -0.9px;
    line-height: 40px;
    font-weight: 900;
}

.s61-slide-banner-home .container .col:nth-of-type(2) .content .description {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 25px;
    margin-top: 30px;
}

.s61-slide-banner-home .container .col:nth-of-type(2) .content .list {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s61-slide-banner-home .container .col:nth-of-type(2) .content .list .item {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.s61-slide-banner-home .container .col:nth-of-type(2) .content .button {
    margin-top: 40px;
}

.s61-slide-banner-home .container .col:nth-of-type(2) .content .button a {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    background-color: #FF822E;
    border: 1px solid #FF822E;
    text-transform: uppercase;
}

.s61-slide-banner-home .container .col:nth-of-type(2) .content .button a:hover {
    background-color: #fff;
    color: #FF822E;
}

@media only screen and (max-width: 1500px) {
    .s61-slide-banner-home::before {
        left: -14%;
        background: -webkit-linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
        background: -moz-linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
        background: linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
    }

    .s61-slide-banner-home .container .col:nth-of-type(1) .navigation {
        left: 40%;
    }
}

@media only screen and (max-width: 1279px) {
    /* .s61-slide-banner-home .container .col:nth-of-type(1) > .container .content {
        width: 100%;
    } */
}

@media only screen and (max-width: 1023px) {
    .s61-slide-banner-home .container .col:nth-of-type(1)>.container .content {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .s61-slide-banner-home::before {
        display: none;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1) .navigation{
        left: auto;
        right: 2%;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1) .navigation .button-prev,
    .s61-slide-banner-home .container .col:nth-of-type(1) .navigation .button-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1)::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #17464C;
        background: -webkit-linear-gradient(90deg, rgba(23, 70, 76, 1) 50%, rgba(0, 0, 0, 0) 0%);
        background: -moz-linear-gradient(90deg, rgba(23, 70, 76, 1) 50%, rgba(0, 0, 0, 0) 0%);
        background: linear-gradient(90deg, rgba(23, 70, 76, 1) 50%, rgba(0, 0, 0, 0) 0%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6DBCA", endColorstr="#000000", GradientType=1);
    }

    .s61-slide-banner-home .container {
        flex-direction: column;
        gap: 50px;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1) {
        width: 100%;
        padding: 89px 0 57px 0;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1)>.container .swiper {
        border-radius: 0;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1) .pagination {
        flex-direction: row;
        left: calc(16% - 6.5px);
        bottom: calc(30px - 3.5px);
        transform: unset;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1) .pagination::after {
        left: unset;
        right: calc(100% + 16px);
        top: 45%;
        width: 500px;
        height: 1px;
        background-color: #fff;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1) .pagination .swiper-pagination-bullet {
        background-color: #fff;
        width: 7px;
        height: 7px;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1) .container .swiper {
        margin-left: 0%;
        border-radius: 0;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1)>.container .swiper .swiper-wrapper .swiper-slide img {
        min-height: 250px;
    }

    .s61-slide-banner-home .container .col:nth-of-type(1)>.container .content {
        width: 100%;
        font-size: 40px;
        line-height: 38px;
        padding: 0 calc(4% + 20px);
        box-sizing: border-box;
    }

    .s61-slide-banner-home .container .col:nth-of-type(2) .content>.title {
        font-size: 30px;
        letter-spacing: -0.75px;
        line-height: 33px;
    }

    .s61-slide-banner-home .container .col:nth-of-type(2) .content .description {
        font-size: 13px;
        letter-spacing: -0.33px;
        line-height: 21px;
        margin-top: 15px;
    }

    .s61-slide-banner-home .container .col:nth-of-type(2) .content .list {
        margin-top: 30px;
        font-size: 13px;
        letter-spacing: -0.33px;
        gap: 18px;
    }

    .s61-slide-banner-home .container .col:nth-of-type(2) {
        width: 100%;
        padding: 0 8%;
    }
}

.s61-slide-listing-emp {
    font-family: "DMSans", sans-serif;
}

.s61-slide-listing-emp .container {
    position: relative;
    box-sizing: border-box;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp {}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper {}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .bg {
    position: relative;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 751px;
    object-fit: cover;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .status {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #FF822E;
    border-radius: 50px;
    padding: 6px 12px;
    box-sizing: border-box;
    transition: opacity .3s ease 0.8s;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    box-sizing: border-box;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .title {
    font-size: 36px;
    letter-spacing: -0.9px;
    line-height: 40px;
    font-weight: 900;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .dorms-meters {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
    font-size: 16px;
    letter-spacing: -0.47px;
    font-weight: 900;
    margin-top: 20px;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .dorms-meters .item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .dorms-meters .item+.item::before {
    content: "";
    position: absolute;
    left: -20px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .dorms-meters .item .icon {}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .dorms-meters .item .icon svg {}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .dorms-meters .item .icon svg path#dorms {}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .dorms-meters .item span {}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .itens {
    display: flex;
    gap: 20px;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 20px;
    font-weight: 700;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s ease, opacity 0.8s ease, margin-top 0.8s ease 0.4s;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .itens .item {
    display: flex;
    gap: 12px;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .itens .item span {
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 20px;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .cta {
    margin-top: 30px;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .cta button {
    font-family: inherit;
    display: inline-block;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide:hover .content .cta button {
    background-color: #FF822E;
    border-color: #FF822E;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide:hover .content .itens {
    transition: max-height 1s ease, opacity 0.8s ease, margin-top 0.1s ease;
    margin-top: 30px;
    opacity: 1;
    max-height: 500px;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide:hover .status {
    transition: opacity .3s ease;
    opacity: 0;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .pagination {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
}

.s61-slide-listing-emp .container .swiper.swiper-listing-emp .pagination .swiper-pagination-bullet {
    display: none;
}

.s61-slide-listing-emp .container .button-next,
.s61-slide-listing-emp .container .button-prev {
    font-family: 'DMSans', sans-serif;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #FF822E;
    border: 1px solid #FF822E;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: all .3s ease;
}

.s61-slide-listing-emp .container .button-next:hover,
.s61-slide-listing-emp .container .button-prev:hover {
    color: #FF822E;
    background-color: #fff;
}

.s61-slide-listing-emp .container .button-next.swiper-button-disabled,
.s61-slide-listing-emp .container .button-prev.swiper-button-disabled {
    display: none;
}

.s61-slide-listing-emp .container .button-next {
    right: -60px;
}

.s61-slide-listing-emp .container .button-prev {
    left: -60px;
}

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

    .s61-slide-listing-emp .container .button-next,
    .s61-slide-listing-emp .container .button-prev {
        display: none;
    }

    .s61-slide-listing-emp .container .swiper.swiper-listing-emp .pagination .swiper-pagination-bullet {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0;
        background: #FF822E;
    }
}

@media only screen and (max-width: 767px) {
    .s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content {
        padding: 25px;
    }

    .s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .itens {
        display: none;
    }

    .s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .title {
        font-size: 30px;
        letter-spacing: -0.75px;
        line-height: 33px;
    }

    .s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .dorms-meters {
        font-size: 15px;
        letter-spacing: -0.38px;
        margin-top: 20px;
    }

    .s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .cta {
        margin-top: 20px;
    }

    .s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide .content .cta button {
        padding: 15px 23px;
        font-size: 12px;
    }

    .s61-slide-listing-emp .container .swiper.swiper-listing-emp .swiper-wrapper a.swiper-slide:hover .status {
        opacity: 1;
    }
}

.s61-slide-blocks {
    position: relative;
    font-family: "DMSans", sans-serif;
    color: #fff;
}

.s61-slide-blocks .container {
    position: relative;
    box-sizing: border-box;
}

.s61-slide-blocks .container .swiper.swiper-blocks {}

.s61-slide-blocks .container .swiper.swiper-blocks .swiper-wrapper {}

.s61-slide-blocks .container .swiper.swiper-blocks .swiper-wrapper .swiper-slide {}

.s61-slide-blocks .container .swiper.swiper-blocks .swiper-wrapper .swiper-slide .content {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.s61-slide-blocks .container .swiper.swiper-blocks .swiper-wrapper .swiper-slide .content .bg {
    position: relative;
}

.s61-slide-blocks .container .swiper.swiper-blocks .swiper-wrapper .swiper-slide .content .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.s61-slide-blocks .container .swiper.swiper-blocks .swiper-wrapper .swiper-slide .content .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s61-slide-blocks .container .swiper.swiper-blocks .swiper-wrapper .swiper-slide .content .title {
    position: absolute;
    width: 100%;
    bottom: 25px;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.47px;
    padding: 0 30px;
    box-sizing: border-box;
}

.s61-slide-blocks .container .button-next,
.s61-slide-blocks .container .button-prev {
    font-family: 'DMSans', sans-serif;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF822E;
    border: 1px solid #FF822E;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: all .3s ease;
}

.s61-slide-blocks .container .button-next:hover,
.s61-slide-blocks .container .button-prev:hover {
    color: #FF822E;
    background-color: #fff;
}

.s61-slide-blocks .container .button-next.swiper-button-disabled,
.s61-slide-blocks .container .button-prev.swiper-button-disabled {
    display: none;
}

.s61-slide-blocks .container .button-next {
    right: calc(-4% - 25px);
}

.s61-slide-blocks .container .button-prev {
    left: calc(-4% - 25px);
}

.s61-slide-blocks .container .swiper.swiper-blocks .pagination {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
}

.s61-slide-blocks .container .swiper.swiper-blocks .pagination .swiper-pagination-bullet {
    display: none;
}

@media only screen and (max-width: 767px) {
    .s61-slide-blocks .container .swiper.swiper-blocks .swiper-wrapper .swiper-slide .content .title {
        bottom: 30px;
        font-size: 30px;
        letter-spacing: -0.75px;
    }

    .s61-slide-blocks .container .button-next,
    .s61-slide-blocks .container .button-prev {
        display: none;
    }

    .s61-slide-blocks .container .swiper.swiper-blocks .pagination .swiper-pagination-bullet {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0;
        background: #FF822E;
    }
}

.s61-slide-neighborhood {
    position: relative;
    font-family: "DMSans", sans-serif;
}

.s61-slide-neighborhood>.container {
    position: relative;
    box-sizing: border-box;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood {}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper {}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide {
    color: #fff;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .bg {
    position: relative;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .content {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    gap: 20px;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .content .title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.9px;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .content .cta button {
    font-family: inherit;
    display: inline-block;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide:hover .container .content .cta button {
    background-color: #FF822E;
    border-color: #FF822E;
}

.s61-slide-neighborhood>.container .button-next,
.s61-slide-neighborhood>.container .button-prev {
    color: #fff;
    font-family: 'DMSans', sans-serif;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF822E;
    border: 1px solid #FF822E;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: all .3s ease;
}

.s61-slide-neighborhood>.container .button-next:hover,
.s61-slide-neighborhood>.container .button-prev:hover {
    color: #FF822E;
    background-color: #fff;
}

.s61-slide-neighborhood>.container .button-next.swiper-button-disabled,
.s61-slide-neighborhood>.container .button-prev.swiper-button-disabled {
    display: none;
}

.s61-slide-neighborhood>.container .button-next {
    right: calc(-4% - 25px);
}

.s61-slide-neighborhood>.container .button-prev {
    left: calc(-4% - 25px);
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .pagination {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
}

.s61-slide-neighborhood>.container .swiper.swiper-neighborhood .pagination .swiper-pagination-bullet {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .content .title {
        font-size: 25px;
        letter-spacing: -0.72px;
    }
}

@media only screen and (max-width: 767px) {
    .s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .content .title {
        font-size: 29px;
        letter-spacing: -0.72px;
    }

    .s61-slide-neighborhood>.container .swiper.swiper-neighborhood .swiper-wrapper .swiper-slide .container .content .cta button {
        padding: 15px 23px;
        font-size: 12px;
    }

    .s61-slide-neighborhood>.container .button-next,
    .s61-slide-neighborhood>.container .button-prev {
        display: none;
    }

    .s61-slide-neighborhood>.container .swiper.swiper-neighborhood .pagination .swiper-pagination-bullet {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0;
        background: #FFF;
    }
}