html {
    scroll-behavior: smooth;
}

body {
    background-color: rgb(129, 129, 129);
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

h1 {
    color: white;
    filter: none;
    font-family: "Lul", sans-serif;
    font-weight: normal;
}
h2 {
    color: white;
    filter: none;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    letter-spacing: 2.5px;
}

.visible{
    display: flex !important;
}
.carrousel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-image: url(recursos/imgs/city-1.jpg);
    background-size: 1920px 1080px;
    background-position: 50%;
    transition-duration: 1s;
    background-repeat: no-repeat;
    filter: blur(2px);
}
.text-carrousel {
    position: absolute;
    display: flex;
    top: 0px;
    height: 100vh;
    width: 100%;
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container-carrousel {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 101%;
    width: 100%;
    background-color: #060606b5;
    z-index: -1;
}
.p-carrousel {
    color: #ececec;
    font-family: "Oswald", sans-serif;
    font-weight: 1000;
    letter-spacing: 4px;
    font-size: 45px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #ffffff28;
    margin: 10px;
}
.p-carrousel-2 {
    color: #bac5d1;
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    letter-spacing: 2.5px;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.288);
}

.headersito {
    display: flex;
    position: relative;
    z-index: 5;
    top: 0;
    align-items: center;
    justify-content: center;
    background-color: #2f2f2fbf;
    height: 32px;
    width: 100%;
    backdrop-filter: blur(5px);
    background-blend-mode: color;
    padding: 3px 0px;
}

.header-things {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 28px;
}

.data-to-i {
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 15px;
}

#insta:hover {
    text-shadow: 0.5px 0.5px 4px #ffffff67;
    color: #b4b4b4;
}

#whats:hover {
    text-shadow: 0.5px 0.5px 4px #ffffff67;
    color: #b4b4b4;
}

#face:hover {
    text-shadow: 0.5px 0.5px 4px #ffffff3a;
    color: #b4b4b4;
}

.container-principal {
    display: flex;
    position: sticky;
    z-index: 100;
    top: 0;
    right: 0;
    left:0;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    background-color: black;
}
.container-principal-sticky {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
    padding: 0px 23px;
    transition-duration: 0.2s;
}

.logo-text-c {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.logo {
    width: auto;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 0px grey;
}

.text1 {
    font-size: 45px;
    color: white;
    padding-bottom: 5px;
    padding-left: 12px;
    text-shadow: 0px 0px 10px #404040bf;
}

.other-pages {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 6px;
    align-items: center;
}
.other-pages-a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
}
.other-pages-btn {
    background-color: transparent;
    border: 1px solid;
    border-color: white;
    width: 32px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.other-pages-btn-menu {
    width: 100px;
    height: 40px;
    background-color: rgb(0 0 0);
    border: 1px solid;
    border-color: #ffffff85;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    position: absolute;
    right: 38%;
    top: 59px;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: none;
}
.other-pages-cel {
    display: none;
    color:white;
    font-size:30px;
    background-color: black;
    border: none;
}
.menu-desplegable {
    width: 400px;
    height: 300px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 59px;
    z-index: 10000;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    display: none;
}
.menu-a {
    display: flex;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}
.menu-others {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 10px;
}
.other-pages-btn-cel {
    background-color: transparent;
    border: 1px solid;
    border-color: white;
    width: 47px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.text-sticky-bar {
    font-size: 23px;
    padding-left: 24px;
    color: rgb(241, 241, 241);
    text-transform: uppercase;
    transition-duration: 0.5s;
}
.text-sticky-bar:hover {
    color: #dc2743;
    font-size: 23.25px;
    margin-top: 19px;
}

.button-scroll-div {
    display: flex;
    position: absolute;
    align-items: center;
    right: 49%;
    top: 92vh;
    z-index: 10;
}
.button-scroll {
    font-size: 25px;
    box-sizing: border-box;
    padding-left: 11px;
    padding-top: 7px;
    border-radius: 22px;
    height: 40px;
    width: 40px;
    background-color: rgb(255, 55, 55);
    transition-duration: 0.3s;
}
.button-scroll:hover {
    background-color: rgb(31, 31, 31);
}

.separator-1 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 92px);
    width: 100%;
}

