body {
    font-family: sans-serif;
}

section.body {
    min-height: 70vh !important;
    display: flex !important;
    flex-direction: column !important;
}

/*** ##### menu principal ##### ***/
.nav-bar.menu {
    /*background: rgba(27, 91, 158, 0.8);*/
    background: #050203;
    /*background: #239B56;*/
    color: #C4A15C;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    padding: 20px;
    align-items: baseline;
}

ul.menu>li {
    padding: 0 .5rem 0 .5rem;
}

ul.menu .item-parent:before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

ul.menu .item:hover {
    text-decoration-line: underline;
}

.nav-bar.menu ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.menu .menu-link {
    color: #C4A15C;
    font-weight: 600;
    text-decoration: none;
}

.menu li.parent>ul,
.menu-dropdown-parent-invisible {
    display: none;
    padding: 0;
}

.menu li.parent:hover>ul {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    border-radius: 10px;
    width: max-content;
    border: 2px solid rgba(255, 255, 255, .55);
    margin-left: 20px;
}

.nav-bar.menu .user-register {
    margin-top: 20px;
    border: 1px solid silver;
    height: fit-content;
    border-radius: 15px;
    padding: 5px;
    width: fit-content;
    float: left;
}



@media (max-width: 992px) {

    .nav-bar.menu ul.menu li,
    .menu-dropdown-item-invisible {
        display: none;
        padding: 0;
    }

    .menu-dropdown-parent-visible {
        display: block !important;
        position: relative !important;
        background: rgba(27, 91, 158, 0.8);
        padding: 5px;
        border-radius: 10px;
        width: max-content;
        border: 1px solid rgba(255, 255, 255, .55);
        margin-left: 20px;
    }

    .nav-bar.menu {
        font-size: 3em;
        display: flow-root;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
    }

    .item.first.logo {
        float: right;
    }

    .nav-bar.menu ul.menu {
        width: 65px;
        height: 65px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        border: 1px solid rgba(255, 255, 255, .55);
        display: block;
        background-size: 65px 65px;
        background-color: rgba(255, 255, 255, 0.1);
        padding-left: 60px;
        user-select: none;
        float: left;
        margin: 10px;
        border-radius: 15px;
    }

    .nav-bar.menu ul.menu:hover>li {
        display: block;
        margin-left: 30px;
        padding-bottom: 10px;
    }

    .nav-bar.menu ul.menu:hover {
        width: auto;
        height: auto;
    }

    .menu .item-parent:hover>.menu-parent {
        position: relative;
    }

    .menu .item-parent:hover>.menu-parent li,
    .menu-dropdown-item-visible {
        position: relative;
        display: block !important;
    }

    .nav-bar.menu .user-register {
        margin-top: auto
    }

    body {
        margin-top: 15%;
    }
}

.page.container-fluid.landing_page {
    padding: 0;
}

.landing_page .field.nahual_title_field {
    position: absolute;
    font-size: 3rem;
    color: #E3AB4C;
    margin-top: 4%;
    right: 2%;
    background: rgba(116, 108, 83, .8);
    border-radius: 15px;
    padding: 5px;
    text-align: center;
}

.landing_page .field.nahual_title_field .value {
    border-right: 5px solid transparent;
    animation: cursor-blink 1.5s infinite;
}

.landing_page .field.descripcion_breve {
    position: absolute;
    font-size: 2rem;
    color: #E3AB4C;
    margin-top: 13%;
    right: 2%;
    background: rgba(116, 108, 83, .8);
    border-radius: 15px;
    width: 50%;
    padding: 5px;
    animation: zoom-in 5s ease;
}

.landing_page .foto {
    width: 100%;
}

.landing_page .foto img {
    width: 100%;
}

