<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slide63Link {
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: default;
}

.slide63 {
    width: 100%;
    /* height: 500px; */
    position: relative;
    background-image: url(img/carousel_63-0.jpg?v=1), linear-gradient(to right, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.9) 100%);
    background-position: center bottom, center;
    background-size: cover, cover;
}

.slide63 .report {
    height: 80%;
    margin: auto;
    position: absolute;
    left: auto;
    right: 8%;
    top: 0%;
    bottom: 0;
    vertical-align: bottom;
    /* opacity: 0; */
}

.slide63 .txtBlock {
    width: 35%;
    height: 50%;
    margin: auto;
    box-sizing: border-box;
    position: absolute;
    left: 12%;
    right: auto;
    top: 2%;
    bottom: 0;
    text-align: center;
    color: #fff;
    /* background: #808080; */
}

.slide63 .txtBlock .txt1 {
    width: 100%;
}

.slide63 .txtBlock .txt2 {
    width: 100%;
    margin: 5% 0 0;
}

.slide63 .txtBlock .link1 {
    width: 50%;
    margin: 5% 0 0;
    display: inline-block;
    cursor: pointer;
}

.slide63 .txtBlock .link1 .btn {
    width: 100%;
}

@media screen and (min-width: 1921px) {
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .slide63 .txtBlock {
        width: 35%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .slide63 .txtBlock {
        height: 35%;
        left: 5%;
    }
    
    .slide63 .report {
        height: 70%;
        right: 5%
    }
}

@media screen and (max-width: 767px) {
    .slide63 {
        background-image: url(img/carousel_63-0.jpg), linear-gradient(to right, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.9) 100%);
        background-position: 30% 0, 30% 0;
        background-size: cover, cover;
    }

    .slide63 .report {
        width: 65%;
        height: auto;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 5%;
        bottom: auto;
    }

    .slide63 .txtBlock {
        width: 70%;
        height: auto;
        margin: 50px auto 0;
        left: 0;
        right: 0;
        top: auto;
        bottom: 5%;
        /* background: #808080; */
    }

    .slide63 .txtBlock .link1 {
        width: 60%;
        margin: 5% 0;
    }
}

@media screen and (min-width: 501px) and (max-width: 767px) {    
    .slide63 .txtBlock {
        width: 40%;
        height: 30%;
        margin: auto 0 auto 5%;
        top: 0;
        bottom: 0;
    }

    .slide63 .report {
        width: 45%;
        left: auto;
        right: 2%;
        top: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 401px) and (max-width: 500px) {
    .slide63 .report {
        width: 55%;
    }

    .slide63 .txtBlock {
        width: 65%;
    }
}

@media screen and (min-width: 320px) and (max-width: 320px) {
}</pre></body></html>