.s61-banner-single {
    padding: 50px 4% 50px 4%;
    box-sizing: border-box;
    font-family: "Halyard Display", sans-serif;
}

.s61-banner-single .container {
    position: relative;
    height: calc(100svh - 171px);
}

.s61-banner-single .container .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.s61-banner-single .container .bg img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: relative;
}

.s61-banner-single .container .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.s61-banner-single .container .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 80px 4% 50px 4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s61-banner-single .container .content .status-title-description {
    color: #fff;
    width: 60%;
}

.s61-banner-single .container .content .status-title-description .status {
    font-size: 13px;
    letter-spacing: 3.9px;
    text-transform: uppercase;
    font-weight: 400;
}

.s61-banner-single .container .content .status-title-description .title {
    margin-top: 20px;
    font-size: 65px;
    font-weight: 200;
    line-height: 64px;
}

.s61-banner-single .container .content .status-title-description .description {
    margin-top: 40px;
    width: 50%;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

.s61-banner-single .container .content .infos {}

.s61-banner-single .container .content .infos .swiper {}

.s61-banner-single .container .content .infos .swiper .swiper-wrapper {
    align-items: end;
}

.s61-banner-single .container .content .infos .swiper .swiper-wrapper .swiper-slide {
    width: 200px;
}

.s61-banner-single .container .content .infos .swiper .swiper-wrapper .swiper-slide .info {
    color: #fff;
    border-bottom: 3px solid #851E31;
    display: flex;
    flex-direction: column;
    padding: 110px 0 15px 0;
}

.s61-banner-single .container .content .infos .swiper .swiper-wrapper .swiper-slide .info .suites {
    font-size: 16px;
    font-weight: 300;
}

.s61-banner-single .container .content .infos .swiper .swiper-wrapper .swiper-slide .info .meter {
    font-size: 33px;
    font-weight: 200;
}

.s61-banner-single .container .content .infos .swiper .swiper-wrapper .swiper-slide .info .spaces {
    font-size: 16px;
    font-weight: 300;
}

.s61-banner-single .container .content .infos .swiper .swiper-wrapper .swiper-slide .info .roofing {
    font-size: 16px;
    font-weight: 300;
}

.s61-banner-single .container .content .infos .swiper .button-next.swiper-button-lock,
.s61-banner-single .container .content .infos .swiper .button-prev.swiper-button-lock {
    display: none;
}

.s61-banner-single .container .content .infos .swiper .button-next.swiper-button-disabled,
.s61-banner-single .container .content .infos .swiper .button-prev.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}


.s61-banner-single .container .content .infos .swiper .button-next,
.s61-banner-single .container .content .infos .swiper .button-prev {
    position: absolute;
    bottom: 130px;
    width: 55px;
    height: 55px;
    background-color: #FFFFFF33;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
}

.s61-banner-single .container .content .infos .swiper .button-next:hover,
.s61-banner-single .container .content .infos .swiper .button-prev:hover {
    background-color: #851E31;
}

.s61-banner-single .container .content .infos .swiper .button-next {
    left: calc(0% + 65px);
}

.s61-banner-single .container .content .infos .swiper .button-prev {
    left: 0%;
}

.s61-banner-single .container .content .infos .swiper .button-prev svg {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
    .s61-banner-single {
        padding: 0;
    }

    .s61-banner-single .container {
        height: auto;
        min-height: calc(100svh - 71px);
    }

    .s61-banner-single .container .content {
        padding: 50px 4% 26px 4%;
    }

    .s61-banner-single .container .content .status-title-description {
        width: 100%;
    }

    .s61-banner-single .container .content .status-title-description .title {
        font-size: 52px;
        line-height: 49px;
    }

    .s61-banner-single .container .content .status-title-description .description {
        width: 100%;
        margin-top: 25px;
    }

    .s61-banner-single .container .content .infos .swiper {
        padding-bottom: 72px;
    }

    .s61-banner-single .container .content .infos .swiper .swiper-wrapper .swiper-slide .info {
        max-width: 200px;
        padding: 0px 0 15px 0;
    }

    .s61-banner-single .container .content .infos .swiper .button-next,
    .s61-banner-single .container .content .infos .swiper .button-prev {
        bottom: 0px;
    }

    .s61-banner-single .container .content .infos .swiper .button-next {
        left: calc(0% + 65px);
    }

    .s61-banner-single .container .content .infos .swiper .button-prev {
        left: 0%;
    }
}

.s61-gallery>.container {
    position: relative;
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}

.s61-gallery>.container .gallery-item {
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 calc((100% - 2 * 100px) / 3);
    text-decoration: none;
    color: #63666A;
    font-family: "Halyard Display", sans-serif;
}