.container-3 {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 500px;
    background: #e7e7e7;
}
.sub-container-3 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 29px;
    width: 100%;
    max-width: 1300px;
    justify-content: center;
}
.box-2 {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    align-items: center;
}
.bar-movement {
    width: 40%;
    height: 10px;
    background-color: #ff3f4f;
    margin-top: 8px;
    animation: infinite 4s linear box-expand;
}
.text-container-h3 {
    min-width: 300px;
}
.text-container-h4 {
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 800px;
    padding-top: 20px;
}


h3 {
    font-family: "Lul", sans-serif;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
h4 {
    font-family: "Barlow", Arial;
    font-weight: 150;
    font-size: 24px;
    margin: 0;
    margin-top: 15px;
    text-align: center;
}

.container-4 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    background-color: rgba(12, 12, 12, 0.705)

}
.sub-container-4 {
    display: flex;
    width: 100%;
    max-width: 1300px;
    height: auto;
    min-height: 800px;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.text-c4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-c4-text {
    display: flex;
    font-size: 35px;
    font-family: "Lul", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(255, 255, 255);
    margin: 6px;
}
.text-c4-text2 {
    display: flex;
    font-size: 21px;
    font-family: "Lul", sans-serif;
    font-weight: 100;
    letter-spacing: 3px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 4px 6px 16px 6px;
}
.bar-static {
    display: flex;
    height: 10px;
    width: 100px;
    background-color: white;
    transition: 0.6s;
}
.bar-static:hover {
    background-color: #d82e2e !important;
    transform: scale(1.5, 0.80);
}
.boxes-separator {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.invi {
    display: none !important;
}
.arrow-left {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #c62f2fa9;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    transition-duration: 0.3s;
}
.arrow-left:hover {
    background-color: #c72f2f;
}
.arrow-right {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #c62f2fa9;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    transition-duration: 0.3s;
}
.arrow-right:hover {
    background-color: #c72f2f;
}
.container-box-c4 {
    padding: 15px;
    width: 35%;
    min-width: 330px;
}
.boxes-redirectioners-2 {
    text-decoration: none;
}
.box-c4 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    background-color: rgb(235, 235, 235);
    width: 100%;
    height: 400px;
}
.box-c4-text {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(0, 0, 0);
    margin: 15px 0;
}
.box-c4-image {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 55%;
    transition: 0.4s;
    filter: blur(0.6px) saturate(80%);
}

.Argentina {
    background-image: url(recursos/imgs/buenos-aires.jpg);
    background-size: 120%;
}
.Bolivia {
    background-image: url(recursos/imgs/la-paz.jpg);
    background-size: 120%;
}
.Brasil {
    background-image: url(recursos/imgs/rio-de-janeiro.jpg);
    background-size: 120%;
}
.Chile {
    background-image: url(recursos/imgs/santiago-de-chile.jpg);
    background-size: 120%;
}
.Colombia {
    background-image: url(recursos/imgs/bogota.jpg);
    background-size: 120%;
}
.Costa-Rica {
    background-image: url(recursos/imgs/san-jose.jpg);
    background-size: 120%;
}
.El-Salvador {
    background-image: url(recursos/imgs/san-salvador.jpg);
    background-size: 120%;
}
.Guatemala {
    background-image: url(recursos/imgs/guatemala-city.jpg);
    background-size: 120%;
}
.Honduras {
    background-image: url(recursos/imgs/tegucigalpa.jpg);
    background-size: 120%;
}
.España {
    background-image: url(recursos/imgs/madrid.jpg);
    background-size: 120%;
}
.México {
    background-image: url(recursos/imgs/mexico-city.jpg);
    background-size: 120%;
}
.Panamá {
    background-image: url(recursos/imgs/panama-city.jpg);
    background-size: 120%;
}
.Paraguay {
    background-image: url(recursos/imgs/asuncion.jpg);
    background-size: 120%;
}
.Perú {
    background-image: url(recursos/imgs/lima.jpg);
    background-size: 120%;
}
.Portugal {
    background-image: url(recursos/imgs/lisboa.jpg);
    background-size: 120%;
}
.Uruguay {
    background-image: url(recursos/imgs/montevideo.jpg);
    background-size: 120%;
}

.box-c4-image:hover {
    background-size: 130%;
}
.box-c4-button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
    background-color: rgb(44, 44, 44);
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 1;
}
.box-c4-button::before {
    content:"";
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #ff3f4f;
    z-index: -1;
    transition: 0.2s;
}
.box-c4-button:hover::before {
    top: 0;
    height: 100%;
}
.box-c4-button:active::before {
    font-size: scale(0.95);
    background-color: #cf2735;
}

