<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titleDetails {
    width: 1199px;
    height: 419px;
    margin: 0 auto;
    background: url(../imgs/giant/title_bg.png) no-repeat;
    background-size: 100%;
}

.titleDetails h2 {
    font-size: 32px;
    color: #222;
    padding-top: 139px;
    padding-left: 98px;
    padding-bottom: 10px;
    text-align: left;
}

.transferBenefitContainer .titleText {
    margin-top: 40px;
}

.titleDetails p {
    font-size: 16px;
    line-height: 24px;
    color: #003e70;
    padding-left: 98px;
    text-align: left;
}

.transferBenefitList ul {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.transferBenefitList ul li {
    float: left;
    width: 28%;
    height: 360px;
    margin-left: 2%;
    margin-right: 2%;
}

.transferBenefitList ul li h3 {
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 10px;
    font-size: 26px;
    font-weight: 600;
    color: white;
}

.transferBenefitList ul li p {
    text-align: left;
    padding: 10px;
}

.transferBenefitList ul li:nth-child(1) {
    border: 2px solid #0084dc;
}

.transferBenefitList ul li:nth-child(1) h3 {
    background-color: #0084dc;
}

.transferBenefitList ul li:nth-child(2) {
    border: 2px solid #00aca7;
}

.transferBenefitList ul li:nth-child(2) h3 {
    background-color: #00aca7;
}

.transferBenefitList ul li:nth-child(3) {
    border: 2px solid #ff5444;
}

.transferBenefitList ul li:nth-child(3) h3 {
    background-color: #ff5444;
}

.conditionList {
    clear: both;
    margin-left: 20px;
}

.conditionList p {
    margin-top: 10px;
    text-indent: 2em;
    clear: both;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    text-align: left;
    margin-left: 80px;
}

.transformTitle {
    clear: both;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    margin-left: 80px;
    margin-bottom: 20px;
}

.questionContent {
    width: 100%;
    margin: 0 auto;
}

.questionContent h3 {
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #222;
    padding-top: 20px;
    font-weight: bold;
}

.questionContent p {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 25px;
    text-align: left;
}

.footer {
    margin-top: 4rem;
}

@media screen and (min-width:1200px) {
    body {
        background-color: white;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    body {
        /* background-color: red; */
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    body {
        /* background-color: rgb(107, 74, 13); */
    }
    .transferBenefitList ul li {
        height: 420px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        /* background-color: yellow; */
    }
    .titleDetails {
        width: 100%;
        background: url(../imgs/giant/title_bg_m.png) no-repeat;
        background-size: 100%;
        height: 360px;
    }
    .transferBenefitContainer h2 {
        font-size: 36px;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .transferBenefitList ul li {
        margin-top: 20px;
        float: left;
        width: 80%;
        height: 300px;
        margin-left: 10%;
        margin-right: 10%;
    }
    .titleDetails h2 {
        font-size: 20px;
        padding-top: 100px;
        padding-left: 70px;
        padding-bottom: 10px;
    }
    .titleDetails p {
        width: 70%;
        margin-left: 46px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-top: 20px;
        padding-left: 0px;
    }
    .benefitDetails ul li {
        margin-top: 20px;
        width: 74%;
        margin-left: 13%;
        margin-right: 13%;
    }
    .benefitDetails ul li div {
        height: 280px;
    }
    .benefitDetails ul li div h5 {
        font-size: 18px;
        padding-top: 6px;
        line-height: 20px;
    }
    .benefitDetails ul li div p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .benefitDetails ul li div img {
        width: 40%;
        padding-top: 16px;
    }
    .questionContent p {
        font-size: 16px;
        line-height: 20px;
        padding-left: 0px;
        padding-top: 15px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .transformTitle {
        font-size: 16px;
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .successRatioContainer ul li {
        margin-top: 40px;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media only screen and (max-width: 479px) {
    body {
        /* background-color: green; */
    }
    .titleDetails {
        width: 100%;
        background: url(../imgs/giant/title_bg_m.png) no-repeat;
        background-size: 100%;
        height: 420px;
    }
    .transferBenefitContainer h2 {
        font-size: 36px;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .transferBenefitList ul li {
        margin-top: 10px;
        float: left;
        width: 80%;
        height: 360px;
        margin-left: 10%;
        margin-right: 10%;
    }
    .titleDetails h2 {
        font-size: 20px;
        padding-top: 100px;
        padding-left: 70px;
        padding-bottom: 10px;
    }
    .titleDetails p {
        width: 70%;
        margin-left: 46px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-top: 20px;
        padding-left: 0px;
    }
    .benefitDetails ul li {
        margin-top: 20px;
        width: 74%;
        margin-left: 13%;
        margin-right: 13%;
    }
    .benefitDetails ul li div {
        height: 280px;
    }
    .benefitDetails ul li div h5 {
        font-size: 18px;
        padding-top: 6px;
        line-height: 20px;
    }
    .benefitDetails ul li div p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .benefitDetails ul li div img {
        width: 40%;
        padding-top: 16px;
    }
    .questionContent p {
        font-size: 16px;
        line-height: 20px;
        padding-left: 0px;
        padding-top: 15px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .transformTitle {
        font-size: 16px;
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .successRatioContainer ul li {
        margin-top: 40px;
        width: 86%;
        margin-left: 13%;
        margin-right: 13%;
    }
    .transferBenefitList ul li h3 {
        height: 26px;
        line-height: 20px;
        padding: 10px;
        font-size: 20px;
        font-weight: 600;
    }
    .transferBenefitList ul li p {
        font-size: 14px;
        line-height: 16px;
    }
}</pre></body></html>