.s61-gallery>.container .gallery-item+.s61-gallery>.container .gallery-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 1px;
    height: 100%;
    background-color: #BBBCBC54;
}

.s61-gallery>.container .gallery-item {
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 calc((100% - 2 * 100px) / 3);
    text-decoration: none;
    color: #63666A;
    font-family: "Halyard Display", sans-serif;
}

.s61-gallery>.container .gallery-item .container {
    display: flex;
    flex-direction: column;
}

.s61-gallery>.container .gallery-item .container .img-status-title {
    position: relative;
}

.s61-gallery>.container .gallery-item .container .img-status-title .img {
    min-height: 525px;
}

.s61-gallery>.container .gallery-item .container .img-status-title .img img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 525px;
    transition: height 0.3s ease-in-out;
}

.s61-gallery>.container .gallery-item:hover .container .img-status-title .img img {
    height: 100%;
}

.s61-gallery>.container .gallery-item .container .img-status-title .content .title {
    font-size: 33px;
    font-weight: 200;
    color: #851E31;
    line-height: 38px;
    margin-top: 25px;
}

.s61-gallery>.container .gallery-item .container .cta-info {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 21px;
}

.s61-gallery>.container .gallery-item .container .cta-info .icon {
    background-color: #851E31;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
}

.s61-gallery>.container .gallery-item .container .cta-info .icon svg {
    transition: rotate 0.3s ease-in-out;
}

.s61-gallery>.container .gallery-item:hover .container .cta-info .icon svg {
    rotate: 45deg;
}

@media only screen and (max-width: 1024px) {
    .s61-gallery>.container .gallery-item {
        flex: 0 0 100%;
        padding: 30px 4%;
    }

    .s61-gallery>.container {
        gap: 0px;
    }

    .s61-gallery>.container .gallery-item+.s61-gallery>.container .gallery-item::before {
        left: 0;
        width: 100%;
        height: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .s61-gallery>.container .gallery-item .container .cta-info {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 24px;
    }

    .s61-gallery>.container .gallery-item:hover .container .cta-info .icon svg {
        rotate: unset;
    }

    .s61-gallery>.container .gallery-item .container .img-status-title .img {
        min-height: unset;
    }

    .s61-gallery>.container .gallery-item:hover .container .img-status-title .img img {
        height: unset;
    }

    .s61-gallery>.container .gallery-item .container .img-status-title .img img {
        position: unset;
        height: auto;
    }
}

.s61-gallery-emp-popup {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #fff;
}

.s61-gallery-emp-popup .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 8%;
    box-sizing: border-box;
    font-family: "Halyard Display", sans-serif;
    overflow-y: auto;
}

.s61-gallery-emp-popup .container::-webkit-scrollbar {
    width: 8px;
}

.s61-gallery-emp-popup .container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.s61-gallery-emp-popup .container::-webkit-scrollbar-thumb {
    background: #851E31;
    border-radius: 4px;
}

.s61-gallery-emp-popup .container::-webkit-scrollbar-thumb:hover {
    background: #63666A;
}

