<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}
a {
    display: block;
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

body {
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/pc/y1.webp");
    background-size: cover;
    background-color: black;
}
.container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.mobile-main {
    display: none;
}
.mb-contact {
    display: none;
}
.title-mb {
    display: none;
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.5vw 4vw 0;
    position: relative;
}
.header .logo img {
    height: 4.7vw;
}
.logo {
    display: block;
}
.logo_mb {
    display: none;
}
.header .contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .contact-container a {
    color: white;
    text-decoration: none;
    margin-left: 1.3rem;
    cursor: pointer;
}

.header .contact-container img {
    height: 4.5vw;
    vertical-align: middle;
}
.header .contact-container span {
    font-size: 16px;
    margin-left: 0.5rem;
}

.header .contact-container span:hover{
    color: rgb(249, 211, 80);
}
.main {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-mb {
    display: none;
}

.title-container {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.theme-content {
    width: 50%;
    text-align: right;
    padding-right: 1%;
}

.theme-content img {
    height: 90vh;
}

.decs-container {
    flex-direction: row;
    align-items: flex-end;
}
.titlee {
    text-align: center;
}
.titlee img {
    width: 85%;
}
.info-activity {
    margin-left: 9%;
}
.decs-container .info-activity {
    display: flex;
    margin-top: 3vw;
    align-items: center;
}
.decs-container .titlee img {
    width: 40vw;
}
.cont {
    margin-top:2rem;
}
.title_ a, .txt_ a {
    display: block;
}
.title_ img , .txt_ img{
    height: 6.5vw;
    margin-top: -1.5rem;
    margin-left: -1rem;
}
.txtt img {
    height: 4vw;
}

.footer-container {
    display: none;
}
  
  /* Centered text */

.qrcode {
    background-image: url("../images/pc/y11.webp");
    padding: 1vw;
    background-size: 100% 100%;
    height: 14.7vw;
}

.qr {
    padding: 1.2vw;
}
.qr img {
    width: 10vw !important;
    height: 10vw !important;
}
.qr-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2vw;
    text-align: center;
    padding-top: .5rem;
}

.ioss {
    width: 13%;
}
.icon_ {
    margin-left: 13%;
}
.icon_ img {
    width: 16%;
    margin-top: 5%;
}



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

    .header .logo img {
        height: 3.8rem;
    }
    .header .contact-container img {
        height: 1.7rem;
        vertical-align: middle;
    }

    .qrcode {
        background-image: url("../images/pc/qr-bg.webp");
        padding: 1rem;
        background-size: 100% 100%;
        height: 12.3rem;
    }

    .qr {
        padding: 1.2rem;
    }

    .qr img {
        width: 8rem !important;
        height: 8rem !important;
    }

    .title_ img,
    .txt_ img {
        height: 5.2rem;
        margin-top: -1.5rem;
    }

    .txtt img {
        height: 3rem;
    }
    .cont {
        margin-top: 2rem;
    }
    
} </pre></body></html>