<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stage-home-banner__word-slide p {
    font-weight: normal;
    font-size: 48px;
}

.animation-delay-2 {
    font-size: 0px;
    display:none;
}

.animation-delay-2 {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}

.hkex-2col__img {
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
.hkex-wrapper {
    height:90%;
}}


div.stage_title_container {
    font-weight: normal;
    font-size: 46px;
    position: relative;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 24px;
    flex-basis: 33.33%;
    padding-right: 12px;
    margin-bottom: 24px;
}

div.stage_title_container:after {
    content: '';
    display: block;
    max-width: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 46px;
    height: 2px;
    background-color: #e62742;
}

.stage_center_text {
    font-size: 24px;
    max-width: max-content;
    min-width: 1350px;
}

.stage_center_text:after {
    max-width: max-content;
    min-width: 1350px;
}
</pre></body></html>