.s61-gallery-emp-popup .container .swiper {
    max-width: 1500px;
    margin: auto;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper {}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    gap: 4%;
    background-color: #fff;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .title {
    font-size: 33px;
    font-weight: 200;
    line-height: 34px;
    color: #851E31;
    margin-bottom: 15px;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .plant {}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .plant img {
    width: 100%;
    display: block;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .description {
    padding-right: 10px;
    font-size: 12px;
    line-height: 13px;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .description::-webkit-scrollbar {
    width: 6px;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .description::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .description::-webkit-scrollbar-thumb {
    background: #851E31;
    border-radius: 3px;
}

.s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .description::-webkit-scrollbar-thumb:hover {
    background: #63666A;
}

.s61-gallery-emp-popup .container .controls {}

.s61-gallery-emp-popup .container .controls .pagination {}

.s61-gallery-emp-popup .container .controls .pagination .button-next,
.s61-gallery-emp-popup .container .controls .pagination .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 53px;
    background-color: transparent;
    border: 1px solid #63666A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.s61-gallery-emp-popup .container .pagination .button-next.swiper-button-disabled,
.s61-gallery-emp-popup .container .pagination .button-prev.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.s61-gallery-emp-popup .container .pagination .button-prev svg,
.s61-gallery-emp-popup .container .pagination .button-next svg {
    fill: #63666A;
}

.s61-gallery-emp-popup .container .pagination .button-next:hover,
.s61-gallery-emp-popup .container .pagination .button-prev:hover {
    background-color: #851E31;
    border-color: #851E31;
}

.s61-gallery-emp-popup .container .pagination .button-next:hover svg,
.s61-gallery-emp-popup .container .pagination .button-prev:hover svg {
    fill: #FFFFFF;
}

.s61-gallery-emp-popup .container .pagination .button-next {
    right: 1.7%;
}

.s61-gallery-emp-popup .container .pagination .button-prev {
    left: 1.7%;
}

.s61-gallery-emp-popup .container .controls {
    display: flex;
}

.s61-gallery-emp-popup .container .controls .pagination .button-prev svg {
    transform: rotate(180deg);
}

.s61-gallery-emp-popup .container .controls .close {
    position: absolute;
    top: 2%;
    right: 1.5%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}

.s61-gallery-emp-popup .container .controls .close::before,
.s61-gallery-emp-popup .container .controls .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background-color: #63666A;
    transition: background-color 0.3s;
}

.s61-gallery-emp-popup .container .controls .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.s61-gallery-emp-popup .container .controls .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.s61-gallery-emp-popup .container .controls .close:hover::before,
.s61-gallery-emp-popup .container .controls .close:hover::after {
    background-color: #851E31;
}

@media only screen and (max-width: 1300px) {
    .s61-gallery-emp-popup .container {
        flex-direction: column-reverse;
        align-items: flex-start;
        overflow-y: auto;
        padding: 4% 0;
    }

    .s61-gallery-emp-popup .container .swiper {
        margin: unset;
    }

    .s61-gallery-emp-popup .container .controls {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 0 4%;
        box-sizing: border-box;
        margin-bottom: 35px;
    }

    .s61-gallery-emp-popup .container .controls .close {
        position: relative;
        top: 0;
        right: 0;
    }

    .s61-gallery-emp-popup .container .swiper {
        width: 100%;
        height: auto;
        min-height: 0;
        flex-shrink: 0;
    }

    .s61-gallery-emp-popup .container .swiper .swiper-wrapper {
        height: auto;
    }

    .s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide {
        flex-direction: column;
        height: auto;
        min-height: auto;
        gap: 20px;
    }

    .s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(1) {
        width: 100%;
    }

    .s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(1) {
        justify-content: flex-start;
    }

    .s61-gallery-emp-popup .container .swiper .swiper-wrapper .swiper-slide .col .title {
        padding: 0 4%;
    }

    .s61-gallery-emp-popup .container .controls .pagination {
        position: relative;
        display: flex;
        gap: 10px;
        justify-content: start;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    .s61-gallery-emp-popup .container .controls .pagination .button-next,
    .s61-gallery-emp-popup .container .controls .pagination .button-prev {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        right: auto;
    }
}

.s61-grid-itens {
    font-family: "Halyard Display", serif;
}

.s61-grid-itens .container {}

.s61-grid-itens .container .swiper {
    padding: 1px;
}

.s61-grid-itens .container .swiper .swiper-wrapper {
    align-items: stretch;
}

.s61-grid-itens .container .swiper .swiper-wrapper .swiper-slide {
    padding: 60px 30px;
    border: 1px solid #BBBCBC54;
    box-sizing: border-box;
    height: auto !important;
}


.s61-grid-itens .container .swiper .swiper-wrapper .swiper-slide .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
    color: #63666A;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;

}

.s61-grid-itens .container .swiper .swiper-wrapper .swiper-slide .content .icon {}

.s61-grid-itens .container .swiper .swiper-wrapper .swiper-slide .content .description {}

.s61-grid-itens .container .swiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.s61-grid-itens .container .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #B5ACA4;
}

.s61-grid-itens .container .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #851E31;
    border-color: #851E31;
}

@media only screen and (max-width: 767px) {
    .s61-grid-itens .container .swiper .swiper-wrapper .swiper-slide {
        border: none;
        padding: 30px 30px;
    }
}

.s61-plants {
    font-family: "Halyard Display", sans-serif;
}

.s61-plants .container {}

.s61-plants .container .filters {}

.s61-plants .container .filters .swiper.filters-swiper {
    position: relative;
}

.s61-plants .container .filters .swiper.filters-swiper::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C4C4C44D;
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper {
    align-items: end;
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper .swiper-slide {
    width: fit-content;
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper .swiper-slide .filter {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 10px;
    color: #63666A;
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper .swiper-slide .filter:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #851E31;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper .swiper-slide .filter.active:after {
    opacity: 1;
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper .swiper-slide .filter span {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    display: block;
    transition: transform 0.3s ease;
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper .swiper-slide .filter span:nth-child(1) {
    transform: translateY(0%);
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper .swiper-slide .filter span:nth-child(2) {
    transform: translateY(calc(100% + 1px));
    position: absolute;
}

.s61-plants .container .filters .swiper.filters-swiper .swiper-wrapper .swiper-slide .filter:hover span {
    transform: translateY(-100%);
}

.s61-plants .container .filters .swiper.filters-swiper .pagination:has(.swiper-button-lock) {
    display: none;
}

.s61-plants .container .filters .swiper.filters-swiper .pagination {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.s61-plants .container .filters .swiper.filters-swiper .pagination .button-next {}

.s61-plants .container .filters .swiper.filters-swiper .pagination .button-next,
.s61-plants .container .filters .swiper.filters-swiper .pagination .button-prev {
    width: 53px;
    height: 53px;
    background-color: transparent;
    border: 1px solid #63666A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.s61-plants .container .filters .swiper.filters-swiper .pagination .button-prev svg,
.s61-plants .container .filters .swiper.filters-swiper .pagination .button-next svg {
    fill: #63666A;
}

.s61-plants .container .filters .swiper.filters-swiper .pagination .button-next:hover,
.s61-plants .container .filters .swiper.filters-swiper .pagination .button-prev:hover {
    background-color: #851E31;
    border-color: #851E31;
}

.s61-plants .container .filters .swiper.filters-swiper .pagination .button-next:hover svg,
.s61-plants .container .filters .swiper.filters-swiper .pagination .button-prev:hover svg {
    fill: #FFFFFF;
}

.s61-plants .container .filters .swiper.filters-swiper .pagination .button-next {
    right: 4%;
}

.s61-plants .container .filters .swiper.filters-swiper .pagination .button-prev {
    right: calc(4% + 65px);
}

.s61-plants .container .filters .swiper.filters-swiper .pagination .button-prev svg {
    transform: rotate(180deg);
}

.s61-plants .container .plant {
    margin-top: 50px;
}

.s61-plants .container .plant .swiper.plant-swiper {}

.s61-plants .container .plant .swiper.plant-swiper .swiper-wrapper {}

.s61-plants .container .plant .swiper.plant-swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.s61-plants .container .plant .swiper.plant-swiper .swiper-wrapper .swiper-slide .zoom {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.s61-plants .container .plant .swiper.plant-swiper .swiper-wrapper .swiper-slide {}

.s61-plants .container .plant .swiper.plant-swiper .swiper-wrapper .swiper-slide .content {
    position: relative;
}

.s61-plants .container .plant .swiper.plant-swiper .swiper-wrapper .swiper-slide .content .bg {}

.s61-plants .container .plant .swiper.plant-swiper .swiper-wrapper .swiper-slide .content .bg img {
    display: block;
    width: 100%;
    height: auto;
}

.s61-plants .container .plant .swiper.plant-swiper .swiper-wrapper .swiper-slide .content .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #63666AA6;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.s61-plants .container .plant .swiper.plant-swiper .swiper-pagination {
    position: relative;
    top: unset;
    bottom: unset;
    margin-top: 15px;
    display: none;
}

.s61-plants .container .plant .swiper.plant-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #B5ACA4;
}

.s61-plants .container .plant .swiper.plant-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #851E31;
    border-color: #851E31;
}

@media only screen and (max-width: 767px) {
    .s61-plants .container .filters {
        display: none;
    }

    .s61-plants .container .plant {
        margin-top: 0;
    }

    .s61-plants .container .plant .swiper.plant-swiper .swiper-pagination {
        display: block;
    }
}

.s61-plants-popup {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #fff;
}

.s61-plants-popup .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 8%;
    box-sizing: border-box;
    font-family: "Halyard Display", sans-serif;
    overflow-y: auto;
}

.s61-plants-popup .container::-webkit-scrollbar {
    width: 8px;
}

.s61-plants-popup .container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.s61-plants-popup .container::-webkit-scrollbar-thumb {
    background: #851E31;
    border-radius: 4px;
}

.s61-plants-popup .container::-webkit-scrollbar-thumb:hover {
    background: #63666A;
}

.s61-plants-popup .container .swiper {
    max-width: 1500px;
    margin: auto;
}

.s61-plants-popup .container .swiper .swiper-wrapper {}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    gap: 4%;
    background-color: #fff;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(1) {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(2) {
    width: 20%;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .title {
    font-size: 33px;
    font-weight: 200;
    line-height: 34px;
    color: #851E31;
    margin-bottom: 15px;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .plant {}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .plant img {
    width: 100%;
    display: block;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .description {
    padding-right: 10px;
    font-size: 12px;
    line-height: 13px;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .description::-webkit-scrollbar {
    width: 6px;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .description::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .description::-webkit-scrollbar-thumb {
    background: #851E31;
    border-radius: 3px;
}

.s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .description::-webkit-scrollbar-thumb:hover {
    background: #63666A;
}

.s61-plants-popup .container .controls {}

.s61-plants-popup .container .controls .pagination {}

.s61-plants-popup .container .controls .pagination .button-next,
.s61-plants-popup .container .controls .pagination .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 53px;
    background-color: transparent;
    border: 1px solid #63666A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.s61-plants-popup .container .pagination .button-next.swiper-button-disabled,
.s61-plants-popup .container .pagination .button-prev.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.s61-plants-popup .container .pagination .button-prev svg,
.s61-plants-popup .container .pagination .button-next svg {
    fill: #63666A;
}

.s61-plants-popup .container .pagination .button-next:hover,
.s61-plants-popup .container .pagination .button-prev:hover {
    background-color: #851E31;
    border-color: #851E31;
}

.s61-plants-popup .container .pagination .button-next:hover svg,
.s61-plants-popup .container .pagination .button-prev:hover svg {
    fill: #FFFFFF;
}

.s61-plants-popup .container .pagination .button-next {
    right: 1.7%;
}

.s61-plants-popup .container .pagination .button-prev {
    left: 1.7%;
}

.s61-plants-popup .container .controls {
    display: flex;
}

.s61-plants-popup .container .controls .pagination .button-prev svg {
    transform: rotate(180deg);
}

.s61-plants-popup .container .controls .close {
    position: absolute;
    top: 2%;
    right: 1.5%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}

.s61-plants-popup .container .controls .close::before,
.s61-plants-popup .container .controls .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background-color: #63666A;
    transition: background-color 0.3s;
}

.s61-plants-popup .container .controls .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.s61-plants-popup .container .controls .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.s61-plants-popup .container .controls .close:hover::before,
.s61-plants-popup .container .controls .close:hover::after {
    background-color: #851E31;
}

@media only screen and (max-width: 1300px) {
    .s61-plants-popup .container {
        flex-direction: column-reverse;
        align-items: flex-start;
        overflow-y: auto;
        padding: 4% 0;
    }

    .s61-plants-popup .container .swiper {
        margin: unset;
    }

    .s61-plants-popup .container .controls {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 0 4%;
        box-sizing: border-box;
        margin-bottom: 35px;
    }

    .s61-plants-popup .container .controls .close {
        position: relative;
        top: 0;
        right: 0;
    }

    .s61-plants-popup .container .swiper {
        width: 100%;
        height: auto;
        min-height: 0;
        flex-shrink: 0;
    }

    .s61-plants-popup .container .swiper .swiper-wrapper {
        height: auto;
    }

    .s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide {
        flex-direction: column;
        height: auto;
        min-height: auto;
        gap: 20px;
    }

    .s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(1),
    .s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(2) {
        width: 100%;
    }

    .s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(2) {
        padding: 0 4%;
    }

    .s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col:nth-child(1) {
        justify-content: flex-start;
    }

    .s61-plants-popup .container .swiper .swiper-wrapper .swiper-slide .col .title {
        padding: 0 4%;
    }

    .s61-plants-popup .container .controls .pagination {
        position: relative;
        display: flex;
        gap: 10px;
        justify-content: start;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    .s61-plants-popup .container .controls .pagination .button-next,
    .s61-plants-popup .container .controls .pagination .button-prev {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        right: auto;
    }
}

.s61-work-status {}

.s61-work-status .container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.s61-work-status .container .status {}

.s61-work-status .container .status .title-percent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "halyard-display", sans-serif;
}

.s61-work-status .container .status .title-percent .title,
.s61-work-status .container .status .title-percent .percent {
    font-size: 16px;
    font-weight: 300;
    color: #63666A;
}

.s61-work-status .container .status .bar {
    margin-top: 7px;
    position: relative;
    border-top: 1px solid #851E31;
    border-left: 1px solid #851E31;
}


.s61-work-status .container .status .bar .bar-inner {
    height: 20px;
    background-color: #851E31;
    transition: width 0.3s ease;
}

.elementor-listing-more-emp {
    overflow: hidden;
}

.elementor-listing-more-emp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #BBBCBC54;
}

.elementor-listing-more-emp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #BBBCBC54;
}

.emp-item+.emp-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 1px;
    height: 100%;
    background-color: #BBBCBC54;
}

.s61-listing-more-emp {}

.s61-listing-more-emp>.container {
    position: relative;
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .s61-listing-more-emp>.container {
        gap: 0px;
    }
}