.landing_page .servicios_y_referencias {
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

.listing.servicios_y_referencias .nahual_main_image_field {
    width: 100%;
}

.listing.servicios_y_referencias .nahual_main_image_field img {
    width: 100%;
}

.listing.servicios_y_referencias .content-page {
    width: 100%;
    float: left;
}

.listing.servicios_y_referencias .content-page .nahual_title_field {
    font-size: 2.5rem;
    color: #E3AB4C;
    padding: 10px;
    position: absolute;
    margin-top: 0%;
    background: rgba(116, 108, 83, .8);
    border-radius: 5px;
}

.listing.servicios_y_referencias .content-page .descripcion_breve {
    font-size: 2rem;
    color: #7D7254;
    padding: 10px;
    width: 49%;
    position: absolute;
    margin-top: 6%;
    text-align: justify;
}

.listing.servicios_y_referencias .content-page .nahual_main_image_field {
    width: 50%;
}

.listing.servicios_y_referencias .content-page:nth-child(2n) {
    background: rgba(0, 0, 0, .1);
}

.listing.servicios_y_referencias .content-page:nth-child(2n) .nahual_main_image_field {
    float: right;
}

.listing.servicios_y_referencias .content-page:nth-child(2n+1) .nahual_title_field {
    right: .8%;
}

.listing.servicios_y_referencias .content-page:nth-child(2n+1) .descripcion_breve {
    right: .8%;
}

.listing.servicios_y_referencias .content-page:nth-child(2n+1) .nahual_main_image_field {
    left: 0;
}

.landing_page .servicios_y_referencias .label,
.landing_page .algunas_propiedades .label {
    font-size: 2.5rem;
    color: #E3AB4C;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #050203;
}

.landing_page .algunas_propiedades .listing.container-fluid {
    /*padding: 0;*/
    width: 100%;
    float: left;
}

.listing.algunas_propiedades .content-page {
    width: 32%;
    float: left;
}

.listing.algunas_propiedades .content-page:hover {
    transform: scale(1);
    background: black;
}

.listing.algunas_propiedades .content-page:nth-child(2n) {
    margin-left: 1%;
    margin-right: 1%;
}

.listing.algunas_propiedades .content-page .content-field {
    float: left;
    display: inline-flex;
    font-size: 1.2rem;
    color: #E3AB4C;
    font-weight: 300;
}

.listing.algunas_propiedades .content-page .content-field.nahual_shopping_price {
    width: 100%;
}

.listing.algunas_propiedades .content-page .content-field.nahual_title_field {
    width: 100%;
    background: rgba(116, 108, 83, .8);
    padding: 2px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.listing.algunas_propiedades .content-page .content-field.nahual_title_field a {
    color: #E3AB4C;
}

.listing.algunas_propiedades .nahual_main_image_field {
    width: 100%;
}

.listing.algunas_propiedades .nahual_main_image_field img {
    width: 100%;
}

.listing.algunas_propiedades .content-page .content-field:after {
    content: "|";
}

.listing.algunas_propiedades .content-page .content-field.nahual_title_field:after,
.listing.algunas_propiedades .content-page .content-field.nahual_main_image_field:after,
.listing.algunas_propiedades .content-page .content-field.habitaciones:after,
.listing.algunas_propiedades .content-page .content-field.cajones_de_estacionamiento:after,
.listing.algunas_propiedades .content-page .content-field.metros_cuadrados:after,
.listing.algunas_propiedades .content-page .content-field.nahual_shopping_price:after {
    content: none;
}

.listing.algunas_propiedades .content-page .content-field.nahual_shopping_price:before {
    content: "$";
}

.listing.algunas_propiedades .content-page .content-field.metros_cuadrados,
.listing.algunas_propiedades .content-page .content-field.cajones_de_estacionamiento,
.listing.algunas_propiedades .content-page .content-field.habitaciones {
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    text-align: center;
    align-items: center;
    margin: auto;
    display: inline-grid;
    background: rgba(122, 115, 92, .7);
    border-radius: 5px;
    color: white;
    background-position: center;
    background-size: 30px 30px;
    background-blend-mode: hard-light;
    margin: 1px;
    font-size: 1rem;
    font-weight: bold;
}

.listing.algunas_propiedades .content-page .content-field.metros_cuadrados {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/></svg>");
    display: block;
    line-height: 1rem;
}

.listing.algunas_propiedades .content-page .content-field.metros_cuadrados:after {
    content: "m²";
}

.listing.algunas_propiedades .content-page .content-field.cajones_de_estacionamiento {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M165.4 96H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 192H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256v80c0 23.7 12.9 44.4 32 55.4V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V400H384v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V391.4c19.1-11.1 32-31.7 32-55.4V256c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32H165.4c-40.8 0-77.1 25.8-90.6 64.3zM208 272h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V288c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-13.3 0-24-10.7-24-24zm360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H408c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/></svg>");
}

.listing.algunas_propiedades .content-page .content-field.habitaciones {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M32 32c17.7 0 32 14.3 32 32V320H288V160c0-17.7 14.3-32 32-32H544c53 0 96 43 96 96V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V416H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z'/></svg>");
}

/**page**/
.page.propiedades .nahual_title_field {
    width: 100%;
    float: left;
    color: #E3AB4C;
    background: rgba(116, 108, 83, .8);
    padding: 2px;
    font-weight: 600;
    text-align: center;
    font-size: 3rem;
}

.page.propiedades .nahual_main_image_field {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-height: 800px;
    overflow-y: scroll;
}

.page.propiedades .nahual_main_image_field img {
    width: 100%;
}

.page.propiedades .imagenes_del_producto {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page.propiedades .imagenes_del_producto img {
    width: 90px;
    margin-right: 20px;
}

.page.propiedades .tipo_de_operacion,
.page.propiedades .lugar_de_la_propiedad,
.page.propiedades .nahual_shopping_price {
    display: inline-flex;
    color: #E3AB4C;
    padding: 2px;
    font-weight: 500;
    font-size: 2rem;

}

.page.propiedades .tipo_de_operacion:after,
.page.propiedades .lugar_de_la_propiedad:after {
    content: "|";
}

.page.propiedades .nahual_shopping_price::before {
    content: "$";
}

.page.propiedades .metros_cuadrados,
.page.propiedades .cajones_de_estacionamiento,
.page.propiedades .habitaciones {
    background-size: cover;
    background-repeat: no-repeat;
    width: 68px;
    height: 65px;
    text-align: center;
    align-items: center;
    margin: auto;
    display: inline-grid;
    background: rgba(122, 115, 92, .7);
    border-radius: 5px;
    color: white;
    background-position: center;
    background-size: 68px 65px;
    background-blend-mode: hard-light;
    margin: 1px;
    font-size: 1.8rem;
    font-weight: bold;
}

.page.propiedades .metros_cuadrados {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/></svg>");
    display: inline-flex;
}

.page.propiedades .metros_cuadrados:after {
    content: "m²";
    font-size: 1rem;
}

.page.propiedades .cajones_de_estacionamiento {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M165.4 96H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 192H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256v80c0 23.7 12.9 44.4 32 55.4V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V400H384v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V391.4c19.1-11.1 32-31.7 32-55.4V256c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32H165.4c-40.8 0-77.1 25.8-90.6 64.3zM208 272h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V288c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-13.3 0-24-10.7-24-24zm360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H408c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/></svg>");
}

.page.propiedades .habitaciones {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M32 32c17.7 0 32 14.3 32 32V320H288V160c0-17.7 14.3-32 32-32H544c53 0 96 43 96 96V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V416H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z'/></svg>");
}

.page.propiedades .descripcion,
.page.propiedades .caracteristicas {
    color: #7D7254;
}

.page.propiedades .descripcion .label,
.page.propiedades .caracteristicas .label {
    font-size: 2.5rem;
    font-weight: 600;
}

.page.propiedades .descripcion .value,
.page.propiedades .caracteristicas .value {
    font-size: 2rem;
}

.page.propiedades .caracteristicas ul {
    columns: 18rem auto;
    -webkit-columns: 18rem auto;
    -moz-columns: 18rem auto;
}

/*.landing_page .instruccion_contacto {
    font-size: 1.5rem;
    background: rgba(116, 108, 83, .8);
    color: #E3AB4C;
    float: left;
    padding: 10px;
    text-align: justify;
}*/
.landing_page .instruccion_contacto {
    font-size: 2.5rem;
    color: #E3AB4C;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: justify;
    background: #050203;
    margin-top: 20px;
}

.landing_page .instruccion_contacto a {
    color: #E3AB4C;
}

.landing_page .contacto {
    float: left;
    width: 50%;
    font-size: 1.5rem;
    padding: 10px;
    background: #050203;
    color: #C4A15C;
}

.landing_page .contacto .label {
    text-align: center;
    font-size: 1.5rem;
}

.landing_page .contacto .label .name,
.landing_page .visitanos .label .name,
.listing.contacto .visitanos .label .name,
.listing.contacto .contacto .label .name {
    border-right: 5px solid transparent;
    animation: cursor-blink 1.5s infinite;
}

.landing_page .contacto form label,
.landing_page .contacto form label .label,
.landing_page .contacto form input,
.landing_page .contacto form textarea {
    font-size: 1.2rem;
    font-weight: 400;
}

.landing_page .contacto form button {
    background: #C4A15C;
    color: white;
    border: #C4A15C;
}

.landing_page .visitanos {
    float: left;
    width: 50%;
    font-size: 1.5rem;
    padding: 10px;
    color: #C4A15C;
    text-align: center;
}

.landing_page .visitanos .value iframe {
    width: 100%;
    height: 70vh;
}

/*seccion contacto(listing)*/
.listing.contacto .instruccion_contacto {
    font-size: 1.5rem;
    background: rgba(116, 108, 83, .8);
    color: #E3AB4C;
    float: left;
    padding: 10px;
    text-align: justify;
}

.listing.contacto .instruccion_contacto a {
    color: #E3AB4C;
}

.listing.contacto .contacto {
    float: left;
    width: 50%;
    font-size: 1.5rem;
    padding: 10px;
    background: #050203;
    color: #C4A15C;
}

.listing.contacto .contacto .label {
    text-align: center;
    font-size: 1.5rem;
}

.listing.contacto .contacto form label,
.listing.contacto .contacto form label .label,
.listing.contacto .contacto form input,
.listing.contacto .contacto form textarea {
    font-size: 1.2rem;
    font-weight: 100;
}

.listing.contacto .contacto form button {
    background: #C4A15C;
    color: white;
    border: #C4A15C;
}

.listing.contacto .visitanos {
    float: left;
    width: 50%;
    font-size: 1.5rem;
    padding: 10px;
    color: #C4A15C;
    text-align: center;
}

.listing.contacto .visitanos .value iframe {
    width: 100%;
    height: 70vh;
}

/**footer**/
.bloque-whatsapp {
    width: 70px;
    background: rgba(116, 108, 83, .8);
    border-radius: 50px;
    height: 70px;
    position: fixed;
    border: 2px solid #E3AB4C;
    padding: 8px;
    left: 2%;
    bottom: 2%;
}

footer.bloque.footer {
    background: #050203;
    color: #C4A15C;
    text-align: center;
    font-size: 1.1rem;
    display: grid;
}

footer.bloque.footer .footer-footer {
    background: rgba(116, 108, 83, .8);
    font-weight: bold;
}

@media (max-width: 992px) {
    .listing.algunas_propiedades .content-page {
        width: 49%;
    }

    .listing.algunas_propiedades .content-page .content-field {
        font-size: 2rem;
    }

    .listing.algunas_propiedades .content-page .content-field.nahual_main_image_field {
        /*height: 465px;*/
        overflow: hidden;
    }

    .listing.algunas_propiedades .content-page .content-field.metros_cuadrados,
    .listing.algunas_propiedades .content-page .content-field.cajones_de_estacionamiento,
    .listing.algunas_propiedades .content-page .content-field.habitaciones {
        font-size: 2rem;
        width: 55px;
        height: 55px;
        background-size: 55px 55px;
    }

    .listing.algunas_propiedades .content-page .content-field.metros_cuadrados {
        line-height: 1.5rem;
    }

    .page.propiedades .nahual_main_image_field {
        max-height: 620px;
    }

    .landing_page .instruccion_contacto,
    .listing.contacto .instruccion_contacto {
        font-size: 2.5rem;
    }

    .listing.contacto .contacto .label,
    .landing_page .contacto .label {
        font-size: 2.5rem;
    }

    .listing.contacto .visitanos {
        font-size: 2.5rem;
    }

    .landing_page .contacto,
    .landing_page .visitanos {
        width: 100%;
    }

    .listing.contacto .contacto,
    .listing.contacto .visitanos {
        width: 100%;
    }

    .landing_page .contacto .label,
    .landing_page .visitanos .label {
        font-size: 2.5rem;
    }

    .landing_page .contacto form label,
    .landing_page .contacto form label .label,
    .landing_page .contacto form input,
    .landing_page .contacto form textarea {
        font-size: 2rem;
    }

    .listing.contacto .contacto form label,
    .listing.contacto .contacto form label .label,
    .listing.contacto .contacto form input,
    .listing.contacto .contacto form textarea {
        font-size: 2rem;
        font-weight: 400;
    }

    .landing_page .visitanos .value iframe,
    .listing.contacto .visitanos .value iframe {
        width: 100%;
        height: 40vh;
    }

    .bloque-whatsapp {
        width: 100px;
        height: 100px;
        padding: 12px;
    }

    .bloque-whatsapp img {
        width: 70px;
        height: 70px;
    }

    footer.bloque.footer {
        font-size: 2rem;
    }
}

@keyframes cursor-blink {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-right: 5px solid #E3AB4C;
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(.5, .5);
    }

    100% {
        transform: scale(1, 1);
    }
}