<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&amp;family=Poetsen+One&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans HK", sans-serif;
}

.section {
    width: 100%;
    height: auto;
    text-align: center;
}

.section p {
    display: flex;
    text-align: center;
    justify-content: center;
}

.content {
    margin: 0 auto;
    width: 60%;
}

.logo {
    width: 600px;
    margin: 50px auto 30px;
}

a {
    text-decoration: none;
}

p {
    font-family: "Noto Sans HK", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 1px;
}

h3 {
    font-size: 38px;
    text-align: center;
}

h4 {
    font-size: 38px;
    font-weight: 900;
    color: #355A75;

}

h5 {
    font-size: 50px;
}

h6 {
    font-size: 26px;
}

h7 {
    font-size: 20px;
}

.titlebar {
    background-color: #355A75;
    color: white;
    padding: 10px;
    margin: 50px auto 0px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.milestone {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

.milestone-slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    cursor: grab;
}

.milestone-slider.dragging {
    cursor: grabbing;
}

.milestone-slider img {
    width: 100%;
    flex-shrink: 0;
    pointer-events: none;
}


.barlogo {
    width: 280px;
    padding: 0 25px;
}

.interview {
    position: relative;
    width: 70%;
    height: 740px;
    text-align: center;
    margin: 100px auto 30px;
    border: 2px solid #355A75;
    border-radius: 12px;
    padding: 60px;
}

.interview_title {

    font-size: 50px;
    width: 70px;
    height: 110px;
    border: 2px solid #575756;
    display: flex;
}

.interview_title h5 {

    color: #575756;
    writing-mode: vertical-lr;
}

.interview_h5 {
    position: absolute;
    display: flex;
    top: 60px;
    left: 150px;
    flex-direction: column;
    align-items: flex-end;
    line-height: 25px;
}

.interview_h5 img {
    position: absolute;
    left: 0;
    width: 300px;
    height: auto;
    padding-right: 60px;
}

.interview_h5 span {
    padding-left: 250px;
    font-size: 30px;
    font-weight: 700;
    color: #355A75;
    line-height: 40px;
}

.interview_header h5 {
    padding-left: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #355A75;
    line-height: 40px;
    position: absolute;
    top: 60px;
    left: 0px;
}



.interview_pic {
    position: absolute;
    top: -50px;
}

.interview_pic p {
    width: 800px;
    position: absolute;
}

.interview_pic img {
    width: 1030px;
}

.interview_content p {
    /* position: absolute;
    top: 70%; */
}

.interview_content {
    position: absolute;
    top: 520px;
    height: 20px;
    width: 80%;
}

.button_all {
    height: 200px;
    position: absolute;
    bottom: -80px;
    right: 30px;
}

.frame_btn_back {
    width: 170px;
    height: 50px;
    border: 1px solid #355A75;
}

.frame_btn_front {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 150px;
    height: 50px;
    border: 1px solid #355A75;
    background-color: #ffffff;
    color: #355A75;
    transition: 0.5s;
}

.frame_btn_front:hover {
    top: 10px;
    left: -10px;
    width: 150px;
    height: 50px;
    background-color: #355A75;
    color: #ffffff;
}

.frame_btn_front span {
    font-size: 30px;
    font-weight: 700;
}

.button_all_wickron {
    margin: 100px auto 50px;
    height: 200px;
    position: relative;
    /* display: flex; */
}

.button_all_w {
    /* position: absolute; */
}

.frame_btn_back_wickron {
    position: absolute;
    width: 160px;
    height: 50px;
    border: 1px solid #355A75;
}

.frame_btn_front_wickron {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 160px;
    height: 50px;
    border: 1px solid #355A75;
    background-color: #ffffff;
    color: #355A75;
    transition: 0.5s;
}

.frame_btn_front_wickron:hover {
    top: 10px;
    left: -10px;
    width: 220px;
    height: 60px;
    background-color: #355A75;
    color: #ffffff;
}

.frame_btn_front_wickron span {
    font-size: 30px;
    font-weight: 700;
}

.souvenir_section {
    width: 100%;
    margin: 50px auto 30px;
    border-top: 2px solid #355A75;
    border-bottom: 2px solid #355A75;
}

.souvenir_section img {
    width: 600px;
}

.wickron_section {
    margin: 100px auto 30px;
}

.wickron_price {
    position: absolute;
    top: -42px;
    left: 45px;
    color: #355A75;
}

.souvenir_banner {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.picfortwo {
    margin: 50px auto 30px;
}

.picformany {
    width: 1000px;
    height: auto;
    margin: 0px auto;
}

.picformany img {
    width: 200px;
    margin-top: 50px;
    transition: 0.5s;
}

.picformany img:hover {
    width: 360px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    margin: 10px 30px;
}

.marginsoso img {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 100px;
}

.button_btn {
    width: 170px;
    height: 100px;
    position: relative;
}

.button {
    border: none;
    color: white;
    width: 228px;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 14px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white;
    color: black;
    border: 2px dashed #5B3413;
}

.button1:hover {
    background-color: #5B3413;
    color: white;
}


.socialmedia {
    margin-top: 100px;
    width: 100%;
    height: 100px;
}

.socialmedia ul {
    display: flex;
    justify-content: center;
}

.socialmedia li {
    width: 40px;
    list-style: none;
    margin: 0 30px;
    transition: 0.3s;
}

.socialmedia li:hover {
    transform: translatey(-3px);
}

#btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 0px;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

ol,
ul {
    padding-left: 0rem !important;
}

footer {
    background: #ffffff;
    color: #898989;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.main_content {
    color: white;
    background-image: url(../img/giveaway_background.png);
    background-size: cover;
    background-color: #0A243B;
    background-position: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
}

.main_content p {
    margin: 0 auto;
    width: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.threepic img {
    width: 304.7px;
}

.threepic {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.thingof2 {
    text-align: right;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thing_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px;
}

.thing_text span {
    font: 300;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.thing_thing span {
    font: 300;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.thing_thing {
    display: flex;
    flex-direction: column;
    margin: 30px;
    align-items: center;
}

.thing_thing img {
    width: 490px;
    height: auto;
    margin: 30px;
}

.howtoparticipate {

    width: 100%;
    height: 50vh;
    /* background-color: #0A243B; */
}

.howtoparticipate_title {
    padding: 80px 0px 20px;
}

.howtoparticipate_content {
    margin: 0 auto;
    width: 70%;
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    /* ���凒��鍦�� */
    align-items: center;
    /* 瘞游像蝵桐葉 */
    text-align: center;
    /* ����㛖蔭銝� */
}

.howtoparticipate_content ol {
    margin: 50px;
}

.howtoparticipate_content li {
    text-align: justify;
    line-height: 40px;
    display: list-item;
}

.socialmedia {
    background-color: #0A243B;
}

.socialmedia img {
    width: 250px;
    padding: 10px;
    padding-top: 40px;
}

.deadline {
    padding-top: 10px;
    font-style: italic;
    letter-spacing: 1px;
}

button {
    display: block;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    cursor: pointer;
}

.gobackicons {
    border: 1 px solid #355A75;
    border-radius: 50%;
    height: auto;
    background-color: #355A75;
    width: 60px;
    height: 60px;
    margin: 0px auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gobackicons img {
    padding: 9px;
    width: 50px;
    height: 50px;
}

.gobackicons_frame {
    background-color: #0A243B;
    padding-bottom: 10px;
    padding-top: 50px;
}


@media only screen and (max-width: 1024px) {
    h3 {
        font-size: 28px;
    }

    .barlogo {
        width: 230px;
    }

    .threepic img {
        width: 260px;
    }

    .howtoparticipate_content {
        margin: 0 auto;
        width: 90%;
    }

    .interview_h5 img {
        width: 220px;
    }

    .interview_h5 span {
        padding-left: 170px;
        font-size: 25px;
    }

    .interview_pic {
        position: absolute;
        top: -20px;
    }

    .interview_content {
        position: absolute;
        top: 360px;
    }

    .frame_btn_back {
        width: 150px;
    }

    .interview {
        height: 610px;

    }

    .thingof2 {
        text-align: right;
        padding-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .thing_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 30px;
        align-items: center;
    }

}

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

    .logo {
        width: 60%;
        margin: 50px auto 30px;
    }

    .souvenir_banner {
        width: 100%;
    }

    h4 {
        font-size: 28px;
    }

    .picformany {
        width: 100%;
    }

    .button_all_w li {
        display: ruby;
        margin: 10px 30px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;

    }

    p {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .picformany {
        width: 500px;
    }

    .picformany img {
        width: 130px;
    }

    .section p {
        width: 50%;
        margin: 0 auto;
    }

    .content p {
        width: 100%;
    }

    .interview {
        width: 90%;
        height: 650px;
    }

    .interview_content p {
        width: 100%;
    }

    .interview_content {
        top: 420px;
    }

    .souvenir_banner img {
        width: 90%;
    }

    .width180px img {
        width: 230px;
        height: auto;
    }

    .marginsoso img :disabled {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 80%;
    }

    .content {
        width: 90%;
    }

    p {
        font-size: 22px;
    }

    .barlogo {
        display: none;
    }

    .threepic img {
        width: 200px;
    }

    .howtoparticipate_content ol {
        margin: 10px;
    }

    .interview_pic {
        position: absolute;
        top: 20px;
    }

    .interview_h5 img {
        width: 260px;
    }

    .interview_h5 span {
        font-size: 32px;
    }

    .interview_content {
        top: 340px;
    }

    .interview {
        height: 660px;
    }

    .section p {
        width: 90%;
    }

    .button_all_wickron {
        height: 350px;
        margin: 50px;
    }

    .marginsoso img :disabled {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 425px) {
    .logo {
        width: 80%;
    }

    .picformany {
        width: 100%;
    }

    .barlogo {
        width: 200px;
        padding: 0 25px;
    }

    .threepic img {
        width: 100%;
    }

    .threepic {
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    p {
        font-size: 20px;
    }

    h3 {
        font-size: 28px;
    }

    .section p {
        text-align: justify;
    }

    .interview {
        padding: 20px;
    }

    .interview_h5 {
        left: 110px;
        top: 20px;
    }

    .interview_h5 img {
        width: 210px;
        top: 8px;
    }

    .interview_pic {
        position: absolute;
        top: 140px;
    }

    .interview_h5 span {
        font-size: 28px;
    }

    .interview {
        height: 760px;
    }

    .margintop320px {
        margin-top: 320px;
    }

    .margintop460px {
        margin-top: 460px;
    }

    .width180px img {
        width: 230px;
        height: auto;
        margin: 30px 5px;
    }

    .marginsoso img :disabled {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 100px;
    }

    .howtoparticipate_content li {
        line-height: 30px;
    }
    .socialmedia img {
        padding: 4px;
        padding-top: 20px;
    }
    .socialmedia{
        display: flex;
            flex-direction: column;
            margin-top: 160px;
    }
}

@media only screen and (max-width: 370px) {
    .gobackicons_frame {
        padding-top: 50px;
    }

    .barlogo {
        width: 170px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 24px;
    }

    .interview_content {
        top: 310px;
    }

    .interview_h5 span {
        font-size: 23px;
    }

    .marginsoso img :disabled {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 100px;
    }
    .thingof2 {
        text-align: right;
    }

}</pre></body></html>