footer {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #1f1f1f;
    width: 100%;
}
.footer-container {
    display: flex;
    position: relative;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 5px;
}
.container-f1 {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    height: 180px;
    width: 100%;
}
.container-f1-a {
    display: flex;
    justify-content: center;
    margin: 11px 0px;
    min-width: 213px;
}
.footer-text {
    font-size: 38px;
}
.f1-b-text {
    font-size: 23px;
    color: rgb(241, 241, 241);
    text-transform: uppercase;
    transition-duration: 0.5s;
}
.f1-b-text:hover {
    color: #dc2743;
}
.container-f1-b {
    display: flex;
    margin: 22px 0px;
}
.container-f1-c {
    display: flex;
    justify-content: center;
    margin: 41px 0px;
    min-width: 213px;
}
.data-to-i-2 {
    font-size: 25px;
    color: white;
    padding: 5px;
    text-decoration: none;
}
.a_padder {
    min-width: 170px;
    text-align: center;
}

.container-f2 {
    display: flex;
    justify-content: flex-start;
    height: 135px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.container-f2-a {
    display:flex;
    position: relative;
    width: 250px;
    height: 4px;
    background-color: white;
}
.container-f2-b {
    margin-top: 20px;
    font-weight: 500; 
    font-size: 20px; 
    font-family: 'Roboto', sans-serif; 
    color:white;
}

.container-5 {
    width: 100%;
    height: auto;
    min-height: 1500px;
    background-color: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sub-container-5 {
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.title-c5-principal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}
.title-c5-principal-text {
    font-size: 35px;
    font-family: 'Lul';
    font-weight: 100;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #c72f2f;
    text-align: center;
}
.container-img-text-c5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0;
}
.img-c5 {
    display: block;
    position: relative;
    min-width: 250px;
    min-height: 250px;
    background-repeat: no-repeat;
    filter: blur(0.3px) saturate(73%);
}
.leds {
    background-image: url(recursos/imgs/leds.jpg);
    background-size: 222%;
    background-position-x: 0;
    background-position-y: center;
}
.billboard {
    background-image: url(recursos/imgs/billboard.jpg);
    background-size: 170%;
    background-position-y: 0;
    background-position-x: 43%;
}
.media_wall {
    background-image: url(recursos/imgs/media_wall.jpg);
    background-size: 190%;
    background-position-y: 24%;
    background-position-x: 53%;
}
.muppies {
    background-image: url(recursos/imgs/muppies.jpg);
    background-size: 115%;
    background-position-y: 55%;
    background-position-x: 30%;
}


.text-c5 {
    color: black;
    font-size: 23px;
    font-family: "Barlow";
    font-weight: normal;
    margin: 0px 35px;
}
.title-c5 {
    color: #d82e2e;
    font-size: 27px;
    font-family: "Barlow";
    font-weight: 1000;
    margin: 8px 35px;
    letter-spacing: 1px;
    text-align: right;
}
.right-sc5 {
    margin-right: 25%;
}
.left-sc5 {
    margin-left: 25%;
}
.right-title-sc5 {
    text-align: left;
}
.desplegar {
    animation: desplegar 0.1s;
}
.aparecer {
    animation: aparecer 0.2s;
}
.plegar {
    animation: plegar 0.2s;
}
.desaparecer {
    animation: desaparecer 0.1s;
}

.container-6 {
    width: 100%;
    height: auto;
    background-color: #1f1f1f;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sub-container-6 {
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titles-container-6 {
    display: flex;
}
.title-c6 {
    font-size: 28px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #e7e7e7;
    text-align: center;
    margin: 0px 25px;
    transition-duration: 0.2s;
}
.title-c6:hover {
    color: #ff5151;
}

.button-c6 {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.container-7 {
    width: 100%;
    height: auto;
    min-height: 945px;
    background-color: #0a0a0a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sub-container-7{
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.sub-sbcontainer-7-a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sub-sbcontainer-7-a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-sbcontainer-7-b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.sub-sbcontainer-7-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-size1 {
    width: 335px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.sc-size2 {
    width: 270px;
    height: 270px;
    overflow: hidden;
    position: relative;
}

#sb-sbc-7-1 { grid-area: 1 / 1 / 2 / 2; }
#sb-sbc-7-2 { grid-area: 2 / 2 / 3 / 3; }
#sb-sbc-7-3 { grid-area: 3 / 1 / 4 / 2; }

@font-face {
    font-family: "Lul";
    src: url(recursos/fonts/impact.ttf);
}

@keyframes box-expand {
    0% {
        width: 100%;
        margin-left: 0;
    }
    30% {
        width: 60%;
        margin-left: 40%;
    }
    40% {
        width: 35%;
        margin-left: 65%;
    }
    50% {
        width: 0%;
        margin-left: 100%;
    }
    51% {
        width: 0%;
        margin-left: 0;
    }
    80% {
        width: 35%;
    }
    90% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}
@keyframes box-expand-2 {
    0% {
        width: 100px;
    }
    100% {
        width: 300px;
        background-color: #ff5151;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translateX(50vh);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(-50vh);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes desplegar {
    from {
        height: 0;
        opacity: 20%;
    }
    to {
        height: 40px;
        opacity: 100%;
    }
}
@keyframes aparecer {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}
@keyframes plegar {
    0% {
        opacity: 100%;
        height: 40px;
    }
    100% {
        opacity: 0;
        height: 0;
    }
}
@keyframes desaparecer {
    0% {
        opacity: 100%;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (min-width: 1921px) {
    .carrousel{
        background-size: 100vw 100vh;
    }
}
@media (max-width: 1439px) {
    .container-f1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: auto;
        width: 100%;
        flex-direction: column;
    }
    .sub-container-5{
        padding: 30px 15px;
    }
    .container-f1-b{
        margin:0;
    }
    .container-f1-c{
        margin: 15px 0px 35px 0px;
    }
    .text-c4{
        margin: 75px 0px;
    }
    .boxes-separator{
        margin: 40px 0px;
    }
    .box-c4{
        height: 345px;
    }
}
@media (max-width: 1280px) {
    .right-sc5 {
        margin-right: 0;
    }
    .left-sc5 {
        margin-left: 0;
    }
}

/*@media (max-width: 850px) {
    #c-b-c4 {
        display: none;
    }
}*/

@media (max-width: 768px) {
    .other-pages{
        display: none;
    }
    .other-pages-cel{
        display: block;
    }
    .carrousel {
        background-size: auto 100vh;
    }
    .container-f1-b {
        flex-direction: column;
    }
    .a_padder {
        text-align: center !important;
    }
    .box-c4-image {
        height: 224px !important;
    }
}

@media (max-width: 654px) {
    .headersito {
        height: 40px;
    }
    .fa-xl {
        font-size: 1.8em;
    }
    .fa-lg {
        font-size: 1.4em;
    }
    .logo {
        display: none !important;
    }
    .text1 {
        font-size: 38px;
        padding-left: 0;
    }
    .menu-desplegable {
        width: 100vw;
    }
    .container-carrousel {
        height: 105%;
    }
    .p-carrousel {
        text-align: center;
    }
    .p-carrousel-2 {
        text-align: center;
    }
    .separator-1 {
        height: calc(100vh - 88px);
    }
    .button-scroll-div {
        right: 43%;
    }
    .text-c4-text {
        font-size: 38px;
        text-align: center;
    }
    .container-img-text-c5 {
        flex-direction: column;
    }
    #c-l1 {
        flex-direction: column-reverse;
    }
    #c-l2 {
        flex-direction: column-reverse;
    }
    .title-c5 {
        text-align: center !important;
    }
    .text-c5 {
        text-align: center;
        margin: 0;
    }
    .text-container-c5 {
        margin: 5px 0;
    }
    .container-principal-sticky{
        padding: 0px 6px 0px 10px;
    }
    .boxes-separator {
        flex-direction: column;
        align-content: center;
    }
}

@media (max-width: 356px) {
    .container-carrousel {
        height: 106.5%;
    }
    .sub-container-4 {
        transform: scale(0.85);
        align-content: center;
    }
    .boxes-separator {
        transform: scale(0.94);
    }
    .box-2 {
        transform: scale(0.92);
    }
    .text-c5 {
        font-size: 22px;
    }
    .text-c4 {
        margin: 0;
    }
    .container-box-c4 {
        min-width: 289px;
    }
    .box-c4 {
        height: 312px;
    }
    .p-carrousel {
        font-size: 29px;
    }
    .p-carrousel-2 {
        font-size: 22px;
    }
}